/*
Theme Name: Vert Studios Theme
Theme URI: http://vertstudios.com/blog/
Author: Justin Edwards
Author URI: http://evertstudios.com
Version: 1.0
*/

/* Reset CSS */

/* Begin Reset */

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

	
	blockquote, q {
		quotes: none;
	}
	
	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}
	
	/* remember to define focus styles! */
		:focus {
		outline: 0;
	}
	
	/* remember to highlight inserts somehow! */
		ins {
		text-decoration: none;
	}
	
	del {
		text-decoration: line-through;
	}
	
	/* tables still need 'cellspacing="0"' in the markup */
		table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	
	strong {
		font-weight: bold;
	}
	
	ul li{
	list-style-type: none;
	}

/* End Reset */

/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 32px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 12px;
}

h1,h2,h3,h4,h5,h6 {
	color: #fff;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

/*
 
 #main_content ol {
	list-style: decimal;
}

#main_content ul {
	list-style: disc;
}

#main_content li {
	margin-left: 30px;
}

*/

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
}


    /* NAV */
	
	ul#nav {
	    float: right;
	    height: 93px;
	    line-height: 93px;
	}
	
	ul#nav li {
	    float: left;
	    height: 93px;
	    line-height: 93px;
	}
	
	ul#nav li a {
	    font-family: Museo300, helvetica,arial,sans-serif;
	    color: #fff;
	    font-size: 25px;
	    text-decoration: none;
	    padding: 10px;
	    height: 93px;
	    line-height: 93px;
	    background: transparent;
	}
	
	ul#nav li a:hover {
	    background: transparent url(images/nav_highlight.png) center no-repeat;
	}
	
	ul#nav li a.current {
	    font-family: Museo300, helvetica,arial,sans-serif;
	    color: #fff;
	    font-size: 25px;
	    text-decoration: none;
	    padding: 10px;
	    font-weight: bold;
	}
	
    /* END NAV */
    
    /* LAYOUT */
	
	#wrapper, #footer_inner {
	    width: 950px;
	    padding: 0 5px 0px 5px;
	    margin: 0 auto;
	}
	
	html {
	    background: #000 url(images/html.png) top left repeat-x;
	}
	
	body {
	    background: #000 url(images/about_wc_dark.jpg) top center no-repeat;
	    overflow: auto;
	}
	
	#main {
	    
	    width: 610px;
	    float: right;
	    padding-left: 5px;
	    
	}
	
	#sidebar {
		width: 240px;
		float: left;
		margin-top: 39px;
		color: #fff;
	}
	
	#sidebar h4 {
		font-size: 16px;
		margin-bottom: 0;
		letter-spacing: 1px;
		color: #fff;
		font-weight: bold;
	}
	
	#commentlist {
		padding-left: 2px;
	}
	
	#sidebar ul li a {
		font-weight: normal;
	}
	
	#home #main {
	    width: 430px;
	    float: left;
	    padding-top: 35px;
	}
	
	#home #main div p {
	    width: 297px;
	}
	
	#main div.case_summary {
	    border-left: 1px solid #888;
	    margin: 10px 0 13px 30px;
	    padding: 15px 0 20px 13px;
	    min-height: 170px;
	}
	
	#sidebar ul {
		width: 110px;
		padding: 5px;
		float: left;
		overflow: auto;
	}
	
	#sidebar img {
		padding-bottom: 10px;
	}
	
	#sidebar ul li a {
		text-decoration: none;
		color: #fff;
		display: block;
		float: left;
		padding-left: 2px;
	}
	
	#sidebar ul li a:hover {
		color: #fff;
		background: transparent;
		color: #92b70e;
	}
	
	#sidebar ul#by_title {
		width: 140px;
	}
	
	#sidebar li span {
		float: right;
	}
	
	#sidebar ul li {
		border-bottom: 1px solid #ddd;
		clear: both;
		overflow: hidden;
	}
	
	#sidebar h3 {
		border-bottom: 1px solid #fff;
		clear: both;
	}
	
	p {
	    color: #fff;
	    font-size: 14px;
	    line-height: 1.4em;
	}
	
	#mac_wrapper {
	    background: url(images/mac_2.png) top left no-repeat;
	    padding: 32px 60px 194px 44px;
	    width: 419px;
	    height: 258px;
	    float: right;
	    position: relative;
	    left: 42px;
	    margin-left: -55px;
	    margin-bottom: 20px;
	    margin-top: 50px;
	}
	
	#mac_wrapper img {
	   height: 258px;
	   width: 419px;
	}
	
	#slider {
	    height: 258px;
	}
	
	#slider a:hover {
	    background: none;
	}
	
	#copy_slider * {
	    background: transparent !important;
	}
	
	#header {
	    padding-bottom: 30px;
	    overflow: visible;
	}
	
	#header h1 {
	    float: left;
	}
	
	#content {
	    clear: both;
	}
	
	#main, #process, #pre_foot, #secondary {
	    border-top: 1px solid #222;
	    padding-top: 40px;
	    overflow: auto;
	    clear: both;
	    padding-bottom: 80px;
	}
	
	#main {
	    border: none;
	}
	
	#process ol li {
	    width: 150px;
	    float: left;
	    margin-right: 47px;
	}
	
	#process ol li.last {
	    margin-right: 0;
	}
	
	
	#pre_foot {
	    background: url(images/pre_foot.jpg) bottom right no-repeat;
	    margin-bottom: 0;
	    padding-bottom: 150px;
	}
	
	#pre_foot>* {
	    width: 350px;
	}
	
	#footer {
	    background: #191919 url(images/footer.png) top left repeat-x;
	    color: #fff;
	    overflow: auto;
	    clear: both;
	}
	
	#footer p {
	    color: #fff;
	}
	
	#footer_inner {
	    overflow: hidden;
	    padding-top: 27px;
	    padding-bottom: 40px;
		position: relative;
	}
	
	#location,#social,#newsletter{
	    width: 220px;
	    padding: 0 10px 0 10px;
	    float: left;
	    min-height: 240px;
	}
	
	#location {
	    border-right: 1px solid #444;
	}
	
	#newsletter {
	    width: 430px;
	    position: relative;
	}
	
	#social {
	    border-right: 1px solid #444;
	}
	
	div.tel {
	    background: url(images/phone.png) left center no-repeat;
	    padding: 10px 0 10px 30px;
	}
	
	div.email {
	    background: url(images/mail.png) left 3px no-repeat;
	    padding: 0 0 0 30px;
	}
	
	.fn {
	    color: #839b2f;
	    font-weight: bold;
	}
	
	#twitter_bird {
	    position: absolute;
	    bottom: 0;
	    right: 34px;
	}
	
	.cite {
	    font-size: 110%;
	    font-style: italic;
	}
	
	#testimonails div {
	    
	}
	
	#testimonials h1 {
	    border-bottom: 1px solid #000;
	}	    
	
	#testimonials #main div {
	    width: 450px;
	    float: left;
	    padding: 10px;
	}
	
	/* About */
	 
	    body#about  {
		background: url(images/about_wc_dark.jpg) top center no-repeat;
	    }
	    
	    #about #pre_foot div, #contact #pre_foot div {
		width: 310px;
		float: left;
		padding-right: 5px;
	    }
	    
	    #about #pre_foot div.last, #contact #pre_foot div.last  {
		padding-right: 0;
	    }
	 
	    #about #pre_foot div h3, #about #pre_foot div p, #contact #pre_foot div h3, #contact #pre_foot div p {
		width: 270px;
	    }
	    
	    #about #pre_foot, #contact #pre_foot {
		background-image: none;
	    }
	 
	/* end about */
	
	/* work */
	    
	    body#work, body#testimonials {
		background: url(images/about_wc.jpg) top center no-repeat;
	    }
	    
	    body#work #main {
		width: 270px;
		padding-top: 25px;
	    }
	    
	    body#work #pre_foot {
		background-image: none;
	    }
	    
	    #portfolio {
		width: 555px;
		float: right;
		overflow: hidden;
		padding: 20px 0 80px 0;
	    }
	    
	    #work #main {
		float: left;
	    }
	    
	    #work #footer {
		clear: both;
	    }
	    
	    #portfolio li {
		float: left;
		padding: 10px 10px 0px 5px;
	    }
	    
	    #portfolio li p {
		padding-top: 10px;
		font-size: 12px;
	    }
	    
	    #portfolio li.right_col {
		padding-left: 0;
		padding-right: 0;
	    }
	    
	    #portfolio li a {
		height: 203px;
		display: block;
		background: #000;
	    }
	    
	    #portfolio li p {
		padding-top: 5px;
		font-weight: bold;
	    }
	    
	    #portfolio li p a {
		height: auto;
		display: inline;
		background: transparent;
	    }
	    
	    #portfolio li p a:hover {
		height: auto;
		display: inline;
		text-decoration: none;
		background: #444;
	    }
	    
	    #portfolio a img {
		border: 2px solid #000;
	    }
	    
	    #work #content {
		overflow: auto;
	    }
	    
	    #portfolio a, #portfolio a img:hover {
		background-color: #000;
	    }
		  
	    #portfolio a.light, #portfolio a.light:hover {
		background-color: #000;
	    }
	    
	    .hidden {
		display: none;
	    }
	    
	    #fancybox-wrap a, #fancybox-wrap a:hover {
		background-color:transparent;
	    }
	    
	    #work h1 {
		border-bottom: 1px solid #000;
	    }	    
	    
	/* end work */
	
	/* contact */
	    
	    body#contact {
		background: url(images/contact_wc.jpg) top center no-repeat;
	    }
	    
	    #contact #main>div {
		width: 440px;
		float: left;
	    }
	    
	    
	/* end contact */
	
	/* Sticky footer
	    
	    
	    html, body, #wrapper {
		height: 100%;
	    }
	    
	    body > #wrapper {
		height: auto;
		min-height: 100%;
	    }
	    
	    #content {
		padding-bottom: 308px;
	    }
	    
	    #footer {
		position: relative;
		margin-top: -308px; 
		height: 308px;
		clear:both;
		overflow: hidden;
	    } 
	    
	/* end sticky footer */
	
	
    /* END LAYOUT */
    
    
    /* LINKS */
	
	a, span.codeTrigger {
	    color: #92b70e;
	    background: transparent;
		text-decoration: underline;
	}
	
	span.codeTrigger{
	cursor: pointer;
	font-size: 1.1em;
	}
	
	a:hover {
	    background: #444;
	    color: #fff;
	}
	
	a.nohover:hover{
		background: none;
	}
	
	#home #main>p a {
	    font-weight: bold;
	    color: #fff;
	    font-weight: normal;
	    font-size: 38px;
	    font-family: Museo300, helvetica, arial, sans-serif;
	    text-decoration: none;
	    line-height: 41px;
	    background: transparent;
	    padding: 0;
	    position: relative;
	    top: -10px;
	}
	
	#main>p a:hover {
	    background: #000;
		color: #b7e21b;
	}
	
	h4 span, ul#nav li a.current {
	    color: #839b2f;
	}
	
	#footer a {
	    color:#839b2f;
	    background: transparent;
	    text-decoration: none;
	}
	
	#footer a:hover {
	    color: #839b2f;
	    background: transparent;
	    text-decoration: underline;
	}
	
	a:active {
	    position: relative;
	    top: 1px;
	}
	
    /* END LINKS */
    
    /* TYPO */
	
	@font-face {
		font-family: 'Museo300';
		font-weight: bold;
		src: url('fonts/Museo500-Regular.eot');
		src: local('Museo 300'), local('Museo-300'), url('fonts/Museo500-Regular.otf') format('opentype');
	}
	
	.museo {
	    font-family: Museo300, georgia, serif;
	}
	
	#home h2 {
	    font-weight: lighter;
	    line-height: 1.25em;
	    margin-bottom: 0;
	}
	
	#home h3 {
	    font-size: 28px;
	}
	
	#home h4 {
	    font-size: 24px;
	}
	
	sup {
	    font-size: 75%;
	    vertical-align: text-top;
	}
	
	h1,h2,h3,h4,h5 {
	    font-family: Museo300, helvetica, arial, sans-serif;
	    font-weight: normal;
	}
	
	#process h4 {
	    font-size: 20px;
	}
	
	#footer h3 {
	    font-size: 20px;
	    color: #839b2f;
	}
	
	::-moz-selection{
	    background:#232323;
	    color:#fff;
	}
	
	a::-moz-selection {
	    color:#839b2f;
	}
	
	::selection {
	    background:#232323;
	    color:#fff;
	}
	
	a::selection {
	    color:#839b2f;
	}
	
	#social ul li {
	    padding-left: 7px;
	}
	
	#social ul {
	    list-style-image: url(images/bullet.png);
	    list-style-position: inside;
	}
	
    /* END TYPO */
    
    /* UTILITIES */
	
	.clearfix:after {
	    content: " "; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
		
    /* END UTILITIES */
    
	/*WORDPRESS COMMENTS */
	ol li.comment {
		border: 1px solid #999;
		overflow: auto;
		padding: 5px;
		margin: 5px 0;
		font-size: 1.3em;
		font-style: none;
	}
	
	.metadata {
		display: inline;
		font-style: none;
		font-size: 70%;
	}
	
	.commenter_name {
		font-size: 120%;
	}
	
	#about #main img.avatar {
		position: static;
		border: 1px solid #555;
	}
	
	#commentform label {
		font-size: 10px;
		width: 50px;
		position: relative;
		top: 3px;
		text-align: right;
		padding-right: 10px;
		display: inline-block;
	}
	
	#commentform label strong {
		color: #839b2f;
	}
	
	#commentform input {
		height: 13px;
		margin-bottom: 5px;
		background: #000;
		border: 1px solid #999;
		color: #fff;
		font-size: 10px;
		padding: 3px;
		width: 200px;
	}
	
	#commentform textarea {
		margin-bottom: 5px;
		margin-left: 60px;
		background: #000;
		border: 1px solid #999;
		color: #fff;
		font-size: 10px;
		width: 350px;
		min-height: 175px;
		padding: 3px;
	}
	
	#commentform #submit {
		background: #000;
		cursor: pointer;
		padding: 2px;
		height: auto;
		width: auto;
		margin-left: 60px;
	}
	
	#commentform p {
		margin-bottom: 0;
		vertical-align: top;
	}
	
	#commentform p label {
		position: relative;
		top: -1px;
	}
	
	
	/* End Wordpress comments */

    /* MAILCHIMP FORM */
    
	#mc_embed_signup label {
		font-size: 10px;
		width: 80px;
		position: relative;
		top: 3px;
		display: inline-block;
	}
	
	#mc_embed_signup label strong {
		color: #839b2f;
	}
	
	#footer #mc_embed_signup input {
		height: 13px;
		margin-bottom: 5px;
		background: #393939;
		border: 1px solid #999;
		color: #fff;
		font-size: 10px;
	}
	
	#footer #mc_embed_signup input#mc-embedded-subscribe {
		margin-left: 85px;
		height: 20px;
		width: auto;
	}
	
	#footer #mc_embed_signup input#mc-embedded-subscribe:hover {
		background: #454545;
		cursor: pointer;
	}
	
	#footer #mc_embed_signup  div.mce_inline_error, #footer #mc_embed_signup  div#mce-error-response {
		background: none;
		color: #c11;
		font-size: 10px;
		font-style: italic;
		margin-left: 110px;
	}
	
	/* END MAILCHIMP FORM */
	
	/* TWITTER */
	
	#twitter {
		position: absolute;
		width: 50px;
		height: 45px;
		bottom: 10px;
		right: 3px;
	}
	
	#twitter img.trigger:hover {
		cursor: pointer;
	}
	
	#recent_tweet {
		width: 200px;
		padding: 10px;
		position: absolute;
		display: none;
	}
	
	#recent_tweet p {
		font-size: 10px;
		color: #839b2f;
	}
	
	#recent_tweet p a {
		text-decoration: underline;
	}
	
	#recent_tweet p a:hover {
		color: #fff;
	}
	
	.trigger {
		width: 49px;
		height: 45px;
		background: url('http://www.vertstudios.com/images/twitter.png');
		z-index: 15;
		position: absolute;
	}
	
	#twitter div.trigger:hover {
		cursor: pointer;
	}
	
	
	
	/* END TWITTER */

