/*  
Theme Name: pixelshifter
Theme URI: http://pixelshifter.net
Description: pixelshifter
Version: 1.0
Author: pixelshifter
Author URI: http://pixelshifter.net
Tags: Scott Ritchie, pixelshifter, portfolio, responsive, blog, clean, minimal, white, two-columns, custom-background, threaded-comments, translation-ready, custom-menus

TABLE OF CONTENTS

01 - Reset
02 - Global 
03 - General Layout
04 - Header
05 - Content
06 - Slideshow
07 - Sidebar
08 - Widgets
09 - Comments
10 - Pagination
11 - Footer
12 - Media Queries
*/

/* ///////////////////////////////////////////////////////////////////// 
//  01 - 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;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {	
	clear: both;
}
ul {
	list-style: none;
}

blockquote {
	quotes: none;	
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

img { display: block; }

input[type="submit"]::-moz-focus-inner {border:0;}
input[type="submit"]::-webkit-focus-inner {border:0;}

.homeSection img,
.post p img,
.page p img,
.project p img,
.postThumb,
div.wp-caption img {
	max-width: 100% !important;	
	height: auto;
}

.project .really_simple_share {
	display: none;
}

.wp-caption {
	max-width: auto !important;	
}

.wp-caption-text {
	padding: 5px 0 0 0;
	font-style: italic;
}

/* Isotope ----------- */

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}


/* ///////////////////////////////////////////////////////////////////// 
//  02 - Global 
/////////////////////////////////////////////////////////////////////*/

body {
	font-size: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	width:auto; height:auto;	
	padding: 0 0 20px 0;
	margin: 0;
	color: #666;	
	background: #fff;
}

p {
	line-height: 1.6em;
	font-size: .8em;
	margin: 0 0 20px 0;	
}

strong {
	font-weight: 500;
}




.guttercontent ul {
	color: #ff6600;
}

.listtext {
	color: #666;
}

img {
	margin: 0;
	max-width: 100%;
	height: auto;
}

img.left {
	margin: 0 25px 15px 0;
	float: left;
	border: 0;
}

img.about {
	border: 0;
}

a {
	text-decoration: none;
	outline: none;
}

a{	
	color: #8c8c8c;
}

a:hover {
	color: #8dc7dc;	
}

a img {
	border:none;
}

h1, h2, h3, h4, h5, h6{		
	margin: 0 0 15px 0;
	font-weight: normal;
	color: #555555;
	font-family: "museo-sans",sans-serif;
}

.testimonial {
	margin: 0;
	padding: 0 30px 15px 0px;	
	font-weight: 300;
	font-size: 1.1em;
	line-height: 1.3em!important;	
	color: #666;
	font-family: "museo-sans",sans-serif;
}

.speaker {
	margin: 0 0 30px 0;
	padding: 0 30px 0 0px;	
	font-size: .75em;
	line-height: 1.4em;
	color: #999;
	font-family: "museo-sans",sans-serif;
}


.nicolesaid {
	margin: 0;
	padding: 0 30px 15px 0px;	
	font-weight: 300;
	font-size: 1.4em;
	line-height: 1.2em!important;	
	color: #ff6600;
	font-family: "museo-sans",sans-serif;
}

.nicole {
	margin: 0 0 30px 0;
	padding: 0 30px 0 0px;	
	font-size: .75em;
	line-height: 1.4em;
	color: #999;
	font-family: "museo-sans",sans-serif;
}

.challenge {
	font-size: .9em;
	line-height: 1.4em;
	font-weight: bold;
	color: #666;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}




code {
    font-family: "Courier New", Courier, serif;
	overflow: auto;
	padding: 2px;
	background: #fff;
}

pre code {
	background: none;
}

pre {
    margin: 0 0 20px;
	padding: 10px;
	background: #fff;
	overflow: auto;	
	border: 1px solid #e4e4e4;
}

.left {
	float: left;	
}

.right {
	float: right;	
}

.meta {
	color: #b0b0ad;
}

.meta a{
	color: #7d7d7b !important;
}

.meta a:hover{
	color: #b0b0ad !important;
}

input[type="email"], input[type="text"], textarea {
	background-color: #fafafa;	
	padding: 10px;
	font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	
	color: #6a6a6a;	
	border: 1px solid #ddd;
	background:	#fafafa url(images/field_bkg.png) repeat-x;	
}

input[type="email"]:focus, input[type="text"]:focus {outline: none; background-color: #f7f7f7;}
textarea:focus {outline: none; background-color: #f7f7f7;}

textarea { width: 80%; font-size: 13px;}



/* Clearfix ----------- */

/* Some clearfix code from HTML5 Boilerplate */
.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

a.action {	
	font-style: italic;		
}

/* //////////////////////////////////////////////////////////////////////
//  03 - General Layout 
//////////////////////////////////////////////////////////////////////*/

#container {	
	width: 100%;
	margin: 20px auto 0;			
}

#main {
	margin: 0 0 20px 0;
	width: 100%;
	background: #fff;	
}

#middle {
	margin: 0 auto 20px;
	max-width: 62.5em;
	padding-top: 0px;	
}

#main.full {
	background: none;
}

#content {		
	padding: 0 0 0 0;		
	float: left;
	margin: 0 30% 0 0;
	position: relative;	
	width: 100%;
}

#sidebar {
	width: 26.5%;
	float: right;
	margin: 0 3% 0 0;
	padding: 0 0 0 0;		
}

#footer {
	width: 100%;
	height: 30px;
	margin: 0 auto;	
}

