/*
Theme Name: Hottie 
Theme URI: http://hottie.com/
Description: The official WP Theme for Hottie Guitars
Version: 1.0
Author: Josh Hemsley
Author URI: http://phoogoo.com
Tags: red, guitar, hottie
*/

* { margin: 0; padding: 0; }
p {padding-top:10px;}
.clearboth{clear:both;}

/****************************************************** 
						H Tags
******************************************************/	
h1 {}
h2 {margin-top: 30px;}
h3 {margin-top: 30px;}
h4 {}
h5 {}
h6 {}


/****************************************************** 
					INLINE LINKS
******************************************************/	
a{color:#aa2215; text-decoration:none; outline:0;}
a:hover{color:#aa5815; text-decoration: underline;}
a:active{outline: none;}
a img{border: 0px; outline: none;}


/****************************************************** 
					BODY/STRUCTURE
******************************************************/	

html {
	margin:0px;
	padding:0px;
	font-family:"trebuchet ms",Arial, Helvetica, sans-serif;
	letter-spacing:normal;
	background: #e7ecef url('images/bg_red-repeat-sub2.jpg') top left repeat-x;
	}
	
body {
	padding: 0;
	margin: 0;
	width: 100%;
	letter-spacing:normal;
	line-height: 23px;
	font-size: 14px;
	font-family: Georgia, Times, Times New Roman, serif;
	color: #1a1a1a;	
	background:url('images/header_red2.jpg') top center no-repeat;
	}
	
body.sub {
	background:url('images/header_red-sub2.jpg') top center no-repeat;
	}




/****************************************************** 
					HEADER
******************************************************/	
#header {
	width: 950px;
	margin: auto;	
	height:180px;
	}

h1.logo a {
	background: url("images/logo_red.png") no-repeat 0px 0px;
	display: block;
	width:440px;
	height:140px;
	text-indent:-9999px;
	margin: auto;
	margin-top: 12px;
	}

.sub h1.logo a {
	background: url("images/logo_red-sub.png") no-repeat 0px 0px;
	display: block;
	width:315px;
	height:100px;
	text-indent:-9999px;
	float:left;
	margin-top: 35px;
	}




/****************************************************** 
					NAVIGATION
******************************************************/

#nav { /* Nav Holder */
	clear: both;
	width:100%;
	margin:auto;
	height:45px;
	margin-top:0px;
	background: url("images/nav_bg.png") repeat-x 0px 0px;
	}
	
#nav ul { /* all lists */
	list-style: none;
	line-height: 1;
	display: block;
	height:39px;
	width: 960px;
	margin: auto;
	}	
	
/**NAV FIRST LEVEL**/
#nav li { /* all li items */
	float: left;
	display: block;
	list-style-type: none;
	text-align: left;
	width: auto;
	border-right:1px solid #000;
	border-left:1px solid #414141;
	font-family: Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif;

	}	
	
#nav ul li a{ /* Main Level Link Styling */
	display:block;
	width:auto;
	padding:10px 30px 0px 30px;
	height: 26px;
	color:#efc869;
	font-size:18px;
	text-transform: uppercase;
	text-align:center;
	text-decoration:none;
	background: url("images/nav_link_bg.jpg") repeat-x 0px 0px;
	font-family: Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif;
	}
#nav ul li.current_page_item a{ /* Currern Main Level Link Styling */
	color: #e8e8e9;
	}
#nav ul li a:hover{ /* Main Level Link Hover Styling */
	color:#fad300;
	background: none;	
	}
#nav ul li.first a{ /* First Liink left padding fix */
	padding:0px 15px 0px 0px;
	}


/**NAV SECOND LEVEL**/
#nav ul li ul {
	position: absolute;
	left: -999em;
	height:auto;
	width:165px;
	z-index:3000;
	background: url("images/nav_dropdown_bg.jpg") repeat-y 0px 0px;
	display:block;
	padding:0px;
	}

#nav li li,  #nav li.current_page_item li { /* Second Level li */
	margin:auto;
	font-size:12px;
	font-weight: normal;
	color:#375048;
	text-align:center;
	line-height:normal;
	width: 100%;
	border: 0px;
	border-bottom:1px solid #414141;
	}



