/*  
Theme Name: Postcard Communications
Theme URI: http://www.postcardcom.com/
Author: Sarah Mattern
Author URI: http://matternco.com/
*/

/* Normalization, Global Reset for Browser Consistency */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0 auto;
	padding: 0;
	}

table {
	border-collapse:collapse;
	border-spacing:0;
	}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
	}

ul li {
	list-style: none;
	}	

html {
	height: 100%;
	}

fieldset,img {
	border: none;
	}

caption,th {
	text-align:left;
	}

h1,h2,h3,h4,h5,h6,a,a:visited,a:hover {
	font-weight:normal;
	}
	
q:before,q:after {
	content:'';
	}
	
abbr,acronym { 
	border:0;
	}

em {
	font-style: italic;
	}

strong {
	font-weight: bold;
	}


small {
	font-size: 0.9em;
	line-height: 1.4em;
	}


/* Main Elements */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	color: #333333; 
	background-color: #FFFFFF; 
	text-align: center;
	margin: 0 0 30px 0;
	min-width: 780px;
	}

a, a:visited {
	color: #333333; /*dark grey */
	text-decoration: none;
	border-bottom: 1px dotted #333333;
	font-weight: normal;
	}

a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #333333;
	font-weight: normal;
	}

blockquote {
	margin: 0 0 0 20px;
	padding: 0 10px 0 20px;
	border-left: 2px dotted #999999; /*light grey */
	}

#page {
	background-color: #FFFFFF; 
	min-width: 800px;
	width: 100%;
	text-align: left;
	}

.hide { 
	position: absolute;
	display: none;
	left: -100em; 
	width: 2em;
	}

#header {
	}

#pages {
	float: right;
	margin-top: 150px;
	width: 90px;
	text-align: right;
	}

#pages a {
	text-decoration: none;
	border: none;
	display: block;
	/*for links in IE6*/
	height: 50px;
	width: 85px;
	}

#pages a i {
	visibility: hidden;
	}

#pages a span {
	
	}

#pages ul {
	list-style: none;
    }
	
#pages ul li {
	
	}

#pages li {
    display: block;
	height: 54px;
    }

#pages .about {
	background: url("images/about.jpg") no-repeat;
    }

#pages .clients {
	background: url("images/clients.jpg") no-repeat;
    }
	
#pages .contact {
	background: url("images/contact.jpg") no-repeat;
    }

#pages .home {
	background: none;
	height: 1px;
	}

#pages li a {
	background-position: 100% 0%;
	}

#pages li:hover, li a:hover a {
  background-position: 100% 100%;
  cursor: pointer;
  }
 
#pages #selected {
  background-position: 100% 100%;
  }

#flashbar {
	float: left;
	width: 260px;
	height: 600px;
	}

#flashbar .home {
	float: left;
	width: 700px;
	height: 600px;
	}

#homeflash {
 width: 700px;
 height: 600px;
 background: url("images/staticpostcard.jpg") no-repeat;
 }

#sideflash {
 width: 260px;
 height: 600px;
 background: url("images/staticsidepostcard.jpg") no-repeat;
 }

#content {
	float: left;
	width: 53%;
	max-width: 552px;
	margin-top: 50px;
	text-align: left;
	font-size: 1.2em;
	line-height: 150%;
	}

#content p {
	padding: 5px 0 5px 0;
	text-align: justify;
	}

#content a:hover {
	background-color: #D7D1D5;
	}

#content .soundbite {
	font-size: 1.1em;
	line-height: 160%;
	border: 1px solid #999999;
	padding: 10px;
	margin: 10px 0 10px 0;
	text-transform: inherit;
	color: #333333;
	background-color: #CCCCCC;
	}

#content li {
	padding: 0 0 0 20px;
	margin: 5px 0 5px 0;
	height: 20px;
	background-position: 50% 50%;
	}

#content li {
	background: url("images/bullet.gif") no-repeat;
	}

#content li.pdf {
	background: url("images/files/pdf.gif") no-repeat;
	}

#content li.doc {
	background: url("images/files/doc.gif") no-repeat;
	}

#content ol li {
	margin: 0;
	padding: 0;
	background-image: none;
	}

#content #contactcard {
	width: 435px;
	background: url("images/bigcard.jpg") no-repeat;
	height: 312px;
	}
	
#contactcard .contactform {
	width: 37%; /*552/2=276-60=216-1px border*/
	height: 250px;
	float: left;
	padding: 10px 20px 20px 20px;
	margin-top: 20px;
	border-right: 1px solid #CCCCCC;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	background-color: transparent;
	z-index: 100;
	}

#contactcard .contactform .wpcf7-form p {
	padding: 3px 0 3px 0;
	margin: 0;
	text-align: left;
	}

#contactcard .submit {
	border: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 2px;
	text-transform: uppercase;
	background-color: #E0E0E0;
	margin: 3px 0 3px 0;
	}