.oneFourth {
	width: 265px;	
}

.oneThird {
	width: 280px;	
}

.threeFourth {
	width: 720px;
	border-right: solid 1px #dedede;
}

.full {
	width: 970px;
}

/*////////////////////////////////////////////////////////////////////////
//  04 - Header
///////////////////////////////////////////////////////////////////////*/

#header{	
	max-width: 62.5em;	
	position: relative;
	margin: 0 auto;
}

#header .inside{	
	max-width: 940px;
	margin: 0px 3%;
	position: relative;
	padding: 85px 0 0 0;
	background-color:#fff;
	border: 1px solid #dedede;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

#header .secondary{	
	max-width: 940px;
	margin: 0px 3% 30px 3%;
	position: relative;
	padding: 15px 0 15px 0;
	background-color:#fff;
}

#logo {		
	display: inline-block;	
	margin: -66px 0 0 5%;	
	float: left;	
	padding: 0;
	height: 70px;
}

#logo h1 {
	margin: 0 !important;
	line-height: 1em !important;
	padding: 0 !important;	
	font-size: 1.5em;
	font-weight: bold;		
	color: #fff;
}

#header h1 {
	font-size: 1.5em;	
	color: #fff;	
	margin: 0;			
}

#header h1 a, #header h1 a:hover{	
	color: #fff !important;	
}


/* Top level navigation */

#mainNav{	
	right: 5%;	
	position:absolute; top:98px; height:20px; margin-top:-10px;	
	font-family: "museo-sans",sans-serif;
	letter-spacing: 1px;
	z-index: 300;
}

#mainNav li{
	margin: 0 0 0 22px;	
	display: inline-block;		
	padding: 0;	
}

#mainNav ul a{
	line-height: 25px;	
	color: #333;
	font-size: .8em;
	font-weight: normal;		
}

#mainNav ul ul a{
	line-height: 12px;
	font-weight: normal;
	border-top: none;	
}


#mainNav ul li.current a,
#mainNav ul li.current-cat a,
#mainNav ul li.current_page_item a,
#mainNav ul li.current-menu-item a,
#mainNav ul li.current-post-ancestor a,
#mainNav ul li.current-page-ancestor a,
.single-post #mainNav ul li.current_page_parent a,
#mainNav ul li.current-category-parent a,
#mainNav ul li.current-category-ancestor a,
#mainNav ul li.current-portfolio-ancestor a,
#mainNav ul li.current-projects-ancestor a {
	text-decoration: none;
	color: #ff6600!important;	
}


#mainNav ul li.sfHover a,
#mainNav ul li a:hover,
#mainNav ul li:hover {
	text-decoration: none;
	color: #ff6600!important;
}

/* Second level+ dropdowns */

#mainNav ul ul {
	padding: 10px 0px 0 0px !important;
	margin-top: -10px;
	margin-left: -15px;
	background: #fff;
	border-radius:0px 0px 30px 0px; 
	-moz-border-radius: 0px 0px 30px 0px; 
	-webkit-border-radius:0px 0px 30px 0px;
	border: 1px solid #CCC;
	border-top: 1px solid #fff;
}
	

#mainNav ul ul ul {	
	padding-top: 20px !important;
	margin-left: -1.25em;
	margin-top: -5px;	
}

#mainNav ul ul li {	
	float: none;
	background: none;	
	margin: 0 5px 10px 15px !important;		
}

#mainNav ul ul li a {
	padding: 0px 0 10px 0;
	font-weight: normal;
	border: none !important;
}

#mainNav ul li.sfHover ul a { color: #7b7b7b!important; }

#mainNav ul li.sfHover ul a:hover { color: #fff!important; }

/** arrow **/

#mainNav .sf-menu a.sf-with-ul {
	position: relative;
	min-width:		1px;
}

.sf-sub-indicator {
	position: absolute;
	bottom: 0px;	
	display: block;
	width: 100%;
	text-indent: -999em;
	overflow: hidden;
	z-index: 200;
	height: 40px;
}

.sfHover .sf-sub-indicator {
	
	bottom: -10px;	
}

#mainNav .sf-menu li ul .sf-sub-indicator {
	display: none;
}

#mainNav .sf-menu li ul .sfHover .sf-sub-indicator {	
	position: absolute;
	top: 0;
	right: -1px;
	left: none;
	display: block;	
}

.sfHover a.sf-with-ul .sf-sub-indicator {
	height: 30px;
}

.children .sf-sub-indicator {
	display: none;
}

.active {
	display: inline-block;	
	font-family: "museo-sans",sans-serif;
	font-size: .8em;
	font-weight: normal;
	letter-spacing: 1px;
	color: #ff6600;
}


