/* 
================================
3DCart Style Sheet 
by Infomart2000 Corp.
www.3dcart.com
================================
*/	
	

/***********************************/
/*          DESIGN ELEMENTS        */
/***********************************/

 
/*body:: Controls Page Background Color and any other fonts not defined below*/ 	
body
{
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#999;
	margin:0;
	background: url(images/background.jpg) top repeat-x #000;
}

/*data:: Controls body default fonts and colors*/
.data
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #666666;
	background-color: #000;
}

/*frame::  Controls the  Color of the Store's Frame*/		
.frame	
{
	background-color : 1E1E1E;
}

/*top::  Controls the  Color of the top Bar*/		
.top
{
	background-color: #333;
}

/*footer:: Displays at the very bottom of your online store,  copyright and desgined by notices*/		
.footer
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #333333;
}	

/*line::  Controls the  Color of the line bellow the top bar*/		
.line
{
	background-color: #333;
}	

/*alternative:: Controls the form backgrounds and other areas that requred an alternative color*/
.alternative
{
}
 
/*borders:: Controls the color of  the borders on forms*/ 
.borders
{
	border : #cccccc;
	background-color : #cccccc;
	
}

/*borders2:: Controls the color of  the borders on forms*/ 
.borders2
{

	border: 1px dotted #cccccc; 
	border-style: none none dotted;

}


/*invoice_table:: Controls the background color on your invoices*/ 
.invoice_table
{
	background-color : #f9f8f8;
} 


/***********************************/
/*         HEADERS & TITLES        */
/***********************************/


/*menu-headers:: Controls the way the menu headers look*/ 
.menu-headers
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #000;
	font-weight : bold;
	text-decoration : none;
	line-height : 20px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}

/*page_headers:: Controls the page's titles*/
.page_headers
{
	font-size: 20px;
	border-bottom: 1px solid #999;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #CCC;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 10;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

/*checkout-headers:: Controls the titles on the checkout pages (Billing Information, Shipping Information etc)*/
.checkout-headers
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #999;
}

/*titles:: Controls the Body Tiles such as (Specials, Feature Items, Items, Related Items)*/ 
.titles
{
	font-family :   Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #CCC;
	border-color:;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
} 

/*titles2:: Controls the titles on the view cart page*/ 
.titles2
{
	font-family :   Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #ffffff;
	padding:4px;
} 

/*options-titles:: Controls the way the titles on the product options display*/
.options-titles
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #585C5F;
	border: 1px dotted #cccccc; 
	border-style: none none dotted;
}


/*invoice_title:: Controls the way the title of the invoices look */ 
.invoice_title
{
	font-family :   Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	background-color : #cbcaca;
	color : #4f4e4e;
} 


/***********************************/
/*          GENERAL FONTS          */
/***********************************/


/*font1:: Primary Screen Font */ 
.font1
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : Normal;
	color: #000000;
}
 
/*font2:: Secondary Screen Font */ 
.font2
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : Normal;
	color: #bc0000;
}

.font3
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color: #ffffff;
}
.font4
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : Normal;
	color: #c32519;
}

/*icon:: Controls the way the menu icons display*/ 
.icon
{
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color: #999;
}

/*store-name:: Store Name*/		 
.store-name
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 35px;
	color : #805841;
	font-weight:bold;
	text-decoration : none;
	padding-top:28px;
}

/*store-slogan:: Store Slogan*/		 
.store-slogan
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight:bold;
	font-style:italic;
	color : #6180bf;
	padding-top:28px;
}	 	 

/*menu-text:: Controls the way the menu (mailing list) text look*/ 
.menu-text
{
	font-family :Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #2d2c2d;
}

/*item:: Controls the Item, Name, Description, Price, Savings, Cost,Font and Color*/ 
.item
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : Normal;
	color : #585C5F;
	text-decoration: none;
}

/*price-info:: controls the way the prices display on the product page*/ 
.price-info
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : Normal;
	color: #585C5F;
}

/*price:: Controls the way the product's prices display*/ 
.price
{
	font-family :Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #900;
}

/*cart-text:: Controls the way the text inside the shopping cart looks*/ 
.cart-text
{
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : Normal;
	color: #666;
	line-height : 12px;
}


/*steps:: Controls the way the steps on the checkout pages display*/
.steps
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color : #cccccc;
}

/*steps_on:: Controls the way the steps on the checkout [ages display*/
.steps_on
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color : #666;
}

/*error:: Controls the error messages*/ 
.error
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : #e10e04;
	text-decoration: none;
}


/***********************************/
/*      FORM FIELDS & BUTTONS      */
/***********************************/



/*btn:: Controls the buttons*/ 
.btn
{
	font-family: arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #ffffff;
	cursor: pointer;
	margin:1px;
	background-color: #666;
	border: 1px solid #999;
} 

