/*
Theme Name: Red Red eCards
Theme URI: http://www.redredecards.com/
Description: Interactive Greetings. Yay!
Author: Stephen Knowlton
Version: 1.0
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}



/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Lato;
/*	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;*/
	
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */

body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #871700;
	text-decoration:none;
}
a:visited {
	color: #871700;
	text-decoration:none;
	
}
a:active,
a:hover {
	color: #393327;
	text-decoration:underline;
	
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}







body {
/*	background: #3a3429;*/
	background:#3a3429 url(images/dark-slate.gif) repeat top center;
	
	text-align: center;
}

#wrapper {
	background: none;
	text-align: left;
	padding: 0px;
	margin: 0 auto;
	width: 950px;
	position:relative;
}



#header {position:absolute;
	top:0;
	left:0;
	z-index:400;
	float: left;
	clear: both;
}

#branding {
	float:left;
	height:35px;
	padding:25px 20px 35px 20px;
	clear: none;
	display: block;
}

#branding a {
	float:left;
	background:url('images/sprites-1.png') no-repeat -2px -2px;
	width:140px;
	height:35px;
}

#branding span {
	float:left;
	color:#fff;
	font-size:14px;
	line-height:14px;
	padding:21px 0px 0px 30px;
}

#top-right {
	float:right;
	height:14px;
/*	padding:46px 20px 0px 20px;*/
	padding:0 20px 0px 20px;
	clear: none;
	display: block;
	font-size:14px;
	line-height:14px;
}

#top-right a{
	float:right;
	clear:both;
	color:#fff;
	
}




.contact-button{
	padding:37px 10px 10px 10px;
	width:90px;
	background:#871700;
	color:#fff;
	font-weight:bold;
	text-align:center;
}
.contact-button:hover{
	text-decoration:none;
	background:#eb3821;
	
}
.phone-button{
	padding:5px 10px 10px 10px;
	font-weight:bold;
	text-align:center;
	width:90px;
	
}

a.redbutton{
/*	text-transform: uppercase;*/
	background:#871700;
/*	background:#871700 url('images/arrow.png') no-repeat -285px center;*/
	font-weight:bold;
	color:#e1ded5;
	padding:.4em .5em .5em .5em;
	text-decoration:none;
/*	border:2px solid #3a3429;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;*/
}
a.redbutton:hover{
/*	text-transform: uppercase;*/
	background:#eb3821;
/*	background:#eb3821 url('images/arrow.png') no-repeat -285px center;*/
	
	color:#fff;
/*	padding:.4em 1em .5em 1em;*/
	text-decoration:none;
/*	border:2px solid #871700;
	-moz-border-radius-bottomright: 2em;
	border-bottom-right-radius: 2em;
	-moz-border-radius-topright: 2em;
	border-top-right-radius: 2em;
	-moz-border-radius-bottomleft: 2em;
	border-bottom-left-radius: 2em;
	-moz-border-radius-topleft: 2em;
	border-top-left-radius: 2em;*/
}






.feature{
	float:left;
	width:245px;
	padding:20px;
}
.feature img{
	float:left;
	width:90px;
	height:60px;
	padding:0 10px 10px 0;
}
.feature .feature-title{
	float:right;
/*	clear:both;*/
/*	padding:0px 20px 0 0;*/
	text-transform: uppercase;
	width:145px;
	
	color:#871700;
	
}
.feature .feature-text{
	float:right;
/*	clear:both;*/
	
	width:145px;
	
}
.feature-bottom{
	margin:0 auto;
	width:390px;
	padding:20px;
		background:#e1ded5 url(images/light-tan.gif) repeat top center;
	
}


#hthumbs{
	padding: 0px;
	margin: 0 auto;
	width: 950px;
	height:118px;
	clear: both;
	float:left;
	position:relative;
}


#hthumbs-ctrl-left, #hthumbs-ctrl-right{
	width:20px;
	height:110px;
	float:left;
	background:url('images/bg-hthumbs-ctrl.png') no-repeat;
}

#hthumbs-ctrl-left{
	position:absolute;
	top:0;
	left:0px;
	background-position:left 30px;
	display:none;
}

#hthumbs-ctrl-right{
	position:absolute;
	top:0;
	right:0px;
	background-position:right  30px;
}

#hthumbs_imgs{
	background:#e1ded5 url(images/light-tan.gif) repeat top center;
	padding: 0px;
	width: 893px;
	padding-left:17px;
	height:118px;
	float:left;
	position:absolute;
	top:0;
	left:20px;
}




