@import url("reset.css");
@import url("global-forms.css");

body {
	background: url(../img/leechninja-bg.png) #ffffff;
	color:#556270;
	font-size:87.5%;
	font-family:'Trebuchet MS', Trebuchet, Tahoma, Arial, sans-serif;
	line-height:1.5em;
	margin:0;
	padding:0;
	text-align:left;
}

h2 {font-size: 1.571em}	/* 22px */
h3 {font-size: 1.429em}	/* 20px */
h4 {font-size: 1.286em}	/* 18px */
h5 {font-size: 1.143em}	/* 16px */
h6 {font-size: 1em}		/* 14px */

h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: .8em;
}
	
a {outline: 0;}
a img {border: 0px; text-decoration: none;}

	
p {margin-bottom: 1.143em;}
* p:last-child {margin-bottom: 0;}

strong, b {font-weight: bold;}
em, i {font-style: italic;}

::-moz-selection {background: #F6CF74; color: #fff;}
::selection {background: #F6CF74; color: #fff;}

ul {
	list-style: outside disc;
	margin: 1em 0 1.5em 1.5em;
}

ol {
	list-style: outside decimal;
	margin: 1em 0 1.5em 1.5em;
	float:left;
}

dl {margin: 0 0 1.5em 0;}
dt {font-weight: bold;}
dd {margin-left: 1.5em;}

blockquote {font-style: italic;}
cite {}

q {}


table {margin:0; padding:0;}
	thead th {padding: .5em .4em; text-align: left;}
	thead td {}

	tbody td {padding: .5em .4em;}
	tbody th {}
	
	tbody .alt td {}
	tbody .alt th {}

	tfoot th {}
	tfoot td {}
	
header, section, footer,
aside, nav, article, figure {
	display: block;
}

.body {clear: both; margin: 0 auto; width: 1000px;}
img.right figure.right {float: right; margin: 0 0 2em 2em;}
img.left, figure.left {float: right; margin: 0 0 2em 2em;}

.cf:after { 
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
} 
.cf { 
display:block;
} 

a { color:#9e0b0f;	text-decoration:none; }
a:hover { color:#9e0b0f; text-decoration:underline; }
#page {
margin:0 auto;
width:1000px;
}
#header {
width:1000px; margin:20px 0 20px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
-webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    0px 1px 2px 0px rgba(50, 50, 50, 0.5);
box-shadow:         0px 1px 2px 0px rgba(50, 50, 50, 0.5);
border-top:3px #000 solid;
background:#9e0b0f;
}
#top {
padding:5px 0;
width:1000px; height:100px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
-webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    0px 1px 2px 0px rgba(50, 50, 50, 0.5);
box-shadow:         0px 1px 2px 0px rgba(50, 50, 50, 0.5);
background:#fff;
clear:both;
}
	#header h1 {
	margin:5px 0 0 10px; padding:0;
	width:244px; height:90px;
	display:block;
	float:left;
	background:url(../img/leechninja-logo.png) 0px 0px no-repeat;
	}
	#header h1 a {
	width:228px; height:78px;
	display:block;
	text-indent:-9999px; overflow:hidden;
	}
	#header h1 a:hover {
	background-color:none;
	}
	#header p.top {
	margin:0; padding:0;
	font-size:11px;
	}
	#header nav {
	margin:0;
	padding:0;
	height:30px;
	width:1000px;
	font-size:1.1em;
	line-height:30px;
	text-align:center;
	clear:both;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-weight:bold;
	}
	
	#header nav ul {float:left; list-style: none; margin:0px 0 0 5px; width:750px;}
	#header nav li {float: left; display: inline; margin: 0; position: relative;}
	#header nav .fb-like {
	margin-top:-5px;
	padding:0px 10px 0 0;
	float:right;
	}
	
	#header nav a {
	color: #fff;
	display: inline-block;
	height: 20px;
	line-height:20px;
	padding: 0px 10px 0px;
	text-decoration: none;
	}
	#header nav a:hover, #banner nav a:active,
	#header nav .active a:link {
	background:#6facd1;
	color: #fff;
	text-shadow: none !important;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}
        #header nav ul ul {
        margin:0; padding:0;
        display:none;
        float: left;
        position: absolute;
        left: 0;
        width: 188px;
        z-index: 99999;
        background:#373c3f;
        border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
        }
        #header nav ul ul ul {
        left:100%;
        top:0;
        }
        #header nav ul ul a {
        color:#fff;
        font-size: 13px;
        font-weight: normal;
        height: auto;
        line-height: 1.4em;
        padding: 5px 5px;
        width: 168px;
        }
        #header nav li:hover > a,
        #header nav ul ul :hover > a,
        #header nav a:focus {
		background:#000;
        color:#fff;
        }
        #header nav li:hover > a,
        #header nav a:focus {
        background:#000;
        color:#fff;
        }
        #header nav ul li:hover > ul {
        display: block;
        }
        #header nav .current-menu-item > a,
        #header nav .current-menu-ancestor > a,
        #header nav .current_page_item > a,
        #header nav .current_page_ancestor > a {
        font-weight: bold;
        }
		#searchform {
		float:right;
		}
		#searchform input.field {
		padding:1px 3px 3px 5px; margin:0;
		line-height:22px; position:relative; top:-1px;
		border-radius:3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		}
		#searchform #searchsubmit {
		margin:6px 6px 0 1px; padding:4px 5px;
		width:40px;
		text-indent:-9999px; overflow:hidden;
		background:#6facd1 url(../img/search-icon.png) 10px 4px no-repeat;
		}
    
	p.searches {
	margin:0; padding:0;
	}
	#bn-1 {
	margin:5px 10px 0 0;
	width:728px;
	height:90px;
	float:right;
	}

