@import url(http://fonts.googleapis.com/css?family=Neuton:400,700,400italic|Bevan);

/* RESET STYLES */
/* http://meyerweb.com/eric/tools/css/reset/ 
 *    v2.0 | 20110126
 *       License: none (public domain)
 *       */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }

/* END RESET STYLES */

/* BASIC HTML */

body { 	font-family: Neuton;
	font-size: 16px;
	line-height: 1.75em;
	background: #ccc7c7;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	}
p {	margin: 0 0 1em 0; color: #333; font-size: 1.25em;}
em { font-style: italic; }
strong {font-weight: bold; }
h1, h2, h3, h4, h5 {
	font-family: Bevan;
	margin: 0 0 16px 0;
	color: #982d3d;
	font-weight: bold;
	}
h1 {	font-size: 2em; }
h2 {	font-size: 1.5em; }
h3 {	font-size: 1.25em; }
h4 {	font-size: 1.1em; }
h5 {	font-size: 1em; } 
a, a:visited { 	color: #982d3d; text-decoration: none; font-weight: bold;}
a:hover {
	color: #67363a; text-decoration: none;}
ul {	list-style: disc; }
/* CLEARFIX HACK */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
* .clearfix { display: block; } 

/* STYLES */

#content { text-align: left; }
#topPanel {
	width: 100%;
	padding: 1em;
	background: url('/images/vida-web-and-marketing-star-background.jpg') no-repeat fixed center top #982d3d;
	color: #ccc7c7;
	}
ul#topNav {
	list-style: none;
	font-size: 1.25em;
	}
#topNav li {
	display: inline;
	padding: 0 3.25em 0 0;
	}
#topNav li a, #topNav li a:hover { font-weight: normal;}
#topNav li:last-child { padding-right: 0; }
#topNav li a { color:#ccc7c7; }
#topNav li a:hover { color: #fff; }
#topNav li:last-child { font-size: 1.3em; font-weight: bold;}
.centerContent {
	text-align: center;
	margin: 0 auto;
	}
#topPanel  h1 { 
	color: #ccc7c7; 
	font-size: 6.25em;
	margin: .75em 0 0 0;
	text-align: center;
	line-height: .625em;
	text-transform: uppercase;
	}
.titleLine2 {
	font-size: .5em;
	text-transform: uppercase;
	}
#topPanel h2 { 
	font-size: 1.75em;
	font-family: Neuton;
	font-weight: normal;
	color: #ccc7c7;
	margin: .25em 0 .25em 0;
	}
.contactButton {
	font-size: 2.75em;
	width: 6em;
	height: .75em;
	margin: .5em auto;
	padding: .25em;
	-webkit-border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	border-radius: 1.5em;
	background: #ccc7c7; /* Old browsers */
	background: -moz-linear-gradient(top, #ccc7c7 0%, #a39f9f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ccc7c7), color-stop(100%,#a39f9f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ccc7c7 0%,#a39f9f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ccc7c7 0%,#a39f9f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ccc7c7 0%,#a39f9f 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ccc7c7 0%,#a39f9f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc7c7', endColorstr='#a39f9f',GradientType=0 ); /* IE6-9 */
	}
a:hover .contactButton {
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0%, #a39f9f 100%); /* FF3.6+ */ 
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#a39f9f)); /* Chrome,Safari4+ */ 
        background: -webkit-linear-gradient(top, #fff 0%,#a39f9f 100%); /* Chrome10+,Safari5.1+ */ 
        background: -o-linear-gradient(top, #fff 0%,#a39f9f 100%); /* Opera 11.10+ */ 
        background: -ms-linear-gradient(top, #fff 0%,#a39f9f 100%); /* IE10+ */ 
        background: linear-gradient(to bottom, #fff 0%,#a39f9f 100%); /* W3C */ 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#a39f9f',GradientType=0 ); /* IE6-9 */ 
	}
#servicesList { 
	font-size: 1.75em; 
	line-height: 1.5em; 
	margin-bottom: 2em;
	}
#servicesList a { color: #ccc7c7; }
#servicesList a:hover { color: #fff;} 

#clients {
	background: url('/images/starbg.gif') #fff repeat-y left top fixed;
	}
#clients .centerContent, .sectionContainer {
	width: 65%;
	padding: 4em 0;
	margin: 0 auto;
	}	
.sectionContainer { text-align: left; }
#clients p { margin: 1.5em 0 ; }
#clientLogos {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	}
#clientLogos li {
	display: inline;
	list-style: none;
	padding: 2em 4%;
	
	}
#clientLogos li img {
	width: 200px;
	height: 67px;
	margin-top: 1em;
	margin-bottom: 2em;
	} 

#services {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	}
#services .sectionContainer { width: 70%}
#services h1 { margin-bottom: 1.5em; }
#servicesItem li {
	list-style: none;
	display: block;
	width: 45%;
	float: left;
	color: #545454;
	line-height: 1.75em;
	margin: 1.5em 10% 1em 0;
	}
#servicesItem li:nth-child(even){ margin-right: 0;}
#servicesItem h2, #contactText h2 { color: #545454; margin-bottom: .5em}
@media (max-width: 900px) {
	#servicesItem li { float: none; width: 100%; }
	}
