/*
THE RIVER
*/

.widget_river_time {
   color:#777;
   margin:0 5px 0 5px;
   font-size:0.8em;
}

.widget_river_type_mediastream__media {
   border-bottom:1px solid #efefef;
   margin:5px 0 5px 0;
}

.widget_river_type_mediastream {
   border-bottom:1px solid #efefef;
   margin:5px 0 5px 0;
}

.widget_river_text {
   padding:0 0 0 20px;
   background:url(http://www.wanted-gamers.com/mod/river/images/flag_action.gif) no-repeat left top;
}

p.widget_river_date {
   font-weight:bold;
   margin:5px 0 10px 0;
   padding:0 0 0 20px;
   background:url(http://www.wanted-gamers.com/mod/river/images/date.gif) no-repeat left;
}

/*
 the river on recent activity page
*/

._activity_river_entry_time {
   font-weight:bold;
   margin:5px 0 10px 0;
   padding:0 0 0 20px;
   background:url(http://www.wanted-gamers.com/mod/river/images/date.gif) no-repeat left;  
}

._activity_river_entry {
   border-bottom:1px solid #efefef;
   margin:5px 0 5px 0;
}

._activity_river_entry_txt {
   padding:0 0 0 20px;
   background:url(http://www.wanted-gamers.com/mod/river/images/flag_action.gif) no-repeat left top;
}

._activity_river_entry ._activity_river_entry_time {
   color:#777;
   margin:0 5px 0 5px;
   font-size:0.8em;
   background:#fff;
   padding:0;
}/*
 * Generic comments CSS file
 *//*
	GLOBALS: used to set all the general elements
*/

body {
	color:#697C83;
	font-family:'Trebuchet MS','Lucida Grande', Arial, sans-serif;
	text-align:left;
	margin:0 auto;
	padding:0;
	font-size: 80%;
	line-height:1.6em;
	background: #c2c2c2;
}

p {
	color:#555;
	margin:0 0 10px 0;
}

li {
	list-style-image: url(http://www.wanted-gamers.com/site/Default_Template/images/bullet.png);
	}

a {
	text-decoration:none;
	color:#336699;
}

ol, ul {
	color:#697C83;
	list-style: inside;
	list-style-image: url(http://www.wanted-gamers.com/site/Default_Template/images/bullet.png);
}

h1 {
	font-size:130%;
	color:#336699;
}

h2 {
	border-bottom:1px solid #4880c2;
	color:#666;
	font-size:1.1em;
	}

h3, h4, h5 {
	font-size:100%;
}

hr {
	color: #4880c2;
	}

blockquote{
	background: #EEE url(http://www.wanted-gamers.com/site/Default_Template/images/blockquote.png) no-repeat bottom left;
	padding: 10px;
	padding-bottom: 40px;
	margin: 1em;
}

/*
	REVIEWS PAGE
*/

#reviews {
	margin-left: 5px;
	margin-bottom: 30px;
	}
	
#review_author {
	float: left;
	}
	
#review_profile {
	float: right;
	}

/*
	TABLES IN ELGG
*/

td {
	border:1px solid #eee;
	padding:0;
	margin:0;
}

td h4, h3, h5 {
	padding:0;
	margin:0;
}

/*
	CONTAINER: WRAPS THE HEADER AND MAIN CONTENT AREA BELOW THE USER TOOLBAR
*/

div#container {
	background:#ccc url(http://www.wanted-gamers.com/site/Default_Template/images/main-back.gif) repeat-y;;
	margin:0 auto;
	padding:0;
	width: 990px;
}

/*
	HEADER: THE HEADER INCLUDES THE LOGO AND SEARCH BAR
*/

div#header {
	background:url(http://www.wanted-gamers.com/site/Default_Template/images/banner-back.png) no-repeat;
	margin:0 auto;	
	text-align:left;
	position:relative;
	height:176px;
	width: 980px;
	clear: both;
}

#logo{
	margin: 0px;
	width:338px;
	float:left;
}


#header h1 {
	color:#fff;
	font-family:Helvetica, "Myriad Web", Arial, sans-serif;
}


/*
	SEARCH BAR: LOCATED WITHIN HEADER
*/

div#header #search-header {
	background:url(http://www.wanted-gamers.com/site/Default_Template/images/search.png) no-repeat;
	width: 209px;
	height: 69px;
	float:right;
	margin:0;
	padding-top: 10px;
	padding-right: 15px;
	position:absolute;
	top:10px;
	right:0;
}

div#header #search-header img {
	margin:0 0 0 8px;
	float: right;
}

div#header #search-header p {
	padding:0 0 0 13px;
	margin:0;
	float:right;
}

