/*
Theme Name: 960bc
Theme URI: http://www.guardianwebdesign.com.au/960bc
Description: A blank canvas WordPress theme for developers based on the 960 CSS framework.
Version: 1.6
Author: Troy Dean
Author URI: http://www.guardianwebdesign.com.au/
Tags: fixed-width, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar

	960bc v1.6
	http://www.guardianwebdesign.com.au/960bc

	This theme was designed and built by Troy Dean
	as a starting point for WordPress developers who
	like the 960 grid system.
	http://www.960.gs
	The theme includes no images and minimal styling,
	providing a blank canvas for the designer to unleash
	her css magic.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* for ease of updating into the future we use separate style sheets for colours and typography */

@import url(colours.css);
@import url(typography.css);

/* Begin Structure */

body {
		width: 860px;
		margin: 0 auto;
		padding: 20;
		position: relative;
		}

#page {
		position: relative;
		margin: 0;
		padding: 0;
		width: 100%;
		}

#header {
		height: 155px;
		width: 100%;
		}

#headerimg {
		margin-top: 55px;
		}
		
/* This hides the 'skip to' links and maintains accessibility */
		
#skip {
		position: absolute;
		top: -500px;
		width: 1px;
		height: 1px;
		overflow: hidden;
		}

#content {
		margin-top: 10px;
		line-height: 18px;
}

#sidebar {
		text-align: right;
		padding-top: 10px;
		padding-bottom: 0;
		}

#footer {
		float: right;
		margin-top: 0;
		padding: 10px;
}	

.post {
		margin: 0 0 40px;
		}

.postmetadata {
		margin: 30px 0;
		}

.smallattachment {
		float: right;
		width: 128px;
		margin: 5px 5px 5px 0px;
		}

.attachment {
		margin: 5px 0px;
		}

.postmetadata {
		clear: both;
		}

/* End Structure */

/* Begin Images */
p img {
		padding: 0;
		max-width: 100%;
		}

img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

img.alignright {
		padding: 4px;
		margin: 0 0 2px 7px;
		display: inline;
		}

img.alignleft {
		padding: 4px;
		margin: 0 7px 2px 0;
		display: inline;
		}

.alignright {
		float: right;
		}

.alignleft {
		float: left
		}
/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
		margin-left: 0px;
		padding: 0 0 0 30px;
		list-style: none;
		padding-left: 10px;
		text-indent: -10px;
		}

html>body .entry li {
		margin: 7px 0 8px 10px;
		}

.entry ul li:before, #sidebar ul ul li:before, ul.related_post li:before {
		content: "\00BB \0020";
		}

li.ui-state-default:before {
		content: none !important;
}
ul.related_post li a {
	font-weight: bold;
	font-size: 1.0em;
}
ul.related_post li {
	margin-bottom: 4px;
}
.entry ol {
		padding: 0 0 0 35px;
		margin: 0;
		}

.entry ol li {
		margin: 0;
		padding: 0;
		}

.postmetadata ul, .postmetadata li {
		display: inline;
		list-style-type: none;
		list-style-image: none;
		}

/* End Entry Lists */

/* Begin Form Elements */
#searchform {
		margin: 0;
		padding: 3px 4px;
		text-align: left;
		}

#sidebar #searchform #s {
		width: 108px;
		padding: 2px;
		}

#sidebar #searchsubmit {
		padding: 1px;
		}

.entry form { /* This is mainly for password protected posts, makes them look better. */
		text-align:center;
		}

select {
		width: 130px;
		}

#commentform input {
		width: 170px;
		padding: 2px;
		margin: 5px 5px 1px 0;
		}

#commentform {
		margin: 5px 10px 0 0;
		}

#commentform textarea {
		width: 100%;
		padding: 2px;
		}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
		}

#commentform #submit {
		margin: 0 0 5px auto;
}

/* End Form Elements */

/* Begin Comments*/

.alt {
		margin: 0;
		padding: 10px;
		}

.commentlist {
		padding: 0;
		text-align: justify;
		}

.commentlist li {
		margin: 15px 0 10px;
		padding: 5px 5px 10px 10px;
		list-style: none;
		}

