/* GENERAL */

/* New Hotness CSS */

body {
	
	background:#FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family:Tahoma, Geneva, Verdana;
	color: #36393D;
		
}

#container{

    margin:0 auto;
    
}

#menu_bar {

    position: relative;
	border-top: 1px solid #36393D;	
    border-bottom: 1px solid #FFFFFF;
    background: #36393D;
    text-align: center;
    color: #FFFFFF

}

#menu_bar a:link  { color: #FFFFFF; font-size:13px; text-decoration: none; }
#menu_bar a:visited   { color: #FFFFFF;  font-size:13px; text-decoration: none; }
#menu_bar a:hover  { color: #FFFFFF; font-size:13px; font-weight: bold; text-decoration: none; }
#menu_bar a:active  { color: #FFFFFF; font-size:13px; font-weight: bold; text-decoration: none; }

#menu_bar li {
	
	color: #FFFFFF;
 	display: inline;
    position:relative;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    margin-left: 10px;
    margin-right: 10px;

}

#banner {

    padding: 5px 0px 5px 5px;
    position: relative;
    /*background: #99CA32;*/
/*	background:#00D507; */
	background:#007D00;
	min-height:75px;
    border-bottom: 1px solid #36393D;

}

#banner h1, #banner h2{
    
	margin-right: 25px;
	vertical-align: text-bottom;
    float:right;
    font-weight:300;
    
}

#banner h1 {
    
    font-size:450%;
    color:#FFFFFF;
	text-align:right;

}

#banner h2 {

    font-size:300%;
    color:#FFFFFF;
    margin-bottom:0px;
	text-align:center

}

#main {
    	
	position: relative;
    padding:0px 0px 15px 0px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
    overflow:hidden;
    
}

#main h1 #main h2{

    font-size:300%;
    margin: 0px 0 10px;
    color: #36393D;
    font-weight:200;
    
}

#main h1 {
    
    font-size:450%;
    color:#36393D;
    
}

#main h2 {

    font-size:300%;
    color:#36393D;  
    margin-bottom:10px;

}

#main h3 {
	
	font-size:200%;
    color:#36393D;  
    margin-bottom:10px;
	
}

#main a:link  { color: #36393D; font-size:150%; text-decoration: none; }
#main a:visited   { color: #36393D;  font-size:150%; text-decoration: none; }
#main a:hover  { color: #36393D; font-size:150%; font-weight: bold; text-decoration: none; }
#main a:active  { color: #36393D; font-size:150%; font-weight: bold; text-decoration: none; }

#center_element {
	
	width: 100%;
	left: 0;
	right:0;
	position: relative;
	text-align: center;
	
}

#center_element a:link  { color: #36393D; font-size:150%; text-decoration: none; }
#center_element a:visited   { color: #36393D;  font-size:150%; text-decoration: none; }
#center_element a:hover  { color: #36393D; font-size:150%; font-weight: bold; text-decoration: none; }
#center_element a:active  { color: #36393D; font-size:150%; font-weight: bold; text-decoration: none; }

.centered_table{
	margin-left: auto;
	margin-right: auto;
}


#blog_content {
	
   	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
    border-top: 1px solid #CCC;
    font-size: 12pt;
	text-align:center;
   
}

#right_element {
	
	width: 49%;
   	float: right;
	text-align: center;

}

#left_element {

	width: 49%;
	float: left;
	text-align: center;
  
}



#footer {
	
	padding-top: 10px;
	border-top: 1px solid #36393D;
    border-bottom: 1px solid #FFFFFF;
    background: #36393D;
    height: 750px;
    min-height:750px;
    text-align: center;
    color: #FFFFFF;

}

#footer a:link  { color: #FFFFFF; font-size:13px; text-decoration: none; }
#footer a:visited   { color: #FFFFFF;  font-size:13px; text-decoration: none; }
#footer a:hover  { color: #FFFFFF; font-size:13px; font-weight: bold; text-decoration: none; }
#footer a:active  { color: #FFFFFF; font-size:13px; font-weight: bold; text-decoration: none; }

#footer li {
	
	color: #FFFFFF;
 	display: inline;
    position:relative;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    margin-left: 10px;
    margin-right: 10px;

}


table.messages {
    width: 100%;
}

table.messages tbody tr {
    border-bottom: 1px solid #ccc;
}

table.messages tr th, table.messages tr td {
    text-align: left;
    padding: 5px;
}

table.messages tr th {
    font-weight:bold;
    border-bottom: 1px solid #999;
}

/** ACCOUNTS **/

/* EMAIL ADDRESS */

.verified {
    color: green;
}
.remove {
    color: red;
}
.unverified {
    color: gray;
}
.primary {
    font-weight: bold;
}
table.email_list td {
    padding: 5px 10px;
}


