	/*  
Theme Name: Aperture
Version: 1.2.4
Description: Designed by <a href="http://www.markforrester.co.za">Mark Forrester</a>.
Author: WooThemes
Author URI: http://www.woothemes.com
*/

/* Custom styles */
@import "custom.css";

/*------------------------------------------------------------------
[ STYLE.CSS ] Main Stylesheet
--------------------------------------------------------------------

[Table of contents]

1.	RESET

2.	MAIN STYLES
2.a  Tags defaults
2.b  Base layout
2.c  Navigations
2.d  Elements, ID's & Classes

3.	FORMS
3.a  Form styles
3.b  Individual forms

4.	PLUGINS

5.	PRINT


/*------------------------------------------------------------------

1.	RESET
	Global reset for all HTML elements

------------------------------------------------------------------*/

@media handheld, projection, screen, print {

* { font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline }
html { height: 100% }
body { background: #57b11c; color: #666; font-size: 100.01%; min-height: 101%; text-align: left }
img, fieldset, abbr, acronym { border: 0 }
ul, ol { list-style: none }
table { border-collapse: collapse; border-spacing: 0; width: 100% }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }
caption, th { text-align: left }
q:before, q:after, blockquote:before, blockquote:after { content: '' }
input, select, textarea, button { font-size: 1em; line-height: normal; width: auto; vertical-align: middle }
textarea { height: auto; overflow: auto }
option { padding-left: 0.6em }
button { background: none; border: 0; cursor: pointer; text-align: center }
h1, h2, h3, h4, h5, h6 { font-weight: normal; line-height: normal; color:#666666; }


} @media handheld, projection, screen {


/*------------------------------------------------------------------

2.	MAIN STYLES
	General definitions

--------------------------------------------------------------------

/*-------------------------------
2.a Tags defaults
---------------------------------
[?] Tags only. No classes or ID's here.
*/
	
body {
	font-family: Helvetica, Arial, "Lucida sans", sans-serif;
	font-size: 85%;
	line-height: 1.6em;
	text-align: center;
	padding: 0 0;
	color:#333;
	background-color: #fff;
	background-image: url(images/main_header.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

p, ul, ol, table { margin: 0 0 1.33em }

strong { color: #333; font-weight: bold }
em { font-style: italic }

.photo {float: left; padding: 2px; border: solid 1px #ddd; margin: 0 5px 5px 0}

.intro_heading {text-indent: -9999px;}

blockquote {float: right; width: 180px; padding: 10px; text-indent: 35px; line-height: 26px; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: url(images/quote.png) no-repeat 3px 2px; font-size: 21px; color: #333;}
blockquote p {margin: 0; font-family: Georgia;}
blockquote.fl {margin-right: 10px;}

/* Headlines */
h1 {
	color: #333;
	font-size: 2.8em;
	font-weight: bold;
	line-height: 1em;
	margin: 0 0 15px;
	text-shadow: 1px 1px 0px #ccc
}

h1.sifr {letter-spacing: -1px;}

h2 {
	color: #333;
	font-size: 24px;
	font-weight: bold;
	line-height: 1em;
	letter-spacing: -1px;
	margin: 0 0 20px;
	text-shadow: 1px 1px 0px #ccc
}
h3 {
	color: #333;
	font-size: 20px;
	font-weight: normal;
	line-height: 35px;
	letter-spacing: 0px;
	margin: 0 0 15px;
	border-bottom: solid 1px #efefef; 
	text-shadow: 1px 1px 0px #ccc
}
h4 {
	color: #333;
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
	margin: 0 0 5px 0;
}
h5 {
	color: #333;
	font-size: 1em;
	margin: 0 0 15px;
}
h6 {
	color: #333;
	font-size: .90em;
	margin: 0 0 15px;
}

#footer h5 {
	margin-bottom:0 !important;
}


.img-left {float: left; margin-right: 40px;}
.img-right {float: right; margin-left: 40px;}

/* Anchors */
a, a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active, a.active {
	text-decoration: underline;
}

.generic_button a {color: #fff !important; float: right; padding: 3px 5px 1px 5px; 
			-moz-border-radius: 3px; 
			-webkit-border-radius: 3px;
			border-radius: 3px;
			background: #82468a;
			background: -webkit-gradient(linear,left top,left bottom, from(#82468a), to(#5b2962));
			background: -moz-linear-gradient(top,  #82468a,  #5b2962);	
			border: solid 1px #3b203e;
			text-shadow: 1px 1px #000
			}
			.generic_button.left a {float:left;}
			.generic_button a {}

.generic_button a:hover {
			background: #82468a;
			background: -webkit-gradient(linear,left top,left bottom, from(#94579c), to(#5b2962));
			background: -moz-linear-gradient(top,  #94579c,  #5b2962);		
		}
	

#client_logos {margin: 0 auto; overflow:hidden}
#client_logos li {float: left; margin: 20px; height: 80px; width: 430px; text-align: center}

/*-------------------------------
2.b Base layout
---------------------------------
[?] Mostly ID's. Classes & tags allowed.
*/

#wrap {
	text-align: left;
	width: 100%;
	position: relative;
	background: url(images/other_back.png) repeat-x 0 140px;
}

#home #wrap {
	background: url(images/home_back.png) repeat-x 0 140px;
	}

#wrap2 {
	text-align: left;
	width: 100%;
	position: relative;

}

#home #wrap2 {

	}

	#header, #content, #footer, #contentWrap, #footerWrap {
		
		clear: both;
		position: relative;
		margin: 0 auto;
		width: 1000px
		
	}
	#header {
		height: 140px;
		position: relative;
	}
	#home #header {
		height: 140px;
	}
		#logo { margin: 0; position: absolute; left: 0; top: 40px; background: url(images/logo.png) no-repeat; width: 450px;}

			#logo a {
				cursor: pointer;
				height: 72px;
				display: block;
				text-indent: -9999px;
			}
			#logo a:hover {border: 0;}
	#phone {position: absolute;right: 78px; bottom: 50px; }


.left_col {margin-top: 35px;float: left; width: 640px}
.full_col {margin-top: 35px;}

#blogroll {}
	#blogroll .post_meta {display: block; clear: both;}

.home_image {float: right; margin-left: 20px;}


#sidebar {width: 320px; padding-left: 20px; float: right; padding-top: 35px;}

#highlights {height: 111px; padding: 20px 0;}
#highlights h2 {}
#highlights ul {overflow: hidden}
#highlights li {float: right; margin-left: 20px; width: 320px; height: 110px; margin-left: 20px}

.about_bit {background: url(images/quote.png) no-repeat 0px 0px; font-family: Georgia;  padding-top: 10px; height: 100px; font-size: 16px; line-height: 26px; text-indent: 45px; float: left !important; width: 300px !important; margin-left: 0 !important;}
.about_bit p {font-size: 24px; color: #333}

#main_area {overflow: hidden}

#blogroll .post_meta {position: absolute; top: 0; right: 0}
#blogroll h3 { float: left; margin: 0; letter-spacing: -1px; padding-top: 5px; width: 460px; margin-bottom: 15px; font-size: 36px; border: 0; text-shadow: 1px 1px 0 #eee}
#blogroll h3 a {color:Ê#333333 !important; font-weight: normal !important;}
#blogroll .entry {position: relative; margin-bottom: 40px}
#blogroll .big_day {line-height: 51px; font-size: 55px; color: #888; float: left; margin-right: 5px;}
#blogroll .big_month {width: 56px; border-left: solid 1px #ccc; padding-left: 5px; font-size: 25px; line-height: 25px; color: #888; font-weight: bold; text-transform: uppercase; float: right;}
#blogroll .big_year {width: 56px; border-left: solid 1px #ccc; padding-left: 5px; font-size: 20px; color: #888; letter-spacing: 3px; font-weight: normal; clear: right; float: right;}


.products ul li {overflow: hidden; margin-bottom: 40px; }
.products ul li h3 {color: #333; font-weight: normal; border-bottom: solid 0px #efefef; margin: 0 0 10px 168px; text-shadow: 1px 1px 0px #ccc}
.products ul li p {margin-left: 168px; color: #666}
.products ul li .img-left {}


/*=== Talent Page ===*/

#talent li {width: 300px; float: left; margin-right: 50px; min-height: 385px;}
#talent li.third {margin-right: 0;}
#talent li .thumbnail {margin: 0}
#talent li h2 {font-weight: normal; letter-spacing: -1px; font-size: 32px; margin-top: 10px; margin-bottom: 0; text-shadow: 1px 1px 0 #ccc; color: #333}
#talent li h3 {font-size: 14px; font-weight: normal; line-height: 18px;border: 0; color: #999; text-shadow: none; margin-bottom: 10px;}

/* SIDEBAR */
#social {overflow: hidden; margin-bottom: 30px; border-bottom: solid 1px #efefef}
#social .social {float: right;}
.social {}
.social li {float: right; margin-left: 10px}

.postauthor {}
.postauthor h2 {color: #333; letter-spacing: 0px; font-weight: normal; font-size: 16px; margin-bottom: 10px; text-shadow: 1px 1px 0 #ccc}
.postauthor h3 {margin-bottom: 10px;}
.postauthor p {margin: 0;}

#about_short {overflow: hidden; margin-bottom: 30px; border-bottom: solid 1px #efefef}
#careers {overflow: hidden; margin-bottom: 30px;}
#team {overflow: hidden; margin-bottom: 30px;}
#tips {overflow: hidden; margin-bottom: 30px;}
#contactus {overflow: hidden; margin-bottom: 30px;}

#jobs_list ul li {background: url(/wp-content/themes/aperture/images/right_arrow.png) no-repeat 0 6px; padding-left: 20px; line-height: 30px;}

.read_more {display: inline; background: url(/wp-content/themes/aperture/images/right_arrow.png) no-repeat 0 6px; padding-left: 20px; line-height: 30px; padding-top: 8px;}

.sidebar_block {overflow: hidden; border-bottom: solid 1px #efefef; margin-bottom: 30px; padding-bottom: 10px}

/* ALL THE TITLES */
.About h1 {margin-bottom: 40px; width: 196px; height: 58px; background: url(images/titles/about.png) no-repeat; text-indent: -9999px}
.Contact h1 {margin-bottom: 40px; width: 196px; height: 58px; background: url(images/titles/contact_us.png) no-repeat; text-indent: -9999px}
#blogroll h2 {width: 234px; height: 55px; background: url(images/titles/blog.png) no-repeat; text-indent: -9999px}
.blogs_list h2 {margin-bottom: 0; width: 238px !important; height: 65px !important; background: url(images/titles/older_posts.png) no-repeat !important; text-indent: -9999px}
#social h2 {margin-top: 5px; width: 103px; float: left; height: 46px; background: url(images/titles/social.png) no-repeat; text-indent: -9999px}
#about_short h2 {margin-top: 5px; width: 278px; height: 72px; background: url(images/titles/info.png) no-repeat; text-indent: -9999px}
#careers h2 {margin: 0;  width: 320px; height: 102px; background: url(images/titles/careers.png) no-repeat; text-indent: -9999px}
	#careers h2 a {display: block; width: 320px; height: 102px;}
#tips h2 {margin: 0;  width: 320px; height: 102px; background: url(images/titles/top_10.png) no-repeat; text-indent: -9999px}
	#tips h2 a {display: block; width: 320px; height: 102px;}
#contactus h2 {margin: 0;  width: 320px; height: 102px; background: url(images/titles/contact_driver.png) no-repeat; text-indent: -9999px}
	#contactus h2 a {display: block; width: 320px; height: 102px;}
#team h2 {margin: 0; width: 320px; height: 102px; background: url(images/titles/the_team.png) no-repeat; text-indent: -9999px}
	#team h2 a {display: block; width: 320px; height: 102px}
.heroes h1 {margin-bottom: 40px; width: 299px; height: 59px; background: url(images/titles/our_team.png) no-repeat; text-indent: -9999px}
.work h1 {margin-bottom: 40px; width: 204px; height: 60px; background: url(images/titles/work.png) no-repeat; text-indent: -9999px}
.products h1 {margin-bottom: 40px; width: 487px; height: 65px; background: url(images/titles/products.png) no-repeat; text-indent: -9999px}
.blog h1 {margin-bottom: 40px; width: 234px; height: 54px; background: url(images/titles/blog.png) no-repeat; text-indent: -9999px}
.jobs h1 {margin-bottom: 40px; width: 261px; height: 53px; background: url(images/titles/jobs.png) no-repeat; text-indent: -9999px}
.jobs h2 {font-size: 36px; letter-spacing: -1px;}
.jobs h2 a {font-weight: normal; }

#services, #products {float: left; width: 475px}
#services {margin-right: 20px; padding-right: 20px; border-right: solid 10px #efefef}

h1.single {font-size: 34px; letter-spacing: -2px; margin-bottom: 40px; font-weight: normal; text-shadow: 1px 1px 0 #ccc}

#content {
		width: 1000px;	
	}
		#contentWrap {
			margin:0;
		}
		#home #contentWrap { }
		#home #top { padding: 10px 0 }
		#home #albums { padding: 20px 10px 0px 10px; float:left; }
		
		#home #albums p.category {
			margin:0;
		}
		
		#home #albums p.category a {
			text-align:center;
			color:#ffffff;
			display:block;
			height:40px;
			font-size:15px;
			font-weight:bold;
			line-height:40px;
			padding:5px;
			margin-bottom:20px;
		}
		
		#home #albums p.category a:hover {
			background-color:#363933;
		}
		
		.post-image-block {
			background: #fff url(images/post_image_block_bg.jpg) 6px 6px no-repeat;
			
			margin-bottom:10px;
			
		}
		
		.category-image-block {
			background: url(images/category_image_block_bg.jpg);
			width:220px;
			height:150px;
			margin-bottom:1px;
		}
		
		#home #footer { padding: 0 0 0px 0;}
		
		#home #footer .grid_16 {margin: 0 0 10px 0;}

	#footer {
		
		
	}
		#footerWrap {
			padding-top:20px;
		}

.woo_post_img {float: right; margin-left: 10px}
.side_post_img {margin-bottom: 10px}

#work li {float: left; width: 313px; margin-right: 30px; min-height: 390px;}
#work li.omega {margin-right: 0px}
#work li .thumbnail {margin-bottom: 0;}
#work li p {margin: 0;}
#work h2 {font-size: 33px !important; letter-spacing: 0px; letter-spacing: -1px; line-height: 30px; margin-bottom: 10px; text-shadow: 1px 1px 0 #ccc}
#work h2 a {font-weight: normal;}
.products h2, .work h2 {font-size: 36px !important; letter-spacing: -1px; line-height: 30px; margin-bottom: 10px; text-shadow: 1px 1px 0 #ccc}
.products h2 {margin-bottom: 50px;}
.work_sidebar li {float: left; width: 150px; margin-right: 10px; margin-bottom: 0px; min-height: 155px;}
.work_sidebar li h3 {font-size: 12px; line-height: 16px; margin: 0}

/*-------------------------------
2.c Navigations
-------------------------------*/

/* Page Nav */

#nav_wrapper {
	width:700px;
	position: absolute;
	right: -21px;
	top: 30px;
}

#nav {
	position: absolute;
	top: 0px; right: 0;
	z-index: 9999;
	margin:0;
	font-family: Helvetica, Arial;
}

#nav a {
	z-index: 100;
	font-size: 18px;
	margin-right: 5px; 
	font-weight:bold; 
	text-transform: uppercase;
	letter-spacing: -1px;
	text-shadow: 1px 1px 1px #000;
	color: #fff;
	display: inline; 
	background: none;
}
#nav li {float: left; /*border-right: solid 1px #674e6b;*/ }
#nav li:hover { color: #fff !important; text-decoration: none;}
#nav li:hover a {color: #fff !important; border: 0; text-shadow: 0px 0px 40px #de00ff}
#nav .current_page_item a, #nav .current-cat a {background: none; color: #fff; text-decoration: none; text-shadow: 0px 0px 50px #fff}

#nav a:hover {text-decoration: none}

#nav li {text-indent: -9999px;}
#nav li a {padding: 10px;}
#nav .nav_begin a {background: url(images/titles/navigation.png) -35px -24px; width: 95px; height: 55px; display: block}
	#nav .nav_begin.active a {background: url(images/titles/navigation.png) -35px -192px;}
		#nav .nav_begin a:hover {background: url(images/titles/navigation.png) -35px -105px;}
		#nav .nav_begin.active a:hover {background: url(images/titles/navigation.png) -35px -192px;}

#nav .nav_about a {background: url(images/titles/navigation.png) -181px -24px; width: 97px; height: 50px; display: block}
	#nav .nav_about.active a {background: url(images/titles/navigation.png) -181px -192px;}
		#nav .nav_about a:hover {background: url(images/titles/navigation.png) -181px -105px;}
		#nav .nav_about.active a:hover {background: url(images/titles/navigation.png) -181px -192px;}
		
#nav .nav_indulge a {background: url(images/titles/navigation.png) -327px -24px; width: 117px; height: 50px; display: block}
	#nav .nav_indulge.active a {background: url(images/titles/navigation.png) -327px -192px;}
		#nav .nav_indulge a:hover {background: url(images/titles/navigation.png) -327px -105px;}
		#nav .nav_indulge.active a:hover {background: url(images/titles/navigation.png) -327px -192px;}
		
#nav .nav_delivered a {background: url(images/titles/navigation.png) -487px -24px; width: 135px; height: 50px; display: block}
	#nav .nav_delivered.active a {background: url(images/titles/navigation.png) -487px -192px;}
		#nav .nav_delivered a:hover {background: url(images/titles/navigation.png) -487px -105px;}
		#nav .nav_delivered.active a:hover {background: url(images/titles/navigation.png) -487px -192px;}


/* Style drop down list */

#nav li ul {position: absolute; width: 172px; left: -999em; display: none;}
#nav li ul li {	background: none !important; }
#nav li ul li a { line-height: 30px; width: 150px; padding-top: 0; }
#nav li ul ul {	margin: -26px 0 0 170px; }
#nav li ul ul li a { line-height: 30px; text-transform:none; }
#nav li ul li ul li a { }
#nav li:hover ul, #nav li.sfhover ul { left: auto; }
#nav li:hover ul ul, #nav li.sfhover ul ul { left: -999em; }
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { left: auto; }
#nav li:hover, #nav li.hover { position: static; } /* IE7 Fix */

/* Pagination */

.more_entries {
	clear:both;
	margin-bottom:20px;
	text-align:center;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #f5f5f5;
}

.more_entries .wp-pagenavi strong {
	padding:5px;
	border:1px solid #E4E4E4;
	margin-right:5px;
}

.wp-pagenavi span.pages {
	border:none !important;
}

.more_entries .wp-pagenavi a strong {
	padding:0;
	border:none;
	margin-right:0;
}

.more_entries .wp-pagenavi a, .more_entries .wp-pagenavi .on {
	padding:5px !important;
	border:1px solid #E4E4E4 !important;
	margin-right:5px !important;
}
.more_entries .wp-pagenavi .on { font-weight:bold; }

.more_entries .wp-pagenavi a:hover {
	background-color:#E4E4E4;
	color:#333333;
}

#prevPosts {
	background: #232528;
	width: 460px;
	height: 200px;
	position: relative;
}
	
	#prevPosts h3 {
		color: #fff;
		height: 32px;
		padding: 5px 0 0 0;
		position: absolute;
		top: 10px; left: 10px;
	}