.commentlist li .avatar { 
		float: right;
		padding: 2px;
		}

.commentlist li ul li { 
		margin-right: -5px;
		margin-left: 10px;
		}

.commentlist p {
		margin: 10px 5px 10px 0;
		}

.children {
		padding: 0;
		}

#commentform p {
		margin: 5px 0;
		}

.nocomments {
		text-align: center;
		margin: 0;
		padding: 0;
		}

.commentmetadata {
		margin: 0;
		display: block;
		}

/* End Comments */

/* Begin Calendar */
#wp-calendar {
		empty-cells: show;
		margin: 10px auto 0;
		width: 155px;
		}

#wp-calendar #next a {
		padding-right: 10px;
		text-align: right;
		}

#wp-calendar #prev a {
		padding-left: 10px;
		text-align: left;
		}

#wp-calendar a {
		display: block;
		}

#wp-calendar caption {
		text-align: center;
		width: 100%;
		}

#wp-calendar td {
		padding: 3px 0;
		text-align: center;
		}

/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
		cursor: help;
		}

blockquote {
		margin: 15px 30px 0 10px;
		padding-left: 20px;
		}

blockquote cite {
		margin: 5px 0 0;
		display: block;
		}

.center {
		text-align: center;
		}

.hidden {
		display: none;
		}

hr {
		display: none;
		}

.navigationTop {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 30px;
		}

.navigationBottom {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
		}

/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 6px !important;
}

.wp-caption {
	text-align: center;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
}

.wp-caption p.wp-caption-text {
	padding: 4px 0;
	margin: 0;
}
/* End captions */

h3#theatre {
	background:#fff  url(images/theatre.png) no-repeat scroll right top !important;
	height: 54px;
}
h3#nathr {
	background:#fff  url(images/nathr.jpg) no-repeat scroll right top !important;
	height: 27px;
}
h3#adab {
	background:#fff  url(images/adab.jpg) no-repeat scroll right top !important;
	height: 27px;
}
h3#poem {
	background:#fff  url(images/poem.jpg) no-repeat scroll right top !important;
	height: 27px;
}
h3#drama {
	background:#fff  url(images/drama.jpg) no-repeat scroll right top !important;
	height: 27px;
}
h3#politics {
	background:#fff  url(images/politics.jpg) no-repeat scroll right top !important;
	height: 27px;
}
h3#queer {
	background:#fff  url(images/queer.png) no-repeat scroll right top !important;
	height: 25px;
}

h3#music {
	background:#fff  url(images/mosiqadita.jpg) no-repeat scroll right top !important;
	height: 28px;
}
h3#news {
	background:#fff  url(images/news.jpg) no-repeat scroll right top !important;
	height: 29px;
}
h3#video {
	background:#fff  url(images/video.jpg) no-repeat scroll right top !important;
	height: 26px;
	margin-bottom: 4px;
}
h3#video a, h3#news a, h3#music a {
	width: 300px;
	display: block;
	height: 24px;
}
div#videoBox {
	background-color: #eeeeee !important;
	padding-bottom: 6px;
	margin-bottom: 14px;
}
div#videoBox h2 {
	background-color: transparent !important;
	color: #FF9934 !important;
}
h3#cinema {
	background:#fff  url(images/cinema.png) no-repeat scroll right top !important;
	height: 54px;
}

h3#society {
	background:#fff  url(images/footer-society.png) no-repeat scroll right top !important;
	height: 32px;
	margin: 0;
}
h3#micro {
	background:#fff  url(images/footer-micro.png) no-repeat scroll right top !important;
	height: 32px;
	margin: 0;
}
h3#gallery {
	background:#f99839  url(images/footer-gallery.png) no-repeat scroll right top !important;
	height: 32px;
	margin: 0;
	width: 224px;
}

h3#blogs {
	background:#fff  url(images/blogs.png) no-repeat scroll right top !important;
	height: 54px;
	width: 100px !important;
}