#site_wide_announcements {
	color:#36393D;
    background: #DDFFCC;
    padding: 10px;
    text-align: center;
}
#site_wide_announcements ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#site_wide_announcements a:link  { color: #36393D; font-size:150%; text-decoration: none; }
#site_wide_announcements a:visited   { color: #36393D;  font-size:150%; text-decoration: none; }
#site_wide_announcements a:hover  { color: #36393D; font-size:150%; font-weight: bold; text-decoration: none; }
#site_wide_announcements a:active  { color: #36393D; font-size:150%; font-weight: bold; text-decoration: none; }

/* BLOGS */

.blog-post h2 {
    margin: 10px 0 0 0;
    font-style: italic;
}
.blog-post-tease {
    width: 500px;
    float: left;
}
.blog-post-meta {
    width: 200px;
    float: left;
    margin-left: 30px;
}
.blog-post-meta img {
    border: 1px solid #666;
}
.blog-list tr.odd {
    background-color: #f3f3f3;
}

.blog-list th {
	font-size:150%;
	text-align: left;
}
.blog-list td {
    vertical-align: top;
    padding: 3px 3px 15px 3px;
}
.blog-list td p {
    padding: 0;
    margin: 0;
}

.blog-post-meta img.noborder {
    border: 0;
}



/* BOOKMARKS */

table.narrow {
    width: 500px;
}
table.bookmarks td {
    vertical-align: top;
    padding: 5px;
}
table.bookmarks td h2 {
    margin: 0;
    padding: 0;
}
table.bookmarks td.vote {
    width: 80px;
    text-align: center;
    vertical-align: middle;
}
.bookmarks .even {
    background-color: #FAFAFA;
}
.bookmarks .odd {
    background-color: #F3F3F3;
}
div.url {
    color: #666;
    font-size: 90%;
    font-style: italic;
}

/* @@@ this has some overlap with topics.css and needs review */

.responses .even, .topics .even {
    background-color: #FAFAFA;
    
}
.responses .odd, .topics .odd {
    background-color: #F3F3F3;
}
.responses {
    margin-left: auto;
	margin-right: auto;
    padding-left: 0px;

}
.responses li {
    list-style-type: none;

}
div.meta {
    float: left;
    width: 100px;
    margin: 4px;
    padding: 4px;
}
div.bulk {
    
    padding: 4px;
}
.hidden { display: none; }
.thread-0 { margin-left: 0px; }
.thread-1 { margin-left: 20px; }
.thread-2 { margin-left: 40px; }
.thread-3 { margin-left: 60px; }
.thread-4 { margin-left: 80px; }
.thread-5 { margin-left: 100px; }
.thread-6 { margin-left: 120px; }
.thread-7 { margin-left: 140px; }
.thread-8 { margin-left: 160px; }


/* MESSAGES */

table.messages {
    width: 100%;
}

table.messages tbody tr {
    border-bottom: 1px solid #ccc;
}

table.messages tr th, table.messages tr td {
    text-align: left;
    padding: 5px;
}

table.messages tr th {
    font-weight:bold;
    border-bottom: 1px solid #999;
}
dl.message-headers {
    border-top:1px solid #CCC;
    border-bottom:1px solid #CCC;
    padding: 5px 0;
    width: 100%;
    font-family: Arial, sans-serif;
}

dl.message-headers dt {
    width: 70px;
    text-align: right;
    float: left;
    padding-right: 10px;
    font-weight: bold;
    color: #444;
}
dl.message-header dd {
    float: left;
}



/* PHOTOS */

.thumb-row {
    margin: 20px 0;
    padding: 20px 0;
}
.gallery-photo-thumb {
    width: 200px;
	padding-left: 20px;
    margin: 10px 10px 20px 0;
    float: left;
    text-align: center;
}

.photo-right-profile, .photo-right-tools {
    background: #DEF;
    padding: 8px;
    margin-bottom: 20px;
}

.photo-profile-details {
    font-size: 0.9em;
}

.photo-avatar {
    float: left;
    margin-right: 10px;
}

.photo-avatar img {
    border: 1px solid #666;
}

.photo-right-tools ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.photo-right-tools ul li {
    background: #fff;
    padding: 2px 4px;
    margin: 2px 0;
}

.photo-right-tools li a {
    text-decoration: none;
}

.photo-right-tools li:hover {
    background: #DDDDDD;
}

.photo-profile-details h2 {
    margin: 0;
    padding: 0;
    font-size: 1.1em;
}

.photo-right-tools h2 {
    margin: 0 0 5px 0;
    padding: 0;
}

#embed-code textarea {
    width: 150px;
    font-size: 0.8em;
}
div.embed {
    margin: 10px 0;
    font-style: none;
}

