/*
Theme Name: social850
Theme URI: http://social850.com/
Description: A custom Wordpress theme designed by <a href="http://bkmacdaddy.com">bkmacdaddy designs</a> for social850.com.
Version: 1.0
Author: Brian McDaniel
Author URI: http://bkmacdaddy.com
Tags: blue, custom header, fixed width, two columns, widgets

	social850 v1.0
	 http://social850.com

	This theme was designed and built by Brian McDaniel,
	whose website you will find at http://bkmacdaddy.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


body {
	background-color: #00C;
	margin:0px;
	padding:0px;
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	text-align:center;
	font: 18px Arial, Helvetica, sans-serif;
	color:#CCC;
}

img {
	border:0px;
}

a:link, a:visited {
	/*color: #06F;*/
	color: #ccc;
	text-decoration: none;
}

a:hover {
	color: #0C0;
	text-decoration: underline;
}

#container {
	width:1060px;
	margin: 0px auto;
	text-align:left;	
}

#comment {
	width:450px;
}



#header_wrapper {
	position: relative;
	float:left;
	display:inline;
	width:1060px;
	height:270px;
	margin-bottom:0px;
	overflow:hidden;
}

#header_wrapper img {
	position: relative;
	float:left;
	display:inline;
}

#header_logo {
	margin:110px 0px 0px 60px;
}

#header_right {
	margin:0px 0px 0px 104px;
}

#left-col {
	position: relative;
	float:left;
	display:inline;
	width:760px;
	min-height:701px;
	margin-bottom:0px;
}

#top_nav {
	position: relative;
	float:left;
	display:inline;
	width:760px;
	height:90px;
	margin-bottom:0px;
	overflow:hidden;
}

#top_nav a:link, #top_nav a:visited {
	position: relative;
	float:left;
	display:inline;
	width:150px;
	height:90px;
	margin-bottom:0px;
	overflow:hidden;
	background-image: url(images/top_nav_bkg.jpg);
	background-repeat: no-repeat;
	font-size: 24px;
	color: #006;
	text-align:center;
	text-decoration: none;
	padding-top: 23px;
}

#top_nav a:hover {
	background-position:0px -90px;
	color: #FFF;
	text-decoration: none;
}

#content {
	position: relative;
	float:left;
	display:inline;
	width:700px;
	margin-bottom:0px;
	padding:10px 20px 10px 40px;
	/*border:1px solid white;*/
}

.post h2 a:link, .post h2 a:visited {
	font-size: 36px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

.post h2 a:hover {
	color: #0C0;
	text-decoration: none;
}

.post h2 {
	font-size: 36px;
	font-weight: bold;
	color: #FFF;
}

.small {
	font-size:12px;
	color: #999;
}
p.postmetadata {
	font-size: 12px;
	color: #666;
}

#right-col {
	position: relative;
	float:left;
	display:inline;
	width:300px;
	min-height:701px;
	margin-bottom:0px;
	/*border:1px solid white;*/
}

.search {
	position: relative;
	float:left;
	display:inline;
	height: 100px;
	width: 260px;
	padding: 20px
}

.right_sb {
	position: relative;
	float:left;
	display:inline;
	background-image: url(images/right_sb_bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
	width: 240px;
	padding: 10px 30px 20px 30px;
}

li.widget {
	position: relative;
	float:left;
	display:inline;
	font-size: 14px;
	color: #5AB1FF;
	list-style-type:none;
	margin:0px 0px 30px 0px;
	background-image: url(images/right_sb_bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 200px;
	width: 220px;
	padding: 10px 40px 30px 40px;
}

li.chamber {
	position: relative;
	float:left;
	display:inline;
	list-style-type:none;
	margin:0px 0px 30px 0px;
	width: 300px;
	padding: 50px 0px 10px 0px;
	text-align:center;
}

li.wpsb_opt_in {
	position: relative;
	float:left;
	display:inline;
	font-size: 14px;
	color: #5AB1FF;
	background:none;
	list-style-type:none;
	margin:0px 0px 20px 0px;
	width: 280px;
	padding: 10px 0px 0px 20px;
}

li.wpsb_opt_in h2 {
	font-size: 18px;
	font-weight:normal;
	color: #5AB1FF;
	margin:0px;
	padding: 0px 0px 5px 0px;
}

h2.widgettitle, .right_sb h2 {
	font-size: 24px;
	font-weight: bold;
	/*color: #003;*/
	color: #fff;
}

.right_sb ul, sidebar ul, li.widget ul, li.widget li, li.widget ul li, li.widget ul li ul {
	font-size: 14px;
	color: #5AB1FF;
	list-style-type:none;
	margin:0px 0px 10px 0px;
	padding:0px;
}

.right_sb li, sidebar li {
	font-size: 14px;
	color: #c00000;
	list-style-type:none;
	margin:0px 0px 10px 0px;
}
#footer {
	position: relative;
	float:left;
	display:inline;
	width:100%;
	text-align:center;
	background-color: #006;
	background-image: url(images/footer_bkg.jpg);
	background-repeat: repeat-x;
}

#footer_wrap {
	position: relative;
	display:block;
	width:1100px;
	text-align:center;
	margin:0px auto 0px auto;
}

#footer_left {
	position: relative;
	float:left;
	display:inline;
	width:550px;
	padding: 25px 0px 0px 60px;
}

#footer_left .row {
	position: relative;
	float:left;
	display:inline;
	width:490px;
	height:65px;	
}

.social-title {
	position: relative;
	float:right;
	display:inline;
	color:#5BB1FF;
	font-size:16px;
	line-height:16px;
	padding: 24px 10px 25px 0px;
}

.bookmark {	
	position: relative;
	float:right;
	display:inline;
	width:41px;
	height:40px;
	padding:12px 2px 13px 2px;
}

#footer_middle {
	position: relative;
	float:left;
	display:inline;
	width:190px;
	margin-top:25px;
	margin-bottom:20px;
}

#footer_middle a:link, #footer_middle a:visited {
	font-size:14px;
	display:block;
	clear:both;
	margin-bottom:10px;
	color:#00F;
	text-decoration:none;
}
#footer_middle a:hover {
	color:#0C0;
	text-decoration:underline;
}

#footer_right {
	position: relative;
	float:right;
	display:inline;
	width:270px;
	padding:15px;
}

#dna {
	font-size: 13px;
	color: #00F;
	padding:10px 10px 30px 10px;
}

#dna a:link, #dna a:visited {
	color: #00F;
	text-decoration: none;
}
#dna a:hover {
	color: #06F;
	text-decoration: underline;
}

#copyright {
	font-size: 10px;
	color: #009;
	padding:10px 10px 30px 10px;
}
