/*
Theme Name: A Big Gay Welcome website
Theme URI: http://www.abiggaywelcome.com/
Description: Wordpress theme for A Big Gay Welcome
Version: 1.0
Author: Jeroen Zwaan
Tags:
*/


/* html tags */
body {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #fb94fc;
	color: #000000;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;	
}
p {
	margin: 0px 0px 20px 0px;
	border: 0px solid #000000;
	padding: 0px;
	line-height: 24px;
}

a {
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
}
a:hover {
	color: #FFDFFF;
}
h2 {
	font-family: Lucida Handwriting, Verdana, Geneva, sans-serif;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 36px;
	color: #C0C;
	font-weight: 100;	
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 18px;
	color: #C0C;
	font-weight: 100;
}
hr {
	color: #000;
	background-color: #000;
	height: 2px;
	border: 0px;
	margin: -10px 0px 20px 0px;
}

#nav {
	padding: 0px;
	margin: 0px;
	font-size: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	height: 20px;
}
#nav li {
	margin: 0px 20px 0px 20px;
	/*float: left;*/
	display: inline;
	list-style-type: none;
}
#nav a { 
	text-decoration: none;
	color: #FFF;
}
#nav a:hover {
	text-decoration: none;
	color: #F9F;
}
.subnav_title {
	font-size: 20px;
	color: #000;
	font-weight: bold;
}
#subnav {
	padding: 0px;
	margin: 0px;	
}
#subnav li {
	font-family: Lucida Handwriting, Verdana, Geneva, sans-serif;
	font-size: 18px;
	list-style-type: none;
	margin: 0px 0px 15px 0px;
}
#subnav li a {
	text-decoration: none;	
}


/* classes */
#header {
	padding: 0px;	
	position: relative;
	text-align: center;
	height: 200px;
	/*background-color: #000;*/
	margin: 0px 0px 20px 0px;
}
#sidebar {

	width: 940px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}
.footer_row {
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}
.footer {
	height: 26px;
	background-image: url(images/footer_background.gif);
	color: #FFF;
	text-align: center;
	padding: 10px 0px 0px 0px;
}

/* content row items */
.content_row {
	clear: both;
	padding: 0px 0px 25px 0px;
}
.content_column_title {
	float: left;
	width: 200px;
}
.content_column_content {
	float: left;
}
.content_column_content_last {
	clear: both;
	height: 20px;
}




/* form elements */
.post {
	padding: 0px;
	margin: 0px;
}
form .row {
	clear: both;
	height: 30px;
	padding: 0px 0px 0px 10px;
	width: 700px;
}
form .row_question {
	clear: both;
	height: 100px;
}
form .row_last {
	clear: both;
	height: 30px;	
}
form .row_title {
	padding: 0px 0px 10px 0px;	
	clear: both;
	display: block;
}
form .column_text {
	float: left;
	width: 334px;
	/*_width: 324px;*/
}
form .column_field {
	float: left;
	width: 366px;
}
form .column_field input, form .column_field select {
	width: 356px;	
}
form .column_field textarea {
	width: 356px;
	height: 75px;
}
form .column_field_button{
	float: left;
	width: 366px;
}
form .column_field_button input{
	width: 100px;
	background-color:#283069;
	color: #FFF;
}



