/* @override 
	http://localhost:8888/wp-content/themes/k2/style.css
	http://joshuamauldin.com/wp-content/themes/k2/style.css
*/

/*
Theme Name: Joshua Mauldin
Theme URI: http://joshuamauldin.com
Description: Portfolio Theme
Version: 2.0.1
Author: Joshua Mauldin
Author URI: http://joshuamauldin.com/

*/

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;
}

/* @group Typography / Page Structure */

.entry-foot h5 {
	font-size: 15px;
	font-weight: normal;
	}

body {
   	font-family: "museo-sans-1","museo-sans-2", Helvetica, Arial;
	color: #fff;
	font-weight: 500;
	background: url(images/noise.jpg);
	text-align: center;
	}
	
p{
	color: #bfbeb2;
}

#page {
	text-align: left;
	margin: 0 auto;
	position: relative;
	border-top: none;
	clear: both;
	padding-bottom: 100px;
	}

#header-container{
	margin: 0 auto;

	/*border-bottom: 2px solid #111;*/

}

hr{
	clear: both;
	visibility: hidden;
	margin: 0;
	display: none;
}

#header {
	width: 960px;
	margin: 0 auto;
	position: relative;
	height: 70px;
	padding-top: 20px;
	}
	
.content-container{
	padding-top: 10px;
}

.content {
	margin: 0 auto;
	width: 960px;
	}

* html #primary {
	display: inline;
	}

.columns-one .secondary {
	width: 240px;
	border-top: 1px solid #eee;
	}

.columns-three .secondary {
	width: 250px;
	}

.secondary {
	width: 200px;
	float: right;
	position: relative;
	padding: 0 10px;
	overflow: hidden;
	font: 15px/140% "museo-sans-1", "museo-sans-2" Helvetica, Arial, sans-serif;
}

.widget{
	margin: 0 0 20px 0 !important;
}

#sidebar-2 {
	clear: right;
	}

#footer {
	clear: both;
	background: -moz-linear-gradient(top, #2D2D2D 0%, #232323 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2D2D2D), color-stop(100%,#232323));
	background: #2D2D2D;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2D2D2D', endColorstr='#232323',GradientType=0 );
	padding: 10px 10px 14px 10px;
	margin: 0 auto 40px auto;
	text-align: center;
	border-top: 2px solid #333;
	display: block !important;
	overflow: visible !important;
	width: 960px;
	position: relative;
	border: 1px solid #151515;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 1px 2px #454545 inset;
	-moz-box-shadow: 0 -1px 2px #454545 inset;
	box-shadow: 0 -1px 2px #454545 inset;
}

#footer p {
	line-height: 140%;
	text-align: center;
}
	
/* @end */

/* @group Main Menu */

#site-navigation{
	background: -moz-linear-gradient(top, #2D2D2D 0%, #232323 100%); /* FF */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2D2D2D), color-stop(100%,#232323)); /* webkit */
	background: #2D2D2D;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2D2D2D', endColorstr='#232323',GradientType=0 ); /* ie */
	padding: 10px 10px 14px 10px;
	border-top: 2px solid #333;
	display: block !important;
	overflow: visible !important;
	width: 960px;
	margin: 0 auto;
	-webkit-border-radius: 8px;
	position: relative;
	border: 1px solid #151515;
	-webkit-box-shadow: 0 1px 2px #454545 inset;
	-moz-box-shadow: 0 -1px 2px #454545 inset;
	box-shadow: 0 -1px 2px #454545 inset;
}

.blog #site-navigation, .four04 #site-navigation{
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

ul.menu {
	width: 940px;
	margin: 0 auto;
	height: 20px;
	display: block;
	}

ul.menu li {
	float: left;
	list-style: none;
	display: block;
	margin-right: 20px;
	}

ul.menu li a {
	display: block;
	font-size: 18px;
	color: #fff;
	font-family: "museo-slab-1","museo-slab-2";
	font-style: italic;
	text-shadow: 1px 1px 1px #000;
	}

ul.menu li a:hover {
	/*background: #333;
	color: #eee;*/
	text-decoration: none;
	color: #4CC3CA;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover,
ul.menu li.current_page_ancestor a,
ul.menu li.current_page_ancestor a:hover {
	color: #333;
	background: white;
	text-decoration: none;
	}

/* @end */

/* @group Headings */

h1 {
	font-size: 30px
	}

.blog-title {
	font-size: 30px;
	font-weight: bold;
	float: left;
	}
	
.blog-title a,
#header .description {
	background: url(images/jm-logo.png) no-repeat;
	display: block;
	text-indent: -5000px;
	width: 345px;
	height: 65px;
	text-decoration: none;
	color: white;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	opacity: 1;
}

.blog-title a:hover {
	text-decoration: underline;
	opacity: 0.7;
	}
	
#header .description { /* Description in header */
	font-size: 15px;
	margin: 0 40px;
	}

h2 {
	font-size: 15px;
	}

#rollingarchives.emptypage {
	display: none;
	}

.page-head {
	margin: 20px 0 0 0;
	text-align: left;
	color: #fff;
	}

.page-head h1 {
	font-size: 25px;
	}