#nav li li a, #nav li.current_page_item li a{ /* Second Level Links Styling */
	display:block;
	text-decoration: none;
	text-align:left;
	font-size:16px;
	color:#fff;
	text-shadow:none;
	height:auto;
	line-height:normal;
	padding:9px 10px 7px 30px;
	background: none;
	text-transform: none;
	background: url("images/nav_dropdown_star.png") no-repeat 7px 7px;
	}
#nav li li a:hover, #nav li.current_page_item li a:hover{ /* Second Level Links Hover Styling */
	color:#ffe03a;
	background: #000 url("images/nav_dropdown_star_hover.png") no-repeat 7px 7px;
	}

/**Nav shover Styles**/
#nav li:hover ul,  #nav li li:hover ul,  #nav li li li:hover ul,  #nav li.sfhover ul,  #nav li li.sfhover ul, #nav li li li.sfhover ul  { /* lists nested under hovered list items */	
	width: 165px;
	z-index:3002;
	margin-top:0px;	
	left: auto;
	}
#nav li:hover, #nav li.hover { 
	position: static; 
	}





/****************************************************** 
					CONTENT
******************************************************/	

.container {
	clear: both;
	width: 960px;
	margin: auto;
	background:#e7ecef url("images/bg_page_title.jpg") top center repeat-x;
	height: auto;
	padding-top: 7px;
	}
.sub .container {
	clear: both;
	width: 960px;
	margin: auto;
	background:#e7ecef url("images/bg_page_title.jpg") top center repeat-x;
	height: auto;
	padding-top: 0px;
	}
	

/****************************************************** 
				PAGE TITLE/BREADCRUMBS
******************************************************/	
.sub .container .page_title {
	width: 100%;
	background: #282b2d;
	border-top: 1px solid #474747;
	overflow: hidden;
	padding-top: 10px;
	margin-top: -11px;

	}
.sub .container .page_title h1{
	color: #e8e8e9;
	font-size:28px;
	text-transform: uppercase;
	display: block;
	float: left;
	background: url("images/arrow_pagetitle.png") bottom 10px no-repeat;
	padding-bottom: 6px;
	margin-left: 25px;
	width: 600px;
	text-align: left;
	}
	
.sub .container .page_title ul.breadcrumbs{
	float: right;
	width: 300px;
	list-style: none;
	color: #e8e8e9;
	text-align: right;
	margin: 0px;
	padding: 0px;
	margin-right: 25px;
	margin-top: 2px;
	}
.sub .container .page_title ul.breadcrumbs li{
	display: inline;
	line-height: 20px;
	font-size: 20px;
	text-transform: uppercase;
	}
.sub .container .page_title ul.breadcrumbs li a{
	padding-right: 25px;
	background: url("images/breadcrumbs_divider.png") right center no-repeat;
	line-height: 8px;
	font-size: 14px;
	color: #e2be65;
	text-transform: uppercase;
	}
.sub .container .page_title ul.breadcrumbs li a:hover{
	color:#fad300;
	}
	

/****************************************************** 
				SUBPAGE (WITH SIDEBAR)
******************************************************/	
.content {
	width: 970px;
	margin: auto;
	background: url("images/bg_subpage_sidebar.png") top center repeat-y;
	overflow: hidden;
	margin-top: 15px;
	padding-bottom: 15px;
	}
	
.full_content {
	width: 970px;
	margin: auto;
	background-image: none;
	overflow: hidden;
	margin-top: 15px;
	padding-bottom: 15px;
	}

.mainCol {
	width: 665px;
	float: left;
	margin-left: 0px;
	color: #6c6c6c;
	font-size: 12px;
	line-height: 24px;
	}
	
	
.full_content .mainCol {
	width: 100%;
	}
	
.mainCol .pad{
	padding: 0px 35px;
	overflow: hidden;
	}
	
.mainCol .sectional{
	border-top: 1px solid #ccc;
	padding-bottom: 15px;
	margin-top: 15px;
	}

.sidebar {
	width: 250px;
	float: right;
	margin-right:35px;
	font-size: 11px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif; 

	line-height: 18px;
	color: #3f4347;
	}
