/*
Theme Name: Wilde Media
Theme URI: http://www.wildemedia.co.uk/
Description: This is the Wordpress theme for Wilde Media <a href="http://www.wildemedia.co.uk">Wilde Media</a>.
Version: 
Author: Christine Wilde
Author URI: http://www.wildemedia.co.uk/
Tags: blue, nature, tree, black, custom

	Wilde Media v1
	 http://www.wildemedia.co.uk

	This theme was designed and built by Christine Wilde,
	whose blog you will find at http://www.wildemedia.co.uk/

*/



/* ------------------------------------------------- */
/* --------------- Begin Text Styles --------------- */
/* ------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Nobile', arial, sans-serif;
}

h1 {
	display: none;
}

h3 {
	color: #fff;
	margin: 0;
	font-size: 18px;
	text-align: center;
}

p {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 15px;
	text-align: justify;
}

#comments {
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
}

.respond {
	text-align: left;
	margin-top: 10px;
}

small {
	font-size: 10px;
}

.left {
	text-align: left;
}

.innerTitle {
	width: 700px;
	color: white;
	float: left;
	font-size: 40px;
	padding: 0;
	margin-top: 15px;
	font-family: 'Nobile', arial, sans-serif;
}

.white {
	color: #fff;
	text-align: left;
}

.red {
	color: red;
}

.blue {
	color: #0071BC;
}

.article {
	text-align: left;
	text-decoration: none;
}

.article a {
	color: white;
	text-decoration: none;
}

.article a:hover {
	color: #bebebe;
}

.description {
	display: none;
}




/* --------------------------------------------- */
/* --------------- BUTTON STYLES --------------- */
/* --------------------------------------------- */

.button, .button_site {
	border: 1px solid #000;
	background: #333;
	background : -webkit-gradient(linear, left top, left bottom, from(#1A3F4F), to(#002E42));
	background : -moz-linear-gradient(center top, #1A3F4F, #002E42);
	padding: 5px 20px;
	display: inline-block;
	color: #fff;
	font-weight:bold;
	font-size: 11px;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	text-transform: uppercase;
}

.button_site {
	margin-left: 15px;
}

.button a, .button_site a {
	color: #fff;
	text-decoration: none;
}

.button:hover, .button_site:hover {
	color: #fff;
	text-decoration: underline;
	background : -webkit-gradient(linear, left top, left bottom, from(#002E42), to(#1A3F4F));
	background : -moz-linear-gradient(center top, #002E42, #1A3F4F);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#002E42', endColorstr='#1A3F4F');
}




/* ----------------------------------------------- */
/* --------------- Begin Structure --------------- */
/* ----------------------------------------------- */


html, body {    
   height: 100%; 
}

body {
	margin: 0;
	font-size: 11px;
	font-family: 'Century Gothic', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-image: url( images/header.jpg );
	background-repeat: repeat-x;
	background-color: #000;
	color: #EAEAEA;
	}

#wrapper {
	min-height: 100%;
    margin-bottom: -367px;
    position: relative;
}
	
.inner {
	margin: 0;
	font-size: 10px;
	font-family: 'Century Gothic', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-image: url( images/smallHeader.jpg );
	background-repeat: repeat-x;
	background-color: #000;
	color: #EAEAEA;
	}
	
#header {
	height: 400px;
}

#innerHeader {
	height: 175px;
}

#innerTrees {
	height: 100px;
	width: 200px;
	float: right;
	margin-top: 5px;
	background: url( images/innerTrees.png ) no-repeat;
}

#page {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	text-align: left;
	}
	
#navigation {
	height: 50px;
	width: 960px;
	background-image: url( images/navBG.png );
}

.mainNavigation {
	float: right;
	font-size: 14px;
}

.mainNavigation ul {
	list-style: none;
}

.mainNavigation li {
	float: left;
	margin-right: 40px;
	display: block;
	font-size: 14px;
}

.mainNavigation a {
	color: white;
	text-decoration: none;
}

.mainNavigation a:hover {
	color: skyblue;
}

#logo {
	height: 40px;
	width: 180px;
	float: left;
	margin-left: 10px;
	background: url( images/logo.jpg );
}

.navigation {
	height: 30px;
	color: white;
}

.navigation li {
	float: left;
	margin-right: 40px;
	display: block;
	font-size: 14px;
}

.alignleft {
	color: white;
}

.alignleft a {
	color: white;
	font-size: 12px;
	text-decoration: none;
}

.alignleft a:hover {
	color: skyblue;
}

.postEntry {
	width: 700px;
	float: left;
	margin-bottom: 10px;
}

.entry {
	float: left;
	width: 960px;
	margin-bottom: 10px;
}