.page-head h2 {
	color: #999;
	font-size: 20px;
	font-weight: normal;
	text-transform: lowercase;
	text-shadow: 1px 1px 1px #000;
	}

.secondary h4 { /* Secondary H4 is sidebar headlines */
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	padding: 0;
	display: block;
	margin-bottom: 5px;
	font-family: "museo-slab-1", "museo-slab-2";
	text-shadow: 1px 1px 1px #000;
	}

.entry-title, h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-weight: normal;
	text-align: center;
	}

h4 {
	font-size: 20px;
	font-weight: normal;
	}

.entry-title {
	/*margin-right: 60px;*/
	}

.four04 .entry-title,
body.page .entry-title {
	text-align: center;
	}
	
.content h2, .popup h3{
	color: #fff;
	font-family: "museo-slab-1", "museo-slab-2";
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 10px;
	text-shadow: 1px 1px 2px #000;
	text-align: left;
}

.entry-content h3 {
	font-size: 15px;
	font-weight: normal;
	margin-top: 10px;
	}

.entry-content h4 {
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	margin-top: 25px;
	}

.entry-head {
	margin-top: 10px;
	position: relative;
	}

body.page .entry-content h3 {
	display: block;
	padding: 15px 0 0;
}

.entry-content h3 a{
	color: #4CC3CA;
	font-weight: bold;
	font-family: "museo-slab-1", "museo-slab-2", Helvetica, Arial, sans-serif;
}

.entry-content h3 a:hover{
	color: #fff;
}

body.page .entry-content h4 {
	font-size: 18px;
	display: block;
	padding: 15px 0 0;
	}

.secondary div {
	margin: 10px 0 0;
	padding: 0;
	position: relative;
	}
	
.secondary abbr{
	display: none;
}

.secondary ol li{
	list-style: none;
}

.secondary div div {
	margin: 0;
}

#primary .metalink a, #primary .metalink a:visited, /* The Metalink class takes care of the comments, edit, rss and trackback links next to the titles */
.secondary .metalink a, .secondary .metalink a:visited,
.secondary span a, .secondary span a:visited {
	color: #fff;
	font-weight: normal;
	}

#primary .hentry .entry-head .metalink {
	font-size: 20px;
	text-transform: lowercase;
	margin-left: 15px;
	}


.secondary span a {
	margin-left: 10px;
	}

.entry-head .entry-edit {
	position: absolute;
	right: 0;
	top: 4px;
	}

.entry-title, .entry-title a, .entry-title a:visited,
h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited {
	color: #4CC3CA;
	}

.entry-title, .entry-title a, .entry-title a:hover, .entry-title a:visited,
h2, h2 a, h2 a:hover, h2 a:visited,
h3, h3 a, h3 a:hover, h3 a:visited,
h4, h4 a, h4 a:hover, h4 a:visited {
	text-decoration: none;
	}

.image-meta abbr,
abbr.entry-date {
	border: none;
	}

.entry-pages {
	font-size: 15px;
	}

.entry-pages span {
	font-weight: bold;
	}

.entry-tags {
	padding: 2px 0px 2px 20px;
	background: url('images/tag_blue.png') left 2px no-repeat;
	}

.entry-head .entry-tags {
	display: block;
	margin-left: -20px;
	}

.entry-tags a {
	text-transform: lowercase;
	}

.entry-edit a {
	background: #fff;
	padding: 5px 6px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	}

/* @end */

/* @group Primary */

.hentry {
	margin: 5px 0 15px;
	position: relative;
	}

.entry-content {
	font-size: 15px;
	line-height: 140%;
	text-align: justify;
	color: #444;
   	font-family: "museo-sans-1","museo-sans-2", Helvetica, Arial;
	}

.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content div,
.entry-content blockquote {
	margin: 13px 0;
	font-size: 15px;
   	font-family: "museo-sans-1","museo-sans-2", Helvetica, Arial;
   	}

/* @end */

/* @group Links */

#skip a, #skip a:hover, #skip a:visited
{
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	}
 
#skip a:focus
{
	position: static;
	width: auto;
	height: auto;
	} 

#primary a:hover, #primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover {
	/*text-decoration: underline;*/
	}

h2 a:hover, h2 span a:hover {
	/*text-decoration: underline;*/
	}

a {
	color: #4CC3CA;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;

	}
	
a:hover{
	color: #fff;
}
	
a:active, a:focus{
	-moz-outline-style: none;
}

/* @end */

/* @group Various */

/*
.hidden {
	overflow: hidden;
	position: absolute;
	text-indent: -1000px;
	text-align: left;
	}
*/
.hidden {
	position: absolute !important;
	left: 0px;
	top: -500px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	}

.clear {
	clear: both;
	}

a img {
	border: none;
	}

img.noborder {
	border: none !important;
	}

.aligncenter,
.center {
	text-align: center;
	}

.entry-content .aligncenter,
img.center,
img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
.entry-content .alignright,
img[align="right"] {
	float: right;
	margin: 0 0 4px 8px;
	display: block;
	}
	
.left{
	float: left;
}

.right{
	float: right;
}

.entry-content .alignleft,
img[align="left"] {
	float: left;
	margin: 0 8px 4px 0;
	display: block;
	}
	