/*-------------------------------
2.d Elements, ID's & Classes
-------------------------------*/

div#about {
	color: #fff;
	padding:10px;
	margin-bottom:20px;
}
	#about h2 {
		color: #fff;
		font-size: 1.35em;
		text-transform: uppercase;
		margin: 0 0 12px;
		color:#FFFFFF !important;
	}
	
	#about .about_button {
	padding:5px;
	text-decoration:none;
	text-transform: uppercase;
	}
	
	#about .about_image {
	float:right;
	margin:5px 0 10px 10px;
	border:1px solid #333333;
	background-color:#111111;
	width:75px;
	height:75px;
	}
	
#home #header p {
	font-size: 1.17em;
	line-height: 1.43em;
}

a.rss_subscribe {
	background-image: url(images/rss_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}


/*=== Category Dropdown navigation ===*/


#button {
	height: 30px;
	width: 184px;
	margin: auto;
	position:absolute;
	top:35px;
	right:30px;
	z-index:1;
}

.menu_class {
	margin-bottom: -5px;
}

.the_menu {
	display:none;
	width:184px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.the_menu ul.children {
	margin-bottom:0;
}


.the_menu ul.children li {
	padding-left:20px;
}

.the_menu ul.children li a {
	font-size:11px;
}

.the_menu li a {
	color:#FFFFFF; 
	text-decoration:none; 
	padding:10px; 
	display:block;
}

.the_menu li a:hover {
	padding:10px;
	font-weight:bold;
}
	

/*=== Slider ===*/

.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 980px;
	height: 267px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	width: 980px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	padding: 0;
	
}

