body {
	background:#ffffff; /* 8b8b8b; */
	color:#303030;
    font:12px Verdana, Arial, Helvetica, sans-serif;
	margin:0 auto;
	padding:0;
	text-align:left;
	width:900px;
}

a {	font-weight:normal;
	text-decoration:none;
}

a:hover {
	color:#0000FF;
	text-decoration:underline;
}


p {	
    line-height:1.5em;
	margin:0 0 15px;
	padding: 0px;
}


/*** Main container ***/

#container {
	color:#303030;
	min-width:800px;
	margin:0 1px;
	padding:0;
	border:1px solid #e6e6e6;
	width:900px;
}

#container {
	background:#ffffff; 
}

a {
    color:#333399;
}

#leftside ul.box li a {
	color:#0A8FBC;
}


#header {

	height: 95px;
	padding-top: 1px;
	position: relative;      
}


#header img {
	border-width: 0px;
    margin-left: 5px;
}

.header-left {
	float:left;
	padding-top: 0px;
    margin-left:5px;
    padding-bottom: 0px;
}

.header-left h1 {
	font-size: 25px;
	margin: 0px;
	padding: 0px;
	text-align:center;
	color: #000000;
}

.header-left h1 a {
	color: #000000;
	text-decoration: none;
}

.header-left h1 a:hover {
	color: #990000;
	text-decoration: none;
}

.header-left p {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
    text-align:center;
	line-height: 0px;
	color: #333333;
}


.header-right {
	float: right;
	width: 730px;
    margin-top:5px;
}

/*** Header section ***/


#sitename {
    background: #ffffff;
	color:#808080;
	height: 45px;
	margin:0 0 0 3px;
 /* padding */
	text-align:center;
}



#sitename h1, #sitename h2 {
	font-weight:normal;
	margin:0;
	padding:0px;
}



#sitename h1 {
	font-size:2.4em;
    padding-left: 5px;
	margin: 0px;
	text-align:center;
}



#sitename h1 a {
	color: #808080;
	text-decoration: none;
	letter-spacing: 5px;
}



#sitename h2 {
	font-size:1.6em;
}


/*** Content wrap ***/

#wrap {
	clear:both;
	font-size:12px;
	padding:0;
	margin: 0px;
    background: #ffffff;	
}

/*** Content ***/

#content, #contentalt {
	background-color:#fafcff;
	color:#2a2a2a;
	padding: 0px 20px 0px 20px;
	margin:0;
}

#content {	
	margin:0 220px 0 180px;
	border-left: 1px solid #e6e6e6;  
	border-right: 1px solid #e6e6e6;  
	border-bottom: 1px solid #e6e6e6; 
}

#contentalt {	
	margin:0px 220px 0px 180px;
	border-left: 1px solid #e6e6e6;  
	border-right: 1px solid #e6e6e6; 
	border-bottom: 1px solid #e6e6e6;  
}


#content h1, #contentalt h1, #contentalt h2 {
	background-color:inherit;
	color:#606060;
	font-size:1.8em;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0 0 15px;
	padding:0;
}

#content h1,#contentalt h1 {
	border-bottom: 1px solid #efefef;
}

#content h2 {
	font-size:1.3em;
	color:#606060;
    margin:0 0 5px; 0;
    padding-bottom: 1px;
    border-bottom: 1px solid #e6e6e6;
}


/*** Sidebars ***/

#leftside {
		margin:0;
		padding:0;
		background: #FFFFFF;
		width:180px;
		border-right: 1px solid #e6e6e6; 
		border-top: 1px solid #e6e6e6; 
		border-bottom: 1px solid #e6e6e6; 
}


#rightside {
	margin:0;
	padding: 0 10px 10px 10px;
    background: #FFFFFF;
	width:200px;
	border-top: 1px solid #e6e6e6; 
    border-bottom: 1px solid #e6e6e6; 
    border-left: 1px solid #e6e6e6; 
} 

#leftside {
	float:left;
	margin-right:10px;     
}

#rightside {
	float:right;
	margin-left:5px;
}

#rightside img {
	border: 0px;
}



