/*
Theme Name: RedStage
Theme URI: http://www.redstage.com/
Description: The RedStage style set

Version: 0.1 (Alpha)
*/

/* include eric meyer's reset reloaded */
@import url("includes/css/reset-reloaded.css");

/* Begin Typography & Colors */
* {
	background-color:transparent;
}
/*{
	width:100%;
	height:100%;
}*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	background: white;
	color: black;
	text-align: center;
	}
html, body, img, a, div, p {
	behavior: url(/wp-content/themes/RedStage/includes/iepngfix_v2/iepngfix.htc);
}

li {
	list-style:none;	
}

.clearfix {
	clear:both;
}

img.featuredProdButton {
	width:59px;
	height:56px;
}
.mainContainer{
	width:948px;
	margin:10px auto;
	padding-bottom:10px;
}

.homepageBoxesMidHeight {
	height:13.5em;
}

.txtBold {
	font-weight:bold;
}
strong {
	font-weight:bold;
}
#page {
	}

/* Header Styles */
.headerContainer {
	width:100%;
	height:61px;
	margin: 0 auto;
	background-image:url('images/headerBg.gif');
	background-repeat:repeat-x;
margin-bottom:15px;
}

.headerContainer a.logoContainer {
	width:181px;
	height:61px;
	float:left;
	background:url('images/logo.gif') no-repeat;
	display:block;
}

.aboutMoves{
	float:right;
	width:83px;
	height:61px;
	margin:0px;
	text-align:center;
}
a.aboutMoves{
	display:block;
	width:83px;
	height:61px;
	background: url('images/aboutMoves.gif') 0 0 no-repeat;
	text-decoration:none;
	background-position:0 -61px;
}
a:hover.aboutMoves{background-position:0 0px;}
a:active.aboutMoves{background-position:0 -121px;}

.portfolioMoves{
	float:right;
	width:83px;
	height:61px;
	margin:0px;
	text-align:center;
}
a.portfolioMoves{
	display:block;
	width:83px;
	height:61px;
	background: url('images/portfolioMoves.gif') 0 0 no-repeat;
	text-decoration:none;
	background-position:0 -61px;
}
a:hover.portfolioMoves{background-position:0 0px;}
a:active.portfolioMoves{background-position:0 -121px;}

.careersMoves{
	float:right;
	width:84px;
	height:61px;
	margin:0px;
	text-align:center;
}
a.careersMoves{
	display:block;
	width:84px;
	height:61px;
	background: url('images/careersMoves.gif') 0 0 no-repeat;
	text-decoration:none;
	background-position:0 -61px;
}
a:hover.careersMoves{background-position:0 0px;}
a:active.careersMoves{background-position:0 -121px;}

.servicesMoves{
	float:right;
	width:81px;
	height:61px;
	margin:0px;
	text-align:center;
}
a.servicesMoves{
	display:block;
	width:81px;
	height:61px;
	background: url('images/servicesMoves.gif') 0 0 no-repeat;
	text-decoration:none;
	background-position:0 -61px;
}
a:hover.servicesMoves{background-position:0 0px;}
a:active.servicesMoves{background-position:0 -121px;}

.contactMoves{
	float:right;
	width:96px;
	height:61px;
	margin:0px;
	text-align:center;
}
a.contactMoves, a:link.contactMoves, a:visited.contactMoves{
	display:block;
	width:96px;
	height:61px;
	background: url('images/contactMoves.gif') 0 0 no-repeat;
	text-decoration:none;
	background-position:0 -61px;
}
a:hover.contactMoves{background-position:0 0px;}
a:active.contactMoves{background-position:0 -121px;}

/* Current must come after all other button rollover declarations */
a.current, a:link.current, a:visited.current, a:hover.current, a:active.current {
	background-position:0 -121px;
}
/* END - Header Styles */

/* Main Content Styles */
.mainContentPane{
	width:100%;
	margin: 0 auto 15px auto;
}

.mainContentPane #mainContentInner{
	width:100%;
	height:348px;
	background: none;
	position:relative;
}
.mainContentPane #mainContentInner #defaultBackgroundDiv {
	width:100%;
	height:348px;
	background: url('images/mainContent/BG/defaultBG.jpg') 0 0 no-repeat;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.mainContentPane #mainContentInner #ecommBackgroundDiv {
	width:100%;
	height:348px;
	background: url('images/mainContent/BG/ecommerceBG.jpg') 0 0 no-repeat;
	position:absolute;
	top:0;
	left:0;
	display:none;
}
.mainContentPane #mainContentInner #creativeBackgroundDiv {
	width:100%;
	height:348px;
	background: url('images/mainContent/BG/creativeBG.jpg') 0 0 no-repeat;
	position:absolute;
	top:0;
	left:0;
	display:none;
}
.mainContentPane .mainContentFooter {
	width:100%;
	height:68px;
	background: url('images/mainContent/clientFooter.gif') 0 0 no-repeat;
}