.whoactive {
	display: inline-block;	
	font-family: "museo-sans",sans-serif;
	font-size: .8em;
	font-weight: normal;
	letter-spacing: 1px;
	color: #ff6600;
}
a.who {
	display: inline-block;	
	font-family: "museo-sans",sans-serif;
	font-size: .8em;
	font-weight: normal;
	letter-spacing: 1px;
	color: #333;
}
a.who:hover {
	display: inline-block;	
	font-family: "museo-sans",sans-serif;
	font-size: .8em;
	font-weight: normal;
	letter-spacing: 1px;
	color: #ff6600;
}
.whatactive {
	display: inline-block;	
	font-family: "museo-sans",sans-serif;
	font-size: .8em;
	font-weight: normal;
	letter-spacing: 1px;
	color: #ff6600;
	margin-left: 22px;
}
a.what {
	display: inline-block;	
	font-family: "museo-sans",sans-serif;
	font-size: .8em;
	font-weight: normal;
	letter-spacing: 1px;
	color: #333;
	margin-left: 22px;
}
a.what:hover {
	display: inline-block;		
	font-family: "museo-sans",sans-serif;
	font-size: .8em;
	font-weight: normal;
	letter-spacing: 1px;
	color: #ff6600;
	margin-left: 22px;
}
.howactive {
	display: inline-block;	
	font-family: "museo-sans",sans-serif;
	font-size: .8em;
	font-weight: normal;
	letter-spacing: 1px;
	color: #ff6600;
	margin-left: 22px;
}
a.how {
	display: inline-block;	
	font-family: "museo-sans",sans-serif;
	font-size: .8em;
	font-weight: normal;
	letter-spacing: 1px;
	color: #333;
	margin-left: 22px;
}
a.how:hover {
	display: inline-block;		
	font-family: "museo-sans",sans-serif;
	font-size: .8em;
	font-weight: normal;
	letter-spacing: 1px;
	color: #ff6600;
	margin-left: 22px;
}
.testactive {
	display: inline-block;	
	font-family: "museo-sans",sans-serif;
	font-size: .8em;
	font-weight: normal;
	letter-spacing: 1px;
	color: #ff6600;
	margin-left: 22px;
}
a.test {
	display: inline-block;	
	font-family: "museo-sans",sans-serif;
	font-size: .8em;
	font-weight: normal;
	letter-spacing: 1px;
	color: #333;
	margin-left: 22px;
	margin-top: -10px;
}
a.test:hover {
	display: inline-block;	
	font-family: "museo-sans",sans-serif;
	font-size: .8em;
	font-weight: normal;
	letter-spacing: 1px;
	color: #ff6600;
	margin-left: 22px;
	margin-top: -10px;
}


/*//////////////////////////////////////////////////////////////////// 
//  05 - Content
////////////////////////////////////////////////////////////////////*/

.guttercontent {
	margin: 0;
	width: 88%;				
}

#content {
	margin: 0 0 20px 8%;
	padding: 0 0 0 0 !important;
	width: 86%;	
	float: left;
	background-color:#fff;
}

.videoContainer {margin-top: 0px;}

#content.full {
	margin: -10px 0 20px 8%;
	padding: 0 0 0 0 !important;
	width: 85%;						
}

.home #content.full, .page-template-default #content.full {	
	width: 96%;						
}

#content.fullProjects{
	margin: 0 0 20px 8%;
	width: 86%;				
}

#content.threeFourth .page {	
	width: 99%;		
}

#content .post {
	margin: 0 0 30px 0px;
	position: relative;
	padding-bottom: 10px;
	min-height: 330px;
	width: 98%;
}

#content .post h1 {
	background: transparent url(images/line.gif) 0 center repeat-x;
	font-size: 1.2em;
	margin: 0 auto 15px;
	clear: both;
	text-align: left;
}

.search #content .post {
	min-height: 50px;		
}

.page #content .post {
	margin: 0 0 0px 0px;
	border: none;
}

.post .meta, .attachment .meta {
	margin: -5px 0 15px 0;		
	padding: 0 0 0px 0;	
	font-size: .8em;
	line-height: 1.5em;	
	font-style: normal;	
}

#content .post.lastPost {
	background: none;
}

#content h1 a,
#content h2 a,
#content h3 a,
.widgetBox h3 a,
#slideshow .slideText h3 a,
#content h4 a,
#content h5 a{	
	color: #666;
	background: #fff;
	padding: 0px 10px 0px 0px;
}

#content h1 a:hover,
#content h2 a:hover,
#content h3 a:hover,
.widgetBox h3 a:hover,
#slideshow .slideText h3 a:hover,
#content h4 a:hover,
#content h5 a:hover{	
	color: #0ae86d ;		
}

#content .postThumb{
	display: inline;
	margin: 0 20px 20px 0 !important;
	border-style: solid;
	border-width: 1px;
	border-color: #dedede;
}

#pageHead {		
	margin: 0px 8% 0px 8%;
	padding:  5px 0 5px 0;
}

#pageHead h1 {	
	font-size: 0.8em;
	letter-spacing: 1px;
	line-height: .7em;
	padding: 0;
	margin-bottom: 42px;
	margin-top: 0px;
	display: block;
	color: #ff6600;		
}

#pageHead h2 {	
	font-size: 1.2em;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.2em;
	padding: 0;
	margin-bottom: 25px;
	margin-top: 5px;
	display: block;
	color: #333;
	max-width: 80%;
}

#pageHead h3 {	
	font-size: 0.8em;
	letter-spacing: 1px;
	line-height: .7em;
	padding: 0;
	margin-bottom: 15px;
	margin-top: 31px;
	display: block;
	color: #ff6600;		
}

#pageHead p {	
	margin: 0!important;
	padding: 10px 0 0 0!important;	
	color: #b2b2b2;			
	line-height: 1em;
}

/*Home ------------------*/

.page-template-template-home-php .slideshow {
	margin-bottom: 0px !important;	
}

.homeSection {	
	margin-bottom: 20px!important;
	width: 98%;		
}

.homeSection h3 {
	font-size: .8em;	
	margin: 0 0 20px 0;
	clear: both;	
	color: #666;
	font-weight: normal;	
	width: 100%;
}

.homeSection h3 span {
	background: #fff;
	padding-right: 10px;
}

#homeMessage {
	color: #666;	
	padding: 10px 5% 10px;
	text-align: center;
	margin: 0 2% 20px 0;	
	font-family: "museo-sans",sans-serif;
}