a[rel~="attachment"] img,
.gallery a img,
.wp-caption {
	background-color: #F3F3F3;
	border: 1px solid #ddd;
	padding: 3px;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

a[rel~="attachment"] img:hover,
.gallery a img:hover,
.wp-caption:hover {
	padding: 2px;
	border: 2px solid #27d;
	}
	
.gallery a{
	background: red;
}

.wp-caption a img,
.wp-caption a img:hover {
	padding: 4px 0px 0px;
	border: 0 none;
	}

.wp-caption .wp-caption-text {
	margin: 4px 0 2px;
	}

small {
	font-size: 12px;
	line-height: 140%;
	}

small, strike {
	color: #777;
	}
	
code {
	font-size: 12px;
	}

blockquote {
	margin: 20px 0;
	padding: 0 20px 0 50px;
	color: #333;
	background: url('images/quote.png') no-repeat 10px 0;
	border: none;
	}

.cb{
	clear: both;
}

body.smartposition #nav-above {
	position: fixed;
	top: 0px;
	background: #fff;
	border-bottom: 1px solid #eee;
	width: 500px;
	margin: 0;
	padding: 10px 0;
	z-index: 10;
	}

.navigation {
	display: none;
	text-align: center;
	margin: 10px 0;
	padding: 0;
	width: 100%;
	}

.navigation .nav-previous,
.navigation .left {
	float: left;
	width: 50%;
	text-align: left;
	}

.navigation .nav-next,
.navigation .right {
	float: right;
	width: 50%;
	text-align: right;
	}

.navigation a {
	color: #999;
	}

.alert {
	background: #FFF6BF;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	text-align: center;
	margin: 10px auto;
	padding: 5px 20px;
	}

/* @end */

/* @group Lists */

.entry-content ol, .entry-content ul {
	padding: 0 0 0 35px;
	}
	
.entry-content ol li, .entry-content ul li {
	margin: 0 0 3px;
	padding: 0;
	color: #bfbeb2;
	text-align: left;
	list-style-position: outside;
	}

.secondary div p {
	margin-top: 10px;
	}

.secondary ul, .secondary ol {
	margin: 5px 0 0;
	padding-left: 0;
	}

.secondary ul ul, .secondary ol ol {
	margin: 0 0 0 10px;
	}
       
.secondary ul ul ul, .secondary ol ol ol {
	margin: 0 0 0 20px;
	}


.secondary ol {
	margin-left: 10px;
	}

.secondary ul li, .secondary ol li {
	margin: 0;
	padding: 1px 0;
	}
	
.secondary ul li {
	list-style-type: none;
	list-style-image: none;
	padding-left: 10px;
	}

/* @end */

/* @group Search */

#search {
	width: 30%;
	float: right;
	/*margin-top: 20px;*/
	}

#search label{
	display: none;
}
#search h4 {
	display: none;
	}

input[type=text], textarea {
	color: #333;
	padding: 1px;
	margin: 0;
	}

#s {
	width: 50%;
    color: #333;
    font-size:16px;
    padding:7px 10px;
    border:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    border:1px solid rgba(0,0,0,0.26);
    /*Background*/
    background-color:transparent;
  	background:transparent  -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(255,255,255,0.8)),
    color-stop(1, rgba(255,255,255,1))
);
background-image:-moz-linear-gradient(
    center top,
    rgba(255,255,255,0.8) 0%,
    rgba(255,255,255,1) 100%
);
    /*Inner Shadow & Drop Shadow*/
   -moz-box-shadow:inset 0px 1px 8px rgba(0,0,0,0.20), 0px 1px 0px rgba(255,255,255,0.3);
    box-shadow:inset 0px 1px 8px rgba(0,0,0,0.32), 0px 1px 0px rgba(255,255,255,0.3);
    -webkit-box-shadow:inset 0px 1px 8px rgba(0,0,0,0.32), 0px 1px 0px rgba(255,255,255,0.3);
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

input#s:hover, input#s:focus, input#searchsubmit:hover, input#searchsubmit:focus, .wpcf7 input[type="text"]:hover, .wpcf7 textarea:hover, .wpcf7 input[type="text"]:focus, .wpcf7 textarea:focus, .wpcf7-submit:hover, .wpcf7-submit:focus, .button:focus, .button:hover{
	-webkit-box-shadow:0 0 15px #ccc; 
	-moz-box-shadow: 0 0 15px #ccc; 
	box-shadow:0 0 15px #ccc; 
}

/*input#s:hover, input#s:focus{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}*/

#searchsubmit, .button{
	border: none;
	background: #4DC3CA; /* old browsers */
	background: -moz-linear-gradient(top, #4DC3CA 0%, #184345 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4DC3CA), color-stop(100%,#184345)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4DC3CA', endColorstr='#184345',GradientType=0 ); /* ie */
	color: #fff;
	font-family: "museo-slab-1", "museo-slab2";
	font-style: italic;
	font-weight: 500;
	font-size: 18px;
	padding: 6px 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-shadow: 1px 1px 1px #666;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	position: relative;
}

input#searchsubmit:hover, input#searchsubmit:focus, .button#hover, .button:focus{
	cursor: pointer;
}
	

.livesearch #s {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	}

