/*  
Theme Name: MD
Theme URI: http://www.mdwebhosting.com.au
Description: This is my theme for a MD Blog
Version: 1.0
Author: Haumanto Irawan
Author URI: http://www.mdwebhosting.com.au

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	/* Default */
	margin: 0;
	padding: 0;
	
}

body{
	/* MD */
	margin: 0;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #c8c8c4;
	color: #000000;
	
	/* Default
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #ffffff;
	color: #000000;
	*/
}

h1{
	/* MD */
	font-family: Arial;
	font-size: 24px;
	padding: 0 0 10px 0;
	
	/* Default
	font-family: Georgia, Sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
	*/
}

a:link, a:visited{
	/* Default */
	text-decoration: underline;
	color: #336699;

}

a:hover{
	/* Default */
	text-decoration: none;
	color: #ff0000;

}

p{
	/* Default */
	padding: 10px 0 0 0;
	
}

#wrapper{
	/* MD */
	margin: 20px auto 20px auto;
	width: 946px;
	text-align: left;
	background: #ffffff;
	overflow: hidden;
	
	/* Default
	margin: 0 auto 0 auto;
	width: 750px;
	text-align: left;
	*/
}

#header{
	/* MD */
	background: url(images/bg_header.jpg) repeat-x;
    height: 80px;
	float: left;
	width: 946px;
	overflow: hidden;
	
	/* Default
	float: left;
	width: 750px;
	*/
}

#header h1{
	font-size: 20px;
	float: right;
	padding: 12px 30px 0px 0px;
	margin: 0px;
	clear: right;
	color: #F7931E;
	font-family: Arial;
}

#headerLogo{
	float: left;
}

#headerLogo a img {
	border: 0; 
	filter: alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0;
}

#headerTopRight{
	float: right;
	background: #231f20;
	width: 240px;
	padding: 0px;
	margin: 0px;
}

#headerTopRightNavigation{
	padding: 0px;
	margin: 0px;
	height: 29px;
}

#headerTopRightNavigation ul{
	padding: 0px;
	margin: 0px;
}

#headerTopRightNavigation li{
	padding: 0px;
	margin: 0px;
	display: inline;
	list-style-type: none;
	vertical-align: middle;
}

#headerTopRightNavigation li a:link, #headerTopRightNavigation li a:visited{
	float: left;
	padding: 7px 5px 0px 0px;
	margin: 0px;
	color: #999999;
	font-size: 10px;
	text-decoration: none;
}

#headerTopRightNavigation li a:hover{
	text-decoration: underline;
}

#headerTopRightNavigation li.TopRightNavIcon{
	padding: 5px 3px 0px 2px;
	margin: 0px 0px 0px 2px; 
	float: left;
}

#container{
	/* MD */
	float: left;
	width: 681px;
	padding: 5px 0 0 15px;
	
	/* Default
	float: left;
	width: 500px;
	*/
}

.post{
	/* Default */
	padding: 10px 0 10px 0;
	
}

.post h2{
	/* Default */
	font-family: Georgia, Sans-serif;
	font-size: 18px;
	
}

.entry{
	/* Default */
	line-height: 18px;
	
}

p.postmetadata{
	/* Default */
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
	
}

.navigation{
	/* Default */
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	
}

.sidebar{
	/* MD */
	float: left;
	width: 240px;
	background: #eeeeee;
	margin: 0 0 0 10px;
	display: inline;
	
	/* Default 
	float: left;
	width: 240px;
	background: #eeeeee;
	margin: 0 0 0 10px;
	display: inline;
	*/
	
}

.sidebar ul{
	/* Default */
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
	
}

.sidebar ul li{
	/* Default */
	padding: 10px 0 10px 0;
	
}

.sidebar ul li h2{
	/* MD */
	font-family: Arial;
	font-size: 14px;
	
	/* Default
	font-family: Georgia, Sans-serif;
	font-size: 14px;
	*/
}

.sidebar ul ul li{
	/* Default */
	padding: 0;
	line-height: 24px;
	
}

table#wp-calendar{
	/* Default */
	width: 100%;
	
}

#footer{
	/* MD */
	background: url(images/bg_footer.jpg) bottom repeat-x;
    height: 50px;
	clear: both;
	float: left;
	width: 946px;
	
	/* Default
	padding: 10px 0 0 0;
	clear: both;
	float: left;
	width: 750px;
	*/
}

.footerEnd{
	float: right;
	background: url(images/bg_footerRightcorner.jpg) bottom no-repeat;
	width: 37px;
	height: 50px;
}

.copyright{
	float: left;
	color: #ffffff;
	margin: 0px;
	padding: 15px 0 0 15px;
	
}

#footer p{
	/* Default */
	line-height: 18px;
	
}

.comments-template{
	/* Default */
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
	
}

.comments-template ol{
	/* Default */
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
	
}

.comments-template ol li{
	/* Default */
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
	
}

.comments-template h2, .comments-template h3{
	/* MD */
	font-family: Arial;
	font-size: 16px;
	
	/* Default
	font-family: Georgia, Sans-serif;
	font-size: 16px;
	*/
}

.commentmetadata{
	/* Default */
	font-size: 12px;
	
}

.comments-template p.nocomments{
	/* Default */
	padding: 0;
	
}

.comments-template textarea{
	/* MD */
	font-family: Arial;
	font-size: 12px;
	
	/* Default
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	*/
}
