/*  
Theme Name: Flinchy
Theme URI: http://www.flinchclass.com/
Description: A basic them for Mr. Flinchbaugh's <a href="http://www.flinchclass.com">class website</a>.
Version: 1.0
Author: Phil Adams and Mike McFlinchy
Author URI: http://www.flinchclass.com/
*/



body {
	font-size: 62.5%; /* resizes 1em to 10px */
	font-family: 'Times New Roman', Times, serif;
	background: #fff url(images/bg.gif) left top repeat-x;
	color: #000;
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {
	background-color: transparent;
	border: 0;
	text-align: left;
	margin: 0px auto;
	padding: 0;
	width: 800px;
	border: 0;
	}

#header {
	background: #fff;
	margin: 0px; 
	padding: 0; 
	height: 116px; 
	width: 586px;
	}

#headerimg 	{ 
	margin: 0; 
	height: 116px; 
	width: 586px; 
	}
	
#headerimg img { padding: 0; margin: 0; border: 0; }

hr { display: none; }

a { color: #758baa; text-decoration: none; }
a:hover { text-decoration: underline; }
a.more-link { 
        display: block;
        text-transform: uppercase;
        font-size: .8em;
        }

p { margin: 0 0 1em 0; }

/*** HEADINGS ***/

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
	color: #8da2c1;
	margin: 0;
	padding: 0;
	}

#content h2, #content .page h2 {
	font-size: 30px;
        text-transform: lowercase;
	}

#content #post-3 h2 {
       font-size: 30px;
       text-transform: lowercase;
       font-weight: bold;
       color: #8da2c1;
       }
	
#content .post h2, #content .post h2 a {
	font-size: 24px;
	font-weight: normal;
	color: #666;
        text-transform: none;
	}
	
#content h3, #content h3 a {
	font-size: 18px;
	color: #666 /*#8da2c1*/;
	font-weight: normal;
	}





/**** MAIN CONTENT *****/

#content {
	float: left;
	width: 580px;
	display: inline;
	margin: 0;
	padding: 48px 0;
	font-size: 1.2em;
	}

#content .intro {
        font-size: 14px;
        border-top: 1px solid #bbb;
        border-bottom: 1px solid #bbb;
        background: #eee;
        color: #666;
        padding: 9px;
        margin: 1em 0 18px 0;
}

#content .intro p { margin: 0; }
	
#content .post {
	border-bottom: 1px dotted #bbb;
        margin-bottom: 1.2em;
	padding: 0 0 1em;
        font-size: 1.2em;
	}

#content .page, #content .single { border-bottom: 0px; }

.post small {
	font-size: 1em;
	color: #999;
        margin-bottom: 3px;
	}
	
#content .entry {
	padding: 6px 0 0 24px;
}

#content .navigation {
	padding: 32px 0 0 0;
	}
	
.alignleft { float: left; }
.alignright { float: right; }

#content #linklist {
       margin: 0;
       padding: 0;
       list-style: none;
       font-size: 1.2em;
}

#content #linklist li {
       margin: 0 0 12px 15px;
       }

#content #linklist a {
       margin: 0 0 0 -15px;
       display: block;
       width: auto;
       font-size: 1.2em;
}



/********** SIDEBAR CONTENT ******/

#sidebar {
	float: right;
	display: inline;
	width: 159px;
	border-left: 1px solid #bbb;
	padding: 0 0 48px 0;
	margin-top: 60px;
	}

#sidebar ul {
	margin: 0;
	padding: 0 0 0 12px;
	list-style: none;
	font-family: Arial, sans-serif;
	font-size: 1.6em;
	text-transform: lowercase;
	color: # 758baa;
	line-height: 1em;
	}

#sidebar ul li {
        margin: 0 0 8px 12px;
        text-indent: -12px;
        }
	
#sidebar a { color: #758baa; }

#sidebar h2 {
	margin: 12px 0 0 0;
	padding: 12px 0 0 12px;
	border-top: 1px solid #bbb;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: lowercase;
	color: #000;
	line-height: 22px;
	}

ul#topics {
        font-size: 12px;
        line-height: 16px;
        }

ul#topics li {
        margin: 0 0 0 12px;
        }

ul#arch {
	margin: 0 0 0 12px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 16px;
	}
	
#arch a { color: #888; }
#arch a:hover { color: #333; text-decoration: none; }

ul#arch li { margin: 0 0 0 0; text-indent: 0; }




/********** COMMENTS CONTENT ******/

#respond {
	float: left;
	width: 580px;
	display: inline;
	margin: 0;
	padding: 0 0 48px 0;
	font-size: 1.2em;
	}

textarea#comment { width: 560px; }



/********** FOOTER CONTENT ******/

#footer {
	clear: both;
	border-top: 3px solid #000;
	padding: 4px 0 0 0;
	margin: 0;
	height: 32px;
	}
	
#footer p { line-height: 12px; }


#footer a { color: #000; border-bottom: 1px dotted #758baa; }
#footer a:hover { color: #758baa; text-decoration: none; border-bottom: 1px solid #758baa; }

