/*
Theme Name: Flanbwayan News Template
Theme URI: http://www.nathangwirtz.com/
Description: Custom wordpress theme for Flanbwayan adapted from site design by Emily Mode
Version: 1.0
Author: Nathan Gwirtz
Tags: 


*/

body {
	background-image: url(http://www.flanbwayan.org/images/flanbwayan_bg.jpg);
	font: 14px Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #cfc9bb;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
}

a img {
	border: none;
}

h3 {
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 1em;
	margin-top: 1em;
	font-style: normal;
	font-weight: normal;
	font-size: 1.25em; 
	color: #006633; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header {
	text-align: center;
}


#content {
	width: 690px;
	margin: 0 auto;
}

#topnav {
	background: url(http://www.flanbwayan.org/images/nav/navbarWhole.gif) no-repeat 0 0;
	width: 668px;
	height: 38px;
	padding-top: 5px;
}

#topnav, #bottomnav {
	font: 12px Verdana;
}

#bottomnav {
	margin: 0;
	background-color: #99CC66;
	padding: 20px;
	text-align: center;
}

#topnav ul {
	list-style: none;
	margin: 0;
	padding: 7px 0 0;
	display: inline;
}

#topnav ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

.post {
	border-bottom: 2px solid #333;
	padding-bottom: 16px;
}


#commentform textarea {
	width: 100%;
}

#menu {
	float: left;
	width: 33%;
}

#menu ul, #menu li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#menu ul ul {
	margin-bottom: 1.5em;
	list-style-type: none;
	padding-left: 1em;
}

#menu label:after {
	white-space: pre;
	content: " \000A \00A0";
}

#menu #search {
	margin-bottom: 1.5em;
}

#main {
	float: right;
	left: 34%;
	top: 0px;
	width: 66%;
}

#mainWide {
}

#postPagination {
	text-align: right;
}

ul#linkslist {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}

ul#linkslist ul {
	list-style-type: disc;
}


