@charset "UTF-8";
/* CSS Document */

/*
Theme Name: BuddyPress Freerange
Theme URI: http://freerangestock.com/community2/themes/freerange/
Description: Freerange theme for BuddyPress.
Version: 1.0
Author: Chance Agrella
Author URI: http://freerangestock.com	/
Template: bp-default
Tags: buddypress, two-column, freerange, free, stock, photos, textures
*/

/* 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 );


#wp-admin-bar .padder {
background-image:url(images/admin_bar_back.gif);
height:30px;
}
	
	
#wp-admin-bar li a {
padding: 9px 15px 7px 15px;
color: #eee;
text-decoration: none;
font-family:Arial,Tahoma,Verdana,sans-serif !important;
font-size:13px !important;
font-weight:bold !important;
}

body {
	background: #eaeaea url(images/fr-comm-bg.png) top left repeat-x;
	background-attachment:fixed;
}


#header {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:6px;
-moz-border-radius-bottomright:6px;
background-attachment:scroll;
background-color:transparent;
background-image:url(../images/default_header.jpg);
background-position:0 0;
background-repeat:repeat;
color:#FFFFFF;
height:100px;
margin-bottom:10px;
padding-top:25px;
position:relative;
}


ul#nav li {
float:left;
margin-bottom:20px;
margin-left:0;
margin-right:5px;
margin-top:0;
}

ul#nav li a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
background-color:#eeeeee;
background-image:none;
background-position:0 0;
background-repeat:repeat;
color:#555555;
display:block;
padding-bottom:5px;
padding-left:15px;
padding-right:15px;
padding-top:5px;
font-size: 13px;
font-weight: bold
text-decoration:none;
}

ul#nav li.selected a, ul#nav li.current_page_item a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background-attachment:scroll;
background-color:#FFF9DF;
background-image:none;
background-position:0 0;
background-repeat:repeat;
font-size: 13px;
font-weight: bold
color:#000000;
}

/* > Footer
-------------------------------------------------------------- */

#footer {
	padding: 0px;
	text-align: center;
	color: #555;
	text-shadow: #fafafa 1px 1px 0;
}
	#footer a {
		color: #777;
	}
