@charset "utf-8";
/* CSS Document */



body{
	font: 1em 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAUElEQVQYV2NUlTf9r6QhzwAD9248BDPRxRjd3UP+IyuCKQBpQFYMV4guAdKMLAZWiCyAbjVMjhHZjTBFMKcgO4N4hURbDfM1UZ4hKniIDXAAWBlTMbrTxTAAAAAASUVORK5CYII=);
}

a {
	color:#69C;
	text-decoration:none;
}

a:hover {
	color:#251f35;
	text-decoration:none;
}

a:active
{
  outline: none;
}

img {
	border:none;
}

h1{
	font-size:200%;
	font-weight:normal;
	margin-top: 30px;
	color:#251f35;
}

h2 {
	font-size:150%;
	color:#369;
	font-weight:bold;
	margin: 3px 0;
}

h3 {
	font-size:120%;
	color:#369;
	font-weight:bold;
	margin: 3px 40px 10px 0;
}

.centerThird h1{
	font-size:130%;
	font-weight:normal;
	color:#999;
	margin-top:0;
}

/* LAYOUT DIVS */

.headerDiv {
	width:1030px;
	height:290px;
	background-color:#5c5c68;
	color:#CCC;
	margin:0 auto;
	position: relative;
	
	/*
	background: #303066;
	background: -moz-linear-gradient(top, #303066 0%, #5B5D8E 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303066), color-stop(100%,#5B5D8E));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303066', endColorstr='#5B5D8E',GradientType=0 );
	*/
	
	
}

p.topInfo {
	text-align: right;
	font-size: .75em;
	font-family: "Trebuchet MS" Trebuchet MS, sans-serif;
	clear:both;	
	margin: 3px 50px 0 0;
}


.mainDiv{
	width:1000px;
	margin:0 auto;
	padding: 25px 15px 15px 15px;
	background-color: #333;
}




.topInfo {
	margin:	0 30px 0 60px;
	font-size:150%;
}


.topLogoDiv {
	width:265px;
	height:100px;
	background:transparent url(../images/logo-top.png) no-repeat center top;
	float: left;
	margin-top: 10px;
}

.topLogoDiv a {
	display:block;
	width:100%;
	height:100%;
}


.topRight {
	float:right;
	margin-top:40px;
	width:430px;
}


.topSocial {
	float:right;
	margin:12px 50px 10px 0;
}

/* FOOTER */

.footerDiv {
	width:1030px;
	text-align:center;
	margin: 0 auto;
	background-color:#5c5c68;
	color:#CCC;
	border-top:1px dotted #999;
	clear: both;
}

.bottomMenuThird {
	width:240px;
	float:left;
	margin:5px 31px 25px 31px;
	text-align: left;
	height: 400px;
	padding: 10px;
	font-family:Trebuchet MS, Trebuchet MS, sans-serif;
	font-size:0.75em;
}

.bottomMenuThird h4 {
	font: 1.5em 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	color:#333;
	font-weight:bold;
	margin-bottom:10px;
}


.copyrightDiv {
	border-top:1px dotted #999;
	padding:25px 0;
}

/* twitter list */

li.module-list-item{
	margin:6px 0;	
}

/* HOMEPAGE */

.centerThird {
	background:#504f4f;
	width:250px;
	float:left;
	margin:21px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	padding: 20px;
	text-align: center;
	height: 425px;
}



.centerThirdInside {
	text-align:left;
	background:#666;
	margin:20px;
	font-family:Trebuchet MS, Trebuchet MS, sans-serif;
	font-size:100%;
	border:1px solid #333;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding:10px;
}

.centerThird img{
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	margin:10px 0;
}	

.homeLinks {
	margin: 20px auto;
}

.homeLinks a {
	background:#666;
	padding: 6px;
	margin:6px;
	font-family:Trebuchet MS, Trebuchet MS, sans-serif;
	font-size:80%;
	border:1px solid #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color:#251f35;
}
.homeLinks a:hover {
	color:#69c;
	background:#333;	
}

.homeCaption {
	font-size:70%;
	font-family:Trebuchet MS, Trebuchet MS, sans-serif;	
	color:#000;
}

span.homePrice {
	color:#30254d;
	font-family:Trebuchet MS, Trebuchet MS, sans-serif;	
}

.centerThirdCallout {
	margin:20px;
	font-size:120%;
}

.blogPost {
	background:#504f4f;
	width:900px;
	margin:25px auto;
	padding: 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

}

.blogPost h3 {
	color: #251f35;
	font-size:120%
}

.blogPost p{
	font-family:Trebuchet MS, Trebuchet MS, sans-serif;
	color:#CCC;
	font-size:80%;
}


/* CLIENT PAGE - except slider, see separate css file coda-slider.css */

.additionalClients {
	background:#504f4f;
	width:370px;
	float:left;
	margin:50px;
	padding: 15px;

	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

}

.additionalClients h3 {
	color: #69C;
	font-size:120%
}

.additionalClients li{
	font-family:Trebuchet MS, Trebuchet MS, sans-serif;
	color:#CCC;
	font-size:80%;
}