#content {
margin:0 auto 20px;
padding:20px;
width:960px;
display:block;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    0px 1px 2px 0px rgba(50, 50, 50, 0.5);
box-shadow:         0px 1px 2px 0px rgba(50, 50, 50, 0.5);
border-top: #000 3px solid;
border-bottom: #9e0b0f 3px solid;
background: #fff;
}
#content:after { 
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
} 
	#current_subcategory_menu {
	margin:0; padding:0 0 10px;
	width:960px;
	list-style:none;
	display:block;
	float:left;
	}
		#current_subcategory_menu li {
		padding:0 10px 0 0;
		float:left;
		}
		#current_subcategory_menu li.current-cat {
		font-weight:bold;
		}
			#current_subcategory_menu li a {
			color:#6facd1;
			text-decoration:underline;
			}
	#content article.post {
	padding:10px 0 5px;
	margin:0 0 5px;
	width:960px;
	float:left;
	border-bottom:#d5d5d5 1px dashed;
	}
		article.post .entry-header {
		
		}
			article.post .entry-header a {
			color:#6facd1;
			text-decoration:underline;
			}
		article.post .entry-meta {
		display:none;
		}
		article.post .comments-link {
		display:none;
		}
		article.post .entry-header {
		
		}
			article.post .entry-header .entry-title {
			width:960px;
			float:left;
			}
			article.post .entry-header h3 {
			font-size:16px;
			}
				article.post .entry-header h3 a {
				text-decoration:none;
				font-weight:bold;
				}
		article.post .entry-content {
		padding:5px 0 0;
		width:960px;
		float:left;
		}
			article.post .entry-content p {
			width:640px;
			float:left;
			}
			article.post .entry-content .ratingblock {
			padding:0; margin:0;
			width:300px;
			float:right;
			clear:right;
			}
			article.post .entry-content blockquote{
			width:600px;
			padding:10px;
			margin:0 0 50px;
			float:left;
			display:block;
			background:#F5F5F5;
			border:#ccc 1px solid;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			-khtml-border-radius: 5px;
			border-radius: 5px;
			}
				.ratingblock div.ratingtext,
				.thumblock div.ratingtext {
				padding:2px 0 0;
				font-size:12px;
				color:#666;
				}
				.thumblock div.ratingtext {
				padding:0 0 0 4px;
				float:left;
				}
				.thumblock .gdup {
				padding:0 4px 0 0;
				}
			article.post .entry-content .thumblock {
			width:300px;
			float:right;
			clear:right;
			}

	#content .entry-content {
	padding:10px 0 0;	
	}

#content .entry {
width:960px;
float:left;
clear:both;
margin:0 0 10px;
padding:1em 0;
}

/* Pagination */
.pagination {
clear:both;
padding:10px 0;
width:960px;
font-size:11px;
line-height:13px;
text-align:center;
}
.pagination span, .pagination a {
margin: 2px 4px 2px 2px;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background:#373C3F;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}
.pagination a:hover {
color:#fff;
background:#6facd1;
}
.pagination .current {
padding:6px 9px 5px 9px;
background:#6facd1;
color:#fff;
}

/* =Comments
----------------------------------------------- */
#comments {
padding:20px 0;
width:100%;
display:block;
float:left;
}
#comments-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
	padding: 0 0 2.6em;
	text-transform: uppercase;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 68.9%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url(../images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(../images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 68.9%;
	clear:both;
}
body #main #comments #respond input[type="text"],
#respond textarea {
display:block;
background: #fff;
border: 4px solid #eee;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
position: relative;
padding: 10px 10px 10px 80px;
/*text-indent:80px;*/
}
#respond textarea {
padding:10px;
}