/*btn_over:: Controls the buttons*/ 
.btn_over
{
	font-family: arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #666666;
	cursor: pointer;
	margin:1px;
	background-color: #333;
	border: 1px solid #666;
} 	

 /*btn2:: Controls the buttons*/
.btn2
{
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	background-color: #ffffff;
	font-family: arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #990000;
	cursor: pointer;
} 	
	
/*txtBoxStyle:: Controls the text boxes*/  	
.txtBoxStyle
{
	border-top: 1px solid #b3b4b5;
	border-bottom: 1px solid #b3b4b5;
	border-left: 1px solid #b3b4b5;
	border-right: 1px solid #b3b4b5;
	font-family: arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #38393a;
} 
	
/*txtareaStyle:: Controls the text areas*/ 	
.txtareaStyle
{
	border-top: 1px solid #C7D5E0;
	border-bottom: 1px solid #C7D5E0;
	border-left: 1px solid #C7D5E0;
	border-right: 1px solid #C7D5E0;
	font-family: arial, Helvetica, sans-serif;
	font-weight: normal;
	;
	font-size: 11px;
	color: #343333;
}


/***********************************/
/*              LINKS              */
/***********************************/


/*A:: Controls the way the  Links look before a user clicks  or mouse overs on them*/ 	 
a:link {
	text-decoration: none;
	color : #666;
	border: none;
}
a:active {
	text-decoration: none;
	color : #666;
	border: none;
}
a:visited {
	text-decoration: none;
	color : #666;
	border: none;
}
a:hover {
	color : #990000;
	border: none;
}

A.menu
{
	font-family :  Arial, Helvetica, sans-serif;
	color : #CCC;
	font-size : 11px;
	font-style:  normal;
	font-weight: bold;
	text-decoration:none;
}
	
A.menu:hover
{
	font-family :  Arial, Helvetica, sans-serif;
	color : #999;
	font-size : 11px;
	font-style:  normal;
	font-weight: bold;
	text-decoration: none;
}

A.menu:visited
{
	font-family :  Arial, Helvetica, sans-serif;
	color : #CCC;
	font-size : 11px;
	font-style:  normal;
	font-weight: bold;
	text-decoration:none;
}
	
A.menu:visited:hover
{
	font-family :  Arial, Helvetica, sans-serif;
	color : #999;
	font-size : 11px;
	font-style:  normal;
	font-weight: bold;
	text-decoration: none;
} 

/*A.cat:: Controls the way the  Links on the left bar look before a user clicks  or mouse overs on them*/ 	 
A.cat
{
	font-family :  Arial, Helvetica, sans-serif;
	color : #999;
	font-size : 11px;
	font-weight : normal;
	font-style:  normal;
	text-decoration:none;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-bottom: 5px;
	padding-top: 5px;
	line-height: 20px;
}
	
/*A.cat:hover:: Controls the way the  Links on the left bar look  when a user passes  their mouse over a them*/ 	
A.cat:hover
{
	font-family :  Arial, Helvetica, sans-serif;
	color : #999;
	font-size : 11px;
	font-weight :  normal;
	font-style:  normal;
	text-decoration:none;
	text-transform: uppercase;
}

/*A.cat:visited:: Controls the way the  Links on the left bar look after a user has visited that section*/ 
A.cat:visited
{
	font-family :  Arial, Helvetica, sans-serif;
	color : #999;
	font-size : 11px;
	font-weight : normal;
	font-style:  normal;
	text-decoration:none;
	text-transform: uppercase;
}
	
/*A.cat:visited:hover:: Controls the way the  Links on the left bar look when a user hovers over a section they have visited*/ 	 
A.cat:visited:hover
{
	font-family :  Arial, Helvetica, sans-serif;
	color : #999;
	font-size : 11px;
	font-weight : normal;
	font-style:  normal;
	text-decoration:none;
	text-transform: uppercase;
} 






/*  
Theme Name: FIVETHIRTY
Theme URI: http://www.530medialab.com/
Description: Developed by 530medialab
Version: 11.2009
Author: 530medialab
Author URI: http://www.530medialab.com/
*/


#wrap {
	padding:0px;
	width:980px;
	background-color: #000000;
	background-image: url(images/wrap.gif);
	background-repeat: repeat-y;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #1e1e1e;
	border-bottom-color: #1e1e1e;
	border-left-color: #1e1e1e;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#wrap-page {
	padding:0px;
	width:980px;
	background-color: #000000;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #1e1e1e;
	border-bottom-color: #1e1e1e;
	border-left-color: #1e1e1e;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#banner {
	margin: 0 auto;
	padding: 0;
	height: 240px;
	width: 1000px;
}
#nav {
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	padding: 0;
	height: 40px;
	width: 1000px;
	background-color:#1e1e1e;
}

#nav img{
	border:none;
}
#nav ul{
	padding:0;
	list-style-type: none;
}
#nav li{
	float:left;
	}
#navbar {
width: 630px;
float: left;
}
#top {
	margin: 0px auto;
	padding: 0px;
	height: 0px;
	clear:both;
}

