/*
Theme Name: New New Triggers & Sparks
Theme URI: http://triggersandsparks.com
Description: Mine!
Version:1.2.0
Author: sarah
Author URI:http://triggersandsparks.com
Tags:white, red, fixed-width, two-columns, right-sidebar


	This theme was designed and built by my fabulous self!


*/




body {
	background: #fff url("images/background_top.png") 0 -40px repeat-x;
	text-align: center;
	font-size: 85%;
	padding: 0;
	border: 0;
	margin: 0;
	line-height: 1.1em;
	color: #000000;
	font-family: "Mercury", "Trebuchet MS", "MS Serif", Helvetica, Arial, sans-serif;
}





/* BACKGROUND IMAGES & SECTION STRUCTURE */
#top {
	background: url("images/background_fade.png") bottom repeat-x;
	margin: 0;
	padding: 0;
} #middle {
	background: url("images/background_folio.png") bottom repeat-x;
	height: 290px;
	padding: 40px 0px;
	clear: both;
} #footer {
	background: url("images/background_bottom.png") top repeat-x;
	height: 122px;
	padding-top: 60px;
} .center {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
} #middle .center {
  width: 940px;
  margin-top: 20px;  
}





/* header + nav */
#logo {
	float: right;
	width: 120px;
	margin: 20px 30px 0 0px;
} #nav {
	float: left;
	margin: 47px 40px 40px 10px;
} #nav a { 
	float: left;
	display: block;
	height: 23px; 
	width: 84px; 
	text-align: center; text-shadow: 1px 0px 1px #ddd;
	background: url('images/tab_home.png') 0 0 no-repeat;
	overflow: hidden; 
	font-size: 0.9em;
	color: #000; padding: 13px 0 0 20px;
	font-family: GothamBook, Arial, sans-serif; 
} #nav a#home-tab {
  background-image: url('images/tab_home.png');
} #nav a#home-tab.selected {
  background-image: url('images/tab_home_s.png');
} #nav a#portfolio-tab {
  background-image: url('images/tab_portfolio.png');
} #nav a#portfolio-tab.selected {
  background-image: url('images/tab_portfolio_s.png');
} #nav a#blog-tab {
  background-image: url('images/tab_blog.png'); 
} #nav a#blog-tab.selected {
  background-image: url('images/tab_blog_s.png');
} #nav a#contact-tab {
  background-image: url('images/tab_contact.png');
} #nav a#contact-tab.selected {
  background-image: url('images/tab_contact_s.png');
} #nav a#services-tab {
  background-image: url('images/tab_services.png'); 
} #nav a#services-tab.selected {
  background-image: url('images/tab_services_s.png');
} #nav a#about-tab {
  background-image: url('images/tab_about.png');
} #nav a#about-tab.selected {
  background-image: url('images/tab_about_s.png');
} #nav a#clients-tab {
  background-image: url('images/tab_clients.png'); 
} #nav a#clients-tab.selected {
  background-image: url('images/tab_clients_s.png');
} #nav a.selected {
  color: #ddd;
  text-shadow: 0px 0px 0px #000;
} #nav a:hover {
  color: #c00;   
  background-position: -104px 0;
} img.float {
	float: left;
} #breadcrumbs {
	clear: both;
	text-align: left;
	margin: 70px 0px 0px 0px;
	border-top: 2px solid #fc0;
	padding: 4px 0px 0px 0px;
	height: 20px;
	text-transform: uppercase;
	font-size: 0.7em;
	line-height: 1.2em;
	letter-spacing: 0.1em;
  font-family: Gotham, Arial, sans-serif;  
} div.prev {
	float: left;
	width: 50%;
	text-align: left;
} div.next {
	float: right;
	width: 50%;
	text-align: right;
}




a:link,a:active,a:visited {
	color: #b20000;
	text-decoration: none;
} a:hover {
	color: #000000;
	text-decoration: none;
}






/* content pane */

