/*
Theme Name: Tr&auml;torget
Theme URI: http://tratorget.se
Description: Vitt, orange och gr&aring;tt f&ouml;r BuddyPress.
Version: 1.0
Author: Karin Johansson, Fristil
Author URI: http://example.org/
Template: bp-default
Tags: buddypress, two-column, white, grey, orange
*/

/* 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 {
	background: #eaeaea url( ../images/background.gif ) top left repeat-x;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	line-height: 170%;
	color: #555;
	min-width: 990px;
	max-width: 990px;
	margin: 0 auto;
	padding-top: 0 !important; /* Remove the top padding space for the admin bar in this theme */
}

body#bp-default #wp-admin-bar .padder {
			min-width: 990px;
			max-width: 990px;
			}
			

/* > Header
-------------------------------------------------------------- */

#header {
	position: relative;
	background: #FFFFFF url( ../images/default_header.jpg) no-repeat;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	margin-bottom: 20px;
	height: 160px;
	padding-top: 25px;
}
		




/* > Navigation
-------------------------------------------------------------- */
ul#nav {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 15px;
	list-style: none;
	bottom: 0;
	max-width: 95%;
}
	ul#nav li {
		float: left;
		margin: 0 5px 0 0;
	}
		ul#nav li a {
			display: block;
			color: #FFF9DF;
			text-decoration: none;
			font-weight: bold;
			padding: 5px 15px;
			background: #F7740A;
			-moz-border-radius-topleft: 3px;
			-webkit-border-top-left-radius: 3px;
			-moz-border-radius-topright: 3px;
			-webkit-border-top-right-radius: 3px;
		}
			ul#nav li.selected a, ul#nav li.current_page_item a {
				background: #FFF9DF;
				color: #F7740A;
			}
			ul#nav a:focus { outline: none; }
			

ul#nav li a:hover
{
	color: #F7740A;
	background: #FFF9DF;
}



/* Subnav */
ul#nav li ul						{width: 18%;}
ul#nav li ul li						{float: none; width: 100%;}
ul#nav li ul li a					{background: #F88223; padding: 5px 15px;}
#wp-nav-bar ul li ul				{position: absolute; left: -999em; z-index: 1;}
#wp-nav-bar ul li ul li a span		{display: none;}
#wp-nav-bar ul li:hover ul,
#wp-nav-bar ul li li:hover ul,
#wp-nav-bar ul li.sfhover ul,
#wp-nav-bar ul li ul li.sfhover ul	{left: auto;}





/* > Item Headers (Profiles, Groups)
-------------------------------------------------------------- */

	div#item-header h2 span.highlight { 
	font-size: 14px;
	border: 0px;
	background: #fff;
	 }
	
	
	div#item-header h2 span.highlight span {
		position: relative;
		top: -2px;
		right: -2px;
		font-weight: bold;
		font-size: 11px;
		background: #fff;
		color: #000;
		padding: 1px 4px;
		margin-bottom: 2px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		vertical-align: middle;
		cursor: pointer;
		display: none;
	}




/* > Item Body
-------------------------------------------------------------- */

.item-body {
	margin: 20px 0;
}

span.activity, div#message p {
	display: block;
	font-size: 11px;
	font-weight: normal;
	background: #FFF; 
	border: none;
	color: #8f8f8f;
	padding: 1px 8px;
	margin-top: 6px;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}


/* > Item Tabs (del av) 
------------------------------------------------------------- */

div.item-list-tabs ul li.selected a,
		div.item-list-tabs ul li.current a {
			background-color: #FFF9DF;
			color: #F7740A;
			font-weight: bold;
			-moz-border-radius-topleft: 3px;
			-webkit-border-top-left-radius: 3px;
			-moz-border-radius-topright: 3px;
			-webkit-border-top-right-radius: 3px;
		}
		
		div.item-list-tabs#subnav {
		background: #FFF9DF;
		margin: -15px -20px 15px -20px;
		border-bottom: 1px solid #F7740A;
		min-height: 35px;
		overflow: hidden;
	}
	
	div.item-list-tabs li a:hover
{
	color: #F7740A;
	background: #FFF9DF;
}

