/* ------------------------------ */
/* ------------ MAIN ------------ */
/* ------------------------------ */

html { margin: 0px; padding: 0px; }

body {
	margin: 0px; padding: 0px;
	background: #ffffff;
	color: #555555;
	font-size: 13px;
	font-family: verdana, tahoma, arial, sans-serif;
	text-align: center;
	}

a, a:link, a:visited {
	color:#0066FF;
	text-decoration: none;
	}

a:hover {
	text-decoration: none;
	}

code, kbd, pre, tt {
	font-family: monospace;
	}

/* --------------------------------------------- */
/* ------------ CONTAINING ELEMENTS ------------ */
/* --------------------------------------------- */

#content {  
	width: 90%;
	margin: 0px auto; padding: 20px 0px 0px 0px;
	text-align: left;
	}

#header {
	margin: 0px; padding: 0px;
	background: #ffffff;
	text-align: left;
	}


#maincontent { 
	/*float: center;*/
	margin: 10px 180px 0px 0px;
	text-align: left;
	}

#sidebar {
	float: right;
	width: 150px;
	margin: 10px 0px 0px 0px;
	padding: 10px 10px;
	border: 1px solid #dddddd;
	background: #e9e9e9;
	text-align: left;
	}
	
#sidebar2 {
	float: left;
	width: 190px;
	margin: 10px 0px 0px 0px;
	padding: 10px 10px;
	border: 1px solid #dddddd;
	background: #e9e9e9;
	text-align: center;
	}

#footer {
	width: 90%;
	margin: 0px auto; padding: 0px 0px 0px 0px;
	background: #ffffff;
	text-align: right;
	}	
	

/* -------------------------------- */
/* ------------ HEADER ------------ */
/* -------------------------------- */

.logo {
	position:relative; 
    float:left;
    border:0px;
}

.logosc {
	position:relative; 
    float:left;
    border:0px;
    margin-bottom:10px;
    margin-top:12px;
}

ul.navheader {
	margin: 0px; padding: 2px 0px 1px 0px;
	border-bottom: 10px solid #3BAAFF;
	font-size: 12px;
	line-height: 24px;
	text-transform: lowercase;
	white-space: nowrap;
	}

.navheader li  {
	margin: 0px; padding: 0px;
	display: inline;
	list-style-type: none;
	}

.navheader li a {
	padding: 6px 20px;
	color: #dddddd;
	font-size: 12px;
	line-height: 24px;
	text-transform: lowercase;
	}
 
.navheader a:link, 
.navheader a:visited,
.navheader a:active {
	padding: 6px 20px;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	background: #e9e9e9;
	color: #aaaaaa;
	text-decoration: none;
	}

.navheader a:hover {
	border-left: 1px solid #3BAAFF;
	border-top: 1px solid #3BAAFF;
	border-right: 1px solid #3BAAFF;
	background: #3BAAFF;
	color: #FFFFFF;
	text-decoration: none;
	}

li.view {
	margin: 0px;
	margin-right:4px;
	padding: 6px 20px;
	border-left: 1px solid #3BAAFF;
	border-top: 1px solid #3BAAFF;
	border-right: 1px solid #3BAAFF;
	background: #3BAAFF;
	color: #FFFFFF;
	}

