/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/

*/

body {
	background-color: #3D0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}

a:link {
	color: #FFCC00;
	text-decoration: none;
}

a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

a:visited {
	color: #FFCC00;
	text-decoration: none;
}

#header-menu {
	width: auto;
	height: 30px;
	margin: auto;
	text-align: center;
}

#content {
	width: auto;
	background-color: #8F0000;
}

#image01 {
	background-image: url(http://shamilnirmal.com/images/shamil-nirmal.gif);
	background-repeat: no-repeat;
	background-position: top center;
	width: 970px;
	height: 204px;
	margin: auto;
}

#image02 {
	width: 970px;
	height: 413px;
	margin: auto;
}

#cmsbody {
	width: 970px;
	height: auto;
	margin: auto;
	padding-top: 50px;
}

.content-main {
	float: left;
	width: 614px;
	height: auto;
	padding-bottom: 20px;
}

.content-main h1 {
	font-size: 24px;
	font-weight: normal;
	color: #FFBF00;
	margin: 0px;
}

.content-main h2 {
	font-size: 18px;
	font-weight: normal;
	color: #FFBF00;
	margin: 0px;
	padding-top: 10px;
}

.post {
	padding-bottom: 20px;
}

.posted {
	font-size: 12px;
	font-weight: normal;
	color: #FFBF00;
}

.entry {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 10px 20px 10px 0px;
}

.commentlist {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
}

.sidebar-text {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 20px;
	text-align: center;
}

.sidebar {
	float: right;
	width: 356px;
	height: auto;
	padding-bottom: 20px;
}

.sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.clear {
clear: both;

}

#footer {
	width: 970px;
	height: auto;
	margin: auto;
	text-align: center;
	padding: 30px 0px 20px 0px;
}