/*
Theme Name: Ventures
Theme URI: http://missionaryventures.org.uk/
Description: A theme for use on the Missionary Ventures website.
Version: 1.0
Author: Matthew Laver
*/

/* @group Images */
img.alignright, img.aligncenter, img.alignleft {
	border: 1px solid #333;
} 
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.iconleft {
	float: left;
	width: 100px;
	clear: left;
	margin-right: 1em;
}
.iconleft a.pdflink {
	margin-top: 0;
	margin-bottom: 10px;
}
/* @end */

/* @group Classes */

*{
	margin: 0;
	padding: 0;
}
html {
	background: #ac9b8e url(images/map.gif) repeat-x;
}
body {
	background:url(images/bg.png) repeat-y center top;
	font: 12px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
}
p {
	margin-bottom: 18px;
}

h1 {
	font-size: 24px;
}
h2 {
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ba2331;
}

h3 {
	font-size: 12px;
	line-height: 18px;
}
h3.section {
	font-size: 14px;
	border-bottom: 1px solid #473a33;
	margin-bottom: 10px;
}
ul {
	margin-bottom: 18px;
	list-style-position: inside;
	list-style-type: square;
}
a:link, a:visited {
	color: #ba8154;
	text-decoration: none;
	border: none;
	background-color: transparent;
}
a:hover, a:focus, a:active {
	text-decoration: underline;
}

a.pdflink {
	display: block;
	padding-top: 40px;
	margin-top: 10px;
	background: url(images/pdf.gif) no-repeat 33px 7px;
	border: 1px solid #aeaeae;
	width: 100px;
	text-align: center;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
a.pdflink:hover {
	background-color: #eee;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
}

/* @end */

/* @group Admin */

ul#admin {
	border-bottom: 1px dotted #aeaeae;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	z-index: 10;
}
#admin li {
	list-style: none;
	display: inline;
	margin-right: 5px;
	padding-left: 5px;
}
#admin li a {
	color: #666;
}
#admin li a:hover {
	color: #333;
	text-decoration: none;
}



/* @end */

/* @group Nav */

#nav {
}
#nav ul {
	text-align: right;
	margin-bottom: 0;
	padding: 5px;
}
#nav ul li {
	display: inline-block;
	margin-right: 0;
	font-size: 1em;
	font-weight: bold;
	
}
#nav ul li a {
	padding: 0px 8px;
	border-left: 1px solid #aeaeae;
}

#nav ul li a:hover {
	color: #7c6452;
	text-decoration: none;
	border-left-color: #7c6452;
}

#nav ul li a#homeico {
	width: 30px;
	height: 30px;
	display: block;
	padding: 0;
	background: url(images/home.png) no-repeat 0 -30px;
	border: 0;
}
#nav ul li a#homeico:hover {
	background-position: 0 0;
	border: 0;
}


/* @end */

/* @group Sidebar */

#sidebar {
	width: 300px;
	float: left;
	padding: 9px;
	text-align: right;
	font-style: italic;
}
#sidebar ul {
	margin-bottom: 18px;
	font-style: normal;
}
#sidebar ul li {
	list-style: none;
	margin: 18px 0;
}
ul#meta li {
	margin: 0;
}



/* @end */

/* @group Content */

h2#features {
	padding-left: 10px;
}

div.feature {
	position: relative;
	float: left;
	margin-right:10px;
	width: 290px;
	padding: 5px;
}
div.feature h3 {
	position: absolute;
	top: 120px;
	
}
.feature h3 a {
	padding: 2px 10px;
	width: 150px;
	background-color: #fff;
	background-color: rgba(255,255,255,0.8);
	display: block;
}
div.feature img {
	width: 290px;
	border: 1px solid #aeaeae;
}
div.featureimg {
	
	width: 290px;
	height: 200px;
	overflow: hidden;
}

/* @group Article Excerpt */

div.article_excerpt {
	min-height: 102px;
	margin-bottom: 20px;
	position: relative;
}
div.article_excerpt p, div.article_excerpt h3 {
	margin-left: 110px;
}
div.article_excerpt span.date {
	font-size: 8pt;
	color: #777;
	margin-left: 10px;
	font-weight: normal;
}
div.article_excerpt a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 99px;
	height: 100px;
	border: 1px solid #7c6452;
}
div.article_excerpt.Team a span {
	background: url(images/team.png) no-repeat left top;
}
div.article_excerpt.News a span {
	background: url(images/news.png) no-repeat left top;
}
div.article_excerpt.Journal a span {
	background: url(images/journal.png) no-repeat left top;
}
div.article_excerpt img {
	float: left;
	margin-right: 10px;
	background-color: #c2b3a6;
	border: 0;
}


