/*
Theme Name: Gay Theme
Theme URI: http://wordpress.org/
Description: super affiliates dont really blog, kids
Version: 1
Author: buttmoney
Author URI: http://supergayaffiliate.com/
Tags: blue, custom header, fixed width, two columns, widgetsa
*/

body{
	padding:0px;
	margin:0px;
	background:#5b7dae url(images/bg.jpg) repeat-x;
	font-size:10pt;
	font-family:Verdana;
}
	#header{
		width:1024px;
		margin:0px auto;
		text-align:center;
		padding:0px 0px 48px 0px;
		background:url(images/header.jpg) no-repeat;
	}

		#top{
			width:996px;
			clear:both;
			overflow:hidden;
		}
			#logo{
				width:396px;
				float:left;
			}
	
			#logoMenu{
				padding:48px 0px 0px 0px;
				width:496px;
				float:right;
			}
			
				#logoMenu li{
					display:inline;
					list-style:none;
				}
				
					#logoMenu a{
						color:black;
						text-decoration:none;
						padding:0px 8px 0px 8px;
						font-weight:bold;
					}
					
					#logoMenu a:hover{
						color:#323232;
					}

	#topCont{
		height:16px;
		width:996px;
		margin:0px auto;
		text-align:center;
		background:url(images/top.gif) no-repeat;
	}

	#cont{
		width:996px;
		margin:0px auto;
		text-align:center;
		background:url(images/contBg.gif) repeat-y;
	}
	
		#woot{
			width:996px;
			clear:both;
			overflow:hidden;
		}
	
			#postStuff{
				width:580px;
				margin:0px 0px 0px 16px;
				float:left;
			}
			
				.post{
					text-align:left;
				}
				
				.postMeta{
					margin:0px 0px 0px 8px;
					padding:8px 8px 0px 8px;
					font-size:14pt;
					font-family:Verdana;
					font-weight:bold;
					width:563px;
					clear:both;
					overflow:hidden;
				}
				
					.postTitle{
						float:left;
						font-weight:bold;
						color:black;
						font-size:16pt;
					}

						.postTitle a{
							color:black;
							text-decoration:none;
						}
					
					.postNumbers{
						margin-right:24px;
						margin-top:-8px;
						text-align:center;
						padding:8px;
						float:right;
					}
					
					.postNumbers a{
						color:white;
						font-size:8pt;
						text-decoration:none;
					}
				
				.postText{
					padding:0px 16px 16px 16px;
					font-family:Verdana;
					font-size:15px;
					color:#333333;
				}
			
				.regComment{
					
				}
				
				.authorComment{
					padding:16px;
					background-color:#d1daed;
					border-top:solid 1px #878e9c;
				}
				
				#commentStuff{
					border-top:solid 1px silver;
					padding:16px;
					background:#f0f0f1 url(images/commentBg.gif) repeat-x;
				}
			
			#sidebar{
				margin-right:28px;
				float:right;
				width:332px;
				font-family:Verdana;
			}
			
				#sidebarCont{
					clear:both;
					overflow:hidden;
					width:308px;
					margin:0px auto;
					text-align:center;
				}
					#sidebarLeft{
						float:left;
						width:132px;
						text-align:center;
					}
					
					#sidebarRight{
						float:left;
						width:132px;
						text-align:center;
					}

					#searchForm{
						width:288px;
						margin:0px 0px 0px 10px;
						padding:4px 4px 4px 4px;
						text-align:left;
						background:url(images/searchBox.png) no-repeat;
						border:solid 0px black;
						overflow:hidden;
						clear:both;
					}

					#searchBox{
						margin:0px;
						text-align:left;
						border:solid 0px black;
						width:256px;
					}
					
					#sidebarSubMiddle{
						margin:16px 0px 0px 0px;
						padding:0px 0px 16px 0px;
						width:306px;
					}
					
					#sidebarIcons{
						clear:both;
						overflow:hidden;
						padding:16px 0px 0px 0px;
					}
					
						#sidebarIconsLeft{
							float:left;
							width:130px;
							margin:0px 8px 0px 16px;
						}
						
						#sidebarIconsRight{
							float:left;
							margin:0px 0px 0px 8px;
							width:130px;
						}
						
					.sidebarPosts{
						padding:0px;
						margin:0px;
					}
					
						.sidebarPosts li{
							list-style:none;
							border-bottom:dotted 1px #1c1c1c;
							padding:4px 0px 4px 0px;
						}
						
						.sidebarPosts a{
							text-decoration:none;
							color:#1c1c1c;
						}
	
	#bottom{
		height:16px;
		width:996px;
		margin:0px auto;
		text-align:center;
		background:url(images/bottom.gif) no-repeat;
	}

	#footer{
		padding:32px;
		background:url(images/footer.gif) repeat-x;
	}
	
		#footerText{
			width:996px;
			margin:0px auto;
			text-align:center;
			color:#99a1b1;
			clear:both;
			overflow:hidden;
			font-size:8pt;
		}
		
			#footerIcon{
				float:left;
				width:58px;
				height:58px;
				margin:-2px 8px 0px 0px;
				background:url(images/sgawordpress_icon.png) no-repeat;
			}
		
			#footerLeft{
				float:left;
				text-align:left;
				padding-top:8px;
			}
			
			#footerRight{
				float:right;
				text-align:right;
				padding-top:8px;
			}
		
		#footerText a{
			color:#c7d0e1;
		}