@import url("ng/ng-base.css");

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

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

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;
}

#lb-content dl {
	padding-left: 1em;
	padding-top: 1em;
}

#lb-content dt {
	font-weight: bold;
}

#lb-content dd {
	padding-left: 1em;
}

/* @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;
}

#titledesc a:link,
#titledesc a:visited {
	color: #fff;
	text-decoration: none;
	vertical-align: baseline;
	text-shadow: #000 2px 2px 1px;
}

#titledesc a:hover,
#titledesc 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 a:link,
#menu a:visited {
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#menu a:active,
#menu a:hover {
	background: #fff;
	color: #0971B3;
}

#menu .current_page_item > a:link,
#menu .current_page_item > a:visited {
	background: #fff;
	color: #000;
}

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

.children li.current_page_item > a:link,
.children 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;
}

li.current_page_item a:hover,
li.current_page_item a:active,
#lb-bp-nav ul.menu > li.current-menu-item a:active,
#lb-bp-nav ul.menu > li.current-menu-item a:hover {
	background: #fff;
	color: #0971B3;
}

/* @end */

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

div#wrapper {
	
}

/* @end */

/* @group Postmeta elements */
div.postinfo {
	margin: 10px 0 10px 0;
	padding: 5px 0 0 5px;
}
span.postmeta,
span.postcats,
span.posttags {
	clear: both;
	display: block;
}
/* @end */

/* @group Content Elements */

#lb-content{
	
}

.itemtext blockquote,
.comment-body blockquote {
	padding: 5px 15px 0 15px;
	margin-bottom: 10px;
	background: #eee;
	font-style: italic;
}

/* @end */

/* @group Comment Elements */

h2#comments {
	font-weight: bold;
	font-size: 1.4em;
}

.commentlist li.comment,
.commentlist li.pingback,
.commentlist li.trackback {
	clear: both;
	margin-top: 15px;
	padding-top: 10px;
}


.commentlist > li {
	border-top: 1px solid #1a1c1d;
}

.commentlist li.depth-2,
.commentlist li.depth-3,
.commentlist li.depth-4 {
	border-left: 1px solid #1a1c1d;	
}

.commentlist > li.even {
	background: #f6f6f6;
}

.commentlist > li.highlight {
	/*background: #cddce5;*/
}

.commentlist img.gravatar,
.commentlist img.avatar {
	float:  left;
	background-color: #fff;
	border: 1px solid #3c3c3c;
}

.commentlist div.comment-meta {
	float: right;
	font-size: 0.8em;
}

.commentlist span.comment-date{
	font-size: 0.8em;
}

.commentlist div.comment-author {
	display: inline;
	font-size: 1.5em;
}

.commentlist div.comment-body{
	margin-left: 5px;
}

.commentlist div.reply{
	clear: both;
	text-align: right;
}

p.form-allowed-tags {
	font-size: 0.8em;
		
}

/* @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;
}

/* @end */

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

/* @end */
