/*
------------------------------------------------------------------
Title: gaydemon Primary CSS file
Author: Demon Media LTD
URL: http://www.gaydemon.com/styles.css
Licence: Copyright 2008 Demon Media LTD, All Rights Reserved
------------------------------------------------------------------
*/

/* general */

body, body.m  {
	color: #000;
	margin: 7px 4px 34px;
	font: 12pt Geneva, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(none) repeat-x fixed left top;
}
body.l {
	font-size: 90%;
}
body.xxl {
	font-size: 100%;
}
a:visited {
	color: #636;
}
h1 {
	margin: 0;
	padding: 4px 12px 2px;
	text-align: right;
	color: #333;
	text-transform: lowercase;
	font: normal 9px Arial, Helvetica, sans-serif;
	background: #FFF;
	display: none;
}   
h2 {
	font-size: 2em;
	font-weight: normal;
	margin: 1em 0 0.2em;
}
#header h2  {
	margin: 0;
	color: #000000;
	float: none;
	font: italic bold 15px Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	text-align: left;
	padding: 7px 0 0;
	clear: right;
} 
#title h2 {
	margin: 0;
	text-transform: uppercase;
	font-size: 18pt;
	line-height: 1em;
	padding: 4px 0px 2px;
} 
h3, #column h4 {
	font-size: 1.7em;
	font-weight: normal;
	clear: both;
}
#content h3 {
	margin: 1.5em 0 0.6em;
	display: none;
}
#content #category h3 {
	margin: 0 0 4px;
	line-height: 1em;
	padding-top: 0.8em;
}
#content #cat-links h3 {
	margin: 0;
	padding-top: 0.5em;
}
#column h3, #column h4 {
	margin: 0;
	font-size: 1.2em;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #FF0000;
	padding-bottom: 3px;
}

/* lists */
li {
	list-style: square;
}
 
#column ol li, #cat-links ol li {
	list-style: decimal;
}  

/* wrapper */    
#wrapper {
	width: auto;
	margin: 0 5%;
	padding: 0;
	background: #FFF;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

/* reds */
a:active, a:hover, #content a:hover, #column a:hover, #column #reviews .space a:hover, #header p a:hover, .red, a.red:link, a.red:visited, p.more a, p.more a:visited, .blognav a, .blognav a:visited, #overall em, #fontsize, #crumbs a, #end a {
	color: #C00;
} 
#cat-links em a, #cat-links em a:visited, #search-results em a, #search-results em a:visited, #dicktionary .links em a, #dicktionary .links em a:visited, #tv a:hover, #tv a:hover em, #column h5.red {
	color: #C30;
	font-weight: normal;
}

/* black */
#content, #column, #content a.red:hover, #content #crumbs a:hover, #content p.more a:hover, #content .blognav a:hover, #end a:hover, #cat-links em a:hover, #search-results em a:hover, #dicktionary .links em a:hover, #crumbs span {
	color: #000;
}

/* blue */
a:link, .blue, a.blue:link, a.blue:visited, #navigation a, #paging a, #category dt a, #category-4 li a, #category-3 li a, #videocats a, #column a, div#index h4 a {
	color: #105CB6;
	text-decoration: underline;
}

/* green */
.green, .link-options a, .link-options a:visited, .options-blog a, .options-blog a:visited, #category dt, #siteamount span, #jumpmenu a, #category-4 li, #category-3 li {
	color: #693;
}

/* images and screenshots */
.screenshot, #mt-blog img, #review img, #editor-pick img  {
	background: #FFF;
	padding: 2px;
	border: 1px solid #333;
}
.screenshot {
	margin-top: 4px;
}
#mt-blog img {
	padding: 4px;
}
#review img {
	padding: 3px;
}

/* header and logo */

#header {
	background: #FFFFFF url(none) no-repeat left top;
	float: none;
	width: 100%;
	padding: 0px 0px 20px;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom-style: none;
}
#logo {
	border-style: none;
	padding-bottom: 16px;
	float: none;
	display: none;
}
	
/* tabs and submenu */

#header ul {
	clear: both;
	list-style: none;
	margin: 0;
	float: none;
	padding: 0;
	width: 100%;
	display: none;
	}
#header li {
	float: none;
	background: transparent url(/images/tab-red.gif) no-repeat left top;
	margin: 0 2px 0 0;
	padding: 0 0 0 9px;
	list-style: none;
	border-bottom: 1px solid #000;
	}
#header li a {
	float: none;
	padding: 6px 17px 6px 8px;
	display: block;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	white-space: nowrap;
	}	
#header li div {
	float: none;
	background: transparent url(/images/tab-red.gif) no-repeat right top;
	}
#header #current div {
	background-image: url(/images/tab-white.gif);
	color: #000;
	}
#header #current  {
	background-image: url(/images/tab-white.gif);
	border-width: 0;
	}
#header #current a {
	color: #000;
	padding-top: 7px;
	}
#header #blue div, #header #blue {
	background-image: url(/images/tab-blue.gif);
	}
#header li a:hover {
	color: #FF0;
	}

/* content  */