div#content {
  background: transparent;
	margin: 0px 10px;
	width: 940px;
	text-align: left;
	font-size: 1.05em;
	line-height: 1.5em;
	clear: both;
	padding: 0 0 40px 0;
}


	

 div#hello {
	margin: 40px 0 20px 0;
	width: 380px;
	float: right;
	font-size: 1.1em;
	letter-spacing: -0.5px;
  background: url('images/fleuron.png') no-repeat center bottom;
} div#hello img {
	padding: 0 0 10px 0;
} div#hello p {
  border-top: 2px solid #000;
  padding: 10px 0 40px 0;
  line-height: 1.3em;
  margin: 0;
  text-align: justify;  
} div#hello a {
  font-style: italic;
}


	


 
/* interior static pages */
div.intro {
	width: 380px;
	padding: 0 560px 20px 0;
	margin: 0 0 50px 0;
	color: #333;
	border-bottom: 1px solid #fc0;
	clear: both;
} div.services_intro {
	border-top: 1px solid #fc0;
	padding: 20px 560px 0px 0;
	border-bottom: 0px;
	margin: 0px 0 20px 0;
}  p.cap {
	background-repeat: no-repeat;
	text-indent: 65px;
	padding: 10px 0 0 0;
	margin-left: 0px;
} p.cap:first-letter {
	color:#fff;
	font-size: 0px;
	visibility: hidden;
	display: none;
	line-height: 1em;
} 



/* services page */
div.column img {
	border: 4px solid #696969;
	margin: 10px 0 0 0;
} div.column img.borderless {
	border: 0;
	margin: 70px 0 0 0;
} div.services p {
	font-size: 0.9em;
}



/* column divs */
div.column {
	margin: 0 0 20px 0;
	float: left;
	padding: 0;
} div.two {
	width: 160px;
	padding-right: 20px;
	margin-left: 80px;
} div.three {
	width: 220px;
	padding-right: 20px;
	margin-left: 80px;
} div.four {
	width: 300px;
	padding-right: 20px;
	margin-left: 60px;
} div.five {
	width: 380px;
	padding-right: 20px;
	margin-left: 60px;
} div.six {
	width: 460px;
	padding-right: 20px;
	margin-left: 60px;
} div.end {
	padding-right: 0;
	margin-right: 0;
} div.start {
	padding-left: 0;
	margin-left: 0;

	
/* clients page */
} div.column ul {
	margin: 10px 0;
	padding: 0;
	font-size: 0.9em;
} div.column ul li {
	padding: 0 0 0.5em 0;
	margin: 0 0 10px 15px;
	line-height: 1.1em;
	list-style-type: circle;
	list-style-position: outside;
	list-style-image: url(images/li.gif);
} div.column ul.clients li, div.blog-sidebar ul li {
	margin-bottom: 0;
} div.column blockquote {	
	background: url("images/quotation.png") 0px 0px no-repeat;
	padding: 0 0px 0 0;
	margin: 0 0 40px 0;
	line-height: 0.8em; font-style: italic;
} div.column blockquote p {
	padding: 5px 0 0 20px;
	text-indent: 15px;
} div.column cite {
	display: block;
	text-align: right;
	font-size: 0.9em;
	font-style: normal;
	font-family: "Mercury", Arial, Helvetica, sans-serif;
} q:before, q:after {
	content:"";
}


div.contact p {
	margin-top: 15px;
} div.contact ul {
	margin-top: 15px;
}

 
 
 


/* middle-footer bits */
 #middle h3 {
  margin: 0 0 10px 0;
  padding: 2px 0;
  font-size: 0.9em;
  border-bottom: 2px solid #fc0;
  float: none; 
} #middle .column {

} #testimonial blockquote {
  margin: 0px 0 0 0px;
} #testimonial blockquote p {
  font-size: 1.2em;
  line-height: 1.2em;
  margin: 0;
} .quotescollection_nextquote {
	font-style: normal;
	text-align: right;
	font-size: 1.1em;
	text-transform: lowercase;
  font-family: "MercurySC", "Times New Roman", Times, serif;
} .quotescollection_nextquote a {
	color: #c00;
} .quotescollection_nextquote a:hover {
	color: #000;
}