#contactcard .contactinfo {
	width: 44%; /*552/2=276-60=216*/
	float: left;
	padding: 20px;
	margin-top: 100px;
	color: #333333; /* dark grey */
	text-decoration: none;
	font-weight: normal;
	font-size: .95em;
	text-transform: uppercase;
	letter-spacing: .5px;
	line-height: 200%;
	background-color: transparent;
	z-index: 1;
	}

#contactcard .wpcf7-response-output, #contactcard .wpcf7-mail-sent-ok {
	padding: 3px 0 0 0;
	margin: 0;
	border: none;
	font-size: 11px;
	line-height: 120%;
	}

h1, h1 a, h1 a:visited, h1 a:hover {
	text-indent: -9999px;
	font-size: .02em;
	height: 0px;
	padding: 0;
	margin: 0;
	background-color: transparent;
	}

.description {
	text-indent: -9999px;
	font-size: .02em;
	height: 0px;
	padding: 0;
	margin: 0;
	}
	
#clientcontent h2, #content h2 {
	color: #333333; /* dark grey */
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: right;
	font-size: 1.1em;
	padding-right: 20px;
	margin-bottom: 10px;
	background: url("images/miniplane.png") no-repeat;
	background-position: 100% 50%;
	}

#clientcontent h2 a, #clientcontent h2 a:visited, #content h2 a, #content h2 a:visited {
	color: #999999;
	border: none;
	background: none;
	}
	
#clientcontent h2 a:hover, #content h2 a:hover {
	background: none;
	border-bottom: 1px dotted #999999;
	}

h3 {
	color: #333333; /* dark grey */
	text-decoration: none;
	font-weight: bold;
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	/*padding-left: 22px;
	background: url("images/ministamp.gif") no-repeat;
	background-position: 0% 0%;*/
	margin-top: 10px;
	}

h3 a, h3 a:visited {
	border-bottom: 1px dotted #5F4357;
	}

h3 a:hover {
    background-color: transparent;
	}

h4 {
	color: #999999; /* med grey */
	text-decoration: none;
	font-weight: normal;
	font-size: .98em;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 12px;
	padding-left: 22px;
	background: url("images/dots.gif") no-repeat;
	background-position: 0% 20%;
	}

h5 {
	color: #666666;
	text-transform: uppercase;
	font-size: .95em;
	letter-spacing: .5px;
	margin-top: 6px;
	margin-bottom: -3px;
	}

#clientcontent {
	float: left;
	width: 555px;
	margin-top: 50px;
	text-align: left;
	font-size: 11.5px; /*set font size for IE*/
	line-height: 140%;
	}

#clientcontent h4 {
	visibility: hidden;
	height: 1px;
	}

#clientcontent ul {
	list-style: none;
    }

#clientcontent li {
    float: left;
	height: 130px; /*w/ 0px padding, this is 131 */
	width: 164px;/*w/ 20px padding, this is 180 */
	margin: 2px;
	background-image: url("images/clients/clientspc.jpg");
	background-repeat:  no-repeat;
	position: relative;
	padding: 0 8px 0 8px;
    }
	
#clientcontent li a {
	background-position: 100% 0%;
	border: none;
	text-decoration: none;
	display: block;
	}

#clientcontent li a { /*for hiding text by default */
	font-size: 0px;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	height: 0px;
	}

#clientcontent li:hover a, #clientcontent li a:hover a { /*for revealing text on rollover */
	font-size: 12px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	height: auto;
	margin-top: -5px;
	padding: 5px 0 30px 0;
	}

#clientcontent li:hover, #clientcontent li a:hover a {
  background-position: 100% 100%;
  cursor: pointer;
  background-color: transparent;
  }
 
#clientcontent a span {
	padding: 80px;
	}

html>body #clientcontent a span {
	padding: 0;
	}

#clientcontent .prev {
	color: #999999; /* med grey */
	text-decoration: none;
	font-weight: normal;
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: .05em;
	padding-left: 22px;
	background-image: url("images/miniplane-left.png");
	background-repeat: no-repeat;
	background-position: 0% 10%;
	margin: 20px 0 20px 0;
	display: block;
	clear: both;
	}

.edit {
	margin-top: -30px;
	color: #666666;
	font-size: .9em;
	}

.footer {
	clear: both;
	margin: 20px 0 20px 0;
	padding: 10px 0 10px 0;
	text-align: right;
	font-size: .9em;
	color: #666666;
	border-top: 1px dotted #999999;
	}

.footer a, .footer a:visited, .footer a:hover {
	color: #999999;
	}

.clear {
	clear: both;
	}

textarea {
	display: inline;
	}

.input {
	border: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 2px;
	display: inline;
	}

.label, .post label {
	text-transform: uppercase;
	font-size: .9em;
	color: #666666;
	margin: 5px 5px 0 0;
	display: inline;
	}

.passsubmit {
	border: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	padding: 2px;
	margin-top: 5px;
	text-transform: uppercase;
	}

.edit, .edit a {
	font-size: .98em;
	color: #999999;
	}

small,  {
	font-size: .98em;
	color: #666666;
	}

form {
	margin: 5px 0 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	}

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

ol li {
	margin: 0;
	padding: 0;
	background-image: none;
	}

.postmetadata ul li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


/* End Entry Lists */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/