/*
Theme Name: Sprocket Design Website
Theme URI: http://www.sprocketdesign.com/
Description: The private theme for Sprocket Design's Website
Author: the Sprocket Design team
Author URI: http://www.sprocketdesign.com/
Version: 1.0
Tags: fixed-width, custom-menu, editor-style, theme-options, translation-ready 


Full list of tags WordPress supports:
black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, white, yellow, dark, light, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, blavatar, buddypress, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, front-page-post-form, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, holiday, photoblogging, seasonal
*/


/*****************************
    Common WP Styles
******************************/

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
.attachment img {
	display: block;
	margin: 0 auto;
}
.sticky .entry-title {
	/** you need something to show sticky posts **/
}
.clear {
	clear: both;
}

/*****************************
    WP Comments
******************************/

#comments .commentlist,
#comments .children {
	list-style: none;
}
#comments .commentlist .comment-author img.avatar {
	float: left;
	border: 1px solid #999999;
	margin: 0 5px 5px 0;
}
#comments .bypostauthor .comment-author {
	background-color: #DDDDDD;	
	padding: 3px;
}
#comments .comment-body {
	clear: both;
	margin-left: 12px;
}
#comments .reply {
	width: 100%;
	text-align: right;
}
#commentform input,
#commentform textarea {
	width: 98%;
}
#commentform .required {
	color: #760F1F;
}
#commentform .form-allowed-tags {
	font-size: 0.75em;
}
#commentform .form-submit input {
	width: auto;
}


/*****************************
    Major Structures
******************************/

body {
	background: url('images/page_bg.png') repeat;
}
#shadows {
	background: url('images/page_bg_shadows.png') repeat-x top center transparent;
	width: 100%;
}
#shadow-engine {
	background: url('images/page_bg_engine.png') no-repeat transparent;
	width: 190px;
	height: 248px;
	position: absolute;
	left: -190px;
	top: 172px;
}
#header {
	width: 990px;
	margin: 0 17px;
	background: url('images/header_bg.png') repeat-x;
	position: relative;
	height: 100px;
}
#wrapper {
	position: relative;
	width: 1024px;
	margin: 0 auto;
	padding: 0 0 17px 0;
	background: url('images/frame_bg.png') repeat;
}
#container {
	width: 990px;
	margin: 0 17px;
	background: url('images/content_bg.png') repeat;
}
#container #sidebar {
	width: 300px;
	padding: 15px;
}
#container #content {
	width: 630px;
	padding: 15px;
	float: left;
}
#container #content.full {
	width: 960px;
}
#container #sidebar.left {
	float: left;
}
#container #sidebar.right {
	float: right;
}

/*****************************
    Header
******************************/

#header #site-title {
	margin: 0px;
}
#header #site-title a {
	display: block;
	width: 303px;
	height: 96px;
	background: url('images/site_title.png') no-repeat;
	text-indent: -9999px;
	
	position: absolute;
	left: -40px;
}
#header #menu {
	position: absolute;
	left: 270px;
	top: 10px;
	list-style: none;
	height: 89px;
	margin: 0;
	background: url('images/menu_bg.png') repeat-x;
}
#header #menu-line {
	position: absolute;
	background: url('images/menu_line.png') no-repeat center center;
	height: 4px;
	width: 733px;
	top: 82px;
	left: 255px;
}
#header #menu li {
	float: left;
	width: 140px;
	height: 89px;
}
#header #menu li + li {
	background-image: url('images/menu_seperator.png');
	background-repeat: no-repeat;
}
#header #menu li.highlight,
#header #menu li:hover {
	background-image: url('images/menu_highlight_bg.png');
	background-repeat: no-repeat;
}
#header #menu li + li.highlight,
#header #menu li + li:hover {
	background-image: url('images/menu_seperator.png'), url('images/menu_highlight_bg.png');
	background-repeat: no-repeat, no-repeat;
	background-position: top left, top center;
}
#header #menu li a {
	display: block;
	color: #18303C;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	padding-top: 46px;
}
#header #menu li a:hover {
	text-decoration: none;
}