#homeMessage p{	
	font-size: 38px;
	line-height: 1.3em;
	margin-bottom: 0;	
}



/*Column Shortcodes------------------*/

.one_half{ width:48%; }
.one_third{ width:38%; }
.two_third{ width:55.33%; }
.one_half,.one_third,.two_third{ position:relative; margin-right:2%; float:left; }
.last{ margin:0 0 20px 0 !important; clear:right; float: left;  }
.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}


/*Buttons------------------*/

input[type="button"], input[type="submit"], input[type="reset"], input[type="file"]::-webkit-file-upload-button, button {
	font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
	cursor: pointer;
	background: #fff;	
	display: inline-block;	
	color: #666!important;
	text-decoration: none;
	position: relative;		
	padding: 4px 8px 6px 0px!important;	
	font-size: 13px;
	border-top: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	border-left: 1px solid #fff;
	
}


.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"] {
	font-size: 13px!important;
}

.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type="submit"]:hover {
	color: #0ae86d!important;
}

gform_wrapper .top_label .gfield_label {
	font-weight: normal!important;
	
	color: #cc0000!important;
}





/*Projects------------------*/

.single-project #mainNav ul li.menu-item-3880 a {
  color: #ff6600 !important;
}



#projects {
	margin: 0 0 0 0;
	width: 100%;
	padding: 0;	
	display: block;
	position: relative;	
}

#projects .thumbs {
	margin: 0 auto 10px;	
}

#content #projects li{
	padding: 0;
	background: none;		
}

#content .project.small{	
	width: 32%;
	height: auto;
	display: block;	
	margin: 0 .7% 5px 0 !important;	
	padding-bottom: 0;
	cursor: pointer;
	float: left;	
	position: relative;		
}

#content .project.small img{
	max-width: 100%;
	height: auto;
	border-radius:0px 0px 30px 0px; 
	-moz-border-radius: 0px 0px 30px 0px; 
	-webkit-border-radius:0px 0px 30px 0px;
}

#content .project.small .inside{
	background-color: #fff;
	border-radius:0px 0px 30px 0px; 
	-moz-border-radius: 0px 0px 30px 0px; 
	-webkit-border-radius:0px 0px 30px 0px;
}

#content .project.small a{
	position: relative;
	display: block;	
}

#content .project.small .title {
	background: none;
	position: absolute;
	top: 50%;	
	display: none;
	margin-top: -40px;
	margin-right: auto;
	margin-left: auto;
}

#content .project.small .title span{
	display: table-cell;	
	font-family: "museo-sans",sans-serif;
	font-size: .85em;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	height: 80px;
	line-height: 1.2em;
	width: 260px;
	padding: 0 48px 0 48px;
}

.projectNav {
	display: none;
	margin: -55px 0 30px 0 !important;	
	padding-top: 0;	
	float: right;		
}

.projectNav a{
	display: block !important;
	width: 30px;
	height: 30px;
	text-indent: -9999px;	
}

.projectNav div {
	float: left;
	margin-right: 5px;
	width: 30px;
	height: 30px;	
}

.projectNav .next a{
	background: transparent url(images/arrow_btn.png) no-repeat;
	background-position: -30px -30px;
}

.projectNav .next a:hover{
	background: transparent url(images/arrow_btn.png) no-repeat;
	background-position: -30px 0px;
}

.projectNav .next.inactive {
	background: transparent url(images/arrow_btn.png) no-repeat;
	background-position: -30px -60px;	
}

.projectNav .previous a{
	background: transparent url(images/arrow_btn.png) no-repeat;
	background-position: 0 -30px;	
}

.projectNav .previous a:hover{
	background: transparent url(images/arrow_btn.png) no-repeat;
	background-position: 0 0px;
}

.projectNav .previous.inactive {
	background: transparent url(images/arrow_btn.png) no-repeat;
	background-position: 0 -60px;
}

#content .skillList{
	padding: 0!important;
	margin: 0 0 20px 0 !important;	
}

.skillList li{	
	background: none;
	margin: 0 5px 5px 0 !important;	
	display: inline-block;
}

.skillList li span a{	
	font-family: "museo-sans",sans-serif;
	letter-spacing: 1px;
	background: #fff;	
	display: block;	
	color: #ff6600!important;
	text-decoration: none;
	position: relative;		
	padding: 33px 8px 6px 0px!important;	
	font-size: 0.8em;
	line-height: 1em;
	margin-bottom: 0px;
	margin-top: -5px;
}

	
	

.ourwork a:hover{	
	background: #fff;
	color: #ff6600 !important;		
}

.ourwork a{	
	font-family: "museo-sans",sans-serif;
	letter-spacing: 1px;
	background: #fff;	
	display: inline-block!important;
	color: #ff6600!important;
	text-decoration: none;
	position: relative;		
	padding: 0px 8px 6px 0px!important;	
	font-size: 0.8em;
	line-height: .7em;
	margin-bottom: 15px;
	margin-top: 0px;
	width: 130px;
}


	
	

.skillList li span a:hover{	
	background: #fff;
	color: #ff6600 !important;		
}

/*Project Filter Navigation------------------*/

#content #filterNav{
	padding: 0!important;
	margin: 0 0 8px 0px!important;
	font-size: .8em;
}

#content #filterNav li{
	padding: 0px 0 0 0;
	background: none;
	margin: 0 5px 5px 0;	
	display: block;
	float: left;
	text-transform: uppercase;
}

