﻿/*
Theme Name: Pure TV Network - Pure SYTYCD
Theme URI: http://crashutah.com/
Description: Modified from Problogger
Author: John Lynn
Author URI: http://crashutah.com/
Version: 3.0
*/
/* main layout */
@charset "utf-8";
/************************************************************************************
START FONT FACE
*************************************************************************************/
@font-face {
	font-family: 'BankGothic Md	BT';
	src: url('font/1532-webfont.eot');
	src: local('☺'), url('font/1532-webfont.woff') format('woff'), url('font/1532-webfont.ttf')  format('truetype'), url('font/1532-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Arno pro';
	src: url('font/arnopro-regular-webfont.eot');
	src: local('☺'), url('font/arnopro-regular-webfont.woff') format('woff'), url('font/arnopro-regular-webfont.ttf')  format('truetype'), url('font/arnopro-regular-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AvantGarde Bk BT';
	src: url('font/846-webfont.eot');
	src: local('☺'), url('font/846-webfont.woff') format('woff'), url('font/846-webfont.ttf')  format('truetype'), url('font/846-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/************************************************************************************

END FONT FACE

*************************************************************************************/
/* CSS Document */

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, p, pre, table, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
/* set html5 elements to block */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
.clr {
	clear:both;
}
body {
	margin:0px;
	padding:0px;
	color:#000;
	font:14px Arial, Helvetica, sans-serif;
	background:url(images/bg.jpg) repeat center top;/*background:#CCC url(images/bg.jpg) repeat center top ;*/

}
.body_section {
	background:url(images/bg.jpg) repeat top;
	display:block;
}
@font-face {
	font-family:"Century Gothic";
 src: url(Century Gothic.TTF);
}
.float-l {
	float:left;
}
.float-r {
	float:right;
}
.clear, .clear-both {
	clear:both;
}
a, button, input {
	outline:none;
}
a {
	color:#911317;
	text-decoration:none;
}
a:hover {
	color:#911317;
	text-decoration:underline;
}
a:hover, button, input {
	outline:none;
}
h1, h2, h3, h4 {
	margin:0;
	padding:0;
	font-family: UbuntuBold, Arial, Helvetica, sans-serif;
}
p {
	padding:0;
	margin:0;
}
form {
	margin:0;
	padding:0;
}
input {
	padding:0;
	margin:0;
}
.clr {
	color:#fff;
}
#main-container {
	width:960px;
	margin:0px auto;
}
#header {
	display:block;
	width:100%;
	background:url(images/header-bg.png) repeat-x;
	height:92px;
}
.header-main {
	width:1120px;
	margin:0px auto;
}
.logo {
	float:left;
	margin:0px;
	padding:10px 0px 0px 0px;
	font-family: 'BankGothic Md	BT';
	font-size:39px;
	width:502px;
}
.logo img {
	float:left;
	margin:5px 0 0;
	display:inline-block;
	width:65px;
	height:54px;
}
.logo span {
	font-family: 'Arno pro';
	font-size:39px;
	color:#721f27;
}
.logo p {
	background: none repeat scroll 0 0 #E6E6E6;
	color: #131313;
	display: inline-block;
	font-family: 'AvantGarde Bk BT';
	font-size: 10px;
	margin-left: 4px;
	margin-top: -4px;
	padding: 2px 4px;
	letter-spacing:0px;
}
.logo a {
	line-height:normal;
}
.logo a:hover {
	text-decoration:none;
}
.right_logo_con {
	float:left;
	width:530px;
	color:#131313;
	letter-spacing:-2px;
}
.header-banner {
	float:right;
	margin:10px 0px 0px 0px;
}
.main {
	width:1150px;
	margin:0px auto;
	overflow:visible;
}
#top-nav {
	width:100%;
	float:left;
	background:url(images/nav-bg.png) repeat-x bottom;
	padding:9px 0px 8px 0px;
	margin:0px 0px 18px 0px;
	z-index:9;
}
#top-nav ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}
#top-nav ul li {
	padding:0px;
	margin:0px 10px 0px 0px;
	display:inline-block;
	float:left;
	position:relative;
	z-index:99;
}
#top-nav ul li a {
	padding:8px 15px;
	margin:0px;
	display:block;
	text-decoration:none;
	font-size:14px;
	text-transform:uppercase;
	color:#000;
}
#top-nav ul li a:hover, #top-nav ul li.current_page_item a, #top-nav ul li.current_page_ancestor a {
	background:#4f4f4f;
	text-decoration:none;
	color:#fff;
}
#wp-calendar {
	display:block;
	width:auto;
	margin:0 10px 10px 10px;
	font-size:11px;
	background:#eeeeee;
}
#wp-calendar caption {
	display:block;
	padding:0 0 3px 0;
	text-align:left;
	background:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
}
#wp-calendar th, #wp-calendar td {
	padding:1px 3px;
}
/*===============Start of dropdown==============*/