#featured {
	float:left;
	width:750px;
	height:267px;
	position: relative;
}

.featured_text {
	padding:20px 20px 0 0;
}

	.featured_text h2 {
		text-transform:uppercase;
	}

/*=== Slider Navigation ===*/

#slider_nav {
	color:#dddddd;
	padding:10px 20px 10px 20px;
	line-height:20px;
	height:20px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	margin-top:20px;
}

#slider_nav img {
	vertical-align:middle;
}

#slider_nav p {
	line-height:20px;
	margin:0 !important;
	color:#dddddd;
	text-align:right;
}

#slider_nav a {
	color:#ffffff;
	text-decoration:none;
}

#slider_nav a img {
	margin: 0 5px;
}

#main .thumbnail { margin-bottom:20px;}
h2.single { font-size: 34px; padding-bottom:0px; letter-spacing: -2px; font-weight: normal; text-shadow: 1px 1px 0 #ccc}
h2.arh { font-size: 40px; padding-bottom:0px; letter-spacing: -1px; font-weight: normal;}
h2.archive { font-size: 40px; padding-bottom:0px; letter-spacing: -1px; font-weight: normal;}

#sidebar h4, #sidebar2 h4 { margin: 0 0 3px }

#home #sidebar h4, #home #sidebar2 h4 { margin: 0 0 18px }

/* Post Entry */
.latest_work li {
	line-height: 18px; padding: 3px 0 3px 5px;
	border-bottom: solid 1px #eee;
	
	}
.latest_work li a {display: block; color: #F8600E !important}
.latest_work li a:hover {text-decoration: none}
.latest_work li:hover {background: #eee;}

.entry {
	margin-bottom:0px;
	overflow: hidden;
}

.entry blockquote p {
	color: #333;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	line-height: 18px;
}

.entry ul li {
	background:transparent url(images/bullet.gif) no-repeat scroll 4px 4px;
	line-height:140%;
	padding:0 0 1em 18px;
}

.entry ol li {
	line-height:140%;
	padding:0 0 1em 0;
	list-style-position: inside;
	list-style-type:decimal;
}

.album_block {overflow: hidden; width: 460px; float: left; margin-right: 10px;margin-bottom: 20px;}


#albums .entry {
border-bottom:none;
float: left;
width: 218px;
padding-left: 10px;

}
#albums h3 {
	margin-bottom: 0;
	}
	#albums h3 a {
	color: #F8600E
	}