#filterNav li a{
	font-family: "museo-sans",sans-serif;
	letter-spacing: 1px;
	background: #fff;	
	display: inline-block;	
	color: #000!important;
	text-decoration: none;
	position: relative;
	cursor: pointer;	
	padding: 5px 10px 6px 0px!important;	
	border: none;	
	line-height: 1em;				
}

#filterNav li a:hover {
	background: #fff;
	color: #ff6600 !important;
}

#filterNav .selected {
	background: #fff;
	color: #ff6600 !important;
}

#filterNav .selected:hover {
	background: #fff;
	color: #ff6600 !important;	
}

/*Images------------------*/

#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px !important;
	margin-top: 4px;
}

#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 22px;
}

#content .alignnone,
#content img.alignnone {
	display: block;
	float: left;
	margin-right: 24px !important;
	margin-top: 0px;
	margin-bottom: 25px;
	border-radius:0px 0px 30px 0px; 
	-moz-border-radius: 0px 0px 30px 0px; 
	-webkit-border-radius:0px 0px 30px 0px;
}

/*Gallery------------------*/

.gallery {
	padding-top: 15px;
	margin-bottom: 25px!important;		
}

.gallery-item {
	margin-top: 0px!important;	
	margin-bottom: 25px!important;	
}

.gallery img {
	border: none!important;
}

/*Lists------------------*/

#content ul{	
	margin:  0 0 25px 50px;
	list-style-type: disc;
	font-size: 0.9em;	
}

#content ul li, #content ol li{	
	margin: 0 0 10px 0;		
	line-height: 1.4em;	
	font-size: 0.9em;	
}

#content ol{	
	margin: 0 0 20px 20px;	
}

#content ul ul, #content ol ul, #content ul ol, #content ol ol {	
	padding-top: 10px;		
}

#content ul ul li, #content ol ul li, #content ul ol li, #content ol ol li{		
	font-size: .95em !important;	
}


/*//////////////////////////////////////////////////////////////////// 
//  06 - Slideshow
////////////////////////////////////////////////////////////////////*/

.slideshow {	
	margin: 0 3% 0 3%;
	position: relative;			
}

#sequence {
	margin: 0 3% !important;
	max-width: 62.5em!important;	
	position: relative;
}

.home.blog .slideshow {
	margin-bottom: 30px;
}

#content .flexslider {	
	margin: 0 !important;
}

#content .flexslider img {	
	margin: 0 0 15px 0 !important;
	border: 1px solid #dedede;
	border-radius:0px 0px 30px 0px; 
	-moz-border-radius: 0px 0px 30px 0px; 
	-webkit-border-radius:0px 0px 30px 0px;
}

.slideshow li, #content .flexslider li, #content .flexslider ol {
	list-style: none !important;
	list-style-type: none !important;	
}

#content .flexslider ol {	
	padding-bottom: 5px !important;
	margin-bottom: 0 !important;
}

#content .flexslider .slides {
	margin: 0;	
}

/* FlexSlider Theme------------------*/

.flexslider {position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}
.flexslider .slides img { height: auto;}
.flex-direction-nav, .flex-control-nav, .flex-caption { margin-bottom:0 !important;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {display: inline-block; width: auto; padding: 2%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.5); color: #fff; font-size: 1.2em !important; line-height: 1.3em;}
.flex-caption p {font-size: 1.2em !important; margin-bottom: 0;}

/* Direction Nav */
.flex-direction-nav li a {z-index: 100; width: 40px; height: 60px; margin: -42px 0 0; display: block; background: url(images/flexslider/direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav li a.next {background-position: -40px 0; right: -2px;}
.flex-direction-nav li a.next:hover {background-position: -40px -60px;}
.flex-direction-nav li a.prev {background-position: 0 0; left: 0px;}
.flex-direction-nav li a.prev:hover {background-position: 0 -60px;}
.flex-direction-nav li a.disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {display:none; position: absolute !important; bottom: 35px !important; right: 3%;}
.flex-control-nav li {margin: 0 0 0 5px !important; display: inline-block !important; zoom: 1; *display: inline !important;}
.flex-control-nav li:first-child {margin: 0 !important;}
.flex-control-nav li a {width: 13px !important; height: 13px !important; display: block !important; background: url(images/flexslider/bg_control_nav.png) no-repeat 0 0 ; cursor: pointer; text-indent: -9999px;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default !important;}




/*//////////////////////////////////////////////////////////////////// 
//  07 - Sidebar
////////////////////////////////////////////////////////////////////*/

#sidebar {		
	margin-right: 3%;
}

.sidebarBox {	
	position: relative;
	margin: 0 0 30px 0;	
}

#sidebar p {	
	margin-bottom: 60px;
}

#sidebar li {
	font-size: .75em;
}

#sidebar .avatar {
	float: left;
	margin: 0 20px 15px 0 !important;
	padding-top: 3px;
}

/*///////////////////////////////////////////////////////////////////// 
//  08 - Widgets
////////////////////////////////////////////////////////////////////*/

#footer .widgetBox a, #sidebar .widgetBox a {
	line-height: 1.5em;
}

#footer .widgetBox {
	float: right;
	margin-right: 20px;
	margin-bottom: 5px;	
}


#sidebar .widgetBox {
	margin-bottom: 30px !important;	
}

#sidebar .widgetBox h3,
#footer .widgetBox h3{
	font-size: .9em;
	font-weight: normal;
	color: #666;
}

#footer .widgetBox h3{	
	color: #dedede;
}