h3#cat24_7 {
	background:#000  url(images/24-7.jpg) no-repeat scroll right top !important;
	height: 26px;
	margin-top: 20px;
	margin-bottom: 0px !important;
	padding: 0px !important;
}
h3#cat24_7 a {
	width: 147px;
	display: block;
	height: 24px;
}
h3#theatre a, h3#nathr a, h3#poem a, h3#drama a, h3#cinema a, h3#politics a, h3#queer a {
	width: 110px;
	display: block;
	height: 28px;
}
div#div24_7 {
	margin: 0px;
	padding: 0px;
	width: 210px;
	float: right;
	background-color: #f5e296;
}
h3#ads {
	background-color: #AFD043;
	margin: 0px 10px 0 0;
	color: #fff;
	padding: 4px 10px;
	width: 190px;
}
div#bestWords {
	background:#fff  url(images/kalam.png) no-repeat scroll right top !important;
	height: 110px;
	width:210px;
	float:right;
}
div#dramator {
	background:#fff  url(images/dramator.png) no-repeat scroll right top !important;
	height: 110px;
	width:190px;
	float:right;
}
div#bestWords h4, div#dramator h4 {
	padding-top: 60px !important;
	padding-bottom: 4px !important;
	color: #000 !important;
	font-size: 1.2em !important;
	margin: 0  !important;
	font-weight: bold !important;
}
#header {
	background: #fff url(images/header.gif);
	background-repeat:no-repeat;
	background-position:center; 
	height: 142px;
}
/************************************************
*	Navbar      								*
************************************************/

#navbar {
	height: 30px;
	background-color: #cccccc;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#nav {
	margin: 0px;
	padding: 0px;
}
	
#nav ul {
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
	
#nav li {
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
	
#nav li a, #nav li a:link, #nav li a:visited {
	color: #000;
	display: block;
	font-weight: bold;
    margin: 0px;
	padding: 9px 5px 8px 5px;
	font-size: 12px;
}

#nav li a:hover, #nav li a:active {
	background-color: #555555;
	color: #800000;
    margin: 0px;
	padding: 9px 5px 8px 5px;
	text-decoration: none;
}
#nav li.cat-item:nth-child(even) a {
	color: #F8A517 !important;
}
#nav li.cat-item:nth-child(odd) a {
	color: #000 !important;
}
#nav li.cat-item-16 a,  #nav li.cat-item-122 a,  #nav li.cat-item-4 a,  #nav li.cat-item-11 a,  #nav li.cat-item-5 a {
	color: #F8A517 !important;
}

/******************
# Side bar
*******************/
#l_sidebar h2 {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#cccccc  url(images/h3-bg.gif) no-repeat scroll right top !important;
	clear:both;
	color:#414141;
	font-size: 110%;
	font-weight:bold;
	line-height: 14px;
	padding: 6px 20px 6px 0px;
	margin: 0px;
}
#l_sidebar {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	border: 0px solid #DDDDDD;
	position: relative;
}
#l_sidebar a img {
	border: none;
	margin: 0;
	padding: 0;
}
#l_sidebar ul {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
}
#l_sidebar ul li#recent-comments-3 ul li {

}
#l_sidebar ul li#recent-comments-3 {
	margin-top: 10px;
}
ul.emptyUL, ul.emptyUL li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#roster_sslider_wid-3 h2.widgettitle {
	display: none !important;
	height: 0;
}
div.container_4 marquee {
	line-height: 22px;
	background-color: #F0F0F0;
	padding: 0;
	margin: 0;
	color: #000000 !important;
}
div.footerBox {
	float: right;
	width: 203px;
	padding-bottom: 0px;
}
div.footerItem {
	padding-top: 8px;
	padding-bottom: 6px;
	border-right: 16px solid #ddd;
	background-color: #99cc33;
}
div.footerItem h4 {
	padding-top: 8px !important;
	padding-bottom: 6px !important;
}
.roster_slider {
	background-color: #eeeeee;
}
div#random-post-box-frame {
	background: #eeeeee url(images/memory.png) no-repeat top right;
	margin: 0;
	padding-top: 30px;
	border: 1px solid #d0d0d0;
	height: 154px;
	display: block;
}
div#random-post-box {
	padding: 6px;
}
div#random-post-box a {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 20px;
}
.grid_2 a.big {
	font-size: 1.4em;
	color: #FF9934;
	font-weight: normal;
	line-height: 22px;
}
.grid_1 a.big {
	font-size: 1.1em;
	color: #99CC33;
}
h4.more {
	text-align: left;
	padding-top: 0;
	padding-bottom: 4px;
	padding-left: 8px;
}
h4.more a {
	color: #800000;
	font-size: 90%;
	font-weight: normal;
}
li#categories, li#recent-comments-4, li.links, li.widget {
	padding-bottom: 6px;
	margin-bottom: 10px;
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
.postarea {
	background: #FFFFFF url(images/homepagetop.gif) top no-repeat;
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #DDDDDD;
	min-height: 400px;
}
.postarea p, .postarea span, .postarea div {
	margin: 0;
	padding: 0 0 8px 0;
	font-size: 1.1em;
	line-height: 24px;
}
.postarea p a {
	font-size: 13px !important;
}
.postarea p.excerpt {
	font-size: 14px !important;
	font-weight:bold;
	line-height: 22px !important;
}
.postarea strong {
	font-size: 13px !important;
}
	
