/*
Theme Name: CouldBe Studios
Theme URI: http://couldbestudios.com/
Description: The New CouldBe Studios Theme
Version: 1.0
Author: Matt & Jessica Beck
Tags: couldbe studios
*/


/* COLORS 
------------------------
 green: #a6c65f
 light blue: #4A9FF4
 darker green #7EA30D
*/

.promo {
	text-align:center;
}

span.important {
	background:#FFFDC1;
	border:1px dashed #FFD950;
	margin:10px auto;
	padding:20px;
	font-size:110%;
	font-weight:bold;
	display:block;
	text-align:center;
	text-shadow: 0px 1px 0px #fff;
	clear:both;
}

.entry p span.important {
	background:#FFFDC1;
	border:1px dashed #FFD950;
	margin:10px auto;
	padding:20px;
	font-size:110%;
	font-weight:bold;
	display:block;
}
	.entry p span.important a, .entry p span.important a:hover {
		color:#000;
	}
	
	.entry p span.warning {
		border:1px dashed #FF8500;
		color:#FF8500;
		margin:10px auto;
		padding:20px;
		font-size:110%;
		font-weight:bold;
		display:block;
	}
		.entry p span.warning a, .entry p span.warning a:hover {
			color:#000;
		}
	
	.entry p span.notice {
		border:1px solid #ccc;
		margin:10px auto;
		padding:20px;
		display:block;
		font-size:90%;
		text-shadow: 0px 1px 0px #fff;
	}
		.entry p span.notice a, .entry p span.notice a:hover {
			color:#000;
		}

#portfolio {
	margin-left:25px;
}
	#portfolio-item { float: left; margin: 0 0 20px 10px; width: 275px; font-size:12px; height:350px; }
	#portfolio-item h4 { font-size: 16px; margin: 20px 0 0 0; }
	#portfolio-item img { border: 1px #ccc solid; margin: 0 0 10px 0; }

.dynamic-content-gallery {
	display:none;
}


body.home .dynamic-content-gallery {
	display:block;
	height:225px;
	clear:both;
	margin-top:20px;
}


code{
background:none repeat scroll 0 0 #FCFCFC;
border:1px dotted;
display:block;
font-family:monospace;
padding:0 15px 15px;
}


/* CouldBe Studios Gallery */

.cbsa-album {
	width:100%;
	clear:both;
}

.cbsa_thumb {
	width:250px;
	display:inline;
	float:left;
	margin: 15px 5px;
	
}

.cbsa_caption {
	width:200px;
	display:block;
	padding:5px 10px;
	font-size:11px;
	color:#999;
}

.homepageinfo {
	display:none;
}

body.home .homepageinfo {
	display:block;
	width:800px;
}

body.home .homepageinfo p {
	text-align:left;
}

body.home .cbsa_caption {
	width:200px;
	display:none;
	padding:5px 10px;
	font-size:11px;
	color:#999;
}


.cbsa_thumb img {
	width:250px;
	border:1px solid #ddd;
}


/* Defaults
------------------------*/
*{
font-family:"obliqua-1","obliqua-2","Trebuchet MS", sans-serif;
margin:0;
padding:0;
}

body {
	color:#444;
}

a{
color:#7EA30D;
text-decoration:none;
}
a:hover{
color:#4A9FF4;
}

img{border:none;}


h1 {
font-size: 38px;
font-family:"obliqua-1","obliqua-2", "Trebuchet MS", sans-serif;
text-align:center;
/*background: transparent url(images/divider.jpg) no-repeat scroll center bottom;*/
padding:10px 0 35px 0;
margin:0 50px;
font-weight:100;
}

.post h1 a{
	font-size:38px;
	text-transform:capitalize;
}

h1 a{
font-size: 38px;
text-align:center;
text-decoration:none;
color:#555;
}

h1 a:hover{
color:#4A9FF4;
}

h2 {
font-size: 28px;
font-family:"Trebuchet MS", sans-serif;
text-align:center;
font-weight:bold;
}