.mainContentPane #mainContentInner .rightContainer{
	float:right;
	position:relative;
	width:369px;
	margin-right:20px;
	margin-top:22px;
	z-index:100;
}
.rightContainer div {
	background-color:transparent;
}
.rightContainer a {
	color: black;
	text-align:left;
	font-size:13px;
	cursor:pointer;
	background-color:transparent;
}
.rightContainer a div {
	display:block;
	width:270px;
	height:45px;
	padding:45px 50px;
	background-color:transparent;
}

.rightContainer a:hover {
	color:black;
	text-decoration:none;
}
.rightContainer a.ecommerceServices div {
	background: transparent url('images/buttons/ecommerceServices.png') top left no-repeat;
	padding-bottom:56px;
}

.rightContainer a.creativeServices div {
	background: transparent url('images/buttons/creativeServices.png') bottom left no-repeat;
	padding-top:56px;
}
table.featProdButtonTable a {
	font-size:14px;
	color:#565656;
	text-decoration:none;
}
table.featProdButtonTable img {
	margin:0 10px 0px 0px;
	vertical-align:middle;
}
table.featProdButtonTable td {
	vertical-align:middle;
}
div.newsBoxContainer div.newsBoxHeader .rssButton {
	float:right;
	margin:5px 15px;
	display:block;
	width:29px;
	height:29px;
	background:url('images/buttons/rssButton.gif') 0 0 no-repeat;
}
/* END - Main Content Styles */

/* Footer Styles */
.footerMainContent {
	font-size:1.7em;
	text-align:center;
	color:#5A5A5A;
}

.footerMainContent a.largeFooterLink {
	color:#5A5A5A;
}
.footerSeparator {
	width:1px;
	vertical-align:middle;
}
.footerLegalContent {
	font-size:1em;
	text-align:center;
	margin-top:1em;
	color:#6F6F6F;
}
.footerLegalContent a {
	text-decoration:underline;
	color:#000000;
}
.footerMainContent .footerSeparator {
	line-height:31px;
	font-size:31px;
	margin:0 50px;
	height:31px;
}
.footerLegalContent .footerSeparator {
	line-height:11px;
	font-size:11px;
	margin:0 3px;
	height:11px;
}
/* END - Footer Styles */
.entry {
	font-size:12px;
line-height:20px;
	color:#565656;
margin-top:15px;
font-family:verdana;
letter-spacing:-.02em;
}

#header {
	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: #eee url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0;
	text-align: left;
	}

.post h2.title {
	font-family:arial;
font-size:16pt;
letter-spacing:-1px;
color:#666666;
}

.div.mainContentPane div.mainContentMid post p.subtitle {
	margin-top:0;
}

/*.div.mainContentPane div.mainContentMid {
	border-left:1px solid black;
	border-right:1px solid black;		
}*/

div.mainContentPane div.mainContentMid {
	border-left:1px solid #dadada !important;
	border-right:1px solid #dadada !important;
	padding:0 20px;
}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	float:right;
	width:317px;
	margin-left:20px;
	clear:none;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	/*border: 1px solid #ddd;*/
	text-align: center;
	/*background-color: #f3f3f3;*/
	/*padding-top: 4px;*/
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
/*argin-top: 10px;
	margin-bottom: 60px;
	}*/
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	/*border: 1px solid #ddd;*/
	text-align: center;
	/*background-color: #f3f3f3;*/
	padding-top: 4px;
	margin: 10px;
margin-left:0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.mainContentMid .post {
	font-family:Verdana;
	line-height:22px;
}
/* End captions */

.sosLeftColumn {
	float:left;
	margin-right:15px;
	width:270px;
}
.sosRightColumn {
	float:left;
	width:260px;
}

/* featProdBox Styles */
div.featProdBoxContainer {
	width:314px;
	margin-right:10px;
}

div.featProdBoxContainer div.featProdBoxHeader {
	width:100%;
	height:39px;
	background:url('/wp-content/themes/RedStage/images/boxes/featProd/featProdHeader.gif') 0 0 no-repeat;
	
}

div.featProdBoxContainer div.featProdBoxMid {
	width:100%;
	background:url('/wp-content/themes/RedStage/images/boxes/featProd/featProdMid.gif') 0 0 repeat-y;
	padding-top:0;
	height:14.5em;
}