#sidebar .widgetBox .meta,
#footer .widgetBox .meta {	
	font-style: italic;	
}

#sidebar ul, #footer ul {
	margin: 0 0 0 0;
	padding: 0px 0 0 0;		
	line-height: 1em;
	background: none;
	position: relative;	
}

#sidebar ul li, #footer ul li {
	padding: 0px 0 0px 0;
	margin: 0 0 10px 0;	
	line-height: 1em;
	background: none;
	font-size: .8em;	
}

#sidebar ul li p, #footer ul li p{
	line-height: 1.3em;
	margin: 0;
}

#sidebar ul li h2, #footer ul li h2{
	font-size: 13px;
	margin: 0 0 0px 0 ;	
	padding: 0 !important;	
	line-height: 1em;
	font-weight: normal;	
}

#sidebar .widget_nav_menu ul,
#footer .widget_nav_menu ul,
#sidebar .widget_pages ul,
#footer .widget_pages ul,
#sidebar .widget_categories ul,
#footer .widget_categories ul {
	background: none;
	margin: 0;
	padding: 0;
	border: none;
}

#sidebar .widget_nav_menu li,
#footer .widget_nav_menu li,
#sidebar .widget_pages li,
#footer .widget_pages li,
#sidebar .widget_categories li,
#footer .widget_categories li {
	padding: 0 0 0 0;
	margin: 10px 0 0 0;		
	border: none;	
}



/*Search------------------*/

.widget_search {	
	display: inline-block;
	padding: 0 !important;	
}

.widget_search h3 {
	display: none;
}

.widget_search:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .widget_search {
    display: block;
}

* html .widget_search {
    height: 1%;
}

#s {
	margin: 0 0px 0 0;	
	padding: 7px .7em 7px .7em !important;
	line-height: normal!important;	
	width: 92%;
	color: #9a9a9a;	
}

#searchsubmit{	
	font-size: 11px !important;
	margin: 0 !important;
	border-left: none;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-topleft: 0px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	float: right;
	border: none;
	height: 30px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-position: 0 -1px;
	
}


/*Recent Posts Widget------------------*/

#sidebar .ttrust_recent_posts .meta,
#footer .ttrust_recent_posts .meta {
	margin: 0 0 0 0 !important;
	display: block;
	padding: 3px 0 0 0;	
	color: #747474;
}

#sidebar .ttrust_recent_posts .title,
#footer .ttrust_recent_posts .title {	
	font-size: 13px !important;
	margin-bottom: 2px;		
}

#sidebar .ttrust_recent_posts .title,
#footer .ttrust_recent_posts .title {	
	line-height: 1.1em;
}

.ttrust_recent_posts .firstPost p{	
	margin-bottom: 10px;
}

.secondaryPost {	
	padding: 10px 0 0px 0;	
}

.ttrust_recent_posts .thumb{
	float: left;
	margin: 0 12px 0 0;
	padding: 3px;
	background: #f0f0f0;
	border: 1px solid #e1e1e1;
}

.ttrust_recent_posts li {
	margin-bottom: 30px;
	border: none;
	display: block;		
}


/*Calendar Widget--------------------*/
table#wp-calendar {
	width: 216px;
}

table#wp-calendar td, table#wp-calendar th{
	text-align: left;
}

table#wp-calendar td {
	color: #b0b0ad;
	padding-top: 10px;
}

table#wp-calendar td a{
	font-weight: bold;
}

#wp-calendar caption {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dbdad8;
	font-size: 14px;	
	font-weight: bold;	
}

/*Tag Widget--------------------*/

.widget_tag_cloud a{	
	font-size: 11px !important;
	padding: 5px 7px 5px 7px;	
	display: block;
	float: left;
	margin: 0 5px 5px 0;	
}

#footer .widget_tag_cloud a,
#sidebar .widget_tag_cloud a{	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background: #f3f3f3;	
}

.widget_tag_cloud:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.widget_tag_cloud {
    display: inline-block;
}

html[xmlns] .widget_tag_cloud {
    display: block;
}

* html .widget_tag_cloud {
    height: 1%;
}

/*Twitter Widget--------------------*/

#twitterBox{
	margin: 0 0 10px 0;
}

ul#twitter_update_list li{
	line-height: 1.4em !important;
	margin-bottom: 15px;	
}

.twitterLink a{		
	font-style: italic;
}



/*Flickr Widget--------------------*/
#flickrBox .flickrImage {
	float: left;
	margin: 0 12px 12px 0;
	padding: 3px;
	background: #3b3b3b;
	
}

#flickrBox .flickrImage img {
	width: 50px;
	height: 50px;
}

#flickrBox .flickrImage a {
	float: left
}


/*///////////////////////////////////////////////////////////////////// 
//  09 - Comments
////////////////////////////////////////////////////////////////////*/
	
#comments {
	position: relative;
	margin: 0 0 30px 0px;
	width: 74.468805%;		
	padding: 0 0 0 0;
}

#content.project #comments {
	padding-top: 30px;
}

#comments ul{
	list-style: none;
	margin: 0 0 30px 0;	
}

#comments h3{	
	margin: 0 0 30px 0;	
}

#content #comments ul li{
	font-size: 1em !important;
}

#trackbacks {
	margin: 30px 0 0 40px;
}

ol#commentslist {
	margin: 0 0 0 0px;
	list-style: none;
	padding: none;	
	padding: 0;
}

#commentslist .children li {
	padding: 15px 0 0 30px;
	background: transparent url(images/comment_marker.gif) no-repeat 0px 40px;
	border-left: 1px solid #e3e3e3;	
}
	
