/*
Theme Name: Outlaw
Theme URI: http://www.vectordefector.com
Description: A custom theme designed specifically for Outlaw Clothing/Posters Ink.
Version: 1.0
Author: Tom Benway
Author URI: http://www.vectordefector.com
*/

/* Begin Typography & Colors */
body {
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #fff;
	margin: 0 0 0 0;
	padding: 0;
	background-image: url(images/site-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color:#333;
    /*background-attachment: fixed;*/
	}
	
a {
	outline: none;
	color: #c20000;	
}

p {
	line-height: 18px;	
}

/* splash styles */

.splashBg{ 
	background-image: url(images/splash-bg.jpg) !important;
	background-position: top center;
	background-repeat: no-repeat;
	background-color:#333;
}

#splashLeft {
	float:left;
    width:455px;
    height:170px;
    margin-top: 35px;
}

#splashRight {
	float:left;
    width:350px;
    height:170px;
    margin-top: 35px;
}

#splashLogo {
	position: absolute;
    width:190px;
    height:196px;
}

#splashLogoText {
	position: absolute;
    width:290px;
    height:80px;
    margin-left: 110px;
    margin-top: 45px;
}

#splashContent {
	float:left;
    width: 365px;
    margin-left: 75px;
    margin-top: 75px;
    text-align: center;
}

#splashMessage {
	float:left;
    width: 300px;
    margin-top: 10px;
    margin-left: 30px;
    text-align: justify;
    color:#d6d6d6;
    font-size: 11px;
}

.enterBtn {
	float:left;
    width: 170px;
    margin-top:77px;
    margin-left: 5px;
}

.splashHeader {
	float:left;
	padding: 5px 0 0 12px;
    margin-top: 0px !important;
    margin-bottom: 15px !important;
	background-image:url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
    font-size: 13px;
    letter-spacing: 1px;
	color:#cc0000;	
} 

#splashPhoto {
	float:left;
    width:290px;
    height: 400px;
    margin-left: 52px;
    margin-top: 5px;
    border: 1px solid #000;
    overflow: hidden;
}	

/* end splash */

.pageDivider {
	float:left;
	width: 100%;
	height: 4px;
	margin-top: 10px;
	margin-bottom: 15px;
	background-image: url(images/page-divider.gif);
}

.input {
	background-color: #990000;	
	color: #fff;
	border: 1px solid #990000;
	padding: 5px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}

#page {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.facebookLike {
	float:right;
    width: 75px;
	height: 20px;
    padding: 5px;
    background-color: #990000;
    background-image: url(images/pattern.gif);
    -webkit-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-moz-border-radius: 3px;
	border-radius: 3px;
    overflow: hidden;
}

.header {
	position: absolute;   
    	width: 980px;
	height: 275px;
	background-image:url(images/header-bg.gif);
	background-repeat: no-repeat;
}

.posterHeader {
	position: absolute;   
    	width: 980px;
	height: 275px;
	background-image:url(images/posters-header-bg.gif);
	background-repeat: no-repeat;
}

#logoLink {
	float:left;
	width: 130px;
	height: 140px;
	margin-left: 55px;
	margin-top: 50px;
}

#searchBox {
	float:left;
	width:430px;
	margin-top: 20px;
	margin-left: 160px;
	text-align: right;
}

.field {
	color:#b0adad;
	height: 24px;
	padding-left: 5px;
	background-image: url(images/search-field-bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#headerRight  {
	float:right;
	width: 150px;
}

#viewCart {
	float:right;
	width: 140px;
	height: 50px;
	margin-top: 20px;
	margin-right: 20px;
}	

#viewPosters {
	float:right;
	width: 140px;
	height: 50px;
	margin-top: 30px;
	margin-right: 20px;
}	

/* navigation items */

#navigation {
	float:right;
	width:750px;
	height:21px;
	margin-top: 20px;
	padding-top: 14px;
	padding-left: 20px;
}

#navigation li {
	float:left;
	list-style: none;
	margin-right: 20px;	
    padding-bottom: 10px;
}

#navigation .current_page_item {
	float:left;
	list-style-image: url(images/nav-bullet.gif);
	list-style-position: inside;
	margin-right: 20px;	
}


#navigation .current_page_parent {
	float:left;
	list-style-image: url(images/nav-bullet.gif);
	list-style-position: inside;
	margin-right: 20px;	
}

#navigation .current_page_item a{
	font-size: 11px;
	color:#cb0000;
	text-decoration: none;
	font-weight: bold;
}

#navigation li a{ 
	font-size: 11px;
	color:#000;
	text-decoration: none;
	font-weight: bold;
}

/* sub nav items */

#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navigation li ul {
	position: absolute;
	width: 170px;
	left: -1500px;
    z-index: 5000;
	}

#navigation li:hover ul {
	left: auto;
	    margin-top: 5px;
	margin-left: 20px;
    	display: block;
	width: 150px;
}
	
#navigation li ul li { 
	float: right;
	width: 150px;
    padding-top: 10px;
    padding-left: 8px;
    border-left: 1px solid #b4b2b1;
    border-right: 1px solid #b4b2b1;
    border-bottom: 1px solid #b4b2b1;
    background-color: #fff;
    text-align: left !important;
}

