/*
Theme Name: BuddyPress Dusk
Theme URI: http://example.org/themes/dusk/
Description: Dark theme for BuddyPress.
Version: 1.0
Author: John Doe
Author URI: http://example.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 );

body {
	
	background-image:url(images/html_bground.jpg);
	width: 1024px;
    background-color:#336699;
	
}

#foxmenucontainer{
	height:40px;
	display:block;
	padding:0px 0 0px 0px;
	font: 13px Arial,Tahoma,Century gothic,verdana,  sans-serif;
	font-weight:normal;
	text-transform:uppercase;
    /* new */
    background-color: #082c46;
	background:url(images/sfondino.gif);
	}
	
	
	
div#login {
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	}
	
div#login h4 {
		margin: 0 0px 5px 0;		
	}
	
div#login img.avatar {
		float: left;
		margin: 0 10px 15px 0;
	}

#welcome-box {
    height:278px;
    /* margin:-19px -19px 30px -19px; */
	margin:0px;
    background:url(images/pool.jpg) no-repeat;
    border-top:2px solid #003;
    
}

.leagues {
    width:150px;
    background-color:#f3f3f3;
    border:1px solid black;
    padding:5px;
    text-align:center;
    border:4px double #C0C8FF;
    margin: 35px 0 0 65px;
    float:left;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
    
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	
	cursor:pointer;
    
}

.leagues:hover {
    color:#ccc;
}

.leagues h1 {
    margin-bottom:5px;

}

.leagues hr {
    margin:0px;

}

.leagues p {
    font-style:italic;
    margin:0px;

}

.leagues img {
    width:150px;
    margin:10px auto 0 auto;
    border:1px solid #CCC;
    
}

/*
div.post {
    margin-left:0px;
    float:left;
    height:300px;
    margin-bottom:10px;

}
div.post-content {
    width:200px;
    float:left;
    margin-left:-100px;

}
div.comment-content {
    width:200px;
    float:left;
    margin-left:0px;

}
*/

#wp-admin-bar {
    width:248px;
    text-align:center;
    margin:91px 0 0 540px;
    position:absolute;
    

}
#wp-admin-bar .padder {
 padding-top:0px;
    

}

div#container {
	position: relative;
	width: 100%;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-right: 0px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	background: #cde2f7;
	overflow: hidden;
}

div#sidebar {
	float: left;
	width: 269px;
  
	margin-left: -271px;
	margin-top: 1px;
	border-left: 1px solid #e4e4e4;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	background: url( ../images/sidebar_back.gif ) top left repeat-x;
}

div#content {
	
	background-color:#cde2f7;
	
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	
	
	
	
}

div#content .padder {

	border-right: 1px solid #41434f;
    margin-right:270px;

}

div#sidebar {

	border-left: 1px solid #41434f;


}

div#sidebar .quicklinks {
    background-color:#FFC;
    border:1px solid #999;
    width:97%;
    color:#003;
    font-weight:bold;
    padding-left:3px;
    padding-right:3px;
}

div#sidebar .quicklinks:hover {
    background-color:#003;
    color:#cde2f7;
	cursor:pointer;
}

/* > Item Tabs

-------------------------------------------------------------- */



div.item-list-tabs {

	background: #40434e;
	background: #036;
	
	background-color: #082c46;
	background:url(images/menua.png);

}

			div.item-list-tabs ul li span {

				color: #333;

			}



		div.item-list-tabs ul li.selected a,

		div.item-list-tabs ul li.current a {

			background-color: #cde2f7;

			color: #333;

		}



	div.item-list-tabs#subnav {

		background: #cde2f7;

		border-bottom: 1px solid #40434e;

}

/* > Sidebar

-------------------------------------------------------------- */







	div#sidebar h3.widgettitle {

		background: #036;

		

		
		margin-left:-20px;
		margin-right:-21px;
		
		
	background-color: #082c46;
	background:url(images/menua.png);
	
	color:#ccc;


	}
	
	div#sidebar div.item-options {

		background: #ccc;
		
		margin-left:-20px;
		margin-right:-21px;

		border-bottom: 1px solid #40434e;

	}



div#content .padder {

	
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	
	
}

/* The Header */

#top {
	height:118px;
	margin:auto;
	background:url(images/top.png);
	width:1024px;
	position:relative;
	
	}
	
#top h1 {
    margin:30px 0px 0px 30px;
	font-family:Mistral;
	font-size:48px;
}

#top h2 {
    margin:5px 0px 0px 30px;
    font-size:14px;
    font-style:italic;
}

.blogname {
	width:400px;
	font-family:arial,Century gothic,Verdana,Tahoma,sans-serif;	
	margin:0px 0 0 0px;
    float:left;
	height:118px;
	/* background:url(images/logo_small.png) no-repeat;
	background-size:10px; */

	}
.blogname h1  {
	font-size:36px;
	padding:0 0 0px 40px;
	font-weight:normal;
	text-align:left;


	}
.blogname h1  a:link, .blogname h1  a:visited{ 
	color: #333; 
	display:block;
	margin:0px 0 0 20px;
	}
	
.blogname h1  a:hover { 
	color: #cc7112; 
	}
.blogname h2 {
	margin:0px 0px 0px 60px;
	font-size:16px;
	font-weight:normal;
	color:#555;
	text-align:left;

	}
    
#top-ad {
	float:left;
	height:60px;
	width:468px;
	
	margin-top:25px;
    
    background:#EEE;
	border:1px solid #999;
    text-align:center;
	
	
	
	
	
	}