#content {
	float: none;
	font-size: 1em;
	text-align: left;
	line-height: 1.4em;
	background: #FFF;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#content p {
	margin: 0.5em 0 1.5em;
	line-height: 1.5em;
	color: #333;
}
#content li {
	margin: 0.6em 0;
	list-style: square;
}
#content h4 {
	font-size: 1.4em;
	margin: 1em 0 0.4em;
	font-weight: normal;
	text-transform: capitalize;
}

/* title  */

#title {
	margin-bottom: 1em;
}
#title strong {
	font-weight: normal;
}
#title p      {
	margin: 0 0 0.2em;
	text-transform: lowercase;
	line-height: 1.2em;
	font-size: 0.9em;
}
#title form {
	margin: 0.4em 0 0.2em;
}
#content .line {
	border-bottom: 1px solid #333;
	padding-bottom: 0.6em;
}
#content h4.line {
	font-size: 1.4em;
	margin: 1em 0 0.4em;
	font-weight: normal;
}

/* breadcrumbs */ 

#title #crumbs {
	color: #999;
	display: none;
}

/* end clear */ 

div#end {
	margin: 0;
	clear: both;
	text-align: right;
}

#end p {
	margin: 0;
	clear: both;
	text-align: right;
	padding: 0 30px 19px;
	display: none;
}



/* shadow frame */

#content .inframe {
	margin: 0.9em 0 0;
	background: #FFF url(/images/frame.gif) no-repeat left top;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1em;
	display: none;
}
#content .inframe a, #review .inframe span {
	margin: 0 19px;
	background: #FFF;
	color: #000;
	text-decoration: none;
	padding: 0 7px;
}
#content #review .inframe a {
	margin: 0;
	padding: 0;
}
#content .frame, ul#price, ul.price {
	margin: 0 0 1.6em;
	padding: 7px 16px 12px;
	background: #FFF url(/images/frame.gif) no-repeat left bottom;
	clear: both;
	display: none;
}

/* footer */

#footer {
	color: #FFFFFF;
	text-align: center;
	font-size: 0.8em;
	width: 902px;
	margin: 0 auto;
	padding: 20px 3px 4px;
	display: none;
}
#footer p {
	margin: 7px 0;
}
#footer a {
	color: #FFF;
}

 /* search boxes */

input, select, form, #search-box, #content #search-box p {
	vertical-align: middle;
	margin: 0;
}
#search select {
	width: 110px;
	margin-top: 1px;
} 
#searchboxcolumn {
	width: 170px;
	margin-top: 3px;
} 
#search-box p  {
	padding-bottom: 15px;
	margin-bottom: 4px;
}
#directorysearch p  {
	font-size: 0.9em;
	line-height: 1.9em;
}
#column form#search p {
	margin: 0px;
	padding-top: 7px;
	padding-bottom: 0px;
} 
#column #search a {
	font-weight: normal;
	padding-bottom: 9px;
	display: block;
} 

/* column */

#column {
	line-height: 1.5em;
	text-align: left;
	width: 249px;
	float: none;
	background: #303A53 url(/images/column-bg-top.jpg) no-repeat left top;
	font-size: 0.9em;
	color: #FFFFFF;
	border-right: 1px solid #FDFDFD;
	display: none;
}
#empty #column {
	padding: 0 0 450px;
	background: #FFFFFF url(/images/column-bg-short.jpg) no-repeat left top;
	margin: 0px;
}
#noimage  #fontsize {
	padding-bottom: 170px;
}
#column #score   {
	background: none;
}

#column a {
	color: #FFFF66;
	font-size: 1em;
	font-weight: bold;
}
#column #column-end {
	background: #FFF url(/images/column-bg-bottom.gif) no-repeat left top;
	height: 120px;
	clear: both;
}
#column   ol, #column   ul, #column   dl, #column  #search p, #tags p, .column-bg p {
	margin: 0;
	padding: 7px 12px 12px;
	list-style: none;
	background: #030524;
	border-style: none;
}
#column ol li {
	margin-left: 26px;
	color: #66CC33;
}
#column li {
	margin: 0.5em 0 0.5em 0px;
	padding: 0;
	list-style: none;
}
#column dt {
	margin: 0.9em 0 0.2em;
	font-weight: bold;
	padding: 0;
}
#column dd {
	margin: 0px 0 4px;
}
#column dd.title {
	line-height: 1.1em;
	font-size: 1.1em;
	margin: 7px 0px;
}
#column p {
	margin: 0;
}
#column div  {
	padding: 30px 20px 0px;
	background: transparent url(/images/column-bg-middle.gif) repeat-y left top;
}
#column .screenshot  {
	padding: 1px;
	border: 3px solid #FFF;
	background: #000;
}
#column #reviews .space {
	margin-bottom: 12px;
	border-bottom: 1px solid #303A53;
	padding-bottom: 19px;
}
#column #reviews .space a {
	font-weight: normal;
	color: #6C3;
}
#column #reviews h3 {
	margin-bottom: 0;
}
#column #reviews dl {
	padding-bottom: 1px;
}
#column #navigation   {
	background: none;
}
#column #navigation h4 {
	margin-top: 30px;
}
#navigation li {
	margin: 0 0 0.5em 0px;
}