.wp-caption {
		border: 1px solid #333;
		background: #111;
		text-align: center;
		padding-top: 3px;
		margin: 20px 0 25px 0;
}

p.wp-caption-text {
		color: #839b2f;
		text-align: center;
		font-size: 85%;
		margin-bottom: 3px;
		font-style: italic;
}

#commentform p.user_data {
		margin: 15px 0;
		font-style: italic;
}

#main{
overflow: hidden;
}

#main .post {
		padding-bottom: 10px;
		border-bottom: 1px solid #fff;
		margin-bottom: 25px;
		
}

#main .post-metadata {
		margin: 20px 0 ;
}

#main .post .post-metadata p {
		font-size: 80%;
		font-style: none;
}

#main .post p {
		line-height: 1.5em;
}

#main p.more {
		font-weight: bold;
}

#main .post ul li, #main .post ol li{
color: #FFFFFF;
margin-left: 20px;
}

#main .post ul li{
list-style-type: disc;
font-size: 1.1em;
}

blockquote{
width: 90%;
margin-left: 5%;
font-style: italic;
border:1px solid #FFFFFF;
padding: 5px;
margin-bottom: 20px;
}

#rssimg{
display: block;
float: left;
margin: 5px 2px 0px 0px;
}

a.subscribe{
text-decoration: none;
}

.sociable a:hover{
background: none;
}

.sociable_tagline{
color: #FFFFFF;
}

.codeDisplay{
margin-top: 15px;
display: none;
}

	#home h1, a#logo {
	    position: relative;
	    left: -47px;
	    padding: 0;
	    margin: 0;
	    background: transparent;
	    margin-right: -47px;
		text-indent: -9999px;
		background: url('http://www.vertstudios.com/images/vert_logo.png') top left no-repeat;
		width: 442px;
		height: 96px;
		display: block;
		float: left;
	}
	
	
/*Table Styling*/


table{
color: #FFFFFF;
text-align: center;
}

td, th { 
border: 1px solid #ffffff; 
padding: 5px;}
