/*  
Theme Name: Michael
Theme URI: 
Description: 
Version: 1.0
Author: P Otto
Author URI: 
*/

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		BODY, WRAPPINGS, ANCHORS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
div {border:1px solid black}*/
body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	color:#4D4E5B;
	background-color:#DAD7CA;
	}
img
{
	border:none;
}
	#wrapper {
		width: 750px;
		height:auto;
		background-color:#FFFFFF;
		margin:0 auto;
		padding:0;
		border-top:1px solid white;
		}
		
a {	color: #839156;	text-decoration: none; }			
a:hover { color:#9F2629; }
a:focus { color:#9F2629; }
a:select { color:#9F2629; }

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		HEADER, HEADINGS, what not
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.hidden {display:none}

#header {
	width: 743px;
	height: 75px;
	margin-left:5px;
	text-align: left;
	border-bottom:1px solid white;
	}

#headername {
	display:block;
	background-image:url(images/headername.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	width:300px;
	height:75px;
	margin-left:20px;
	}
#name a{
	color:#9F2629;
	}
	
	h1 {
		margin: 20px 0 20px 0;
		font-size: 2em;
		line-height:110%;
		font-weight: normal;
		color:#9F2629;
		font-weight:bold;
		}
		
		h1 a, h1:visited { color: #9F2629; text-decoration: none; }
		
	.description {
		display:none;
		}


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		TOP BAR
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



#topbar {
	width: 745px;
	margin-left:5px;
	margin-top:5px;
	height: 25px;
	}
	
	#topbar ul {
		list-style: none;
		margin: 0 15px 0 20px;
		padding: 0;
		}
		
		#topbar ul li {
			display: block;
			list-style: none;			
			float: left;
			font-weight:bold;
			font-size:1.2em;
			margin-right:15px
			}
			
			#topbar ul li a, #topbar ul li a:visited {
				float: left;
				display: block;
				padding: 3px 8px 0 0;
				height: 22px;
				color: #4D4E5B;
				text-decoration: none;
				}
				
				#topbar ul li a:hover { color: #9F2629; }
				
				#topbar ul li ul, #topbar ul li ul li {
					margin: 0;
					padding: 0;
					}
				
					#topbar ul li ul li a, #topbar ul li ul li a:visited {
						float: left;
						display: block;
						padding: 6px 30px 0 0;
						height: 19px;
						color: #fff;
						text-decoration: none;
						}


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		CONTENT
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#content {
	width:680px;
	height:auto;
	margin: 0 auto;
	text-align: left;
	padding: 40px 20px 0 50px;
	float:left;
	line-height:180%;
	}
#breadcrumb {
	font-size:1.2em;
	}

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		POSTS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.post a { text-decoration:underline}
.post {
		margin-top:20px;
		margin-bottom:20px;
	}
	.post p {
		margin-top:0;
		padding-top:0;
	}
		
	.post h2 {
		font-size: 1.3em;
		font-weight: normal;
		margin: 40px 20px 8px 0;
		padding:0;
		font-weight:bold;
		}
		
		
			.post h2 a { text-decoration:underline}
			
	.post .data {
		font-size: 1.4em;
		font-weight: normal;
		color: #006699;
		margin: 0 20px 15px 0;
		}
		
		.post h3 {
			font-size: 1.3em;
			font-weight: normal;
			color: #003399;
			margin: 25px 20px 0 0;
			}
			
			#content>.post h3 { margin-bottom: 8px; } /* FF Specific */

	.entry {
		width: 600px;
		font-size: 1.4em;
		}
		
		.postmetadata {
			width: 606px;
			margin: 25px auto 15px auto;
			border-top: 1px solid #E5E5E5;
			border-bottom: 1px solid #E5E5E5;
			background: #F5F5F5;
			text-align: center;
			font-size: 0.9em;
			padding: 8px 10px;
			}
			
			.postmetadata#single { margin: 0 auto 30px auto; }
			
			.postmetadata small { font-size: 0.8em; }			
			
				

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		POST PARAPHERNALIA
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


		
		.post ul {
			margin: 10px 0 ;
			padding: 0 0 0 37px;
			}
		

		
		


	
