/*  
Theme Name: adnauseamproject.com
Theme URI: http://www.adnauseamproject.com/
Description: The Ad Nauseam site theme
Version: 2.0
Author: Ian Johnson
Author URI: http://moiagroup.com
*/



body {
	font-size: 72.5%; /* Resets 1em to 10px */
	font-family:  Verdana, Arial, Sans-Serif;
	background-color: #FFF;
	color: #333;
	text-align: center;
	margin-top: 10px;
	}

#page {
	text-align: left;
	background-color: #FFF;
	width: 100%;
	}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Sans-Serif;
	color: #333333;
}

a, a:visited {
	color: #007533;
}

a:hover {
	color: #00602A;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

.titlecell {
	border: 1px solid #CCCCCC;
	text-align: center;
}


#header h1 {
	font-size: 21px;
	font-family: helvetica;
	text-transform: uppercase;
	letter-spacing: .25em;
}

#content {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-right: 0px;
	padding: 10px;
	left: 150px;
	position: absolute;
}

#controller {
	background-color: #CCC;
	padding-top: 2px;
	text-align: right;
	margin-top:2px;
	margin-bottom: 10px;
	padding-right: 5px;
}

#controller img {
	border: 0;
	margin-left: 4px;
	margin-top: 2px;
}

#sidebar {
	width: 135px;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}

#sidebar .logo {
	border: 1px solid #CCCCCC;
}

#sidebar .photo {
}

#linklist h2 {
	font-size: 1.1em;
}

#linklist ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}
#linklist ul ul {
	margin-left: 0px;
	padding-left: 18px;
	list-style: disc;
}
#join {
	/* border: 1px dotted #009240; */
	padding: 5px;
	margin-top: 5px;
	border-bottom: 1px dotted #BBDDBB;
}

#join h3 {
	border: 0;
}
#join .submit {
	background-color: #009240;
	color: #FFF;
	border: 1px solid #007533;
	margin: 4px;
}

#join input {
	margin: 5px;
}

#sidebar img {
	border: 1px solid #666666;
}

/* ******************** NAVBAR ********************** */

#navbar {
}

#navbar .current_page_item a {
	font-weight: bold;
	background-color: #DDDDDD;
}

#navbar li a.section {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #29617b;
	padding-left: 5px;
}

#navbar li a:hover {
	background-color: #DDDDDD;
}


#join h3 {
	font-family: georgia, times, serif;
	font-size: 1.2em;
	color: #29617b;
}

ul h2 {
	margin-top: 8px;
}

.navigation {
	padding: 5px;
}
.navigation .alignright {
	float: right;
	width: 40%;
	text-align: right;
}
.navigation .alignleft {
	float: left;
	width: 40%;
	text-align: left;
}
.newsflash {
	border: 1px dashed #006123;
	background-color: #d7b45d;
	padding: 5px;
	margin-bottom: 10px;
}
.credit {
	padding-top: 5px;
	font-size: .75em;
	text-align: right;
}