#top-nav ul li ul {
	z-index:9999;
	padding:0px 0px 5px 0px;
	width:224px;
	display:none;
	position:absolute;
	top:31px;
	left:0px;
	font-size:11px;
}
#top-nav ul li#menu-item-6978 ul ul {
	left:-100% !important;
	top:0px;
}
#top-nav ul li ul ul {
	left:100% !important;
	top:0px;
}
#top-nav ul li:hover ul {
	display:block;
}
#top-nav li ul li a {
	display:block;
	padding:8px 0 8px 15px;
	text-decoration:none;
	background:#4f4f4f;
	color:#FFF;
	float:none;
	line-height:normal;
	border-bottom:#999999 1px solid;
	width:197px;
}
#top-nav ul li ul li.last {
	padding:0 !important;
}
#top-nav ul li ul li.last a {
	border:none;
}
#top-nav ul li ul li {
	float:none;
	background:none;
	padding:0 0px 0 0px;
}
/*

#maincontainer #menu ul li ul li a:hover, #maincontainer #menu ul li ul li.current_page_item a, #maincontainer #menu ul li.last ul li.current_page_item a, #menu ul#menu-main-menu li.current-menu-item ul li.current-menu-item a, #menu ul#menu-main-menu li.current-menu-ancestor ul li.active a {

	background:#0f3974 !important;

	color:#75c0eb;

}*/



#top-nav ul li ul li:hover {
	background:none;
}
#top-nav ul li ul li {
	background:none;
	color:#FFFFFF;
	margin:0 0 0 0px;
	display:inline-block;
}
#top-nav li ul li a:hover, #top-nav li ul li.current-menu-item a {
	background:#8d1521;
	color:#FFF;
}
#top-nav ul li ul li a span {
	display:block;
}
#top-nav ul li:hover ul, #top-nav ul li ul li:hover ul {
	display:block;
}
#top-nav ul li:hover ul ul {
	display:none;
}
/*===============end of dropdown==============*/





