/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		COMMENTS and COMMENT FORM
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#commentformarea {
	width: 707px;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	background: #F5F5F5;
	margin: 0 auto 8px auto;
	padding: 8px 10px;
	}
	
	#commentform {
		margin: 15px 0 10px 40px;
		}
	
	#commentformarea h3 {
		font-size: 1.3em;
		font-weight: normal;
		color: #006699;
		margin: 10px 0 15px 20px;
		}
		
		#commentform p { margin: 0 0 3px 0;	}
		
		#commentform input, #commentform textarea {
			border: 1px solid #A7A6AA;
			background: #fff;
			padding: 3px;
			font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
			font-size: 0.8em;
			}
			
			#commentform textarea { width: 420px; }
			
			#commentform input#submit {
				font-family: Arial, Helvetica, sans-serif;
				width: 130px;
				color: #006699;
				}
				
		h4 {
			margin: 25px 0 20px 0;
			text-align: center;
			font-weight: normal;
			color: #006699;
			}
	
	ol.commentlist {
		width: 626px;
		list-style: none;
		margin: 0 auto 60px auto;
		padding: 0;
		font-size: 0.9em;
		}
		
		ol.commentlist li {
			margin: 0 0 20px 0;
			padding: 20px 0 0 0;
			border-top: 1px solid #ABCAD9;
			}
		
			ol.commentlist p.await_mod {
				color: #f00;
				margin: 0 0 8px 0;
				}
		
				ol.commentlist p { margin: 0 0 10px 0; }
				
					ol.commentlist span.cmntmeta { color: #006699; }
				


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		SEARCH AND ARCHIVES
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.sanda h2 {
	font-size: 1.9em;
	font-weight: normal;
	color: #006699;
	margin: 35px 0 0 0;
	text-align: center;
	}
	
	.sanda>h2 { margin: 15px 0 0 0; } /* FF Specific */
	
		.sanda h3 { margin: 0 40px 15px 40px; }



/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		SIDEBAR (aka the area where sidebar things go that is actually on the bottom)
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#sidebar {
	width: 250px;
	height:auto;
	text-align:left;
	font-size:1.1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:50px;
	clear:right;
	line-height:normal;
	}
#sidebar a {
	color:#000;
	text-decoration:none;
	}
#sidebar ul{
	list-style:none;	
	margin:0;
	padding:0;
	}
#sidebar li{
	padding:5px 0 0 10px;
	margin:0;
	width:200px;
	}


a.page_item_current
{
color:#990000
}
/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		FEED ICONS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.feedicon {
	width: 20px;
	height: 20px;
	}


	#topbar .feedicon {
		background: url("./images/feedicon_white_bg.png") no-repeat;
		display: block;
		display: inline; /* IE */
		float: right;
		margin: 2px 10px 0 0;
		}


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		FOOTER
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
		
#footer {
	width: 750px;
	padding: 5px;
	text-align: left;	
	font-size:1.3em;
	color:#000;
	background-color:#DAD7CA;
	margin:0 auto;
	}
	
	#footer p {
		margin: 0 0 15px 0;
		padding: 15px 0 0 0;
		font-size: 0.7em;
		color: #000;
		}
		
		#wrapper>#footer p { margin: 0; padding: 15px 0 15px 0; } /* FF Specific */
			
			
			
.red a {
color:#990000;
font-weight:bold;
font-size:1.2em;
}
#contenthome
{
height:auto;
width:750px;
text-align:left;

}
.posthome
{
width:710px;
height:330px;
margin:0 0 0 40px;
background-image:url(images/michael.jpg);
background-position:top right;
background-repeat:no-repeat;
text-align:left;
display:block;
border-top:1px solid white;
}
#mainhome 
{
width:25em;
height:auto;
text-align:left;
background-color:#FFF;
}

	.posthome h1 {
		margin: 100px 0 10px 0;
		padding:0;
		font-weight:bold;
		color:#D56F2B;
		display:block;
		}
.entryhome
{
font-size:1.4em;
}
	.entryhome p
	{
	margin:0;
	padding:0;
	}
#teasers
{
width:100%;
height:200px;
border-top:20px solid #DAD7CA;
padding-left:25px;
}
#teasers img
{
float: left;
margin-right:35px;
}
#bottomnav ul
{
list-style:none;
margin:0;
padding:0;
}
#bottomnav li
{
list-style:none;
margin:0;
padding:0;
}
.name {display:block; float:left; width:9em; height:auto; clear:left}
.text {display:block; float:left; clear:right; width:400px; height:auto}
p.indent { margin:1em 0 1em 60px; padding:0; text-indent:0; display:block;}
.extract { margin:0; padding:0; text-indent:20px; } 
.extractfirst { margin:0; padding:0; } 
.extractintro { margin:0; padding:0 0 1em 0;} 
p.shortteaser { margin:0; padding:0 0 2.5em 0;} 
p.link { margin:1em 0 0 0; padding:1em 0 0 0;} 
p.clear {display:block; clear:both;}
p.indent2 {display:block; width:400px; height:auto; margin-left:9em; clear:both;}

