/* LOSE THE BORDERS */

.custom #header, .custom .post, .custom .teasers_box, .custom #footer, .custom #footer a, .custom #footer a:active, .custom #archive_info, dl#comment_list dl dt.bypostauthor, dl#comment_list dl dd.bypostauthor .format_text,
.custom .prev_next, .custom #comment_list, .custom #comment_list dd, .custom #commentform, .custom #sidebar_1, .custom #sidebar_2, .custom #comment_list dt.comment, .custom #comment_list dd.comment,
dl#comment_list dl dt, dl#comment_list dl dd .format_text {
	border-bottom: 0px;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
}
.custom #content_box, .custom #column_wrap {
	background: none;
}

.custom {
	background:#070942 url(images/bg.jpg) repeat-x;
	margin-top: 20px;
	font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
}
.custom #header {
	background:url(images/header.jpg) no-repeat;
	height:150px;
	padding:5px 0;
	border:none;
}

.custom #content_box {
	background:#fff;
}

.custom #footer {
	text-align:center;
	color:#999;
}
	.custom #footer a {
		color:#999;
		text-decoration:none;
	}
	.custom #footer a:hover {
		text-decoration:underline;
	}

.custom #tabs {
	border:none;
}
	.custom #tabs li {
		background:none;
		border-color: #036;
		border-style:solid;
		border-width: 0 0 0 1px;
		margin: 8px 10px;
	}
	
	.custom #tabs li a {
	color:#fff;
	font-weight:normal;
	
	}
	.custom #tabs .rss a {
		padding-right: 16px;
	}
	
.custom #tabs .current_page_item, #tabs .current-cat {
	background:none;
	border:none;
}

.custom #sidebar_1 {
	border:none;
}
	.custom #sidebar {
		border:none;
	}

.custom .widget h3 {
	font-weight:bold;
	font-size:18px;
	background-color:#333333;
	color:#fff;
	padding:2px 5px;
	text-transform:none;
	letter-spacing:normal;
	font-variant:normal;
	margin-bottom:5px;
	-moz-border-radius: 5px 5px 0 0;
}

.custom .post h2, .custom .post h1 {
	font-weight:bold;
	font-size:2.6em;
	border-top:1px solid #f1f1f1;
}

.custom .sldrlink {
	display:none;
}

.custom .to_comments {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:url(images/comments.jpg) no-repeat scroll 0 0;
color:#FFFFFF;
display:block;
float:right;
font-family:Helvetica,Arial,sans-serif;
font-size:15px;
font-weight:bold;
height:34px;
line-height:30px;
margin:-28px 3px 0 5px;
text-align:center;
width:48px;
}

	.custom .to_comments a {
		color: #fff;
	}

/*.custom .to_comments {
	background:transparent url(images/mini-comment.gif) no-repeat scroll 0 0;
	float:right;
	padding-left:18px;
}*/
   .custom .bracket {
	   display:none;
   }
   
/* COMMENTS */

.custom #comment_list .children dt.comment, .custom #comment_list .children dd.comment {
	background: none;
	border: 0px;
	border-left: 2px solid #CFDBE4;
}
.custom #comments {
	padding-left: 1.5em;
	padding-right: 1.5em;
}
.custom .bracket {
	display: none;
}
.custom #comment_list dt.comment, .custom #comment_list dd.comment {
	background: #f7fafd;
}
.custom #comment_list dd.comment {
	margin-bottom: 1em;
	border: 1px solid #cfdbe4;
	border-top: 0px;
	margin-left: 1em;
	-moz-border-radius-bottomright: 1em;
	-moz-border-radius-bottomleft: 1em;
	-webkit-border-bottom-right-radius: 1em;
	-webkit-border-bottom-left-radius: 1em;
}
.custom #comment_list dt.comment {
	border: 1px solid #cfdbe4;
	border-bottom: 0px;
	margin-left: 1em;
	-moz-border-radius-topright: 1em;
	-moz-border-radius-topleft: 1em;
	-webkit-border-top-left-radius: 1em;
	-webkit-border-top-right-radius: 1em;
}
.custom #comment_list dt.comment-author-admin, .custom #comment_list dd.comment-author-admin {
		background: #d9eaf5 url(images/admin-bg.jpg) bottom center repeat-y;
}

/* COMMENT FORMS */

.custom #commentform input, .custom #commentform textarea {
	border: 1px solid #cfdbe4;
	background-color: #f7fafd;
}
.custom #commentform input:hover, .custom #commentform textarea:hover, .custom #commentform textarea:focus, .custom #commentform input:focus  {
	border: 1px solid #b6c4ce;
}
.custom #commentform #submit {
	padding: 5px 15px;
	color: #2f333a;
}

/* FEATURE BOX  */

#feature_box  {
	background-color: #fff;
	border:none;
	padding:0;
}

.custom .twtr-doc h3 {
		border:none;
		
	}