h2 a{
font-size: 28px;
font-family:"obliqua-1","obliqua-2", "Trebuchet MS", sans-serif;
text-align:center;
text-decoration:none;
font-weight:bold;
}

.page-post h2.about-us {
	font-size: 28px;
	font-weight:bold;
	font-family:"obliqua-1","obliqua-2", "Trebuchet MS", sans-serif;
	padding:0;
	text-align:left;
	color:#333;
	clear:none;
}

h3 {
font-size: 21px;
font-weight:100;
font-family:"obliqua-1","obliqua-2", "Trebuchet MS", sans-serif;
text-align:center;
padding-bottom:20px;
padding-top:10px;
color: #555;
}

.post h3 {
	font-weight:bold;
	text-transform:capitalize;
}

h3.about-us {
	font-size: 24px;
	font-weight:bold;
	font-family:"obliqua-1","obliqua-2", "Trebuchet MS", sans-serif;
	padding:20px 0 0;
	text-align:left;
	color:#555;
}

h4 {
	font-size:18px;
	font-weight:bold;
	padding:10px 0;
}

h2.tagline {
padding:20px 0;
font-size: 28px;
font-weight:100;
}

h1.page-title{display:none;}

h1.prices {
font-size:34px;
padding:10px 0;
font-weight:100;
}

body.price-list h2.prices {
text-align:left;
font-size:30px;
color:#666;
padding-top:15px;
}

body.price-list p.prices {
padding:5px 0 5px 50px;
border-bottom:1px dotted #eee;
}

h2.huge {
	background:url("images/divider.jpg") no-repeat scroll center bottom transparent;
	font-size:40px;
	font-weight:100;
	line-height:25px;
	margin-left:10px;
	padding:10px 10px 60px !important;
	text-align:center;
	text-transform:lowercase;
}



/* Layout
------------------------*/
#outer-wrapper{
width:990px;
margin:0 auto;
}

#inner-wrapper{
background:url(images/stretch.jpg) top left repeat-y;
}

#header{
background:url(images/header.jpg) top left no-repeat;
height:225px;
padding-top:25px;
}

#logo{
background:url(images/newlogo.png) top left no-repeat;
height:168px;
width:356px;
margin:5px 340px 0;
}
#logo a{
display:block;
height:168px;
position:relative;
text-indent:-9999px;
width:356px;
z-index:2;
}
#tagline{
text-indent:-9999px;
height:1px;
}

#main-menu{
clear:both;
margin-bottom:25px;
margin-top:132px;
text-align:center;
}
#main-menu li{
list-style:none;
display:inline;
}
#main-menu li a{
text-decoration:none;
font-family:"obliqua-1","obliqua-2", "Trebuchet MS", sans-serif;
font-size:18px;
padding:0 20px;
}

#sidebar-1{
float:right;
margin-top:-150px;
padding:10px 30px;
width:200px;
display:block;
font-size:12px;
height:180px;
}

#sidebar-1 a{
color: #90CEF5;
text-decoration:none;
}

#sidebar-1 a:hover{
color: #FFBF00;
}

#sidebar-1 #text-404597024 p {
	padding:55px 1px 5px 125px;
	color:#777;
}

#wpvqs img {
	float:left; 
	margin:30px 5px 0;
	-webkit-transform: rotate(350deg) ;
    -moz-transform: rotate(350deg) ;
    -o-transform: rotate(350deg) ;			
	-moz-box-shadow:2px 2px 2px #ccc;
    -webkit-box-shadow:2px 2px 2px #ccc;
    box-shadow:2px 2px 2px #ccc;
}

#wpvqs img:hover {
	-webkit-transform: rotate(0deg) ;
    -moz-transform: rotate(0deg) ;
    -o-transform: rotate(0deg) ;
}

#sidebar-2{
width:130px;
float:right;
padding-right:25px;
position:relative;
/*text-align:right;*/
margin-top:50px;
clear:both;
}