.abc {
	width:100%;
	float:none !important;
	padding:0px 0px 50px 0px;
}
#top-serachbox {
	float:right;
	width:350px;
}
#top-serachbox ul {
	margin:0px;
	padding:0px;
}
#top-serachbox ul li {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#top-serachbox .search-feald {
	width:218px;
	float:left;
	margin:0px 3px 0px 0px;
	padding:2px 3px 3px 3px;
	background:#eeeeee;
	border:1px solid #d0d0d0;
}
#top-serachbox .search-button {
	border:none;
	background:url(images/search-btn-bg.jpg) repeat-x;
	padding:3px 0px;
	font-size:13px;
	font-weight:bold;
	margin:0px 12px 0px 0px;
	color:#fff;
	cursor:pointer;
	float:left;
	width:71px;
	text-align:center;
}
#top-serachbox .rss {
	float:left;
}
#left {
	width:760px;
	float:left;
	margin:0px 40px 0px 0px;
}
#right {
	width:350px;
	float:left;
}
.right-bannerbox {
	float:left;
	margin:0px 0px 11px 0px;
}
.sponsors-heading {
	width:328px;
	font-size:14px;
	font-weight:bold;
	color:#721f27;
	padding:12px 10px;
	background:#fff;
	border:1px solid #c6c6c6;
	margin:0px 0px 10px 0px;
}
.sponsors-heading-search {
	width:708px;
	font-size:14px;
	font-weight:bold;
	color:#721f27;
	padding:12px 10px;
	background:#fff;
	border:1px solid #c6c6c6;
	margin:0px 0px 10px 0px;
	clear: both;
}
#columnbox-2 {
	width:350px;
	float:left;
}
#right .left-ul, #right .right-ul {
	width:168px;
	float:left;
	margin:0px 14px 10px 0px;
	padding:0px;
	list-style-type:none;
}
#right .right-ul {
	width:168px;
	float:left;
	margin:0px 0px 10px 0px;
}
#right .left-ul .widget-container .right-ul, #right .widget-container {
	width:166px;
	float:left;
	background:#fff;
	border:1px solid #c6c6c6;
	margin:0px 0px 10px 0px;
}
.right-margin-none {
	margin-right:0px !important;
	float:right !important;
}
#right .left-ul h3, #right .right-ul h3 {
	background:#505050;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	margin:0px 0px 10px 0px;
	padding:10px 7px;
	text-transform:uppercase;
}
#right .left-ul li ul, #right .right-ul li ul {
	padding:0px;
	margin:0px 10px;
	list-style-type:none;
	font-size:11px;
}
#right .left-ul ul li ul, #right .right-ul ul li ul {
	padding:0px;
	margin:0px !important;
}
#right .left-ul ul li, #right .right-ul ul li {
	padding:0px 0px 0px 10px;
	margin:0px 0px 15px 0px;
	line-height:15px;
	background:url(images/right-reg-arrow.png) no-repeat 0px 5px;
}
#right .right-ul ul li ul li a {
	color:#2b2a2a;
}
#right .left-ul ul li ul li, #right .right-ul ul li ul li {
	padding:0px;
	margin:0px 0px 15px 0px;
	background: none;
}
#right .right-ul ul li strong {
	padding:0px 0px 5px 0px;
	margin:0px;
	display:block;
}
#right .left-ul ul li a, #right .right-ul ul li a {
	text-decoration:none;
	color:#2b2a2a;
}
#right .left-ul ul li a:hover, #right .right-ul ul li a:hover {
	text-decoration:underline;
	color:#2b2a2a;
}
.calenderbox {
	padding:0px 10px 10px 10px;
}
.calenderbox table {
	font-size:11px;
	background:#eeeeee;
}
.calenderbox table caption {
	text-align:left;
	font-weight:bold;
	padding:0px 0px 8px 0px;
	text-transform:uppercase;
}
.calenderbox table td {
	text-align:center;
	width:20px;
}
.calenderbox table a {
	color:#990033;
	text-decoration:none;
}
.recent-comments ul li a {
	font-weight:bold;
	/*display:block;*/

	margin:0px 0px 10px 0px;
	color:#8a0834;
	text-decoration:none;
}
.recent-comments ul li a:hover {
	text-decoration:underline;
}
.facebook-pluginbox {
	width:168px;
	float:left;
	background:#fff;
	margin:0px 14px 10px 0px;
}
.product-detailcontainer {
	float:left;
	border:1px solid #c1c1c1;
	margin:0px;
	padding:12px 15px 0px 15px;
	width:732px;
	background:#fff;
	margin:0px 0px 20px 0px;
}
.post-content {
	width:100%;
	float:left;
}
.post-content .more-link a {
	display:inline-block;
	color:#86171e;
	padding:0px 15px 0px 0px;
	font-size:12px;
	background:url(images/read-more-arrow.png) no-repeat right 5px;
	text-decoration:none;
}
.more-link {
	background: url("images/read-more-arrow.png") no-repeat scroll right 5px transparent !important;
	color: #86171E;
	display: inline-block;
	font-size: 12px;
	padding: 0 15px 0 0;
	text-decoration: none;
}
.post-content .more a:hover {
	text-decoration:underline;
}
.post-content p a {
	/*display:inline-block;*/
	color:#86171e;
	text-decoration:underline;
}
.post-content p a:hover {
	text-decoration:none;
}
.post-content img {
	/*float:left;
	border:1px solid #ccc;*/

	padding:2px;
	margin:0px 20px 0px 0px;
}
.grey-colrbox {
	background:#f2f7fc !important;
	border:3px solid #cacaca;
	margin-top: 5px;
	width:728px !important;
}
.product-detailcontainer h2 {
	color:#721f27;
	font-size:26px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
}
.product-detailcontainer h5, .product-detailcontainer h3 {
	color:#000;
	font-size:16px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
}
.product-detailcontainer h2 a {
	color:#721f27;
	font-size:26px;
	font-weight:bold;
	background:none;
	text-decoration:underline;
}
.product-detailcontainer h2 a:hover {
	text-decoration:none;
}
.product-detailcontainer p {
	margin:0px 0px 20px 0px;
	line-height:19px;
}
.product-detailcontainer .share-iconbox {
	float:left;
	margin:0px 0px 25px 0px;
}
.product-detailcontainer .comments-link {
	float:right;
	font-size:12px;
	color:#911317;
	margin:0px 0px 20px 0px;
}
.product-detailcontainer .comments-link a {
	text-decoration:none;
	color:#911317;
}
.product-detailcontainer .comments-link a:hover {
	text-decoration:underline;
	color:#911317;
}
.product-detailcontainer .comments-link span.comment {
	margin:0px 0px 0px 10px;
	display:inline-block;
	text-align:center;
	float:right;
	color:#000000;
	border:1px solid #d3d3d3;
	background:#fff;
	position:relative;
	padding:4px 3px;
}
.product-detailcontainer .comments-link span.totalcomment {
	width:8px;
	height:8px;
	background:url(images/comments-arrow-left.png) no-repeat;
	position:absolute;
	left:-8px;
	top:3px;
}
.product-detailcontainer .auther-box {
	width:100%;
	float:left;
	margin:0px 0px 20px 0px;
}
.product-detailcontainer .auther-box img {
	width:52px;
	height:57px;
}
.product-detailcontainer .auther-box img {
	float:left;
	border:1px solid #cccccc;
	margin:0px 3px 0px 0px;
}
.product-detailcontainer .commentstext-box {
	width:649px;
	border:1px solid #cccccc;
	background:#f2f2f2;
	float:left;
	padding:8px 12px 5px 12px;
	font-size:10px;
	position:relative;
	min-height:45px;
}
.commentstext-box a {
	color:#911317;
}
.grey-colrbox .commentstext-box {
	width:645px !important;
	background:#fff !important;
}
.product-detailcontainer .commentstext-box .cr {
	width:611px;
	position:absolute;
	left:-5px;
	top:20px;
	width:12px;
	height:14px;
	background:url(images/comment-img-cr.png) no-repeat;
}
.product-detailcontainer .commentstext-box p {
	font-size:11px;
	line-height:16px;
	margin:0px;
}
.product-detailcontainer .commentstext-box span {
	color:#8f8f8f;
}
.product-detailcontainer .commentstext-box strong {
	color:#911317;
}
.product-detailcontainer .coments-linksbox {
	width:100%;
	float:left;
	background:url(images/comments-box-dots.jpg) repeat-x top;
	padding:21px 0px 0px 0px;
}
.field-underbox {
	width:100%;
	font-size:11px;
	margin:0px 0px 15px 0px;
	float:left;
}
.field-underbox strong {
	font-size:12px;
	float:left;
	margin:0px 14px 0px 0px;
}
/*.field-underbox ul{

	padding:0px;

	margin:0px;

	list-style-type:none;

	float:left;

	width:610px;

}

.field-underbox ul li{

	padding:0px;

	margin:0px 19px 0px 0px;

	padding:0px 0px 0px 12px;

	float:left;

	background:url(images/field-link-arrow.jpg) no-repeat left;

	

}*/

