/*
Theme Name: BuddyPress jMonkeyEngine theme
Theme URI: http://jmonkeyengine.com
Description: Adapted standard theme of BuddyPress.
Version: 1.0
Author: Normen Hansen
Author URI: http://jmonkeyengine.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 );

form.standard-form textarea {
    width: 95%;
    height: 350px;
}
form.standard-form textarea#message_content {
    height: 350px;
}

form.standard-form#send-reply textarea {
    width: 97.5%;
}

.small_text {
    font-size:7pt;
}

/* max image width */
.maximage {
  max-width: 650px;
} 

.blogimage {
  max-width: 600px;
} 

.maximage_sidebar {
  max-width: 170px;
} 

.badgebar {
//    position: relative;
//    padding-top:2;
}

.forumindex {
    width: 95%;
    padding-left:20px;
}

div#sidebar h3.widgettitle {
//	background: #D4DEB2;
}

table thead tr {
//	background: #D4DEB2;
}

div.item-list-tabs {
//	background: #D4DEB2; //#8D9F32;
}

body {
	background: #e5efc3;
	color: #333;
}

a.button, input[type=submit], input[type=button], input[type=reset],
ul.button-nav li a, div.generic-button a {
	color: #666;
}

div.post p.date, div.post p.postmetadata, div.comment-meta, div.comment-options {
    color: #777;
}


/* link color */
a { color: #222222; }
a:hover, a:active { color: #666666; }
a:focus { outline: 1px dotted #ccc; }

/* drop menu css */
#access {
	padding-top: 70px;
	padding-right: 8px;
	margin: 0 auto;
	width: 90%;
	display:block;
	float:right;
    font-weight:bold;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li{
//	background: url( ../../plugins/buddypress/bp-themes/bp-default/_inc/images/60pc_black.png );
	position: relative;
	float:left;
	margin-right: 1px;
}
#access a {
	display:block;
	text-decoration:none;
	color:#ccc;
	padding:0 10px;
	line-height:30px;
}
#access ul ul {
	display:none;
	position:absolute;
	top:30px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	background: url( ../../plugins/buddypress/bp-themes/bp-default/_inc/images/60pc_black.png );
//	min-width: 180px;
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#fff;
	background:#222222;
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
 
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#fff;
}