#sidebar-2 a{
color: #333;
text-decoration:none;
}

#sidebar-2 a:hover{
color: #FFBF00;
text-decoration:none;
font-weight:bold;
}

#content{
margin: 0 50px 50px 50px;
position:relative;
width:800px;
}

#page-content{
margin: 0 50px 50px 50px;
position:relative;
width:900px;
}

body.page-id-125 #page-content  {
	width:700px;
	margin: 0 50px 50px 150px;
}

#blogcontent{
margin: 0 175px 50px 50px;
position:relative;
width:775px;
}

.post {
	width:750px;
}

.page-post {
	width:100%;
}

.post h2{
	clear:left;
	padding-top:50px;
	font-family:"obliqua-1","obliqua-2", "Trebuchet MS", sans-serif;
	font-weight:100;
}

.page-post h2{
	clear:left;
	padding-top:50px;
	font-family:"Trebuchet MS", sans-serif;
	font-family:"obliqua-1","obliqua-2", "Trebuchet MS", sans-serif;
	font-weight:100;
	
}

span.meta-top {
	margin-left:50px;
	font-size:11px;
	color:#999;
}

p.postmetadata a img, p.postmetadata span.social a img {
	border:0;
	margin-left:5px;
}

p.postmetadata span.social {
	display: block;
    float: left;
    margin-right: 20px;
    margin-top: 5px;
}

.comments-link {
	background:url('images/comments.png') top left no-repeat;
	padding:0 0 5px 18px;
}


.entry {
margin: 10px 50px;
}

.entry p {
padding: 10px 0;
font-size:15px;
line-height:24px;
}

body.page-id-123 .entry p {
	padding:5px 0;
}

.entry p a{
	font-size:125%;
	font-weight:bold;
color:#777;
}

.entry p a:hover{
color:#4A9FF4;
}

.entry p img {
	float:left;
padding: 5px;
}

.alignleft {
	float:left;
	margin:0 20px 20px 0;
}

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

.wp-caption {
	border:1px dashed #57BAE0;
	text-align:center;
	padding:10px;
	background:#F0F8FF;
}

body.page-id-123 .wp-caption{
	margin-top:30px;
}

p.wp-caption-text {
	font-size:11px;
	color:#316B82;
	padding:5px 5px 0 5px;
	line-height:16px;
}

#blogcontent .post .entry  img, body.single .entry  img {
padding: 5px;
border:1px solid #ccc;
float:none;
background:#fff;
}

#blogcontent .post .entry  img.alignright, body.single .entry  img.alignright {
float:right;
padding:5px;
margin: 5px 0 5px 20px;
border:1px solid #ccc;
background:#fff;
}

#blogcontent .post .entry  img.alignleft, body.single .entry  img.alignleft {
float:left;
margin: 5px 20px 5px 0;
border:1px solid #ccc;
background:#fff;
}

.entry ul li {
	font-size:15px;
	list-style:square inside url("http://www.couldbestudios.com/images/accept.png");
	margin:0 30px 5px;
	padding:3px 0;
	line-height:21px;
}

	.entry ul li ul li{
	font-size:15px;
	list-style:disc inside;
	margin:0 30px 5px;
	padding:3px 0;
	line-height:21px;
}

.postmetadata {
font-size:11px;
color:#999;
margin:10px 100px;
clear:left;
}

blockquote {
	margin:5px 100px 5px 250px;
	color:#777;
}

#nav-below {
	padding:10px;
}

.nav-previous {
	float:left;
	background:url('images/older.jpg')top left no-repeat;
	padding-left:35px;
	padding-bottom:3px;
	line-height:22px;
	width:100px;
}

.nav-next {
	float:right;
	background:url('images/newer.jpg')top right no-repeat;
	padding-right:20px;
	padding-bottom:3px;
	line-height:22px;
	width:100px;
}