.field-underbox a {
	color:#6b6a6a;
	text-decoration:none;
	margin:0px 15px 0px 0px;
	padding:0px 0px 0px 12px;
	background:url(images/field-link-arrow.jpg) no-repeat left;
	text-transform:uppercase;
}
.field-underbox a:hover {
	color:#6b6a6a;
	text-decoration:underline;
}
.tag-linksbox {
	width:100%;
	font-size:11px;
	margin:0px 0px 25px 0px;
	float:left;
}
.tag-linksbox br {
	display:none;
}
.tag-linksbox strong {
	font-size:12px;
	float:left;
	margin:0px 14px 0px 0px;
}
/*.tag-linksbox ul{

	padding:0px;

	margin:0px;

	list-style-type:none;

	float:left;

	width:610px;

}

.tag-linksbox ul li{

	padding:0px;

	margin:0px 19px 0px 0px;

	padding:0px;

	float:left;

	

}*/

.tag-linksbox a {
	color:#851c21;
	text-decoration:underline;
	margin:0px 15px 0px 0px;
}
.tag-linksbox ul li a:hover {
	color:#851c21;
	text-decoration:none;
}
.product-detailcontainer .product-img {
	width:728px;
	float:left;
	padding:0px 0px 18px 0px;
}
.text-box, .post-content blockquote {
	float:left;
	width:699px;
	border:1px solid #cccccc;
	background:#f2f2f2;
	margin:0px 0px 20px 0px;
	font-size:13px;
	color:#86171e;
	padding:15px;
	line-height:21px;
}
.grey-colrbox .post-content blockquote {
	float:left;
	width:694px;
	border:1px solid #cccccc;
	background:#fff !important;
	margin:0px 0px 20px 0px;
	font-size:13px;
	color:#86171e;
	padding:15px;
	line-height:21px;
}
.grey-colrbox .text-box {
	background:#fff !important;
}
.next-btn {
	float:right;
	width:auto;
	margin:0px 0px 10px 0px;
}
.next-btn a {
	width:70px;
	background:url(images/next-btn-bg.jpg) no-repeat;
	color: #fff;
	font-size:12px;
	float:left;
	text-align:center;
	padding:5px 0px;
	text-decoration:none;
	margin-left:5px;
}
.next-btn a:hover {
	text-decoration:underline;
}
.top_section {
	float:left;
}
.top_section a {
	display:block;
	background:url(images/arrow.png) top no-repeat;
	width:29px;
	height:29px;
	margin:0 0 0 330px;
}
#footer-waper {
	width:100%;
	float:left;
	overflow:hidden;
	clear:both;
	background:#fff;
}
#footer-waper .main-waper {
	width:1120px;
	margin:0px auto;
	padding:87px 0px 0px 0px;
	overflow:hidden;
}
.footer-tag-linebox {
	width:1120px;
	float:left;
	min-height:70px;
	font-size:13px;
	color:#2b2a2a;
	font-style:italic;
	margin:0px 0px 37px 0px;
	padding:0px 0px 30px 0px;
	background:#f0f0f0 url(images/footer-shadow-bg.png) no-repeat bottom center;
	
}
.footer-tag-linebox ul {
	display:block;
	background:#f3f3f3 url(images/footer-teg-line-bg.jpg) no-repeat top;
	padding:20px 0px 20px 0px;
}
.sfststreadmore a {
	font-size: 11px;
	font-style: normal;
	margin: 0 0 0 64px;
	text-decoration: none;
}
.sfststreadmore a:hover {
	text-decoration:underline;
}
#sfstest-sidebar cite {
	float:right;
	color:#666666;
}
#sfstest-sidebar cite br {
	display:none;
}
.footer-tag-linebox p {
	color:#2b2a2a;
	font-style:italic;
	margin:0px 70px 15px 65px;
}
.footer-tag-linebox span {
	float:right;
	font-size:11px;
	font-style:italic;
	color:#666666;
	margin:0px 70px 0px 0px;
}
#footer2-waper {
	width:100%;
	float:left;
	background:#4f4f4f;
}
#footer2-waper .footer2-main {
	width:1120px;
	margin:0px auto;
	color:#b5b5b5;
	padding:25px 0px;
	font-size:12px;
	overflow:hidden;
}
#footer2-waper .footer2-main p {
	float:left;
	width:300px;
}
#footer2-waper .footer2-main span {
	float:right;
}
#footer2-waper .footer2-main span a {
	text-decoration:none;
	color:#b5b5b5;
}
#footer2-waper .footer2-main span a:hover {
	text-decoration:underline;
}
#news-letter-box {
	float:left;
	width:350px;
	margin:10px 0px 11px 0px;
}
#news-letter-box .newsletter-tex {
	float:left;
	width:320px;
	background:url(images/news-letter-text-bg.jpg) no-repeat;
	padding:10px 15px;
	text-align:center;
	color:#fff;
	line-height:20px;
}
#news-letter-box .newsletter-tex span {
	font-size:21px;
	font-weight:bold;
}
.newsletter-formbox {
	float:left;
	width:350px;
	background:url(images/news-letter-bg.png) no-repeat left bottom;
	min-height:164px;
	padding:20px 0px 0px 0px;
	position:relative;
}
.newsletter-formbox .arrow {
	position:absolute;
	right:-35px;
	top:0px;
	width:71px;
	height:104px;
	background:url(images/red-arrow.png) no-repeat;
	display:block;
	z-index:99;
	text-indent:0px;
}
.newsletter-formbox label {
	display:block;
	float:left;
	width:92px;
	font-size:12px;
	margin:3px 0px 0px 10px;
	color:#7b1b1c;
}
.newsletter-formbox .input-feald {
	display:block;
	float:left;
	width:221px;
	color:#c4c4c4;
	font-size:12px;
	padding:3px 3px;
	margin:0px 0px 14px 0px;
	border:1px solid #c4c4c4;
}
.newsletter-formbox .sendme-btn {
	float:left;
	width:148px;
	font-size:12px;
	height:43px;
	margin:0px 0px 13px 102px;
	border:none;
	background:url(images/sign-me-btn.png) no-repeat;
	cursor:pointer;
	text-indent:-9999px;
}
.newsletter-formbox p {
	width:100%;
	font-size:13px;
	font-style:italic;
	color:#2b2a2a;
	clear:both;
	text-align:center;
}
.content-banner {
	width:729px;
	float:left;
	margin:0px 0px 20px 0px;
}
#home-news-letter {
	width:100%;
	float:left;
	margin:0px 0px 17px 0px;
}
#home-news-letter .textbox {
	width:342px;
	float:left;
	padding:11px 30px 10px 10px;
	background:url(images/home-news-letter-bg.jpg) no-repeat right;
	text-align:center;
	color:#fff;
	line-height:24px;
}
#home-news-letter .textbox span {
	display:block;
	font-size:21px;
	font-weight:bold;
}
#home-news-letter .newsletter-formbox {
	float:left;
	min-height:126px;
	width:377px;
	background:url(images/home-news-form-bg.jpg) repeat-y;
	padding:13px 0px 0px 0px;
	border:1px solid #c6c6c6;
	border-left:0px !important;
}
#home-news-letter .newsletter-formbox label {
	display:block;
	float:left;
	width:92px;
	font-size:12px;
	margin:3px 0px 0px 10px;
	color:#7b1b1c;
}
#home-news-letter .newsletter-formbox .input-feald {
	display:block;
	float:left;
	width:221px !important;
	color:#c4c4c4;
	font-size:12px;
	padding:3px 3px;
	margin:0px 0px 13px 0px;
	border:1px solid #c4c4c4;
}
#home-news-letter .newsletter-formbox .sendme-btn {
	float:left;
	width:148px;
	font-size:12px;
	height:43px;
	margin:0px 0px 5px 142px;
	border:none;
	background:url(images/sign-me-btn.png) no-repeat;
	cursor:pointer;
}
#home-news-letter .newsletter-formbox p {
	width:100%;
	font-size:13px;
	font-style:italic;
	color:#2b2a2a;
	clear:both;
	text-align:center;
}
#sidebars center a {
	margin:0px 0px 10px 0px;
	display:block;
}
#sidebars br {
	display:none;
}
#commentsection h3 {
	margin:0px 0px 10px 0px;
}
/*=============comment-section==========*/