.comment {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;		
}

.comment .avatar {
	position: absolute;
	left: 0;
	top: 0;	
}

#commentForm label {
	padding-left: 20px;
}

.comment h5 {	
	margin: 0 0 0 80px;
	padding: 0;		
}

.comment .date {	
	margin: -5px 0 10px 80px;	
	display: block;
	color: #a5a5a2;	
	font-style: italic;
	font-size: .95em;		
}

.comment p {	
	margin: 0 0 10px 80px;
}

.comment-reply-link,
.comment-reply-login {
	margin: 0 0 0 80px;
	font-size: .95em;
}

.comment-reply {
	display: inline-block!important;
	padding: 0 0 0 10px;
}

#comment-add {
	position: absolute;
	top: -5px;
	right: 0px;
}

.moderation {
	margin: 0px;
	padding: 0 0 10px 25px;	
}

#trackbacks ul {
	margin: -5px 0 15px;
}

#trackbacks ul li {
	padding: 5px 0 5px 20px;	
}



/* Comment Form */
	
#commentForm {
	position: relative;
	margin: 30px 0 30px 0px;
}

#comments #respond {
	position: relative;
	padding: 0 0 0;
	margin: 0;
}

#respond .form-allowed-tags {
	display: none;
}


#respond form {
	margin: none;
	padding: none;
	position: relative;
}

.cancel-comment-reply {
	float: right;
	margin: 5px 90px 0 0;
}

#comments textarea {
	width: 90% !important;
}

#comments input[type="text"] {
	width: 50%;
	margin-right: 20px;
}




/*//////////////////////////////////////////////////////////////////// 
//  10 - Pagination
////////////////////////////////////////////////////////////////////*/
	
.pagination {
	width: 98%;
	padding: 0 0 20px;	
	clear: both;	
	margin: 0 0 15px 0;	
}

.pagination-prev a,
.pagination-next a,
.wp-pagenavi a,
.wp-pagenavi .current,
.wp-pagenavi .pages,
.older-comments,
.newer-comments {
	display: block;
	float: left;
	width: auto;
	height: 24px;
	line-height: 24px;
	margin: 0 5px 0 0;
	padding: 0 8px;	
	text-align: center;
	text-decoration: none;
}

.pagination-prev a:hover,
.pagination-next a:hover,
.wp-pagenavi a:hover,
.wp-pagenavi .current {
		
}

.pagination-prev a,
.pagination-next a {
	float: none;
	margin: 0px;
}

.pagination-prev,
.pagination-next {
	float: left;
	width: auto;
	margin: 0px;
}

.pagination-prev {
	float: right;
}

.wp-pagenavi .pages {
	float: right;
	margin: 0px;
}


/*//////////////////////////////////////////////////////////////////// 
//  11 - Footer
////////////////////////////////////////////////////////////////////*/


#footer {
	max-width: 62.5em;	
	position: relative;
	margin: 0 auto;
	background-color:#fff;
	height: 100px;
}

#footer a {
	color: #333;
}

#footer a:hover {
	color: #ff6600;	
}

#footer .inside {
	max-width: 940px;
	margin: 0px 3% 30px 3%;
	position: relative;
	padding: 40px 0 20px 0;
	background-color:#fff;
}

#footer .main {	
	margin: 0 0 0 3%;
						
}

#footer img {	
	border: none;
						
}

#footer .secondary {
	max-width: 940px;
	margin: 0;
	position: relative;
	padding: 0px 0 10px 0;
	background-color:#fff;
	border-radius:0px 0px 30px 0px; 
	-moz-border-radius: 0px 0px 30px 0px; 
	-webkit-border-radius:0px 0px 30px 0px;
	border: 1px solid #dedede;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

#footer .secondary .left {
	float: left;
	margin-left: 12px;
	margin-top: -10px;
	font-size: .8em;
	color: #333;
	font-family: "museo-sans",sans-serif;
}

#footer .secondary .left p {
	line-height: 1.3em!important; 
}

#footer .secondary .home_linked {
	float: left;
	margin-left: 5%;
	margin-top: -10px;
}



#footer .home_linked .instagram {
	margin-left: 10px;
	display: inline-block;
}



#footer .secondary .home_facebook {
	float: left;
	margin-left: 6px;
	margin-bottom: 0px;
}

#footer .secondary .right {
	float: right;
	color: #666;
	font-size: .8em;
	margin-right: 4%;
	margin-top: -20px;
}

/*//////////////////////////////////////////////////////////////////// 
//  12 - Media Queries
////////////////////////////////////////////////////////////////////*/


.responsiveSelectContainer select.responsiveMenuSelect, select.responsiveMenuSelect {
	width:100px!important;
	float: right!important;
}


@media only screen and (max-width: 1024px) {

}




@media only screen and (max-width: 768px) {	
	
	#homeMessage p {	
		font-size: 30px;
		line-height: 1em;
	}
	
	#content .project.small{	
		
	}
	
	#sidebar {
		float: none;
		width: 97%;
		margin-left: 3%;
		padding-bottom: 30px!important;
		padding-top: 10px;	
	}
	
	#content.threeFourth {
		width: 94% !important;
		float: none;
	}
	
	.sidebarBox {	
		float: left;
		margin: 0 3% 30px 0;	
	}	
	
	#comments { width: 100%;}
	
	#content .project.small .title span{
		font-size: .75em;
		padding: 0 26px 0 26px;
	}
}






