/*   
Theme Name: CasJam Media
Theme URI: http://www.casjam.com
Description: CasJam Media, March 2010
Author: Brian Casel
Author URI: http://www.casjam.com
Version: 0.1
Tags: 
*/

@import url('styles/reset.css');
@import url('styles/fonts.css');

body
 {
	font-size: 14px;
	font-family: cambria, georgia, times, serif;
	line-height: 1.5em;
	background: #3e3e3e;
	color: #515151;
}



/* clearfix 
=================================*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
/* end clearfix */



/* General styles 
=================================*/

img#typekit-badge-syn6gsf {
	visibility: hidden !important;
}

a {
	color: #00b4ff;
}

a:hover {
	color: #000;
}

p {
	margin: 0 0 1em 0;
}

h1, h2, h3, h4, h5, h6 {
	padding: .5em 0 0 0;
	margin: 0 0 .5em 0;
	color: #3e3e3e;
	font-family: "TitilliumText22LMedium", arial, sans-serif;
}

h1 {
	font-size: 2em;
	margin: 0 0 1em 0;
	line-height: 1em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1em;
	text-transform: uppercase;
}

textarea, input {
	font-size: 13px;
	font-family: arial, sans-serif;
}

iframe {
	overflow: hidden;
}

blockquote {
	padding: 2em 1em .5em 1em;
	font-size: 1.5em;
	font-style: italic;
	line-height: 1.2em;
	background: url(images/quote.png) top left no-repeat;
}


/* Header
=================================*/

#header {
	height: 66px;
	background: #eeeeee;
}

#header .wrap {
	width: 900px;
	margin: 0 auto;
}

h1#branding,
#branding {
	float: left;
	padding: 20px 0 0 0;
	margin: 0;
	font-size: 1.5em;
	font-family: "TitilliumText22LMedium", arial, sans-serif;
	font-weight: bold;
}

h1#branding a,
#branding a {
	text-decoration: none;
	color: #515151;
	text-shadow: 2px 2px 2px #fff;
}
h1#branding a span,
#branding a span {
	color: #58cdfd;
}

ul#main-nav {
	float: right;
}

ul#main-nav li {
	float: left;
}

ul#main-nav li a {
	display: block;
	width: 112px;
	height: 66px;
	text-indent: -9999px;
	overflow: hidden;
}

ul#main-nav li#services a {
	background: url(images/nav-services.jpg) top left no-repeat;
}

ul#main-nav li#about a {
	background: url(images/nav-about.jpg) top left no-repeat;
}

ul#main-nav li#projects a {
	background: url(images/nav-projects.jpg) top left no-repeat;
}

ul#main-nav li#contact a {
	background: url(images/nav-contact.jpg) top left no-repeat;
}

ul#main-nav li#services a:hover,
ul#main-nav li#about a:hover,
ul#main-nav li#projects a:hover,
ul#main-nav li#contact a:hover {
	background-position: 0 -66px;
}



/* Footer
=================================*/

#footer {
	width: 100%;
	min-height: 200px;
	background: url(images/bg-footer.jpg) top center no-repeat #3e3e3e;
	color: #eeeeee;
}

#footer .wrap {
	width: 900px;
	margin: 0 auto;
	padding: 2em 0;
}

#footer #left {
	width: 560px;
	float: left;
	padding: 0 45px 0 0;
}

#footer #left .post {
	margin: 0 0 2em 0;
}

#footer #left h3 {
	margin: 0;
	padding: 0;
	font-size: 1.5em;
}

#footer #left h3 a {
	text-decoration: none;
	color: #fff;
	margin: 0;
}
#footer #left h3 a:hover {
	color: #6fd5ff;
}

#footer #left p {
	color: #959595;
	font-size: .95em;
	line-height: 1.3em;
}

#footer #left p.go {
	font-size: 1.2em;
	line-height: 1.2em;
}

#footer p.go a span {
	font-size: .9em;
	margin: -3px 0 0 0;
    display: inline-block;
    vertical-align: middle;
}

#footer #left p a {
	color: #fff;
	font-family: "TitilliumText22LLight",arial,sans-serif;
	font-size: .85em;
	text-transform: uppercase;
	text-decoration: none;
}
#footer #left p a:hover {
	color: #6fd5ff;
}


#footer #right {
	width: 233px;
	float: left;
	padding: 0 0 0 45px;
	border-left: 1px solid #6f6f6f;
}

