/*  
Theme Name: TrueTribes Theme
Theme URI: http://standoutnames.com
Release date: 2009-08-02
Description: Go Tribal!
Author: Jason Cupp
Author URI: http://standoutnames.com

*/

body { background: url('images/clouds.png') }

.container { width:710px; margin:0 auto; }

#container2 { background: white; /*border: 1px solid #ddd; */}

/* header */
#header h1 { font-size: 1.3em; font-weight: bold; margin-top: 1em; }

#header strong { font-size: 2em; }

/* userdash */
#userdash { text-align: right; }

/* navigation */

#navigation {  background: /*#DDEDF7;*/ url(images/menu.gif) repeat-x; }
#sub-nav  { }

#sub-nav ul {
	display: inline; 
	/*background: #DDEDF7;*/
	margin: 0;
}

#sub-nav li { 
	list-style-type: none; 
	float: left;
	color: #678;	
	padding: 10px;
}

#sub-nav a { color: white; font-weight: bold; text-decoration: none; }
#sub-nav a:hover { text-decoration: underline; }

#sub-nav li.current_page_item a:hover { text-decoration: none; }
#sub-nav li.current_page_item {
	background: url('images/arrowup.png') no-repeat center bottom;
}

/* twitter ID */
#twitterid { float: right; font-weight: bold; color: white; }
#twitterid a { color: white; }
#twitterid .loginbutton { margin-top: 6px; padding-right: 10px;} 

#twitterid .user { padding-right: 10px; }
#twitterid .avatar { margin-top: 3px; border: 1px solid #ccc; width: 28px; height: 28px; }
#twitterid .avatar IMG { width: 24px; height: 24px; padding: 2px; background: white; }



/* overrides */
.box { background: none; }


/* buttons */
a.jsbutton:hover { cursor: pointer; }



/* page specific classes */
.chatboxonly .chatbox { text-align: center; margin-top: 25px; }