#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-comment {
padding-top:15px;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	/*background:#eee;
	-webkit-box-shadow:1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow:1px 2px 2px rgba(204,204,204,0.8);
	box-shadow:1px 2px 2px rgba(204,204,204,0.8);*/
	color:#555;
	display:block;
	font-size:13px;
	left:4px;
	margin:0 0 -20px;
	min-width:60px;
	padding:4px 10px;
	position:relative;
	top:20px;
	z-index:3;

}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond .comment-form-comment label { display:none; }
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 85%;
	position: absolute;
	top: 25px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin:2px 0;
	padding:2px 0;
}
#respond .form-submit {
padding-top:0px;
width:400px;
float:right;
margin:-20px 0 10px;
}
#respond input#submit {
background:#6facd1;
border: none;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
color: #eee;
cursor: pointer;
font-size: 15px;
margin: 20px 10px;
padding: 5px 22px 5px 22px;
text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
float:right;
}
#respond input#submit:active {
background:#1982d1;
color:#bfddf3;
}
#respond #cancel-comment-reply-link {
color: #666;
margin-left: 10px;
text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
text-decoration: underline;
}
.commentlist #respond {
margin: 1.625em 0 0;
width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 20px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
margin: 0;
}
.form-allowed-tags {
display: none;
}

.capcha-div {
width:250px;
}

#respond .capcha-div input[type="text"] {
width:173px;
}

.entry-title {font-size: 1.429em; margin-bottom: 0;}
.entry-title a:link, .entry-title a:visited {text-decoration: none;}

	#posts-list {list-style: none; margin: 0;}

#posts-list footer {
left:10px;
position:absolute;
top:1.5em;
width:190px;
}

#footer {
margin:0 auto;
padding:0 0 10px;
width:1000px;
clear:both;
text-align:center;
}
	#footer ul {
	margin:0; padding:0;
	width:100%;
	list-style:none;
	display:block;
	}
		#footer ul li {
		padding:0 5px;
		display:inline;
		}

/* */
form.gen-form {
margin:0; padding:0;
width:960px;
}
	form.gen-form textarea {
	margin:0; padding:10px;
	width:938px;
	height:100px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-family:"Courier New", Courier, monospace;
	border:#9e0b0f 1px solid;
	background-color:#fdfafa;
	}
	form.gen-form textarea.act {
	background:#f9fcfe url(../img/loading-bar.gif) center center no-repeat;
	}
	form.gen-form label {
	padding:10px 0;
	width:960px;
	float:left;
	}
	form.gen-form input.agree {
	margin:5px 10px 0 5px;
	float:left;
	}
	form.gen-form .btn {
	padding:10px 0;
	/*width:624px;
	float:right;*/
    width:960px;
    float:left;
	text-align:center;
	}
	form.gen-form input.submit {
	display:inline;
	border:#556270 1px solid;
	}
/* */
#d-spc {
margin:0 auto 20px;
width:1000px;
clear:both;
}
    #d-spc .inside {
    padding:20px;
	width:960px;
	float:left;
	display:block;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 1px 2px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 1px 2px 0px rgba(50, 50, 50, 0.5);
	background: #fff;
	border-top: #000 3px solid;
	border-bottom: #9e0b0f 3px solid;
    }
    #d-spc .inside.hl,
    .hl {
    background:url('../img/100-iks-100.gif') center top;
    }
/* */
#social {
margin:0 auto 20px;
width:1000px;
}
	#social .social-facebook,
	#social .social-twitter {
	padding:20px;
	width:450px;
	float:left;
	display:block;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow:0px 0px 6px 2px #ccc;
	-webkit-box-shadow:0px 0px 6px 2px #ccc;
	box-shadow:0px 0px 6px 2px #ccc;
	background: #fff;
	border-top: #000 3px solid;
	border-bottom: #9e0b0f 3px solid;
	}
	#social .social-twitter {
	float:right;
	}
		#social .social-twitter iframe {
		width:450px;
		}
/* */
.tmr {
margin:0 auto 20px;
padding:5px;
width:468px;
height:60px;
text-align:center;
}
    .tmr-bg {
    width:468px;
    height:60px;
    background:#fff;
    }
    .tmr span {
    font-size:16px;
    font-weight:bold;
    }
    .tmr #tm {
    font-size:26px;
    color:#fff;
    text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2);
    }
