/* 
Theme Name: Clyde's Home 
Theme URI: http://clydeshome.net
Description: Clyde's Home Default Theme 
Author: Clyde Jones
Author URI: http://clydeshome.net
Version: 1.0 
Tags: your, tags, here 
. 
Add any comments here! 
. 
*/

/*BOF*Reset*****/  
/*Remove margin and padding from elements*/  
/* http://meyerweb.com/eric/tools/css/reset/ v1.0 | 20080212 */
body, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, a {margin:0; padding:0}
/*EOF*Reset*****/  

body {
	margin: 1em 0;
	font: normal 62.5%/1.3em Tahoma, Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color:#444;
}

/* Apply basic typography styles */
address {padding: 0.5em;font-size:1.1em;font-style: normal;}
a.nobdr {border: none;}
a.nobdr:hover {border: none;}
a:link {color: #000;text-decoration: none;font-weight: bold;}
a:visited {color: #000;text-decoration: none;font-weight: bold;}
a:hover {color: #000;background: #EAC27C;font-weight: bold;}
a:active {color: #000;font-weight: bold;}
img {border: 0;}
a:focus {outline: none;}
hr {
margin-top: 0.5em;
border: 0 solid #D09536;
border-bottom-width: 1px;
height: 1px;
clear: both;
}
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* `Headings*/
h1 {font-size: 1.8em;font-family:Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif;}
h2 {font-size: 1.5em;}
h3 {font-size: 1.3em;}
h4, h5, h6 {font-size: 1.2em;}
h2, h3, h4, h5, h6 {font-family: Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif;}
h1, h2, h3, h4, h5, h6 {margin: 0.3em 0;}
LABEL, LEGEND, ADDRESS, .larger{
font-family: Tahoma, Verdana, Geneva, san-serif;
	font-size: 1.1em;
	}
/* `Spacing*/
ol, ul {list-style: none;}
li {margin: 0;}
p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset {line-height:1.3em;}
p { padding:0 0  0.8125em 0; color:#222; font-weight: 300;}

p + p { text-indent:1.625em;}
/*EOF*Basic Elements*****/  



#wrapper {
	margin: 0 auto;
	width:960px;
}
#header {
margin:0 auto;
	background: url(images/header_bg.jpg) no-repeat;
	margin-bottom:1em;
	width:960px;
	position:relative;
	border:2px solid #ccc;
		    border-width: 2px 2px 0 2px;
	    -moz-border-radius-topright: 10px;
	    -moz-border-radius-topleft: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-border-top-left-radius: 10px;
border-top-right-radius:10px;
border-top-left-radius:10px;
	    -moz-border-radius-bottomright: 10px;
	    -moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
border-bottom-right-radius:10px;
border-bottom-left-radius:10px;	   		
}
#search {
	position:absolute;
	top:5px;
	right:10px;
}
#date {
	position:absolute;
top:80px;
right:10px;
	color:#fff;
	font-weight: bold;
	font-size: 1.2em;
-webkit-text-shadow: 5px 5px 5px #000;
-moz-text-shadow: 5px 5px 5px #000;
text-shadow: 2px 5px 5px #000;
filter: Shadow(Color=#000, Direction=135, Strength=1);

}
#quote {
	position:absolute;
	top:110px;
	right:10px;
}
.quote{
	color:#fff;
	font-weight: bold;
	font-size: 1.2em;	
}
.random-photo {
margin:0;
padding:0;
float:right;
width:150px;
height:150px;
}
#blog-title {
margin: 0;
padding:15px 0 0 10px;
font-family: "Times New Roman", Times, serif;
font-size: 4em;
font-weight:bold;
height:1em;
width:472px;
color:#fff;
-webkit-text-shadow: 5px 5px 5px #000;
-moz-text-shadow: 5px 5px 5px #000;
text-shadow: 2px 5px 5px #000;
filter: Shadow(Color=#000, Direction=135, Strength=1);
}

#blog-description{
padding:15px 0 0 120px;
font-size:2em;
font-weight: bold;
color:#fff;
-webkit-text-shadow: 5px 5px 5px #000;
-moz-text-shadow: 5px 5px 5px #000;
text-shadow: 2px 5px 5px #000;
filter: Shadow(Color=#000, Direction=135, Strength=1);
}
#branding {
padding:0;
	height:127px;
	width:960px;
}
#access {
	border-bottom:none;
}

