/*
Theme Name: Kwik-Covers
*/


/*
List of Colors:

Red - #d2232a
Background gray - #f6fbfe
Light gray - #f1f1f2
Dark gray - #a7a9ac

*/


/* Begin Typography & Colors */


body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #f6fbfe;
	color: #333;
	text-align: center;
	
	}

#background {
	background:url(/newsite/images/background.gif);
	background-position:center;
	background-repeat:repeat-y;
}

#backgroundTop {
	background:url(/newsite/images/background-top.gif);
	background-position:top center;
	background-repeat:no-repeat;
}

#page {
	background:url(/newsite/images/page-background.gif);
	background-repeat:repeat-x;
	background-color: #a7a9ac;
	text-align: left;
	}

#header {
	
	background:url(/newsite/images/header_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-color:#fff;
	}



#content {
	font-size: 1.2em;
	background:url(/newsite/images/content_top.gif);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#fff;
	}
	
	
#mainNav{
	background-color:#d2232a;
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
}

#mainNav a{
	color:#fff;
	text-decoration:none;
}

#mainNav a.active{
	color:#000;	
}

.sidepic{
 border:11px solid #c7c8ca;
 background-color:#fff;	
}

.productpic{
 border:11px solid #c7c8ca;
 background-color:#fff;	
}

.prodImage{
 border:11px solid #c7c8ca;
 background-color:#fff;	
}

.productListing{
padding-bottom:10px;
margin-bottom:15px;
background:url(/newsite/images/verticalLine.gif);
background-position:bottom center;
background-repeat:repeat-x;

}

.text_red{
color:#d2232a;
}

#frontpageVid{
	background-color:#c7c8ca;
}

#contactFormBox{
	
	background:url(/newsite/images/contactBoxBottom.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-color:#e7e7e8;
}
#contactFormBoxTop{
	
	background:url(/newsite/images/contactBoxTop.gif);
	background-repeat:no-repeat;
	background-position:top center;
}

.entry p {
	font-size: 1.05em;
	}

.entry {
	line-height: 1.6em;
	}
	
.postBackground{
	background:url(/newsite/images/col-background.gif);
	background-position:center;
	background-repeat:repeat-y;
}

.postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	background-color:#d2232a;
	color:#fff;
	font-weight:bold;
	}
	

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;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	color:#d2232a;
	}

#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;
	}

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, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

small, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

h2 a:hover, h3 a:hover {
	color: #d2232a;
	text-decoration: none;
	outline: none;
	}
	
a {
	color: #d2232a;
	text-decoration: underline;
}

a:hover {
	
	text-decoration: none;
	}
/* End Typography & Colors */
 


/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#bacckground{
	width:100%;
}

#page {
	margin: 0 auto;
	padding:0 10px;
	width: 983px;
	position:relative;
}

#content{
padding-bottom:20px;
position:relative;

}

#header {
	margin-bottom:42px;
	}


#mainNav{
position:absolute;
top:122px;
left:-20px;
width: 1042px;
padding:7px 0;
text-align:center;
}

#mainNav a {
margin:0 12px;	
}

#navText{
margin-top:35px;	
}

#headerpic{
	float:right;
	padding:10px 5px 5px 0;
}

#frontpageVid{
position:absolute;
left:25px;
padding:7px;
}

#contactFormBox{
position:absolute;
left:15px;
width:420px;
}

#contactFormBoxTop{
padding:10px
}

#contactTable td, #contactTable tr{
vertical-align:top;	
}

#contactTable .text_rightText{
padding-top:3px;	
}

.frontpagetitle{

position:relative;
top:35px;
left:465px;
}

.entry{
padding:0 30px 0 490px;	

}

.entry p{
margin-bottom:15px;	
}

.picHold{
	width:1px;
	float:right;
	padding-bottom:46px;
	color:#FFF;
}

.post hr {
	display: block;
	}

.sidepic{
	position:absolute;
	left:25px;
	padding:7px;
}

.sidepic img{
	
}

.productpic{
	float:left;
	padding:7px;
	width:auto;
	margin-bottom:15px;
	margin-right:50px;
}

.prodImage{
	float:left;
	padding:7px;
	margin-bottom:15px;
}

#post-29 .productpic{
	margin-right:190px;
}

.postmetadata {
	margin: 30px 0;
	}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.mapBox{
float:left;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.postBackground{
	min-height:400px;	
	height:auto !important;
	height:400px;
	
}

.question{
margin-bottom:30px;	
}

.clear {
	clear: both;
	color:#FFF;
}

#footer {
	padding: 0;
	margin: 0;
	width: 1042px;
	margin:0 auto;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 6px 0;
	text-align: center;
	}
/* End Structure */


/* Begin Section Styles */
body.front .entry{
padding-top:40px;	
}

body.faq .entry, body.photos .entry, body.new-products .entry, body.order-form-2 .entry{
padding:0 30px 0 30px;		
}

body.products .entry{
padding:0 30px 0 30px;
clear:both;
}

body.faq .entry p{
margin-bottom:25px;	
}

body.kwik-skirts .postBackground{
	min-height:680px;	
	height:auto !important;
	height:680px;
	
}

body.contact .postBackground{
	min-height:500px;	
	height:auto !important;
	height:500px;
	
}

body.order-form-2 #background {
	background:url(/newsite/images/background_large.gif);
	background-position:center;
	background-repeat:repeat-y;
	width:100%;
}

body.order-form-2 #backgroundTop {
	background:url(/newsite/images/background-top_large.gif);
	background-position:top center;
	background-repeat:no-repeat;
	
}

body.order-form-2 #page {
	margin: 0 auto;
	padding:0 10px;
	width: 1350px;
	position:relative;
}

body.order-form-2 #mainNav{
width: 1152px;
}

body.order-form-2  #footer {
width: 1152px;
}

body.order-form-2 #header {
	
	background:url(/newsite/images/header_bottom_large.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-color:#fff;
	}



body.order-form-2 #content {
	font-size: 1.2em;
	background:url(/newsite/images/content_top_large.gif);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#fff;
	}
	
	
/* End Section Styles */



/*	Begin Headers */
h1 {
	padding: 20px 10px 20px 15px;;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	padding: 30px 0 15px 0;;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	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: 0 0 15px 0px;
	padding: 0 0 0 30px;
	padding-left: 10px;
	list-style-type:disc;
	
	}
	
html>body .entry ol {
	list-style-type:decimal;
	}

html>body .entry li {
	margin: 2px 0 2px 10px;
	}


.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;
	}
	
#mainNav ul, #mainNav li{
	display: inline;
	list-style-type: none;
	list-style-image: none;	
	
}

#mainNav ul{
	margin-left:0;
	padding-left:0;
}

#productNav{
	text-align:center;	
}

#productNav ul, #productNav li{
	display: inline;
	list-style-type: none;
	list-style-image: none;	
	
}

#productNav ul{
	margin-left:0;
	padding-left:0;
}

#productNav a{
color:#000;	
}

#productNav a:hover{
color:#666;	
}

/* End Entry Lists */



/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}



#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
.text_rightText {
text-align:right;
}

.text_red,{
color:#C90006;
}

#contactFormBox p.formText{
	margin:5px 0 10px 0;
	line-height:15px;
}

#contactFormBox td {
padding:2px;	
}


#contactFormTable td, #contactFormTable tr{
vertical-align:top;	
}

/* End Form Elements */





/* 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*/