div#contactbox {
  /*background: url('images/fleuron.png') no-repeat center 130px;*/
  height: 240px;
} #contactbox a {
  width: 67px; height: 67px;
  margin: 15px 0 0 2px;
  display: block;  float: right;
} #contactbox a span {
  display: none;
} a#twitter {
  margin-right: 10px;
  background: url('images/twitter.png') no-repeat 0 0;
} a#rss {
  margin-left: 5px;
  background: url('images/rss.png') no-repeat 0 0;
} a#facebook {
  background: url('images/facebook.png') no-repeat 0 0;
} #contactbox a#getaquote {
  width: 201px; height: 96px;
  margin: 25px 20px 5px 0px;
  background: url('images/request-a-quote.png') no-repeat top left;
} #contactbox a:hover {
  background-position: 0 -67px;
} #contactbox a#getaquote:hover {
  background-position: 0 -96px;
}



#footer {
	text-align: center;
} #footer ul {
	list-style-type: none;
	text-align: center;
} #footer ul li {
	display: inline;
}


	
/* GENERAL TYPOGRAPHY */	
h1, h2, h5 {
	font-weight: normal;
	font-size: 2.6em;
	letter-spacing: -1px;
	text-align: left;
	margin: 20px 0 10px 0;
	font-weight: normal;
	color: #353535;
	text-shadow: 0px 0px 1px #fff;
	font-family: "MercuryDisplay", "Times New Roman", Times, serif;
} h1 a:link,h1 a:visited,h1 a:active {
	color: #000;
} h2 {
	margin: 30px 0 10px 0;
	text-align: left;
	font-size: 1.5em;
	letter-spacing: -0.5px;
	font-style: italic;
} h2 + p {
  margin-top: 0.5em; 
} h3, span.page-subtitle {
  text-shadow: 0px 0px 1px #fff;
	font-weight: normal;
	font-size: 0.8em;
	margin: 10px 0;
  letter-spacing: 0.1em;
	text-align: left;
	color: #fc0;
	clear: left; float: left;
	text-transform: uppercase;
	font-family: Gotham, Arial, sans-serif; 
} h3 {
  float: none; 
} span.date {
	font-weight: normal; 
  float: left;
	font-size: 0.8em;
	margin: 5px 0;
	padding: 2px 5px;
	text-align: left;
	color: #9a9a9a;
  text-transform: uppercase; letter-spacing: 0.1em;
	font-family: Gotham, Arial, sans-serif;  
	border-bottom: 1px solid #9a9a9a;
	border-top: 2px solid #9a9a9a;
} span.highlight {
  color: #2f2727;
} span.page-subtitle + h1 {
  margin: 10px 0 10px 0;
  clear: left;
} h5 {
	font-style: italic;
	text-align: center;
	font-size: 1.4em;
	margin: 0 0 10px 0;
} p {
	text-align: justify;
	margin-top: 2em;
	line-height: 1.5em;
} span.small-caps {
	font-variant: small-caps;
	font-size: 1em;
	letter-spacing: -1px;
  font-family: "MercurySC", "Times New Roman", Times, serif;
} em {
	font-style: italic;
}






/* portfolio list */
div.portfolio_list {
	clear: left;
	width: 100%;
	margin: 30px 0 0 0;
} div.portfolio_list div.thumb {
	margin: 0px 20px 20px 0;
} div.portfolio_list div.last {
	margin-right: 0;
} div.overlay {
	width: 194px;
	margin: 166px 2px 0 2px; 
	padding: 5px 5px; 
	z-index: 30; position: relative;
	background: rgba(255, 255, 255, 0.5);
	height: 30px;
	font-size: 0.75em;
	line-height: 1.4em;
} div.overlay h2 {
	font-style: normal;
	letter-spacing: 0;
	margin: 0;
	width: 170px;
} div.overlay h2 a {
  color: #000;
} div.overlay h2 a:hover {
  color: #000;
} .fadehover {
	position: relative;
} img.a {
	position: absolute;
	left: 0; top: 0;
  z-index: 10;
} img.b {
	position: absolute;
	left: 0; top: 0;
}





/* portfolio pages */
 div.thumb {
	border: 1px solid #000;
	background: #f0f0f0;
	padding: 5px 5px 1px 5px;
	min-height: 213px;
	float: left;
	margin: 20px 20px 50px 0;
	position: relative;
	box-shadow: 1px 1px 3px #bdbdbd;
} div.thumb a {
  left: 5px;
  position: absolute;
} div.thumb img {
	border: 2px solid #000;
	width: 204px;
	height: 204px;
} div#middle div.thumb img {
  margin-top: 0px;
} div#middle div.thumb {
  margin: 0;





	
	