.columns-three .livesearch #s {
	width: 145px;
	}

#searchreset {
	position: absolute;
	right: 0px;
	height: 19px;
	width: 16px;
	background: url('images/reset-fff.png') center center no-repeat;
	}

#searchload {
	position: absolute;
	right: 0;
	top: 0;
	height: 18px;
	width: 18px;
	background: url('images/spinner.gif') center center no-repeat;
	}

.livesearchform input[type=submit] {
	margin: 0;
	}

#searchcontrols {
	text-align: center;
	padding: 1px;
	background: #ddd;
	}

#searchcontrols small {
	margin: 0;
	padding: 0;
	}

label.overlabel-apply {
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 1;
	color: #999;
	cursor: text;
	}

/* @end */

/* @group Homepage */

.page-slug-home h1.entry-title{
	display: none;
}

.page-slug-home p{
	font-size: 15px;
}

.content-left{
	float: left;
	width: 50%;
}

.content-left p{
	margin-bottom: 10px;
}

.content-right{
	float: right;
	width: 40%;
}

.content p{
	line-height: 140%;
	padding: 0;
}

.services li a{
	font-size: 18px;
}

.services{
	display: block;
	height: 120px;
}

.contact, .services, .content-left{
	padding: 20px;
	margin-bottom: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
    border:1px solid rgba(0,0,0,0.26);    
    /*Background*/
    background-color:transparent;
    background:transparent  -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(0,0,0,0.2)),
    color-stop(1, rgba(0,0,0,0))
);
background-image:-moz-linear-gradient(
    center top,
    rgba(0,0,0,0.2) 0%,
    rgba(0,0,0,0) 100%
);
    /*Inner Shadow & Drop Shadow*/
   -moz-box-shadow:inset 0px 1px 8px rgba(0,0,0,0.20), 0px 1px 0px rgba(255,255,255,0.2);
    box-shadow:inset 0px 1px 8px rgba(0,0,0,0.32), 0px 1px 0px rgba(255,255,255,0.2);
    -webkit-box-shadow:inset 0px 1px 8px rgba(0,0,0,0.32), 0px 1px 0px rgba(255,255,255,0.2);

}

.content-right ul{
	line-height: 160%;
	float: left;
	margin-right: 15px;
	/*padding-right: 15px;*/
}

/*.contact{
	display: none;
}*/

.content-right ul li{
	list-style-type: none;
	color: #b6beb2;
	line-height: 180%;
	font-size: 15px;

}

.contact p{
	padding: 0;
}

.contact a{
	font-style: oblique;
}

.contact label{
	font-style: normal;
	float: left;
	padding-right: 15px;
	width: 70px;
}

.contact a.url.fn.org{
	display: none;
}

.contact .tags{
	text-indent: -3000px;
	position: absolute;
	display: none;
}

.twitter ul{
	float: none;
}

/* @end */

/* @group Single */

.single .content{
	width: 960px;
	padding-top: 20px;
}

.single #primary{
	width: 600px !important;
	padding: 0 20px;
	margin-bottom: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
    border:1px solid rgba(0,0,0,0.26);
    /*Background*/
    background-color:transparent;
    background:transparent  -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(0,0,0,0.2)),
    color-stop(1, rgba(0,0,0,0))
);
background-image:-moz-linear-gradient(
    center top,
    rgba(0,0,0,0.2) 0%,
    rgba(0,0,0,0) 100%
);
    /*Inner Shadow & Drop Shadow*/
   -moz-box-shadow:inset 0px 1px 8px rgba(0,0,0,0.20), 0px 1px 0px rgba(255,255,255,0.2);
    box-shadow:inset 0px 1px 8px rgba(0,0,0,0.32), 0px 1px 0px rgba(255,255,255,0.2);
    -webkit-box-shadow:inset 0px 1px 8px rgba(0,0,0,0.32), 0px 1px 0px rgba(255,255,255,0.2);}

.single #primary{
	width: 600px;
	float: left;
}

.single .entry-head{
	display: none;
}

.single .fbLikeContainer{
	position: relative;
	top: 12px;
}

/* @end */

/* @group Slider */

.controller{
	font-family: "museo-slab-1", "museo-slab-2";
	font-style: italic;
	position: relative;
	top: -9px;
	height: 20px;
}

.next, .previous{
	cursor:pointer;
}

.controller .previous{
	float:left;
}
.controller .next{
	float:right;
}

.controller .next:after{
	content: " »";
}

.controller .previous:before{
	content: "« ";
}

.examples{
	overflow:hidden;
	width:600px;
	padding: 0 !important;
	margin: 0 !Important;
}

.examples ul{
	width:8600px;
	list-style-type: none;	
}

.examples li{
	float:left;
	margin:0 16px 0 0;
	width: 600px;
	cursor:pointer;
	padding-bottom: 0 !important;
}

