@charset "UTF-8";
/* Built by James Kirkby for Reluctant Hero */
/* Core Elements */
body {
	background-color: #CCC;
	font-family:Helvetica, Arial, sans-serif;
	font-size:0.7em;
	margin:0;
	padding:0;
	color:#595959;
}

a {
	text-decoration:underline;
	color:#595959;
}
#nav a {
	color:#FFF;
	text-decoration:none;
}
#nav a:hover {
	text-decoration:underline;
}
h2 {
	padding:0;
	margin:0;
	font-size:13px;
	font-weight:normal;
}

#wrapper {
	margin:0 auto;
	width:850px;
	padding:25px;
	background:#FFF;
}

/* Header elements */
#header {
	height:100px;
}

#nav {
	background:#535353;
	width:725px;
	float:left;
}

#nav ul {
	list-style:none;
	text-align:right;
	padding:10px 0;
	margin:0 30px;
}

#nav li {
	display:inline;
	padding-left:30px;
}

.dashed {
	border-bottom:dashed #7e7e7e 1px;
}

#logo {
	height:100px;
	width:100px;
	float:right;
	display:inline;
}
/* Body elements */
/* Template 1 */
#content1 {
	min-height: 125px;
}
#content1 .post {
	padding:25px 0 0;
	border-bottom:dashed #7e7e7e 1px;
}

#content1 .postimg {
	float:left;
	padding-right:25px;
}

#content1 div.postcontent {
	min-height:125px;
}

#content1 .postcontent p, #content1_box {
	color:#595959;
	line-height:18px;
}

#content1_box {
	margin-bottom:5px;
}

div.dashed {
	clear:both;
}
.box1, .box2, .box3 {
	float:left;
	width:180px;
	margin:20px 0 17px;
}
.box1 {
	padding-right:20px;
	border-right:dashed #7e7e7e 1px;
}

.box2 {
	padding:0 20px;
	border-right:dashed #7e7e7e 1px;
}

.box3 {
	padding-left:20px;
}


/* Template 2 & 3 */
#content2 .post {
	padding:25px 0;
	border-bottom:dashed #7e7e7e 1px;
}

#content2 .postimg {
	float:left;
	padding-right:25px;
}

#content2 div.postcontent {
	min-height:125px;
}

#content2 .postcontent p, #content1 p {
	color:#595959;
	line-height:18px;
	padding-bottom:0;
}

#sponsors {
	border-bottom:dashed #7e7e7e 1px;
}

/* Template 4 & 4b */
#cal_header {
	padding:10px 0 0;
}

#content4 div {
	float:left;
	margin:20px 0px;
}
#content4b div {
	float:left;
	margin:20px 0 10px;
	line-height:18px;
}
.cal1 {
	padding-right:8px;
	border-right:dashed #7e7e7e 1px;
}
.cal2 {
	padding:0 8px;
	border-right:dashed #7e7e7e 1px;
}
.cal3 {
	padding-left:8px;
}

/* Contact form */
.clear {
	clear:both;
}
#contact_wrapper {
	color:#595959;
	margin-bottom:20px;
	margin-top:15px;
}
#contact_left {
	width:400px;
}
#contact_right {
	margin-left:30px;
	width:320px;
}
#contact_left, #contact_right {
	float:left;
	padding:0 0 10px;
}
#contact_form, #contact_form {
	border:none;
	margin:0;
	padding:0;
}
#contact_form label {
padding-top:10px;
line-height:1.3em;
}
#contact_form .inputs, #contact_form textarea {
	width:250px;
	border:#999 solid 1px;
	margin-bottom:8px;
}
#contact_leftinputs {
	float:right;
	width:310px;
	border-right:dashed #7e7e7e 1px;
}
#contact_rightinputs {
	float:right;
	width:240px;
}