.entry a {
	color: skyblue;
	text-decoration: none;
}

.entry a:hover {
	color: white;
}

.articleThumb {
	width: 690px;
	float: left;
	padding: 4px 5px 5px 4px;
	margin-bottom: 15px;
	border: 1px solid #fff;
	background-color: #ddd;
}

.articleThumb img {
	border: 1px solid #000;
}

.articleExcerpt, #articlePost {
	float: left;
	width: 690px;
	padding: 20px 5px;
	margin-bottom: 10px;
}

#articlePost {
	margin-right: 50px;
}

.excerptEntry {
	width: 750px;
}

.postmetadata {
	width: 680px;
	color: #999;
	float: left;
	padding: 5px 10px;
	background-color: #333;
}

.postmetadata a {
	color: white;
	text-decoration: none;
}

.postmetadata a:hover {
	color: skyblue;
}

.commentlist {
	clear: both;
}

#respond {
	clear: both;
	margin-top: 10px;
	border-top: 1px solid gray;
}

#respond a {
	color: skyblue;
	text-decoration: none;
}

#respond a:hover {
	color: white;
}

textarea {
	width: 400px;
}

#description {
	height: 77px;
	width: 960px;
	float: left;
	background: url( images/strapLine.png );
}

#featuredContent {
	color: black;
	height: 302px;
	width: 500px;
	float: left;
	margin-left: 20px;
	font-size: 14px;
	text-align: center;
	background-image: url( images/featuredWork.png );
}

#trees {
	height: 253px;
	width: 383px;
	float: right;
	margin-top: 30px;
	background: url( images/trees.png );
}

#content {
	width: 960px;
	float: left;
}

.clearfooter {
   height: 367px;
   clear: both;
}

#footer {
	height: 367px;
	color: white;
	clear: both;
    position: relative;
	background-repeat: repeat-x;
	background-image: url( images/footer.jpg );
	background-position: bottom;
}

#smallTrees {
	height: 107px;
	background: url( images/smallTrees.png ) no-repeat;
}

#footerContent {
	height: 320px;
	width: 960px;
	margin: 0 auto;
}

#latestArticles {
	height: 190px;
	width: 319px;
	float: left;
	border-right: 1px solid black;
}

#latestTweets {
	height: 190px;
	width: 319px;
	float: left;
	border-right: 1px solid black;
}

#onlineProfiles {
	height: 190px;
	width: 320px;
	float: left;
}

#copyright {
	height: 30px;
	margin-top: 20px;
	padding-top: 10px;
	text-align: center;
}




/* ---------------------------------------------- */
/* --------------- SIDEBAR STYLES --------------- */
/* ---------------------------------------------- */


#sidebar {
	width: 200px;
	font-size: 12px;
	float: left;
}

.widgettitle {
	font-size: 16px;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	font-family: 'Nobile', arial, sans-serif;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul li {
	list-style: none;
	padding: 5px 0;
}

#sidebar a {
	color: #fff;
	text-decoration: none;
}

#sidebar a:hover {
	color: #ddd;
	text-decoration: underline;
}




/* --------------------------------------------- */
/* --------------- COLUMN STYLES --------------- */
/* --------------------------------------------- */


.third {
	width: 31%;
	float: left;
	margin-top: 20px;
	margin-right: 30px;
}

.third_last {
	width: 31%;
	float: left;
	margin-top: 20px;
}




/* ------------------------------------------------------ */
/* --------------- LATEST ARTICLES STYLES --------------- */
/* ------------------------------------------------------ */


#latestArticles {
	text-align: center;
}

#latestArticles .more {
	background: none;
	text-align: center;
}

#latestArticles h3 {
	margin-bottom: 10px;
}

#latestArticles a {
	color: skyblue;
	text-align: center;
	text-decoration: none;
}

#latestArticles li {
	height: 12px;
	width: 270px;
	text-align: center;
	list-style: none;
	padding: 5px 10px;
	margin-left: 15px;
	margin-bottom: 5px;
	background: url( images/articleBackground.png ) no-repeat;
}




/* ----------------------------------------------------- */
/* --------------- LATEST TWITTER STYLES --------------- */
/* ----------------------------------------------------- */


#latestTweets ul {
	padding: 0;
	margin: 0;
	margin-top: 10px;
	list-style: none;
	text-align: center;
}

#latestTweets a {
	color: skyblue;
	text-decoration: none;
}

.tweet {
	width: 270px;
	height: 40px;
	padding: 5px 10px;
	margin-left: 15px;
	margin-bottom: 5px;
	background: url( images/tweetBackground.png ) no-repeat;
}

#aktt_tweets ul li {
	background: url( images/tweetBackground.png ) no-repeat;
}