#footer #right p.quote {
	font-size: 1.1em;
	font-style: italic;
	margin: 0 0 1.2em 0;
}

#footer .go a {
	font-family: "TitilliumText22LLight", arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #eeeeee;
	font-size: 1em;
	display: block;
	clear: both;
}
#footer .go a:hover {
	color: #6fd5ff;
}


#footer #right .testimonial-callout {
	margin: 0 0 1.5em 0;
	padding: 0 0 .8em 0;
	border-bottom: 1px dotted #878787;
}

#footer a.testimonials {
	line-height: 1.3em;
}

#footer a.twitter {
	background: url(images/icon-twitter.gif) top left no-repeat;
	background-position: 0 2px;
	padding: 5px 0 0 24px;
}

#footer a.twitter:hover {
	background-position: 0 -34px;
}

#footer a.facebook {
	background: url(images/icon-facebook.gif) top left no-repeat;
	background-position: 0 3px;
	padding: 5px 0 0 24px;
}

#footer a.facebook:hover {
	background-position: 0 -32px;
}

#footer a.dribbble {
	background: url(images/icon-dribbble.png) top left no-repeat;
	background-position: 0 3px;
	padding: 5px 0 0 24px;
}

#footer a.dribbble:hover {
	background-position: 0 -33px;
}

#footer ul#follow {
	margin: 0 0 -3px 0;
}

#footer ul#follow li {
	margin: 0;
	padding: .3em 0 0 0;
	line-height: 1.3em;
}

#footer ul#follow li.label {
	font-family: "TitilliumText22LMedium", arial sans-serif;
	text-transform: uppercase;
}



/* Middle Area
=================================*/

#middle {
	background: #fff;
	padding: 3em 0;
}

.home #middle {
	padding: 4em 0;
}

#middle .wrap {
	width: 960px;
	margin: 0 auto;
	position: relative;
}


/* Home Page
=================================*/

.home .welcome {
	margin: 0 30px 4em 30px;
	padding: 0 0 2em 0;
}

.home .welcome .message {
	float: left;
	margin: 0;
	padding: 0 30px 0 0;
	width: 575px;
	font-size: 1.5em;
	line-height: 1.2em;
}

.home .welcome div.go {
	float: left;
	border-left: 1px solid #d7d7d7;
	padding: 0 0 0 30px;
	margin: 7px 0 0 0;
}

.home .welcome .message p {
	margin: 0;
}
.home .welcome .message p.short {
	display: none;
}

.home .welcome a {
	font-family: "TitilliumText22LRegular", arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.2em;
	text-decoration: none;
	color: #515151;
}

.home .welcome a span {
	font-size: 1.3em;
}

.home .welcome a:hover {
	color: #00B4FF;
}

.home .welcome .message p a {
	font-size: .7em;
}

.home #middle .welcome ul {
	list-style: none;
	margin: 0;
	line-height: 1.1em;
}

.home #middle .welcome ul li {
	margin: 0 0 1em 0;
	font-size: .9em;
	line-height: 1em;
}
.home #middle .welcome ul li.last {
	margin: 0;
}


/* Projects Listings
=================================*/

#projects {
	position: relative;
}

#slider {
	z-index: 1;
	height: 415px;
	overflow: hidden;
}

.panel {
	padding: 0 0 0 30px;
	width: 960px;
	height: 415px;
	display: none;
}

#slider-arrow-right,
#slider-arrow-left {
	width: 8px;
	height: 18px;
	cursor: pointer;
	position: absolute;
	top: 188px;
	z-index: 2;
	display: none;
}

#slider-arrow-right {
	right: 0;
}

.project {
	width: 280px;
	height: 204px;
	float: left;
	margin: 0 30px 10px 0;
	background: url(images/project-shadow.jpg) bottom center no-repeat;
	display: none;
}


.panel.secondary {
	display: none;
}

.panel.secondary .project {
	display: block !important;
}

.project .project-wrap {
	position: relative;
	width: 280px;
	height: 180px;
	background: #515151;
}

.project .text {
	width: 240px;
	height: 180px;
	padding: 15px 20px;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
}

.project .text h2 {
	padding: 0;
	margin: 0 0 .1em 0;
	color: #eeeeee;
	font-weight: bold;
}

.project .text p {
	font-size: .9em;
	line-height: 1.3em;
	font-family: "TitilliumText22LLight", arial, sans-serif;
	color: #9f9f9f;
}

.project .text .view {
	text-align: center;
	font-size: 1.1em;
	width: 80px;
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -40px;
}

