/*
Theme Name: Young Business
Theme URI: http://www.themeslive.com
Description: High quality theme for young business
Version: 1.0
Author: ThemesLive.Com
Author URI: http://www.themeslive.com/
*/


body {
	margin-top:0px;
	margin-bottom:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #333333;
	background-color: #0A529E;
	background-image: url(images/body.jpg);
	background-repeat: repeat-x;
	background-position: center;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #006AD0;
}


h1, h2 {
	margin:0px;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	padding-bottom: 20px;
	width: 980px;
	background-repeat: repeat-y;
	background-image: url(images/body.jpg);
	background-position: center;
}

#header {
	margin-top: 0px;	
	height: 292px;
	background-repeat: no-repeat;
	background-image: url(images/head.jpg);
	background-position: center;
}

#title {
	padding-top: 50px;
	margin-left: 170px;
}

#pagewrap {
	position: relative;
	width: 840px;
	margin: 0 auto;
}

#container {
	float:left;
	width: 600px;
}

.sidebar {
	float:right;
	width: 210px;
}

#footer {
	clear: both;
	background: url('images/footer.png') no-repeat;
padding-top:10px;
}

.copyright {
	position: relative;
	top: 20px;
	text-align: center;
}

.post {
	border-bottom: 2px dotted #666666;
	margin-bottom: 20px;	
}

.entry img {
	margin:5px;
}

.postmetadata {
	font-size: 8pt;
	color: #5E7D20;
}

#ads {
	position: absolute;
	left: 173px;
	top: 186px;
}

.sidebar ul{
	list-style-type: none;
	color: #B22222;
	list-style-image: none;
	margin:0px;
	padding:0 0 0 10px;
}

.sidebar ul li h2{
	background: url('images/headside.gif') no-repeat;
	background-position: top;
}
.sidebar ul ul {
	padding:0 0 0 10px;
	margin:0px;
}
.sidebar ul ul li{
	list-style-type: none;
	list-style-image: none;	
	margin-bottom:5px;
	background:none;
}
.sidebar h2 {
	margin:6px 0 3px 0;
	
	padding:10px 0 0 5px;
	height:40px;
	font-size: 16px;
	font-weight: bold;
	color: #333;	
	}


/* COMMENT STYLE CSS */

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}


blockquote {
	font-size:8pt;
	color: #666666;
	margin-top:15px;
	margin-bottom:15px;
	margin-left: 50px;
}