.Blog .album_block {width: 940px;}
.Blog#albums .entry {width: 698px}
.Blog#albums .entry h3 {font-size: 24px; margin-bottom: 5px} 

p.post_meta { font-size:11px; color:#666666;margin-bottom:5px; }
p.post_meta span.details { background: url(images/post_meta_bg.jpg) no-repeat; padding: 3px 0 3px 21px; }
p.post_meta span.date {padding: 3px 0 3px 0; }
p.post_meta span.comments { background: url(images/ico-comments.gif) no-repeat; padding: 3px 0 3px 21px; }

/* Post Image Styling */

.wp-caption {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background-color:#EEEEEE;
	border:1px solid #DDDDDD;
	padding:4px 0 5px;
	text-align:center;
}
.wp-caption-text {
	padding:3px 0 0;	
	font-size:11px;
}

/* Home Page Blog Module */

#work .box, #blog .box {
	padding:0;
}
		#work .box h3, #blog .box h3, #evisnews .box h3 {
			margin: 10px 0; color: #999; font-size: 14px; text-transform:uppercase;
		}
		#work .box h4, #blog .box h4, #evisnews .box h4 {
			margin-bottom:0px;
			font-size: 18px;
		}
		
		#blog .box h4 a {
			color:#111111;
		}
		
		#blog .box a {
			padding:0px !important;
		}
		
		#blog .box a:hover {
			text-decoration:underline;
		}