.controller{
	background: rgba(12,12,12,0.6);
	padding: 10px; 
	margin-top: 0 !important;
	clear: both;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	
    border:1px solid rgba(0,0,0,0.26);
    /*Background*/
    background-color:transparent;
    background:transparent  -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(0,0,0,0.2)),
    color-stop(1, rgba(0,0,0,0))
);
background-image:-moz-linear-gradient(
    center top,
    rgba(0,0,0,0.2) 0%,
    rgba(0,0,0,0) 100%
);
    /*Inner Shadow & Drop Shadow*/
   -moz-box-shadow:inset 0px 1px 8px rgba(0,0,0,0.20), 0px 1px 0px rgba(255,255,255,0.2);
    box-shadow:inset 0px 1px 8px rgba(0,0,0,0.32), 0px 1px 0px rgba(255,255,255,0.2);
    -webkit-box-shadow:inset 0px 1px 8px rgba(0,0,0,0.32), 0px 1px 0px rgba(255,255,255,0.2);

}


/* @end */

/* @group Subnav */

.sub-nav-container{
	background: #151515; /* old browsers */
	background: -moz-linear-gradient(top, #151515 0%, #232323 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#151515), color-stop(100%,#232323)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#151515', endColorstr='#232323',GradientType=0 ); /* ie */
	padding: 10px 20px;
	height: 20px;
	border: 1px solid #111;
	width: 940px;
	margin: 0 auto 20px;
	-webkit-box-shadow: 0 -1px 2px #454545 inset;
	-moz-box-shadow: 0 -1px 2px #454545 inset;
	box-shadow: 0 -1px 2px #454545 inset;
}

.sub-nav-container{
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	
}

.sub-nav{
	width: 940px;
	margin: 0 auto;
}

.sub-nav ul{
	list-style-type: none;
	width: 60%;
	float: left;
}

.sub-nav ul li{
	height: 20px;
	float: left;
	margin-right: 20px;
	display: block;
	list-style-type: none;
	color: #fff;
	text-align: left;
}

.sub-nav a{
	font-family: "museo-slab-1", "museo-slab-2", "Helvetica", Arial, sans-serif;
	font-size: 15px;
	font-style: italic;
}



.current-cat{
	opacity: .5;
}

.title-li{
	font-family: "museo-slab-1","museo-slab-2";
	display: block;
	float: left;
	width: 105px;
	color: #fff;
	font-size: 15px;
	margin-right: 15px;
	font-weight: 500;
}

/*.page-slug-home .sub-nav-container, .contact .sub-nav-container, .single .sub-nav-container, .page-slug-contact .sub-nav-container, .four-04 .sub-nav-container{
	display: none;
}*/

.page-control{
	float: right;
	width: 25%;
	text-align: right;
}

.blog .page-control{
	text-align: center;
}

/* @end */

/* @group Listings */

.search .page-head, .category .page-head{
	display: none;
}

.blog #page, .category #page{
	padding-bottom: 30px;
}

.blog .sub-nav-container.below, .category .sub-nav-container.below{
	width: 920px;
	height: 30px;
	padding: inherit 20px;
	margin-bottom: 100px;
}

.blog .sub-nav-container.below .sub-nav ul, .blog .sub-nav-container.below .title-li, .category .sub-nav-container.below .sub-nav ul, .category .sub-nav-container.below .title-li{
	display: none;
}

.blog .sub-nav-container.below .page-control, .category .sub-nav-container.below .page-control{
	float: none;
	margin: 0 auto;
	font-size: 18px;
	width: 30%;
	text-align: center;
}

.blog .sub-nav-container.below .page-control a, .category .sub-nav-container.below .page-control a{
	font-size: 18px;
}

.blog #primary-wrapper, .category #primary-wrapper, .search #primary-wrapper{
	margin: 0 auto !important;
	display: block;
	text-align: center;
}

.blog .post, .category .post, .search .post{
	float: left !important;
	padding: 25px;
	position: relative;
	left: 30px;
}

.blog .examples, .category .examples, .search .examples{
	width: 960px;
	text-align: center;
	margin: 0 auto !important;
	/*-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;*/
    border:1px solid rgba(0,0,0,0.26);

    /*Background*/
    background-color:transparent;
    background:transparent  -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(0,0,0,0.2)),
    color-stop(1, rgba(0,0,0,0))
);
background-image:-moz-linear-gradient(
    center top,
    rgba(0,0,0,0.2) 0%,
    rgba(0,0,0,0) 100%
);

    /*Inner Shadow & Drop Shadow*/
   -moz-box-shadow:inset 0px 1px 8px rgba(0,0,0,0.20), 0px 1px 0px rgba(255,255,255,0.2);
    box-shadow:inset 0px 1px 8px rgba(0,0,0,0.32), 0px 1px 0px rgba(255,255,255,0.2);
    -webkit-box-shadow:inset 0px 1px 8px rgba(0,0,0,0.32), 0px 1px 0px rgba(255,255,255,0.2);
	position: relative;
	top: 30px;

	/* Border Radii */
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	}

#page-control-container{
	width: 960px;
	margin: 0 auto;
}

#page-control-container .page-control{
	background: #151515; /* old browsers */
	background: -moz-linear-gradient(top, #151515 0%, #232323 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#151515), color-stop(100%,#232323)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#151515', endColorstr='#232323',GradientType=0 ); /* ie */
	padding: 5px 20px;
	border: 1px solid #111;
	margin: 0 auto 20px;
	-webkit-box-shadow: 0 -1px 2px #454545 inset;
	-moz-box-shadow: 0 -1px 2px #454545 inset;
	box-shadow: 0 -1px 2px #454545 inset;
	float: right;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.blog #nav-above .category #nav-above, .blog #nav-below, .category #nav-below, .search #nav-above, .search #nav-below{
	display: none;
}