.project .text .view a {
	text-decoration: none;
	font-family: "TitilliumText22LRegular", arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #515151;
	background: #eeeeee;
	display: block;
	width: 80px;
	padding: 10px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 1em;
}

.project .text .view a:hover {
	background: #6fd5ff;
}

.page-template-template-projects-php #middle {
	padding: 4em 0;
	min-height: 900px;
}

.page-template-template-projects-php #slider-arrow-right,
.page-template-template-projects-php #slider-arrow-left {
	display: none;
}


/* Singe Project Page
=================================*/

.single-project #meta {
	float: left;
	width: 280px;
	margin: 0 30px 2em 30px;
}

.single-project #meta h1 {
	padding: 0;
}

.single-project #meta .note {
	color: #acacac;
}

.single-project #images {
	width: 590px;
	margin: 0 0 3em 0;
	float: left;
}

.single-project .project {
	width: auto;
	height: auto;
	margin: 0;
	background: none;
	display: block;
}

.single-project #images {
	padding: .5em 0 0 0;
}

.single-project #images img {
	margin: 0 0 1.5em 0;
}

.single-project #images img.hide {
	display: none;
}

.single-project #middle ul.role {
	margin: 0;
	padding: 0;
}

.single-project ul.role li {
	list-style: none;
	float: left;
	background: #eee;
	padding: 4px 10px 3px;
	margin: 0 3px 3px 0;
	font-size: .85em;
	font-family: "TitilliumText22LMedium", arial, sans-serif;
}


/* 2 Column layout
=================================*/

#main-col {
	float: left;
	width: 590px;
	padding: 0 0 0 30px;
	margin: 0 30px 0 0;
}

#sidebar {
	float: left;
	width: 280px;
	padding: 4em 0 0 0;
}

.page-id-14 #sidebar {
	padding: 6.5em 0 0 0;
}

#sidebar .widget {
	margin: 0 0 2em 0;
}

/* Wide layout
=================================*/

#wide-col {
	padding: 0 0 0 30px;
}


/* Testimonials
=================================*/

.page-template-template-testimonials-php #middle {
	min-height: 800px;
}

.testimonial {
	width: 560px;
	padding: 10px 15px;
	background: #eeeeee;
	margin: 0 0 2em 0;
	display: none;
}

.testimonial .quote p {
	font-style: italic;
	margin: 0 0 .5em 0;
	font-size: 1.2em;
}

.testimonial .person {
	font-family: "TitilliumText22LMedium", arial, sans-serif;
	color: #909090;
}

.page-template-template-testimonials-php #sidebar {
	padding-top: 5em;
}


/* Services
=================================*/

.page-template-template-services-php #middle {
	min-height: 480px;
}

.page-template-template-services-php .intro,
.page-template-template-projects-php .intro {
	display: none;
}

.service {
	width: 280px;
	float: left;
	margin: 0 30px 2em 0;
}

.service h2 {
	line-height: 45px;
}

.service.wordpress h2 {
	background: url(images/icon-wordpress.jpg) top left no-repeat;
	background-position: 0 4px;
	padding: 0 0 0 45px;
}

.service.ecommerce h2 {
	background: url(images/icon-ecommerce.jpg) top left no-repeat;
	background-position: 0 4px;
	padding: 0 0 0 55px;
}

.service.design h2 {
	background: url(images/icon-else.jpg) top left no-repeat;
	background-position: 0 4px;
	padding: 0 0 0 47px;
}

.service .action a {
	font-family: "TitilliumText22LMedium", arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

.action {
	border: 1px solid #cccccc;
	background: #eeeeee;
	padding: 1.1em 20px 1em;
	text-align: center;
	margin: 0 0 1em 0;
}

.action span {
	float: left;
	font-style: italic;
	font-size: 1.4em;
}

.action a.mail {
	float: right;
	display: block;
	line-height: 1.5em;
	font-family: "TitilliumText22LBold", arial sans-serif;
	text-transform: uppercase;
	background: url(images/icon-mail.gif) top left no-repeat;
	background-position: 0 1px;
	padding: 0 0 0 37px;
	text-decoration: none;
	color: #515151;
	font-size: 1.2em;
}

.action a.mail:hover {
	color: #00b4ff;
	background-position: 0 -32px;
}



.widget.get-started {
	background: #EEEEEE;
	padding: 7px 20px 15px 20px;
	text-align: center;
}

.widget.get-started h4 {
	font-weight: normal;
}

.widget.get-started a {
	font-weight: bold;
	font-family: "TitilliumText22LBold", sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.5em;	
}


/* Contact Page
=================================*/

label {
	font-family: "TitilliumText22LMedium", arial, sans-serif;
	text-transform: uppercase;
}


#middle ul.tabs {
	margin: 0 0 -2px 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	width: 100%;
}

ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #999999;
	font-family:"TitilliumText22LLight", arial, sans-serif;
	text-transform: uppercase;
}

