@charset "utf-8";
/*
Theme Name: BuddyPress SE2T2
Theme URI: http://se2t2.org
Description: Custom SE2T2 theme for BuddyPress.
Version: 1.0
Author: Jeremy Harder
Author URI: http://se2t2.org/
Template: bp-default
Tags: buddypress, two-column, grey, dark
*/

/* 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 );

/* Move admin bar */
#wp-admin-bar {
	position: fixed;
	top: -50px;
}

/* style Header area */
body {
	background: #98b6c3 url("images/background.gif") top left repeat-x;
	width: 90%;
}

#header_new {
	position: relative;
	color: #fff;
	margin-bottom: 20px;
	padding-top: 0px;
	width: 100%;
	background:url("images/logo.gif") no-repeat left top;
	min-height: 162px;
	z-index:2000;
}

#sitename {
	float: right;
	top:10px;
	}
/* nav style */
#nav {
	padding: 0;
	position: absolute;
	right: 15px;
	list-style: none;
	top: 95px;
	max-width: 65%;
	float: right;
	}
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav a {
	display: block;
}
#nav li {
	float: left;
	background:url("images/nav_bkg.png") repeat-x;
	margin: 5px 0px;
	height: 49px;
}
#nav li:hover, #nav li.selected a {
	background:url("images/nav_bkg_ovr.png") repeat-x;
	color: #fff;
}

ul#nav li a {
	color: #333;
	font-size: 14px;
	text-decoration: none;
	padding: 15px 20px 5px 5px;
	border-right: 1px solid #CCC;
}
ul#nav li.selected a, ul#nav li.current_page_item a, ul#nav li a:hover {
	color: #fff;
}
#nav li ul {
	position: absolute;
	width: 12em;
	left: -999em;
	margin-top: 5px;
	margin-left: 0px;
	background: #fff;
}
#nav li ul li{
	background: #fff;
	margin: 0px;
	padding: 0px;
	height: 25px;
	}
#nav li ul a {
	text-decoration: none;
	font-style: italic;
	margin: 0px;
	padding: 5px 5px 5px 5px;
	width: 10em;
	background: #fff;
	border: 1px solid #666;
		}
#nav li ul a:hover {
	background: #666;
	color: #fff;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

	
/* Typography */
#header_new h1 a {
display: block;
text-decoration: none;
float: right;
color: #e4e9eb;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 20px;
padding: 15px 0 0px 0;
}

#header_new h2{
display: block;
font-family: Verdana,Sans-serif;
font-size: 12px;
color: #CCCCCC;
font-weight:normal;
}
#nav img{
	margin-top: -4px;
}

/* Content */
#container {
z-index: 1000;
}

#twitter {
	display: block;
	padding: 20px 20px 0px 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #fff;
}
#twitter .post{
	min-height: 75px;
}
#twitter_div li{
	border-bottom: 1px #ccc solid;
	padding-top: 5px;
}
/*Downloads List */
.dlm_download_list {
	list-style-type:none;
}
.dlm_download_list li{
	padding-top:20px;
	border-bottom: 1px solid #ccc;
	list-style-type:none;
}

/*Footer Style */
#footer {
	display: block;
	margin-top: 20px;
	padding: 20px 20px 0px 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #fff;
}
