/*
Theme Name: MMD
Theme URI: http://ciztek.com
Description: A theme by Ciztek - skeleton by HPA 
Version: 1.0
Author: Ciztek
Author URI: http://ciztek.com
*/



/* General */

body {
	margin: 0;
	background: #3a4722;
}

h1, h2, h3, h4 {
	margin: 0;
}

.subhead{
 color: #899e42;
 font-size: 13pt;
 margin-top: 20px;
 margin-bottom: 5px;
text-decoration: none;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 1004px;
	background: url("images/page.png") repeat-y;
}

#page-top {
	width: 1004px;
	background: url("images/page_top2.png") no-repeat;

}

#page-bottom {
	width: 1004px;
	min-height: 590px;
	background: url("images/page_bottom.png") no-repeat left bottom;
}


/* Header */

#header {
	width: 1004px;
	height: 395px;
        position: relative;
}


#top-pic-1{
margin-left: 50px;
display: block;
width: 885px;
height: 329px;
position: absolute;
top: 34px;
left: 9px;
background: transparent url(images/home.jpg) no-repeat top left;

}

#top-pic-1 span {
display: none;
}


#top-pic-2{
margin-left: 50px;
display: block;
width: 885px;
height: 329px;
position: absolute;
top: 34px;
left: 9px;
background: transparent url(images/about.jpg) no-repeat top left;

}

#top-pic-2 span {
display: none;
}

#top-pic-3{
margin-left: 50px;
display: block;
width: 885px;
height: 329px;
position: absolute;
top: 34px;
left: 9px;
background: transparent url(images/contact.jpg) no-repeat top left;

}

#top-pic-3 span {
display: none;
}

#top-pic-4{
margin-left: 50px;
display: block;
width: 885px;
height: 329px;
position: absolute;
top: 34px;
left: 9px;
background: transparent url(images/location.jpg) no-repeat top left;

}

#top-pic-4 span {
display: none;
}

#top-pic-5{
margin-left: 50px;
display: block;
width: 885px;
height: 329px;
position: absolute;
top: 34px;
left: 9px;
background: transparent url(images/mmd.jpg) no-repeat top left;

}

#top-pic-5 span {
display: none;
}

	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 365px;
		left: 65px;
		width: 950px;
		height: 34px;
	}
	


.mmd {

float: left;
margin: 0px 20px 0px 10px;
}



/* Main */

#main {
	width: 1004px;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 850px;
		padding: 20px 15px 0 20px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 10px;
		width: 800px;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			padding: 5px 3px 1px 352px;
			color: #899e42;
			font: bold 26px Georgia, Arial, Verdana;
		}
		
		#content .post .post-title a {
			color: #899e42;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title h2 {
			color: #fffff;
			font: bold 26px Georgia, Arial, Verdana;
			padding: 9px 0 4px 0;
		}
		
		#content .post .post-title h2 a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-title-info {
			height: 20px;
			line-height: 20px;
		}
		
			#content .post .post-title .post-title-info .post-title-date {
				float: left;
				background: url("images/icon_date.gif") no-repeat left center;
				padding: 0 15px 0 20px;
			}
			
			#content .post .post-title .post-title-info .post-title-author {
				float: left;
				background: url("images/icon_author.gif") no-repeat left center;
				padding: 0 15px 0 20px;
			}
			
			#content .post .post-title .post-title-info .post-title-category {
				float: left;
				background: url("images/icon_category.gif") no-repeat left center;
				padding: 0 15px 0 20px;
			}
			
			#content .post .post-title .post-title-info .post-title-comments {
				float: left;
				background: url("images/icon_comments.gif") no-repeat left center;
				padding: 0 0 0 20px;
			}

#special_hours {
     margin-left: 293px;
}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 13px/20px Arial, Verdana;
			color: #000000;
			width: 800px;
			padding: 0 5px 0px 65px;
		}
		
		#content .post .post-entry a {
			color: #666666;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry a.more-link {
			font-weight: bold;
		}
		
		#content .post .post-entry blockquote {
			border-left: 10px solid #151925;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Subtitle */
		
		#content .post h3 {
			margin: 20px 0 5px 0;
			color: #ffffff;
			font: normal 18px Arial, Verdana;
		}
		
		/* Post - Comments */
		
		#content .post .comments {
			font: normal 13px/20px Arial, Verdana;
			color: #aeb9cb;
			width: 600px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #151925;
		}
		
		#content .post .comments ol li cite {
			color: #ffffff;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comment Form */
		
		#content .post #commentform {
			font: normal 13px/20px Arial, Verdana;
			color: #aeb9cb;
			width: 575px;
			padding-left: 25px;
			margin: 0;
		}
		
		#content .post #commentform a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 13px Arial, Verdana;
		color: #ffffff;
		padding: 0 5px;
		float: left;
		width: 600px;
	}
	
	#content .navigation a {
		color: #ffffff;
		text-decoration: none;
		margin-bottom: 10px;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
	
	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 345px;
		font: normal 12px/18px Arial, Verdana;
		color: #aeb9cb;
		margin-top: 40px;
		margin-bottom: 10px;
                padding: 0 15px 0 60px;
	}
	


/* Footer */

#footer {
	width: 950px;
	height: 60px;
	padding: 0 27px;
	color: #899e42;
	font: Arial, Verdana;
	text-align: center;
        font-size: 11px;
}


	#footer #footer-menu ul {
		margin: 0px 0px 0px 580px;
		padding: 23px 0px 0px 0px;
		list-style-type: none;
	}
	
	#footer #footer-menu ul li {
		float: left;
		height: 34px;
		color: #899e42;
	        font: Arial, Verdana;
		margin-right: 8px;
                font-size: 11px;
	}
	
	#footer #footer-menu ul li a {
		color: #899e42;
		text-decoration: none;
	}

        #footer #footer-menu ul li a:visited {
		color: #899e42;
		text-decoration: none;
	}
	
	#footer #footer-menu ul li a:hover {
		text-decoration: underline;
	}
	






img.alignleft, div.alignleft
{
float:left;
margin:0 0.5em 0.5em 0;
}
img.alignright, div.alignright
{
float:right;
margin:0 0 0.5em 0.5em;
}
img.aligncenter, div.aligncenter
{
text-align:center;
margin:0 auto;
}