#emailcampaign {
	height:75px;
	width:125px;
	padding:0px 10px 0px 95px;
	margin:10px;
	background:#E2F3FB url('http://www.couldbestudios.com/email.png') top left no-repeat;
	float:right;
	border:1px solid #4A9FF4;
	
}

#emailcampaign a {
	margin-top:5px;
	display:block;
	color:#555;
}

#manageproject {
	height:75px;
	width:125px;
	padding:0px 10px 0px 95px;
	margin:10px;
	background:#E2F3FB url('http://www.couldbestudios.com/projects.png') top left no-repeat;
	float:left;
	border:1px solid #4A9FF4;
}	

#manageproject a {
	margin-top:15px;
	display:block;
	color:#555;
}

#footer{
clear:both;
min-height:20px;
background:url(images/footer.jpg) bottom left no-repeat;
padding:10px 11px 20px 9px;
}

#footer-widgets{
/*background:url(images/divider.jpg) top center no-repeat;*/
padding:20px 10px 0;
margin:0 1px;
font-size:12px;
line-height:16px;
height:50px;
/*border-top:1px solid #4A9FF4;*/
}

#footer-widgets h3 {
	line-height:24px;
}

#footer-widgets li{
width:30%;
float:left;
margin: 0 5px;
}

#footer-widgets li li{
float:none;
width:auto;
padding:0 10px 10px 10px;
}

#footer-widgets li#recent-posts-3.widget h2, #footer-widgets .widget_yd_rp h2.widgettitle {
	color:#555555;
	font-family:"obliqua-1","obliqua-2","Trebuchet MS",sans-serif;
	font-size:24px;
	font-weight:100;
	padding-bottom:20px;
	padding-top:10px;
	text-align:center;
	text-transform:lowercase;
	line-height:24px;
}

#footer-widgets li#recent-posts-3.widget ul li {
	margin:2px 30px;
	font-size:14px;
}

/*#footersubscribe {
	margin-left:20px;
}

#footersubscribe input {
	margin:5px 0;
	border:1px solid #666;
	background:#fff;
	color:#555;
	padding:3px;
}

#footersubscribe input#name, #footersubscribe input#htijf-htijf {
	width:200px;
	height:15px;
}*/

#newsletter {
	padding:15px 50px;
	font-size:12px;
	background:#F0F8FF;
	margin:0 2px;
}

#newsletter p {
	color:#57BAE0;
	float:left;
	font-size:18px;
	line-height:16px;
	padding:5px 95px 5px 0;
	text-shadow: 0px 1px 0px #fff;
}

span.label,span.spacer,span.multiple span {width:150px;}
span.label label {
	color:#57BAE0;
} 
span.multiple {float:left;} 
span.button {padding-left:5px;} 
div.clear {clear:both;padding-top:5px;} 
input {
	border:1px solid #57BAE0;
	padding:3px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;}
input.subscribe {cursor:pointer; border:1px solid #57BAE0; background:#57BAE0; color:#fff;padding:3px;}
input.subscribe:hover {
	background:#fff;
	color:#57BAE0;
}

#bottomnav {
	display:inline;
	font-size:10px;
}

#bottomnav ul {
	padding-bottom:15px;
	padding-left:100px;
}

#bottomnav ul li{
	text-decoration:none;
	float:left;
	padding:5px 10px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#bottomnav ul li a{
	color:#555;
	padding: 3px;
}

#bottomnav ul li a:hover{
	color:#555;
	background:#4A9FF4;
	padding: 3px;
}

/* Widgets
------------------------*/

h2.widgettitle {
text-decoration:none;
font-family:"obliqua-1","obliqua-2", "Trebuchet MS", sans-serif;
font-size:18px;
padding:10px 0 5px 0;
text-align:left;
color:#777;
font-weight:200;
}

.delicious-post, #recent-posts li {
font-size:11px;
padding:3px 0;
border-bottom: 1px dotted #ddd;
}

.delicious-link {
padding-bottom:3px;
}

.delicious-extended {
color:#999;
margin:0;
padding:0 0 0.25em;
}