.blogs_list {}
.blogs_list h3 {float: none !important; font-size: 18px !important; letter-spacing: 0 !important; margin: 0 !Important; line-height: 21px !Important; padding-top: 0px !important;}
.blogs_list li {border: 0 !important; padding: 8px 0 0 0 !important}
.blogs_list li .date {float: left; margin-right: 5px; width: 90px; text-transform: uppercase; color: #888; font-weight: bold;}

#line_break {
	margin-top:2.5em;
	padding-top:3em;
	border-top:1px solid #E4E4E4;
}

.archive_options {
	float:left;
	padding:10px 0 10px 0;
	margin-bottom:20px;
	width:460px;
}



/*=== Comments ===*/

div#comments {}

	ol.commentlist { margin: 20px 0 20px 0; }
	
		ol.commentlist li.odd {background-color:#f7f7f7;}
		
		ol.commentlist li h4 { margin-bottom: 0; }
		
		ol.commentlist li { margin-bottom:20px; position: relative; }
			
			ol.commentlist .comment {background-color:#eeeeee; border: 1px solid #cccccc; padding:20px;}
			

			ol.commentlist .avatar { float: right; display: inline; margin: 0 0 20px 20px; padding:4px; background-color:#ffffff; border: solid 1px #cccccc; }

			ol.commentlist li cite { font-size: 1.3em; font-weight:bold }
			
			ol.commentlist li .comment-meta { font-size: .92em; margin-bottom:1em }
			
		ol.commentlist ul.children li { position:relative; margin-top:20px; }
		
		ol.commentlist .odd ul.children li { background-color:#ffffff; }
		
		ol.commentlist .odd ul li ul.children li { background-color:#F4F4F4; }
		
	#respond #author, #respond #email, #respond #url, #respond #comment {
		border: 1px solid #cccccc;
		padding:5px;
	}
	
	#respond label {
		padding:5px;
		margin-left:5px;
	}
	
	#respond .cancel-comment-reply {margin-bottom:20px; }
	
	#commentform #submit {
		padding:10px;
	}

/*=== Widgetized Footer Section ===*/

.custom #footerWrap { padding-top:0;}

#home #footerWrap { border-top:none; margin-top:0; }

	#footerWrap h4 { margin: 0 0 10px }
	
	#footerWrap h2 {font-size:1.33em; line-height:1em; padding: 5px 0 5px 0 }

	#footerWrap h4 {
		color: #2f3032;
		font-size: 1.17em;
		font-weight: bold;
		line-height: 1.43em;
	}
		
	#footerWrap ul li p {
		color:#333333;
		margin:0;
	}
	
	
	#footerWrap ul li {
		margin: 0;

	}
	
	#footerWrap ul li ul {
		margin: 5px;
	}
	
	#footerWrap ul li ul li {
		margin: 0;
		background-color: #f7f7f7;
		padding:0px;
	}
	
	#footerWrap ul li ul li a {
	font-weight:normal;
	font-size:12px;
	color: #333333;
	padding-left:10px;
	}
	
	#footerWrap ul li ul li ul li a {
	font-weight:normal;
	font-size:11px;
	background-color: #f7f7f7;
	padding-left:10px;
	}
		
	#footerWrap ul li img {
		text-align: center;
	}
		
	#footerWrap ul li.clickready {
		cursor: pointer;
	}