#navigation li ul li a{ 
	font-size: 12px !important;
    color:#c20000;
}


#navigation li ul .current_page_item {
	float: right;
	width: 150px;
	height: 23px !important;
    padding-top: 10px;
    padding-left: 8px;
    border-left: 1px solid #b4b2b1;
    border-right: 1px solid #b4b2b1;
    border-bottom: 1px solid #b4b2b1;
    background-color: #fff;
    text-align: left !important;
	list-style-image: url(images/nav-bullet.gif);
	list-style-position: inside;	
}

#navigation li ul .current_page_item a{
	font-size: 12px !important;
    color:#c20000;
}

#content {
	float:left;
	width: 980px;
	min-height: 400px;
    	margin-top: 185px;
    }

.post {
	float:left;	
	width: 600px;
	margin-left: 35px;
	margin-top: 40px;
}

.entry {
	width: 100%;
}

/* home page */

#homeSlideshowFrame {
	float:left;
	width:583px;
	height:329px;
    overflow: hidden;
}	

#homeNews {
	float:left;
	width: 585px;
	margin-top: 20px;	
}

.homeEntry {
	float:left;	
	width: 585px;
    margin-bottom: 25px;
}

.homeEntryHeader {
	float:left;
	width: 100%;
    margin-bottom: 8px;
	background-image:url(images/page-divider.gif);
	background-repeat: repeat-x;
	background-position: bottom center;
}

.homeEntryHeader h2 {
	float:left;
	width: 390px;
	padding-left: 15px;
	background-image:url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
	color:#cc0000;	
} 

.timestamp {
	float:right;
	width: 160px;
	margin-top: 6px;
	font-size: 10px;
}

.newsImg{
	float:left;
	max-width: 220px;
	height: 120px;	
	margin-top: 15px;
	margin-right: 15px;
	border: 2px solid #8e1918;
	overflow: hidden;
}

#footer {
	float:left;
	width: 896px;
	height: 40px;
	margin-top: 30px;
	margin-left: 40px;
	padding: 12px;
	background-image:url(images/footer-bg.gif);
	background-repeat: no-repeat;
	font-size: 11px;
}

#footerLeft {
	float:left;	
	color: #cc0000;
}

#footerLeft a{
	color: #201f1e;
}

#footerRight {
	float: right;	
	color: #201f1e;
	margin-right: 10px;
}

/* End Structure */


/* Begin Sidebar */
#sidebar { 
	float:left;
	width: 300px;
	margin-left: 40px;
	margin-top: 90px;
}

.sidebarEntry {
	float:left;
	margin-bottom: 15px;
}

.sidebarEntry ul {
	padding: 0;
    margin: 0 0 0 15px;
}

.sidebarEntry a img{
	border: 1px solid #c70101;
}

.category {
	float:left;
    width: 100%;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	list-style-image:url(images/bullet.gif);	
	list-style-position: inside;
}

.category a {
	font-weight: bold;
	text-transform: uppercase;	
    text-decoration: none;
}

/* End Sidebar */

/* products & items */

.productEntry {
	float:left;
    width: 166px;
    text-align:center;
    margin-right: 30px;
}

.productRow {
	float:left;
    width: 100%;
    margin-bottom: 15px;
}

.itemTitle {
    width:166px;
    padding-top: 12px;
    margin-left: auto;
	margin-right: auto;
    text-align: center;
    color: #cc0000;
    font-size: 15px;
    font-weight: bold;
    background-image: url(images/product-title.png);
    background-repeat: no-repeat;
   }
   
.itemPhoto {	
	width:120px;
    margin-left: 20px;
    margin-top: 5px;
	border: 1px solid #8e1918;
	text-align: center;
	background-color: #000000;
	padding: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
   }

/* details pages */

.itemDetailsPhotos {
	float:left;
    margin-right: 10px;
}
   
.itemDetailsMainPhoto {	
	float:left;
	border: 1px solid #8e1918;
	text-align: center;
	background-color: #000000;
	padding: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
   }
 
 
.addtlPhotos {
	float:left;
    width: 100%;
    margin-top: 10px;
}

.addtlPhotos img {
	margin: 0 5px 5px 0;
	width: 20%;
    height: 20%;
    border: 1px solid #444;
}

#detailsContent {
	margin-left: auto;
    margin-right: auto;
}

.detailsAddToCart {
	float:right;
	width: 100%;	
	height: 28px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    background-color: #C20000;
    background-image: url(images/pattern.gif);
    padding: 5px;
    -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.detailsAddToCart .wp_cart_button {
	/*float:right;*/
}

/*	Begin Headers */
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Sans-Serif;
	color: #fff;
	font-weight: normal;
}


h1 {
    font-size: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
    textShadow: 2px 2px black;
	}

h2 {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 10px;
	}

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%;
	}

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 Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* 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;
	}
    
.gallery img {
	width:120px;
    margin-left: 20px;
	border: 1px solid #8e1918 !important;
	text-align: center;
	background-color: #000000;
	padding: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #8e1918;
	text-align: center;
	background-color: #000000;
	padding-top: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    margin: 5px;
}


.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;
}
