/*  
Theme Name: MacReedos
Theme URI: http://www.macreedos.com
Description: Theme for MacReedos
Version: 1.0
Author: Christopher McComas
Author URI: http://www.feedchris.com
*/

/* ************************************************************************************************************************************************************

Obviously feel free to change the info above once you've added your own styling

************************************************************************************************************************************************************ */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* ************************************************************************************************************************************************************

And now it's over to you...

************************************************************************************************************************************************************ */

/* green = #40AE49 */
body { background: #ccc; font-size: 62.5%; margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; }
a { color: #40AE49; text-decoration: none; }
a:hover { text-decoration: underline; }
#strip { font: 1.1em Arial, Helvetica, sans-serif; background: #000; width: 100%; padding: 3px 0; color: #fff; text-align: center; margin: 0; }
#logo { background: #fff; min-height: 100px; width: 100%; padding: 0; margin: 0; text-align: center; }
#logo-container { width: 960px; text-align: left; padding: 5px; margin: auto; }
#menu { width: 100%; margin: 0; padding: 0; background: #40AE49; text-align: center; border-bottom: 3px solid #000; border-top: 1px solid #000; }
#navigation { width: 960px; text-align: left; padding: 0; margin: 0 auto;/ }
.container-style { background: #fff; border-left: 3px solid #ccc; border-right: 3px solid #ccc; border-bottom: 3px solid #ccc; padding-top: 25px; }
.footer { text-align: center; font-size: 1.1em; padding: 5px 0; margin-top: 15px; color: #555; } 

/* posts */
.post h2 { font-size: 1.8em; color: #40AE49; line-height: 125%; margin-bottom: 6px; }
.post p { font-size: 1.2em; color: #333; line-height: 150%; }
.postmetadata p { font-size: 1.1em; color: #777; line-height: 150%; }

/* sidebar */
#sidebar a { font-size: 1.2em; }
#sidebar h2 { color: #000; font-size: 1.3em; line-height: 125%; margin-bottom: 4px; }
#sidebar p { font-size: 1.2em; }

/* navigation */
DIV#navigation UL { list-style: none; margin: 0; padding: 7px 0; line-height: 100%; }
DIV#navigation UL LI { display: inline; margin: 0; padding: 0; }
DIV#navigation UL LI a,
DIV#navigation UL LI a:link,
DIV#navigation UL LI a:visited,
DIV#navigation UL LI a:hover,
DIV#navigation UL LI a:active { 
	margin: 0 15px 0 0; 
	font: bold 1.5em Arial, Helvetica, sans-serif; 
	color: #000; text-decoration: none; padding: 0 }
DIV#navigation UL LI a:hover,
DIV#navigation UL LI a.selected,
DIV#navigation UL LI a.selected:link,
DIV#navigation UL LI a.selected:visited,
DIV#navigation UL LI a.selected:hover,
DIV#navigation UL LI a.selected:active {  padding: 0 5px; color: #fff; margin: 0 15px 0 0; padding: 0; }


