/*
Theme Name: mda2010
Theme URI: http://www.michaeldayers.com
Description: A custom theme for Mr. Michael D. Ayers
Version: 1.0
Author: Marty Z
Tags: gray, three columns, grayscale

Built from scratch by Marty Z @ route7media || http://www.route7media.com

*/



#wrapper {
	width: 930px;
	margin: 10px auto 0 auto;
	border: 1px solid #ccc;
	padding: 0px 25px 25px 25px;
	overflow: hidden;
}
body,td,th {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#heading {
	height: auto;
	clear: both;
}
	
#headbio {
	margin-top: 0px;
}

#headbio p {
	margin-top: 10px;
	line-height: 18px;
	color: #666;
}


.srssfetcher {
list-style-type: none;
}

.srssfetcher-item {
padding-bottom: 10px;
}


#leftnav {
	width: 170px;
	height: auto;
	float: left;
		clear: right;
}

#leftnav ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
}


#leftnav ul li{
	line-height: 80px;
	font-size: 36px;
	color: #ccc;
}

#leftnav ul li.current_page_item {
	color: #ccc;
	text-decoration: underline;
}

#leftnav ul li a {
	color: #acacac;
	text-decoration: none;
}

#leftnav ul li a:hover {
	color: #666;
	text-decoration: underline;
}

#leftnav a:active {
	color: #000;
}




h1 {
font-size: 56px;
font-weight: normal;
color: #000;
margin-bottom: 0px;
margin-top: 15px;

}

h1 a{
	color: #333;
	text-decoration: none;
}

h1 a:hover{
	color: #666;
}


#mainbody {
	margin: 0 auto;
	width: 980px;
height: auto;
overflow: visible;	
}



#bigpic {
	float: left;
	margin-top: 20px;
	margin-left: 15px;
	/*background: url(images/frontpic1.jpg);
	background-repeat: no-repeat; */
	width: 600px;
	height: 400px;
	clear: none;
}

#bigpic img{
	border:1px solid #ccc;
	padding:5px;
}


#center {
	float: left;
	margin-left: 10px;
	width: 600px;
overflow: visible;
clear: none;
	
	
}


#center .post {
	overflow: visible;
	
}


#center .post h2{
	font-size: 34px;
font-weight: normal;
color: #666;
border-bottom: 1px dashed #CCC;

}

#center .post .entry p{
	line-height: 34px;
	
}

#center .post .entry img {

border:1px solid #ccc;
	padding:5px;
}


#center .post a{
	color: #666;
	text-decoration: none;
}

#center .post a:hover{
	color: #000;
	text-decoration: underline;
}

#center .post .entryclips img {
padding-bottom: 15px;
border-bottom: 1px solid #ccc;
}

#center .post .entryclips p {
	line-height: 16px;
}
	

#rightnav {
	margin-top: 20px;
	margin-left: 20px;
height: auto;
	width: 140px;
	float: left;
}


#rightnav #twitterlogo {
background-position: left;
width: 68px;
	height: 42px;
	background-image:url(images/tweety.jpg);
	background-repeat: no-repeat;
	
}

#rightnav #twitterlogo h2 {
	color: #04acea;
	text-align: center;
	float: left;
	padding-top: 10px;
	padding-left: 75px;
	display: block;
	font-size: 18px;
	margin: 0;
	
}

#rightnav #twitterlogo h2 a {
		color: #04acea;
		text-decoration: none;
}

#rightnav #twitterlogo h2 a:hover {
		color: #04acea;
		text-decoration: underline;
}
	


#rightnav .tweets {
	
	margin-top: 15px;
	text-align: right;

}

#rightnav .tweets a{
color: #666;
	font-size: 11px;
	text-decoration: none;
}

#rightnav .tweets a:hover {
color: #000;
		text-decoration: underline;
}



/* TUMBLE TUMBLE */

#rightnav #tumblrlogo {
background-position: left;
width: 68px;
	height: 42px;
	background-image:url(images/tumblr.jpg);
	background-repeat: no-repeat;
	
}

#rightnav #tumblrlogo h2 {
	color: #04acea;
	text-align: center;
	float: left;
	padding-top: 10px;
	padding-left: 75px;
	display: block;
	font-size: 18px;
	margin: 0;
	
}

#rightnav #tumblrlogo h2 a {
		color: #385571;
		font-size: 18px;
		text-decoration: none;
}

#rightnav #tumblrlogo h2 a:hover {
		color: #385571;
		text-decoration: underline;
}
	


#rightnav .tumbles {
	
	margin-top: 15px;
	text-align: right;

}

#rightnav .tumbles a{
color: #666;
	font-size: 11px;
	text-decoration: none;
}

#rightnav .tumbles a:hover {
color: #000;
		text-decoration: underline;
}




#footer {
	margin: 0 auto;
	width: 700px;
	
}

#footer p {
line-height: 0px;
margin-top: 10px;
font-size: 14px;
	color: #999;
	text-align: center;
	

}


#footer a {
	text-decoration: underline;
	color: #666;
}

#footer a:hover {
	color: #09F;
	
}


/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */

