/* 

Gaygamer network basic CSS
by Chris Furniss
weeklygeekshow.com

*/

html, body, form, input {margin:0;padding:0;}

a img {border:0;}

a { padding:0;margin:0;}

body {
background:#ffffff;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:13px;
line-height:16px;
color:#000000;

}

table {
border-spacing:0;
}

fieldset,img,abbr,acronym {
border:0;
} 

q:before,q:after {
content:'';
}

hr {
border:0;
height:1px;
background-color:#000;
color:#000;
}

.clear {clear:both;}

ul {
	margin:0;
	padding:0 40px;
}

li {
	margin:0;
	padding:0;
}

h2 {
	margin:12px 0;
	padding:0;
	font-size:14px;
	line-height:18px;
}

/* Global styles */

#header {
	width:100%;
	height:123px;
	text-align:left;
	position:relative;
}

#logo {
	position:relative;
	text-align:left;
}

#nav {
	padding:0 0 0 60px;
	margin:10px 0 0 0;
	height:26px;

}

#nav li {
	float:left;
	margin:0 10px 0 0;
	padding:4px 0 0 0;
	width:117px;
	height:22px;
	font-size:14px;
        font-weight:bold;
        text-decoration: none;
	list-style:none;
	text-align:center;

}

#subnav {
	padding:0 0 0 60px;
	margin:6px 0 6px 0;
	height:25px;
}

#subnav li {
	float:left;
	margin:0 10px 0 10px;
	padding:4px 0 0 0;
	height:21px;
	font-size:12px;
	text-align:left;
}

#subnav li.first {
	list-style:none;
	margin-left:0;
}
	
#wrap {
	width:100%;
	position:relative;
	border-top:1px solid #000000;
	padding:10px 0 0 0;
}

#content {
	padding:0 190px 0 200px;
	margin:0;
	background:#ffffff;
	position:relative;
	
}

#alpha {
	position:absolute;
	margin:0;
	padding:0 10px 0 10px;
	left:0;
	width:190px;
	clear:right;
}

* html #alpha {
	margin-left:-200px;
}

#beta {
	position:absolute;
	margin:0;
	top:0;
	right:0;
	width:190px;
}

#beta img {
	margin:10px 0 5px 0;
	
}


/* alpha and beta styles */

#alpha h1, #beta h1 {
	background:url(img/sidebar-h1-bg.gif) top left no-repeat;
	width:180px;
	height:32px;
	font-size:14px;
	font-weight:bold;
        text-decoration: none;
	line-height:32px;
	padding-left:10px;
	margin:20px 0 10px 0;
}

#alpha ul, #beta ul {
	list-style:none;
	margin:0 0 0 10px;
	padding:0;
	font-size:11px;
}

#alpha li, #beta li {
	margin:5px 0;
	padding:0;
}

#alpha p, #beta p {
	margin:0 0 0 10px;
}


h2 {}

form.searchbox {
	padding:10px;
	margin:10px 0;
}

form.searchbox label {
	font-size:11px;
	text-transform:uppercase;
	margin:0;
	padding:0;
	display:block;
}

form.searchbox input.box {
	border:0;
	height:16px;
	width:122px;
	margin:10px 0;
}

form.searchbox input.button {
	border:1px solid #000000;
	font-size:12px;
}

#content.ad {
	margin:10px auto;
}

#alpha.ad {
	margin:10px 0;
}

.sidebar-title {
        text-align: center;
        font-size:12px;
        font-weight:bold;
        text-decoration: none;
        display: block; }

/* center stuff */

#center {
width:auto;
padding:0 10px;
}

div#hot-stuff {
	padding:10px 0;
        font-weight:bold;
        
}

div#hot-stuff strong {

}

div.hr-top {
width:auto;
height:20px;	

}

strong.todays-date {
	text-transform:uppercase;	
}

.entry {
	border-top:1px solid #000000;

}

.entry img {
        float: right;
        background-color: #fff;
        border: 2px solid #99ccff;
        padding: 3px 3px 3px 3px;
	margin: 0px 0px 2px 5px; }

.entry a, .entry a:hover {
        font: 13px Trebuchet, 'Trebuchet MS', Tahoma, Arial, sans-serif;
        font-weight: bold;
        color: #ff9900;
	text-decoration: none; }

.entry iframe {
        float: left;
        padding: 3px 3px 3px 3px; }

.entry h3, .entry h3 a {
	font: 24px Trebuchet, 'Trebuchet MS', Tahoma, Arial, sans-serif;
	color: #ff9900;
	font-weight: bold; }

.entry h3 a:hover {
        font: 24px Trebuchet, 'Trebuchet MS', Tahoma, Arial, sans-serif;
	color: #99ccff;
	font-weight: bold;
	text-decoration: underline; } 

.entry p {

}


.entry-nav {
        color:#694418; 
}

#page-nav a {
	font: 18px Trebuchet, 'Trebuchet MS', Tahoma, Arial, sans-serif;
	color: #694418;
	font-weight: bold;
}

#page-nav a:hover {
	color: #ff9900;
	font-weight: bold;
}

#entry-more-link img {
	float: left;
        background-color: #fff;
        margin: 0 0 20px 0;
        border: none; }


/* misc MT4 code leftovers */


/* Utilities */

.pkg:after, #content-inner:after {
content: " ";
display: block;
visibility: hidden;
clear: both;
height: 0.1px;
font-size: 0.1em;
line-height: 0;
}
.pkg, #content-inner { display: inline-block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */


.mt-image-left {
float: left;
margin: 0 20px 20px 0;
}

.mt-image-center {
display: block;
margin: 0 auto 20px;
text-align: center;
}

.mt-image-right {
float: right;
margin: 0 0 20px 20px;
}


/* Widgets */

.widget {
position: relative;
overflow: hidden;
width: 100%;
}

.widget-content {
position: relative;
margin: 5px 0 20px;
}

.widget-list,
.archive-list {
margin: 0;
padding: 0;
list-style: none;
}

.widget-list .widget-list {
margin-left: 15px;
}

.widget-list-item {
margin-top: 5px;
margin-bottom: 5px;
}

.widget-cloud .widget-list {
margin-right: 0;
margin-left: 0;
}

.widget-cloud .widget-list-item {
display: inline;
margin: 0 5px 0 0;
padding: 0;
line-height: 1.2;
background: none;
}

.widget-cloud .rank-1 { font-size: 1.75em; }
.widget-cloud .rank-2 { font-size: 1.75em; }
.widget-cloud .rank-3 { font-size: 1.625em; }
.widget-cloud .rank-4 { font-size: 1.5em; }

.widget-cloud .rank-5 { font-size: 1.375em; }

.widget-cloud .rank-6 { font-size: 1.25em; }

.widget-cloud .rank-7 { font-size: 1.125em; }

.widget-cloud .rank-8 { font-size: 1em; }

.widget-cloud .rank-9 { font-size: 0.95em; }

.widget-cloud .rank-10 { font-size: 0.9em; }



#footer .widget-content {

margin-top: 0;

margin-bottom: 0;

}


.widget-assets .widget-content .widget-list {

overflow: auto;

margin-right: 0;

}

.author-block a {
	border:0;
}

.item {

display: inline;

float: left;

margin: 0pt 5px 8px;

overflow: hidden;

text-align: center;

vertical-align: middle;

width: 70px;

}



.widget-search .search-options,

.widget-syndicate .blog-feeds {

list-style: none;

margin: 5px 0;

}

blockquote { 
        font: 13px Trebuchet, 'Trebuchet MS', Tahoma, Arial, sans-serif;
        font-weight: bold;
        color: #663300;
        text-align: left;
        background-color: #ffc;
        border-left: 4px solid #99ccff;
        margin: 0 0 10px 10px;
        padding: 5px 10px 5px 10px;
}


.entry-footer {
	clear:both;
	font-weight:normal;
}

.entry-footer img {
	float:none;
	margin:0;
	border:0;
}

.entry-footer .avatar {
	float:left;
	border:0;
}

.entry-footer a {
}

.entry-footer a:hover {
}

/* Modifications by Ed Rodriguez for footer */

#footer-right-column {
	margin-top: 20px;
	width: 50%;
	float: left;
}

#footer-left-column {
	margin-top: 20px;
	width: 50%;
	float: left;
}

#footer-feeds a {
	font: 12px Trebuchet, 'Trebuchet MS', Tahoma, Arial, sans-serif;
	color: #000000;
	text-decoration: none; }

#footer-feeds a:hover {
	font: 12px Trebuchet, 'Trebuchet MS', Tahoma, Arial, sans-serif;
	color: red;
	text-decoration: none; 
}

/* For styling each site's footer box with different backgrounds or what have you */

#footer-gaygamer {
	padding: 0px 10px 10px 10px;
	margin: 10px;
}

#footer-gaygamer-link a {
	background: url("/img/mini_gaygamer_logo.gif") top left no-repeat;
	padding: 0px 0px 70px 0px;
	display: block;
}

#footer-gaygamer-link a span {
	visability: hidden;
}

#footer-gaygamer ul {
	padding:0 0 0 10px;
}

#footer-homotron {
	padding: 0px 10px 10px 10px;
	margin: 10px;
}

#footer-homotron-link a {
	padding: 0px 0px 70px 0px;
	background: url("/img/mini_homotron_logo.gif") top left no-repeat;
	display: block;
}

#footer-homotron-link a span {
	visability: hidden;
}

#footer-homotron ul {
	padding:0 0 0 10px;
}

#footer-velvetdicebag {
	padding: 0px 10px 10px 10px;
	margin: 10px;
}

#footer-velvetdicebag-link a {
	background: url("/img/mini_vdb_logo.gif") top left no-repeat;
	display: block;
	padding: 0px 0px 70px 0px;
}

#footer-velvetdicebag-link a span {
	visability: hidden;
}

#footer-velvetdicebag ul {
	padding:0 0 0 10px;
}

#footer-pinkkryptonite {
	padding: 0px 10px 10px 10px;
	margin: 10px;
}

#footer-pinkkryptonite-link a {
	background: url("/img/mini_pk_logo.gif") top left no-repeat;
	display: block;
	padding: 0px 0px 70px 0px;
}

#footer-pinkkryptonite-link a span {
	visability: hidden;
}

#footer-pinkkryptonite ul {
	padding:0 0 0 10px;
}

#footer-popsucker {
	padding: 0px 10px 10px 10px;
	margin: 10px;
}

#footer-popsucker-link a {
	background: url("/img/mini_popsucker_logo.gif") top left no-repeat;
	display: block;
	padding: 0px 0px 70px 0px;
}

#footer-popsucker-link a span {
	visability: hidden;
}

#footer-popsucker ul {
	padding:0 0 0 10px;
}