#commentlist {
	margin:20px 0px 20px 24px;
	padding:0px;
}
#commentformsection {
	width:100%;
	float:left;
}
#commentformsection form {
	width:100%;
	display:block;
}
#commentformsection h5 {
	margin:0px 0px 10px 0px;
}
#commentsection ol#commentlist li {
	background:#F2F2F2;
	border: 1px solid #CCCCCC;
	padding:5px;
	margin-bottom:10px;
	color:#000;
	vertical-align:top;
}
#commentsection ol#commentlist li p a {
	text-decoration:underline;
	color:#911317;
}
#commentsection ol#commentlist li p a:hover {
	text-decoration:none;
}
#commentsection ol#commentlist li.author {
	background:#5d5d5d;
	border:#ccc 1px solid;
}
#commentlist .author div.dd{
	color:#fff;

}

#commentsection #commentlist li .comm-lonk {
	color: #911317;
	display:inline-block;
	padding:0px 10px 10px 0px;
	font-weight:bold;
}
#commentsection ol#commentlist li .comm-lonk a {
	text-decoration:underline;
	color: #911317;
	display:inline-block;
}
#commentsection ol#commentlist li.author a:hover.url {
	text-decoration:none;
}
.dd {
	display:block;
	width:100%;
	float:right;
}
.dd img {
	float:left;
}
#commentsection ol#commentlist li img {
	margin:0 8px 0 0px;
}
#policy {
	width:100%;
	margin:0px 0px 20px 0px;
}
#commentform .formentry {
	float:left;
	width:700px;
	margin:0px 0px 10px 0px;
}
#commentform .formentry label {
	float:left;
	width:62px;
	margin:0px 20px 0px 0px;
}
#commentform .formentry label span {
	color:#f00;
}
#commentform .formentry input {
	width:250px;
	border: 1px solid #C4C4C4;
	color: #000000;
	display: block;
	font-size: 12px;
	margin: 0px 15px 0px 0px;
	padding: 3px;
	width: 221px;
	float:left;
}
#commentform .formentry textarea {
	width:530px;
	border: 1px solid #C4C4C4;
	color: #000000;
	display: block;
	font-size: 12px;
	margin: 0px 15px 0px 0px;
	padding: 3px;
	float:left;
	height:150px;
}
#xhtml {
	float:left;
	width:700px;
	margin:0px 0px 10px 0px;
}
#commentform p {
	float:left;
	margin:10px 0px 10px 0px;
	width:720px;
}
#commentform p input, #commentform p.comment-subscription-form input {
	float:left;
	width:15px !important;
	margin:3px 10px 0px 0px;
}
#commentform p label {
	float:left;
}
#commentsubmit {
	background:url(images/submit-btn-bg.jpg) repeat-x;
	color: #fff;
	font-size:12px;
	text-align:center;
	padding:4px 10px;
	text-decoration:none;
	border:none;
	cursor:pointer;
	margin:0px 0px 10px 0px;
}
#subscribe_blog {
	margin-bottom:20px !important;
}
/*#categories { 

	width:680px;

}

#categories form { 

	width:665px !important;

	padding:10px !important;

	background:#fff !important;

}

#categories form b{ 

	font-size:16px;

	margin:0px 0px 10px 0px;

	display:block;

}*/

