/*
Theme Name: Go Blog WordPress Theme
Description: Go Blog WordPress Theme is a clean, simple and stylish WordPress theme by <a href="http://jump2top.com">jump2top</a>.
Author: jump2top
*/
* {
	padding: 0px;
	margin: 0px;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333333;
	maring-top: 10px;
	background-color: #ffffff;
	margin-top: 10px;
}
#wrap {
	width: 990px;
	text-align: left;
	background: url(images/background_main.gif) repeat-y;
}
#header {
	background: url(images/background_top.gif) no-repeat top;
	height: 114px;
	
	padding: 25px 25px 0px 25px;
}
#navigation {
	clear: both;
	font-size: 10pt;
	font-weight: bold;
	background-color: #3e7bbc;
	padding: 8px 0px 0px 15px;
	margin: 0px 25px 0px 25px;
	border-top: #ffffff 1px solid;
}
.clear {
	height: 10px;
	clear: both;
}
.clear1 {
	height: 2px;
	clear: both;
}
#topright {
	float: right;
	margin: 88px 25px 0px 0px;
}
#baner_group{
	position:relative;
	margin-left:25px;
	margin-top:2px;
	width:939px;;
	height:60px;
}
#banner_2_1{
	position:absolute;
	left:0px;
	top:0px;
	width:468px;
	height:60px;
}
#banner_2_2{
	position:absolute;
	right:0px;
	top:0px;
	width:468px;
	height:60px;
}

#titlebg {
	position:relative;
	background: url(images/background_title.gif) no-repeat;
		height: 114px;
}
#titlebg #banner_1_640_80{
	position:absolute;
	width:640px;
	height:95px;
	right:15px;
	top:5px;
}
#banner_1_640_80 a{
	position:absolute;
	bottom:0px;
	left:270px;
	font-size:12px;
}
#title {

	padding-left: 15px;

	float:left;
}
#title h1{
	margin-top:10px;
	margin-bottom:10px;
}
#main {
	position:relative;
	background: url(images/background_footer.gif) no-repeat bottom;
	padding: 10px;
	clear: both;
}
#foot_pod{
	position:absolute;
	width:990px;
	bottom:-20px;
	left:0px;
	height:60px;
	z-index:100;
	background-color:#FFFFFF;
	background: url(images/background_footer.gif) no-repeat;
}
#sidebar {
	float: right;
	margin: 0px 10px 0px 10px;
	width: 160px;
/*	background: url(images/background_sidebar.gif) repeat-x; */
	min-height:500px;
	padding: 10px;
	color: #898989;
}
#content {
	margin: 0px 200px 0px 10px;
	padding: 10px;
	color: #333333;
}
#footer {
	color: #666666;
	clear: both;
	padding: 20px 0px 5px 0px;
	width: 910px;
	text-align:center;
}
.post {
	padding-bottom: 10px;
}
#comments {
	margin-top: 10px;
}
/* text */
#title h1 {
	font-size: 24pt;
	color:#ffffff;
	padding-top: 30px;
}
#title h1 a{
	color:#ffffff;
	text-decoration: none;
}
.description {
	font-size: 11pt;
	color: #ffffff;
	font-weight: bold;
}
div.adv
{
margin-left:190px;

}
#navigation ul li {
	list-style: none;
	display: inline;
}

#navigation ul li a {
	text-decoration: none;
	color: #ffffff;
	margin-right: 20px; 
}
#navigation li a:hover {
	color: #cccccc;
}
h1 {
	font-size:14pt;
	font-weight: normal;
	color: #549c00;
}
.post h1 a {
	color: #549c00;
	text-decoration: none;
}
#sidebar h2,
h2,
h3,
h4 {
	font-size: 12pt;
	color: #3e7bbc;
}
.post a,
.entry a,
#sidebar a,
h2 a,
h3 a,
h4 a {
	color: #3e7bbc;
	text-decoration: none;
}
#sidebar a {
	color: #333333;
	text-decoration: none;
}
.post a:hover, 
.entry a:hover,
#sidebar a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
	color: #333333;
}
#sidebar li a {
	padding: 2px 0px 1px 0px;

}
#sidebar ul li {
	list-style: none;
}
#sidebar li {
	padding-bottom: 2px;	
}
p,
#content h1,
h2,
h3,
h4,
sidebar h2,
ul,
ol {
	padding-bottom: 10px;
}
.entry ul li,
.entry ol li,
#content ul li,
#content ol li {
	margin-left: 25px;
}
a img {border:none!important}

blockquote {
	margin: 10px;
	color: #666666;
	font-size: 9pt;
	font-style:italic;
}
blockquote a {
	color: #666666;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
/* default */
.navigation {
	padding: 10px 0px;
	color: #666666;
	margin-bottom: 15px;
}
.navigation a {
	color: #666666;
	text-decoration: none;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.postmetadata {
	color: #666666;
	padding: 2px;
	border: 1px solid #CCCCCC;	
	background-color: #e1e1e1; 
}
.postmetadata a,
.postmetadata a:hover {
	color: #666666;
	text-decoration: none;
}
#date {
	padding-bottom: 5px;
	color:#898989;	

}
#date a {
	color:#898989;	
	text-decoration: none;
	font-weight: normal;
}
.comment {
	padding: 10px 0px;
}

/* form */
#author, #email, #url, #comment, .s {
	border: 1px solid #cdcdcd; 
	padding: 5px;
	font-size: 8pt;
	background-color: #ffffff;
}
#author, #email, #url, #comment {
	padding: 5px;
}
.s {
	padding: 3px;
}
#submit, .searchsubmit {
	background-color: #549c00;
	color: #ffffff;
	border: 0px;
	font-size: 8pt;
	padding: 2px;
	margin-top: 3px;
}
#commentform a {
	color: #549c00;
	text-decoration: none;
}
#commentform a:hover {
	color: #333333;
	text-decoration: underline;
}
.post-links {
    color: #828282;
	font-size: 0.8em;
}