/*
Theme Name: Autumn
Theme URI: http://geeksmakemehot.com/themes/
Description: One column theme for WordPress
Version: 1.0
Author: Jennifer Ledbetter<img src="http://mail.google.com/mail/?view=att&amp;disp=attd&amp;attid=0.1&amp;th=108e8e9eb3ff452c">
Author URI: http://geeksmakemehot.com
*/

body {
	background-color: #CC3335;
	color: #CC3335;
	margin: 0px auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center; /* IE 5.5 hack */

}

body{behavior:url('cssfocusandhover.htc');}/*Leave this for IE :hover and :focus to work*/


/*
Frontpage Column Layout
------------------------------------------------------------------------------------*/
#farouter {
	width: 500px;
	margin: 20px auto;
	background-color: #cc3335;
	padding: 0px;
	border: 50px solid #FFFACD;
	text-align: left; /* IE 5.5 hack part II */
}

#outer {
	border: 1px solid #503C33;
	padding: 0px;
	margin: 0px;
}


#content {
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	width: 450px;
}
#content  a , #content a:visited , #content  a:active {
	color: #000000;
	text-decoration: none; 
	}

	#content a:hover { 
	color: #000000;
	text-decoration: underline;
	}


#navigation a {
	color: #000; 
	text-decoration: none; 
	}
	
#navigation a:visited { 
	color: #000; 
	text-decoration: none; 
	}

#navigation a:active { 
	color: #000; 
	text-decoration: none; 
	}
	
#navigation a:hover { 
	color: #000; 
	text-decoration: underline; 
	}


/*
Header - All pages
------------------------------------------------------------------------------------*/

#header {
	margin: 0px; 
	background-color: #CC3335;
	padding-bottom: 5px;
	height: 130px;
	}

/*
Header Navigation
------------------------------------------------------------------------------------*/
#hnav {
	margin: 0px;
	float: left;
	}
	
#hnav ul {
	margin: 0px 0px 0px 10px;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	}

#hnav ul li {
	padding-bottom: 2px;
	/* matches link padding except for left and right */
	padding-top: 2px;
	}

/* Styles for Menu Items */

#hnav ul li a {
	display: block;
	padding-bottom: 2px;
	/* matches link padding except for left and right */
	padding-top: 2px;
	text-decoration: none;
	background-image: url(3.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 30px;
	color: #E2D6C5;
	background-color: #cc3335; /* IE6 Bug */
}

	
/*
Type - All pages
------------------------------------------------------------------------------------*/
p { 
	font: 100%/175% Georgia, "Times New Roman", Times, serif;
	}

a {
	color: #000000;
	text-decoration: none; 
	}
	
a:visited {
	color: #000000;
	text-decoration: none; 
	}

a:active { 
	color: #000000;
	text-decoration: none; 
	}
	
a:hover { 
	color: #000000;
	text-decoration: underline;
	}

a img {
	border: 1px solid #AE4B2E; 
	padding: 5px;
	}

a:hover img {
	background: #B56235;
}

img {
	margin: 0px;
	padding: 2px;
	}
	
acronym, abbr, span.caps { 
	border-bottom: 1px dashed #503C33; 
	cursor: help; 
	font-size: 100%; 
	letter-spacing: .07em;
	}

blockquote {
	border: 1px solid #503C33;
	background: #E2D6C5;
	margin: 5px 30px 5px 30px; 
	padding: 5px;
	}
	
blockquote:hover {
	border: 1px solid #503C33;

	background: #B56235;
	color: #E2D6C5;
}

cite { 
	font-size: 90%; 
	font-style: normal; 
	}
	
h1 { 
	margin: 0; 
	padding: 20px; 
	text-align: right; 
	}
	
h1.header {
	font-size: 24px;
	color: #E2D6C5;
	text-align: right;
	text-transform: uppercase;
	font-weight: normal;

}

h1.header a, a:visited, a:active {
	color: #E2D6C5;
	text-decoration: none;
}

h1.header a:hover {
	color: #E2D6C5;
}
	
h2 {
	color: #8a8a8a;
	letter-spacing: 0.2em;
	margin: 0 20px 20px 0;
	padding: 20px 0 0 0;
	font: 100% Georgia, "Times New Roman", Times, serif;
}
	
	

	
h3 {
	margin: 0;
	padding: 3px; 
	font-weight: normal;
	font-size: 16px;
	}