/* */
.related-news {
margin:0 auto 20px;
padding:20px;
width:960px;
display:block;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-moz-box-shadow:0px 0px 6px 2px #ccc;
-webkit-box-shadow:0px 0px 6px 2px #ccc;
box-shadow:0px 0px 6px 2px #ccc;
background: #fff;
border-top: #000 3px solid;
border-bottom: #9e0b0f 3px solid;
}
.related-news:after { 
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
    .related-news .news-title {
    margin:0; padding:0 0 10px;
    font-size:16px;
    font-weight:bold;
    }
    .related-news .news-content {
    padding:0 0 20px;
    }
    .related-news .news-content p {
    margin:0; padding:0;
    }
    .related-news a.read-more {
    float:right;
    }
    .news p.date {
    margin:0; padding:0 0 10px;
    font-size:12px;
    color:#ccc;
    }
#content .news {
    padding-bottom:30px;
}
    #content .news a {
    text-decoration:none;  
    }
    #content .news-content p {
    margin:0; padding:0 0 7px;  
    }
/* */
.premium-links {
width:920px;
margin:0 0 20px;
padding:20px;
background:#FFFBEF;
border:#9e0b0f 1px solid;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}
	.premium-links a:active,
	.premium-links a:visited {
	color:#c21112;
	}
#t-spc {
margin:0 auto 20px;
width:1000px;
clear:both;
}
    #t-spc .inside {
    padding:10px;
	width:980px;
	float:left;
	display:block;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow:0px 0px 6px 2px #ccc;
	-webkit-box-shadow:0px 0px 6px 2px #ccc;
	box-shadow:0px 0px 6px 2px #ccc;
	background: #fff;
    }
.b-t-l-1 {
width:980px;
height:50px;
}
	.b-t-l-1 .spc {
	width:320px;
	height:50px;
    float:left;
	}
    .b-t-l-1 .txt {
    width:620px;
    height:50px;
    float:right;
    overflow:hidden;
    font-family:Verdana, Arial, sans-serif;
    font-size:12px;
    color:#222222;
    }
        .b-t-l-1 .txt p {
        margin:0; padding:0;  
        }
.b-c-g-1 {
padding:0 0 20px;
}
    .b-c-g-1 p {
    margin:0; padding:0;
    }
.b-l-1 {
margin:0 auto; padding:0px 330px 10px;
width:300px;
float:left;
}
	.b-l-1 .spc {
	padding:20px 0 60px;
	border-top:#ccc 1px solid;
	width:300px;
	height:255px;
	}
    .b-l-1 p, .b-h-1 p {
    margin:0; padding:0 0 2px;
    height:10px; display:block;
    text-align:right;
    font-size:9px;
    text-transform:uppercase;
    color:#999;
    }
.b-h-1 {
margin:0;
padding:30px 0 20px;
width:336px;
float:left;
}
	.b-h-1 .spc {
	padding:10px 0 0;
	border-top:#ccc 1px solid;
	width:336px;
	height:300px;
	}
 #d-spc .b-h-1 {
 padding:0;
 }
  #d-spc .b-h-1 .spc {
  height:280px;
  }
.b-h-2 {
margin:0 auto; padding:0;
width:970px;
float:left;
}
	.b-h-2 .spc {
    margin:0 0 0 -5px;
	padding:0;
	width:970px;
	}
    .b-h-2 p {
    margin:0; padding:0 0 2px;
    height:10px; display:block;
    text-align:right;
    font-size:10px;
    text-transform:uppercase;
    border-bottom:#ccc 1px solid;
    color:#999;
    }
/* */
.dmca-protected {
height:21px;
right:10px; bottom:10px;
}
/* */
p.leech-title {
padding:20px 20px;
font-size:16px;
font-weight:bold;
text-align:center;
}
p.leech-btn {
padding:20px 0;
/*width:460px;
float:right;*/
width:960px;
text-align:center;
}
	p.leech-btn button {
	background:#9e0b0f;
	border: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-family: inherit;
	font-size: inherit;
	padding: .3em 2em;
	text-shadow: 1px 1px 1px #000;
	border:#556270 1px solid;
	}
.g-rcap-cont {
	padding:20px 0 0;
	width:100%;
}
.g-rcap-cont .g-recaptcha {
	display: block;
}
/* */ 
.msg-error {
width:100%;
background:#FFCACB;
border:inset #F00 1px;
margin:0 0 20px;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}
	.msg-error p {
	padding:10px;
	}
/* */
#nav-single h3.assistive-text {
display:none;
}

body .cc_container {
    background:#ffffff;
    zoom: 1;
    filter: alpha(opacity=85);
    opacity: 0.85;
    font-size:14px;
    padding:6px 5px 6px 20px !important;
}
body .cc_container .cc_message {
    margin-top:2px;
}
body .cc_container .cc_btn {
    padding:2px !important;
}
/* */
.sel-form {
	text-align: center;
}
.sel-form select {
	padding:3px;
	font-size:14px;
	display: inline-block;
}
.sel-form .btn {
	padding:10px 0;
}