#main_search{
	float:right;
	width:298px;
}
.menu-header {
padding:0 ;
	background: url(images/menu_bg.png) no-repeat;
	height:33px;
	width:960px;
	}
.menu-header ul{
	margin: 0;
	padding: 10px 0 0;
	list-style-type: none;
	z-index:1000;
}
/*Top level list items*/
.menu-header ul li{
	position: relative;
	display: inline;
	float: left;
	z-index:1000;
	color:#444;
	padding:0 0 0 16px;
	font-size:1.1em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-family:Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
}
.menu-header ul li.first{
	padding:0;
	background:none;
}
/*Top level menu link items style*/
.menu-header ul li a{
	padding:5px 13px 5px;
	text-decoration:none;
	background:	#F9F9F9;
	color:#84AEE7;
	display:block;
	z-index:1000;
	padding:5px 10px 5px 10px;
}
* html .menu-header ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	float:left;
}
* html .menu-header ul li ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	float:none;
}
.menu-header ul li a:link, .mainmenucat ul li a:visited{
}
.menu-header ul li a:hover, .menu-header .current_page_item a, .menu-header .select a{
    background:#84B9E3;
	outline:		0;
    border-bottom-color:#ccc;
	text-decoration:none;
	color:#fff;
}	
	
	
#main {
    clear:both;
    margin:1.5em auto 0;
    padding: 1.5em 0 0;
    width:960px;
}

#container {
margin: 0 auto;
padding-top:1em;
    width:960px;
	    border:2px solid #DFDFDF;
	    border-width: 2px 2px 0 2px;
	    -moz-border-radius-topright: 10px;
	    -moz-border-radius-topleft: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-border-top-left-radius: 10px;
border-top-left-radius:10px;
border-top-left-radius:10px;
height:100%;
}
#content {
    margin:0 30px 0 10px;
    padding: 0 5px;
    width:700px;
    float:left;
    overflow:hidden;
    font-size: 1.2em;
}
#content h3 {
padding:5px 0 5px;
	font-size:1.3em;
}
.post {
	margin: 5px 5px;
	padding: 0 5px;
	border: 1px solid;
	border-color: #eeeeee;
   font: normal 1.2em/1.5em Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
   width:530px;
	}
	.title {
	margin: 0;
	padding: 5px 0 10px 0;
	font-size: 0.71em;
	color: #742f0e;
	text-align: right;
}
.postmetadata, .postmetadata a {
	font-size: .9em;
}
.related, .related li a{
		font-size: .9em;
}
#sidebar {
margin:0 0 0 10px;
padding-right:10px;
	    width:160px !important;
    float:left;
border-right: 1px solid #eee;
}
.remember li {
	color:red;
}
#comments {
	    margin:0 0 0 30px;

}

.main-aside {
    width:150px !important;
    position:relative;
}
#secondary {
    clear:right;
}
#footer {
margin:0;    
    clear:both;
    width:960px;
	    border:2px solid #DFDFDF;
	    border-width: 0 2px 2px 2px;
	    -moz-border-radius-bottomright: 10px;
	    -moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
border-bottom-right-radius:10px;
border-bottom-left-radius:10px;    
text-align:center;
}

#siteinfo {
    clear:both;
    width:940px;
    margin:0 auto;
    padding:10px 0 10px;
    line-height:normal;
    color:#000;
    font-size: .9em;
}

/*    Main Asides*/ 

.main-aside ul {
    padding:0 5px;
    list-style: none;
}


.main-aside ul ul {
    padding:0;
    list-style: none;
}
#primary {
	border:ridge #7DB2E8;
	background:#F8F8F8;
    padding:18px 0 0 0;
    margin-bottom:22px;
    font-size: 1em;
}

#subsidiary {
    width:940px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#secondary {