ul.tabs li a {
	text-decoration: none;
	color: #ccc;
	display: block;
	padding: 0 20px;
	outline: none;
}

ul.tabs li a:hover {
	background: #acabab;
}

html ul.tabs li.active a {
	color: #3E3E3E;
}

html ul.tabs li.active {
	border-top: 1px solid #999;
}

html ul.tabs li.active, 
html ul.tabs li.active a:hover  { 
	/*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #eeeeee;
}

.tab_container {
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	overflow: hidden;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
}
.tab_content {
	padding: 20px;
	background: #EEEEEE;
}

#middle .tab_content ul {
	list-style: none;
}

.tab_content ul li {
	margin: 0 0 1em 0;
}


/* Quote Forms
................................................*/

.form-wrap {
	border-top: 1px solid #a8a8a8;
	border-bottom: 1px solid #a8a8a8;
	background: #eeeeee;
	padding: 1em 1em .5em 1em;
	margin: 0 0 1em 0;
}

#middle .gform_wrapper ul {
	margin: 0;
}

.gform_wrapper .top_label .gfield_label {
	font-weight: normal !important;
	text-transform: none;
}

.gfield_label .gfield_required {
	color: #009ee0;
	padding: 0 0 0 3px;
}

.gform_wrapper input {
	font-size: 1em !important;
	padding: 5px !important;
	font-family: cambria, georgia, times, serif !important;
	width: 240px;
}

.gform_wrapper select {
	width: 240px;
}

.gform_wrapper textarea {
	width: 390px !important;
	padding: 5px !important;
	font-family: cambria, georgia, times, serif !important;
}

.gform_wrapper #field_2_3 textarea {
	width: 535px !important;
}

.gform_wrapper .gfield_description {
	padding-top: 5px !important;
	color: #a1a1a1;
	float: right;
	margin: -33px 0 0 0;
	width: 260px;
	font-style: italic;
	display: none;
}

.gform_wrapper #field_1_10 .gfield_description,
.gform_wrapper #field_1_14 .gfield_description,
.gform_wrapper #field_1_11 .gfield_description,
.gform_wrapper #field_3_6 .gfield_description {
	width: 130px;
	margin: -172px 0 0 0;
}

.gform_wrapper .gsection {
	padding-top: 2em !important;
}

.gform_wrapper .gsection .gfield_label, 
.gform_wrapper h2.gsection_title, 
.gform_wrapper h3.gform_title {
	font-family: "TitilliumText22LMedium", arial, sans-serif !important;
	font-size: 1.5em !important;
}

.gform_footer input.button  {
	font-family: "TitilliumText22LMedium", arial, sans-serif !important;
	background: #515151 !important;
	width: 110px;
	padding: 9px 10px 6px !important;
	color: #fff !important;
	border: none;
	text-transform: uppercase !important;
	cursor: pointer;
	
}

.gform_footer input.button:hover {
	background: #00b4ff !important;
}




#middle ul.contact-info,
#middle ul.follow {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.contact-info li .label {
	font-family: "TitilliumText22LMedium", arial, sans-serif;
	text-transform: uppercase;
	float: left;
	margin: 0 20px 0 0;
	width: 40px;
}

ul.contact-info li .value {
	float: left;
}

ul.follow a {
	height: 16px;
}

ul.follow a.facebook {
	font-family: "TitilliumText22LMedium", arial, sans-serif;
	text-transform: uppercase;
	padding: 3px 0 0 20px;
	background: url(images/icon-facebook-sm.gif) top left no-repeat;
	background-position: 0 -19px;
	text-decoration: none;
}
ul.follow a.facebook:hover {
	background-position: 0 2px;
}

ul.follow a.twitter {
	font-family: "TitilliumText22LMedium", arial, sans-serif;
	text-transform: uppercase;
	padding: 3px 0 0 20px;
	background: url(images/icon-twitter-sm.gif) top left no-repeat;
	background-position: 2px -19px;
	text-decoration: none;
}
ul.follow a.twitter:hover {
	background-position: 2px 1px;
}

