/*
Theme Name: Community
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Page Brooks
Author URI: 
Tags: 
*/


body 
{
	font-size: 14px;
	font-family: Arial,Helvetica,sans-serif;
	background-color: #dcdcdc;
	background-image: url('images/page_bg.jpg');
	background-repeat: repeat-x;
	color: #333;
	text-align: center;
	margin: 0;
}

a img
{
	border: 0;
}

a:link, a:visited
{
	color: #2190ff;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	font-weight: bold;
	font-size: 1.6em; 
	color: rgb(66, 66, 66);
	margin-top: 0px;
	margin-bottom: 5px;
}

h2
{
	font-weight: bold;
	font-size: 1.2em; 
	color: rgb(66, 66, 66);
	margin-top: 0px;
}

h3
{
	font-weight: bold;
	font-size: 1.2em; 
	color: #4da6ff;
	margin-top: 5px;
	margin-bottom: 5px;
}

ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul li
{
	display: block;
	padding: 3px;
}

.clear
{
	clear: both;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

/* Main Page */

#page 
{
	margin-left: auto;
	margin-right: auto;
	width: 1150px;
}

#content
{
	text-align: left;
	margin-top: 5px;
}

#header
{
	padding-top: 27px;
}

#columnContainer
{
	margin-top: 20px;
}

#columnContainer div
{
	float: left;
	margin-right: 0px;
}

#leftColumn
{
	width: 380px;
	margin-top: 47px;
}

.avatars tr td
{
	font-size: 0.75em;
	line-height: 12px;
	color: #6a6a6a;
}

.avatars tr td h3
{
	margin: 0;
	font-size: 1em;
	font-weight: bold;
	color: #484848;
}

/* Sidebar */
.markets td
{
	text-align: right;
}

.markets a
{
	color: #8b8b8b;
}

.markets a:hover
{
	color: #a7a7a7;
	text-decoration: none;
}

 .market div
{
	border-left: 1px solid #dadada;
	padding: 5px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}
		

#leftColumnContent
{
	background-image: url('images/nav_background.png');
	background-repeat: repeat-y;
	width: 100%;
	padding: 15px;
	padding-top: 0px;
}

#centerColumn
{
	width: 378px;
}

#centerColumnContent
{
	background-image: url('images/center_column.png');
	background-repeat: repeat-y;
	padding: 20px;
	padding-top: 0px;
}

#rightColumn
{
	width: 356px;
}

#rightColumnContent
{
	background-image: url('images/center_column.png');
	background-repeat: repeat-y;
	width: 100%;
	padding-left: 15px;
}

#rightColumnContentHeader
{
	background-image: url('images/topslice1.jpg');
	background-repeat: no-repeat;
	height: 14px;
	width: 100%;
}

#whatsHot
{
	background-image: url('images/smoke.png');
	background-repeat: no-repeat;	
	width: 100%;
	height: 120px;
}

#whatsHot a
{
	color: #f07633;
}

#footer
{
	text-align: center;
	background-image: url('images/footer.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	height: 176px;
	padding-top: 25px;
}

#copyright
{
	text-align: center;
	margin-bottom: 30px;
}

/* Sub Page */

#contentBodyColumn
{
	width: 678px;
	margin-left: -6px;
	margin-top: -1px;
}

#contentBodyContent
{
	padding: 30px;
	padding-top: 10px;
	background-image: url('images/community_sub_bg_slice.png');
	background-repeat: repeat-y;
}

.bio
{
	width: 80%;
	margin: 20px;
}

.sectionHeader
{
	width: 100%;
	margin-top: 10px;
	border-bottom: 3px solid #e0e0e0;
	margin-bottom: 10px;
}

.sectionHeader img
{
	float: left;
	margin-right: 10px;
}

.sectionHeader h2
{
	margin-top: 10px;
	font-size: 1.6em;
	margin-bottom: 0;
}

.sectionBody
{
	margin-bottom: 20px;
}

.tagline
{
	text-align: right; 
	width: 100%;
	font-style: italic;
}

/* Single */

.entry img
{
	
	margin: 5px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

/* Comments */

#respond
{
	margin-top: 30px;
}

