/*
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:0px;}
.clearboth{clear:both;}

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


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


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

html {
	margin:0px;
	padding:0px;
    font-family:Arial, Helvetica, sans-serif;	letter-spacing:normal;
	background: #000 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:Arial, Helvetica, sans-serif;
 	color: #1a1a1a;	
	}
	
body.sub {
	background: #020202 url('../images/bg_cntech.jpg') top left repeat-x;
	}



	#bottone{
	height:122px;
	width:650px;
	}
/****************************************************** 
					HEADER
******************************************************/	
#header {
	width: 950px;
	margin: auto;	
	height:80px;
	}

 #nav div.logo a {
	background: url("../images/logo.png") no-repeat 0px 13px;
	display: block;
	width:950px;
	height:55px;
	text-indent:-9999px;
	margin: auto;

	
	}




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

#nav { /* Nav Holder */
	clear: both;
	width:100%;
	margin:auto;
	height:130px;
	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;
	padding-top:18px;
	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:#ff9900;
	font-size:1.3em;
	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:#efc869;
		
	}
#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:#ff9900;
	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;
	display: block;
	float: left;
	background: url("../images/arrow_pagetitle.png") bottom 10px no-repeat;
	padding-bottom: 6px;
	margin-left: 25px;
	width: 500px;
	text-align: left;
	}
	
.sub .container .page_title ul.breadcrumbs{
	float: right;
	width: 420px;
	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;
	}
.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: #ff9900;
	}
.sub .container .page_title ul.breadcrumbs li a:hover{
	color:#e2be65;
	}
	

/****************************************************** 
				SUBPAGE (WITH SIDEBAR)
******************************************************/	
.content {
	width: 970px;
	margin: auto;
	overflow: hidden;
	margin-top: 15px;
	padding-bottom: 15px;
	}
	.content2 {
	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: 570px;
	float: left;
	margin-left: 0px;
	color: #6c6c6c;
	font-size: 12px;
	}
	
.mainCol2 {
	width: 650px;
	float: left;
	margin-left: 0px;
	color: #6c6c6c;
	font-size: 12px;
	}
	.mainCol3 {
	width: 950px;
	float: left;
	margin-left: 0px;
	color: #6c6c6c;
	font-size: 12px;
	}
	

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

.sidebar {
	width:344px;
	float: right;
	margin-right:35px;
	font-size: 12px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif; 
	line-height: 18px;
	color: #3f4347;
	}
.sidebar .sidebar-item{
	padding-bottom: 20px;
	}
	.sidebar2 {
	width:250px;
	float: right;
	margin-right:35px;
	font-size: 12px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif; 
	line-height: 18px;
	color: #3f4347;
	}
.sidebar2 .sidebar-item{
	padding-bottom: 20px;
	}
/****************************************************** 
					TYPOGRAPHY
******************************************************/	
.sans {
	font-family: Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size:14px;
	}
.red {
	color: #aa2215;
	}

.mainCol h2{
	font-family: Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 18px;
	margin-top:0px;
	}
.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_catalogo.jpg") no-repeat 0px 0px;
	width: 200px;
	height: 27px;
	text-indent: -9999px;
	margin-top: 8px;
	}
.sidebar .btn_submit_jam:hover{
	background: url("../images/btn_catalogo.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: arial;
	}
.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;
	background: url("../images/btn_PDE.jpg") no-repeat 0px 0px;
	width: 194px;
	height: 35px;
	margin-right:10px;
		margin-left:70px;

	}
.btn_buynow:hover{
	background: url("../images/btn_PDE.jpg") no-repeat 0px -35px;
	cursor: pointer;
	}
	
	
	.btn_buy_vp37{
	margin: auto;
	border: 0px;
	background: url("../images/btn_VP37.jpg") no-repeat 0px 0px;
	width: 194px;
	height: 35px;
	text-indent: -9999px;
	margin-top: 8px;
		margin-left:70px;

	}
.btn_buy_vp37:hover{
	background: url("../images/btn_VP37.jpg") no-repeat 0px -35px;
	cursor: pointer;
	}
	
	.btn_buy_cr2{
	margin: auto;
	border: 0px;
	background: url("../images/btn_CR2.jpg") no-repeat 0px 0px;
	width: 194px;
	height: 35px;
	text-indent: -9999px;
	margin-bottom: 8px;
    margin-left:70px;

	}
.btn_buy_cr2:hover{
	background: url("../images/btn_CR2.jpg") no-repeat 0px -35px;
	cursor: pointer;
	}
	
	.btn_buy_cr6sb{
	margin: auto;
	border: 0px;
	background: url("../images/btn_cr6sb.jpg") no-repeat 0px 0px;
	width: 194px;
	height: 35px;
	text-indent: -9999px;
	margin-top: 8px;
	margin-left:70px;
	}