/*.postcatlist {
	list-style-type:none;
	margin:0px 0px 20px 0px;
	padding:0px;
}
.post-content li {
	list-style:none;
	background: url("images/right-reg-arrow.png") no-repeat scroll 0 5px transparent;
	margin: 0px 0px 10px 0px;
	padding: 0 0 0 12px;
	font-size:12px;
}
.postcatlist li {
	list-style:none;
	background: url("images/right-reg-arrow.png") no-repeat scroll 0 5px transparent;
	margin: 0px 0px 10px 0px;
	padding: 0 0 0 12px;
	font-size:14px;
}*/
#adsense180150 {
	list-style:none;
}
.post-content b {
/*color:#000;

	font-size: 16px;

	font-weight: bold;

	margin:0px 0px 10px 0px;

	display:block;*/

}
.related_post ol, ol.postcatlist {
	margin:0px 0px 20px 30px;
	padding:0px;
}
.related_post ol li, ol.postcatlist li {
	background:none;
	line-height:22px;
}
.related_post ol li a, ol.postcatlist li a{
	display:inline-block;
	color:#911317;
	padding:0px 15px 0px 0px;
	background:none;
	text-decoration:underline;
}
.related_post ol li a:hover, ol.postcatlist li a:hover{
	color:#000;
	text-decoration:none;
}
/*.post-content li a {
	display:inline-block;
	color:#6B6A6A;
	padding:0px 15px 0px 0px;
	font-size:11px;
	background:none;
	text-decoration:none;
}
.postcatlist li a{
	display:inline-block;
	color:#851C21;
	padding:0px 15px 0px 0px;
	background:none;
	text-decoration:underline;
}*/
#postnavbottom {
	margin:0px 0px 20px 0px;
	width:709px;
	float:left;
	padding:10px;
	background:#F2F2F2;
	border:1px solid #CCCCCC;
}
.next {
	width:737px!important;
	background: url(images/next-btn-arrow.png) no-repeat  right;
	padding:0px 7px 0px 0px
}
#postnavbottom .alignright {
	margin:0px 0px 0px 0px;
	float:right;
	width:352px;
	text-align:right;
	font-size:12px;
}
#postnavbottom .alignright a {
	padding:0px 10px 0px 0px;
}
#postnavbottom .alignleft {
	float:left;
	margin:0px 20px 0px 0px;
	font-size:12px;
	width:300px;
}
#postnavbottom .alignleft .pre{
	background: url(images/pevious-btn-arrow.png) no-repeat 0 3px;
	padding:0px 0px 0px 7px
	
}
#postnavbottom .alignleft a {
	padding:0px 0px 0px 10px;
}
#commentsection {
	clear:both;
	display:block;
}
#commentsection cite {
	font-size:12px;
	color:#6b6a6a;
	/*display:block;*/

	margin:0px 0px 5px 0px;
}
#commentsection cite a {
	font-size:12px;
	font-weight:bold;
	color:#000;
}
#postnavindex {
	float:left;
	width:100%;
	margin:0px 0px 15px 0px;
	font-size:12px;
}
.adsense46860 {
	float:left;
	width:728px;
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 18px;
}
.similar-cat {
	float:left;
	width:680px;
}
.post-content form {
	padding:10px 0px !important;
	margin:0px 0px 20px 0px !important;
}
#wpstats {
	display:none;
}
.sd-content {
	width:100%;
	float:left;
	margin:0px 0px 20px 0px;
}
.sd-content .share-stumbleupon {
	margin:0px 25px 0px 0px !important;
}
.sd-content ul {
	margin:0px;
	padding:0px;
}
.sd-content ul li {
	margin:0px;
	padding:0px;
	background:none !important;
	display:inline-block;
	float:left;
}
#bysubject {
	float:left;
	padding:0 190px 0 0;
}
#bymonth {
	overflow:hidden;
	width:150px;
}
#bymonth {
	float:left;
	padding:0px 10px 0px 0px;
	margin-left:10px;
}
#bysubjectlist, #bymonthlist {
	margin:20px 0 0 0px;
}
#bysubjectlist li, #bymonthlist li, .box_archive_section ol li {
	padding:4px 0 4px 0px;
}
.archive {
	margin-top:10px;
}
/*===========addtion_section20-aug-2012=============*/