.sidebar .sidebar-item{
	padding-bottom: 20px;
	}
	
/****************************************************** 
					TYPOGRAPHY
******************************************************/	
.sans {
	font-family: Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif;
	}
.red {
	color: #aa2215;
	}

.mainCol h2{
	font-family: Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 18px;
	color: #2f2f2f;
	margin-top:15px;
	}
.sidebar h2{
	font-family: Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 18px;
	color: #2f2f2f;
	margin-top:15px;
	text-transform: uppercase;
	}
	
.sidebar .entry h3{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif;
	color: #aa2215;
	font-weight: normal;
	line-height: normal;
	padding-top:12px;
	}
.sidebar .entry h3 a{color: #aa2215;}
.sidebar .entry h3 a:hover{color: #aa5815; text-decoration: underline;}
.sidebar .entry p{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif; 
	line-height: normal;
	}	
	
.sidebar .btn_submit_jam{
	margin: auto;
	display: block;
	background: url("images/btn_submitjam.jpg") no-repeat 0px 0px;
	width: 151px;
	height: 27px;
	text-indent: -9999px;
	margin-top: 8px;
	}
.sidebar .btn_submit_jam:hover{
	background: url("images/btn_submitjam.jpg") no-repeat 0px -27px;
	}	
	
	
.mainCol ul{
	list-style: square;
	margin-left: 35px;
	}
.mainCol li{
	margin: 10px 0px;}



/****************************************************** 
				SUBPAGE (PRODUCT)
******************************************************/	
.sidebar .price_block{
	margin: auto;
	display: block;
	background: url("images/price_block.png") no-repeat 0px 0px;
	width: 253px;
	height: 70px;
	line-height: 70px;
	font-size: 48px;
	text-align: center;
	text-shadow: 0px 1px #fff;
	color: #737373;
	font-family: Georgia;
	}
.sidebar ul{
	margin-left: 0px;
	margin-top: 8px;
	list-style: none;
	}
.sidebar li{
	background: url("images/bullet_sidebar.jpg") no-repeat 0px 6px;
	padding: 0px 8px 10px 14px;
	}
	
.product_thumb{
	background: url("images/product_thumb_bg.png") no-repeat 0px 0px;
	padding:9px;
	margin: 2px 2px 0px 0px;
	}
	
.btn_buynow{
	margin: auto;
	border: 0px;
	display: block;
	background: url("images/btn_buynow.jpg") no-repeat 0px 0px;
	width: 194px;
	height: 35px;
	text-indent: -9999px;
	margin-top: 8px;
	}
.btn_buynow:hover{
	background: url("images/btn_buynow.jpg") no-repeat 0px -35px;
	cursor: pointer;
	}
.btn_viewcart{
	margin: auto;
	text-align: center;
	font-weight: bold;
	background: none;
	border: 0px;
	display: block;
	height: 20px;
	margin-top: 8px;
	}
.btn_viewcart:hover{
	text-decoration: underline;
	cursor: pointer;
	}

	
	
/****************************************************** 
				FEATURE (HOME)
******************************************************/	
	
.main_feature {
	width: 950px;
	height: 258px;
	background: #000000 url("") no-repeat;
	margin: 0px auto;
	}
.feature_img {
	width: 950px;
	margin: auto;
	}
	
.feature_subholder{
	width:360px;
	margin-top: -25px;
	color: #dfe8eb;
	float: right;
	position: relative;
	z-index: 100;
	}

.feature_txt{
	float: left;
	font-size: 11px;
	padding-right: 2px;
	text-align: right;
	}
.feature_txt a{
	color: #427;
	}
	
	
.feature_nav{
	float: left;
	font-size: 14px;	margin-left: 15px;
	}
.feature_nav a{
	display: block;
	float:left;
	background: #3f484c;
	padding: 5px 11px;
	margin-right: 5px;
	line-height: normal;
	color: #a4a4a4;
	font-family: Arial, Helvetica, sans-serif; 

	font-weight: bold;
	margin-top: -1px;
	}
.feature_nav a:hover{
	background: #596265;
	color:#ffffff;
	text-decoration: none;
	}
.feature_nav a.selected{
	background: #e7ecef;
	border-bottom: 0px;
	color: #a42317;
	}
		
	
	
	
	
/****************************************************** 
				CUSTOMIZE CALLOUT (HOME)
******************************************************/		
.customize_home {
	width: 920px;
	margin: auto;
	margin-top: 15px;
	background: #f1f4f5;
	border: 1px solid #d8ddde;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:4px;
	padding: 15px;
	overflow: hidden;
	}
.customize_home .title{
	height: 79px;
	width: 394px;
	background: url("images/title_customize-hottie.png") no-repeat 0px 0px;
	float: left;
	text-indent: -9999px;
	margin-top: 4px;
	}	
.customize_home .details{
	height: auto;
	width: 440px;
	float: right;
	font-family: Georgia;
	font-size: 14px;
	color: #666666;
	text-align: center;
	}
.customize_home a.btn_customize{
	display: block;
	width: 412px;
	height: 49px;
	background: url("images/btn_customize-start.jpg") no-repeat 0px 0px;
	text-indent: -9999px;
	margin: auto;
	margin-top: 6px;
	}
.customize_home a.btn_customize:hover{
	background: url("images/btn_customize-start.jpg") no-repeat 0px -49px;
	}
a.btn_customize_show{
	display: block;
	width: 412px;
	height: 49px;
	background: url("images/btn_customize-show.jpg") no-repeat 0px 0px;
	text-indent: -9999px;
	margin: auto;
	margin-top: 6px;
	}
a.btn_customize_show:hover{
	background: url("images/btn_customize-show.jpg") no-repeat 0px -49px;
	}
a.btn_customize_hide{
	display: block;
	width: 412px;
	height: 49px;
	background: url("images/btn_customize-hide.jpg") no-repeat 0px 0px;
	text-indent: -9999px;
	margin: auto;
	margin-top: 6px;
	}
a.btn_customize_hide:hover{
	background: url("images/btn_customize-hide.jpg") no-repeat 0px -49px;
	}
a.btn_customize_float{
	width: 412px;
	height: 49px;
	margin: auto;
	margin-top: 6px;
	margin-right: 20px;	
	float: right;
	}


/****************************************************** 
				RECENT NEWS (HOME)
******************************************************/	

.recent_news_home {
	width: 920px;
	margin: auto;
	margin-top: 0px;
	padding: 5px 15px 30px 15px;
	overflow: hidden;
	border-bottom: 1px solid #c3cbcd;
	}
.recent_news_home h2.title{
	color: #0f0f0f;
	font-size:18px;
	text-transform: uppercase;
	}
.recent_news_home .entry{
	width: 263px;
	float: left;
	padding-top:15px;
	}
.recent_news_home .entry_divider{
	height: 46px;
	width: 30px;
	background: url("images/news_chevrons.jpg") no-repeat 0px 0px;
	float: left;
	margin: 13px 20px 0px 15px;
	}
.recent_news_home .entry h3{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif;
	color: #aa2215;
	font-weight: normal;
	line-height: normal;
	}
.recent_news_home .entry h3 a{color: #aa2215;}
.recent_news_home .entry h3 a:hover{color: #aa5815; text-decoration: underline;}
	
.recent_news_home .entry p{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Georgia, Times, Times New Roman, serif;
	color: #1a1a1a;
	line-height: normal;
	}



/****************************************************** 
				THREE COLUMN (HOME)
******************************************************/	
.tri_col_holder {
	width: 920px;
	margin: auto;
	margin-top: 25px;
	padding: 12px 15px 12px 15px;
	overflow: hidden;
	background: url("images/tri_col_dividers.gif") repeat-y center top;
	}
	
.col1, .col2 {margin-right: 47px;}

.tri_col {
	width: 275px;
	float: left;
	font-size: 12px;
	font-family: Georgia, Times, Times New Roman, serif;
	color: #1a1a1a;
	line-height: normal;	
	}
.tri_col h2.title{
	color: #0f0f0f;
	font-size:18px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	}
.tri_col_holder .artist_name{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif;
	color: #aa2215;
	font-weight: normal;
	line-height: normal;
	}
.tri_col_holder .artist_thumb {
	padding: 4px;
	border: 1px solid #d4d6d7;
	background: #fff;
	margin-right: 10px;
	margin-bottom: 5px;
	}
.tri_col_holder .btn_submit_jam{
	margin: auto;
	display: block;
	background: url("images/btn_submitjam.jpg") no-repeat 0px 0px;
	width: 151px;
	height: 27px;
	text-indent: -9999px;
	margin-top: 8px;
	}
.tri_col_holder .btn_submit_jam:hover{
	background: url("images/btn_submitjam.jpg") no-repeat 0px -27px;
	}
.tri_col_holder .newsletter_submit {
	height: 25px;
	width: 85px;
	background: url("images/btn_signup_yellow.png") no-repeat 0px 0px;
	cursor: pointer;
	text-indent: -9999px;
	border: 0px;
	margin-top: 15px;
	margin-left: 7px;
	} 
.tri_col_holder .newsletter_submit:hover {
	background: url("images/btn_signup_yellow.png") no-repeat 0px -25px;
	}
	
.tri_col_holder .newsletter_input{
	background: #f2f3f5;
	border: 1px solid #bac2c5;
	width: 135px;
	height: 24px;
	line-height: 20px;
	color: #62625c;
	padding: 0px 5px;
	margin-bottom: 1px;
	margin-top: 15px;
	}



/****************************************************** 
						FOOTER
******************************************************/	
#footer {
	clear: both;
	margin-top: 25px;
	width: 100%;
	background: #000 url("images/bg_footer.jpg") top center no-repeat;
	padding-top: 25px;
	padding-bottom: 25px;
	}

.footer_col_holder {
	width: 920px;
	margin: auto;
	padding: 12px 15px 12px 15px;
	overflow: hidden;
	background: url("images/footer_col_dividers.png") repeat-y center top;
	}
	
#footer .col1, #footer .col2 {margin-right: 47px;}

.footer_col {
	width: 275px;
	float: left;
	font-size: 12px;
	font-family: Georgia, Times, Times New Roman, serif;
	color: #1a1a1a;
	line-height: normal;
	}
.footer_col h2.title{
	color: #666666;
	font-size:20px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	}
.footer_col ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 125px;
	float: left;
	margin-right: 8px;
	margin-top: 0px;
	}
.footer_col ul li li{
	list-style: none;
	padding:4px 0px 0px 0px;
	}
.footer_col ul li a{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif; 

	font-weight: bold;
	}
.footer_col ul li a:hover{
	color:#e5d474; text-decoration: none;
	}

.footer_col .btn_customize{
	display: block;
	background: url("images/btn_footer-customize.png") no-repeat 0px 0px;
	width: 218px;
	height: 40px;
	text-indent: -9999px;
	}
.footer_col .btn_customize:hover{
	background: url("images/btn_footer-customize.png") no-repeat 0px -40px;
	}
	
.footer_col .btn_submitjam{
	display: block;
	background: url("images/btn_footer-submitjam.png") no-repeat 0px 0px;
	width: 140px;
	height: 40px;
	text-indent: -9999px;
	margin-top: 8px;
	}
.footer_col .btn_submitjam:hover{
	background: url("images/btn_footer-submitjam.png") no-repeat 0px -40px;
	}
.footer_col .footer_icon {
	padding-right: 5px;
	}
.source, .source a {
	color: #4c4c4c;
	font-size: 10px;
	}

/****************************************************** 
				FOOTER COPYRIGHT
******************************************************/		
.footer_copyright {
	width: 910px;
	margin: auto;
	margin-top:45px;
	background: #1a1a1a;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:4px;
	padding: 8px;
	overflow: hidden;
	color: #848484;
	font-size: 11px;
	}
.footer_copyright .left_txt{
	float: left;
	width: 430px;
	margin-left: 15px;
	}
.footer_copyright .right_txt{
	float: right;
	width: 430px;
	text-align: right;
	margin-right: 15px;
	}
.footer_copyright a{
	color: #92a2af;
	font-family: "lucida grande";
	}

.btn_phoogoo{
	border: 0px;
	display: block;
	float: right;
	height: 19px;
	width: 109px;
	text-indent: -9999px;
	background: url("images/logo_phoogoo.png") no-repeat 0px 0px;
	margin-top: 5px;
	margin-right: 8px;

	}
.btn_phoogoo:hover{
	background: url("images/logo_phoogoo.png") no-repeat 0px -19px;
	}




/****************************************************** 
				NEWSLETTER SIDEBAR FORM
******************************************************/		
.sidebar .newsletter_submit {
	height: 25px;
	width: 85px;
	background: url("images/btn_signup_yellow.png") no-repeat 0px 0px;
	cursor: pointer;
	text-indent: -9999px;
	border: 0px;
	margin-top: -5px;
	margin-left: 7px;
	} 
.sidebar .newsletter_submit:hover {
	background: url("images/btn_signup_yellow.png") no-repeat 0px -25px;
	}
	
.sidebar .newsletter_input{
	background: #f2f3f5;
	border: 1px solid #bac2c5;
	width: 135px;
	height: 24px;
	line-height: 20px;
	color: #62625c;
	padding: 0px 5px;
	margin-bottom: 1px;
	margin-top: 15px;
	}






.alignright{
	float: right;
	margin: 0px 0px 10px 10px;
	}
.alignleft{
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
	
	
/****************************************************** 
					SHOP
******************************************************/		
.shop_category_full{
	margin: auto;
	text-align: center;
	margin-top: 25px;
	}
.shop_category_left{
	width: 424px;
	float: left;
	margin: 20px 0px 10px 42px;
	clear: left;
	}
.shop_category_right{
	float: right;
	clear: right;
	margin: 20px 42px 10px 0px;
	}

	
	
/****************************************************** 
				Guitar Thumbs
******************************************************/		

ul .list_product{
	overflow: hidden;
	margin: auto;
	}
.list_product li{
	float: left;
	margin: 20px;
	text-align: center;
	list-style: none;
	}
.list_product li .title{
	font: 11px;
	}
.list_product li .thumb{
	padding: 10px 20px;
	background: url("images/bg_trans_white.png") repeat;
	border: 1px solid #e2e4e5;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:4px;
	margin: 6px 0px;
	text-align: center;
	}
.list_product li a.viewdetails{
	width:117px;
	height:34px;
	display: block;
	margin: auto;
	background: url("images/btn_viewdetails.jpg") no-repeat 0px 0px;
	text-indent: -9999px;
	}
.list_product li a.viewdetails:hover{
	background: url("images/btn_viewdetails.jpg") no-repeat 0px -34px;
	}
.product_headline{
	font-size: 24px;
	text-align: center;
	padding: 15px 0px;
	line-height: 26px;
	}



/****************************************************** 
					TESTIMONIALS
******************************************************/	
ul.list_testimonials{
	list-style: none;
	margin: 0px;
	}
ul.list_testimonials li{
	clear: both;
	margin: 30px 0px;
	overflow: hidden;
	}
ul.list_testimonials .author{
	width: 135px;
	float: left;
	background: url("images/bg_testimonials-arrow.png") 14px right no-repeat;
	font-size: 11px;
	line-height: 14px;
	padding-bottom: 40px;
	padding-top: 15px;
	padding-right: 10px;
	}
ul.list_testimonials .quote{
	width:400px;
	float: left;
	padding: 20px 25px;
	background: url("images/bg_testimonials.png") repeat;
	font-size: 20px;
	color: #5b6267;
	text-shadow: 1px 0px #eff3f5;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:4px;	

	}





/****************************************************** 
					NOTIFICATION
******************************************************/	
.notification_box{
	width: 548px;
	padding: 25px;
	background: #fffac6;
	border: 1px solid #feda70;
	color: #252525;
	text-align: center;
	margin: auto;
	margin-top: 25px;
	font-size: 14px;
	}


/****************************************************** 
					NEWS/BLOG
******************************************************/	

.post_title{
	padding: 10px 15px;
	width: 590px;
	margin: auto;
	background: url("images/bg_trans_white.png") repeat;
	border: 1px solid #e2e4e5;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:4px;
	margin-bottom: 10px;
	}
.post_title h2{
	margin: 0px;
	padding: 0px;
	}
.post_title h2 a{
	color: #2f2f2f;
	}




/**** PAGINATION ****/
.padd-clear { clear: both; }

div.padd-pagination { 
	margin: 20px 0 0 0;
	height: 30px; 
	}
div.padd-pagination span, div.padd-pagination a {
	display: block; float: left; height: 28px;
	font: normal 12px/28px Helvetica,Arial,sans-serif;
	margin: 0 10px 0 0; padding: 0 10px; text-decoration: none;
	border: 1px solid #ccc; 
	color: #666;
	}
div.padd-pagination span.padd-current, div.padd-pagination span.padd-extend, div.padd-pagination a:hover, div.padd-pagination a:active {
	color: #333;
	background: #f1ede5 none;
	border: 1px solid #c6c6c6;
	}
	
	

/**** COMMENTS ****/
ol.padd-comments-list { display: block; list-style: none; margin: 0; padding: 0; }
ol.padd-comments-list li.comment { display: block; list-style: none; margin: 0; padding: 0 0 25px 0; }

div.padd-comment div.padd-comment-author { width: 80px; float: left; line-height: normal; }
div.padd-comment div.padd-comment-author img { margin: 0 0 10px 0; }
div.padd-comment div.padd-comment-author span { display: block; margin: 0 0 2px 0; }
div.padd-comment div.padd-comment-details-interior { width: 490px; float: left; margin: 0 0 0 20px; }
div.padd-comment div.padd-comment-details-interior div.padd-tb { height: 1px; }
div.padd-comment div.padd-comment-details-interior-wrapper { padding: 0 20px 10px 50px; min-height: 45px; }

div.padd-comment div.padd-comment-details-interior ol, div.padd-comment div.padd-comment-details-interior ul { padding-top: 1em; padding-bottom: 1em; }

ol.padd-trackbacks-list { margin: 0 0 0 3em; padding: 0; }

div.padd-post-box-reply p.cancel-comment-reply { float: right; margin: -1em 0 0 0; }

form#comment-form { display: block; margin: 0; padding: 0; }
form#comment-form p { display: block; margin: 0 0 20px 0; padding: 0; line-height: 27px; }
form#comment-form p.input label { display: none; }
form#comment-form p.input input { width: 390px; padding: 10px; border: 1px solid; }
form#comment-form p.textarea { display: block; margin: 5px 0 10px 0;  }
form#comment-form p.textarea label { display: none; }
form#comment-form p.button { display: block; text-align: left; float: right; margin: 0; padding: 0; }
form#comment-form p.subscribe-to-comments { margin: 0; padding: 0; float: left; }
form#comment-form textarea { width: 565px; height: 148px; padding: 5px 10px; border: 1px solid; }
form#comment-form button { display: block; width: 109px; height: 30px; margin: 0; padding: 0; margin-right: 12px; float: right; border: 0; cursor: pointer; }
form#comment-form button span { display: none; }	

li.odd div.padd-comment-details-interior { background: transparent url('images/bg-comment-even-detail.png') center left repeat-y; }
li.odd div.padd-comment-details-interior div.padd-tb { background: transparent url('images/bg-comment-even-detail-tb.png') top left no-repeat; }
li.odd div.padd-comment-details-interior-wrapper { background: transparent url('images/bg-comment-even-callout.png') top left no-repeat; }

li.even div.padd-comment-details-interior { background: transparent url('images/bg-comment-odd-detail.png') center left repeat-y; }
li.even div.padd-comment-details-interior div.padd-tb { background: transparent url('images/bg-comment-odd-detail-tb.png') top left no-repeat; }
li.even div.padd-comment-details-interior-wrapper { background: transparent url('images/bg-comment-odd-callout.png') top left no-repeat; }

form#comment-form p.input input { color: #000; background: #fff none; border-color: #ddd; }
form#comment-form small { color: #b7b7b7; }
form#comment-form textarea { color: #000; background: #fff none; border-color: #ddd; }
form#comment-form button { background: transparent url('images/btn_addcomment.jpg') left top no-repeat; }
	