/* CONTACT PAGE */

.centerHalf {
	background:#504f4f;
	width:370px;
	float:left;
	margin:50px;
	padding: 15px;

	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

}

.centerFull {
	background:#504f4f;
	width:870px;
	margin:50px;
	padding: 15px;

	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

}

.centerHalf h3, .centerFull h3 {
	color: #69C;
	font-size:120%
}

.centerHalf p, .centerFull p{
	font-family:Trebuchet MS, Trebuchet MS, sans-serif;
	color:#CCC;
	font-size:80%;
}

.contactFormList {
	list-style-type:none;	
}

.contactFormList input, .contactFormList textarea, .contactFormList select {
	background:#ccc;
	border:1px solid #999;
	margin:9px 0 1px 0;
	font: .75em Trebuchet MS, Trebuchet MS, sans-serif;
}

.contactFormList li {
	font: .9em Trebuchet MS, Trebuchet MS, sans-serif;
	color: #ccc;
}

/**************************/

.centerFullSearch {
	background:#fff;
	width:870px;
	margin:50px;
	padding: 15px;

	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

}

/* NAV MENUS */


#topMenuDiv {
	margin: 25px auto;
	background: #171717;
	font: 15px Trebuchet MS, Trebuchet MS, sans-serif;
	width: 910px;
	padding: 0 60px;
	height: 44px;
}

.topMenu li {
	float: left;	
}

.topMenu li a {
	color: #aaa;
	background: #171717;
	padding: 12px 25px;	
	display: block;
}

.topMenu li a:hover {
	background: #474754;
	color: #fff;	
}

#bottomMenuDiv {
	border-bottom:1px dotted #999;
	margin: 25px auto;
	padding: 0 0 25px 0;
}

.bottomMenu {
	text-align:center;	
}

.bottomMenu li{
	display:inline;
	margin:0 25px;
}






/* PORTFOLIO */

.portfolioHolderDiv {
	width:800px;
	margin: 0 100px;
}

ul.portfolioThumbs {
	text-align:center;	
}

.portfolioThumbs img {
	border:1px solid #333;	
	margin:15px;
	vertical-align:middle;
}

.portfolioThumbs li {
	text-align:center;
	float:left;
	width:200px;
	height:180px;
	display:block;
	font: .8em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.galleryNames {
	width:800px;
	margin:	10px 100px 20px 100px;
}

.galleryNames li {
	display:inline;
	margin:10px;	
}

ul.galleryNames a {
	cursor: pointer;
	background-color:#474754;
	color:#CCCCCC;
	padding: 0.5em 0.75em;
	text-decoration: none;
}

ul.galleryNames a:hover, ul.galleryNames a:focus {
	background-color:#CCC;
	color:	#474754;
}

.portfolioTitle {
	margin:35px 0 20px 10px;
	border-bottom:1px solid #666;	
}

.SpryHiddenRegion {
	visibility:hidden;	
}

/* TEXT STYLES */

.italText {
	font-style:italic;
}	

.boldText {
	font-weight:bold;
}

.largeText {
	font-size:120%;
}	

.indentText {
	text-indent: 30px;	
}

.capsText {
	text-transform:uppercase;	
}

.rightAlign {
	text-align:right;	
}

.grayText {
	color:#666;	
}

.shortLine {
	line-height:90%;
}

.heavyBlueText {
	font-size:120%;
	color:#369;
	font-weight:bold;	
}

.smallCapsText {
	 font-variant: small-caps;
}

/* LAYOUT STYLES */


.floatRight { 
	float: right;
	margin-left: 8px;
}
.floatLeft { 
	float: left;
	margin-right: 8px;
}
.clearAll { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



.topMarginSm {
	margin-top:8px;
}

.leftMarginSm {
	margin-left:10px;	
}

.leftMarginExSm {
	margin-left:4px;	
}

.thinBorder {
	border:1px solid #333;	
}

.handCursor {
	cursor:pointer;	
}




/* Feed styling */


#musicFeed .gf-author, #musicFeed .gf-spacer, #designFeed .gf-author, #designFeed .gf-spacer {
    display : none;
}

#musicFeed .gfc-result, #designFeed .gfc-result {
	line-height:normal;	
	margin-bottom:10px;
}

#musicFeed .gfc-resultsHeader, #designFeed .gfc-resultsHeader {
	border:none;
	margin-bottom:10px;	
}

#musicFeed .gfc-resultsHeader .gfc-title, #designFeed .gfc-resultsHeader .gfc-title {
	font: 1.5em 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	color:#333;
	font-weight:bold;
}

#musicFeed .gfc-results, #designFeed .gfc-results {
	margin-bottom: 15px;
}

#musicFeed .gf-snippet {
	display:none;
}

/* Search styling */

#cse-search-results {
	
}

/* the overlayed element */
.simple_overlay {
	/* must be initially hidden */
	display:none;
	/* place overlay on top of other elements */
	z-index:100000;
	/* styling */
	width:80px;
	min-height:200px;
	border:1px solid #666;
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
	padding: 20px;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

#carouselDiv {
	position:relative;	
}