div.featProdBoxContainer div.featProdBoxMid .post {
	margin:0 10px;
}
div.featProdBoxContainer div.featProdBoxMid .post h2 {
	margin:0;
	margin-bottom:15px;
	font-weight:normal;
	font-size:1em;
	color:#565656;
}
div.featProdBoxContainer div.featProdBoxMid .post a.readMore {
	font-style:italic;
	font-weight:bold;
	font-size:1em;
	color:#666;
}
div.featProdBoxContainer div.featProdBoxMid .navigation {
	display: block;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0;
	padding-left:20px;
	margin:0 10px 0 5px;
}
div.featProdBoxContainer div.featProdBoxMid .navigation a {
	font-weight:bold;
	color:#1A1A1A;
	text-decoration:underline;
}
div.featProdBoxContainer div.featProdBoxFooter {
	width:100%;
	height:15px;
	background:url('/wp-content/themes/RedStage/images/boxes/featProd/featProdFooter.gif') 0 0 no-repeat;
}

/* NewsBox Styles */
div.newsBoxContainer {
	width:295px;
	margin-right:9px;
}

div.newsBoxContainer div.newsBoxHeader {
	width:100%;
	height:39px;
	background:url('/wp-content/themes/RedStage/images/boxes/news/newsHeader.gif') 0 0 no-repeat;
	
}

div.newsBoxContainer div.newsBoxMid {
	width:100%;
	background:url('/wp-content/themes/RedStage/images/boxes/news/newsMid.gif') 0 0 repeat-y;
	padding-top:1em;
}

div.newsBoxContainer div.newsBoxMid .post {
	padding-left:20px;
	margin:0 10px 0 5px;
	background:url('/wp-content/themes/RedStage/images/boxes/news/bullet.gif') 0 0 no-repeat;
	line-height:15px;
}
div.newsBoxContainer div.newsBoxMid .post h2 {
	margin:0;
	margin-bottom:15px;
	font-weight:normal;
	font-size:9pt;
	color:#565656;
font-family:arial;
}
div.newsBoxContainer div.newsBoxMid .post a.readMore {
	font-style:italic;
	font-weight:bold;
	font-size:1em;
	color:#666;
}
div.newsBoxContainer div.newsBoxMid .navigation {
	display: block;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0;
	padding-left:20px;
	margin:0 10px 0 5px;
}
div.newsBoxContainer div.newsBoxMid .navigation a {
	font-weight:bold;
	color:#1A1A1A;
	text-decoration:underline;
}
div.newsBoxContainer div.newsBoxFooter {
	width:100%;
	height:15px;
	background:url('/wp-content/themes/RedStage/images/boxes/news/newsFooter.gif') 0 0 no-repeat;
}

div.newsBoxContainer div.newsBoxHeader .rssButton {
}

/* newsletterSignupBox Styles */
div.newsletterSignupBoxContainer {
	width:320px;
	margin-right:0;
}

div.newsletterSignupBoxContainer div.newsletterSignupBoxHeader {
	width:100%;
	height:39px;
	background:url('/wp-content/themes/RedStage/images/boxes/newsletterSignup/newsletterSignupHeader.gif') 0 0 no-repeat;
	
}

div.newsletterSignupBoxContainer div.newsletterSignupBoxMid {
	width:100%;
	background:url('/wp-content/themes/RedStage/images/boxes/newsletterSignup/newsletterSignupMid.gif') 0 0 repeat-y;
	padding-top:1em;
	position:relative;
}

div.newsletterSignupBoxContainer div.newsletterSignupBoxMid .post {
	margin:0 10px;
}
div.newsletterSignupBoxContainer div.newsletterSignupBoxMid .post h2 {
	margin:0;
	margin-bottom:15px;
	font-weight:normal;
	font-size:1em;
	color:#565656;
}
div.newsletterSignupBoxContainer div.newsletterSignupBoxMid .post a.readMore {
	font-style:italic;
	font-weight:bold;
	font-size:1em;
	color:#666;
}
div.newsletterSignupBoxContainer div.newsletterSignupBoxMid .navigation {
	display: block;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0;
	padding-left:20px;
	margin:0 10px 0 5px;
}
div.newsletterSignupBoxContainer div.newsletterSignupBoxMid .navigation a {
	font-weight:bold;
	color:#1A1A1A;
	text-decoration:underline;
}
div.newsletterSignupBoxContainer div.newsletterSignupBoxFooter {
	width:100%;
	height:15px;
	background:url('/wp-content/themes/RedStage/images/boxes/newsletterSignup/newsletterSignupFooter.gif') 0 0 no-repeat;
}

form#emailSignupForm {
	text-align:left;
	margin:5px 10px;
	position:absolute;
	bottom:0;
	left:0;
}