/*=== Widgets ===*/

.widget {
	margin-bottom:20px;
}

.widget a {
		text-decoration: none;
	}
	
	.widget a:hover {
		text-decoration:underline;
	}

	.widget ul li {
		margin: 0;
		padding:10px;
		border-width: 1px;
		border-style: dotted;
		border-bottom-style: none !important;
	}
	
	.widget h3 {
		padding: 0;
		margin-bottom:20px;
	}
	
	.widget h4 img {
	float:left;
	margin-right:10px;
	}

h3#news {
	padding-left: 35px;
	background-image: url(images/ico-news.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

h3#flickr {
	padding-left: 35px;
	background-image: url(images/ico-flickr.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

h3#photos {
	padding-left: 35px;
	background-image: url(images/ico-photos.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

h3#twitter {
	padding-left: 35px;
	background-image: url(images/ico-twitter.gif);
	background-repeat: no-repeat;
}


h3#subscribe { 
	padding-left: 35px;
	background-image: url(images/ico-subscribe.gif);
	background-repeat: no-repeat;
}

h3#popular {
	padding-left: 35px;
	background-image: url(images/ico-press.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

#recent-comments h3 {
	padding-left: 35px;
	background-image: url(images/ico-comment.gif);
	background-repeat: no-repeat;
}

#archives h3 {
	padding-left: 35px;
	background-image: url(images/ico-archives.gif);
	background-repeat: no-repeat;
}