#hthumbs_imgs a{
	width:80px;
	height:80px;
	margin:17px 15px 17px 0px;
	border:2px solid #3a3429;
	-moz-border-radius: 4px;
	  -webkit-border-radius: 4px;
	display:inline;
	float:left;
}

#hthumbs_imgs a:hover{

	border:2px solid #fff;

}

#hthumbs_imgs img{
	float:left;
	
	width:80px;
	height:80px;
/*	padding:15px 15px 15px 0px;*/
	-moz-border-radius: 2px;
	border-radius: 2px;
}



#view-work-hint{
	background:#871700 url(images/view-our-work.png) no-repeat 65px 59px;
	background:#3a3429 url(images/view-our-work.png) no-repeat 65px 59px;
	
	
	
	width:64px;
	height:78px;
	margin:17px 15px 17px 0px;
/*	border:2px solid #3a3429;*/
	-moz-border-radius: 4px;
	  -webkit-border-radius: 4px;
	display:inline;
	float:left;	
	color:#e1ded5;
	line-height:1.2em;
	padding-top:6px;
	padding-right:10px;
	padding-left:10px;
	text-align:right;
	font-size:13px;
}





/* =Menu
-------------------------------------------------------------- */

#mmenu{position:relative;
	clear: both;
	float:left;
/*	background:#871700;*/
	color:#e1ded5;
	padding: 0px;
	margin: 0px 20px 6px 20px;
	width: 910px;
	height:38px;
	display:inline;
	
}

#mmenu a{
	color:#e1ded5;
	text-decoration:none;
}

#mmenu a:hover{
	text-decoration:underline;
}

#mmenu ul{position:relative;

	list-style:none;
	margin:0px;
}

#mmenu li{
	float:left;
}

.mhead{
	font-size:18px;
	line-height:18px;
	text-transform: uppercase;
	
	height:18px;
	padding:10px 10px 10px 10px;	
/*	background:#983923 url('images/arrow.png') no-repeat top right;*/
	background:#983923;
/*	margin-right:5px;*/
/*	font-weight:500;*/
	width:195px;
	text-align:center;
}



.mdrop{
/*	position:relative;*/
	font-size:16px;
	line-height:16px;
	width:138px;
/*	width:142px;*/
	height:16px;
/*	padding:13px 14px 15px 24px;*/
padding:10px 28px 12px 30px;
padding:10px 10px 12px 10px;
/*	text-align:center;*/
/*background:#871700 url('images/drop-arrow.png') no-repeat 10px 16px;*/
background:#871700 ;
text-align:center;
	
}

.smenu li{
	clear:both;
	background:#871700;
	width:102px;
	padding:5px 9px 0px 9px;
	
}

.smenu a{
	font-size:12px;
	line-height:12px;
	float:left;
	clear:both;
	width:92px;
	display:block;
	padding:5px 5px 5px 5px;
}
.smenu a:hover{
	
	background:#3a3429;
}



.smenu-clear{
	float:none;
	height:4px;
	
}
.smenu_team li{
	clear:both;
	background:#871700;
	width:152px;
	padding:5px 9px 0px 9px;
	
}

.smenu_team a{
	font-size:12px;
	line-height:12px;
	float:left;
	clear:both;
	width:142px;
	display:block;
	padding:5px;
}

.smenu_team span{
	font-size:11px;
	line-height:12px;
	color:#938c80;
}

li.smenu-section{
/*	color:#938c80;
	background:#3a3429;*/
	font-size:12px;
	line-height:16px;
/*	float:left;*/
	clear:both;
	width:92px;
	height:20px;
	
	display:block;
	padding:10px 14px 5px 14px;
}



/* =Content
-------------------------------------------------------------- */


#content {
		padding: 0;
		margin: 258px 20px 20px 20px;
		width: 910px;
/*		height:500px;
*/		clear: both;
		float:left;
		display:inline;
/*		background:#dddad8;*/
		position:relative;
/*		top:266px;*/
	}
	
#content-image{
	position:absolute;
	z-index:100;
	overflow:hidden;
	background:#000;
	width: 910px;
	height:450px;

	
}
#content-image img{
	
}	
#content-column{
	position:relative;
	z-index:200;

	width:348px;
	height:450px;
	
}

#content-headers{
	color:#3a3429;