.title {
	padding: 77px 20px 4px 20px;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 10px solid #3BAAFF;
	background:url(http://i2.photobucket.com/albums/y2/BeatlesQueer/Mine/Layouts/sscbanner.png) top left repeat-x #e9e9e9;
	color: #FFFFFF;
	font-size: 36px;
	font-family: century gothic, tahoma, verdana, arial, sans-serif;
	/*text-transform: uppercase;*/
	text-align: right;
	letter-spacing: 3px;
	}
	
.subtitle {
	display: none;
	}


/* -------------------------------------- */
/* ------------ MAIN CONTENT ------------ */
/* -------------------------------------- */

.subcontent {
	margin: 0px 0px 20px 0px;
	padding: 20px;
	border: 1px solid #dddddd;
	background: #e9e9e9;
	}

.entry ol, .entry ul {
	line-height: 18px;
	}

.entry_text {
	line-height: 18px;
	}

.entry a:hover {
	background: #f3f3f3;
	color: #555555;
	}

.subject {
	padding: 10px 0px;
	color: #339933;
	font-family: century gothic, tahoma, arial, verdana, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	text-align:center;
	font-weight:bold;
	}

.subject a, 
.subject a:link, 
.subject a:visited {
	}

.subject a:hover {
	}
	
h1 {
	padding: 10px 0px;
	color: #339933;
	font-family: century gothic, tahoma, arial, verdana, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	text-align:center;
	font-weight:bold;
	}	
h2 {
	padding: 10px 0px;
	color: #339933;
	font-family: century gothic, tahoma, arial, verdana, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	text-align:center;
	font-weight:bold;
	}
h3 {
	padding: 10px 0px;
	color: #339933;
	font-family: century gothic, tahoma, arial, verdana, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-align:center;
	font-weight:bold;
	}			


/* ----------------------------------------------------- */
/* ------------ CONTENT: ENTRY, REPLY PAGES ------------ */
/* ----------------------------------------------------- */

.datesubjectcomment {
	padding: 5px;
	margin-top: 20px;
	}

.datesubjectcomment a:link, 
.datesubjectcomment a:visited {
	}

.datesubjectcomment a:hover {
	}

.forms {
	text-align:left;
}
	
/* -------------------------------- */
/* ------------ FOOTER ------------ */
/* -------------------------------- */

ul.navfooter {
	margin: 0px; padding: 1px 0px 2px 0px;
	border-top: 10px solid #3BAAFF;
	background: #ffffff;
	font-size: 12px;
	line-height: 24px;
	text-transform: lowercase;
	white-space: nowrap;
	}

.navfooter li  {
	margin: 0px; padding: 0px;
	display: inline;
	list-style-type: none;
	}

.navfooter a {
	padding: 6px 20px;
	color: #dddddd;
	font-size: 12px;
	line-height: 24px;
	text-transform: lowercase;
	}
 
.navfooter a:link, 
.navfooter a:visited,
.navfooter a:active {
	padding: 6px 20px;
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	background: #e9e9e9;
	color: #aaaaaa;
	text-decoration: none;
	}

.navfooter a:hover {
	border-left: 1px solid #3BAAFF;
	border-bottom: 1px solid #3BAAFF;
	border-right: 1px solid #3BAAFF;
	background: #3BAAFF;
	color: #FFFFFF;
	text-decoration: none;
	}

li.viewing {
	margin: 0px;
	padding: 6px 20px;
	border-left: 1px solid #3BAAFF;
	border-bottom: 1px solid #3BAAFF;
	border-right: 1px solid #3BAAFF;
	background: #3BAAFF;
	color: #FFFFFF;
	}

.clearfoot {
	display: none;
	clear: both;
	height: 0px;
	}

	
/* --------------------------------- */
/* ------------ SIDEBAR ------------ */
/* --------------------------------- */

div#sidebar a, 
div#sidebar a:link, 
div#sidebar a:visited {
	}

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


.sbarheader {
	margin: 0px; padding: 0px;
	}

.sbarbody {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	}

.sbarbody2 {
	}

ul.sbarlist {
	margin: 0px; padding: 0px 0px 10px 0px;
	list-style: none;
	}

li.sbaritem {
	}

li.sbaritem a {
	display: block; 
	padding: 7px 0px;
	}

li.sbaritem a:hover {
	background: #f3f3f3;
	color: #555555;
	}

li.sbartitle {
	margin: 20px 0px 0px 0px; padding: 0px 0px 0px 0px;
	color: #339933;
	font-family: century gothic, tahoma, arial, verdana, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	} 


	
/* ------------------------------ */
/* ------------ MISC ------------ */
/* ------------------------------ */

.clear {
	height: 0px;
	}

.skiplinks {
	text-align: center;
	}

.headerimage {
	}

.separator{
	height: 0px;
	}
.style4 {font-size: 14px}



