* { padding: 0; margin: 0; }

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-image: url(images/bgbody.jpg);
	color:#bdbdbd;
}


h1{}
h2 {
	font-size:16px;
	font-weight:bold;
	color:#000000;
	text-transform: uppercase;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #535353;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
h2 span{
        position:absolute;
        margin:-2px 0 0 -2px;
        color:#fff;}

		
h3{}
p{padding:0px 0px 10px 0px;}
img{}

a{
	color:#CCCCCC;
	text-decoration:none;
	font-weight:bold;
}
a:hover{color:#FF99CC;}
.pink{	color:#FF99CC;
	font-weight:bold;
	font-style: italic;
}
p{
	text-align: justify;
}
img{border:0px;}
#imgwrapper{
	background-image: url(images/imgwrapper.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}
#bgwrapper{
	background-image: url(images/bgwrapper.jpg);
	background-repeat: repeat-x;
}

#wrapper { 
 margin: 0 auto;
 width: 950px;
}
#header {
 width: 950px;
 height: 100px;
 position:relative;
}
#navigation{
	float:right;
	margin-top: 25px;
}
#navigation ul{
	list-style:none;
	display:inline;
}
#navigation li {
	float: left;
	margin-left: 20px;
	font-weight:bold;
	color:#000;
	text-transform: uppercase;
	font-size: 11px;
}


#navigation li span{
        position:absolute;
        margin:-2px 0 0 -2px;
        color:#fff;}
		
#content {
	width: 600px;
	float:left;

}
#footer {
	width: 950px;
	clear:both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(images/footerbg.jpg);
	padding-top:5px;
	background-repeat: no-repeat;
}
#sidebar {width:250px;float:right;}
#sidebar h2{
	padding: 2px;
	background-color:#212121;
	color: #ACACAC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar ul {
	list-style-type: none;
	padding-bottom: 10px;
}
#sidebar ul ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #212121;
	padding: 2px;
	display:block;
}
#sidebar ul ul  li a{
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 3px;

}

.post{
	margin-bottom: 20px;
}
.post .credits{
	font-size: 10px;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	background-color: #212121;
}
.post .readmore {
font-size: 10px;
float:right;
display:block;}


.box{
	width: 300px;
	float: left;
	padding: 0px 0px 10px 0px;
}
.mid{
	margin-right: 25px;
	margin-left: 25px;
}
.box h2{
	background-color: #212121;
	text-transform: uppercase;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	padding: 2px 2px 2px 5px;
	margin-bottom: 1px;
	border:none;
}
.box .title{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.box .credits{
	background:none;
	padding:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
a.homereadmore{
	text-align:right;
	display:block;
	font-weight: bold;
		background-color: #212121;
		padding:2px;
}
.clear{width:950px;clear:both;}

.mc_input{
	width:244px;
	background-color:#212121;
	color: #ACACAC;
	border-style: none;
	padding:3px;
}
#logo{
	position:relative;
	z-index:20;
	height: 0px;
	overflow: visible;
}

.creditsmode a{
	color: #666666;
	text-align: right;
	display: block;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.creditsmode a:hover{
	color: #ffffff;

}