.footer_bottom_bg_section {
	width:1120px;
	height:29px;
	display:block;
	background: url(images/footer_bottom_bg_section.png) center no-repeat;
	display:none;
}
.product-detailcontainer .post-content form.emr_sub_section {
	width:500px;
	background:#EEEEEE;
	border:1px solid #D0D0D0;
	margin:20px auto 40px auto !important;
}
.product-detailcontainer .post-content form.emr_sub_section .sub_butt {
	background: url(images/search-btn-bg.jpg) top repeat-x;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	border:none;
	padding:3px 10px 3px 10px;
	cursor:pointer;
}
.product-detailcontainer .post-content form.contact-form {
	width:500px;
	background:#EEEEEE;
	border:1px solid #D0D0D0;
	margin:20px auto 40px auto !important;
	padding:40px 10px !important;
}
.product-detailcontainer .post-content form.contact-form label {
	float: left;
	margin-left: 47px;
	margin-right: 10px;
	text-align: right;
	width: 118px;
}
.product-detailcontainer .post-content form.contact-form textarea {
	width:302px;
	height:118px;
	display:block;
	border:1px solid #D0D0D0;
}
.product-detailcontainer .post-content form.contact-form input {
	width:302px;
	height:20px;
	border:1px solid #D0D0D0;
}
.product-detailcontainer .post-content form.contact-form .contact-submit input {
	background: url(images/next_butt_icon_1.png) center no-repeat;
	height:25px;
	width:74px;
	display:block;
	color:#FFF;
	margin:0 0 0 174px;
	cursor:pointer;
}
#__ss_1731489 {
	display:block;
	margin:0 auto 40px auto;
	width:425px;
	height:355px;
}
#testimonials-3 #sfstest-sidebar blockquote cite a {
	display:block;
}
.center-link-sect {
	width:209px;
	margin:10px auto;
	text-align:center;
}
.product-detailcontainer .post-content iframe {
	width:687px;
	display:block;
}
#commentsubmit {
	background: url("images/submit-btn-bg.jpg") repeat-x scroll 0 0 transparent;
	border: medium none;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 12px;
	margin: 0 586px 10px 0px;
	padding: 4px 10px;
	text-align: center;
	text-decoration: none;
}
.product-detailcontainer #allposts {
	display:block;
	margin:20px 30px 30px 30px;
}
.product-detailcontainer .box_archive_section {
	clear:left;
	display:block;
}
.widget-container .fbConnectWidgetFooter .fbFooterBorder {
	border:none !important;
}
.footer-tag-linebox ul li h3 {
	color:#721f27;
	font-size:20px;
	font-weight:bold;
	padding:0px 0px 10px 65px;
}
#text-8 {
	border:0px !important; 
	background:none !important;
	margin-bottom:0px !important;
}
#loggedin {
	width:100%;
	padding:0px 0px 15px 0px;
	width:700px;
	
}
#loggedin a{
	padding:0px 0px 0px 10px;
	display:inline-block;
	
}
.widget_tag_cloud .tagcloud{
	padding:0px 10px 10px 10px;
}
.product-detailcontainer .adsense180150, #adsense180150 {
	margin:0px 0px 20px 0px;
}
a.sa_form {
	margin:0px !important;
	display:inline !important;
	text-decoration:none !important;
}
a.sa_form img {
	margin:0px 5px 0px 0px !important;
	float: none;
}
blockquote:before, blockquote:after {
    content: none;
}
blockquote:before, blockquote:after {
    content: none;
}
blockquote {
    padding: 0 3em;
}
blockquote {
    quotes: none;
}

cite, em, i {
    font-style: italic;
}
.comment-author cite {
    color: #000000;
    font-style: normal;
    font-weight: bold;
}


#commentsection blockquote {
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #CCCCCC;
    color: #86171E;
    font-size: 13px;
    line-height: 21px;
    margin: 0 0 20px;
    padding: 15px;
    width: 664px;
}

#commentsection ol#commentlist li img.wp-smiley, img.wp-smiley {
	margin: 0px;
        float: none;
}