/*
 @group Page-wide defaults
*/
body{
	background-color: #efefef;
}

a:link, a:visited{
	color: #0971B3;
	text-decoration: none;
}

a:active, a:hover{
	text-decoration: underline;
}

.startTranslucent {
	background:rgb(0,0,0);
	background:rgba(0,0,0,0.5);
	-ms-filter:alpha(opacity=50);
	filter:alpha(opacity=50)
}

.stopTranslucent{
	position: relative;
}

/* @end */

div#container {
	border: 1px solid #333;
}

/* @group Header Elements */
div#header {
	height: 200px;
	overflow: hidden;
}

div#titledesc {
	width: 50%;
	height: 100%;
	float: left;
	vertical-align: bottom;
	background:rgb(0,0,0);
	background:rgba(0,0,0,0.5);
	-ms-filter:alpha(opacity=50);
	filter:alpha(opacity=50);
}

#header h1, #header p.blogtitle{
	font-size: 3.5em;
	font-weight: bold;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin-top: 20px;
}

#header h1 a:link, #header h1 a:visited, #header p.blogtitle a:link, #header p.blogtitle a:visited {
	color: #fff;
	text-decoration: none;
	vertical-align: baseline;
	text-shadow: #000 2px 2px 1px;
}

#header h1 a:hover, #header h1 a:active{
}

#blogtitle{
	width: 50%;
}

#header p.description {
	font-style: italic;
	font-size: 1.2em;
	margin-left: 1.5em;
	color: #eee;
}

/* @end */

/* @group BuddyPress Menu Elements */

#lb-bp-nav {
	width: 50%;
	height: 100%;
	float: right;
	text-align: right;
}

#lb-bp-nav ul.menu {
	width: 100%;
	/*margin-top:28%;
	height: 4em;*/
	height: 20px;
	margin-top: 130px;
}

#lb-bp-nav ul.menu > li {
	display: inline-block;
	background: #000;
	margin-right: 5px;
	padding-top: 5px;
	font-weight: bold;
	height: 100%;
	overflow: hidden;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}

#lb-bp-nav ul.menu > li a:link, #lb-bp-nav ul.menu > li a:visited {
	padding: 1em;
	text-decoration: none;
}

#lb-bp-nav ul.menu > li a:hover, #lb-bp-nav ul.menu > li a:active {
	padding: 1em;
	background: #fff;
}

#lb-bp-search-bar {
	margin-top: 20px;
	margin-right: 10px;
	height: 25px;
}
/* @end */


/* @group Menu Elements */
div#menu, div.menu {
	border-color: #000;
	border-style: solid;
	border-width: 1px 0 1px 0;
	background-color: #3c3c3c;
	width: 100%;
	margin: 0 auto;
	float: none;
}

#menu > ul > li > a:link, #menu > ul > li > a:visited,
div.menu > ul > li > a:link, div.menu > ul > li > a:visited {
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	margin-right: 5px;
	font-weight: bold;
}

#menu > ul > li > a:active, #menu > ul > li > a:hover,
div.menu > ul > li > a:active, div.menu > ul > li > a:hover {
	background: #fff;
	color: #0971B3;

}

#menu li.current_page_item, #lb-bp-nav ul.menu > li.current-menu-item {
	background: #fff;
}

#menu li.current_page_item a:link, #menu li.current_page_item a:visited,
#lb-bp-nav ul.menu > li.current-menu-item a:link, #lb-bp-nav ul.menu > li.current-menu-item a:visited {
	color: #000;
}

/* @end */

/* @group Wrapper Elements */
div#allwrapper {
	margin: 0 auto;
	overflow: auto;
	background-color: #fff;
	border-bottom-style: none;
	padding: 10px;
}

div#wrapper {
	
}

/* @end */

/* @group Content Elements */
#lb-content{
	
}

body.home-page #lb-content h2 a, body.home #lb-content h2 a, 
body.single #lb-content h1, body.page #lb-content h1,
body.error404 #lb-content h1, h1.entry-title {
	font-size: 2em;
	font-weight: bold;
	padding-top: 0.5em;
	margin-top: 0.5em;
}

#lb-content p, span.postmeta  {
	padding-bottom: 0.7em
}

#lb-content div.post {
	margin-bottom: 1em;
}
/* @end */

/* @group Sidebar Elements */
#primarysb > ul > li, #secondarysb > ul > li,
#footerleft > ul > li, #footerright > ul > li {
	border: 3px solid #eee;
	padding: 4px;
	margin:4px;
	overflow: auto;
}

#primarysb h4, #secondarysb h4,
#footerleft h4, #footerright h4 {
	background-color: #333;
	width: 97%;
	color: #fff;
	padding: 3px;
}

#lb-content img.wp-post-image {
	margin: 0 auto;
	display: block;
}

#lb-content img {
	max-width: 100%;
}
/* @end */

/* @group Footer Elements */
div#footer {
	background: #333;
}
div#footerwrapper {
	width: 960px;
	margin: 0 auto;
	background: #fff;
}

/* @end */