ul.follow a.dribbble {
	font-family: "TitilliumText22LMedium", arial, sans-serif;
	text-transform: uppercase;
	padding: 3px 0 0 20px;
	background: url(images/icon-dribbble-sm.png) top left no-repeat;
	background-position: 0 -19px;
	text-decoration: none;
}
ul.follow a.dribbble:hover {
	background-position: 0 1px;
}

.newsletter input,
#text-4 input {
	padding: 3px;
	font-family: cambria, georgia, times, serif;
}

.newsletter input#email,
#text-4 input#email {
	width: 133px;
	margin: 0 5px 0 0;
}

.newsletter input#submit,
#text-4 input#submit {
	font-family: "TitilliumText22LMedium", arial, sans-serif;
	background: #515151;
	color: #fff;
	border: none;
	text-transform: uppercase;
	cursor: pointer;
	padding: 6px 5px 4px;
}
.newsletter input#submit:hover,
#text-4 input#submit:hover {
	background: #00b4ff;
}

.newsletter input#submit:active,
#text-4 input#submit:active {
	background: #00b4ff;
}

.mce_inline_error {
	color: red;
}
div.mce_inline_error {
	padding: 10px 0 0 0 !important;
	margin: 0 !important;
	color: red;
}

div#mce-success-response {
	padding: 10px 0 0 0 !important;
	color: green;
}


/* About
=================================*/

.page-template-template-about-php .entry-content {
	margin: 0 0 3em 0;
}

.widget.questions .question {
	background: #eeeeee;
	padding: 10px 13px 2px 13px;
	margin: 0 0 1em 0;
	display: none;
}

.widget.questions .question h5 {
	padding: 0 20px 0 0;
	background: url(images/icon-plus.gif) top left no-repeat;
	background-position: 245px 4px;
	cursor: pointer;
	width: 240px;
	line-height: 1.25em;
}

.widget.questions .question h5.open {
	background: url(images/icon-minus.gif) top left no-repeat;
	background-position: 245px 4px;
	font-family: "TitilliumText22LBold", arial, sans-serif;
	color: #000;
}


/* Insight
=================================*/

.blog #middle .wrap {
	padding: 0 0 0 60px;
}

.blog #middle a.post {
	float: left;
	margin: 0 30px 2em 0;
	display: block;
	width: 395px;
	height: 185px;
	padding: 1em 20px;
	background: #eeeeee;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.blog #middle a.post:hover {
	background: #d8d8d8;
}

.blog #middle a.post h2 {
	padding: 0;
	margin: 0 0 .2em 0;
	line-height: 1.2em;
}

.blog #middle a.post p {
	color: #515151;
	margin: 0 0 .2em 0;
}

.blog #middle a.post:hover p,
.blog #middle a.post:hover h2 {
	color: #000;
}

.blog #middle a.post p.go {
	font-family: "TitilliumText22LLight",arial,sans-serif;
    font-size: 1em;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
}
.blog #middle a.post p.go span {
	font-size: .9em;
	margin: -3px 0 0 0;
    display: inline-block;
    vertical-align: middle;
}

.blog #middle a.post:hover p.go {
	color: #0091cd;
}

.blog #middle a.post img {
	float: left;
	margin: 5px 20px 0 0;
}


/* Entry Content
=================================*/

#middle ul {
	list-style: disc;
	margin: 0 0 1.5em 1.3em;
}

#middle ul ul {
	margin-bottom: 0;
}

#middle ol {
	list-style: decimal;
	margin: 0 0 1.5em 2.5em;
}

#middle ol ol {
	margin-bottom: 0;
}

#middle .alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

#middle .alignright {
	float: right;
	margin: 0 0 10px 10px;
}

#middle .aligncenter,
#middle .center {
	text-align: center;
	margin: 0 auto;
	display: block;
}

p.wp-caption-text {
	margin: 0;
}



/* Comments
=================================*/

.commentlist li {
	margin: 0 0 1.5em 0;
}

.commentlist ul.children {
	margin: 0 0 0 1.5em;
	padding: 1.5em 0 0 0;
}

.comment-avatar {
	float: left;
	margin: 0 10px 0 0;
}

.comment-content {
	float: left;
}

.children .comment-content { width: 480px; }
.children .children .comment-content { width: 460px; }
.children .children .children .comment-content { width: 440px; }
.children .children .children .children .comment-content { width: 420px; }
.children .children .children .children .children .comment-content { width: 400px; }