div#header #search-header span a {
	color:#000;
}

/*
	CONTENT-HOLDER: WRAPS THE MAIN PAGE CONTENT. THIS CAN INCLUDE
	THE SINGLE PAGE LAYOUT AND THE SPLIT PANE (CONTENT AND SIDEBAR)
*/

#content-holder {
	margin:0 auto;
	width:980px;
}

div#content-holder a:hover {
	text-decoration:underline;
}

div#content-holder h1 {
	font-size:150%;
	border-bottom:1px solid #ccc;
	margin:0;
	padding:0;
}

div#content-holder h2 {
	border:0;
	border-bottom:1px solid #eee;
	padding:0;
	margin:0 0 10px 0;
	color:#666;
	font-size:1.1em;
}

/*
	VARIOUS LAYOUTS WITHIN CONTENT-HOLDER
*/

/*
	THE MAIN CONTENT AREA WHEN IT IS A SINGLE PAGE, NO SIDEBAR
*/

div#single-page {
	margin: 0;
	padding: 0 15px 0 0;
	width:900px;
	text-align: left;
	border:1px solid #eee;
}

/*
	THE MAIN CONTENT AREA WHEN THE SIDEBAR IS IN PLACE
*/

div#splitpane-content {
	margin: 0;
	padding: 10px;
	width:680px;
	text-align: left;
	color:#000;
	overflow:hidden;
	min-height:500px;
}

/*
	SIDEBAR: THIS IS ONLY PRESENT WHEN SPLITPANE-CONTENT IS IN USE
*/

div#splitpane-sidebar {
	width: 250px;
	margin:20px 10px 20px 0;
	padding:0;
	float: right;
	background:#efefef url(http://www.wanted-gamers.com/site/Default_Template/images/sidebar-top.png) no-repeat top;
}

div#sidebar-contents {
	background:url(http://www.wanted-gamers.com/site/Default_Template/images/sidebar-back.png) repeat-y;
	padding-left: 10px;
	padding-bottom: 3px;
}

div#sidebar-bottom {
   background:url(http://www.wanted-gamers.com/site/Default_Template/images/sidebar-bottom.png) no-repeat bottom;
   height:9px;
   width:250px;
   margin:0;
}

/*
	THE SIDEBAR CONTENTS
*/

div#splitpane-sidebar td {
	width: 200px;
	margin:0 0 0 20px;
}

div#splitpane-sidebar ul {
	margin: 0;
	padding:0;
	list-style: none;
}

div#splitpane-sidebar ul li {
	margin:10px 0;
	padding-left: 5px;
}

div#splitpane-sidebar ul li ul li a {
	padding:0 0 0 5px;
}

div#splitpane-sidebar h2 {
	text-align:left;
	border-bottom:1px solid #ccc;
	color:#777;
	font-size:0.9em;
	width:220px;
}

/*
   NEW CSS FOR THE TOOLBAR THAT LIVES IN THE MAIN CONTENT AREA
*/

#content-holder-toolbar {
   margin:0;
   background:#fff;
   border:1px solid #ccc;
   width:150px;
}

/* 
	USER TOOLBAR: IN DEFAULT ELGG, THIS SITS
	AT THE VERY TOP OF THE PAGE.
*/

div#elggtoolbar {
	font-family:Arial, 'Trebuchet MS','Lucida Grande', sans-serif;
	top:0;
	left: 0;
	width:980px;
	background:url(http://www.wanted-gamers.com/mod/toolbar/images/toolbar-bg.gif) repeat-x bottom;
	color:#000;
	margin:0;
	height: 29px;
	padding-top: 7px;
}

div#elggtoolbar p {
	margin:0;
	padding:6px 0 0 5px;
	color:#91B6C0;
}

div#elggtoolbar span a {
	color:#ccc;
	border:1px solid #777;
	padding:2px 4px 2px 4px;
}

div#elggtoolbar span a:hover {
	text-decoration:none;
}

div#elggtoolbar img {
	padding:0;
	margin:0 5px 0 0;
	border:0;
}

/* 
	USER NAVIGATION: THIS STYLES THE USERS MAIN NAV IN THE TOOLBAR,
	IN DEFAULT ELGG IT SITS OVER ON THE LEFT HAND SIDE
*/

div#elggtoolbar #navigation {
	height: 19px;
	margin: 0 0 0 4px;
	padding:0;
	text-align:left;
	padding:px 0 10px 0;
}

div#elggtoolbar #navigation li {
	margin: 0; 
	padding: 3px;
	display: inline;
	list-style-type: none;
}