.btn_buy_cr6sb:hover{
	background: url("../images/btn_cr6sb.jpg") no-repeat 0px -35px;
	cursor: pointer;
	}

	.btn_buy_cr6{
	margin: auto;
	border: 0px;
	background: url("../images/btn_cr6.jpg") no-repeat 0px 0px;
	width: 194px;
	height: 35px;
	text-indent: -9999px;
    margin-left:70px;
	margin-top: 8px;
	}
.btn_buy_cr6:hover{
	background: url("../images/btn_cr6.jpg") no-repeat 0px -35px;
	cursor: pointer;
	}

	
	
.btn_viewcart{
	margin: auto;
	color:#000000;
	text-align: center;
	font-weight: bold;
	background: none;
	border: 1px;
	display: block;
	height: 20px;
	margin-top: 8px;
	background-color:#dddddd;
	width:120px;
	
	}
.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:490px;
	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: #000;
	padding: 5px 11px;
	margin-right: 5px;
	line-height: normal;
	color: #fff;
	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;
	}
		
	
	
	
	
/****************************************************** 
				SLOGAN HOME (HOME)
******************************************************/	

.style9 
{
color: #c9031a;
font-family: Verdana,Arial,sans-serif;
font-size: 12px;
line-height: 17px;
font-weight: bold;
text-transform: capitalize;
line-height:30px;

}
.style8 
{
color: #000;
font-family: Verdana,Arial,sans-serif;
font-size: 12px;
font-weight: bold;
line-height: 17px;
text-transform: capitalize;
line-height:30px;

}	
.slogan_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;
	}
.slogan_home .title{
	font-size: 14px;

	color:#c9031a;
	width: 394px;
	font-weight:bold;
	float: left;
	margin-top: 4px;
	}	
	.slogan_home .title span{
	color:#333;
	width: 394px;
	float: left;
	margin-top: 4px;
	}
	
.slogan_home .details{
	width: 440px;
	float: right;
	font-family: arial;
	font-size: 12px;
	color:#333;
	text-align: left;
	}
	.slogan_home .details h3{
		margin-top: 4px;

	float: right;
	font-family: arial;
	font-size: 16px;
	color:#c9031a;
	text-align: left;
	}
.slogan_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;
	}
.slogan_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;
	}


/****************************************************** 
				ULTIME NEWS (HOME)
******************************************************/	

.ultime_news_home {
	width: 920px;
	margin: auto;
	margin-top: 0px;
	padding: 5px 15px 10px 15px;
	overflow: hidden;
	}
.ultime_news_home h2.title{
	color: #0f0f0f;
	font-size:18px;
	text-transform: uppercase;
	}
.ultime_news_home .entry{
	width: 920px;
	float: left;
	padding-top:15px;
	
	}
.ultime_news_home .entry_divider{
	height: 2px;
	width: auto;
	border-bottom:#00FF00 1px solid;
	float: left;
	margin: 13px 20px 0px 15px;
	}
.ultime_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: 20px;
	}



/****************************************************** 
				BUTTON (HOME)
******************************************************/	
.button_home {
	margin: auto;
	margin-top: 25px;
	padding: 0px 0px 2px 205px;
	overflow: hidden;
	}	


.button_home .btn_submit_jam{
	margin: auto;
	display: block;
	background: url("../images/btn_catalogo.jpg") no-repeat 0px 0px;
	width: 200px;
	height: 27px;
	text-indent: -9999px;
	margin-top: 8px;
	}
.button_home .btn_submit_jam:hover{
	background: url("../images/btn_catalogo.jpg") no-repeat 0px -27px;
	}

.button_home .newsletter_submit:hover {
	background: url("../images/btn_signup_yellow.png") no-repeat 0px -25px;
	}
	
.button_home .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%;
	padding-bottom: 10px;
	}

#footer_col_holder {
		background: #000 url("../images/bg_footer.jpg") top center;

	width: 930px;
	margin: auto;
	padding: 12px 15px 12px 15px;
	overflow: hidden;
	}
	

#footer_col_holder .footer_col1  {
	width: 720px;
	float: left;
	font-size: 12px;
 font-family:Arial, Helvetica, sans-serif;
 	color: #fff;
	line-height: normal;
	}
	
#footer_col_holder .footer_col2  {
	width: 170px;
	font-size: 12px;
	float:right;
 font-family:Arial, Helvetica, sans-serif;
 	color: #fff;
	line-height: normal;
	}
#footer_col_holder h2.title{
	color: #666666;
	font-size:1.7em;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	}

/****************************************************** 
				FOOTER COPYRIGHT
******************************************************/		
.footer_copyright {
	width: 910px;
	margin: auto;
	margin-top:15px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:4px;
	padding: 8px;
	overflow: hidden;
	color: #848484;
	font-size: 12px;
	}
.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";
	}

/****************************************************** 
				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: 540px;
	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;
	}
.post_title2{
	padding: 10px 15px;
	width: 850px;
	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;
	text-align:left;
	
	}
.post_title2 h2{
	margin: 0px;
	padding: 0px;
	}
.post_title2 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; }
	