.postarea ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 20px 15px 0px;
}
	
.postarea ul li {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	font-size: 13px;
}
	
.postarea ul ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postarea ol {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.postarea ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	}
	
.breadcrumb {
	width: 510px;
	font-size: 0.9em !important;
	line-height: 16px !important;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
	border-bottom: double #EAEAEA;
	}
	
.date {
	float: right;
	font-size: 90%;
	border: 1px solid #d0d0d0;
	background-color: #f2ebde;
	width: 98%;
	padding-right: 10px !important;
	padding-bottom: 2px !important;
	margin: 8px 0 14px 0 !important;
	font-size: 11px !important;
}

span.fbLike {
	height: 30px;
	width: 290px;
}
/* TABS FOR POPULAR POSTS BY VIEWS */
#tabs { margin: 10px 0 8px 0; }
#tabs.ui-tabs .ui-tabs-hide { display: none; }
#tabs.ui-tabs #comments-tab, #tabs.ui-tabs #trackbacks-tab { border: 1px solid #666; background-color: #eee; padding: 4px; }
#tabs.ui-tabs ul { margin: 0 0 1px 0; padding: 0; }
#tabs.ui-tabs .ui-tabs-nav li { list-style-type: none; display: inline; width: auto;  margin: 0 0px 0 0; padding: 0; }
#tabs.ui-tabs .ui-tabs-nav li a { background-color: #fff; border: 1px solid #666; padding: 6px; }
#tabs.ui-tabs .ui-tabs-nav li a:hover { background-color: #fff !important; }
#tabs.ui-tabs .ui-tabs-nav li a:focus, #tabs.ui-tabs .ui-tabs-nav li a:active { height: 0; width:0; outline: 0 none;}
#tabs.ui-tabs li.ui-tabs-selected a { background-color: #eee; border: 1px solid #666; border-bottom: 1px solid #EEEEEE; padding: 4px 10px 4px 10px; }
#tabs.ui-tabs li.ui-tabs-selected a:hover { background-color: #eee !important; }

div.ui-tabs-panel ul, div.ui-tabs-panel p {
	border: 1px solid #666666;
	margin: 2px 0 0 !important;
	background-color: #EEEEEE;
	padding-top: 6px !important;	
}
li.widget_tag_cloud {
	margin-top: 8px !important;	
}
span.fbLike, div.sociable, p.commentRating {
	margin: 10px 4px !important;
	padding: 6px;
	/*
	background-color: #D1E1FA;
	*/
	background-color: #EEEEEE;
	border: 1px solid #bbbbbb;
	display: block;
	-moz-border-radius: 5px 5px 5px 5px;
}

/*** COMMENTS ****/
.comments, .adsense-post {
	background: #FFFFFF url(images/homepagetop.gif) top no-repeat;
	margin: 0;
	padding: 10px;
	border: 1px solid #DDDDDD;
}
#author, div.comments #email, #url {
	font-weight: normal;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #BBBBBB;
	display:block;
	font-size:1.1em;
	height: 20px;
	margin-top:5px;
	padding:5px;
	width: 220px !important;
}
	