.blog .entry-content .category .entry-content, .search .entry-content{
	width: 250px;
	padding: 0;
}

.post-thumbnail{
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	width: 250px;
	height: 165px;
	display: block;
}

.post-thumbnail img{
	opacity: 1;
}

.post-thumbnail:hover{
	opacity: 0.8;
}

.post-thumbnail img:hover{
	opacity: 1;
	-webkit-transform: scale(1.01);
	/*-moz-transform: scale(1.01);*/
}

/*.blog .examples{
	width: 810px;
}*/


.blog .items, .category .items{
	padding: 0;
}

.blog .items li, .category .items li{
	float: left;
}

/* @end */

/* @group 404 page */

.four04 h1{
	margin: 0;
}

.four04 p{
	text-align: center;
	font-size: 15px;
}

.four04 .below{
	display: none;
}

/* @end */

/* @group Search Page */

.search .content{
	margin-top: 20px;
}

.search .four04 .entry-content{
	width: 100% !important;
	padding: 10px;
}

.search .four04 .entry-content p{
	font-size: 15px;
	text-align: left;
}

.search .sub-nav-container.below{
	display: none;
}

.search .entry-head h3{
	font-size: 24px;
	font-family: "museo-slab-1", "museo-slab-2", Arial;
}

/* @end */

/* @group Pricing Information */

.page-slug-contact #primary, .page-slug-my-process #primary, .page-slug-pricing-information #primary, .page-slug-survey #primary{
	width: 600px;
	float: left;
	margin: 30px 0 20px 0;
	padding: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
    border:1px solid rgba(0,0,0,0.26);    
    /*Background*/
    background-color:transparent;
    background:transparent  -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(0,0,0,0.2)),
    color-stop(1, rgba(0,0,0,0))
);
background-image:-moz-linear-gradient(
    center top,
    rgba(0,0,0,0.2) 0%,
    rgba(0,0,0,0) 100%
);
    /*Inner Shadow & Drop Shadow*/
   -moz-box-shadow:inset 0px 1px 8px rgba(0,0,0,0.20), 0px 1px 0px rgba(255,255,255,0.2);
    box-shadow:inset 0px 1px 8px rgba(0,0,0,0.32), 0px 1px 0px rgba(255,255,255,0.2);
    -webkit-box-shadow:inset 0px 1px 8px rgba(0,0,0,0.32), 0px 1px 0px rgba(255,255,255,0.2);
}

.page-slug-pricing-information #primary{
	width: 920px;
	float: left;
	margin: 30px 0 20px 0;
	padding: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
    border:1px solid rgba(0,0,0,0.26);    
    /*Background*/
    background-color:transparent;
    background:transparent  -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(0,0,0,0.2)),
    color-stop(1, rgba(0,0,0,0))
);
background-image:-moz-linear-gradient(
    center top,
    rgba(0,0,0,0.2) 0%,
    rgba(0,0,0,0) 100%
);
    /*Inner Shadow & Drop Shadow*/
   -moz-box-shadow:inset 0px 1px 8px rgba(0,0,0,0.20), 0px 1px 0px rgba(255,255,255,0.2);
    box-shadow:inset 0px 1px 8px rgba(0,0,0,0.32), 0px 1px 0px rgba(255,255,255,0.2);
    -webkit-box-shadow:inset 0px 1px 8px rgba(0,0,0,0.32), 0px 1px 0px rgba(255,255,255,0.2);
}

.page-slug-pricing-information .left{
	width: 45%;
}

.page-slug-pricing-information .right{
	width: 45%;
}

.page-slug-pricing-information .secondary{
	width: 420px;
	float: left;
}

.page-slug-pricing-information .secondary ul li{
	margin: 0 auto;
}

.page-slug-pricing-information #sidebar-1{
	width: 650px;
	margin: 0 auto;
	float: none;
}

.page-slug-pricing-information .secondary .widget{
	width: 300px;
	float: left;
}

.page-slug-pricing-information .button{
	position: relative;
	top: 5px;
}

.page-slug-pricing-information #primary strong{
	/*background: rgba(12,12,12,0.6);*/
	padding: 10px; 
	display: block;
	clear: both;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: -moz-linear-gradient(top, #2D2D2D 0%, #232323 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2D2D2D), color-stop(100%,#232323));
	background: #2D2D2D;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2D2D2D', endColorstr='#232323',GradientType=0 ); /* ie */
	padding: 10px 10px 14px 10px;
	border-top: 2px solid #333;
    color: #fff;
	font-size: 18px;
	text-shadow: 1px 1px 1px #000;
}

.page-slug-pricing-information hr{
	display: block;

}

/* @end */

/* @group Contact Page */

.widget iframe{
	width: 200px !important;
	position: relative;
	top: 5px;
}

.page-slug-contact dd.adr, .page-slug-contact #site-url{
	display: none;
}

.page-slug-contact .sub-nav-container{
	display: none;
}