.clearleft { clear: left; }
.clearright { clear: right;}
.clearboth { clear: both;}
.tiny { font-size: .85em; line-height: 1.2em;}
#about {
	background: #ece6e6; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #ece6e6 0%, #ccc7c7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ece6e6), color-stop(100%,#ccc7c7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #ece6e6 0%,#ccc7c7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #ece6e6 0%,#ccc7c7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #ece6e6 0%,#ccc7c7 100%); /* IE10+ */
	background: linear-gradient(135deg,  #ece6e6 0%,#ccc7c7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ece6e6', endColorstr='#ccc7c7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	}
#about .sectionContainer {
	width: 70%;
	padding: 4em 0;
	margin: 0 auto;
	} 
.headshot { 
	float: left; 
	margin: 6em 5% 0 0; 
	text-align: center; 
	font-size: .8em; 
	padding: 0;
	width: 40%;
	}
#aboutContent {
	float: right;
	width: 50%;
	margin: 3em 0 5% 0;
	padding: 0;
	}
@media (max-width: 1024px) {
	.headshot img { width: 240px; }
	}
@media (max-width: 400px;) {
	.headshot { float: none; }
	#aboutContent { float: none; width: 100%; }
	}
#technologies {
	clear: both;
	background: url('/images/starbg.gif') #fff repeat-y left top fixed;
	width: 100%;
	margin: 0 auto;
	}
#technologies .sectionContainer { 
	width: 70%; 
	padding: 4em 0;
	}

#techTable {
	margin: 4em 0 2em 0;
	width: 100%;
	text-align: left;
	}
#techTable tr {
	border-bottom: 1px solid #982d3d; 
	}
#techTable tr:first-child {
	border-top: 1px solid #982d3d; 
	}
#techTable td {
	text-align: center;
	padding: .35em;
	height: 75px;
	width: 100px;
	vertical-align: middle;
	line-height: 1em;
	}
#techTable td:first-child {
	font-family: bevan;
	font-size: 1.25em;
	color: #982d3d;
	width: 175px;
	line-height: 1.3em;
	} 
#contact {
	background: url('/images/mission-theatre.jpg') #ccc7c7 no-repeat right top fixed;
	}
#contactText {
	width: 40%;
	margin: 4em 0 0 0;
	padding: 0 2em 0 0;
	background: transparent;
	float: left;
	}
#contact
#contactText ul {
	list-style-position: inside;
	list-style: none;
	margin: 1.5em 0;
	}
#contactText ul li {
	padding-bottom: .8em;
	}
iframe {
	width: 44%;
	float: right;
	margin:  3.5em 0 0 0;;
	padding: 1em 2em;
	background: rgba(255,255,255,.6);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #982d3d;
	text-align: left;
	}
@media (max-width: 900px) {
	#contactText { float: none; width: 100%; }
	iframe { float: none; width: 100%; }
        }
form {
	background: none;
	text-align: left;
	}
form p {
	margin-bottom: .5em;
	}
input[type=text], textarea {
	background: rgba(255,255,255,.7);
	  -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: 1px solid #ccc7c7;
	width: 85%;
	height: 1.5em;
	padding: .25em .5em;
	font-family: neuton;
	color: #982d3d;
	font-size: .75em;
	}
textarea {
	height: 4em;
	}
#submitButton {
	width: 7em;
	height: 1.5em;
	font-family: neuton;
	font-size: 1.25em;
        margin: .5em auto;
        padding-bottom: .5em;
	border: none;
        -webkit-border-radius: 1.5em;
        -moz-border-radius: 1.5em;
        border-radius: 1.5em;
        background: #ccc7c7; /* Old browsers */
        background: -moz-linear-gradient(top, #ccc7c7 0%, #a39f9f 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ccc7c7), color-stop(100%,#a39f9f)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ccc7c7 0%,#a39f9f 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ccc7c7 0%,#a39f9f 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ccc7c7 0%,#a39f9f 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ccc7c7 0%,#a39f9f 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc7c7', endColorstr='#a39f9f',GradientType=0 ); /* IE6-9 */
	color: #982d3d;
	}	
#submitButton:hover {
	color: #fff;
	}
.footer {
	margin-top: 3em;
	clear: both;
	font-size: .75em;
	}
#thankYou h1 { margin-top: 1.5em; }
#thankYou p { text-align: left; }
#thankYou p:first-child { margin-top: 2em; }
#thankYou ul { text-align: left; }

/*  BLOG */
#page { margin: 10px auto; text-align: left;}
.navigation-main, .navigation-main li, .navigation-main li a:hover { background: #982d3d; }
.navigation-main a, .navigation-main a:visited {
	color: #ccc7c7;
	font-face: normal;
	}
.navigation-main { text-align: center; }
.site-branding { border-bottom: 1px solid #982d3d; }
.code {font-family: courier, fixed, mono; margin: 1em 2em; font-size: .8em;}
.entry-title { font-size: 1.5em !important; color: #333333; } 
.content-area ol { list-style: decimal; margin-left: 2em; font-size: 1.2em;}
.content-area li { padding-bottom: 1em; }