#submit {
	background: #99CC33 url(images/subbutton.gif);
	color: #000;
	font-size: 120%;
	margin: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 4px;
	font-weight: bold;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #666666;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #666666;
	height: 32px;
	cursor:pointer;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	text-shadow:1px 1px 0 #d0d0d0;
	width:200px;
}

#comment {
	color: #202020;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #BBBBBB;
	display:block;
	font-size:1.1em;
	height:150px;
	margin-top:5px;
	padding:5px;
	width: 460px;
}
/************************************************
*	Comments									*
************************************************/
	
.commentlist li ul li {
	font-size: 100%;
}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	padding: 2px;
	margin-left: 8px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 120px;
	padding: 4px;
	margin-right: 0px;
	margin-bottom: 6px;
}

#commentform {
	margin: 0px;
}
	
#commentform textarea {
	width: 460px;
	padding: 4px;
	height: 200px;
	font-size: 1.3em;
}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
	
#commentform #submit {
	margin: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 120%;
}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 5px 10px 0px;
	padding: 0px;
	font-size: 13px;
}
	
.children { 
	margin: 0px;
	padding: 0px;
}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}

.commentmetadata {
	font-size: 90%;
	margin: 0px;
	display: block;
	}
/** END of comments **/

#content h1 {
	color: #FF9934;
	font-size: 28px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 14px 0px;
	line-height: 35px;
}
#content h1 a, #content h1 a:visited  {
	color: #000;
	font-size: 20px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 0px 0px;
}
#content h1 a:hover {
	color: #A91B33;
	text-decoration: none;
	}
	
#content h2 {
	background: #ff9933;
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 8px;
	padding: 4px;
	padding-right: 8px;
	line-height: 22px;
}
/****
#content h3 {
	color: #999999;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 6px;
	padding: 4px;
	padding-top: 0px;
	font-size: 16px;	
}
#content h3 a {
	color: #999999;
	font-weight: normal;
	text-decoration: none;
	font-size: 110%;
}
#content h3 a:hover {
	text-decoration: underline;
}
*****/
label {
	position: relative; 
	float: left;
	width: 334px;
	font-size: 100% !important;
	text-align: right;
	font-weight: bold;
}
label small {
	font-weight: normal;
}
img.frameImg {
	padding: 4px !important;
	border: 1px solid #d0d0d0 !important;
	float:right;
	margin:0px 0px 0px 10px;
	width: 100px;
	height: 100px;
}
img.alignright, img.alignleft {
	padding: 4px !important;
	border: 1px solid #d0d0d0 !important;
}
div.views-row {
	padding-left: 8px;
	padding-bottom: 0;	
	min-height: 110px;
	font-size: 1em !important;
	line-height: 20px !important;
}
div.views-row:hover {
	background-color: #eeeeee;
}
div.views-row:hover h1 a {
	color: #800000 !important;
}
div.views-row h1 {
	padding: 8px 0 8px !important;
}
div.views-row p a {
	color: #800000;
}
h3 span {
	font-size: 1.1em !important;
}
#searchbox {
	background: #EEEEEE !important;
	color: #202020;
	font-weight: normal;
	margin: 0px;
	padding: 4px 4px 3px 5px;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #666666;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #666666;
	display: inline;
	width:100px;
}
#l_sidebar #searchbox {
	width: 160px;
}
	
