/*
Theme Name: StormSmart Connect Child Theme
Theme URI: http://stormsmartconnect.org
Description: Custom Theme for StormSmart Connect.
Version: 1.0
Author: Wesley Shaw
Author URI: http://blueurchin.com/
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 );

body {
	width: 1024px;
	background: #dfdfdf;
}
#wp-admin-bar .padder {
	width: 1024px !important; /* Line up the admin bar with the content body in this theme */
}
a { color: #00609f;
	font-weight: bold;
}

h1, h2, h3 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
a.selected {
	color: #555;
	text-decoration: none;
}
#header {
	margin-bottom: 10px;
}
li.fp {
padding-left: 60px;
background-image: url("http://stormsmartcoasts.org/wp-content/themes/ssc-states/images/right_arrow_navy.png");
background-repeat: no-repeat;
background-position: 0em;
list-style-type: none;
text-decoration: none;
}
li.fp a {
	text-decoration: none;
	color: #00609d;
	}
li.fp a:hover {
	text-decoration: none;
	color: #00a3e3;
	text-decoration: underline;
	}
li.fp:hover{
padding-left: 60px;
background-image: url("http://stormsmartcoasts.org/wp-content/themes/ssc-states/images/right_arrow.png");
background-repeat: no-repeat;
background-position: 0em;
}

a.button, input[type=submit], input[type=button],
ul.button-nav li a, div.generic-button a {
	background: url( img/white-grad.png ) repeat-x left;
	border: 1px solid #aaa;
	padding: 3px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	color: #555;
	font-size: 12px;
	font-weight: bold;
	vertical-align: bottom;
	cursor: pointer;
}
	a.button:hover, a.button:focus, input[type=submit]:hover, input[type=button]:hover,
	ul.button-nav li a:hover, ul.button-nav li.current a,
	div.generic-button a:hover {
		border-color: #555;
		color: #f08113;
		outline: none;
	}

#footer {
	text-align: center;
	color: gray;
}
#footer a{
	color: gray;
}

ul#nav li a {
	display: block;
	color: #fffeff;
	padding: 5px 15px;
	background: #a6a6a6;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
}
	ul#nav li.selected a, ul#nav li.current_page_item a {
	background: #005f9d;
	color: white;
	font-weight: bold;
}

div#register-button a{
	background: url( img/white-grad.png ) repeat-x left;
	border: 1px solid #aaa;
	padding: 3px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	color: #555;
	font-size: 12px;
	font-weight: bold;
	vertical-align: bottom;
	cursor: pointer;
}
div#register-button a:hover {
	border-color: #555;
	color: #fe7800;
	outline: none;
}
a:hover, a:active { color: #f08113; }
span.activity, div#message p {
	color: #00a3e3;
	background: #d4fdfe;
}
div.item-list-tabs {
	background: #dfdfdf;
}
div#sidebar h3.widgettitle {
	background: #787878;
	margin: 25px -21px 10px -20px;
	color: #fffeff;
	font-weight: bold;
	font-variant: normal;
}
div#content .padder {
margin-right: 225px;
border-right: 10px solid #e4e4e4;
}
div#sidebar {
	margin-top: -9px;
}
#footer #sponsors {
	clear: left;
	height: 59px;
	margin: 0 0 8px;
	padding: 10px 20px;
	text-align: center;
	/**background: #dfdfdf url("http://stormsmartconnect.org/uploads/frontpagelogos/sponsor-footer-box.gif") no-repeat;*/
	background: #fff;
	background-position:center;
	}
#footer #sponsors img {
	margin: 0 15px 0 0;
	}
	li.invite-widget input{
		width: 165px;
	}
#wp-admin-bar ul li#bp-adminbar-notifications-menu a span {
	background: #f08113;
}
/*#footer {
	padding: 25px;
	text-align: center;
	color: #bbb;
	background-color: #005f9d;	
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	margin-top: 7px;
	text-shadow: none;
}*/
div#sidebar h3.widgettitle a {
	color: white;
	text-align: left;
} /*fixes twitter widget so title doesn't show up blue*/