.page-slug-contact .secondary{
	width: 300px;
	margin-top: 10px;
	padding-right: 0;
	padding-left: 0;
}

.page-slug-contact dl{
	margin-top: 10px;
}

.page-slug-contact .entry-head{
	display: none;
}

.page-slug-contact #primary{
	padding-top: 0;
}

.page-slug-contact .content form ol{
	padding-left: 0;
}

.page-slug-contact .content form{
	width: 600px;
}

.page-slug-contact form label{
	float: left;
	width: 170px;
	font-size: 15px;
	color: #fff;
	position: relative;
	top: 22px;
	display: block;
}

.page-slug-contact form label span{
	font-style: oblique;
	color: red;
	font-size: 12px;
	margin-left: 5px;
}

.page-slug-contact form input[type=text], .page-slug-contact form textarea{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #ccc;
	padding: 5px 10px;
	width: 400px;
	font-size: 15px;
	color: #666;
}

form .your-budget, form .your-timeline, form #li08 textarea{
	width: 400px;
	position: relative;
	left: 170px;
	}

.page-slug-contact form #li08 textarea{	
	position: relative;
	left: 170px;
}

#li03 input, #li10 input{
	position: relative;
	left: 170px;
}

#li10 input{
	color: #fff;
}

#li10 .wpcf7-not-valid-tip{
	width: 150px;
	left: 100%;
	top: 50%;
}


form li{
	margin-bottom: 15px;
	list-style: none;
	text-align: left;
}

/*#li01 input, #li02 input, li#03 input, #li05, #li03 input{
	position: relative;
	left: 170px;
}*/

form .optional{
	margin: 20px 0 0 170px !important;
	color: #fff;
	font-weight: 700;
}

.wpcf7-submit{
		border: none;
	background: #4DC3CA; /* old browsers */
	background: -moz-linear-gradient(top, #4DC3CA 0%, #184345 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4DC3CA), color-stop(100%,#184345)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4DC3CA', endColorstr='#184345',GradientType=0 ); /* ie */
	color: #fff;
	font-family: "museo-slab-1", "museo-slab2";
	font-style: italic;
	font-weight: 500;
	font-size: 18px;
	padding: 6px 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-shadow: 1px 1px 1px #666;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	position: relative;
	left: 170px;
}

div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	background: #afed94;
	border: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	padding: 6px;
	color: #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	background: #f7e700;
	border: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	padding: 6px;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: url(images/tooltip-tip.png) no-repeat 7px 7px;
}

.wpcf7-not-valid-tip p{
	font-family: "museo-sans-1", "museo-sans-2", Helvetica, Arial, sans-serif;
	background: #ff9595;
	color: red;
	font-weight: 700;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size: 12px;
	text-align: center;
	padding: 6px;
	}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	position: relative;
	left: 180px;
	top: -3px;
}

div.wpcf7 .watermark {
	color: #888;
}

.wpcf7 input[type="text"], .wpcf7 textarea{
	padding:7px 10px;
    border:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    border:1px solid rgba(0,0,0,0.26);
    /*Background*/
    background-color:transparent;
  	background:transparent  -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(255,255,255,0.8)),
    color-stop(1, rgba(255,255,255,1))
);
background-image:-moz-linear-gradient(
    center top,
    rgba(255,255,255,0.8) 0%,
    rgba(255,255,255,1) 100%
);
    /*Inner Shadow & Drop Shadow*/
   -moz-box-shadow:inset 0px 1px 8px rgba(0,0,0,0.20), 0px 1px 0px rgba(255,255,255,0.3);
    box-shadow:inset 0px 1px 8px rgba(0,0,0,0.32), 0px 1px 0px rgba(255,255,255,0.3);
    -webkit-box-shadow:inset 0px 1px 8px rgba(0,0,0,0.32), 0px 1px 0px rgba(255,255,255,0.3);
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

/* @end */

/* @group Process */

.page-slug-my-process .below, .page-slug-my-process .entry-head{
	display: none;
}

.page-slug-my-process .secondary{
	margin-top: 10px;
	padding-right: 0;
	padding-left: 0;
	width: 300px;
}

.page-slug-my-process h2{
	margin: 30px 0 20px 0;
}

.page-slug-my-process h2:first-child{
	margin-top:  0;
}

.page-slug-my-process #footer{
	margin-top: 100px;
}

/* @end */

/* @group Survey */

.page-slug-survey .content{
	overflow: hidden !Important;
	width: 960px !important;
}

.page-slug-survey .content form{
	width: 600px;
	overflow: hidden;
}

.page-slug-survey .wpcf7-radio, .page-slug-survey .textarea-007{
	margin: 10px 0 0;
	display: block;
}

.page-slug-survey .wpcf7 li{
	list-style: decimal;
	margin-top: 30px;
}

.page-slug-survey .submit-li{
	list-style: none !important;
}

.page-slug-survey .wpcf7-radio .wpcf7-list-item{
	display: block;
}

.page-slug-survey .wpcf7-submit{
	position: relative;
	left: 0;
}

.page-slug-survey .explain{
	margin-left: 25px;
}

.page-slug-survey .textarea-007 textarea{
	height: 50px;
	width: 520px;
	margin-left: 0 !important;
}