/* @end */

#article_image {
	height: 230px;
	background-color: #9d7f69;
	margin-bottom: 10px;
	padding: 10px;
	position: relative;
}
#article_image img{
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-top-right-radius:10px;
}
#article_image h1 a{
	text-indent: -9999px;
	height: 60px;
	width: 319px;
	position: absolute;
	bottom: 0;
	left: 10;
	z-index: 10;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-top-right-radius:10px;
	background: #9d7f69 url(images/logo.png) 5px 5px no-repeat;
}
#gallery img {
	position: absolute;
}
#article_content {
	width: 620px;
	padding: 10px;
	margin-left: 320px;
	min-height: 400px;
}

/* @group Forms */
form {
	border: 1px solid #aeaeae;
	background-color: #eee;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	margin: 0 auto;
	padding: 10px;
}
form.paypal {
	border: none;
	background: none;
	padding: 0;
	margin: 0;
}
form#searchform {
	background-color: #fff;
	border: none;
	margin-right: 0;
	padding: 0;
}
form#searchform label {
	display: none;
}
form#searchform input {
	font-size: 13px;
	background-color: #eee;
	padding: 5px;
	border: 1px solid #999;
}

form#searchform input#searchsubmit {
	color: #ba2331;
	font-weight: bolder;
	background-color: #ebd9cb;
}

div#sidebar form.wpcf7-form {
	width: 200px;
	text-align: center;
	margin: 0 0 0 80px;
}
div#sidebar form.wpcf7-form input {
	width: 150px;
}
div#sidebar span.wpcf7-not-valid-tip {
	left: 157px;
	width: 100px;
}
form.wpcf7-form {
	width: 500px;
	position: relative;	
	margin-bottom: 20px;
}
form.wpcf7-form h3 {
	background-color: #ebd9cb;
	padding: 3px 7px;
	margin-bottom: 12px;
}
span.wpcf7-not-valid-tip {
	position: absolute;
	left: 290px;
	top: -6px;
	width: 180px;
}

/* @end */

/* @group Vidthumbs */

a.vidthumb {
	display: block;
	background-color: #e5e5e5;
	float: left;
	margin: 10px;
	border: 1px solid #aeaeae;
	padding: 10px;
	width: 150px;
}
a.vidthumb:hover {
	text-decoration: none;
}
a.vidthumb span {
	width: 44px;
	height: 14px;
	position: absolute;
	right: 60px;
	top: 10px;
	background: #e5e5e5 url(images/lightview/inner_slideshow_play.png) no-repeat center center;
	padding: 2px 4px;
}
a.vidthumb img {
	width: 150px;
	height: 150px;
}

/* @end */

/* @group Teams Table */

table#teams {
	background-color: #eee;
	margin: 10px auto;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
#teams tr th {
	background-color: #ba8154;
	padding: 5px 10px;
	text-align: left;
	width: 85px;
}
table#teams tr td {
	padding: 5px 10px;
}
table#teams tr:hover {
	background-color: #ebd9cb;
}
table#teams tr td a img {
	border: none;
}
table#teams tr.Returned {
	color: #a3a3a3;
}
table#teams tr.signupnow {
	font-weight: bold;
	color: #ba8154;
}
/* @end */




/* @end */

/* @group Article Navigation */
#article_navigation {
	background-color: #ddd;
	padding: 5px;
	clear: both;
	margin-bottom: 18px;
}
#article_navigation span.previouslink {
	float: left;
	margin-left: 0px;
	width: 290px;
}
#article_navigation span.nextlink {
	float: right;
	text-align: right;
	margin-right: 10px;
	width: 290px;
}
#article_navigation span a {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* @end */

/* @group Journal Links */

.journal_link {
	float: left;
	margin: 3px;
	margin-left: 0px;
	position: relative;
	border: 1px solid #aeaeae;
	height: 150px;
}
.journal_link span a {
	display: block;
	position: absolute;
	background-color: rgba(255,255,255,0.8);
	bottom: 0;
	padding: 0 5px;
	border-top-width: 0;
	width: 140px;
}
/* @end */

/* @group Staff Contact */

.contact_staff {
	float: left;
	width: 100px;
	margin-right: 20px;
	margin-bottom: 10px;
}

/* @end */

/* @group Footer */

#footer {
	position: relative;
}

#footer .wrapper {
	clear: both;
	padding-top: 20px;
	border-top: 1px solid #aaa;
	bottom: 0;
}

.column {
	width: 300px;
	float: left;
	padding: 10px;
}



/* @end */

/* @group Comments */

textarea#comment {
	width: 320px;
}
.nocomments {
	display: none;
}

/* @end */
