/*
Theme Name: Labranard_BP
Theme URI: http://labranard.com/
Description: The theme for Labranard with Buddypress 1.2.x on.
Version: 0.1
Author: Jeff Ivany
Author URI: http://ivany.org
Template: bp-default
Tags: two-columns, red, grey, buddypress

*/

/* Inherit the default theme styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/default.css );

/* Inherit the default theme adminbar styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css );

@font-face {
  font-family: 'Franchise Bold';
  src: url(Franchise-Bold.eot);
  src: local('Franchise Bold'), 
         url(Franchise-Bold.ttf) format('truetype');
}

/***
 * Fix the maximum width to be smaller than the default 1250px
 */
body, body#bp-default #wp-admin-bar .padder {
	min-width: 980px;
	max-width: 980px;
}

body {
	background: #FFFFFF;
}
#header {
	background-image: url( img/bg_red.jpg );
	-moz-box-shadow:2px 2px 2px #666666;
	-webkit-box-shadow:2px 2px 2px #666666;
}
#header h1 {
	line-height: 350%;
}
#header h1 a {
	font-family: "Franchise Bold", Arial, Tahoma, Verdana, sans-serif;
	font-size: 100px;
}

div.post h2.posttitle, div.post h2.pagetitle {
	font-family: "Franchise Bold", Arial, Tahoma, Verdana, sans-serif;
	font-size: 50px;
}

div#sidebar h3.widgettitle, div.item-list-tabs {
	background-image: url( img/bg_red.jpg );
	color: #FFFFFF;
}
div.item-list-tabs ul li a {
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-radius-topleft: 3px;
	-webkit-border-radius-topright: 3px;
	color:#FFFFFF;
}
div.item-list-tabs ul li.selected a, div.item-list-tabs ul li.current_page_item a, #subnav.item-list-tabs ul li.current a {
	color:#555555;
}
#subnav.item-list-tabs ul li a {
	color:#1FB3DD;
}

/***
* Fix the sidebar width to handle a 300px add block
*/
div#sidebar {
  width: 330px;
  margin-left: -331px;
}

div#content .padder {
  margin-right:329px;
}

/***
 * Fix the post content box to be full width
 */
div.post div.post-content, div.comment-content {
	margin-left: 0px;
}

/***
 * Style the thumbnail pictures
 */
img.attachment-home-latest-post-thumbnail {
	display: inline;
	float: left;
	margin-right: 10px;
	-moz-box-shadow:2px 2px 2px #666666;
	-webkit-box-shadow:2px 2px 2px #666666;
}
img.attachment-single-post-thumbnail {
	display: block;
	margin-left: auto;
	margin-right: auto;
	-moz-box-shadow:2px 2px 2px #666666;
	-webkit-box-shadow:2px 2px 2px #666666;
}
img.attachment-post-thumbnail {
	display: inline;
	float: left;
	margin-right: 10px;
	-moz-box-shadow:2px 2px 2px #666666;
	-webkit-box-shadow:2px 2px 2px #666666;
}

/***
 * Flickr Photostream on main page
 */
#photo-stream {
	color: #FFFFFF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 10px;
	margin-left:-20px;
	background: url("../../plugins/buddypress/bp-themes/bp-default/_inc/images/60pc_black.png") repeat scroll 0 0 transparent;
	-moz-box-shadow:2px 2px 2px #666666;
	-webkit-box-shadow:2px 2px 2px #666666;
	
}
#photo-stream img.flickr {
	margin: 2px;
	border: 1px solid #EEEEEE;
}
#photo-stream h2.photo-stream-title {
	padding-top:10px;
	font-family:"Franchise Bold", Arial, Tahoma, Verdana, sans-serif;
	font-size:60px;
}
div.photos {
	float:left;
	padding-right:10px;
}
div.photo-stream-text {
	vertical-align: top;
}

/***
 * Sub post styling on Home page
 */
div.subpost {
	width: 295px;
	float: left;
	padding: 5px;
	min-height: 275px;
	position: relative;
}
div.subpost .comments {
	float: right;
}
div.subpost .tags {
	float: left;
}
div.subpost h3.posttitle {
	font-family:"Franchise Bold", Arial, Tahoma, Verdana, sans-serif;
	font-size: 30px;
	line-height: 120%;
}
div.subpost h3.posttitle a {
	text-decoration:none;
}
div.subpost div.entry {
	overflow: hidden;
}
div.subpost p.postmetadata {
	width: 285px;
	position: absolute;
	right: 0px;
	bottom: 0;
	clear:left;
	overflow:hidden;
	margin-right: 15px;
	padding: 3px 0 5px;
	border-top: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
}


div.post {
	margin: 0 0 20px;
}
div.post div.entry {
	margin-top: 20px;
}


#description {
	float:right;
	padding-right:20px;
	padding-top:40px;
}


#greeting {
	padding-left:30px;
	margin-left:-10px;	
}
#greeting .content {
	margin-right:329px;
	float:left;	
}
#greeting h2 {
	padding-right:20px;
	font-family:"Franchise Bold", Arial, Tahoma, Verdana, sans-serif;
	font-size:60px;
	line-height: 120%;
}
#greeting img {
	margin-left:-331px;
	width: 330px;
	padding:10px 0px;
}
#greeting a {
	font-size:24px;
	background: #EBF7FF;
	/*color: #A1DCFA;*/
	text-decoration:none;
	padding: 5px 8px;
	margin-right: 5px;
	border-bottom:1px solid #A1DCFA;
	border-right:1px solid #A1DCFA;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

div.sidebar_ad {
	width: 100%;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	padding-top: 10px;
}
div.content_ad {
	width: 100%;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:	25px;
}

#groups-list  .item-title {
	width:95%;
}