/*
Theme Name: custom
Description: april stephens
*/
/************************/
/*     Global Design    */
/************************/
* {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #000000;
	font-weight: lighter;
}

a:visited {

	
}

a:hover {
	color: #663300;
	font-weight: normal;	
}

a:active {
}

body {
	background-color: #CC9933;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	color: #FFFFFF;	
}

.clear {
	clear: both;
}

/************************/
/*     Layout Design    */
/************************/
#container {
	width: 900px;
	padding: 0px;
	padding-bottom: 0;
	color: #000;
	
	margin: auto;
	
}

#header {
	width: 900px;
	height: 10px;
	position: relative;
	padding: 0px;
	margin: auto;
	
}

#navigation {
	margin: 5px auto;
	width: 100%;
	
	/*border-top: 1px solid #555;
	border-bottom: 1px solid #555;*/
}

#content {
	margin: 0px 0;
		
}



#footer {

	height:77px;
	margin-top: 0px;
	color: #333333;
	padding: 0px;
	text-align: right;
}


/************************/
/*     Header Design    */
/************************/
#header #sitename {
	position: absolute;
	left: 1em;
	top: 1em;
}

#header #sitename h1 {
	font-size: 500%;
	font-family: Georgia, sans-serif;
}

#header #sitename h1 a {
	text-decoration: none;
}

#header #searchbar {
	position: absolute;
	right: 1em;
	bottom: 1em;
}

#header #searchbar #s {
	padding: 1px;
}


#navigation ul {
	list-style-type: none;
}

#navigation li {
	float: left;
}
	
#navigation li a {
	float: left;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 9px;
	color: #555;
}
	
#navigation li a:hover {
	color: #FFF;
	background: #A6A492;
}

/************************/
/*    Content Global    */
/************************/

.post {
	
	margin-bottom: 10px;
	color: #FFFFFF;
}

.post div.entry a {
	text-decoration: none;
	font-weight: normal;
	padding: 0px;
	color: #660000;	
}

#more-1 {
	background: none;
}

.post div.entry a:hover {
	
	color: #000000;
	font-weight: normal;
	
}


.post blockquote {
	padding: 0px;
	font-size: 30px;
	color: #000;
	font-style: italic;
}

.post h2 {
	font-size: 180%;
	font-weight: normal;
}

.post ol {
	padding-left: 0px;
	margin-bottom: 5px;
}

.post ul {
	padding-left:0px;
	margin-bottom: 5px;
	list-style-type: square;
}

.post small {
	font-size: 90%;
	font-weight: bold;
}
.post submenu {

	font-size: 30px;
	color: #000;
	font-style: italic;
	margin-left:25px;
	}
 .post bl {

	font-size: 30px;
	color: #000;
	}
#bl {

	font-size: 30px;
	color: #000;
	}

/************************/
/*    Content Design    */
/************************/
.post span.cats {
	font-weight: bold;
}

.post div.entry {
	margin: 5px 0;
	font-size: 120%;
}

.post div.entry p {
	margin-bottom: 5px;
}

.postmetadata {
	margin: 10px 0;
	font-size: 110%;
}
/************************/
/*    Comment Design    */
/************************/

ol#comments {
	list-style-type: none;
}

ol#comments li {
	margin-bottom: 10px;
}

ol#comments cite {
	font-style: normal;
	font-weight: bold;
	font-size: 130%;
	font-family: Arial, sans-serif;
	color: #666666;
}

ol#comments blockquote {
    margin: 4px;
    font-style: italic;
}


ol#comments em {
	display: block;
	font-size: 120%;
	font-weight: bold;
}

ol#comments p {
	font-size: 120%;
}

ol#comments ol {
    padding-left: 25px;
}

ol#comments ul {
    padding-left: 20px;
}

ol#comments ul li, ol#comments ol li {
    margin-bottom: 3px;
}

small.commentmetadata {
	font-size: 90%;
	font-weight: bold;
}

h3#respond {
	font-size: 110%;
}

#commentform p {
    margin-bottom: 3px;
}

#commentform input {
	border: 1px solid #E6E2AF;
	background-color: #FAFAF0;
}

#commentform input#submit {
	margin-top: 2px;
}

#commentform textarea#comment {
	width: 98%;
	border: 1px solid #E6E2AF;
	background-color: #FAFAF0;
}
/************************/
/*  Navigation Design   */
/************************/
.navigation {
	display: block;
	font-size: 130%;
	margin: 5px 0;
	
}

.navigation .alignleft {
	float: left;
}

.navigation .alignright {
	float: right;
}

/************************/
/*     Footer Design    */
/************************/