/* rss */

#rss a

 {
	background: transparent url(/images/icons/feed-icon-14x14.gif) no-repeat left center;
	padding: 1px 0 3px 18px;
	font-weight: bold;
	display: block;
	color: #333333;
	margin-top: 12px;
}

/* jump menu and site amount */

#siteamount {
	float: none;
	padding: 2px 0;
	margin: 0px;
}
#content p#siteamount, #content p#jumpmenu  {
	margin: 0 0 0.5em;
	font-size: 0.9em;
	font-weight: bold;
	padding-bottom: 1px;
}
#content #cat-links p#siteamount, #content #cat-links p#jumpmenu  {
	margin: 0.9em 0 0.5em;
}
#jumpmenu a {
	text-align: center;
	padding: 2px 4px;
	line-height: 1em;
}
#jumpmenu #selected, #jumpmenu a:hover {
	color: #FFF;
	text-decoration: none;
	background: #693;
}
#jumpmenu a:hover {
	background: #360;
}
#jumpmenu   {
	float: none;
	margin: 0px;
}

 /* links */

#cat-links p, #dicktionary ul.dick-links p {
	margin: 0;
}
#cat-links h4, #dicktionary h4 {
	margin: 0em 0 0.2em;
	font-size: 1em;
	text-transform: capitalize;
	font-weight: bold;
}
#cat-links h4.sponsor {
	font-size: 1.1em;
}
#cat-links h4 a, .external, .visit a {
	background: transparent url(/images/icons/external_site.gif) no-repeat right center;
	padding-right: 16px;
}
#cat-links #story-cat h4 a, #cat-links .review-cat h4 a, #cat-links .video-cat h4 a, #cat-links .search-results h4 a {
	background: none;
	padding-right: 0;
}
#cat-links ul {
	margin: 12px 0;
	color: #000;
	padding: 0 0 0 19px;
}
#cat-links li {
	margin: 1em 0;
	border-bottom: 1px dashed #999;
	clear: both;
	padding: 0 0 1.5em;
	line-height: 1.4em;
}


/* user comments on reviews */

#comments div {
	margin: 19px 0 32px;
	display: none;
}
#comments p {
	margin: 0em 0 0.6em;
	padding: 0 7px;
	line-height: 1.6em;
	display: none;
}
#comments .comments {
	background: transparent url(/images/comments.gif) no-repeat left top;
	padding: 5px 10px 19px;
	color: #3D5692;
	margin-bottom: 4px;
}
#addcomment p  {
	color: #3D5692;
	padding: 4px 7px;
}
#addcomment input.blueline, #addcomment textarea {
	border: 1px solid #3D5692;
	padding: 2px;
	width: 400px;
}
#addcomment label {
	font-weight: bold;
	display: block;
}

/* stories */

#story p, #movies p {
	line-height: 1.7em;
}

#story-pic {
	clear: both;
	float: none;
	width: 200px;
	background: #000;
	padding: 1px 1px 4px;
	text-align: center;
	margin: 0 12px 4px 0;
	display: none;
}

#story-pic a {
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}

#story-pic img {
	border-style: none;
	margin-bottom: 1px;
}


/* banners */ 

#content .banner{
	padding: 12px;
	text-align: center;
	margin: 0;
	background: #000;
	clear: both;
	display: none;
}
.banner img    {
	border-style: none;
}
.banner-col {
	text-align: left;
}
#column .banner-col img, #column iframe  {
	border: 7px solid #FFF;
	padding: 1px;
	background: #000;
}

#column iframe  {
	border: 7px solid #FFF;
}

/* error messages */

#contentheader {
	padding: 20px;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	clear: both;
}
.error {
	background: #C30;
	padding: 5px;
}
.message {
	padding: 5px;
	background: #393;
}

/* submission pages */

#formsubmit fieldset, #form fieldset {
	border: 1px solid #999;
	padding: 12px 30px;
	display: inline;
}
#formsubmit legend, #form legend {
	font-size: 1.4em;
	padding: 0px 12px;
	color: #000;
	line-height: 1.4em;
}
#formsubmit label {
	font-weight: bold;
	font-size: 1.1em;
	display: block;
	clear: both;
	margin: 19px 0px 2px;
}
#formsubmit .radio label, #addcomment .radio label {
	display: inline;
}
.catdepth2 {
	text-transform: uppercase;
}
.checkbox {
	float: none;
	width: 200px;
	margin: 0 5px 3px 0;
}
#webcenter img {
	float: none;
	border-style: none;
	padding-top: 2px;
	margin-right: 12px;
}

/* styles */

.clear {
	clear: both;
}
.small {
	font-size: 0.9em;
}
.more {
	margin: 10px 0 0;
	font-size: 1.1em;
	font-weight: bold;
	text-align: right;
	clear: both;
	text-transform: lowercase;
}
#column .more {
	font-size: 1em;
}
.right {
	text-align: right;
}
.xl {
	margin: 10px 0 0;
	line-height: 1em;
	font-size: 1.3em;
	font-weight: normal;
}