#header #menu #about a {
	background: url('images/raygun1.png') no-repeat top center;
}
#header #menu #about:hover a,
#header #menu #about.highlight a {
	background: url('images/raygun1_h.png') no-repeat top center;
}
#header #menu #services a {
	background: url('images/raygun2.png') no-repeat top center;
}
#header #menu #services:hover a,
#header #menu #services.highlight a {
	background: url('images/raygun2_h.png') no-repeat top center;
}
#header #menu #testimonials a {
	background: url('images/raygun3.png') no-repeat top center;
}
#header #menu #testimonials:hover a,
#header #menu #testimonials.highlight a {
	background: url('images/raygun3_h.png') no-repeat top center;
}
#header #menu #portfolio a {
	background: url('images/raygun4.png') no-repeat top center;
}
#header #menu #portfolio:hover a,
#header #menu #portfolio.highlight a {
	background: url('images/raygun4_h.png') no-repeat top center;
}
#header #menu #contact a {
	background: url('images/raygun5.png') no-repeat top center;
}
#header #menu #contact:hover a,
#header #menu #contact.highlight a {
	background: url('images/raygun5_h.png') no-repeat top center;
}

/*****************************
    Footer
******************************/

#footer {
	position: relative;
	background-color: #000000;
	height: 60px;
	width: 990px;
	margin: 0 17px;
}

#get-started #footer-request,
#footer #footer-request {
	background: url('images/ribbon.png') no-repeat top right;
	position: absolute;
	top: -3px;
	right: 30px;
	width: 112px;
	height: 100px;
}

#get-started #footer-request a, 
#footer #footer-request a {
	display: block;
	text-indent: -99999px;
	background: url('images/request_proposal.png') no-repeat center center;
	width: 85px;
	height: 68px;
	margin: 10px 13px;
}

#get-started #footer-request a:hover,
#footer #footer-request a:hover {
	background: url('images/request_proposal_alt.png') no-repeat center center;
}

#colophon {
	height: 120px;
	width: 854px;
	margin: 0 auto;
	text-align: right;
	padding-right: 170px;
}
#colophon,
#colophon a {
	text-decoration: none;
	color: #2C434F;
}

#colophon a:hover {
	text-decoration: underline;
	color: #636F75;
}

/*****************************
    banner
******************************/

#banner {
	position: relative;
}
#banner #banner-top {
	width: 990px;
	height: 6px;
	margin: 0 17px;
	background: url('images/banner_top.png') no-repeat center top;
}
#banner #banner-bottom {
	width: 990px;
	height: 6px;
	margin: 0 17px;
	background: url('images/banner_bottom.png') no-repeat center bottom;
}
#banner #banner-image {
	height: 301px;
	width: 979px;
	margin: 0 22px;
}
#banner #banner-caption {
	position: absolute;
	top: 185px;
	width: 919px;
	font-size: 36px;
	padding: 30px;
}
#banner #banner-callout {
	width: 342px;
	height: 274px;
	position: absolute;
	top: 20px;
	right: -1px;
	
}
#banner #banner-callout p {
	padding: 70px 10px 0 100px;
}
#banner #banner-social {
	/**padding: 10px 20px 0 100px;**/
	position: absolute;
	top: 230px;
	right: 20px;
	font-size: 16px;
}
#facebook {
	display: inline-block;
	width: 17px;
	height: 16px;
	background: url('images/facebook.png') no-repeat center center;
	text-indent: -9999px;
	margin-left: 10px;
	margin-right: 3px;
}
#twitter {
	display: inline-block;
	width: 17px;
	height: 16px;
	background: url('images/twitter.png') no-repeat center center;
	text-indent: -9999px;
}


#banner.frontpage #banner-image {
	background: url('images/banner_frontpage.jpg') no-repeat center center;
}
#banner.frontpage #banner-caption {
	color: #D2B372;
	background: url('images/banner_caption_frontpage_bg.png') repeat center center;
}
#banner.frontpage #banner-callout {
	background: url('images/banner_callout_frontpage_bg.png') no-repeat left center;
	color: #EEE1C6;
}


#banner.about #banner-image {
	background: url('images/banner_about.png') no-repeat center center;
}
#banner.about #banner-caption {
	color: #D2B372;
	background: url('images/banner_caption_secondary_bg.png') repeat center center;
}
#banner.about #banner-callout {
	background: url('images/banner_callout_about_bg.png') no-repeat left center;
	color: #EEE1C6;
}


#banner.services #banner-image {
	background: url('images/banner_services.png') no-repeat center center;
}
#banner.services #banner-caption {
	color: #D2B372;
	background: url('images/banner_caption_secondary_bg.png') repeat center center;
}
#banner.services #banner-callout {
	background: url('images/banner_callout_services_bg.png') no-repeat left center;
	color: #EEE1C6;
}


#banner.testimonials #banner-image {
	background: url('images/banner_testimonials.png') no-repeat center center;
}
#banner.testimonials #banner-caption {
	color: #D2B372;
	background: url('images/banner_caption_secondary_bg.png') repeat center center;
}
#banner.testimonials #banner-callout {
	background: url('images/banner_callout_testimonials_bg.png') no-repeat left center;
	color: #EEE1C6;
}


