/*
Theme Name: PimpHop BuddyPress
Theme URI: http://pimphop.com/
Description: PimpHop theme for BuddyPress.
Version: 1.0
Author: Damien Thomas
Author URI: http://krispinteractive.com/
Template: bp-default
Tags: buddypress, two-column, blue, light
*/

body {
	max-width: 1000px;
	width: 1000px;
}
#wp-admin-bar {
	position: absolute;
}
body#bp-default #wp-admin-bar .padder {
	max-width: 100%;
	min-width: 100%;
}
a {
	color: #666;
	text-decoration: none;
}
#header {
	padding-top: 2px;
	margin-bottom: 1px;
	-moz-border-radius:0;
	-webkit-border-radius: 0;
	background: none;
}
#header h1 {
	float: left;
	margin-bottom: 0;
	margin-top: 0;
	width: 100%;
	text-align: left;
}
#navigation {
	margin-top: 90px;
	height: 50px;
	position: relative;
	text-align: left;
	width: 100%;
	background: #192B3D;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	background: #196b9e;
	background: -moz-linear-gradient(top,  #196b9e 0%, #00526b 47%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#196b9e), color-stop(47%,#00526b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #196b9e 0%,#00526b 47%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #196b9e 0%,#00526b 47%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #196b9e 0%,#00526b 47%); /* IE10+ */
	background: linear-gradient(top,  #196b9e 0%,#00526b 47%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#196b9e', endColorstr='#00526b',GradientType=0 ); /* IE6-8 */
}

#nav {
	margin: 0;
	list-style: none;
	padding: 10px 0;
	position: relative;
	right: auto;
	bottom: 0;
	float: left !important;
}
#nav li {
	margin-left:0;
}

#nav > li > a {
	background: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
	font-size: 16px;
}
#nav li.selected a, #nav > li.current-menu-item a, #nav > li.current_page_item a, #nav > li.current_page_ancestor a {
	background:  transparent;
	color: #FFF;
	font-weight: 700;
}
#wp-admin-bar .padder {
	/*background: #666666;*/
	background: #000;
}
div#container {
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
}
div#container, div#content {
	-moz-border-radius:0;
	-webkit-border-radius: 0;
}
div#content .padder {
    border-bottom-left-radius: 6px;
    border-right: 1px solid #DDDDDD;
    border-top-left-radius: 6px;
    margin-right: 252px;
}
.entry p {
	color: #000;
	font-size:14px;
}
.entry iframe {
	margin-left: 80px;
}
.entry object {
	margin-left: 80px;
}
div#sidebar {
    border-left: 1px solid #DDDDDD;
    border-top-right-radius: 3px;
    float: left;
    margin-left: -253px;
    margin-top: 1px;
    width: 250px;
}

div#sidebar h3.widgettitle {
	font-size:18px;
	border-bottom: 1px solid #F4F4F4;;
	background:none;
}
div#sidebar a {
	color: #888;
	text-decoration: none;
}
div#sidebar li a {
	color: #333;
	font-weight: 700;
}
div#sidebar .widget_recent_entries li {
	margin-bottom: 10px;
}
div#sidebar p#login-text a {
	font-weight:700;
	text-decoration: underline;
	color: #F30;
}
div.post-content {
	margin: 0;
}
p.date, p.postmetadata {
    border-bottom: 1px solid #E4E4E4;
    border-top: 0 solid #E4E4E4;
    color: #888888;
    font-family: arial;
    font-size: 12px;
    margin: 0 0 10px;
    padding:4px 0;
}
p.date {
	border: none;
	padding: 0;
}
p.date a {
	color: #000;
	font-weight: 700;
	text-decoration: underline;
}
h2.pagetitle a, h2.posttitle a, h2.posttitle{
    color: #000000;
    text-decoration: none;
	font-size: 30px;
}
h3.pagetitle {
	font-size: 12px;
	margin-left: 40px;
}
.gallery-item img {
	border: 1px solid #EEEEEE !important;
    background: none repeat scroll 0 0 #FFFFFF;
    margin-bottom: 15px;
    padding: 1px;
}
/***********************************
HOME PAGE STYLES
************************************/

/*#home-slider  {
	float: left;
	width: 736px;
	padding: 4px;
	overflow: hidden;
}*/

#home-slider {
	margin: 4px;
}
#home-slider ul, #home-slider li{
		margin:0;
		padding:0;
		list-style:none;
}
#home-slider, #home-slider li{ 
	width:736px;
	height:280px;
	overflow:hidden; 
}
span#prevBtn{}
span#nextBtn{}		

/* numeric controls */	

ol#controls{
	margin:1em 0.5em;
	padding:0;
	height:28px;	
	}
ol#controls li{
	margin:0 10px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
	}
ol#controls li a{
	float:left;
	height:28px;
	line-height:28px;
	border:1px solid #ccc;
	background:#DAF3F8;
	color:#555;
	padding:0 10px;
	text-decoration:none;
	}
ol#controls li.current a{
	background:#5DC9E1;
	color:#fff;
	}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}





#column1, #column2 {
    float: left;
    height: auto;
    margin: 5px 0 40px 4px;
    overflow: hidden;
	width: 358px;
	/*width: 375px;*/
    /*width: 480px;*/
}
#column2 {
    margin-left: 20px;
}
#column1 .title, #column2 .title {
margin-left: 10px;
padding: 4px;
width: 100%;
font-family: Helvetica, sans-serif;
font-size: 2em;
font-weight: bold;
}
#column1 .homeblock, #column2 .homeblock {
margin: 3px; 
display: inline-block;
line-height: 1px;
width: 340px;
/*width: 456px;*/
/*float: left;*/
padding: 10px; 
background: #F4F4F4;
overflow: hidden;
}
#column1 .homeblock a, #column2 .homeblock a {
cursor: pointer;
}
#column1 .homeblock h1, #column2 .homeblock h1 {
display:block;
margin:4px 0 0 0;
padding:0;
font-size: 1.6em; 
letter-spacing: -0.05em;
line-height: 1em;
}
#column1 .homeblock h1 a, #column2 .homeblock h1 a { 
text-decoration: none;
/*color: #265E91;*/
}
#column1 .homeblock h2, #column2 .homeblock h2 {
display:block;
margin:8px 0;
padding:0;
/*height: 22px;*/
font-size: 1em; 
/*letter-spacing: -0.05em;*/
line-height: 1em;
}
#column1 .homeblock h2 a, #column2 .homeblock h2 a { 
text-decoration: none;
color: #333;
}
#column1 .homeblock p, #column2 .homeblock p {
font-size: 1em;
line-height: 1.1em;
color: #333;
margin-top: 10px;
}
#column1 .homeblock img, #column2 .homeblock img {
float:left;
margin-right: 6px;
border: #F4F4F4 1px solid;
padding: 1px;
}