.photo-right-tools form {
    margin: 0;
    padding: 0;
}
.delete_form {
  padding: 5px;
  background: #F99;
}

/* FRIENDS/INVITATIONS */

table.invitation_list {
    width: 500px;
}
table.invitation_list td {
    padding: 5px 10px;
}
table.contact_list {
    width: 500px;
}
table.contact_list td {
    padding: 5px 10px;
}
.friendship_request {
    padding: 5px;
    background: #DEF;
    border: 1px solid #9BC;
}
.friendship_request p {
    padding: 0;
    margin: 0;
}
.friendship_request form {
    padding: 0;
    margin: 0;
}
.friendship_request p.invitation_message {
    font-size: 12pt;
    margin: 5px;
}
h2.join_date, h2.creation_date {
    font-size: 12pt;
    color: #666;
    border-bottom: 1px solid #999;
}
.invitation_5, .invitation_7 {
    color: green;
    font-weight: bold;
}
.invitation_2 {
    color: gray;
}


/* FRIENDS */

div.friends {
    background: #DEF;
    padding: 8px;
    margin-bottom: 20px;
}
div.friends h2 {
    margin: 0 0 5px 0;
    padding: 0;
}
div.friends .avatar {
    padding: 0;
    text-align: center;
}
div.friends .details {
    text-align: center;
    overflow: hidden;
    width: 60px;
    margin: 0 0 12px 0;
}

/* GROUPS */

div.groups {
    background: #DEF;
    padding: 8px;
    margin-bottom: 20px;
}
div.groups h2 {
    margin: 0 0 5px 0;
    padding: 0;
}
div.members {
    background: #DEF;
    padding: 8px;
    margin-bottom: 20px;
}
div.members h2 {
    margin: 0 0 5px 0;
    padding: 0;
}
div.members .avatar {
    padding: 0;
    text-align: center;
}
div.members .details {
    text-align: center;
    overflow: hidden;
    width: 60px;
    margin: 0 0 12px 0;
}

.stats {
    color: #999;
    border-top: 1px solid #CCC;
    font-size: 90%;
}

/* AVATAR */

#avatar_replace {
    position: absolute;
    margin-top: -23px;
    background-color: #FFFFFF;
    padding: 3px;
    display: none;
}
ul.avatar_choices,ul.avatar_choices ul {
    margin-left: 0px;
    padding-left: 0px;
}
ul.avatar_choices li {
    display: inline;
    list-style-type: none;
}


.dp50 {width:50%;  float:left;  display: inline;  *margin-right:-1px; height:220px; text-align:center;}


/* TWEETS */

div.tweet {
	margin-left: auto;
	margin-right: auto;
    width: 90%;
    padding: 5px;
    border-top: 1px solid #CCC;
    font-size: 12pt;
    
}
div.tweet .timesince {
    color: #999;
    font-size: 80%;
}
span#chars_left {
    font-size: 16pt;
}
div.tweet .reply {
    font-size: 80%;
}

#what_next {
	margin-left: auto;
	margin-right: auto;
    width: 90%;
    padding: 5px;
    border-top: 1px solid #CCC;
    font-size: 12pt;   
}

/* Old Busted CSS */


img {
    border: 0;
}
dt {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
    font-size: inherit;
   	margin-left: auto;
	margin-right: auto;
}

}
td {
    margin: 0;
    border: 0;
    padding: 0;
}

h1 {
    margin: 0;
}

h2 {
	align: center;
}



#body {
	
	border: 1em;
    clear: both;
    margin: 0 auto;
    padding: 10px 0px 10px 0px;
    width: 810px;
	font-family: Courier, Arial, Helvetica, sans-serif;
}


#body a, #footer a:visited {
    color: #FFFFFF; /* footer link colour */
}
#body a:hover {
    color: #FFFFFF; /* footer link hover colour */
}

/*
#footer {
	position:relative;
    color: #999; 
    margin: 50px auto;
    padding: 10px;
    clear: both;
    width: 810px;
}
#footer a, #footer a:visited {
    color: #444; 
}
#footer a:hover {
    color: #777; 
}
*/

/* CLEARS */

.clearboth {
    clear: both;
}

/* reference:
 *   http://www.positioniseverything.net/easyclearing.html
 *   http://www.zeldman.com/2006/10/27/ie7fixes1/
 *      comment by michael on 10/28/2006
 */
.clearfix {
    min-height: 1%;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* hides from ie5-mac \*/
* html .clearfix { height: 1%; }
/* end hide from ie5-mac */


/* HEADER */

#header {
	width: 100%;
	height: 120px;
	
}


.content_box {
	 
	width:100%;

	text-align: center;
	margin-top:10px;
	margin-left:0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 15px;
	border: 1px solid black;
	
}