/* project pages */
} div#triggers {
	width: 640px;
	float: left;


} div#triggers p {
	margin: 0;
	padding: 0;
} div#project_details {
	width: 300px;
	float: left;
	padding: 0px 0px 0 0px;
	line-height: 1.2em;
	font-size: 1em;
} div#project_details ul, div#project_details li {
	margin: 0 0 15px 0; padding: 0;
	text-indent: 0;
	list-style-type: none;
} span.label {
	width: 70px;
	display: block; 
	float: left;
	color: #fc0;
	font-variant: small-caps;
	font-size: 1.05em;
	line-height: 0.9em;
	letter-spacing: -1.75px;
	font-family: Gotham, Arial, sans-serif;
} span.value {
	margin: 0 0 0 80px;
	line-height: 1.1em;
	display: block; text-align: justify;
} div#project_details div.quote {
	padding: 10px 0 0 0;
	background: url("images/quote.gif") 30px 30px no-repeat;
} div#project_details blockquote {
	font-size: 1.3em;
	width: 220px;
	text-indent: 0px;
	line-height: 0.8em;
	padding: 5px 0 20px 40px;
  color: #353535;
	font-family: "Mercury", "Times New Roman", Times, serif;
} div#project_details blockquote p {
  margin-top: 0;
} div#project_details cite {
  float: right; font-size: 0.9em; font-style: normal;
}




/* lists */
ul {
	text-align: left;
	margin-left: 80px;
} ul.li {
	list-style-type: circle;
} ol {
	text-align: left;
	list-style-type: decimal;
	list-style-position: inside;
} ol li {
	margin: 15px 0;
}
.alignright {
	float: right;
	margin-left: 5px;
}


/* blog */
div.blog-entry {
	margin: 0 20px 30px 0;
	clear: left;
} div.blog-entry img {
	border: 0;
	float: none;
} div.blog-list {
	float: left;
} div.blog-excerpt {
	clear: left;
	float: left;
	margin: 40px 0 0px 0;
} .blog-excerpt:nth-child(even) {
  margin-top: 20px;
  border: 1px solid red;
} div.blog-excerpt span.date {
  display: block; float: none;
  text-align: center;
} div.blog-excerpt img {
  float: left;
  max-width: 135px;
  margin: 10px 10px 0 0;
} div.blog-excerpt h2 {
  font-style: normal;
  margin: 20px 0 10px 0;
} div.blog-excerpt p {
  margin: 0 0 0 0;
  line-height: 1.2em;
} a.read-more {
  background: #c00 url('images/gradient.png');
  border: 1px solid #fff;
  margin: 10px 0 10px 0px;
  box-shadow: 0px 0px 1px #000;
	font-size: 0.85em; line-height: 1em;
  color: #fff;
	float: right; padding: 3px 6px 5px 6px;
	font-family: GothamBook, Arial, sans-serif;
} a.read-more:hover {
  background: #8f0000;
  box-shadow: 0px 0px 2px #555; 
} div.blog-sidebar { 
	width: 100px;
	padding: 0;
	margin: 40px 0 0 60px;
} div#respond {
	margin: 30px 0 0 0;
} ol.commentlist {
	margin: 0;
	text-indent: 0;
	padding: 0;
	list-style-type: none;
} ol.commentlist li {
	padding: 0 0 20px 0;
	border-bottom: 1px solid #fc0;
	margin: 20px 0;
} ol.commentlist li p {
	font-style: italic;
	font-family: "Mercury", "Times New Roman", Times, serif;
} h3#comments {
	margin-top: 35px;
} div.column cite.fn {
	float: none;
	text-align: left;
	display: inline;
	padding: 30px 0 0 10px;
	margin-top: 30px;
	font-size: 1em;
	vertical-align: bottom;
} div.column img.avatar {
	float: left;
	margin: 0 5px 10px 0;
	border: 0;
} div.comment-meta {
	margin-left: 10px;
	display: inline;	
} .wp-caption {
	border: 1px solid #696969;
	text-align: center;
	background-color: #F3F3F3;
	padding: 4px;
	margin: 10px auto;
} .wp-caption img {
	margin: 0;
	padding: 0;
	border: 2px solid #696969;
} div.column .wp-caption img {
	border: 2px solid #696969;
} .wp-caption dfn.wp-caption-text {
	font-size: 0.9em;
	line-height: 1.2em;
	padding: 6px 10px 4px 10px;
	display: block;
	text-align: left;
	font-style: italic;
	margin: 0;
	font-family: "Mercury", "Times New Roman", Times, serif;
}

	