/*****************************
    Frontpage Widgets
******************************/

#how-we-roll,
#client-success {
	position: relative;
	float: left;
	width: 450px;
	padding-left: 30px;
}

#how-we-roll ul {
	color: #18303C;
	line-height: 1.75em;
	list-style: none;
	font-size: 1.5em;
	margin: 0 0 0 160px;
}
#fire-engine {
	position: absolute;
	background: url('images/fire_engine.png') no-repeat center center transparent;
	width: 267px;
	height: 168px;
	bottom: -30px;
	left: -80px;
}

#highlight-message {
	background: url('images/highlight_message_bg.png') no-repeat center center;
	clear: both;
	width: 1024px;
	height: 84px;
	margin: 17px 0 0 0;
	text-align: center;
}
#highlight-message p {
	padding: 30px 0;
	font-size: 2.0em; // 24pt
	font-family: Veranda, Arial, san-serif;
	color: #644E21;
}
#get-started {
	position: relative;
	background: url('images/get_started_bg.png') repeat-x top center;
	width: 990px;
	height: 270px;
	margin: 0 17px;
}

#yoyo {
	position: absolute;
	background: url('images/yoyo.png') no-repeat top left;
	height: 124px;
	width: 91px;
	left: 10px;
	top: 10px;
}

#get-started-heading {
	position: absolute;
	top: 20px;
	left: 115px;
	color: #CBC1A3;
	font-size: 2em;
}

#rocket-science {
	position: absolute;
	top: 50px;
	left: 115px;
	color: #63501D;
}

#get-started-text {
	position: absolute;
	top: 25px;
	left: 275px;
	width: 500px;
	color: #CBC1A3;
	font-size: 1.25em;
	line-height: 1.5em;
}

#clients {
	position: absolute;
	top: 175px;
	left: 0px;
	width: 990px;
	height: 60px;
	background: url('images/clients_logo.png') no-repeat center center #1D1D1D;
}


#clients-tab {
	position: absolute;
	background: url('images/clients_tab.png') no-repeat top left;
	top: 150px;
	left: -20px;
	height: 110px;
	width: 31px
}


#frontpage-portfolio-loop {
	list-style: none;
	margin: 0 0 0 0px;
}
li.frontpage-portfolio-item {
	/**background: url('images/portfolio_title_bg.png') repeat-x center 120px transparent;**/
	width: 198px;
	margin: 0px 0 0 25px;
	float: left;
	overflow: hidden;
}
li.frontpage-portfolio-item img.wp-post-image {
	border: 4px solid #FFFFFF;
}

li.frontpage-portfolio-item h2.portfolio-title {
	color: #94423A;
	font-size: 1.5em;
	line-height: 1em;
	padding: 0 3px;
}
li.frontpage-portfolio-item a {
	color: #94423A;
	text-decoration: none;
}
li.frontpage-portfolio-item:hover h2.portfolio-title a {
	color: #18303C;
	text-decoration: none;
}
li.frontpage-portfolio-item:hover img.wp-post-image {
	border: 4px solid #94423A;
}

/*****************************
    Portfolio List Page
******************************/

#portfolio-controls {
	text-align: right;
	margin: 40px 20px 0 auto;
	list-style: none;
	font-size: 1.5em;
	line-height: 1.5em;
}
#portfolio-controls li {
	padding-right: 15px;
}
#portfolio-controls li.selected {
	background: url('images/portfolio_skills_selected.png') no-repeat right 0px transparent;
}
#portfolio-controls a {
	text-decoration: none;
	color: #A09163;
}
#portfolio-controls a:hover {
	text-decoration: none;
	color: #94423A;
}
#portfolio-controls li.selected a {
	text-decoration: none;
	color: #94423A;
}
#portfolio-controls li.selected a:hover {
	text-decoration: none;
	color: #94423A;
}
#portfolio-loop {
	list-style: none;
	margin: 0 0 0 0px;
}
li.portfolio-item {
	background: url('images/portfolio_title_bg.png') repeat-x center 120px transparent;
	width: 198px;
	margin: 15px 12px 15px 0;
	float: left;
	height: 200px;
	overflow: hidden;
}
li.portfolio-item img.wp-post-image {
	border: 4px solid #FFFFFF;
}

li.portfolio-item h2.portfolio-title {
	color: #94423A;
	font-size: 1.75em;
	line-height: 1em;
	padding: 0 3px;
}
li.portfolio-item a {
	color: #94423A;
	text-decoration: none;
}
li.portfolio-item:hover h2.portfolio-title a {
	color: #18303C;
	text-decoration: none;
}
li.portfolio-item:hover img.wp-post-image {
	border: 4px solid #94423A;
}

