/*
Theme Name: Clay Marzon Blog
Theme URI: http://claymarzo.com
Description: Blog built for Clay Marzo
Author: Casey Becking
Author URI: http://quiksilver.com
version: 1.0
Tags: two-column, widget-ready,blank
*/




/* basics */

*{margin:0; padding:0;}

body {
	background:#fff url(images/clay-bg_v3.jpg) repeat fixed center top;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 8pt;
	/* margin:20px; */
	}

	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}
small{
	font-family: Helvetica;
	font-style: normal;
	font-size: 11px;
}


/* links */

a{
	color:#000;
	text-decoration:underline;
	}

a:hover{text-decoration: underline;}

span.comments a{
	color: #c54444;
	text-decoration: underline;
}
span.comments a:hover{
	color: #c54444;
	text-decoration: underline;
}

/* container */


#container {
	width: 982px;
	margin: 0 auto;
	padding:0;
	background:url(images/clay_container_bg.gif) top center;
	color:#000;
	overflow: hidden;
	}
	
/* header */

#header {
	background:#fff ;
  	width: 982px; 
  	height: 306px;
	color: #fff; 
	position: relative;
	}

#header h1{
	font:normal 20pt georgia, times;
	padding:20px 0 0 16px;
	margin:0;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}

/* main menu */


.menu {
	background:#000;
	font-family: verdana, arial, times, serif;
	font-size: 8pt;
	width:293px; 
	height:31px;
	overflow:hidden;
	position: absolute;
	top:275px;
	left: 0;
	float:left;
	z-index: 1;
	display: block; 

}


.menu ul {
	margin:0;
	padding:0;
	height: 48px;
}

.menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

.menu ul li a {
	text-indent: -9999px;
	margin: 0;
	color: #fff;
	display:block;
}

.menu ul li a:hover {
	background: #fff;
	color:#000;
}
.menu ul li.photos a{
	background: url(images/navigation_v2.gif) no-repeat;
	height: 31px;
	width: 146px;
}
.menu ul li.videos a{
	background: url(images/navigation_v2.gif) no-repeat right;
	height: 31px;
	width: 147px;
}


/* content */


#content {
	float:left;
	width:623px;
	overflow: hidden;
	margin-bottom: 50px;
	}
#content_404{
	float:left;
	width:623px;
	overflow: hidden;
	margin: 15px 0 0 15px;
}
#content_search{
	float:left;
	width:608px;
	overflow: hidden;
	margin: 15px 0 0 15px;
}
.post {
	margin:0;
	padding:30px 10px 30px 10px;
	line-height: 14pt;
	font-family: Helvetica;
	font-style: normal;
	font-size: 12px;
	background: url(images/post_bottom.gif) bottom no-repeat;
	}
	
.post h2{
	font-family: Helvetica;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	}
	
.post h2 a{
	color: #000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/* sidebar */

#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width:359px;
	float:right;
	margin:0;
	padding: 0;
	height: auto;
	min-height: 525px;
	}
	
#sidebar img.dot_bar{
	margin:10px 0 10px 0;
}

#sidebar h2{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:10px 0 0 17px;
	padding:0;
	}

#sidebar ul li {
	margin: 0 0 0 20px;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	text-decoration: underline;
	font-size: 14px;
	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}
div.textwidget{
	margin-bottom: 25px;
}



/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}

div#respond{
	margin: 25px 0 35px 15px;
}


/* search */

#searchform_sidebar{
	padding:0;
	margin:0;
	}

#searchform_sidebar input#s{
	margin:0;
	padding:2px;
	height: 20px;
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	}
	
#searchform_sidebar input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	}

#searchform_sidebar input.form-submit, #searchform_sidebar input.form-submit {
height: 32px;
width: 80px;
cursor: pointer;
text-indent: -9999px;
border: none;
background: url(images/search_button.gif) no-repeat left top;
}
	
/* misc */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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 p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}






/* footer */

#footer {
	background:url(images/clay-footer-v5.gif) no-repeat center;
	clear: both;
	width: 100%;
	height: 102px;
	margin-top: 50px;
	}
	
#footer p{padding:14px 0;margin: 0 0 0 10px; color: #000; font-weight:600;}
#footer a{color: #000;text-decoration: none;}
#footer a:hover{color: #000;text-decoration: underline;}
#footer ul#footer-icons {
	
	padding: 10px 0 0 0;
}
#footer ul#footer-icons li{
	display: inline;
	padding-left: 10px;
}
/*

* { outline: 2px dotted red }* * { outline: 2px dotted green }* * * { outline: [..
*/

