body 
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	background: #f3f3f3;
}
	
#container 
{
	width: 860px;
	padding-left: 30px;
	padding-right: 30px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #fff;
	margin: 0 auto;
}

#top
{
	width:860px;
	padding:0 30px;
	margin:0 auto;
	background: white;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	height:15px;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
}

#bottom
{
	width: 860px;
	padding:0 30px;
	margin:0 auto;
	background: white;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	height:10px;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
}
	
#header 
{
	width:100%;
	height:120px;
	background:url(images/logo_new.png) no-repeat;
}

#tabnav	
{
	height: 24px;
	margin: 0;
	padding-left: 180px;
	padding-top: 10px;
	background: url(images/tab_bottom.gif) repeat-x scroll center bottom;
}

#tabnav li 
{
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}
	
#tabnav a:link, #tabnav a:visited 
{
	float: left;
	background: #f3f3f3;
	font-size: 15px;
	line-height: 18px;
	padding: 2px 15px 2px 15px;
	margin-right: 4px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #666;
	border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
}

#tabnav a:link.active, #tabnav a:visited.active	
{
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #000;
}

#tabnav a:hover	
{
	background: #fff;
}
	
#content 
{
	width: 650px;
	margin-top: 15px;
	font-size: 12px;
	line-height: 1.3;
}

#content p, #content article
{
	text-align:justify;
	font-size: 12px;
	line-height: 1.3;
}
	
#content h1
{
	font-size: 2.0em;
}

#content h2
{
	font-size: 1.6em;
}

#content h3
{
	font-size: 1.4em;
}

#content h4
{
	font-size: 1.2em;
}

#content ul
{
	margin:0;
	padding:0;
	list-style:none;
}

#content article .comment
{
	background-color:#F8F8F8;
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	padding:5px;
	margin-bottom:5px;
	display: block;
}

#content .blog_bottom, #content .blog_bottom , #content .blog_bottom 
{
	border-bottom:1px solid #D3D3D3;
	padding-bottom:5px;
	color:#5388d9;
	text-align:center;
	font-size: 1.0em;
}

#content .blog_bottom a:hover
{
	color:#5388d9;
	text-decoration:underline;
}

#content .article_tags
{
	color:#5388d9;
}
	
#content p 
{
	font-size: 12px;
}
	
#content a, a:visited 
{
	color: #666666;
	text-decoration: none;
}
	
#content a:hover 
{
	color: #000000;
}
	
#sidebar 
{
	width: 190px;
	float: right;
	clear: none;
	margin-top: 15px;
	margin-bottom: 15px;
}
	
#sidebar h3, #sidebar .entry-title
{
	border-bottom: 1px solid #ccc;
	font-size: 14px;
}

#sidebar ul 
{
	font-size: 12px;
	list-style:none;
	padding:0;
}

#sidebar a, a:visited 
{
	color: #666666;
	text-decoration: underline;
}
	
#sidebar a:hover 
{
	color: #000000;
}
	
#footer
{
	color: #666;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0;
	display:block;
	width:100%;
}
	
#footer a, #footer a:visited
{
	color: #666666;
	text-decoration: underline;
}
	
#footer a:hover
{
	color: #000000;
}

#footer p 
{
	margin:5px 0 0 0;
	padding:0;
}

code 
{
	background:transparent url(images/codebg.gif) repeat scroll 0%;
	border-color:#F0F0F0 rgb(240, 240, 240) rgb(240, 240, 240) rgb(51, 153, 255);
	border-style:solid;
	border-width:1px 1px 1px 6px;
	color:#555555;
	display:block;
	font-family:Verdana;
	font-size:1.1em;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:14px;
	padding:5px 10px;
	white-space:pre;
	letter-spacing:1px;
	margin:8px 0;
}

cite, cite a 
{
	font-size:1.1em;
	font-style:normal;
	font-weight:bold;
}


#csubmit
{
	float:none;
	margin-top:15px;
	width:156px !important;
}

#content form
{
	float:left;
}

#content label
{
	clear:both;
	float:left;
	margin-bottom:7px;
	width:150px;
}

#content input, #content textarea
{
	border:1px solid #AAA;
	margin-bottom:7px;
	width:350px;
	float:left;
}

#content thead
{
        background-color: #eeeeee;
        text-align:left;
}

#content td
{
        padding: 2px 3px;
}

#content th
{
        padding:4px;
}

#content table
{
        width:100%;
}

#login input, #freeform input
{
	border:1px solid gray;
}

#login input[type=submit], #freeform input[type=submit]
{
	width:75px;
}

#freeform label
{
	width: 75px;
}

#freeform input
{
	width:250px;
}

#freeform textarea
{
	width:450px;
}

.hslice
{
	width:190px !important;
}

a.twitter
{
	background:transparent url(/images/twitter.png) no-repeat scroll left center;
	border:medium none;
	color:#6BB3CD;
	font-size:90%;
	font-variant:normal;
	margin-left:6px;
	padding:5px 0 6px 26px;
}

#clear
{
	clear:both;
	width:100%;
	display:block;
}