/*****************************
    Portfolio Single Page
******************************/

#back-to-portfolio {
	text-align: right;
	padding-top: 35px;
	padding-right: 35px;
}
#back-to-portfolio a {
	text-decoration: none;
	color: #18303C;
	font-size: 1.15em;
}

.entry-meta {
	margin: 0 0 15px 0;
}

.entry-meta .label {
	color: #18303C;
	width: 200px;
}
.entry-meta a {
	text-decoration: none;
}
.entry-meta a:hover {
	text-decoration: underline;
}

.entry-content img {
	border: 1px solid #17303C;
	
	-moz-box-shadow: 3px 3px 5px #C0B59A;
	-webkit-box-shadow: 3px 3px 5px #C0B59A;
	box-shadow: 3px 3px 5px #C0B59A;
}
/*****************************
    Contact Page
******************************/
#contact-controls {
	list-style: none;
	text-align: right;
	width: 150px;
	margin: 0 0 0 auto;
}

#contact-controls li a {
	text-decoration: none;
	color: #A09163;
	font-size: 1.75em;
}

#contact-controls li {
	margin: 40px 0px;
	padding-right: 20px;
}

#contact-controls li a:hover {
	color: #94423A;
	text-decoration: none;
}


#contact-controls li.selected {
	background: url('images/contact_selected.png') no-repeat right 0px transparent;
}

#contact-controls li.selected a {
	color: #94423A;
}

#contact-controls li.selected a:hover {
	cursor: default;
}

.contact-page {
	min-height: 600px;
}

.wpcf7-form p {
	width: 475px;
}

.form h3 {
	padding-top: 20px;
}

.form .required {
	color: #94423A;
}

.form dl { 
	border: 3px double #ccc; 
	padding: 0.5em; 
} 

.form dt { 
	float: left; 
	clear: left; 
	width: 120px; 
	text-align: right; 
	font-weight: bold; 
} 

.form dd { 
	margin: 0 0 0 150px; 
	padding: 0 0 0.5em 0; 
}
.form input,
.form select {
	width: 300px;
	font-size: 1.15em;
	line-height: 1.5em; 
}

.form textarea {
	width: 300px;
	font-size: 1.15em;
	line-height: 1.15em;
	padding-top: 4px;
}

p.submit {
	margin: 0 0 0 150px; 
}

input, 
button,
textarea { 
	padding-left: 4px; 
    border: 1px solid #bbb;
    outline: 0;
    background: #F9F9F9;
    background: linear-gradient(center top, #F5EFDF, #ffffff) repeat scroll 0 0 #ffffff;
    background: -moz-linear-gradient(center top, #F5EFDF, #ffffff) repeat scroll 0 0 #ffffff;
    background: -webkit-gradient(linear, left top, left 25, from(#F5EFDF), to(#ffffff));  
}

input[type="submit"], 
input[type="button"], 
input[type="reset"], 
button {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #F3F3F3;
    background: linear-gradient(center top , #f9f9f9, #e2e2e2) repeat scroll 0 0 #f9f9f9;
    background: -moz-linear-gradient(center top , #f9f9f9, #e2e2e2) repeat scroll 0 0 #f9f9f9;
    background: -webkit-gradient(linear, left top, left 25, from(#f9f9f9), to(#e2e2e2));  
    cursor: pointer;
    margin: 0 8px 2px 0;
    outline: medium none;
    padding: 3px 6px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

input:hover, textarea:hover,  
input:focus, textarea:focus {  
    border-color: #c9c9c9;
    background-color: #fff;
    background: #fff;
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

input[type="submit"]:focus
input[type="submit"]:hover {
    background: #e9e9e9;
    background: linear-gradient(center top , #f9f9f9, #e9e9e9) repeat scroll 0 0 #f9f9f9;
    background: -moz-linear-gradient(center top , #f9f9f9, #e9e9e9) repeat scroll 0 0 #f9f9f9;
    background: -webkit-gradient(linear, left top, left 25, from(#f9f9f9), to(#e9e9e9)); 
}

/*****************************
    Individual Page Widgets
******************************/

#services-raygun {
	height: 300px;
	width: 300px;
	background: url('images/services_raygun_lg.png') no-repeat center center;
}

#about-raygun {
	padding-top: 60px;
	height: 300px;
	width: 300px;
	background: url('images/about_raygun_lg.png') no-repeat center center;
}

#testimonials-raygun {
	height: 300px;
	width: 300px;
	background: url('images/testimonials_raygun_lg.png') no-repeat center center;
}