/*  
Theme Name: YWAM Northern Ireland
Theme URI: http://ywamni.org/
Description: Original theme design by Stephen Hamilton. (Code modified by Greg Colker Dec. '08)
Version: 0.2
Author: Rowan Seymour
*/



/* Begin Typography & Colors */
* {
	margin: 0px;
	padding: 0px;
}

body {
	font: 10pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 780px;
	color: #f4ffe5;
	margin: 0 auto;
	background: #57624a url(images/bg.gif) repeat-y center;
}

#content {
	background: url(images/bodybg.gif) repeat-y;
}

#mainmenu {
	background-color:#333b2d;
	padding:5px;
	padding-left:25px;
	padding-bottom:5px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;

}

h2 {
	color: #b9ff60;
	margin-bottom: 10px;
	font-weight: bold;
	font-style: normal;
	font-size: 14pt;
}

h3 {
	color: #b9ff60;
	font-size: 11pt;
	text-transform: capitalize;
	font-weight: normal;
	font-style: normal;
}

p {
	color: #f4ffe5;
	margin-bottom: 14px;
}

.story {
	margin-bottom: 20px;
}

#welcome {
	text-indent: -9999px;
	width: 337px;
	height: 69px;
	background: url(images/welcome.jpg) no-repeat;
	margin-left: -8px;
}

.story p {
	margin-bottom: 4px;
}

.story h3 {
	color: #b9ff60;
	border-bottom-style: solid;
	margin-bottom: 4px;
	padding-bottom: 2px;
	font-weight: normal;
	font-style: normal;
	font-size: 11pt;
	text-transform: none;
	border-bottom-width: 1px;
}

#primary {
	width: 470px;
	float: left;
	margin-bottom: 50px;
}

a {
	text-decoration: none;
	color: #dbffad;
	border-bottom: none; /* 1px dotted #dbffad;  b9ff60 */
}

a:hover {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px dashed #fff; /* b9ff60 */
}
li.topmenu a {
	text-decoration: none;
	color: #dbffad;
	border-bottom:none;
}

li.topmenu a:hover {
	text-decoration: none;
	color: #fff;
	border-bottom:none;
}

.at a {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #fff;
}

#footer {
	clear: both;
	padding-bottom: 50px;
	font-size: 10px;
	line-height: 12px;
}

form {
	color: #b9ff60;
}


#header {
	height: 250px;
	background: url(images/header.jpg) no-repeat;
	padding-bottom: 10px;
}

h1 {
	height: 200px;
	text-indent: -9999px;
}

ul.topmenu {
	list-style-type: none;
	width: 700px;
text-align:center;
}

li.topmenu {
	display: inline;
	margin-right: 20px;
}

#secondary {
	width: 280px;
	float: right;
}

.textbox {
	background-color: #d7e3c6;
}

ul {
	margin-left: 20px;
}

ol {
	margin-left: 20px;
}