.delicious-network-username {
font-size:10px;
color:#aaa;
padding: 0 5px;
}

.delicious-network-username a {
font-size:10px;
}


.widgetized li{
list-style:none;
color:#777;
}

.widgetized li ul li {
	font-size:12px;
	margin-bottom:7px;
}

li#search-3.widget{
display:block;
font-family:"obliqua-1","obliqua-2", "Trebuchet MS", sans-serif;
font-size:18px;
margin-left:25px;
margin-top:-175px;
text-decoration:none;
width:225px;
height:50px;
}



li#text-404597025 {
	border:1px dotted #EEEEEE;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:0 10px;
	padding:0 0 0 15px;
	width:30%;
}

li#search-3.widget label.screen-reader-text {
	display:none;
}

li#search-3.widget input#searchsubmit {cursor:pointer; border:1px solid #57BAE0; background:#57BAE0; color:#fff;padding:3px;}
li#search-3.widget input#searchsubmit:hover {
	background:#fff;
	color:#57BAE0;
}

#get-support{
display:block;
float:right;
height:60px;
margin-top:-50px;
text-align:left;
text-indent:-9999px;
width:155px;
}

#contact2{
margin-top:-55px;
margin-right:15px;
display:none;
float:right;
width:145px;
height:100px;
text-align:center;
}

#contact2 form.wpcf7-form p{
padding:2px;
font-size: 10px;
color:#A6C65F;
}

#contact2 .wpcf7-validates-as-required, #contact2 input, #contact2 textarea {
width: 125px;
border:1px solid #A6C65F;
}

input#fpbutton {
border:1px solid #A6C65F;
background:#A6C65F;
color:#fff;
}

input#fpbutton:hover {
border:1px solid #A6C65F;
background:#fff;
color:#A6C65F;
}

#contact2 textarea {
height:75px;
}

li#archives-2.widget select {
	border:1px solid #ccc;
}

/*Front Page contact form */
.home #contact2 {
margin-top:-55px;
margin-right:30px;
display:none;
float:right;
width:200px;
height:100px;
text-align:center;
}


.home #contact2 .wpcf7-validates-as-required, .home #contact2 input, .home #contact2 textarea {
width: 200px;
border:1px solid #A6C65F;
}

.home #contact2 textarea {
height:125px;
}

ul.footerwidgets form#form7.wufoo .info, ul.footerwidgets form#form7.wufoo .paging-context {
	border-bottom:none !important;
}

ul.footerwidgets form#form7.wufoo ul li#fo7li1.message div textarea.large {
    height: 10em;
}

ul.footerwidgets form#form7.wufoo ul li#fo7li1.message div textarea.textarea {
    max-width: 100%;
    min-width: 200px;
    width: 200px;
}

/* end Front Page contact form */

#contact1 {
display:block;
float:left;
width:350px;
margin-right:25px;
}

#contact1 form.wpcf7-form p{
padding:2px;

font-weight:bold;
}

#contact1 .wpcf7-validates-as-required, #contact1 input, #contact1 textarea {
width: 350px;
border:1px solid #999;
font-size:16px;
}

#contact1 input {
height:25px;
}

#contact1 .wpcf7-form-control-wrap your-message {
	height:100px;
}

#contact1 textarea {
height:150px;
}

#snailmail {
width:200px;
float:right;
display:block;
position:relative;
font-size:14px;
border:1px dotted #999;
margin:50px 0 0 25px;
padding:15px 30px 5px 30px;
font-family:"obliqua-1","obliqua-2", "Trebuchet MS", sans-serif;
}

#snailmail span, #snailmail abbr.region {
font-size:110%;
font-family:"obliqua-1","obliqua-2", "Trebuchet MS", sans-serif;
}

input#cpbutton {
border:1px solid #999;
background:#999;
color:#fff;
}

input#cpbutton:hover {
border:1px solid #999;
background:#fff;
color:#999;
}



#eco-friendly{
display:block;
height:60px;
margin-top:93px;
text-indent:-9999px;
width:179px;
}