/*	color:#e1ded5;
	color:#fff;*/
	float:left;
	width:308px;
	background:#e1ded5 url(images/light-tan.gif) repeat top center;
	padding:8px;
	margin:10px 0;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	border-top:2px solid #3a3429;
	border-right:2px solid #3a3429;
	border-bottom:2px solid #3a3429;
}
	
#content-headers h1{
	margin:0px;
	padding:0px;
	
	text-align:right;
/*	text-align:left;*/
	text-transform: uppercase;
	font-size:16px;
	line-height:19px;
	
}

#content-headers h1 a{
	text-decoration:none;
	color:#3a3429;

/*	color:#e1ded5;
	color:#fff;*/
	
}
#content-headers h1 a:hover{
	text-decoration:underline;
	color:#3a3429;
/*
	color:#e1ded5;
	color:#fff;*/
	
}

#content-headers h2{
	margin:0px;
	padding:0px;
	text-align:right;
/*	text-align:left;*/
	
	font-size:14px;
	line-height:15px;
}

#content-white{
	border-top:2px solid #3a3429;
	border-right:2px solid #3a3429;
	border-bottom:2px solid #3a3429;

	background:#f9f9f9;
	float:left;
	padding-right:10px;
	display:inline;
	
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
/*	width:278px;*/
	
}

#content-text{
	float:left;
	padding:0px 0px 0 20px;
	display:inline;

	width:268px;

	font-size:13px;
	line-height:16px;
	margin-top:10px;
	

	
}





/*#content-text{width:300px; height:450px; float:left;padding:0px;margin:0px;background:#000;}*/
#content-text .customScrollBox{position:relative; height:100%; overflow:hidden;}
#content-text .customScrollBox .container{position:relative; width:248px; top:0; float:left;padding:15px;
}
#content-text .customScrollBox .content{clear:both;padding-bottom:20px;}
#content-text .customScrollBox .content h2{padding-bottom:10px;}
#content-text .dragger_container{position:relative; width:10px; height:360px; float:left; padding:0 5px; margin:5px 0; background:url('images/scroll_bg.gif') repeat-y top center; cursor:pointer;}
#content-text .dragger{position:absolute; width:10px; height:60px; background:#524d47; text-align:center; line-height:60px; color:#666; overflow:hidden; cursor:pointer; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;}
#content-text .dragger_pressed{position:absolute; width:10px; margin-left:0px; height:60px; background:#a8a29d; text-align:center; line-height:60px; color:#666; overflow:hidden; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; cursor:s-resize;}




#content-thumbs{
	float:left;
	display:inline;
/*height:100px;*/
/*width:50px;*/
margin-left:10px;
	margin-top:10px;
}

#content-thumbs a{
	float:right;
	clear:both;
width:46px;
height:46px;
	padding:0px;
	border:2px solid #dddad8;
	-moz-border-radius: 4px;
	  -webkit-border-radius: 4px;
	margin:0 0 9px 0;
}

#content-thumbs a:hover{

	border:2px solid #ee3924;

}

#content-thumbs img{
	float:right;
	clear:none;
width:46px;
height:46px;
	padding:0px;
	/*border:2px solid #dddad8;*/
	-moz-border-radius: 2px;
	  -webkit-border-radius: 2px;
}

#content-contact{
	

	border-top:2px solid #3a3429;
	
	
	float:left;
	margin:0 0 20px 20px;
	padding:15px 0 0 0;
	
	display:inline;

	width:278px;

	font-size:13px;
	line-height:16px;
/*	margin-top:10px;*/
	

	
}
	
	
	
	
	
	
#content-contact a{
	border:2px solid #3a3429;


	
	-moz-border-radius: 3px;
	border-radius: 3px;

	
	float:right;clear:none;padding:15px 8px; font-size:15px; background:#871700;color:#fff;width:68px;
}

#content-contact a:hover{
	text-decoration:none;
	background:#eb3821;
}	

#content-contact div{
	float:left;clear:none;width:170px;
}	

	
	
#content,
#content input,
#content textarea {

}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 15px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}

#content h2,
#content h3 {
	margin-bottom: 10px;
}



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

#footer {
	clear: both;
	float:left;
/*	position:absolute;
	top:732px;
	left:20px;*/
/*	background:#e1ded5 url(images/light-tan.gif) repeat top center;*/
/*color:#3a3429;*/
color:#fff;
	padding: 0 0px;
	margin: 0 20px;
	width: 910px;
	display:inline;
	border-top:0px solid #871700;
	border-top:5px solid #e1ddd0;
	
	height:34px;
}
#footer a{
	text-decoration:none;
	color:#fff;
	
}
#footer a:hover{
	text-decoration:underline;
}
#footer div{
	font-size:12px;
	line-height:12px;
	padding:14px 10px 14px 0;
	clear:none;
	float:right;
	
}

