/* @group reset */
	body,div,dl,dt,dd,ol,li,h1,h2,h3,h4,h5,h6,ul,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
	table { border-collapse:collapse;	border-spacing:0; }
	fieldset,img { border:0; }
	address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; }
	caption,th { text-align:left; }
	h1,h2,h3,h4,h5,h6 {	font-size:100%;	font-weight:normal; }
	q:before,q:after { content:''; }
	abbr,acronym { border:0; }
/*	pre {overflow: auto;}*/
	code {font-family: Menlo, Courier, monospace;
	      background-color:#333333;border-top: 1px solid #161616;border-bottom: 1px solid #161616;
	      display:block;padding:8px;font-size:12px;width: 473px;
	      margin-left: -65px;padding-left: 65px;
	      overflow:auto;margin-bottom:20px;}
	.clear {clear:all;}
/* @end */
body{
	background-color: #354566;
}

a{
	color: #2b3853;
	text-decoration: none;
}

#wrapper{
	width: 975px;
	margin: 0 auto;
	background-color: white;
	height: 100%;
	box-shadow: 3px 3px 4px #000;
	border: 7px solid #ffffff;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;	
}

#header{
	width: 975px;
	margin: 0 auto;
	height: 94px;
}

#logo{
	float: left;
	background-image: url('/images/name.png');	
	width: 346px;
	height: 94px;
}

#nav{
	float: right;
	width: 600px;
	
}

h1{
	font-size: 22px;
	font-weight: bold;
	color: #1f2d4a;
	line-height: 30px;
}

h2{
	font-size: 18px;
	font-weight: bold;
	color: #1f2d4a;
}

#content{
	padding: 10px;
	line-height: 26px;
	font-size: 16px;
	background-color: #f9f6ed;
	border: 2px solid #DCD9CE;	
	color: #949b8f;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	
}


#blogentry{
	padding-bottom: 10px;
	width: 550px;
	font-family: Palatino, serif;
	font-size: 14px;
}

#blogdate{
	margin-left: 5px;
	font-size: 14px;
	margin-bottom: 10px;
	color: #4b4d52;
}

#blogtags{
	color: #969590;
}

#leftside{
	float: left;
	width: 590px;
	position: relative;
	margin-right: 30px;
	padding: 15px;
}


#readmore{
	margin: 7px;
}

.shaded{
}

.commenterpicture{
	
}

#commentsection{	
	position: relative;
	margin: 0;
	padding: 0;
	width: 590px;
}

#commentsheader{
	margin-top: 50px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 575px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-bottom: 35px;
}

#comment{
	width: 590px;
	padding: 15px;
	margin: 0;
	padding: 0;
}

#commentname{
	float: left;
	color: #444444;
}

#commentdate{
	
	float: right;
	
}

.commenterpicture{
	
		
}

.commentdetials{
	width: 566px;
	background-color: #eaeaea;
	padding: 10px;
	border: 2px solid #949b8f;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.avatar{
	float: left;
	width: 20px;
	margin-right: 10px;
	border: 1px solid #000;
}

.thecomment{
	padding: 20px;	
	width: 590x;
}

.clear{
	clear: both;
}

#rightside{
	background-image: url('/images/rightbg.png');
	width: 280px;
	background-repeat: repeat-y;
	float: right;
	position: relative;
	padding-left: 20px;
	text-align: left;
}

.blogform{
	margin-top: 10px;
}

.blogform p{
	padding: 10px;
}

input{
	-webkit-transition: all 0.25s ease-in-out;
	    -moz-transition: all 0.25s ease-in-out;
	    border-radius:3px;
	    -webkit-border-radius:3px;
	    -moz-border-radius:3px;
	    border:1px solid rgba(0,0,0, 0.2);
}

input[type="text"]{
padding:8px;
font-size: 17px;
color:#E0E0E0;
width: 250px;
}

input[type="text"]:focus{

color:#747170;

}

input[type="submit"]{
padding:5px;
font-size: 16px;
color:#747170;
margin-left:350px;
}

.textarea{
	width: 500px;
	height: 250px;
	padding:7px;
	font-size: 16px;
	color:#E0E0E0;
	resize:none;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border:1px solid rgba(0,0,0, 0.2);
}

.textarea:focus{
	color:#747170;
	
}


.optionslist{
	display: block;
	//list-style: none;
	margin-left: 27px;
}



#footer{
	width: 975px;
	margin: 0 auto;
	margin-top: 10px;
	color: white;
	min-height: 150px;
	bottom: 0px;
}

#footerleft{
	float: left;
}

#footerright{
	float: right;
	font-size: 11px;
}