.page-slug-survey .explain textarea{
	margin-top: 10px;
	margin-left: 25px;
	height: 50px;
	width: 480px;
}

/* @end */

/* @group Slider */

/* The Nivo Slider styles */
#slider {
	position:relative;
	margin:30px 0 60px 0;
	background: url(../../plugins/islidex/themes/nivo/loading.gif) no-repeat 50% 50%;
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	cursor:pointer;
}

.nivoSlider {
	position:relative;
	display:block;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}

.nivo-controlNav {
	position:absolute;
	left:47%;
	bottom:-30px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(../../plugins/islidex/themes/nivo/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
	display:block;
	width:32px;
	height:34px;
	background:url(../../plugins/islidex/themes/nivo/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
	overflow:hidden;
}

/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}

/* Caption styles */
.nivo-caption {
cursor:default;
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}

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




/* Captify styling */

/*
.caption-top, .caption-bottom {
	color: #ffffff;	
	padding: 1.2em;	
	font-weight: bold;
	font-size: 13px;	
	font-family: arial;	
	cursor: default;
	border: 0px solid #334143;
	background: #000000;
	text-shadow: 1px 1px 0 #202020;
}
.caption-top {
   border-width: 0px 0px 8px 0px;
}
.caption-bottom {
   border-width: 8px 0px 0px 0px;
   	text-decoration:none;
	cursor:pointer;
	height:20px;
	bottom:0;
	position:absolute!important;
}
.caption a, .caption a {
	border: 0 none;
	text-decoration: none;
	background: #000000;
	padding: 0.3em;
	cursor:pointer;
}
.caption a:hover, .caption a:hover {
	background: #202020;
	text-decoration:none;
	cursor:pointer;
}
.caption-wrapper {
	float: left;
}
br.c { clear: both; }
*/

/* End of Captify */


/* ------------- NIVO WIDGET */

#sliderw {
	position:relative;
	margin:30px 30px 60px 30px;
	background:#202834 url(../../plugins/islidex/themes/nivo/loading.gif) no-repeat 50% 50%;
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;
}
#sliderw img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#sliderw a {
	border:0;
	cursor:pointer;
}

.nivoSliderw {
	position:relative;
	display:block;
}
.nivoSliderw img {
	position:absolute;
	top:0px;
	left:0px;
}

.nivo-controlNavw {
	position:absolute;
	left:47%;
	bottom:-30px;
}
.nivo-controlNavw a {
	display:block;
	width:10px;
	height:10px;
	background:url(../../plugins/islidex/themes/nivo/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNavw a.active {
	background-position:-10px 0;
}

/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNavw a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
	display:block;
	width:32px;
	height:34px;
	background:url(../../plugins/islidex/themes/nivo/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNavw {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNavw {
	left:10px;
}

/* If an image is wrapped in a link */
.nivoSliderw a.nivo-imageLinkw {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
	overflow:hidden;
}

/* The slices in the Slider */
.nivo-slicew {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}

/* Caption styles */
.nivo-captionw {
cursor:default;
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-captionw p {
	padding:5px;
	margin:0;
}

/* ------------- NIVO CUSTOM */

#sliderc {
	position:relative;
	margin:30px 30px 60px 30px;
	background:#202834 url(../../plugins/islidex/themes/nivo/loading.gif) no-repeat 50% 50%;
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;
}
#sliderc img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#sliderc a {
	border:0;
	cursor:pointer;
}

.nivoSliderc {
	position:relative;
	display:block;
}
.nivoSliderc img {
	position:absolute;
	top:0px;
	left:0px;
}

.nivo-controlNavc {
	position:absolute;
	left:47%;
	bottom:-30px;
}
.nivo-controlNavc a {
	display:block;
	width:10px;
	height:10px;
	background:url(../../plugins/islidex/themes/nivo/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNavc a.active {
	background-position:-10px 0;
}

/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNavc a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
	display:block;
	width:32px;
	height:34px;
	background:url(../../plugins/islidex/themes/nivo/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNavc {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNavc {
	left:10px;
}

/* If an image is wrapped in a link */
.nivoSliderc a.nivo-imageLinkc {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
	overflow:hidden;
}

/* The slices in the Slider */
.nivo-slicec {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}

/* Caption styles */
.nivo-captionc {
cursor:default;
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-captionc p {
	padding:5px;
	margin:0;
}

/* @end */

.page-slug-thanks-steve #continue-to-work{
	position: relative;
	top: 300px;
}

.page-slug-thanks-steve #header, .page-slug-thanks-steve #site-navigation{
	display: none !important;
}

.page-slug-thanks-steve img{
	position: relative;
	top: -20px;
	margin-right: 20px !Important;
}

.page-slug-thanks-steve p{
	margin: 0 0 10px 10px !important;
	padding: 0 !important;
}

.page-slug-thanks-steve{
	background: #000;
	margin: 0 !important;
	padding: 0 !important;
}

.page-slug-thanks-steve p{
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
}

.page-slug-thanks-steve .entry-head h1{
	display: none;
}

.page-slug-thanks-steve #footer{
	display: none !important;
}

.page-slug-main .entry-title{
	display: none;
}