/*** Sidebar menu ***/
#leftside h2, #rightside h2 {
    font-size: 10px;
	margin-top: 10px;
	padding: 5px 5px 5px 0;
    color: #303030;
	border-bottom: 1px solid #D4D4D4;
}



#leftside ul, #rightside ul {
	padding: 0 10px 5px 10px;
	margin: 0px;
}



#leftside li, #rightside li {

	list-style: none;

}


/*** Footer ***/

#footer {
	background: #E8EEFE; 
	clear:both;
	color:#333333;
	font-size:10px;
	font-weight:normal;
	margin:0;
	padding:10px 0;
    border-top: 1px solid #C6D3F5;
	text-align:center;
}



#footer a {
    font-size:10px;
	color: #333333;
	font-weight:normal;
}



/* Image Display */
.entry img, .entrytext img {
	border: 1px solid #efefef;
	margin: 1px;
	padding: 1px;
	float:left;
	margin: 3px 10px 0 0;
}



.entry a:hover img, .entrytext a:hover img {
	border: 1px solid #efefef;
	padding: 1px;
}



.thumbnail {
	background:#fafbfc;
	border:1px solid #efefef;
	margin:0 0 10px 10px;
	padding:5px;
}



.left {

	background:#fafbfc;
	border:1px solid #efefef;
	float:left;
	margin: 5px 15px 6px 0px;
	padding:5px;
}



.right {
	background:#fafbfc;
	border:1px solid #efefef;
	float:right;
	margin: 5px 0px 6px 15px;
	padding:5px;
}



.noalign {
	background:#fafbfc;
	border:1px solid #efefef;
	margin: 5px 5px 5px 5px;
	padding:5px;
}



/* Search Form */

#searchform {
	margin-top: 10px;
}

#searchbox {
	background:#f0f0f0;
	border:1px solid #b0b0b0;
	margin:0 4px 0 0;
	width:160px;
}

#searchbutton {
	background:#f0f0f0;
	border:1px solid #b0b0b0;
}

#searchbutton:hover {
	background: #e8e9ea;
	border: 1px solid #848484;
	cursor: pointer;
}


.postmetadata {
	background:#f5f5f5;  /* e8e9ea */
	font-size: 0.9em;
	border: 1px solid #e6e6e6;  /* b0b0b0 */
	padding: 5px;
	margin: 0px;
}


/* Previous/Next Page Navigation */
#topNav {
	background: #C6D3F5; 
	border-top:1px solid #D4D4D4;
	border-bottom:1px solid #D4D4D4;
}

#topNav a{
	color:#333399;
	text-decoration:none;
}

#topNav a:hover{
	color:#333399;
	text-decoration:underline;
}

#topNav  ul li a.current{
	color:#333399;	
}
	

#navigation {
	color:#E8EEFE; 
	background:#E8EEFE; 
	font-size: 12px;
	text-align:left; 
	font-weight: normal; 
	margin:0; 
	padding:3px 0 3px 10px;
	border-top: 0px solid #D4D4D4; 
	margin:0 0 5px 0;
	height:16px;
}

#navigation a {
	text-decoration:underline;

}

#prenext {
	margin: 20px 0px 0px 0px;
	padding: 10px 0px 0px 0px;        
}


.preNavi {
	float: left;
	text-align: left;
    margin-top:15px;

}

.nextNavi {
	float: right;
	text-align: right;
    margin-top:5px;
}

.post {
	padding: 0px;
	margin: 0px;
}



/* Fix */

.entry, .entrytext {
	overflow: hidden;
}


* html.entry, * html.entrytext {
	overflow: visible;
	height: 1px;
}


* html.entry p, * html.entrytext p {
	width: 99%;
	overflow: hidden;
}


.entrytext {
	padding-top: 0px;

}

.clearingdiv {
	clear:both;
	height:30px;
	width:1px;

}


#counter {
    background:#C6D3F5;   
    border-top: 1px solid #A2B9FD;
	border-bottom: 1px solid #A2B9FD;
	color:#303030;
	font:12px Verdana,Tahoma,Arial,sans-serif;
	margin:0;
	padding:5px 0;
	text-align:center;
}