h3#respond {
		font-size: 18px;
		text-transform: uppercase;
	}

h3#comments {
		font-size: 18px;
		text-transform: uppercase;
}
	
h4 {
	font-size: 16px;
	font-weight: normal;
font-family: Georgia, "Times New Roman", Times, serif;
	color: #8a8a8a;
	margin: 15px 0px 5px 0px;
	padding: 3px;
	text-transform: uppercase;
	text-align: left;

	}
	
h5 {
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	margin: 10px auto;
}

.meta { 
	color: #503C33;
	font-size: 11px;
	font-weight: normal;
	padding: 5px 0px 3px 0px;
	text-transform: uppercase;
	margin: 0px 0px 0px 10px;
	}
	
.meta a {
	color: #AE4B2E;
	}

.date {
	color: #503C33;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
}	
.meta li, ul.post-meta li {
	display: inline;
	}
	
.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	}

ul.post-meta {
	list-style: none;
	}

ul.post-meta span.post-meta-key {
	font-weight: bold;
	}
		
.feedback {
	font: 12px Georgia, "Times New Roman", Times, serif;
	margin: 10px 0px 10px 0px;
	padding-left: 17px;
	color: #AE4B2E;  
	font-weight: normal;
	text-transform: uppercase;
	background-image: url(2.png);
	background-position: left;
	background-repeat: no-repeat;
	}

.feedback a, .feedback a:visited, .feedback a:active {
	color: #AE4B2E;	
	}
	
.feedback a:hover {
	color: #AE4B2E;	
	}

#hidden {
	display:none;
	}

ul, li {
	list-style: none;
	}
/*
Posts - All pages excluding front page
------------------------------------------------------------------------------------*/

.post {
	margin: 10px 10px 10px 10px;
	padding: 5px;
	background-color: #FFFACD;
	border: 1px solid #503C33;
	color: #737575;
    letter-spacing: 0.1em;
    text-align: justify ;

	}
	
.entrytext {
	margin: 10px auto;
	margin-top: 0px;
	padding: 0px 5px 5px 5px;
	}
	
.storytitle {
	margin: 10px auto;
	margin-bottom: 0px;
	font-size: 20px;
	text-transform: uppercase;
	padding: 3px;
	letter-spacing: 0.1em;
	font-weight: normal;
	text-align: left;
	}
	
.storytitle a, a:visited, a:active, a:hover  {
	text-decoration: none; 
	color: #000000;
	}

	
.storycontent{
	margin-bottom: 0px; 
	font-size: 14px;
	}

/*
FOOTER
------------------------------------------------------------------------------------*/
	
#clearer { 
	clear: both; 
	margin: 0; padding: 0;
	}
	
#footer { 
	margin: 0px auto; 
	background-color: #7F4338;
	border-top: 1px solid #503C33;
	padding-bottom: 5px;
	}

/*
FOOTER NAVIGATION
------------------------------------------------------------------------------------*/	
#fnav {
	overflow: hidden;
	}
	
#fnav ul {
	text-align: center;
	padding-bottom: 3px;
	padding-top: 10px;
	padding-left: 0;
	margin: 0 0 0 12px;
	color: #E2D6C5;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .2em;
font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	/* fixes Firefox 0.9.3 */
	}

#fnav ul li {
	font-size: 11px;
	margin-left: 0;
	padding: 3px 10px;
	border-right: 1px solid #DBD1B2;
	list-style: none;
	display: inline;
	}

#fnav ul li a {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	color: #E2D6C5;
	text-decoration: none;
	}

#fnav ul li a:hover {
	color: #E2D6C5;
	}

#fnav .active { 
	border-left: 1px solid #DBD1B2; 
	}
	
.foot {
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	color: #E2D6C5;
}
.foot a, .foot a:active, .foot a:visited, .foot a:hover {
	color: #E2D6C5;
}
/*
SPECIAL CLASSES
------------------------------------------------------------------------------------*/
.div {
	background-image: url(images/div.png);
	background-position: center;
	background-repeat: no-repeat;


	height: 34px;
	margin: 5px 0px 5px 0px;
}


.phi {
	font-size: 9px;

	text-align: center;
}

.spacer {
height: 20px;
}

#miniblog {
		font-size: 12px;
		margin: 0px auto;
}


/*
SEARCH
------------------------------------------------------------------------------------*/