div#elggtoolbar #navigation a {
	margin: 0 2px 0 0;
	text-decoration: none;
	font-size:90%;
	color:#000;
	background:#efefef;
	border:1px solid #4880c2;
	padding:2px 4px 2px 4px;
}

div#elggtoolbar #navigation a:hover {
	background:#E0EEFC;
}



/*
	FOOTER
*/

div#footer {
	clear: both;
	position: relative;
	background:#c2c2c2; 
	border-top:3px solid #4880c2;
    padding:10px 0 0 0;
	font-size:1em;
	height:300px;
	color:#fff;
	width:100%;
	margin:0;
}

div#footer a {
    color:#fff;
}

div#footer img {
	padding-top: 5px;
}

div#footer a:hover {
	text-decoration:underline;
}

div#footer-inner {
   margin:0 auto;
   width:980px;
   background:#c2c2c2;
}

.foot-center {
	text-align: center;
	}

/*
	SYSTEM MESSAGES
*/

div#system-message{
	border:1px solid #4880c2;
	background:#e5e5e5;
	color:#000;
	padding:3px 50px;
	margin:20px 20px 0 20px;
}

div#system-message p{
	padding:0px;
	margin:2px;
}

/*
	CLEAR BOTH
*/

.clearing {
	clear:both;
}

/*
	THIS IS THE END OF THE MAIN PAGE COMPONENTS - EVERYTHING BELOW THIS IS ASSOCIATED WITH VARIOUS ELEMENTS
	WITHIN ELGG, THIS INCLUDES THE BLOG CLASSESS, PROFILE, FILES, SIDEBAR WIDGETS, PROFILE WIDGETS ETC.
*/

/*
	BLOGGING ENGINE
*/

.weblog-post {
	margin:20px 0 10px 0;
}

.user {
	float:left;
	margin:5px 10px 10px 0;
	width:105px;
}

.user img {
	border:1px solid #eee;
	padding:2px;
}

.weblog-keywords p a {
	margin:20px 0 0 0;
	padding:0;
	clear:both;
}

.weblog-title {
	margin:10px 0 10px 115px;
}

.post {
	margin:10px 0 10px 115px;
}

.info {
	border-top:1px solid #ccc;
	margin:10px 0 10px 115px;
	clear:both;
}

.info p {
	padding:0 0 0 10px;
	margin:0;
}

.info p a {
	font-size:0.9em;
	color:#555;
}

/* this is the thin line between the actual post and comments */

#comments-divide {
	height:1px;
	background:#ccc;
}

.comment-owner {
	border:1px solid #eee;
	background:#f2f7fb;
	padding:5px;
	margin:20px 0 5px 0;
	height:50px;
	width:550px;
}

.comment-owner img {
	margin:0px 5px 0px 0px;
	text-align:left;
}

.comment-owner a {
	background:#f2f7fb;
}

.comment-owner p {
	padding:0;
	margin:0;
}

/* END OF BLOGGING ENGINE */

/*
	SUB MENU OPTIONS: THESE WILL BE MOVED TO THE NEW SIDEBAR SHORTLY
*/

div#sub-menu p {
	margin:0 0 10px 0;
	padding:0;
	/*background:#efefef;*/
	border:0px solid #ccc;
}

div#sub-menu a {
   padding:3px;
}

/* END OF SUB-MENU DIV */

/*
	INFOHOLDER: this holds profile data, account settings and administration content
*/

.infoholder {
	margin:5px 0 10px 0;
}

.infoholder p {
	padding:5px 0 5px 10px;
}

/* the end of INFOHOLDER */

#tagcloud {
	padding: 15px;
	border: solid 1px #eee;
	background: #f5f5f5;
	line-height:2.9em;
}
	
#tagcloud a {
	text-decoration: none;
}

/*
  COMMENT WALL STUFF
*/

#commentwall {
   background:#fff;
   width:98%;
   padding:5px;
   margin:5px 0 10px 0;
}

.commentwall_img {
   float:left;
   margin:3px;
   background:#fff;
   border:1px solid #ccc;
}

#commentwall_form_-1 {
  /* Background:#eee;*/
   margin:0 0 5px 0;
   padding:4px;
}

#commentwall_form_-1 textarea {
   width:98%;
   margin:5px 0 5px 0;
}

#commentwall_title {
   background:#e5e5e5;
   border-top:1px solid #e5e5e5; /*#4E730C;*/
  width:99%;
   height:20px;
   padding:2px;
   font-size:12px;
}
.commentwall_date {
    font-style:italic;
    font-size:0.8em;
    margin:0 0 10px 0;
    background:#efefef;
    border-bottom:1px solid #D8DFEA;
}

