/*  
Theme Name: JodyMacDonald
Theme URI: 
Description: Loosely based on Modern by Ulf Petterson, http://ulfpettersson.se/
Version: 0.9
Author: Tzaddi Gordon
Author URI:http://thrivewire.ca

Structure of theme files derived from the default WordPress 1.5 theme.	
	
If you think the CSS could be optimized, you're probably right :-)

*/


/*** Global Element Styles ***/
body, p, table, tr, td, ul, li, blockquote, h1, h2, h3, h4, h5, h6{margin:0;padding:0;}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: arial, verdana, sans-serif; 
	color: #DDD9D7;
	text-align: left;
    background:#2D2D2D;  
	}

a {color:  #C86428; text-decoration: underline; }	
a:visited {color:#B64926;text-decoration:none;}
a:hover, h2 a:hover {color:#FFB03B;}	

p, li, h1, h2, h3, h4{margin-bottom:.5em;}
h1 {
	font-size: 3.8em;
	line-height: 0.9em;
	}	
	
h2 {color: #828791;
	font-size: 2.1em;
	}
	
h2 a, h3 a{
	line-height: 1.2em;
	text-decoration: none;
	}
h2 a, h3 a, h2 a:visited{color:#828791;}

h3 {
	font-size: 1.3em;
	margin: 30px 0 0 0;
	}
	
h4 {line-height: 1.2em;
 	letter-spacing: 1px;	
	font-size: 0.8em;
	font-weight: normal;	
	text-transform: uppercase;
   	margin: 10px 0 0 0;
	padding: 7px 0 0 0;		
	}	
    
td{padding-right:1em;margin:0;}

hr {	display: none;	}

a img {	border: none;	}

code {	font: 1.1em 'Courier New', Courier, Fixed;	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dotted;
	}    
blockquote, blockquote cite {
        width:335px;
        padding:20px 30px 10px 35px;
	background: url(images/quotes.gif) 0px 15px no-repeat; 
	font-style: italic; 
}

blockquote cite {
	display: block; 
	}    
    

/*** Begin structure sections ***/
/* Header */
#header h1 {
    background:  url(images/JodyMacDonald.gif) bottom right no-repeat;
	display: block;
	width: 291px;
	height: 34px;
    margin: 40px 0 15px 0;	
	}	
	
#mainnav{	border-top: 3px solid #828791;}    
#header h1 a  {
	width: 291px;
	height: 34px;
    display: block; 
}  
#mainnav ul a {
    z-index: 100;
	border-left: 1px solid #DDD9D7;
	text-transform: uppercase; 
	font-size: 1em; 
	letter-spacing: 1px;}	

#mainnav ul a:hover /* li.current_page_item a*/{ color:  #C86428;background: #DDD9D7;}

#mainnav ul, #mainnav li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#mainnav li a {/*display: block;
	min-width: 40px;*/
	padding: 10px 32px 5px 12px;
	float: left;
    }


.description {
float:right;
	color: #828791;	 
	font-size: 1.1em; 
    margin:-20px 0 15px 0;
	}	  

/* Page */    	
#page {
	text-align: left;
	width: 780px;
    margin: 0 0 20px 60px;
	}

/* Content */	
#content {
	width: 419px;
	padding: 30px 20px 30px 0;
	float: left;
	clear: both;	
	font-size: 1.2em;
	line-height: 1.8em;	
	}

#content.single {
	width: 780px; 
	padding: 30px 0; 
	}	

#content.single img{
    float:right;
    padding:0 0 25px 25px;
	}	    

/* Sidebar */    
#sidebar {
	display: block; 
	margin-left: 511px;
	padding: 30px;
	border-left: 1px solid #D3CFCD;
	font: 1.2em Arial, Helvetica, Sans-Serif;
    margin-top:45px;
	}
	
#sidebar a { text-decoration: none; }	

#sidebar h2 {
    color: #828791;	
	font-weight: bold; 
	letter-spacing: 2px; 
	font-size: 1.1em;
    }
#sidebar h2.first {    
    margin-top:-30px;
	}		
    
#sidebar ul{	list-style: none; }

#sidebar ul li {
	list-style: none;
	margin-bottom: 15px;
	}	
    
/* Footer */    
#footer {
	font-size: 0.9em;	
	letter-spacing: 1px; 
	text-transform: uppercase; 
    margin:15px 0 15px 5px;    
	width: 780px;
	clear: both;    
	}
	
/*** End structure sections ***/	

div.post{margin-bottom:1em;}
.postmetadata, .commentmetadata {
	letter-spacing: 1px; 
	text-transform: uppercase; 
	font-size: 0.75em;
	font-weight: normal;	 
	}

.commentmetadata {font-size: 0.8em;}	
		
.alt {
	border-top: 1px solid #61646B;
	border-bottom: 1px solid #61646B;
	}

small, .navigation {
	color: rgb(138,134,132);
	font-size: 0.9em;
	line-height: 1.5em;
	}
	

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#searchsubmit, #sidebarsubmit, #commentform #submit {
	font: normal 0.8em Arial, Helvetica, Sans-Serif;
	letter-spacing: 1px;	
	text-transform: uppercase;	
	font-size: 1em;
	}		

.nocomments, .postmetadata, strike, #footer {
	color: #A8A4A2;
	}
	
.postmetadata .alt {
	margin: 15px 0 0 0;
	}	

/* Begin Images */
p img {
	max-width: 100%;
	}


.imageframe { margin: 10px; padding: 5px; }
.imgalignleft { float: left;	margin: 0 7px 2px 0; }
.imgalignright { float: right;	margin: 0 0 2px 7px; }
.imgaligncenter { margin-left: auto; margin-right: auto; }
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	margin: 0 7px 2px 0;
	display: inline;
	}

/* End Images */



/* Begin Lists */

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	

/* End Entry Lists */



/* Begin Form Elements */
input#s, input#author, input#email, input#url, textarea, #sidebar #searchform #s {border: 1px solid rgb(201,197,195);}
textarea{background:#EEE;}
#searchform {
	margin: 0 auto;
	padding: 0 0 15px 0; 
	text-align: left;
	}

#sidebar #searchform #s {
	width: 125px;
	padding: 2px 0;
	}

#searchsubmit, #sidebarsubmit {
	margin-left: 10px;
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	padding: 2px;
    background: #DDD9D7;    
	}

#commentform textarea {
	width: 98%;
	margin: 5px 0 0 0;	
    background: #DDD9D7;
    border-top, border-left:2px solid #FFF;
	}

#commentform #submit {
	margin: 2px 0 0 0;	
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 20px 0 0 0;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0 3px 0;
	padding: 10px;
	list-style: none;
	}

.commentlist p {padding: 10px 0 0 0;		}

.commentmetadata {	display: block;	}
/* End Comments */

/* Begin Various Classes */

.alignright {float: right;}
.alignleft {float: left;}
.center {text-align: center;}

.navigation {
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	clear: both;
	border-bottom: none;	
	}

.break {clear: both; line-height: 0px; width: 100%; visibility: hidden;}	
.hide{display:none;}
/* End Various Classes*/