.widget_links h3 {
	padding-left: 35px;
	background-image: url(images/ico-blogroll.gif);
	background-repeat: no-repeat;
}
	
ul.news li h4 {	margin-bottom: 5px !important }
	
ul.news li img { float:left; padding:5px; border:1px solid #cccccc; background-color:#FFFFFF; }

ul.news li .content { float:left; padding:0 0 0 10px; width:126px; }
	
#sidebar2 ul.photos {
	width: 240px;
	margin: 0 0 1.5em -20px;
}

.flickr .flickr_badge_image {
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
}
	
	.flickr_badge_image a {padding:0 !important;} 
		
	.flickr .flickr_badge_image a img { display: block; background-color:#FFFFFF; padding:5px; border:1px solid #cccccc; }
		
	.flickr .flickr_photos { padding:15px 0 10px 16px; float:left; }


.tweet {position: relative;}
.tweet a {color: #8e7f52 !important}

.tweet {
	
	margin-left: -170px;
	margin-bottom: 20px;
	
	}

#twitter_update_list {
	background: #fff;
	border: 1px solid #dcd1b0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #333;
	line-height: 1.43em;
	text-align: left;
	padding: 10px 10px 8px 10px;
	overflow:hidden;
	margin:10px 0 0 0;
}

	 #twitter_update_list li {
		margin-bottom:0;
		padding:0 !important;
		border:none !important;
		background-color:transparent !important;
	}
	
	#twitter_update_list li a {float: right;}
	#twitter_update_list li span {float: left;}
	#twitter_update_list li span a {float: none;}

#twitter-link {
		position: absolute;
		bottom: -32px;
		right: 0px;
		background: url(styles/fresh/twit.png) no-repeat;
		display: block;
		height: 70px;
		width: 70px;
		}

div.follow {
	color:#e5edf0;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:1.1em;
	font-style:italic;
	padding:5px;
	text-align:center;
	background-color: #A3B7BD;
	width:210px;
}

	div.follow a {
		color:#e5edf0;
	}

#searchform #s {
	padding:5px;
	border: 1px solid #cccccc;
	margin-right:5px;
	width:146px;
}

#searchform #searchsubmit {
	padding:5px;
	border: 1px solid #cccccc;
	background-color:#000000;
	color:#FFFFFF;
}

#wp-calendar {
	width: 99%;
	padding: 0 0 0px 0;
	margin-bottom: 15px;
}

#wp-calendar caption {
	font-size: 11px;
	text-align:center;
	padding:5px;
	text-transform: uppercase;
}

#wp-calendar thead tr th {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
}

#wp-calendar tfoot tr th {
	padding-top: 10px;
}

#wp-calendar th {
	color: #fff;
}

#wp-calendar th, #wp-calendar td {
	padding: 3px;
	text-align: center;
}

#wp-calendar td {
	background: transparent;
}

#wp-calendar td, table#wp-calendar th {
	padding: 3px 0;
}

#wp-calendar a {
	text-decoration: underline;
}

#wp-calendar a:hover {
	text-decoration: none;
}
	
#footerWrap ul li.recentcomments {
	padding:5px;
}
	
#footerWrap ul li.recentcomments a {
	background-color:transparent;
}
	
#footerWrap ul li.recentcomments a:hover {
	text-decoration:underline;
	color:#111111;
}
	
#footerWrap .news a {
	padding:0;
}
	