#search {
	float: right;
	height: 10px;
	width: 160px;
	margin-top:35px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background: #666;
	border: 1px solid #333;

}
.right {
	margin: 0;
	padding: 0;
	float: right;
	width: 290px;	
}
.right a, .right a:visited {
	color: #CCC;
	font-size: 11px;
	font-weight:normal;
	padding: 0 0 5px 0;
}

.right a:hover {
	color: #990000;
}
.right a img {
	color: #666;
}
.right a img:hover {
	color: #990000;
}


.right h1 {
	font-size: 14px;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #999;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #999;
}
.right h2 {
	font-size: 14px;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #999;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
}
.right ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.right ul li {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #999;
	color: #999;
}
.right ul li ul {
	list-style: none;
	margin: 0px;
	padding: 0 3px;
}
.right ul li ul li {
	list-style: none;
	/* background: transparent url(images/bullet.gif) no-repeat 0 4px; */
	margin: 0;
	padding: 0 0 2px 0;
	border: 0;
	color: #999;
	font-size: 11px;
}
.left {
	margin: 2px 0px 0px 0px;
	line-height: 16px;
	padding: 10px;
	float: left;
	width: 660px;
	overflow:hidden;
}
.left h2 {
	font-size: 20px;
	border-bottom: 1px solid #999;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #CCC;
}
.left h2 a, .left h2 a:visited {
	color: #CCC;
	text-decoration:none;
}

.left h2 a:hover{
	color: #990000;
	text-decoration:none;
}
.left img {
	padding: 0px;
	margin: 0px;
	border: none;
}
	.left h3 {
		float: right;
		clear: none;
		display:block;
		padding: 10px 0 5px 0;
		margin: 0;
		}
	.left h3 a {
			color: #990000;
		}
	.left h3 a:hover {
			color: #5c0000;
		}
img.wp-smiley {
	border:0px;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 26px;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.postmetadata {
	background:#464c4f;
	font-size:10px;
	padding:5px;
	border-bottom:#666 1px solid;
	border-top:#666 1px solid;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.comments h3 {
	font-size: 14px;
	padding: 3px 0px;
	margin: 0px 7px 3px 7px;
	border-bottom: dashed 1px #ccc;
}
ol.commentlist {
	list-style: none;
	padding: 0;
	margin: 0 0 1px;
}
ol.commentlist li {
	list-style: none;
	margin: 0;
	padding: 13px 13px 1px;
}
ol.commentlist li.commenthead {
	list-style: none;
	margin: 0;
}
ol.commentlist li.commenthead h2 {
	margin: 0;
}
input#searchsubmit {
	background: #666;
	border: 1px solid #333;
	color: #000;
	font-size: 10px;
	text-transform: uppercase;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	padding: 2px;
	margin-top: 2px;
	width: 65px;
	height: 20px;
}
input#submit {
	background: #666;
	border: 1px solid #333;
	color: #000;
	font-size: 10px;
	text-transform: uppercase;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	padding: 2px;
	margin-top: 2px;
	width: 65px;
	height: 20px;
}
input#s {
	background: #666;
	border: 1px solid #333;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #000;
	width: 70%;
	padding: 2px;
	margin-bottom: 0.6em;
	margin-top: 3px;
	height: 15px;
}
textarea {
	background: #666;
	border: 1px solid #333;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #000;
	width: 80%;
	padding: 1px;
	margin-bottom: 0.6em;
	margin-top: 3px;
	height: 15px;
}
input#url {
	background: #666;
	border: 1px solid #333;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #000;
	width: 50%;
	padding: 2px;
	margin-bottom: 0.6em;
	margin-top: 3px;
}
input#author {
	background: #666;
	border: 1px solid #333;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #000;
	width: 50%;
	padding: 2px;
	margin-bottom: 0.6em;
	margin-top: 3px;
	height: 15px;
}
input#email {
	background: #666;
	border: 1px solid #333;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #000;
	width: 50%;
	padding: 2px;
	margin-bottom: 0.6em;
	margin-top: 3px;
	height: 15px;
}
/************************************************
*	Footer										*
************************************************/
#footer {
	margin: 0 auto;
	padding: 0 10px 0 10px;
	height: 410px;
	width: 980px;
	clear:both;
	background:url('images/footer_bg.png') no-repeat #000000;
}
#footerwrap {
border-top: 1px solid #000;
padding-top: 25px;
}
#footer-sitemap, #footer-store, #footer-social, #footer-client, #footer-hq {
float: left;
width: 170px;
margin: 0 10px;
}
#footer h2 {
	font-size: 14px;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #333;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #cccccc;
}
#footer ul {
	padding: 0;
	margin: 0;
}
#footer ul li {
	list-style-type: none;
	padding: 10px 0;
	margin: 0;
	border-bottom: 1px solid #333;
	color: #666;
}