#flickr-main {
text-align:center;
padding:10px 0 30px 0;
display:none;
}
#flickr-main img{
margin:0 10px;
padding:5px;
border:2px solid #ccc;
}

#flickr-main img:hover{border:2px solid #a6c65f;}

.portfolio #flickr-main {display:none;}

#twitter_div {
background:url('images/tweet.jpg') top left no-repeat;
padding:30px 20px 0;
}

#twitter_div h3 {
	display:none;
}

#twitter_div a{
color: #777;
}

a#twitter-link {
border:1px solid #a1dbff;
background:#a1dbff;
color:#fff;
font-size:75%;
padding:3px;
text-decoration:none;
float:right;
margin-right:30px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

a#twitter-link:hover{
color:#333;
text-decoration:none;
}

div.ybf, div.pipesDescription, h3.ybh {display:none !important;}

#citations {
clear:both;
background: url('images/umbrella.png') bottom left no-repeat;
padding-bottom:50px;
padding-left:130px;
padding-top:100px;
font-size:10px;
}

#comments {
margin:10px 100px;
font-size:12px;
}

#comments h2 {
	font-size:28px;
	text-align:left;
}

#comments .myimg {
float:left;
padding:5px 10px 5px 0;
}

#comments h3 {
text-align:left;
font-size:24px;
margin:0;
color:#A6C65F;
}

#comments p {
padding: 5px 10px;
}

ol#commentlist li {
margin:25px 0;
}

#comments #submit {
border:1px solid #8FAA53;
color:#fff;
padding:5px;
background:#A6C65F;
cursor:pointer;
}

#comments #submit:hover {
border:1px solid #A6C65F;
color:#8FAA53;
padding:5px;
background:#fff;
}

textarea#comment{
width:500px;
}


#recent-archives{
float:left;
width:45%;
margin-left:3%;
}
#archive-list{
float:right;
width:45%;
margin-right:3%;
}
.archive h3{
text-align:left;
margin:0;padding:0;
}
.archive li{
list-style:none;
font-size:1em;
line-height:1.4em;
}


.wpcf7-validation-errors, .wpcf7-mail-sent-ok{
position:relative;
background:#fff;
z-index:2;
}

#main-menu li.page-item-207{display:none;}

body.page-id-552 select {
	border:1px solid #999;
	padding:2px;
	font-size:14px;
}

body.page-id-552 select option {
	padding:3px 0 0 0;
}

.entry p.slideshow-title {
	font-weight:bold;
	font-size:18px;
}

/* Sidebar Form CSS 
span.label,span.spacer,span.multiple span {width:120px;float:left;} 
span.multiple {float:left;} 
span.button {padding-left:120px;} 
div.clear {clear:both;padding-top:5px;} */

#dfcg-outer-wrapper {
float:left;
}

/* Organize Series */

.seriesbox {
    color: #333;
    display: inline;
    float: right;
    margin: 0 10px 30px 10px;
    width:100%;
    padding: 6px 6px 12px 20px;
    text-align: left;
    border: 1px dashed #EEEEEE;
}
	.post .entry .seriesbox img {
		float:left;
		padding:10px;
		border:none;
	}
	
	
	.seriesbox a {
		font-weight:bold;
	}
.seriesbox ul.serieslist-ul {
	padding-top:10px;
}
	
	.seriesbox ul.serieslist-ul li {
		font-size:14px;
		list-style:disc inside;
		line-height:10px;
	}
	
fieldset {
border:1px solid #eee;
padding:20px;
}
	
span.series-nav-left, span.series-nav-right {
padding:10px;
font-size:75%;
}

span.series-nav-left a:before {
content:"\00a0\2190";
}

span.series-nav-right a:after {
content:'\00a0\2192';
}
	
/* Pastebin */

.entry div.embedPastebin div.embedFooter {
background: #eee;
font-size: 75%;
padding: 5px 6px;
margin:10px 0;
}