font-size: 1em;	
}
.main-aside h3 {
font-size: 1.3em;
    text-align:center
    font-style: normal;	
}
/*
    Content Asides
*/
#content .aside {

    border:1px solid #ccc;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
#content .aside ul {
    padding:0 5px;
    list-style: none;
}
#content .aside h3 {
    font-family:Georgia,serif;
    font-weight:normal;
    font-size:17px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
    list-style: none;
}
/*

/* =PageNavi
-------------------------------------------------------------- */
 
/* Use !important to override PageNavi CSS */
.wp-pagenavi {
	margin: 10px 0;
	padding:5px 0;
} 
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
margin:0;
padding:3px 3px !important;
color: blue !important;
background:transparent !important;
/*border:1px solid #eee !important;*/
font-weight: bold !important;
}
.wp-pagenavi a:hover {
}
.wp-pagenavi span.pages {
background:transparent !important;
color: blue !important;
padding:3px 10px !important;
font-weight: bold !important;
}
.wp-pagenavi span.current {
padding:3px 3px !important;
background:transparent !important;
border:1px solid #EEAA3B !important;
color: blue !important;
font-weight: bold !important;
}
.wp-pagenavi span.extend {
padding:3px 3px !important;
background:transparent !important;
color: blue !important;
border:1px solid #EEAA3B !important;
font-weight: bold !important;
}



.main-aside input {
    margin:0 0 18px 0;
    width:90%;
}

#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
}
#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 2px 0;
}
#wpcf textarea {
	width: 350px;
	height: 100px;
	padding: 1px;
	margin: 0 5px 10px 0;
}
#wpcf #contactsubmit {
	margin-left: 250px;
	width: 100px;
}
.list {
margin: 10px 0 10px 0;
font: normal 1em/normal Verdana, "Trebuchet MS",  Arial, helvetica, sans-serif;
color: #742f0e;
padding: 10px 0 10px 0;
left: 80px;
}
.listodd {
margin: 10px 0 10px 0;
background-color: #d4bb67;
color: #742f0e;
font: normal 1em/normal Verdana, "Trebuchet MS",  Arial, helvetica, sans-serif;
padding: 10px 0 10px 0;
left: 80px;
}

.rowshadinga {
left: 0px;
margin-bottom: 3px;
background-color: #B5A45F;
color: #742f0e; 
text-align: center;
padding: 3px 3px 10px 3px;
font: bold .75em/normal Verdana, "Trebuchet MS",  Arial, helvetica, sans-serif;
height: 30px;
}
.titles {
font-weight: bold;
position: absolute;
left: 50px;
width: 200px;
}
.filmry {
font-weight: bold;
position: absolute;
left: 320px;
width: 50px;
}
.filmrt {
font-weight: bold;
position: absolute;
left: 385px;
width: 50px;
}
.genre {
font-weight: bold;
text-align: center;
position: absolute;
left: 460px;
width: 90px;
}

.row {
margin: 0px 0px 10px 0px;
font: normal .75em/normal Verdana, "Trebuchet MS",  Arial, helvetica, sans-serif;
color: #09040a;
height: 30px;
left: 80px;
}
.rowodd {
margin: 10px 0px 0 0px;
background-color: #E7D7A2;
color: #09040a;
font: normal .75em/normal Verdana, "Trebuchet MS",  Arial, helvetica, sans-serif;
height: 36px;
left: 80px;
}
.leftcol {
position: absolute;
width: auto;
	}
.cola {
position: absolute;
Padding-top: 10px;
padding-left: 5px;
left: 120px;
width: 200px;
padding-bottom: 10px;
}
.colb {
position: absolute;
Padding-top: 10px;
left: 330px;
width: 50px;
}
.colc {
position: absolute;
Padding-top: 10px;
left: 390px;
width: 60px;
}			

.rightcol {
position: absolute;
Padding-top: 10px;
padding-bottom: 10px;
left: 460px;
width: 200px;
}
#histnote {
float:right;
}
.left {
float:left;
padding: 0 10px;
}
.clearleft {
clear:left;
}
.clrlft {
clear:left;
}