/* 
/   Version 1.1
*/

/* IMPORTS ------------------------------------------------------------*/

@import url('reset.css');

@import url('styled-elements.css');

/* HACKS ------------------------------------------------------------*/

.clear{
	clear:both;
	height:1px;
}

.inv{ display:none; }

.alignleft{
	float: left;
	margin: 5px 10px 5px 0px;
}

/* GENERAL ------------------------------------------------------------*/

html, body{ height: 100%; }

body {
	line-height: 1;
	color: ;
	background: url(../images/page_adj.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size:  100%;
	line-height: 1.5em;
	
}

.wrapper{
	width: 960px;
	margin: 0px auto;
	position: relative;
}






















/* sidebar ad ------------------------------------------------------------*/


.sidebar  .ad-holder{
	background: url(../img/bg/patterns/obl-1x1-light.png);	
	border: medium none !important;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
	height: auto !important;
	overflow: visible !important;
	padding: 20px 0px;
	width: 300px !important;
	text-align: center !important;
}

.sidebar .carbonad {
    background: none repeat scroll 0 0 transparent !important;
    border: medium none !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    height: auto !important;
    overflow: visible !important;
    text-align: center !important;
   	width: 280px !important;
}

.sidebar  .carbonad-text {
    display: block !important;
    float: none !important;
    margin: 0 auto !important;
    padding: 0 20px;
    width: 185px !important;
}

.sidebar  .carbonad-image img {
    float: none !important;
    margin: 0 auto 10px !important;
}

.sidebar  .carbonad-tag {
    float: none !important;
    font-style: italic !important;
    margin: 0 auto !important;
}

.sidebar  .carbonad-tag a {
    font-weight: normal !important;
}

/* TABLE ------------------------------------------------------------*/

.sidebar table {
	border-collapse:separate;
	border-spacing:0;
	background: #fff;
	
	margin-bottom:28px;
	width:100%;
	text-align: left;
	
	-webkit-box-shadow:  0 1px 2px rgba(0, 0, 0, 0.1); 
	-moz-box-shadow:  0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow:  0 1px 2px rgba(0, 0, 0, 0.1);
}

.sidebar table, td, th {
	vertical-align: top;
}

.sidebar th{
	border-top: 5px solid #555555;
	color: #ffffff;
	padding:10px;
	text-transform:uppercase;
	background-color: #c2585c;
}

.sidebar td{
	padding: 10px 20px;
}

.sidebar .first-item td{
	padding-top: 30px;
}

.sidebar .last-item td{
	padding-bottom: 30px;
}

.sidebar td.attr-name,
.sidebar th.attr-name{
	border-right: 1px solid #ccc;
}










/* FORMS ------------------------------------------------------------*/

#commentform,
#contactForm{
	margin-bottom: 18px;
}

#contactForm input,
#contactForm textarea,
#commentform input,
#commentform textarea{
	padding: 8px 3px;
	background: #ffffff;
/* 	background: #eeeeee; */
	color: #7a7e83;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-left: 1px  solid #e2e2e2;
	border-right: 1px  solid #e2e2e2;
/*	border-left: none;
	border-right: none; */
	border-top: 1px  solid #e2e2e2;
	border-bottom: 1px  solid #e2e2e2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	overflow: auto;
}

#contactForm input,
#commentform input{
/*	width: 180px; */
	width: 280px;
/*	height:15px; */
	margin-bottom: 20px;
}

#contactForm textarea,
#commentform textarea{
	width: 280px;
	
	height: 20px;
}

#contactForm #submit,
#commentform #submit{
	width: 76px;
	margin: 21px 0px;
	padding: 5px 0px;
	background: url(../img/button-bg.png) repeat-x;
	float: left;
	color: #fff;
}

#contactForm #submit:hover,
#commentform input#submit:hover{
	opacity: 0.8;
}

#commentform label{
	font-size: 14px;
}

#commentform #submit{ float: left; }

#respond{ 
	margin: 25px 0 50px 0px;
	overflow: hidden;
}

#respond .cancel-comment-reply a{
	color: #282d34;
	font-size: 12px;
	text-decoration: none;
	margin-bottom: 20px;
	display: block;
}

/* COMMENTS ------------------------------------------------------------*/

#comments-wrap a{
	text-decoration: none;
}

.comment {
  border-bottom: 1px #ccc dotted;
  margin: 0 0 18px;
  padding: 0 0 18px;
}


.respond-title-wrap,
.comment-title-wrap {
	border-bottom: 1px solid #ecedf3;
	padding: 0 0 15px 0;
	margin: 0 0 30px 0;
}

#respond-title,
#comments,
.add-comment-link {
	font-size: 15px;
	color: #2c2d31;
	font-weight: regular;
}

.respond-caption { font-size: 11px; }

.add-comment-link a {
	text-decoration: none;
	font-size: 12px;
	padding: 0 15px 0 0;
	 
}

.commentlist {
	margin: 0 0 30px 0;
	list-style-type: none;
	font-size: 13px;
}

.commentlist ul {
	margin: 0 0 0 10px;
	padding: 0 0 0 40px;
}

.commentlist ul li { padding: 0 0 25px 0; }

.commentlist ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	background: none;
}

.commentlist ul li:first-child .comment-border {
	 border-bottom: 1px #ccc dotted;
	margin: 18px 0 0 0;
 	height: 18px;
	width: 430px;
}

.comment {
	margin: 0 0 18px 0;
	padding: 0 0 18px 0;
}

.children .comment {  
	border-bottom: none;
	margin-top: 20px;
	border-top: 1px #ccc dotted;
	
}

.children { list-style-type: none; }

.comment .avatar {
	float: left;
	margin: 2px 15px 0 0;
}

.comment .children .avatar {
	width: 30px;
	height: 30px;
	margin: 4px 10px 0 0;
}

.comment p:last-child { margin: 0; }

.comment-meta { 
	margin: 0 0 12px 50px; 
	color: #a4a5aa;
	font-size: 11px;
	position: relative;
}

.children .comment-meta { margin-left: 40px; }

.comment-meta a {
	font-weight: normal;
	color: #ccc;
	padding: 0 15px 0 0;
	background: url(../img/right-arrow.png) no-repeat right center;
}

.comment-reply-link-wrap {
	position: absolute;
	right: 0;
	top: -18px;
}

.comment-author cite {
	font-weight: bold;
	font-style: normal;
	color: #2C2D31;
	margin: 0;
	padding: 0;
}

.comment-author cite a {
	padding: 0 15px 0 0;
}

.comment .children .comment-body { margin: 20px 0 0 20px; }

.nocomments {
	text-align: center;
	padding: 20px;
}

.comment-body ul { list-style-type: disc; }

.comment-body ol { list-style-type: decimal; }






















