/*
Theme Name: prairieSkylined
Theme URI: http://skylinedesign.co.ke
Description: Awesome theme by Huston Malande based on the HTML5 version of Elliot Jay Stocks' <a href="http://elliotjaystocks.com/starkers/">Starkers</a> by <a href="http://nathanstaines.com">Nathan Steines</a>.
Version: 1.0
Author: Huston Malande
Author URI: http://skylinedesign.co.ke
Tags: minimal, responsive, typographic
*/


/* Reset default browser CSS. Based on work by Eric Meyer: 
   http://meyerweb.com/eric/tools/css/reset/index.html
  "No need to reinvent this particular wheel" - Huston
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent
}

section, article, nav, footer { display: block }

ul { list-style: none }

a {
	text-decoration: none;
	color: #2b7ec0;
}

a:hover { text-decoration: underline }

a:visited {
}


/* -----------------------------------------------------------
	UNIVERSAL CLASSES
-------------------------------------------------------------- */

.right		{ float: right }
.left		{ float: left }
.no-display	{ display: none }


/* -----------------------------------------------------------
	TYPO
-------------------------------------------------------------- */

@font-face {
    font-family: 'Helvetica LT Light';
    src: url('fonts/helvetica/Helvetica-LT-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4 {
	font-family: Helvetica LT Light, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	color: #1f923e;
}

section#main-content h1 {
	font-size: 28px;
	padding: 5px 10px 10px 0;
	background: white;
	display: inline-block;
}

h2, h3 {
	color: #147f30;
	padding: 22px 0 8px;
	margin-bottom: 10px;
	border-bottom: 1px solid #d2e7d8;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

h3 {
	font-size: 16px;
}

h5 {
}

article.page ul,
article.post ul {
	font-size: 13px;
	list-style: circle;
	padding: 5px 25px;
	color: #333;
}

section#main-content p {
	padding: 6px 0 12px;
	line-height: 21px;
	font-size: 14px;
}

section#main-content article > p:first-child {
	font-size: 18px;
	color: #2c7e8a;
	padding-top:10px;
	line-height: 24px;
}

section#main-content section#news h2,
section#main-content section#news h3 {
	padding: 0;
	margin-bottom: 0;
	border-bottom: none;
	font-weight: normal;
}

section#main-content section#news h2 {
	font-size: 30px;
	font-family: Helvetica LT Light, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	color: #26b24b;
}

section#main-content section#news h3 {
	font-weight: bold;
	color: #2077bc;
	font-size: 16px;
	padding-top: 10px;
}

section#main-content section#news time {
	font-size: 11px;
	color: #585858;
	font-style: italic;
	display: block;
	padding: 3px 0 7px;
}

section#main-content section#news p {
	padding: 0;
	font-size: 12px;
	line-height: 15px;
}

section#main-content section#news a#read-more {
	font-size: 24px;
	text-transform: lowercase;
	font-family: Helvetica LT Light;
	margin: 30px 0 0 30px;
	padding-left: 26px;
	background: url(images/bg-bullet-green-big.png) 0 4px no-repeat;
	line-height: 24px;
}


/*	Tables */

table {
	background: #a7dbd8;
	border: 1px solid #79b2af;
	border-collapse: separate;
	border-width: 0 1px 1px 0;
	border-spacing: 4px;
	color: #333;
	padding: 20px 5px 5px;
	margin: 5px 0 10px;
	border-radius: 2px;
}

td {
	border-width: 5px;
	padding: 6px 8px;
	background: rgba(255,255,255,0.5);
	border-radius: 2px;
	text-shadow: 0 1px 1px #fff;
}

td:nth-child(even) {
	background: rgba(255,255,255,0.8);
}


/* -----------------------------------------------------------
	LAYOUT
-------------------------------------------------------------- */

body {
	background-color: #fff;
	background: url(images/headbg-home.jpg) center 0 no-repeat, url(images/bg-body-linear.png) 0 0 repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.wrap {
	width: 960px;
	margin:  0 auto;
}


section#green {
	height: 500px;
	overflow: hidden;
	position: relative;

}

section#green img#logo {
	z-index: 100;
	position: absolute;
}


nav#main-menu {
	position: absolute;
	top: 90px;
	border-radius: 5px;
	background: url(images/bg-menu.png) repeat-x;
	height: 44px;
	line-height: 44px;
	width: 100%;
	z-index: 10;
}

nav#main-menu ul { padding-left: 235px }

nav#main-menu ul li { float: left }

nav#main-menu a {
	border-radius: 3px;
	padding: 5px 16px 6px;
	color: #fff;
	-webkit-transition: all 0.5s linear;
	margin-right: 2px;
}

nav#main-menu a:hover,
nav#main-menu li.current-menu-item a
 {
	background: #227238;
	text-decoration: none;
}

nav#main-menu li.current-menu-item a { box-shadow: inset 0 0 8px #0a561f }



/* -------------------------------------------- floating boxes -- */


div#boxes {
	width: 480px;
	height: 300px;
	position: absolute;
	right: 0;
	top: 160px;
}

div#boxes article.info-box {
	width: 192px;
	height: 151px;
	position: absolute;
	background: url(images/bg-infobox.png) no-repeat;
	padding: 15px 20px;
}

div#boxes article#box-one {
	background-position: -232px 0;
	top: 100px;
}

div#boxes article#box-two {
	right: 0;
	top: 80px;
}

div#boxes article.info-box h2 {
	color: #1b9c3d;
	font-weight: normal;
	border-bottom: 1px solid #7dd092;
	padding: 0 0 2px;
	font-size: 18px;
	margin-bottom: 8px;
}