#searchbutton {
	background-color: #555555;
	color: #FFFFFF;
	font-size: 90%;
	margin: 0px 0px 0px 5px;
	padding: 3px 3px 2px 3px;
	font-weight: bold;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #666666;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #666666;
}
div.bannerBox img {
	margin-top: 10px;
}
div.banner400 img {
	width: 400px !important;
}
div.bannerSmall img {
	float: right;
	margin-left: 0px;
}
div.bannerSmall div {
	width: 99px !important;
	float: right;
}
div.banner200 img {
	width: 200px !important;
}
div.banner190 {
	float: right;
	width: 210px;	
}
div.banner190 img {
	width: 190px !important;
}
div#qaditaQoute {
	position:relative;
	margin-bottom:10px;
	font-size:110%;
	width: 388px;
	background-color: #EEEEEE;
	padding:6px;
}
div#qaditaQoute strong {
	font-size:110%;
	color: #005E9E;
}
#copyright {
	background: #000 url(images/topnav.png);
	height: 70px;
	margin-top: 10px;
	padding: 0px;
	text-align: center;
}
#copyright p {
	color: #FFFFFF;
	margin: 0px;
	padding: 9px 0px 0px 0px;
	text-align: center;
	font-size: 96%;
	line-height: 18px;
}
	
#copyright a, #copyright a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 100%;
	border-bottom: 1px solid #fff;
	padding-bottom: 3px;
}
	
#copyright a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#divQueer {
	border: 1px solid #dddddd;
	border-top: 0;
}
#divQueer p, #divQueer h4 {
	padding-right: 4px;
	padding-left: 4px;
}
#div247 {
	background-color: #f5e296;
	margin-bottom: 14px;
}
#div247 img {
	width: 200px !important;
	height: 100px !important;
}
h4 a {
	font-weight: bold;
	font-size: 13px;
}
img.imgThumb {
	width: 80px; 
	height: 80px; 
	float:right;
	margin:0 0 0 10px;
}
div.roster_slideri img {
	height: 400px !important;
}
li#youtube {
	border: 0 !important;
}
.roster_slider span {
	font-size: 13px;
	padding-right: 6px;
	padding-left: 6px;
	text-indent: 10px;
}
.roster_slider p.more {
	float: left;
	text-align: left;
	padding-left: 10px;
}
.roster_slider p.more a {
	color: #800000;
}
div#random-post-box h3 a {
	font-weight: normal;
	color: #FF9934;
}
h3#gays {
	background-image:url('images/bg_gays.png');
	background-repeat:no-repeat;
	background-position:right top;
}
div#gays_footer {
	background-color: #DEF5C6; 
	padding: 4px;
	font-weight: bold;
}
span.fbLike, div.sociable, p.commentRating {
	margin: 10px 4px !important;
	padding: 6px;
	/*
	background-color: #D1E1FA;
	*/
	background-color: #EEEEEE;
	border: 1px solid #bbbbbb;
	display: block;
	-moz-border-radius: 5px 5px 5px 5px;
}
p.commentRating {
	width: 280px;
	background-color: #ECEEF5 !important;
	border: 1px solid #CAD4E7 !important;
}
div.sociable{
	width: 290px;
}
span.fbLike {
	height: 30px;
	width: 290px;
}
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
	
.thread-even {
	background: #EEEEEE;
	margin: 0px;
	padding: 0px;
}
	
.depth-1 {
	border: 1px dotted #BBBBBB;
	margin: 0px;
	padding: 0px;
}
.even, .alt {
	border-top: 1px dotted #BBBBBB;
	border-bottom: 1px dotted #BBBBBB;
	border-left: 1px dotted #BBBBBB;
	margin: 0px;
	padding: 0px;
}
div.postarea a, div.comments a {
	color: #99CC33 !important;
}
div.postarea a:hover, div.comments a:hover {
	text-decoration: none;
	color: #800000 !important;
}
div.postarea h3 {
	color: #A91B33;
	line-height: 22px;
}
div.ui-tabs-panel ul {
	padding-right: 8px !important;
}
#respond h4, div.adsense-post h3, div.comments h4 {
	color: #A91B33;
	font-size: 20px;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
	padding: 10px 0px 0px 0px;
}
div.comments b {
	font-size: 1.2em;
	color: #FF9934;
}
div.sociable_tagline  {
	padding-bottom: 10px;
	color:#A91B33;
	font-size: 1.2em;
	font-weight: bold;
}
div.tagcloud {
	padding: 6px;
}
div#fb-box {
	margin-top: 16px;
	margin-right: 11px;
	float: right;
	padding: 16px;
	padding-right: 24px;
	background-color: #f99839;
	border: 1px solid #CAD4E7;
	width: 146px;
}