#footerWrap .widget_tag_cloud a {
	display:inline !important;
}

/*=== Credits Footer ===*/

.credits {
	text-align:center;
	padding-top:15px;
	width: 100%;
	background: #f2ecdf;
}
	
	 .credits a {
		display:inline;
		text-decoration:underline;
	}
	
	 .credits img {
		vertical-align:middle;
	}

/*------------------------------------------------------------------

3.	FORMS
	Styles for forms only

--------------------------------------------------------------------

/*-------------------------------
3.a Form styles
-------------------------------*/

input.text, select.select, textarea.textarea
{
	border: 1px solid #B6CCD4;
	color: #000;
	padding: 6px;
}
input.text { width: 195px }
select.select { width: 200px }
textarea.textarea { height: 10em; width: 446px }

select.select.free {	width: auto }

button.button {
	color: #000;
	height: auto; width: auto;
	line-height: normal;
	white-space: nowrap;
}

input.submit {
	color: #000;
	cursor: pointer;
	padding: 0;
}


/* General forms */
form.form { /* nothing here */ }

	form.form ol.fieldset {	list-style: none }
	
		form.form ol.fieldset li.field {
			margin: 0 0 1em;
			position: relative;
		}
			form.form ol.fieldset li.field label {
				font-weight: bold;
				display: block;
			}
			
	form.form p.submit { /* nothing here */ }


/* Search forms where button and text input are next to each other  */
form.search { /* nothing here */ }

	form.search p.fields { margin: 0 }

		form.search p.fields input, form.search p.fields button {
			display: inline;
			vertical-align: middle;
		}

		
/*-------------------------------
3.b Individual forms
-------------------------------*/

form#newsletter {
	position: relative;
	color:#333333;
	padding:10px;
}
	form#newsletter p.fields input.text {
		border: 1px solid #b6ccd4;
		padding: 9px 30px 9px 7px;
		width: 158px;
		margin-bottom:10px;
	}
		form#newsletter p.fields button {
			background: url(images/ico-newsletter.gif) no-repeat;
			width: 17px; height: 22px;
			border: none;
			position: absolute;
			top: 16px; right: 17px;
			z-index: 9999;
		}
		
/*------------------------------------------------------------------

4.	PLUGINS
	Predefined utilities

--------------------------------------------------------------------

/*-------------------------------
Utility classes
-------------------------------*/

.l { text-align: left }
.c { text-align: center }
.r { text-align: right }

.wrap, .col { float: left;	display: inline; position: relative; }
.wrap { clear: both }

.clear { clear: both }
.fl { float: left }
.fr { float: right }
.hide, .hidden, .skip { display: none }
.nomargin { margin-bottom: 0 !important }
.noborder { border: 0 !important }


.hr { background: #ccc; height: 1px; margin: 1.5em 0; }
.hr hr { display: none }

.replace, .br { display: block; font-size: 1%; line-height: 0; text-align: left; text-indent: -10000px; }
.opacity { -moz-opacity: 0.95; opacity: 0.95; filter: alpha(opacity = 95); }
.rounded { -moz-border-radius: 6px; -khtml-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; }

.clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden }

.fix {
	clear:both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}

/* Align */

.aligncenter {
	margin: 10px auto 20px auto;
	display: block;
}

.alignleft {
	margin: 10px 20px 8px 0;
	float: left;
}

.alignright {
	margin: 10px 0px 8px 20px;
	float: right;
}

.thumbnail {display: block;border:1px solid #ddd;
padding:4px; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
.thumbnail:hover {border: solid 1px #59285E; background: #eee}
.box .thumbnail {margin: 0 0 5px 0 ;}

} @media print {

/*------------------------------------------------------------------

5.	PRINT
	Styles for print

------------------------------------------------------------------*/

body { background: none; color: #000; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 10pt }
code, pre { font-family: "Courier New", Courier, mono }
img { float: left; clear: left; page-break-inside: avoid; page-break-after: avoid }

a, a:link, a:visited { color: blue; text-decoration: underline }

blockquote, table, pre { page-break-inside: avoid }
ul, ol, dl  { page-break-before: avoid }
h1, h2, h3, h4, h5, h6 { display: block; font-weight: bold; page-break-after: avoid }

#footer, .ad, #nav, .nav, form, .skip { display: none }

h1 { font-size: 3em; margin: .67em 0; }
h2 { font-size: 2em; margin: .83em 0; }
h3 { font-size: 1.5em; margin: 1em 0; }
h4 { font-size: 1em; margin: 1.33em 0; }
h5 { font-size: 0.92em; margin: 1.67em 0; }
h6 { font-size: 0.83em; margin: 2.33em 0; }


/*------------------------------------------------------------------
	END CSS
------------------------------------------------------------------*/

}/* end @media */
