body {
	margin:0;
	padding-top:0px;
	background:#BADAEB;
	font-family: Arial, Georgia, Sans-serif;
	color:#000;
	font-size:13px;
}
	
img {
	border:0;
}

.bg_images {
	display:block;
}


a {
	color:#1b5bba;
	text-decoration:none
}
	
a:hover {
	color:#4082e5;
	text-decoration:none
}
		
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
	
blockquote {
	padding-left:10px;
	padding-right:10px;
	color:#000;
    background:#fff;
    border-left: 1px dashed #999;
    border-right: 1px dashed #999;
	font-style: normal;
}
	
.clear {
	clear:both;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

#site_wrapper {
	margin: 0 auto;
	padding: 0;
	width: 1100px;
}


#top {
	margin: 0 auto;
	width: 1100px;
	height: 210px;
	background: url(images/header.png) no-repeat;
}


#header_top {
	width: 1000px;
	margin:0 auto;
	height:135px;
	background:transparent;
}

.blogname {
	float:left;
	width:532px;
	font-family: Arial, Georgia, Sans-serif;
}
	
.blogname h1 {
	font-size:25px;
	font-weight:bold;
	margin:30px 0 0 20px;
	text-decoration: none;
}

.blogname h1  a:link, .blogname h1  a:visited { 
	color: #ff9900; 
	text-decoration: none; 
	background-color:transparent;
}
	

.blogname h1 a:hover { 
	text-decoration: none;
	background-color:transparent;
}	

.blogname h2 {
	margin:0px 0 0 20px;
	font-size:16px;
	font-weight:normal;
}


#header_nav {

	width:1000px; 
    height:36px;
    margin:0 auto;
    background:transparent;
}

#menu {
	float:left;
	width: 800px;
	padding-top: 2px;
	background:transparent;
}

#menu ul {
	list-style-type: none;
	margin: 0 0 0 17px;
	padding: 0;
}

#menu li {
	float: left;
	margin-left: 3px;
	line-height:1.4em;
	padding-top:6px;
}

#menu a {
	height: 32px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	padding: 4px 5px 0px 5px;
	color: #555;
}

#menu a:hover, #menu a.active {
	border-top: 2px solid #FF9900;
	color: #000;
}


#wrapper {
	clear: both;
    margin: 0 auto 0 auto;
    padding-top:30px;
    width: 998px;
    background:#fff;
    text-align: left;
    overflow:hidden;
    border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}

#content {
	float: left;
	width: 690px;
	margin-left:0px;
}

.post {
	margin: 0px 0px 0px 0px;
	padding:0px 25px 0px 25px;
	height: 100%;
	text-align: justify;
	color:#333;
}

.post h2 {
	font-family: Arial, Georgia, Sans-serif;
    font-size: 20px;
    text-transform:uppercase;
    padding: 0px 0px 0px 0px;
}

.post h2 a, .post h2 a:link, .post h2 a:visited, .post h2 a:hover  {
	color: #3b79b8;
	background-color: transparent;
}

.post .top_post_container {
	float:left;
	margin-top:4px;
	margin-left:4px;
	width:542px;
}

.post .top_post_container img {
	padding: 0px 4px 0px 4px;
}

.post .date {
	float:left;
    text-align: center;
    font-size:10px;
    font-weight:bold;
    padding-bottom:1px;
	color:#e88800;
}

.post .postmetadata {
	padding: 2px 15px 0px 15px;
	font: normal 10px Arial, Georgia, Sans-serif;
	text-align: right;
	height:34px;
}

.post .postmetadata .p_comments {
	height:25px;
	line-height:26px;
	text-align:center;
	float:right;
	padding:0 5px 0 27px;
	color:#000;
}

.post a:link,
.post a:visited {
	color: #1b5bba;
	background-color: transparent;
}

.post a:hover {
	color: #4082e5;
	background-color: transparent;
	text-decoration: none;
}

.entry {
	display:block;
	margin: 0 0;
	padding: 0px 0px;
}
	
#sidebar {
	width:280px;
	float:right;
	font-size:12px;
	color:#999;
	font-family: Arial, Georgia, Sans-serif;
}

#sponbar_box {
	margin: 0 0;
	padding: 0 5px 0 0;
	width: 280px;
	height: 280px;
}

#sponbar_box img {
	margin: 0 0 5px 5px;
	padding: 0 0;
	border: 0px;
}

#sidebar table {
	width:100%;
	text-align:center;
	background-color:#464646;
}

.sidebar_content {
	width:280px;
}

.sidebar_content ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sidebar_content li h2{
	width: 260px;
	color:#e88800;
	padding-left:10px;
	padding-bottom:5px;
	margin-bottom:10px;
	font-size: 22px;
	border-bottom: 2px solid #6699cc; 
}

.sidebar_content ul li{
    font-size:13px;
    line-height: 1.3em;
    padding-left:0px;
    padding-top:4px;
    padding-bottom:20px;
}

.sidebar_content ul li a {
    color:#000;
    margin-left:25px;
}

.sidebar_content ul li a:hover {
	border-bottom: 1px dashed #999;
}

.sidebar_content ul ul {
    margin-top: 3px;
    line-height: 11px;
    text-decoration:none;
}

.sidebar_content ul ul li {
    line-height: 9px;
    text-decoration:none;
    padding-left:10px;
    padding-bottom:2px; 
}


#footer {
    clear: both;
   	margin: 0 auto;
    padding: 0;
    width: 1000px;
    height: 50px;
    text-align:center;
    background:url(images/footer.png) no-repeat;
}

#footer p {
	margin: 0;
    padding: 0;
	font-size: 11px;
	color:#000;
}

#footer p a {
	color:#6699cc;
}

#footer p a:hover {
	color:#6699cc;
}


.navigation {
	height: 20px;
	padding: 5px 15px 10px 15px;
}
	
.navigation a {
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	color:#000;
}
	
.navigation a:hover {
	color:#000;
}

.contentCenter {
	text-align:center;
}

h2.pagetitle {
	padding:0;
	margin:0 0 20px 0;
	font-size:25px;
	text-align:center;
}


.boosters{
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

.boosters a{
	text-decoration: underline;
	color: #666666;
	font-weight: bold;
	font-size: 16px;
}

.boosters a:hover{
	text-decoration: underline;
	color: #999999;
}

.boosters_content{
	font-size: 14px;
	padding-top: 10px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