/*Page menu*/


#foxmenucontainer{
	height:40px;
	display:block;
	padding:0px 0 0px 0px;
	font: 13px Arial,Tahoma,Century gothic,verdana,  sans-serif;
	font-weight:normal;
	text-transform:uppercase;
    /* new */
    background-color: #082c46;
	background:url(images/sfondino.gif);
	}
#menu{
	margin: 0px;
	padding: 0px;
	width:1000px;
	height:40px;
	}
	
#menu ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#menu li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#menu li a, #menu li a:link, #menu li a:visited {
	color:#f8bf10;
	display: block;
	margin: 0px;
	padding: 12px 10px 12px 10px;
	}

#menu li a:hover, #menu li a:active {

	color: #fff;
    margin: 0px;
	padding: 12px 10px 12px 10px;
	text-decoration: none;
	}
	
#menu li li a, #menu li li a:link, #menu li li a:visited {
	background:url(images/catmen.png);
	width: 150px;
	color:#f8bf10;
	font-weight: normal;
	float: none;
	margin: 0px;
	padding: 8px 10px 8px 10px;
	/* does there need to be a border?? */
	border-bottom: 1px solid #b3050c;

	}
	
#menu li li a:hover, #menu li li a:active {
	background: #7F070C;
	color: #fff;
	padding: 8px 10px 8px 10px;
	}

#menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0px;
	padding: 0px;
	}

#menu li li { 
	}

#menu li ul a { 
	width: 140px;
	}

#menu li ul a:hover, #menu li ul a:active { 
	}

#menu li ul ul {
	margin: -33px 0 0 170px;
	}

#menu li:hover ul ul, #menu li:hover ul ul ul, 
#menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
	}

#menu li:hover ul, #menu li li:hover ul, 
#menu li li li:hover ul, #menu li.sfhover ul, 
#menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
	}

#menu li:hover, #menu li.sfhover { 
	position: static;
	}
/*  menu*/
	
#catmenucontainer{
	height:40px;
	display:block;
	padding:0px 0 0px 0px;
	font: 13px Arial,Tahoma,Century gothic,verdana,  sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	}
		
#catmenu{
	margin: 0px;
	padding: 0px 0px;
	background: url(images/menu.png) repeat-x;
	height:40px;
	}
	
#catmenu ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#catmenu li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#catmenu li a, #catmenu li a:link, #catmenu li a:visited {
	color:#4a5c6a;
	display: block;
	margin: 0px;
	padding: 12px 10px 12px 10px;
    
    text-decoration:none;
	}

#catmenu li a:hover, #catmenu li a:active {
	background:url(images/menua.png) repeat-x;
	color: #fff;
    margin: 0px;
	padding: 12px 10px 12px 10px;
	text-decoration: none;
	}
	
#catmenu li li a, #catmenu li li a:link, #catmenu li li a:visited {
	background:#31424F ;
	width: 150px;
	color:#83A5BF;
	font-family:Tahoma,century gothic,Georgia,  sans-serif;
	font-weight: normal;
	float: none;
	margin: 0px;
	padding: 9px 10px 10px 10px;
	border-bottom: 1px solid #3B505F;

	}
	
#catmenu li li a:hover, #catmenu li li a:active {
	background:#23333F;
	color: #fff;
	padding: 9px 10px 10px 10px;
	}

#catmenu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0px;
	padding: 0px;
	}

#catmenu li li { 
	}

#catmenu li ul a { 
	width: 140px;
    
	}

#catmenu li ul a:hover, #catmenu li ul a:active { 
	}

#catmenu li ul ul {
	margin: -36px 0 0 170px;
	}

#catmenu li:hover ul ul, #catmenu li:hover ul ul ul, 
#catmenu li.sfhover1 ul ul, #catmenu li.sfhover1 ul ul ul {
	left: -999em;
	}

#catmenu li:hover ul, #catmenu li li:hover ul, 
#catmenu li li li:hover ul, #catmenu li.sfhover ul, 
#catmenu li li.sfhover1 ul, #catmenu li li li.sfhover1 ul {
	left: auto;
	}

#catmenu li:hover, #catmenu li.sfhover1 { 
	position: static;
	}

/* --- FOOTER --- */

#footer {
	height:90px;
	/* padding:10px 0 0 0px; */ padding:0px;
	color:#003; /* #DADADA; */
	font-size:11px;
	font-weight:normal;
	letter-spacing:1px;
	font-family: Tahoma,georgia,Century gothic,  Arial, sans-serif;
	
	width:100%;
	background:url(images/footer.jpg) bottom no-repeat;
	/* border-top:8px solid #E5E5E5; */
	/* border-top:2px solid #003; */
	background-color:#fff;
    padding-top:0px;
    margin-top:0px;
	
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	}
    
#footer p {padding-top:0px;}

#footer a:link , #footer a:visited{
	color:#ED9413;
	}

#footer a:hover {
	color:#fff;
	color:#00F;
	text-decoration:none;
	}

.fleft{

	text-align:left;
	margin:0px 0px 0px 10px;
	line-height:16px;
}
.fright{
	float:right;
	text-align:right;
	margin:0px 10px 0px 0px;
	line-height:16px;
}

/* ##### WIDGETS ##### */
#twitter-entries a {
	text-decoration:none;
	
}
#twitter-date a {
	color:#999;
	font-size:8pt;
}
