/*
Theme Name: Young Business
*/



body {
	background: #0C64C0 url('images/bgbody.png') repeat-x;
	margin-top:0px;
	margin-bottom:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #333333;
}


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


a:hover {
	color: #006AD0;
}



h1 {
	font-size: 14pt;
	margin-top:0px;
}
 h2 {
	font-size: 12pt;
	margin-top:0px;
	margin-bottom:2px;
}


#wrapper {
	position: relative;
	margin: 0 auto;
	padding-bottom: 20px;
	width: 980px;
	background: url('images/bgpage.png');
	background-repeat: repeat-y;
}


#header {
	margin-top: 0px;
	width: 980px;
	height: 290px;
	background: url('images/header.png');
	background-repeat: no-repeat;
}


#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;
}


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


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


.entry {
}


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


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


.sidebar ul {
	list-style-type: none;
	color: #B22222;
	list-style-image: url('images/list.png');
}


.sidebar li{
	list-style-type: circle;
	list-style-image: none;
	margin-left:-10px;
}


.sidebar ul {
	list-style-type: circle;
	list-style-image: none;
	margin-left:2px;
	margin-right:2px;
}



/* 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;
}