#footer .fi{
	width:20px;
	height:20px;
	margin: 10px 0px 10px 10px;
	float:right;
	
	clear:none;
	display:inline;
	background:url('images/sprites-1.png') no-repeat;
}

#footer img{
	width:20px;
	height:20px;
	float:right;
/*	padding: 10px 0px 10px 0px;*/
	clear:none;
	display:inline;
}



.contact .wpcf7 input, .contact .wpcf7 textarea{
	width:210px;
	margin-bottom:10px;
}


div.wpcf7 textarea{
	height:100px;
	margin-bottom:20px;
	
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 12px;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 .watermark {
	color: #888;
}








/*------- PAGE STUFF -------*/
/*a.cta{
	text-decoration:none;color:#fff;background:#6e675b;float:right;clear:both;padding:5px;margin:5px 0 20px 0; width:238px;
	font-size:14px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align:center;
}
a.cta:hover{
	text-decoration:none;
	background:#990000;
}*/


a.cta{
	background:url(images/cta.gif) no-repeat right top;
	text-decoration:none;color:#871700;float:right;clear:both;margin:5px 0 20px 0; width:234px;padding:2px 15px 6px 0px;
	font-size:14px;

	text-align:right;
}






/* ---- PLUGINS ---- */

.tipsy { padding: 5px; font-size: 10px; /*opacity: 0.8; filter: alpha(opacity=80); */background-repeat: no-repeat;  background-image: url(images/tipsy.gif); }
  .tipsy-inner { padding: 5px 8px 4px 8px; background-color: white; color: black; max-width: 200px; text-align: center; }
/*  .tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }*/
  .tipsy-north { background-position: top center; }
  .tipsy-south { background-position: bottom center; }
  .tipsy-east { background-position: right center; }
  .tipsy-west { background-position: left center; }

#card_under{
	position:absolute;
	z-index:-1;
	top:40px;
	background:#e1ded5 url(images/light-tan.gif) repeat top center;
/*	margin:0px auto 0px auto; */
	transform: rotate(5deg);
	-ms-transform: rotate(5deg); 
	-webkit-transform: rotate(5deg); 
	-o-transform: rotate(5deg); 
	-moz-transform: rotate(5deg); 
	-webkit-box-shadow:0 0 5px 3px rgba(0, 0, 0, 0.7);
	-moz-box-shadow:0 0 5px 3px rgba(0, 0, 0, 0.7);
	box-shadow:0 0 5px 3px rgba(0, 0, 0, 0.7);
}

/*#cardBorder{
	text-align:center;

	color:#ffffff;
	margin:0px auto 0px auto; 
	
	padding:10px;

}

#cardBorder a{
	color:#ffffff;

}*/

#card_border{
	position:absolute;
	z-index:0;
	top:40px;
	background:#ffffff;
	padding:10px;
	-webkit-box-shadow:0 0 20px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0 0 20px 10px rgba(0, 0, 0, 0.3);
	box-shadow:0 0 20px 10px rgba(0, 0, 0, 0.3);
}

#card_border{
	position:absolute;
	z-index:0;
	top:40px;
	background:#ffffff;
	padding:10px;
	-webkit-box-shadow:0 0 20px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0 0 20px 10px rgba(0, 0, 0, 0.3);
	box-shadow:0 0 20px 10px rgba(0, 0, 0, 0.3);
}


#card_wrapper{
	position:relative;
	margin-top:50px;
}

#card_footer{
	position:absolute;
	z-index:0;
	top:10px;
	color:#fff;
}
#card_footer a{

	color:#fff;
}



.p_thumb{
	float:left;clear:none;margin:0 11px 11px 0;border:2px solid #3a3429; text-align:center;color:#e1ded5;background:#871700;padding-bottom:3px;-moz-border-radius: 4px;
	  -webkit-border-radius: 4px;border-radius: 4px;
}
.p_thumb_img_link {
	float:left;clear:both;
}
.p_thumb_img {
	float:left;
}
.p_thumb a{
	color:#e1ded5;padding:0 0 3px 0;
}

.personalisation_textfield{
	width:300px;
}
.personalisation_textarea{
	width:300px;
	
}

.customisation_extended{
	float:left;clear:none;
}