div#boxes article.info-box p {
	color: #1f545c;
	padding: 8px 0;
}

div#boxes article.info-box img {
	background: #d8d8d8;
	padding: 3px;
}

div#boxes article#box-one a {
	float: right;
	background: url(images/bg-bullet-green.png) no-repeat;
	padding-left: 20px;
	font-weight: bold;
}

div#boxes article#box-two a,
input.mp_submit,
#submit {
	padding: 5px 17px;
	display: inline-block;
	color: #fff;
	margin-top: 5px;
	
	background: #4690cb;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4690cb', endColorstr='#2178bc');
	background: -webkit-gradient(linear, left top, left bottom, from(#4690cb), to(#2178bc));
	background: -moz-linear-gradient(top,  #4690cb,  #2178bc);
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-transition: box-shadow 0.3s linear;
	-moz-transition: box-shadow 0.3s linear;
	-o-transition: box-shadow 0.3s linear;	
}

div#boxes article#box-two a:hover,
input.mp_submit:hover,
#submit:hover {
	text-decoration: none;
	box-shadow: -1px 1px 3px #aaa;
	cursor: pointer;

	background: #4b9cdc;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b9cdc', endColorstr='#2178bc');
	background: -webkit-gradient(linear, left top, left bottom, from(#4b9cdc), to(#2178bc));
	background: -moz-linear-gradient(top,  #4b9cdc,  #2178bc);
}

div#boxes article#box-two a:active {
	background: #2178bc;
}



/* -------------------------------------------- main column -- */

section#content {
	overflow: hidden;
	background: url(images/bg-sidebar-tile.jpg) right 0 repeat-y;
}

section#content div#head-line {
	overflow: hidden;
	background: url(images/bg-head-line.png) repeat-x;
}

section#content section#main-content {
	width: 594px;
	float: left;
}

section#main-content section#news {
	background: #f2f2f2;
	overflow: hidden;
	padding: 10px 30px 20px;
}

section#news article {
	width: 250px;
	float:left;
	border-bottom: 1px solid #d0d0d0;
	margin-right: 15px;
	padding-bottom: 10px;
}

section#news a#read-more {
	margin-top: 10px;
	display:inline-block;
}

aside#signup {
	padding: 20px;
	border: 1px solid #f2f2f2;
	margin-top: 16px;
	
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-o-border-top-right-radius: 5px;
}

aside#signup input {
	margin-right: 10px;
}

aside#signup div.MailPress form {
	overflow: hidden;
}

aside#signup input {
	float: left;
}

aside#signup input.mp_submit,
#submit {
	padding: 5px 17px;
	margin-top: 0;
	border: 0;
}


/* -------------------------------------------- side column -- */

aside#sidebar {
	width: 343px;
	float: right;
	margin-top: 25px;
	border-top: 16px solid #fff;
}

aside#sidebar > ul > li {
	border-top: 12px solid #fff;
}

/* ---------------------------- side column > social widgets -- */

aside#sidebar div#fbox {
	padding: 10px;
}

aside#sidebar div#twitbox {
	padding: 5px 20px 15px;
}



/* ---------------------------- side column > events widget -- */

.calendar-press-list-widget li {
	display: block;
	padding: 5px 25px;
}

.calendar-press-list-widget h3 {
	text-transform: lowercase;
	height: 258px;
	background: url(images/bg-upcoming.jpg) no-repeat;
	border-bottom: 5px solid #fff;
	color: #fff;
	padding: 0 10px;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 20px;
	position: relative;
}
.calendar-press-list-widget h3 span {
	position: absolute;
	bottom: 5px;
	left: 10px;
}


.calendar-press-list-widget h3:after {
	content: " ";
	display: block;
	width: 25px;
	height: 13px;
	background: url(images/bg-blue-pointer.png) center 0 no-repeat;
	left: 25px;
	top: 100%;
	line-height: 0;
	position: absolute;
}

.calendar-press-list-widget li time {
		display: inline-block;
		float: left;
		margin-right: 15px;
		width: 90px;
		font-size: 18px;
		color: #26b24b;
}

.calendar-press-list-widget li time:first-line {
	color: #147f30;
	font-weight: bold;
}

.calendar-press-list-widget li a {
	color: #2c7e8a;
	font-size: 17px;
	padding: 1px 0 4px;
	display: inline-block;
}

article > ul.calendar-press-list-widget li:nth-child(2n) {
	background: #f0f7f2;
}



/* ----------------------------------------------- footer -- */


body footer#site-map {
	background: #f2f2f2 url(images/footbg.jpg) center 0 no-repeat;
	overflow: hidden;
	height: 400px;
	clear: both;
}

body.home footer#site-map {
	background: url(images/footbg-home.jpg) center 0 no-repeat;
}

body footer#site-map .wrap {
	padding: 170px 0 0;
}

body footer#site-map ul {
	float: left;
	width: 200px;
	margin-right: 20px;
}

body footer#site-map ul h3 {
	border-bottom: 1px solid #b2d1ba;
	padding-bottom: 5px;
	margin-bottom: 15px;
	color: #147f30;
	font-weight: bold;
}



/* -----------------------------------------------------------
	MQ
-------------------------------------------------------------- */

@media (max-width: 1200px) {



}


@media (max-width: 1040px) {
	


}


/*@media (max-device-width: 1024px) and (orientation: landscape) 
@media (max-width: 1024) {

}
*/

@media (max-width: 768px) {



}


@media (max-width: 480px) {


}


/* 

  Code is poetry, thus I hope I've been successful in eliciting an emotional response from you! Soli Deo Gloria.

*/