.header_text {
	margin-right:10px;
	padding-top: 10px;
	background: url(../images/green_back.jpg) repeat scroll center top;
	font-size: 40px;
}


DIV.center {
	text-align: center;
}


#tabhead {
   /* background: #035 url('../images/heading.png') left top repeat-x; */
    background: url(../images/bg.repeatx.jpg) repeat-x scroll center top;
	
    border-bottom: 1px solid #000; /* tab border */
    position: relative;
}
#tabhead .logo {
    height: 80px;
    padding-left: 5px;
    padding-top: 0;
}
#tabhead .logo img {
    width: 190px;
    height: 79px;
}
#tabhead .login {
    position: absolute;
    top: 6px;
    right: 15px;
    color: #DEF; /* login bar text colour */
}
#tabhead .login a, #tabhead .login a:visited {
    color: #DEF; /* login bar link colour */
}
#tabhead .login a:hover {
    color: #FFF; /* login bar link hover colour */
}

#locale_switcher {
    display: inline;
}




/* FORMS */

form th {
    text-align : left;
}
form.signup input[type="submit"], form.login input[type="submit"] {
    margin: 20px 0;
    font-size: 14pt;
}
input[type="text"], input[type="password"], textarea {
    padding: 3px;
    margin: 3px;
    border: solid 1px #C6C6C6;
    border-bottom: solid 1px #E3E3E3;
    color: #666;
    font-size: 12pt;
    background: #F3F3F3 url('../images/form-shadow.png') left top repeat-x;
}
ul.errorlist {
    margin: 0;
    padding: 0;
    list-style: none;
    color: red;
}

.inlineLabels {
	
	margin: auto;
	width: 75%;
	padding: 5px 5px 5px 5px;
}

/* MESSAGES */

ul#messages {
    margin: 10px 0 10px 0;
    padding: 0;
    list-style: none;
}
ul#messages li {
    padding: 5px 10px;
    background: #EFD;
    margin: 3px;
    border: 1px solid #BC9;
}
ul#messages li a {
    float: right;
    color: #693;
}


/* WHAT NEXT */

dl.what_next {
    margin: 2em;
}
dl.what_next dt {
    font-size: 120%;
}
dl.what_next dd {
    margin: 0 0 1em 0;
    font-style: italic;
}
p.what_next {
    font-size: 120%;
}


/* FORM TOGGLE */

.form-toggle p {
    margin-bottom: 2px;
}

.form-toggle p span {
    background: #DEF;
    padding: 3px 6px;
    border-top: 1px solid #9BC;
    border-left: 1px solid #9BC;
    border-right: 1px solid #9BC;
    cursor: pointer;
}

.form-toggle form {
    padding: 3px 6px;
    margin: 0;
    background: #DEF;
    border: 1px solid #9BC;
}



/* EXTRAS TO CLEAN UP */

.warning {
    color: red;
    font-weight: bold;
}

div.profile_info p {
    margin: 0;
}
div.left_panel {
    width: 550px;
}
div.right_panel {
    margin-top: 20px;
    width: 200px;
    float: right;
    z-index: 999;
}

#nav {
	position: absolute;
	height: 155px;
	width: 169px;
	top: 235px;
	left: 73px;
	z-index: 0;
}

#nav ul { margin: 1px 0px 0px 0px; }

#nav li {
	margin: 0px 0px 1px 0px;
	position: relative;
	list-style: none;
	}
	
#nav li a {
	display: block;
	height: 21px;
	width:169px;
	text-indent: -9999px;
	}

	#menu_top {
	    height:29px;
	}

	#menu {
	    position:relative;
	    top:27px;
	    left:1px;
	    margin-left:auto;
	    margin-right:auto;
		margin-bottom:20px;
	    width:836px;
	    height:56px;
	    text-align:center;
	    
	    
	}

	*a{position:relative;}

	#menu_content a:link  { color: #000000; font-size:13px; text-decoration: none; }
	#menu_content a:visited   { color: #000000;  font-size:13px; text-decoration: none; }
	#menu_content a:hover  { color: #000000; font-size:13px; font-weight: bold; text-decoration: none; }
	#menu_content a:active  { color: #000000; font-size:13px; font-weight: bold; text-decoration: none; }

	#menu_content {
	    position:absolute;
	    text-align:center;
	    top:50px;
	    left:40px;
	    margin-left:auto;
	    margin-right:auto;
	    width:836px;
	}

	#menu_content ul {
	    position:relative;
	    margin:0px;
		margin-left: 245px;
	    margin-top:0px;
	    padding:0px;    
	}

	#menu_content li {
	    display: inline;
	    position:relative;
	    list-style-type: none;
	    margin: 0px;
	    padding: 0px;
	    margin-left: 10px;
	    margin-right: 10px;
	}

	

	
	

	
	
	
	
		
	
	

	
	