/* forms */
form {
	margin: 0;
	padding: 0;
} label {
	width: 140px;
	float: left;
	text-align: right;
	padding-top: 3px;
	margin: 0;
} .text {
	font-size: 0.9em; 
	text-align: left;
} input, textarea {
	float: left;
	width: 220px;
	margin: 0 0 0 12px;
	font-size: 1em;
	font-family: "Mercury", "MS Serif", Helvetica, Arial, sans-serif;
} textarea {
	width: 220px;
} div.checkboxes {
	float: left;
	width: 220px;
	margin: 0 0 0 0px;
} textarea {
	margin-bottom: 10px;
} textarea#comment {
	width: 363px;
} input[type=submit] {
	border: 0px solid #FFF;
	background: transparent;
	background-image: url("images/submit.png");
	float: right;
	text-align: center;
	height: 30px;
	width: 100px;
	margin: 0px;
} input[type=checkbox] {
	display: inline;
	float: none;
	width: 20px;
	margin: 0 5px 0 0;
} form p {
	text-align: left;
	padding-top: 10px;
	clear: both;
	width: 100%;
	margin: 0;
} 



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

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

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

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

div.wpcf7-validation-errors {
	border: 2px solid #c00;
	display: block;
} span.wpcf7-list-item {
	width: 220px;
	display: block;
} span.wpcf7-checkbox {
	display: inline;
} span.wpcf7-list-item-label {
	display: inline;
	font-size: 0.9em;
} span.wpcf7-not-valid-tip {
	position: relative;
	top: 0;
	left: 0;
	margin-left: 89px;
	z-index: 100;
	background: #fff;
	border: 1px solid #b20000;
	border-top: 0;
	font-size: 0.9em;
	width: 220px;
	padding: 2px;
} img.ajax-loader {
	border: 0px;
	vertical-align: middle;
}


/* intensedebate overrides */
 #idc-container h3 {
	margin-top: 35px;
	font-size: 0.6em;
}


/* here's the homepage slideshow bits */


/* intro page */
div#intro-gallery {
	float: left;
  background: #f0f0f0;
	margin: 0 10px 0 0px;
	width: 460px;
	height: 320px;
	border: 1px solid #000;
  box-shadow: 1px 1px 4px #bdbdbd;
/*} #intro-gallery ul, #intro_gallery li{
	margin:0;
	padding:0;
	list-style:none;
} #intro-gallery li{ 
	width:460px;
	height:320px;
	background-color: #f0f0f0;
	overflow: hidden; 
*/
} #intro-gallery img {
	margin: 0px; padding: 0;
	  border: 2px solid #000;
}



/*--Main Container--*/
#intro-gallery {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:304px;	width: 444px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
	margin: 8px;

}
.image_reel {
	position: absolute;
	top: 0px; left: 0px;
	background: #000;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 20px; right: -15px;
	width: 200px; height:40px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
  background: #c00 url('images/gradient_l.png');
  padding: 10px 0 0 0;
  box-shadow: 0px 0px 1px #000;
	font-size: 0.85em; line-height: 1em;
  color: #fff;
	font-family: GothamBook, Arial, sans-serif;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
#intro-gallery .paging a img {
  border: 0;
} .paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
	float: none;
	display: inline;
	display: none;
}
.paging a.prev, .paging a.next {
  display: inline;
}

.paging a.active {
  display: inline;
  color: #fff;
  border: 0;
}
.paging a:hover {font-weight: bold;}









/* typography */
sup {
	vertical-align: 60%;
	font-size: 75%;
	line-height: 100%;
}
sub {
	vertical-align: -10%;
	font-size: 75%;
	line-height: 100%;
}
.amp {
	font-family: "American Typewriter", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
	line-height: 1em;
} h3 .amp {
  font-size: 1.4em;
}
.caps {
	font-size: 90%;
}
.dquo {
	margin-left:-.40em;
}
.quo {
	margin-left:-.2em;
}
/* because formatting .numbers should consider your current font settings, we will not style it here */