.aktt_tweet_time {
	color: blue;
	font-size: 8px;
}

.aktt_more_updates {
	background: none;
}




/* ------------------------------------------------------ */
/* --------------- ONLINE PROFILES STYLES --------------- */
/* ------------------------------------------------------ */


.icon {
	width: 58px;
	height: 52px;
	float: left;
}

#icons {
	margin-top: 20px;
	margin-left: 10px;
}




/* ---------------------------------------------------- */
/* --------------- SERVICES PAGE STYLES --------------- */
/* ---------------------------------------------------- */


#serviceContact {
	width: 310px;
	float: right;
}

#serviceContactHeader {
	height: 35px;
	background-image: url( images/servicesContactHeader.jpg );
}

#serviceContactContent {
	margin-left: 5px;
	width: 260px;
	padding: 0 20px 10px 20px;
	background-color: #002E42;
}

#serviceContactContent h3 {
	padding-bottom: 5px;
	padding-top: 10px;
	border-bottom: 1px solid #003C51;
}						   

#serviceContactContent li {
	font-size: 11px;
	list-style: none;
	margin-left: 0;
}

#serviceContactFooter {
	height: 35px;
	background-image: url( images/servicesContactFooter.jpg );
}

#serviceIcons {
	height: 40px;
	padding-top: 10px;
}

.icon {
	float: left;
	margin: 0 3px;
}

#services {
	width: 650px;
	float: left;
}

.service {
	float: left;
	width: 650px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 2px solid #333;
}

.serviceThumb {
	height: 100px;
	width: 100px;
	float: left;
	border: 1px solid white;
}

.serviceThumb:hover {
	border: 1px solid #bebebe;
}

.serviceText {
	width: 500px;
	float: left;
	padding: 5px 10px 5px 15px;
}

.serviceText h3 {
	font-size: 16px;
	color: #fff;
	padding-bottom: 5px;
	/*border-bottom: 1px solid #333;*/
}

.serviceText h3 a {
	color: #fff;
}

.serviceText h3 a:hover {
	color: #bebebe;
}




/* ------------------------------------------------- */
/* ---------------- PORTFOLIO STYLES --------------- */
/* ------------------------------------------------- */

#portfolio_content {
	float: left;
	width: 1000px;
}

#portfolio-item {
	width: 212px;
	float: left;
	height: 300px;
	margin: 10px 35px 30px 0;
}

#portfolio-item img {
	border: 1px solid #000;
}

.portfolio-item-thumb {
	padding: 5px;
	background-color: #EAEAEA;
}

.portfolioThumb {
	height: 100px;
	width: 100px;
	float: left;
	border: 1px solid #fff;
	margin-right: 5px;
}

.portfolioDescription {
	height: 92px;
	width: 183px;
	float: left;
	padding: 5px;
	text-align: center;
	background-color: #000;
}

.portfolioDescription h3 {
	font-size: 14px;
}

.portfolioDescription a {
	color: skyblue;
	text-decoration: none;
}

.portfolioDescription a:hover {
	color: #2D95B5;
}

.portfolio-item-info h4 {
	font-size: 14px;
}

.portfolio-item-info p {
	color: #fff;
	font-size: 12px;
}




/* --------------------------------------------------- */
/* --------------- MARKETPLACE STYLES ---------------- */
/* --------------------------------------------------- */


#item_thumbs {
	width: 960px;
}

.item_thumb {
	width: 180px;
	height: 190px;
	margin: 5px;
	float: left;
	overflow: hidden;
	position: relative;
}

.item_thumb a {
	text-decoration: none;
	float: left;
}

.item_thumb a:hover {
	cursor: pointer;
}

.item_thumb a img {
	float: left;
	margin: 0;
	border: none;
}

.item_thumb a:hover .desc{
	display: block;
	font-size: 12px;
	background: #111;
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
	color: #fff;
	position: absolute;
	bottom: 10px;
	left: 16px;
	padding: 10px;
	margin: 0;
	width: 129px;
	text-align: center;
	border-top: 1px solid #999;
}

/* START LIGHTBOX STYLES */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }




/* BEGIN ARTICLES PAGE STYLES */

.category {
	margin-top: 20px;
	text-align: left;
}

#articles .post {
	padding: 0 10px 10px 0;
	margin-bottom: 10px;
}

#articles .post a {
	color: #fff;
	text-decoration: none;
}

#articles .post a:hover {
	color: #bebebe;
}

#archive {
	width: 120px;
	float: left;
	padding: 0 5px 5px;
	margin-right: 10px;
	border-right: 1px solid #333;
}

#archive h3 {
	margin-bottom: 10px;
}

#archive li {
	margin-top: 5px;
	list-style: none;
}