form#emailSignupForm input.text {
	background:transparent url('/wp-content/themes/RedStage/images/formElements/textInput146x25.gif') 0 0 no-repeat;
	background-attachment:scroll;
	border:none;
	height:16px;
	width:126px;
	padding:4px 10px 5px 10px;
	font-size:13px;
	margin:0 0 5px 0;
}

form#emailSignupForm input.submit {
	border:none;
	height:25px;
	width:55px;
	overflow:hidden;
	text-indent:-9999px;
	vertical-align:middle;
	margin-left:3px;
}
#newsletterSignupMessage {
	margin:0 10px;
	text-align:left;
	font-size:1.5em;
	color:#565656;
}

#newsletterSignupMessage strong {
	font-weight:bold;
}

/* homepageFooter Styles */
div.homepageFooterContainer {
	width:948px;
	margin:15px 0 0 0;
}

div.homepageFooterContainer div.homepageFooterHeader {
	width:100%;
	height:15px;
	background:url('/wp-content/themes/RedStage/images/footer/homepageFooterHeader.gif') 0 0 no-repeat;
	
}

div.homepageFooterContainer div.homepageFooterMid {
	width:100%;
	background:url('/wp-content/themes/RedStage/images/footer/homepageFooterMid.gif') 0 0 repeat-y;
	padding:0;
}

div.homepageFooterContainer div.homepageFooterMid .post {
	margin:0 10px;
}
div.homepageFooterContainer div.homepageFooterMid .post h2 {
	margin:0;
	margin-bottom:15px;
	font-weight:normal;
	font-size:1em;
	color:#565656;
}
div.homepageFooterContainer div.homepageFooterMid .post a.readMore {
	font-style:italic;
	font-weight:bold;
	font-size:1em;
	color:#666;
}
div.homepageFooterContainer div.homepageFooterMid .navigation {
	display: block;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0;
	padding-left:20px;
	margin:0 10px 0 5px;
}
div.homepageFooterContainer div.homepageFooterMid .navigation a {
	font-weight:bold;
	color:#1A1A1A;
	text-decoration:underline;
}
div.homepageFooterContainer div.homepageFooterFooter {
	width:100%;
	height:15px;
	background:url('/wp-content/themes/RedStage/images/footer/homepageFooterFooter.gif') 0 0 no-repeat;
}terContainer div.homepageFooterHeader {
	width:100%;
	height:15px;
	background:url('/wp-content/themes/RedStage/images/footer/homepageFooterHeader.gif') 0 0 no-repeat;
	
}

div.homepageFooterContainer div.homepageFooterMid {
	width:100%;
	background:url('/wp-content/themes/RedStage/images/footer/homepageFooterMid.gif') 0 0 repeat-y;
	padding:0;
}

div.homepageFooterContainer div.homepageFooterMid .post {
	margin:0 10px;
}
div.homepageFooterContainer div.homepageFooterMid .post h2 {
	margin:0;
	margin-bottom:15px;
	font-weight:normal;
	font-size:1em;
	color:#565656;
}
div.homepageFooterContainer div.homepageFooterMid .post a.readMore {
	font-style:italic;
	font-weight:bold;
	font-size:1em;
	color:#666;
}
div.homepageFooterContainer div.homepageFooterMid .navigation {
	display: block;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0;
	padding-left:20px;
	margin:0 10px 0 5px;
}
div.homepageFooterContainer div.homepageFooterMid .navigation a {
	font-weight:bold;
	color:#1A1A1A;
	text-decoration:underline;
}
div.homepageFooterContainer div.homepageFooterFooter {
	width:100%;
	height:15px;
	background:url('/wp-content/themes/RedStage/images/footer/homepageFooterFooter.gif') 0 0 no-repeat;
}

#myForm{
font-family:verdana;
text-align:right;
width:280px;
font-size:9pt;
color:#565656;
padding-top:10px;
}

.newsletterSignupBoxHeader2{
background:url("/wp-content/themes/RedStage/images/boxes/newsletterSignup/contactBG.gif") no-repeat scroll 0 0 transparent;
height:39px;
width:100%;
}

.newsletterSignupBoxHeader3{
background:url("/wp-content/themes/RedStage/images/boxes/test/testTitle.gif") no-repeat scroll 0 0 transparent;
height:39px;
width:100%;
}

.phoneForm{
	margin-top:10px;
	margin-bottom:10px;
}

.submitButton{
background-image:url('http://www.redstage.com/wp-content/themes/RedStage/images/formElements/submitButton.gif');
height:25px;
width:83px;
background-repeat:none;
border:0;
}	

.formInput{
	border:2px silver solid;
}

.formButton{
	margin-top:5px;
}

.wordtube {
	margin:10px auto;
	text-align:center;
}

.website-thumbnail img {
	width:150px;	
}