#searchform input {
	background: #f3f3f3;
	border: 1px solid #f3f3f3;
	}
#searchform input:focus {
	background: #f3f3f3;
	border: 1px solid #b9b9b9;
	}

/*
COMMENTS
------------------------------------------------------------------------------------*/
ol.comments {
	list-style: none;
	margin: 0px auto;
	padding: 0px;
	text-align: justify;
	width: 430px;
}

.even {
	padding: 3px 10px 10px 3px;
	background: #E2D6C5;
}

.odd {
	padding: 3px 10px 10px 3px;
	background-color: #FFFFFF;
}

ol.comments p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	font-size: 11px;
}

ol.comments li {
	font: 12px Arial, Helvetica, sans-serif;
	border-top: 1px solid #728ebd;
	
}

.commentmetadata {
	display: block;
	color: #503C33;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.commentmetadata a, .commentmetadata a:active, .commentmetadata a:visited {
	color: #B56235;
	text-decoration: none;
}

.commentmetadata  a:hover { 
	color: #B56235; 
	text-decoration: underline;
	}


#cpreview p.preview {
        font-size: 1.2em;
        color: #000;
        text-align: center;
        margin-bottom: 15px;
}

.nocomments {
	text-align: center;
}

#commentbox {
	margin: 10px auto 10px auto;
	width: 455px;
}
/*
Email Form
------------------------------------------------------------------------------------*/
#emailform input, #emailform textarea  {
     width: 400px;
     font: 12px Georgia, "Times New Roman", Times, serif; 
     background: #E2D6C5;
     border: 1px solid #E2D6C5;
     color: #000;
    }

#emailform  textarea:focus, #emailform  input:focus {
	background: #E2D6C5;
	border: 1px solid #E2D6C5;
}
/*
COMMENTS ENTRY FORM
------------------------------------------------------------------------------------*/

#txpCommentInputForm {
	width: 430px;
        margin-left: auto;
        margin-right: auto;
}

#txpCommentInputForm p, #emailform p {
        font: 12px Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
        color: #000;
        padding: 0;
}

#txpCommentInputForm input#name, #txpCommentInputForm input#email, #txpCommentInputForm input#web {
       	font: 12px Georgia, "Times New Roman", Times, serif;
	width: 100%;
	padding: 2px;
	margin-left: auto;
	margin-right: auto;
	background: #E2D6C5;
	border: 1px solid #E2D6C5;
}

#txpCommentInputForm input:focus {
      	font: 12px Georgia, "Times New Roman", Times, serif;
	background: #E2D6C5;
	border: 1px solid #E2D6C5;
}

#txpCommentInputForm input#remember, #txpCommentInputForm input#forget {
        margin-right: 5px;
}

#txpCommentInputForm input, #txpCommentInputForm textarea {
   font: 12px Georgia, "Times New Roman", Times, serif;
}

#txpCommentInputForm textarea {
	width: 100%;
	padding: 2px;
	background: #E2D6C5;
	border: 1px solid #E2D6C5;
	margin-left: auto;
	margin-right: auto;

}

#txpCommentInputForm textarea:focus {
	background: #E2D6C5;
	border: 1px solid #E2D6C5;
}

#txpCommentInputForm .button {
        display: inline;
	width: 49%;
	padding: 2px;
	background: #E2D6C5;
	border: 1px solid #E2D6C5;
        margin-bottom: 5px;
	color: #000;
	text-transform: uppercase;

}

#txpCommentInputForm .button:hover {
	color: #000000;
	border: 1px solid #E2D6C5;
}

#txpCommentInputForm #preview {
        margin-right: 2%;
}

#txpCommentInputForm p {
	margin: 5px 0 5px 0;
}

p#txpCommentInputForm {
        width: 340px;
        text-align: center;
        text-transform: uppercase;
        color: #000;
        font-weight: bold;
        padding: 10px 0 10px 0;
        border: 1px solid #E2D6C5;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        margin-bottom: 30px;
}

#commentshelp a{
   color: #000; 
	text-decoration: none; 
	}
	
#commentshelp a:visited { 
	color: #000; 
	text-decoration: none; 
	}

#commentshelp a:active { 
	color: #000; 
	text-decoration: none; 
	}
	
#commentshelp  a:hover { 
	color: #000; 
	text-decoration: underline;
	}
