/*
Theme Name: Evolve NI
Theme URI: http://www.evolveni.com/
Author: Peter Hughes
Author URI: http://www.eyesparks.com/
Tags: dark, blue, custom header, fixed width, 960 grid system

*/


/* 
01 - TYPOGRAPHY
02 - HEADER
03 - HOMEPAGE
04 - OTHER CONTENT
05 - SIDEBAR
06 - BUTTONS & FORMS
07 - LISTS & NAVIGATION
08 - FOOTER
09 - ORIGINAL WORDPRESS DEFAULT CODE
*/



* 			{ margin: 0;  padding: 0;}
html 		{ min-height: 100%; overflow-y:scroll; }
body		{background:#262626 url(images/back.jpg) no-repeat center top; padding: 0; color:#FFFFFF; font-size:85%; }
html>/**/body, x:-moz-any-link, x:default { font-size:100%; } /* Only FireFox 3 */



/* 01 - TYPOGRAPHY
/* ----------------------------------------------*/

h2	{ color:#32B4EB; }
h3	{ color:#FFF; margin:7px 0; }
h3.widgettitle	{ border-bottom:1px solid #006E8C; padding-bottom:5px; margin:20px 0 5px 0; }
h3	a{ color:#FFF; text-decoration:none; }
h3	a:hover{ text-decoration:underline; }
h4	{ color:#FFF; }
h6	{ color:#FFF; font-size:1.0em; line-height:1.2em; font-weight:normal; }

p	{ color:#FFF; font-size:0.9em; line-height:1.3em; margin:5px 0 10px 0; }
.grid_3 p	{ color:#FFF; }
a			{ color:#FFF; }
a.small		{ font-size:70%; text-decoration:none; }
a.small:hover	{ text-decoration:underline; }
small		{ float:right; margin:-25px 0 0 0; font-style:italic; }
em			{color:#32B4EB;}



/* 02 - HEADER
/* ----------------------------------------------*/

#header			{ border-top:1px #FFF solid; border-bottom:1px #FFF solid; padding:0; float:left; width:100%; margin-bottom:30px; }

.logo			{ float:left; padding:0; margin:20px 0 0 0; }
.strapline		{ float:left; padding:0; margin:32px 0 0 56px; }

input, textarea, select	{ color:#ccc; background:#111 !important; border:1px solid #006E8C; }

.search			{margin:20px 10px 0 0!important; margin/**/:20px 5px 0 0; padding:2px 8px 4px 8px; display:block; float:left; border:#006E8C 1px solid; background:#111 !important; float:right; }
.search_field	{color:#666; border:0; margin:0; padding:0; font-size:0.8em; width:187px; background:#111; }
.search_butt	{background:url(images/search-button.gif) no-repeat !important; border:0; margin:0; padding:0; height:20px; width:20px; cursor:pointer; }
.signupbutt		{color:#666; margin:0 10px 5px 0; font-size:0.8em; width:180px; background:#111; padding:4px; border:#006E8C 1px solid; clear:both; float:left; }



/* 03 - HOMEPAGE
/* ----------------------------------------------*/

.home_image		{position:relative; height:220px;}
.datestamp		{position:absolute; background:url(images/navback.gif) repeat-x; width:55px; height:61px; text-align:center; padding-top:4px; z-index:10; top:0; left:-7px;}
.datestamp span {color:#FFFFFF; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; font-size:1.3em;}
.home_image img	{position:absolute; top:7px; left:0; z-index:9;}

.post .datestamp	{background:url(images/navback.gif) repeat-x; width:55px; height:61px; text-align:center; padding-top:4px; float:left; margin:0 10px 60px 0; position:relative;}
.single_post .datestamp	{background:url(images/navback.gif) repeat-x; width:55px; height:61px; text-align:center; padding-top:4px; float:left; margin:0 10px 10px 0; position:relative;}


/* 04 - OTHER CONTENT
/* ----------------------------------------------*/

.border_bottom	{ border-bottom:1px solid #FFF;}
.title_box		{ border-bottom:1px solid #FFF; margin:0 0 15px 0;  }
.title_box h2,
.title_box h4,
.title_box h6  	{ margin:0 0 8px 0; }
hr 				{ height:1px; width:100%; margin:20px 0; background:#FFF; }

.post			{border-top:1px solid #FFF; margin:20px 0 0 0; padding:10px 0 0 0; float:left; }


/* 05 - SIDEBAR
/* ----------------------------------------------*/

.sidebar		{border:1px solid #006E8C; background:#111; padding:0 15px 15px 15px;}
.sidebar h4		{ font-size:1.2em; font-weight:bold; border-bottom:1px solid #006E8C; padding-bottom:10px; }
.sidebar ul		{margin:0; padding:0; list-style:none;}
.sidebar li		{margin:0; padding:0;}
.sidebar td, th		{margin:0; padding:0 20px 0 0;}


/* 06 - BUTTONS & FORMS
/* ----------------------------------------------*/

.blue_button a,
input.blue_button 		{ margin:5px 0; padding:0 7px; height:22px; line-height:22px; font-size:0.8em; float:left; background:url(images/bluebutt_right.gif) no-repeat top left!important; font-weight:bold; text-decoration:none; color:#FFF; border:none; }
.blue_button a:hover,
input.blue_button:hover		{ background-position:-10px -27px; color:#FFF; cursor:pointer; } 


/* 07 - LISTS & NAVIGATION
/* ----------------------------------------------*/

ul#mainnav		{ list-style:none; margin:0 0 0 10px; padding:0; float:left; }
ul#mainnav	li	{ margin:0 10px 0 0; padding:0; float:left; font-size:0.9em; font-weight:bold; }
ul#mainnav	li	a{ float:left; color:#FFFFFF; padding:35px 12px 10px 12px; text-decoration:none; }
ul#mainnav	li	a:hover{ background:url(images/navback.gif) repeat-x; }
ul#mainnav	li.current	a{ background:url(images/navback.gif) repeat-x; }

ul#home_list	{ list-style:none; width:auto; float:left; margin:0; padding:0; border-top:1px solid #006E8C; }
ul#home_list li	{ float:left; margin:0; padding:0; display:block; border-bottom:1px solid #006E8C; font-size:0.9em; }
ul#home_list li	a{ float:left; display:block; width:460px; padding:10px 0; color:#999; text-decoration:none;  }
ul#home_list li	a:hover{ color:#FFF; }
ul#home_list li	span{ color:#CCC; font-size:70%;  }

ul#footernav	 { text-align:right; list-style:none; margin:0; padding:0;}
ul#footernav li {display:inline; margin:0 0 0 5px; color:#ccc; padding:0;}
ul#footernav li a{ color:#333; padding:0; color:#ccc; text-decoration:none; font-size:0.9em;}
ul#footernav li a:hover{text-decoration:underline;}
ul#footernav li.eyesparks a	span{ background:url(images/eyesparks.gif) no-repeat; width:70px; height:14px; float:right; display:block; padding:0;}

ul.ccards	li	{display:block; margin:5px 5px 0 0; float:left; padding:0; list-style:none;}


/* 08 - FOOTER
/* ----------------------------------------------*/

.footer			{ border-top:1px solid #FFF; margin:40px 0 0 10px; height:40px; padding:12px 0 0 0; }
.footer	h5		{ color:#FFF; font-weight:normal; font-size:0.9em; display:block; float:left; margin:0; padding:0; }

.stake_logo		{ background:url(images/footer_logo.gif) no-repeat; width:84px; height:14px; display:block; float:left; margin:-2px 0 0 5px; padding:0;}
.facebook_logo	{ background:url(images/facebook.gif) no-repeat; width:24px; height:24px; display:block; float:left; margin:-8px 0 0 10px; padding:0;}
.twitter_logo	{ background:url(images/twitter.gif) no-repeat; width:24px; height:24px; display:block; float:left; margin:-8px 0 0 15px; padding:0;}
.youtube_logo	{ background:url(images/youtube.gif) no-repeat; width:24px; height:24px; display:block; float:left; margin:-8px 0 0 10px; padding:0;}




/* 09 - ORIGINAL DEFAULT WORDPRESS CODE
/* ----------------------------------------------*/

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #444;
	text-align: center;
	background-color: #262626;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color:#32B4EB;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	color:#32B4EB;
}
/* End captions */