#commentwall #commentwall_title h2 {
   margin:0;
   padding:0;
   font-size:11px;
}

.commentwall_name {
   font-weight:bold;
   /*border-top:1px solid #4E730C;*/
}

.commentwall_details {
   border-top:1px solid #ccc;
   margin-left:70px;
}

.commentwall_name {
   background:#efefef;
}


#commentwall_more {
    text-align:right;
    padding:4px;
    color:#000;
    font-size:10px;
}

#commentwall_more a {
   color:#000;
   text-decoration:underline;
}


.commentwall_replybar {
   border-bottom:1px solid #ccc;
   font-size:11px;
   margin:10px 0 10px 0;
   padding:2px;
   background:#fff;
   text-align:right;
   cursor:pointer;
   color:#b85b5a;
}

.commentwall_replybar p {
   padding:0;
   margin:0 10px 0 0;
}

.commentwall_replybar a {
   padding:0;
   margin:0;
}

#confirm-form {
	width: 70%;
	margin: 30px auto;
	text-align: center;
	font-size: 1.2em;
	border: 1px #eee solid;
	background: #f8f8f8;
}

#confirm-form h3 {
	font-size: 1.2em;
	padding: 10px;
	padding-top: 20px;
}

/* Media file styles */
a.mediafile {
	background: transparent url(http://www.wanted-gamers.com/mod/file/fileicons/file.png)
		no-repeat scroll 0px 1px;
	padding-left: 20px;
}

a.ppt {
	background-image: url(http://www.wanted-gamers.com/mod/file/fileicons/ppt.png);
}
a.bz2 {
	background-image: url(http://www.wanted-gamers.com/mod/file/fileicons/bz2.png);
}	   
a.htm {
	background-image: url(http://www.wanted-gamers.com/mod/file/fileicons/htm.png);
}
	
a.odc {
	background-image: url(http://www.wanted-gamers.com/mod/file/fileicons/odc.png);
}
	
a.odp {
	background-image: url(http://www.wanted-gamers.com/mod/file/fileicons/odp.png);
}
	
a.png {
	background-image: url(http://www.wanted-gamers.com/mod/file/fileicons/png.png);
}

a.rpm {
	background-image: url(http://www.wanted-gamers.com/mod/file/fileicons/rpm.png);
}

a.sxd {
	background-image: url(http://www.wanted-gamers.com/mod/file/fileicons/sxd.png);
}

a.tgz {
	background-image: url(http://www.wanted-gamers.com/mod/file/fileicons/tgz.png);
}

a.zip {
	background-image: url(http://www.wanted-gamers.com/mod/file/fileicons/zip.png);
}
a.conf {
	background-image: url(http://www.wanted-gamers.com/mod/file/fileicons/conf.png);
}

a.gif {
	background-image: url(http://www.wanted-gamers.com/mod/file/fileicons/gif.png);
}
 
a.odf {
	background-image: url(http://www.wanted-gamers.com/mod/file/fileicons/odf.png);
}

a.ods {
	background-image: url(http://www.wanted-gamers.com/mod/file/fileicons/ods.png);
}

a.rtf {
	background-image: url(http://www.wanted-gamers.com/mod/file/fileicons/rtf.png);
}

a.sxi {
	background-image: url(http://www.wanted-gamers.com/mod/file/fileicons/sxi.png);
}

a.txt {
	background-image: url(http://www.wanted-gamers.com/mod/file/fileicons/txt.png);
}
a.deb {
	background-image: url(http://www.wanted-gamers.com/mod/file/fileicons/deb.png);
}
 
a.gz {
	background-image: url(http://www.wanted-gamers.com/mod/file/fileicons/gz.png);
}

a.jpeg {
	background-image: url(http://www.wanted-gamers.com/mod/file/fileicons/jpeg.png);
}
 
a.odg {
	background-image: url(http://www.wanted-gamers.com/mod/file/fileicons/odg.png);
}

a.odt {
	background-image: url(http://www.wanted-gamers.com/mod/file/fileicons/odt.png);
}

a.ps {
	background-image: url(http://www.wanted-gamers.com/mod/file/fileicons/ps.png);
}
 
a.swf {
	background-image: url(http://www.wanted-gamers.com/mod/file/fileicons/swf.png);
}

a.sxw {
	background-image: url(http://www.wanted-gamers.com/mod/file/fileicons/sxw.png);
}

a.xls {
	background-image: url(http://www.wanted-gamers.com/mod/file/fileicons/xls.png);
}
a.doc {
	background-image: url(http://www.wanted-gamers.com/mod/file/fileicons/doc.png);
}
 
a.html {
	background-image: url(http://www.wanted-gamers.com/mod/file/fileicons/html.png);
}

a.jpg {
	background-image: url(http://www.wanted-gamers.com/mod/file/fileicons/jpg.png);
}

a.odi {
	background-image: url(http://www.wanted-gamers.com/mod/file/fileicons/odi.png);
}

a.pdf {
	background-image: url(http://www.wanted-gamers.com/mod/file/fileicons/pdf.png);
}

a.rar {
	background-image: url(http://www.wanted-gamers.com/mod/file/fileicons/rar.png);
}

a.sxc {
	background-image: url(http://www.wanted-gamers.com/mod/file/fileicons/sxc.png);
}

a.tar {
	background-image: url(http://www.wanted-gamers.com/mod/file/fileicons/tar.png);
}

a.xml {
	background-image: url(http://www.wanted-gamers.com/mod/file/fileicons/xml.png);
}

/*
 PROFILE WIDGETS STUFF
*/

img.profile-photo {
	border:1px solid #eee;
	padding:2px;
}

.profile_main p {
	color:#000;
}

.profile_main p a {
	text-decoration: underline;
}

.profile_main_bottom {
	clear: both;
}

.profile_primary {
	float: left;
	width: 270px;
	margin-top: 10px;
	margin-left: 10px;
}

.profile_secondary {
	float: right;
	width: 400px;
	margin-top: 10px;
	color:#000;
}

.profile_bio {
	padding-top: 10px;
	background:#efefef;
}

.profile_widgets {
	clear: both;
	width: 760px;
	/*background: #004995;*/
}

.profile_icon img {
	border:1px solid #eee;
	padding:2px 2px 2px 2px;
}

.profile_widgets_left {
	float: left;
	width: 330px;
}

.profile_widgets_right {
	float: right;
	width: 330px
}

/* profile - widgets */

#profile_widgets {
	position:relative;
}

.profile_bio {
	width:244px;
	padding:2px;
}

.widgets_even {
	float:left;
	width:340px;
	margin:0;
	padding:0;
}

.widgets_odd {
	float:right;
	width:340px;
	margin:0;
	padding:0;
}

.widget {
	border: 0px solid #4880c2; /*#95BDCD;*/
	margin-bottom: 15px;
	padding: 0;
	width:330px;
        overflow-x:hidden;
}

.widget .widget_content {
	padding: 4px 10px 4px 10px;
}

.widget .widget_content h3 {
	padding:0;
	margin:0;
}

.widget .widget_bottom {
	 display: block;
	 background-color: #e5e5e5 /*#CBE5EF;*/
	 margin: 0px;
	 padding-left: 10px;
	 border-top: 1px solid #4880c2;
	 font-size:0.8em;
}

.widget .widget_menu ul {
	margin:0 0 0 5px;
	padding:0;
}

.widget .widget_menu ul li {

}

.widget .widget_menu ul li a {
	 text-decoration:underline;
}

.widget .widget_admin_menu {
	background-color: #e5e5e5;
	padding:2px 0 0 5px;
}

#hidden3, #hidden2, #hidden4, #hidden5 {
  height:20px;
}

.widget .widget_title {
		  border:0;
		  border-bottom:1px solid #cdcdcd; /*#BBDCE9;*/
		  padding:0 2px 0 2px;
		  margin:0 0 10px 0;
		  color:#000;
		  font-size:1.2em;
		 font-weight:bold;
}

.widget  .widget_content h2 a {
	background:url( http://www.wanted-gamers.com/_templates/icons/arrow.gif) no-repeat left;
	padding:0 0 0 10px;
}/* profile - widgets */

#profile_widgets {
	position:relative;
}

.widgets_even {
	float:left;
	width:330px;
}

.widgets_odd {
	float:right;
	width:330px;
}

.widget {
	border: 1px solid #4880c2;
	margin-bottom: 5px;
	padding: 0;
}

.widget .widget_content {
	padding: 10px;
}
.widget .widget_content h3 {
	padding:0;
	margin:0;
}

.widget .widget_menu {
	display: block;
	background-color: #e5e5e5;
	margin: 0px;
	padding-left: 10px;
	border-top: 1px solid #4880c2;
	font-size:0.8em;
}

.widget h2 {
	border:0;
	border-bottom:1px solid #4880c2;
	padding:0;
	margin:0 0 10px 0;
	color:#666;
	background-color: #4880c2;
	font-size:1.1em;
}

.widget  .widget_content h2 a {
	background:url(http://elgg.net/_templates/icons/arrow.gif) no-repeat left;
	padding:0 0 0 10px;
}