/* 
Theme Name: AUTOTOMY
By Ronald Keith, www.RKArtStudio.com

Description: The Art of Losing My Tail
Tags: jaded gekko on a sharp mask screen  
*/

*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #848484;
}

a:hover {
	text-decoration: none;
	color: #c0000a;
}

a:visited {
	color: #605d65;
}

body {
	background: #fff url(images/autotomy-white_v4.gif) no-repeat;
	background-attachment: fixed;
	background-position: top left;
	margin-right: 30px;
	color: #000;
}

#content {
	height: 600px;
}

#main {
	/*float: right;*/
	width: 800px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 300px;
}

#header {
	height: 160px;
	position: fixed;	
}

#logo {
	width: 229px;
	height: 100px;
	/*float: left;*/
	padding-top: 10px;
	padding-left: 25px;
}


#logo a {
	text-decoration: none;
	font: bold 36px Arial, sans-serif;
	color: #000;
	letter-spacing: 1px;
}

#logo a:hover {
	color: #7b7977;
}

#logo H2 {
	font: 12px Arial, sans-serif;
	color: #868686;
	letter-spacing: 3px;
	padding: 15px 0 0 2px;
}

#exquote {
	width: 250px;
	margin-left: 25px;
	font: 11px Arial, Helvetica, sans-serif; 
	margin-top: 300px;
	color: #6d6d6d;
}
	
.exquotecite {
	padding-top: 12px;
	font-size: 9px;
	color: #676767;
}

#right {
	float: right;
	padding: 10px;
	width: 300px;
	/*background-image: url(images/sidebar-back2.gif);*/
	border-left: 1px dashed #c0c0c0;
}

#right H3 {
	width: 200px;
	height: 20px;
	padding-left: 10px;
	/*padding-top: 5px;*/
	text-transform: uppercase;
	color: #000;
	letter-spacing: 5px;
	font: bold 14px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

#right ul {
	border: 0px;
	list-style: none;
}

#right li  {
	padding: 2px 10px;
}


#right H4 {
	font-size: 10px;
}

#right a {
	color: #3f3f3f;
	font: bold 12px Arial;
	text-decoration: none;
}

#right a:visited {
	color: #949494;
}

#right a:hover {
	text-decoration: underline;
}

#right p {
	padding: 10px;
}

#left {
	width: 425px;
	padding-left: 20px;
	padding-right: 50px;
	margin: 0 20px 0 0;
	border-left: 1px dashed #c0c0c0;
}

#left a {
	color: #585254;
	text-decoration: none;
}

#left a:hover {
	color: #b2aeac;
}

#left div.post-body p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	font: 12px/18px Verdana;
}

#left .categor {
	font: 9px Arial, Helvetica, sans-serif;
	color: #797979;
	margin: 5px 0 5px 0;
}

.entryComment {
	font: 9px Arial, Helvetica, sans-serif;
	color: #797979;
}

#left h2 {
	width: 450px;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #ffffff;
	font: bold 18px Arial, sans-serif;
}

#left H3 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 14px;
	color: #000;
	font: bold 12px Arial, sans-serif;
}

#left H4 {
	margin: 0;
	padding: 0px;
	font-size: 14px;
	color: #000;
	font: 12px Arial, sans-serif;
}

.date {
	text-align: right;
	color: #666;
	font: 10px Arial, sans-serif;
}

.date a {
	color: #6e6e6e;
}

#left ol, #left ul {
	margin-left: 20px;
}


#footer {
	clear: both;
	border-top:#CCCCCC dashed;
	height: 47px;
	clear: both;
	padding-top: 20px;
	color: #676767;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	border-width: 1px;
}

#footer p {
	font: normal 9px Arial;
	margin: 0;
	text-align: center;
	color: #999;
}

#footer a {
	color: #999;
}

.widget_search {

}

li.cat-item {
	padding-left:35px;
}

div.navigationbottom {
	margin-top:10px;
	margin-bottom:10px;
}

div.navigationbottom .leftnav {
	float:left;
}

div.navigationbottom .rightnav {
	float:right;
}

/************* Comments ***************/
#commentform textarea 
{
	width: 93%;
	border:2px solid #1D3176;
	padding:10px;
}

#submit
{
	width: 95px;
	height: 26px;
	text-align: center;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	overflow:hidden;
        vertical-align: top;
	border:none;
}

#submit:hover
{

}

div.imgbox
{
	float:left;
	margin:5px;
}


#comment {
	font: 12px Arial;
	color: #5b5b5b;
}

#comment h2 {
	font: bold 12px Arial;
	color: #3b3b3b;
}

/**************** IE 7 *******************/
li.cat-item
{
	font-size:12px;
	font-weight:normal;
}

#calendar table, #left #wp-calendar
{
	font-size:12px;
	font-weight:normal;
}


.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/*#left .categor
{
padding: 5px;
border-top:#666666 dotted;
border-bottom:#666666 dotted;
margin-top: 10px;
margin-bottom: 10px
}*/

#commentlist li
{
margin-left: 20px;
padding-bottom: 20px;
}

#author, #email, #url
{
border: 1px solid #666666
}


/*--LEFT HAND QUOTE--*/
#leftHandQuote {
width: 150px;
position: absolute;
top: 420px;
left:25px;
}

#leftHandQuote p {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
line-height:15;
color: #999999}

.leftnav {
	font: 9px Arial, Helvetica, sans-serif;
	color: #797979;
}