#archive li a {
	color: white;
font-size: 12px;
	text-decoration: none;
}

#archive li a:hover {
	color: skyblue;
}

#articles {
	width: 720px;
	float: left;
	margin-right: 20px;
}

.avatar {
	float: left;
	margin-right: 10px;
	border: 1px solid skyblue;
}

.fn {
	float: left;
	margin-right: 5px;
}

.fn a {
	color: skyblue;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

/* END ARTICLES PAGE STYLES */


/* Begin Structure */

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.clear {
	clear: both;
}

/* End Structure */



/* 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;
	}
	
.alignright a {
	color: white;
font-size: 12px;
	text-decoration: none;
}

.alignright a:hover {
	color: skyblue;
}

.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, #Chameleon 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;
	}

#Chameleon ul, #Chameleon ul ol {
	margin: 0;
	padding: 0;
	}

#Chameleon ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#Chameleon ul p, #Chameleon ul select {
	margin: 5px 0 8px;
	}

#Chameleon ul ul, #Chameleon ul ol {
	margin: 5px 0 0 10px;
	}

#Chameleon ul ul ul, #Chameleon ul ol {
	margin: 0 0 0 10px;
	}

ol li, #Chameleon ul ol li {
	list-style: decimal outside;
	}

#Chameleon ul ul li, #Chameleon ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#Chameleon #searchform #s {
	width: 108px;
	padding: 2px;
	}

#Chameleon #searchsubmit {
	padding: 1px;
	}

.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;
	color: white;
	margin: 5px 5px 1px 0;
	border: 2px solid skyblue;
	background-color: #333;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 400px;
	padding: 2px;
	color: white;
	border: 2px solid skyblue;
	background-color: #333;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	color: white;
	height: 32px;
	width: 170px;
	margin: 0 0 5px auto;
	float: left;
	border: none;
	cursor: pointer;
	background: url( images/commentButton.jpg ) no-repeat;
	}
	
#commentform #submit:hover {
	background-image: url( images/commentButton.jpg );
	background-position: 0 -32px;
}

/* 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: none;
	}
/* End Comments */







/* 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;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.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;
}
/* End captions */

/* HOME SLIDER STYLES */

div#top div#nav {
	float : left;
	clear : both;
	width : 500px;
	height : 52px;
	margin : 22px 0 0;
}

div#top div#nav ul {
	float : left;
	width : 700px;
	height : 52px;
	list-style-type : none;
}

div#nav ul li {
	float : left;
	height : 52px;
}

div#nav ul li a {
	border : 0;
	height : 52px;
	display : block;
	line-height : 52px;
	text-indent : -9999px;
}

div#header {
	margin : -1px 0 0;
}

div#video-header {
	height : 683px;
	margin : -1px 0 0;
}

div#header div.wrap {
	height : 299px;
	background : url(images/header-bg.png) no-repeat 50% 0;
}

div#header div#slide-holder {
	z-index : 40;
	width : 500px;
	height : 300px;
}

div#header div#slide-holder div#slide-runner {
	width : 448px;
	height : 248px;
	margin: 26px 0 0 26px;
	overflow : hidden;
	position : absolute;
	border: 1px solid black;
}

div#header div#slide-holder img {
	width: 450px;
	margin : 0;
	display : none;
	position : absolute;
}

div#header div#slide-holder div#slide-controls {
	width : 450px;
	height : 30px;
	display : none;
	position : absolute;
	background : url(includes/homeSlider/images/background.png);
}

div#header div#slide-holder div#slide-controls p.text {
	float : left;
	color : #fff;
	display : inline;
	font-size : 10px;
	line-height : 16px;
	margin : 7px 0 0 15px;
	text-transform : uppercase;
}

#slide-nav {
	display: block;
	position: absolute;
	margin-top: 220px;
	margin-left: 210px;
	float: right;
	/* background: url( includes/homeSlider/images/slide-bg.png) 0 0; */
}

#slide-nav p {
	float: right;
	height: 24px;
	display: inline;
	margin: 11px 15px 0 0;
}

#slide-nav a {
	color: white;
	float : left;
	width : 24px;
	height : 24px;
	display : inline;
	font-size : 11px;
	margin : 0 5px 0 0;
	line-height : 24px;
	font-weight : bold;
	text-align : center;
	text-decoration : none;
	background-position : 0 0;
	background-repeat : no-repeat;
}

#slide-nav a.on {
	background-position : 0 -24px;
}

#slide-nav a {
	background-image : url(includes/homeSlider/images/silde-nav.png);
}

div#nav ul li a {
	background : url(includes/homeSlider/images/nav.png) no-repeat;
}

/* END HOME SLIDER STYLES */