/*layouts smaller than 600px, iPhone and mobiles*/
@media only screen and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px)  {
	
	body {
		padding: 0;
	}

	html {
	    -webkit-text-size-adjust: none; 
	}
	
	h1 { font-size: 1.2em;}
	h2 { font-size: 1.1em;}
	h3 { font-size: 1.0em;}
	h4 { font-size: .9em;}
	h5 { font-size: .8em;}
	
	#header {			
		text-align: center;			
	}
	
	#header .inside {
		padding: 63px 0 0 0;
	}
	
	
	#header #logo img {			
		max-width: 100%;
		height: auto;			
	}
	
	#pageHead {
		margin: 0px 8% 30px 8%;
	}
	
	#pageHead h1 { 
		font-size: .9em; 
		letter-spacing: -0.5px;	
	}
	
	
	.flex-direction-nav, .flex-control-nav, .flex-caption { display: none !important;}	
	
	#main {	
		padding-top: 5px;
	}
	
	#mainNav {
		position: relative;			
		padding-top: 0px;
		top:0;
		right: 0;	
		width: 95%;
		margin: 0 0 0px 2.5%;		
		text-align: center;				
		height: auto;
	}	
	
	#mainNav li{
		margin: 0 0 0 0!important;	
		display: inline-block;		
		padding: 0 5px 0 5px;
		float: none;		
	}
	
	#mainNav .sub-menu li{		
		margin-left: 0 !important;
		padding-left: 0 !important;
	}
	
	
	#homeBanner {
		background-size: cover;
		background-attachment: inherit!important;		
		background-position: center bottom !important;
	}
	
	#bannerText {
		position: absolute;
		top: 50% !important;	
	}
	
	img.left {
		margin: 10px;
		float: none;
		clear: both;
		border: 0;
	}
	
	#comments { width: 100%;}
	
	#content.twoThirds {
		width: 100% !important;
		float: none;
	}	
	
	#content .post {
		margin-bottom: 20px;
		padding-bottom: 5px!important;
	}
	
	#sidebar {
		float: none;
		width: 95%;
		margin-left: 2.5%;
		padding: 10px 0 30px 0 !important;		
	}
	
	.sidebarBox {	
		float: left;
		margin: 0 2% 30px 0 !important;
		width: 95%;	
	}
	
	#flickrBox .flickrImage {		
		margin: 0 8px 8px 0;	
	}
	
	#featuredPages .thumbs .small{		
		margin-bottom: 25px !important;			
	}
	
	#filterNav {
		text-align: center;			
		width: 100%;
		position: relative;			
	}	
	
	.projectNav {
		margin: 0 0 0 0;	
		padding-top: -60px;	
		float: right;		
	}
	
	.post .moreLink {
		display: none;
	}
	
	
	#footer { 
		height: auto;
		padding: 0 !important;
		position: relative;
	}
	
	#footer .footerBox{ margin-left: 4% !important;}	
	
	#footer #flickrBox .flickrImage {	
		margin: 0 5px 5px 0;	
	}
	
	#footer .secondary{
		margin: 0 10px;
	}
	#footer .secondary p{
		margin: 0px 0px 30px 0px;
		padding: 10px 0 0 0;
	}	
	
	#footer .secondary .left {
		float: none;
		clear: both;
		margin-left: 5%;		
	}
	

	
	#footer .secondary .home_facebook {
		float: none;
		clear: both;
		margin-left:auto;
		margin-right:auto;
		width: 16px;
		margin-bottom: 60px;
	}
		

	
	#footer .secondary .right{
		float: none;
		padding: 20px 0 25px 0;
		margin-left: 5%;
	}
	
	#footer .secondary .right img{
		padding: 0 0 25px 0;
	}
				
	.gallery-item img{
		width: 100%;
	}
	
	
	.homeSection img,
	.post p img,
	.page p img,
	.project p img,
	.postThumb,
	div.wp-caption img {
		max-width: 100% !important;	
		height: auto;
		margin: 0 auto;
}
	
	
	
	
	/*Column Shortcodes------------------*/
    .one_half,.one_third,.two_third{ position:relative; margin-left:0; margin-right:0; display:block; float:none; width:auto; }
}


/* iPhone Landscape */
@media screen and (max-width: 480px) and (orientation: landscape) {
	.widgetBox {
		width: 43%;
		float: left;		
	}
	
	#mainNav ul{
		margin: 0 0 0 17px;
	}
	
	
	
	#content .project.small {
		width: 22.916667% ;		
	}
	
	.page-template-page-portfolio-php #content.full, .home #content.full{
		margin-left: 10px!important;
		margin-right: 0px!important;		
		width: 98% !important;		
	}	
	
	#content .thumbs {
		margin-left: 0 !important;
	}	
}

/* iPhone Portrait */
@media screen and (max-width: 480px) and (orientation: portrait) {
	#mainNav ul{
		margin: 0 0 0 3%;
	}
	
	#content .project.small {
		margin: 0 20% 10px 20% !important;
		width: 60%;		
	}
	
	.widgetBox {
		width: 94%;	
		float: none;
		margin: 0 2% 20px 2%;			
	}	
	
	#homeMessage  {
		padding-top: 0;
		font-size: 16px !important;	
		
	}
	
	.page-template-page-portfolio-php #content.full, .home #content.full {
		margin-left: 8%!important;
		margin-right: 8%!important;		
		width: 84% !important;	
	}
	
	#commentForm input[type="text"], #comments input[type="text"] {		
		width: 40% !important;
		margin-right: 5px !important;
	}
	
	#commentForm label, #comments label {
		font-size: .8em;
	}	
}
