/*
Theme Name: New World Investor
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.

Author: the WordPress team
Version: 1.3
License: GNU General Public License
License URI: license.txt

Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*//* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html

-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;

}
body {

	line-height: 1;

	min-width:1000px;

}
/*h1, h2, h3, h4, h5, h6 {

	clear: both;

	font-weight: normal;

}*/
ol, ul {

	list-style: none;

}
blockquote {

	quotes: none;

}
blockquote:before, blockquote:after {

	content: '';

	content: none;

}
del {

	text-decoration: line-through;

}
/* tables still need 'cellspacing="0"' in the markup */

table {

	border-collapse: collapse;

	border-spacing: 0;

}
a img {

	border: none;

}
/* =Layout

-------------------------------------------------------------- */

/*

LAYOUT: Two columns

DESCRIPTION: Two-column fixed layout with one sidebar right of content

*/

#container {
	float: left;	
width: 100%;

}#content, #contentwide {

	margin: 0;

}
#footer {

	clear: both;

	width: 100%;

}
/*

LAYOUT: One column, no sidebar

DESCRIPTION: One centered column with no sidebar

*/

.one-column #content, .one-column #contentwide {

	margin: 0 auto;

	width: 960px;

}
/*

LAYOUT: Full width, no sidebar

DESCRIPTION: Full width content with no sidebar; used for attachment pages

*/
.single-attachment #content {

	margin: 0 auto;

	width: 900px;

}
/* =Fonts

-------------------------------------------------------------- */

body, input, textarea, .page-title span, .pingback a.url {

	font-family: arial;

}
#fullwidth ul #recent-posts3 ul.sayslist {
padding:0 0 10px 0;
}

.says{float:left;
width:240px;
padding:0 10px 0 10px;
clear:none;
margin-left:10px;
font-weight:300;}
h3#comments-title, h3#reply-title, #access .menu, #access div.menu ul, #cancel-comment-reply-link, .form-allowed-tags, #site-info, #site-title,

#wp-calendar, .comment-meta, .comment-body tr th, .comment-body thead th, .entry-content label, .entry-content tr th, .entry-content thead th, .entry-meta, .entry-title, .entry-utility, #respond label, .navigation, .page-title, .pingback p, .reply, .widget-title, .wp-caption-text {

	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;

} 

input[type=submit] {

	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;

}
pre {

	font-family: "Courier 10 Pitch", Courier, monospace;

}
code {

	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;

}

/* =Structure

-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header, div.menu, #colophon, #branding, #main, #wrapper {	margin: 0 auto;
	width: 876px;

}

#wrapper {

	background: #fff;

	padding: 0 10px;

}
/* Structure the footer area */

#footerWrapper{ background:url(images/footer.jpg) repeat-x 0 0; height:656px; width:100%}

#adminFooter{ width: 868px; margin:0 auto; padding:50px 10px 0;}

#footer{ width: 868px; margin:0 auto; padding:50px 10px 0;}

.footerNav { border-right: 1px solid #e5e5e5}

.footerNav ul { margin:0;}

.footerNav ul li { display:inline; margin-right:30px; list-style:none;}

.footerNav ul li a{ color:#767676; font-size:15px; text-decoration:none;}

.footerNav ul li a:hover{ color:#ab1717;}

.copyRightTxt { width:175px; padding:0 15px;  border-left: 1px solid #e5e5e5;  border-right: 1px solid #e5e5e5 }

.copyRightTxt p{ color:#676767; font-size:10px; margin-bottom:0; text-align:center;}

.socialLinks { margin-left:30px}

.socialLinks ul { margin:0;}

.socialLinks ul li{ list-style:none; display:inline; margin-left:14px;}
#footer-widget-area {

	overflow: hidden;

}
#footer-widget-area .widget-area {

	float: left;

	margin-right: 20px;

	width: 220px;

}
#footer-widget-area #fourth {

	margin-right: 0;

}
#site-info {

	float: left;

	font-size: 14px;

	font-weight: bold;

	width: 700px;

}
#site-generator {

	float: right;

	width: 220px;

}
/* =Global Elements

-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {	

}
body, input, textarea {

	color: #000;

	font-size: 12px;

	line-height: 18px;

}
hr {

	background-color: #e7e7e7;

	border: 0;

	clear: both;

	height: 1px;

	margin-bottom: 18px;

}
/* Text elements */

p {

	margin-bottom: 18px;

}

ul {

	list-style: disc;

	margin: 0 0 18px 1.5em;

}
ol {

	list-style: decimal;

	margin: 0 0 18px 1.5em;

}
ol ol {

	list-style: upper-alpha;

}
ol ol ol {

	list-style: lower-roman;

}
ol ol ol ol {

	list-style: lower-alpha;

}
ul ul, ol ol, ul ol, ol ul {

	margin-bottom: 0;

}
dl {

	margin: 0 0 24px 0;

}
dt {

	font-weight: bold;

}
dd {

	margin-bottom: 18px;

}
strong {

	font-weight: bold;

}
cite, em, i {

	font-style: italic;

}
big {

	font-size: 131.25%;

}
ins {

	background: #ffc;

	text-decoration: none;

}
blockquote {

	font-style: italic;

	padding: 0 3em;

}
blockquote cite, blockquote em, blockquote i {

	font-style: normal;

}
pre {

	background: #f7f7f7;

	color: #222;

	line-height: 18px;

	margin-bottom: 18px;

	overflow: auto;

	padding: 1.5em;

}
abbr, acronym {

	border-bottom: 1px dotted #666;

	cursor: help;

}
sup, sub {

	height: 0;

	line-height: 1;

	position: relative;

	vertical-align: baseline;

}
sup {

	bottom: 1ex;

}
sub {

	top: .5ex;

}
input[type="text"], textarea {

	background: #fff;

	border: 1px solid #dadede;

	padding: 2px;

}
a:link {

	color: #ad1919; text-decoration:none; outline:none;

}
a:active, a:hover,a:visited:hover {

	color: #444444; outline:none;

}
a:visited{color: #ad1919; text-decoration:none;}
/* Text meant only for screen readers */

.screen-reader-text {

	position: absolute;

	left: -9000px;

}
/* =Header

-------------------------------------------------------------- */

.clearfix:after {

	content: ".";

	display: block;

	clear: both;

	visibility: hidden;

	line-height: 0;

	height: 0;	

}

 

.clearfix {

	display: block;

}

 

html[xmlns] .clearfix {

	display: block;

}
* html .clearfix {

	height: 1%;

	overflow: visible;

}
.clearfixHome:after {

	content: ".";

	display: block;

	clear: both;

	visibility: hidden;

	line-height: 0;

	height: 0;	

}

 

.clearfixHome {

	display: inline-block;

}

 

html[xmlns] .clearfixHome {

	display: block;

}
* html .clearfixHome {

	height: 1%;

	overflow: visible;

}
/* clear fix */

.floatLeft{ float:left;}

.floatRight { float:right;}

#headerWrapper { width:100%; background:url(images/header_bg.jpg) repeat-x 0 0; height:47px;}

#header {

	width: 868px; margin:0 auto; padding:0 10px;

}

#adminHeader {

	width: 868px; margin:0 auto; padding:0 10px;

}

#logo{ width: 250px;}

#navigation ul{ margin:14px 0 0 116px;}

#navigation ul li{ display:inline; background:url(images/nav_bg.jpg) no-repeat right 0px; padding:0 17px;}

#navigation ul li a{ color:#fff; font-size:15px; font-weight:550; text-decoration:none;}

#navigation ul li a:hover{ color:#ccc;}

#navigation ul li.last { background:none;}

.actionButtonRed{  margin: 12px 0 0 20px;}

.actionButtonRed .left {

background:transparent url(images/red_btn_left.jpg) no-repeat scroll left center;

width:5px;

}
.actionButtonRed .right {

background:transparent url(images/red_btn_right.jpg) no-repeat scroll left center;

width:5px;

}
.actionButtonRed a, .actionButtonSmall a {

color:#FFFFFF;

}
.actionButtonRed a span {

cursor:pointer;

display:block;

float:left;

height:25px;

}
.actionButtonRed a span.middle {

font-size:13px; font-weight:600;

height:19px;

}
.actionButtonRed .middle {

background:transparent url(images/red_btn_mid.jpg) repeat-x scroll 50% center;

padding:3px 5px;

}
#bannerWrapper { background:url(images/banner_bg.jpg) repeat-x 0 0; width:100%; height:408px;}

#bannerDiv{width: 868px; margin:0 auto; padding:0 10px;}

#bannerDiv .sourceTxt{ margin-top:45px; font-size:10px; font-family:Myriad Pro; margin-left:50px; margin-bottom:20px;}

.bannerImg{ padding-top:33px; margin-left:14px;}

.bannerTxt { margin-left:90px; margin-top:80px;}

.bannerTxt  .bannerHeading { color:#c12d2d; font-size:29px; line-height:32px; margin-bottom:0;}

.bannerTxt .txt { color:#3a3a3a; font-size:15px; margin-bottom:0;}

.bannerTxt .marginT{ margin-top:67px;}

.bannerTxt .learnMore { margin-top:15px; margin-left:20px; font-size:13px; color:#505050;}

.bannerTxt .learnMore a{ color:#505050; text-decoration:underline; }

.bannerTxt .learnMore a:hover { text-decoration:none;}

.actionButton .left {

background:transparent url(images/blue_btn_left.png) no-repeat scroll left center;

width:15px;

}

.actionButton .right {

background:transparent url(images/blue_btn_right.png) no-repeat scroll left center;

width:26px;

}
.actionButton a, .actionButtonSmall a {

color:#FFFFFF;

}

.actionButton a span {

cursor:pointer;

display:block;

float:left;

height:50px;

}
.actionButton a span.middle {

font-size:14px;

font-weight:600;

height:24px;

}
.actionButton .middle {

background:transparent url(images/blue_btn_mid.png) repeat-x scroll 50% center;

padding:13px 5px;

}
#site-title {

	float: left;

	font-size: 30px;

	line-height: 36px;

	margin: 0 0 18px 0;

	width: 700px;

}
#site-title a {

	color: #000;

	font-weight: bold;

	text-decoration: none;

}
#site-description {

	clear: right;

	float: right;

	font-style: italic;

	margin: 15px 0 18px 0;

	width: 220px;

}
/* This is the custom header image */

#branding img {

	border-top: 4px solid #000;

	border-bottom: 1px solid #000;

	display: block;

	float: left;

}
/* =Menu

-------------------------------------------------------------- */

#access {

	background: #000;

	display: block;

	float: left;

	margin: 0 auto;

	width: 940px;

}
#access .menu-header,

div.menu {

	font-size: 13px;

	margin-left: 12px;

	width: 928px;

}
#access .menu-header ul,

div.menu ul {

	list-style: none;

	margin: 0;

}
#access .menu-header li,

div.menu li {

	float: left;

	position: relative;

}
#access a {

	color: #aaa;

	display: block;

	line-height: 38px;

	padding: 0 10px;

	text-decoration: none;

}
#access ul ul {

	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);

	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);

	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);

	display: none;

	position: absolute;

	top: 38px;

	left: 0;

	float: left;

	width: 180px;

	z-index: 99999;

}
#access ul ul li {

	min-width: 180px;

}
#access ul ul ul {

	left: 100%;

	top: 0;

}
#access ul ul a {

	background: #333;

	line-height: 1em;

	padding: 10px;

	width: 160px;

	height: auto;

}
#access li:hover > a, #access ul ul :hover > a {

	background: #333;

	color: #fff;

}
#access ul li:hover > ul { display: block; }

#access ul li.current_page_item > a, #access ul li.current-menu-ancestor > a, #access ul li.current-menu-item > a, #access ul li.current-menu-parent > a {

	color: #fff;

}

* html #access ul li.current_page_item a,

* html #access ul li.current-menu-ancestor a,

* html #access ul li.current-menu-item a,

* html #access ul li.current-menu-parent a,

* html #access ul li a:hover {

	color: #fff;

}
/* =Content

-------------------------------------------------------------- */

#main {

	clear: both;

	overflow: hidden;

	padding: 55px 0 0 0;

}
#content, #contentwide {margin-bottom: 36px;}

#content, #contentwide, #content input, #content textarea {}

#content p, #contentwide p { color:#494949; font-size:13px; margin-bottom: 21px; line-height:18px;}
#main .widget_execphp a{ font-size:12px; font-style: italic; color:#272727; font-weight:normal}
#main .widget_execphp .comment-meta { margin-bottom:18px;}
#main .widget_execphp p{color:#272727; font-size:12px; font-weight:normal}
#main .widget_execphp p.uexc_utils-links{ display:none;}
#main .widget_execphp .reply { display:none;}

#main .widget_spf ul.sftagul p{color:#272727; font-size:12px; font-weight:normal}
#main .widget_spf ul.sftagul p:first-letter{ text-transform:uppercase;}
/*#content ul, #content ol, #content dd, #content pre, #content hr {}*/

#content ul ul, #content ol ol, #content ul ol, #content ol ul, #contentwide ul ul, #contentwide ol ol, #contentwide ul ol, #contentwide ol ul {	margin-bottom: 0; }

#content pre, #content kbd, #content tt, #content var, #contentwide pre, #contentwide kbd, #contentwide tt, #contentwide var {

	font-size: 15px;

	line-height: 21px;}

#content code {font-size: 13px;}

#content dt, #content th {color: #000;}

#content h1, #contentwide h2 { color:#ab1717; font-size:20px; line-height:28px; margin-bottom:15px; font-family: "Times New Roman", Times, serif}

#content h2, #contentwide h2 { color:#ab1717; font-size:20px; line-height:28px; margin-bottom:15px; font-family: "Times New Roman", Times, serif}

#content h3, #content h4, #content h5, #content h6 {}

#content table {

	border: 1px solid #e7e7e7;

	margin: 0 -1px 24px 0;

	text-align: left;

	width: 100%;

}

#content tr th, #content thead th {

	color: #888;

	font-size: 12px;

	font-weight: bold;

	line-height: 18px;

	padding: 9px 24px;

}
#content tr td {

	border-top: 1px solid #e7e7e7;

	padding: 6px 24px;

}

#content tr.odd td {background: #f2f7fc; }

.hentry {	margin: 0 0 48px 0;}
.home .sticky {

	background: #f2f7fc;

	border-top: 4px solid #000;

	margin-left: -20px;

	margin-right: -20px;

	padding: 18px 20px;

}
.single .hentry {

	margin: 0 0 36px 0;

}
.page-title {

	color: #000;

	font-size: 14px;

	font-weight: bold;

	margin: 0 0 36px 0;

}
.page-title span {

	color: #333;

	font-size: 16px;

	font-style: italic;

	font-weight: normal;

}
.page-title a:link, .page-title a:visited {

	color: #888;

	text-decoration: none;

}
.page-title a:active, .page-title a:hover {

	color: #ff4b33;}
#content .entry-title, #contentwide .entry-title {

	color: #AB1717;

	font-size: 21px;

	font-weight: bold;

	line-height: 1.3em;

	margin-bottom: 15px;

}
.entry-title a:link, .entry-title a:visited {

	color: #ab1717;

	text-decoration: none;

}
.entry-title a:active, .entry-title a:hover {

	color: #494949;

}
.entry-meta {

	color: #888;

	font-size: 12px;

}
.entry-meta abbr, .entry-utility abbr {

	border: none;

}
.entry-meta abbr:hover, .entry-utility abbr:hover {

	border-bottom: 1px dotted #666;

}
.entry-content, .entry-summary {

	clear: both;

	padding: 0px 0 0 0;

}
#content .entry-summary p:last-child {

	margin-bottom: 12px;

}
.entry-content fieldset {

	border: 1px solid #e7e7e7;

	margin: 0 0 24px 0;

	padding: 24px;

}
.entry-content fieldset legend {

	background: #fff;

	color: #000;

	font-weight: bold;

	padding: 0 24px;

}
.entry-content input {

	margin: 0 0 24px 0;

}
.entry-content input.file,

.entry-content input.button {

	margin-right: 24px;

}
.entry-content label {

	color: #888;

	font-size: 12px;

}
.entry-content select {

	margin: 0 0 24px 0;

}
.entry-content sup, .entry-content sub {

	font-size: 10px;

}
.entry-content blockquote.left {

	float: left;

	margin-left: 0;

	margin-right: 24px;

	text-align: right;

	width: 33%;

}
.entry-content blockquote.right {

	float: right;

	margin-left: 24px;

	margin-right: 0;

	text-align: left;

	width: 33%;

}
.page-link {

	clear: both;

	color: #000;

	font-weight: bold;

	margin: 0 0 22px 0;

	word-spacing: 0.5em;

}
.page-link a:link,

.page-link a:visited {

	background: #f1f1f1;

	color: #333;

	font-weight: normal;

	padding: 0.5em 0.75em;

	text-decoration: none;

}
.home .sticky .page-link a {

	background: #d9e8f7;

}
.page-link a:active,

.page-link a:hover {

	color: #ff4b33;

}
body.page .edit-link {

	clear: both;

	display: block;

}
#entry-author-info {

	background: #f2f7fc;

	border-top: 4px solid #000;

	clear: both;

	font-size: 14px;

	line-height: 20px;

	margin: 24px 0;

	overflow: hidden;

	padding: 18px 20px;

}
#entry-author-info #author-avatar {

	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}/* =Asides
-------------------------------------------------------------- */
#siteContent h1 { color:#ab1717; font-size:20px; line-height:28px; margin-bottom:15px; font-family: "Times New Roman", Times, serif}
#siteContent h2 { color:#ab1717; font-size:20px; line-height:28px; margin-bottom:15px; font-family: "Times New Roman", Times, serif}.home #siteContent .format-aside p,
.home #siteContent .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}
.homePg .leftPanel{ width:542px; padding-right:20px; border-right:0px solid #e5e5e5;margin-top:-10px;}
.specialNote { color:#047807; font-weight:600; background: url(images/speaker.jpg) no-repeat 0 0; padding-left:50px; margin-left:57px; height:33px; padding-top:3px;}
.specialNote a{color:047807; text-decoration:none;}
.specialNote a:hover{ color:#444;}
.homePg .rightPanel{ width:263px; padding-left:27px;}
.homePg .rightPanel ul{ margin:0 0 0 38px}
.homePg .rightPanel ul li{ display:block; background: url(images/red-arrow.jpg) no-repeat 0 4px; padding-left:30px; color:#af1a1a; font-weight:600; margin-bottom:7px; list-style:none;}
.homePg .rightPanel ul li a{
color:#AB1717;
font-weight:600;
text-decoration:none; }
.homePg .rightPanel ul li a:hover{ color:#444;}
.siteInfo{ background:url(images/siteInfo_top_bg.jpg) repeat-x 0 0;margin-top:30px; padding-top:30px;}
.siteInfo .leftPanel{ border:none;}
.col { width: 270px;}
#content .siteInfo .col p{ margin-bottom:5px; line-height:17px;}
#siteContent .col h3{ font-family:"Times New Roman", Times, serif !important; font-size:20px !important; color:#ab1717 !important; margin-bottom:22px;}
.col .pic{ padding-right:10px; width:55px;}
.col .aboutTxt { width:190px;}
.readMore {color:#ab1717; text-decoration:none; }
.col .pplSay{ width:235px; padding-left:40px;}
#content .col .pplSay .pplName{ font-weight:600; color:#444444; padding-left:9px;}
#content .col .pplSay .pplFullName{ margin-bottom:0;}
.italic { font-style:italic;}
.buyBook .pic{ padding-right:10px; width:70px;}
.coverNews{ margin-top:50px;}
.coverNews .newsTxt{ width:97px; text-align:right; margin-top:10px;}
.coverNews .marginL{ margin-left:30px;}
/*innerPg page */
.authPhoto { margin-right:7px; margin-bottom:-5px}
.innerPg .leftPanel{ width:549px; padding-right:20px; }
.innerPg .rightPanel{ width:250px; padding-left:48px; border-left:0px solid #e5e5e5;}
.innerPg #content h1 { font-weight:600;}
.innerPg h2 {font-size:18px !important; font-weight:normal}
.innerPg .rightPanel ul{ margin:100px 0 0 38px}
.innerPg .rightPanel ul li{ display:block; background: url(images/red-arrow.jpg) no-repeat 0 4px; padding-left:30px; color:#af1a1a; font-weight:600; margin-bottom:7px; 
}
.innerPg .rightPanel ul li a{
color:#AB1717;
font-weight:600;
text-decoration:none; }
.innerPg .rightPanel ul li a:hover{ color:#444;}
.innerPg .rightPanel .actionButton {margin-left:20px;}
p.cite{text-align:right !important;}
.testimonial p {text-align:justify;}
.marketData {background:url(images/market_data.jpg) no-repeat 0 0; height:298px; width:519px; position:relative; margin-bottom:20px;}
.marketData h1 {position:absolute; top:236px; left:114px; font-size:29px !important;; line-height:32px !important;;}
.marketDataText {width:519px;}
.learnMoreLeft  {margin-top:10px !important;}
.learnMoreLeft .leftPanel{ width:76px;padding-right:0px; border-right:none; margin-left:10px;}
.learnMoreLeft .rightPanel{ width:434px;padding-left:0px !important; border-left:none;}
.learnMoreLeft .rightPanel h4 {font-family:Arial; font-size:15px; font-weight:600; color:#b42020;}
.newsLetter .rightPanel {border-left:none !important; padding-left:39px;}
.newsLetter .actionButton {margin-left:20px;}
#siteContent .margin0{ margin:0 !important;}
.iconRadar { background:url(images/icons_learnMore.jpg) no-repeat 0 0; height:50px;}
.iconPortfolio{ background:url(images/icons_learnMore.jpg) no-repeat 0px -50px; height:50px;}
.iconStock { background:url(images/icons_learnMore.jpg) no-repeat  0 -100px; height:50px;}
.iconFlash{ background:url(images/icons_learnMore.jpg) no-repeat  0 -150px; height:50px;}
.newsCompany {margin-bottom:33px !important; font-family:Arial; font-size:13px !important; color:#bb2626 !important;}
.pressPageBold {font-family:Arial; font-size:14px !important; color:#494949 !important; font-weight:600; text-align:center;}
.pressPageRedText {font-family:Arial; font-size:13px !important; color:#be2828 !important;}
/*innerPg page end*/
#content  h3, #siteContent  h3 {font-family:Arial; font-size:13px!important; font-weight:normal !important; color:#494949!important;}
#content .stockPg ol h4, #siteContent .stockPg ol h4{color:#3c3c3c !important; font-size:15px !important; font-weight:600 !important; margin-bottom:10px;}
#content .stockPg ol, #siteContent .stockPg ol{ margin-left:24px;}
#content .stockPg ol li, #siteContent .stockPg ol li{ font-family:"Times New Roman", Times, serif; font-size:20px; color:#ab1717; margin-bottom:56px;}
#content .stockPg ol li p, #siteContent .stockPg ol li p{ font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#3c3c3c; margin-left:-20px;}
#content .stockPg ol li p a, #siteContent .stockPg ol li p a{color:#ab1717; font-weight:600; text-decoration:none;}
#content .stockPg ol li p a:hover, #siteContent .stockPg ol li p a:hover{ color:#3c3c3c;}
#content .stockPg p a, #siteContent .stockPg p a{color:#ab1717; font-weight:600; text-decoration:none;}
#content .stockPg p a:hover, #siteContent .stockPg p a:hover{ color:#3c3c3c;}
.stockPg .leftPanel{ width:544px; padding-right:40px; }
.stockPg .rightPanel{ width:246px; padding-left:36px; border-left:1px solid #e5e5e5;}
.stockPg .stockHeading{width:544px; height:87px; margin-bottom:35px; position:relative;}
#content .stockPg .stockHeading h1, #siteContent .stockPg .stockHeading h1{position:absolute; right:25px; top:30px; font-size:22px ; margin-bottom:0; line-height:26px;}
.stockPg .bioHeading{background:url(images/bio_banner.jpg) no-repeat 0 0; }
.stockPg .energyTechHeading {background:url(images/energy_tech_heading.jpg) no-repeat 0 0;}  
#content .stockPg .energyTechHeading h1, #siteContent .stockPg .energyTechHeading h1 {right:93px; top:21px; width: 234px;}
.stockPg .emergingTechHeading {background:url(images/emerging_tech_heading.jpg) no-repeat 0 0;}  
#content .stockPg .emergingTechHeading h1, #siteContent .stockPg .emergingTechHeading h1 {right:73px; top:21px; width: 246px;}
.stockPg .metalStockHeading {background:url(images/metal_stock_heading.jpg) no-repeat 0 0;}  
#content .stockPg .metalStockHeading h1, #siteContent .stockPg .metalStockHeading h1 {right:12px; top:35px; }
#content .stockPg .pmargin, #siteContent .stockPg .pmargin{margin-bottom:50px;}
.stockPg .mobileStockHeading  {background:url(images/mobile_stock_heading.jpg) no-repeat 0 0;}  
#content .stockPg .mobileStockHeading  h1, #siteContent .stockPg .mobileStockHeading  h1 {right:35px; top:21px; width:304px;}
.stockPg .specialStockHeading   {background:url(images/special_stock_heading.jpg) no-repeat 0 0;}  
#content .stockPg .specialStockHeading   h1, #siteContent .stockPg .specialStockHeading   h1 {right:26px; top:34px; }
.staticPg p{ font-size:13px; color:#494949;}
#siteContent .minHeight{min-height:450px !important;}
#siteContent .loginPg .leftPanel { width:524px; }
#siteContent .loginPg .rightPanel{ width:316px;   float:right; border:none; padding-left:0; margin-top:26px;}
#siteContent .loginPg .rightPanel .ad{ background: url(xximages/ad.jpg) no-repeat 0 0; width: 316px; height:314px; margin-top:26px;}
#siteContent .loginPg .leftPanel h1{ border-bottom:1px solid #eaeaea;}
#siteContent .loginPg .leftPanel #theme-my-login p {  margin-bottom: 5px;}
#siteContent .loginPg .leftPanel #theme-my-login  input[type="text"] , #siteContent .loginPg .leftPanel #theme-my-login input[type="password"] { width: 235px; border:1px solid #dadede; height:18px; padding:3px; margin-bottom:2px;}
#siteContent .loginPg .leftPanel #theme-my-login  input[type="submit"] {
background:transparent url(images/red_gradient_btn.png) repeat-x scroll left top;
border:1px solid #8F0202;
color:#FFFFFF;
font-size:13px !important;
height:29px;
line-height:16px;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
padding:2px 10px;
font-weight:600;
cursor:pointer;
margin-bottom:50px;
}
#siteContent .loginPg .leftPanel #theme-my-login input[type="checkbox"] { margin-bottom:0;} 
#siteContent .loginPg .leftPanel #theme-my-login a{ color:#b72222; text-decoration:none;}
#siteContent .loginPg .leftPanel #theme-my-login a:hover { color:#494949;}#one-column-emphasis {
border-collapse:collapse;margin:0 auto;
text-align:left;
width:785px;
}
#one-column-emphasis th {
text-align:center;
padding:12px 15px;
}
#one-column-emphasis .trailDays{ font-weight:600; font-size:20px; color:#727272; line-height:24px;}
#one-column-emphasis .trialPrice{ font-weight:600; font-size:18px; color:#ac1818; line-height:20px;}
#one-column-emphasis .perMonth td{ font-size:12px; color:#4f4f4f;}
#one-column-emphasis td {
border-top:1px solid #c0c0c0;
padding:5px 15px;
}
p.readmore { display:inline;}
#one-column-emphasis tbody td{ text-align:center; font-size:15px; color:#2c2c2c; }
.oce-first {
 width:165px; 
}
#one-column-emphasis .borderBottom { border-bottom:5px solid #fff;}
td.alignR { text-align:right !important;}
.oce-fourth {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#e6efff none repeat scroll 0 0;
border:1px solid #bcd3fc;
}
.oce-third {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#e6efff none repeat scroll 0 0;
border:1px solid #bcd3fc;
}
.actionButtonSignup{  margin: 12px 0 0 8px;}
a.red {color: #ab1717 !important;}
.redTick { background:url(images/red_tick.png) no-repeat 0 0; width:24px; height:21px; margin:5px auto 0;}
.buyNow { background:url(images/buy_now.png) no-repeat 0 0; width:107px; height:26px; text-indent:-9999px; display:block; margin:0 auto;}
.promote{ position:relative;}
.stockSymbol { position:absolute; left:100px; top:-40px; background:url(images/stock_symbol.png) no-repeat 0 0; width:70px; height:66px;}
.mostPopular {position:absolute; left:110px; top:-35px; background:url(images/most_popular.png) no-repeat 0 0; width:54px; height:50px;}
#pricingWrapper{ background:url(images/pricingWrapper_bg.jpg) repeat-x 0 0; height:541px; width:100%; margin-top:55px;}
#pricingSymbols{ width: 868px; margin:0 auto; padding:50px 10px 0;}
#pricingSymbols .leftPanel{ width:35px;}
#pricingSymbols .rightPanel{ width:210px;}
#pricingSymbols .rightPanel h4  { color:#b42020; font-size:15px; font-weight:600;}
#pricingSymbols .marginL{ margin-left:40px;}
#pricingSymbols .iconRadar{ background:url(images/icon_pricing.png) no-repeat 0 0; height:35px;}
#pricingSymbols .iconPriority{ background:url(images/icon_pricing.png) no-repeat 0 -35px; height:35px;}
#pricingSymbols .iconFlash{ background:url(images/icon_pricing.png) no-repeat 0 -70px; height:35px;}
#pricingSymbols .iconPortfolio{ background:url(images/icon_pricing.png) no-repeat 0 -105px; height:35px;}
#pricingSymbols .iconStockPick{ background:url(images/icon_pricing.png) no-repeat 0 -135px; height:35px;}
#pricingSymbols .iconGuide{ background:url(images/icon_pricing.png) no-repeat 0 -170px; height:40px;}
.highLightedTxt { font-weight:600; color:#af1b1b}
.asterik { font-size:10px; color:#4d4d4d; line-height:13px; width:585px; margin-left:72px;}
.linklove { display:none;}
#shoppingCartWrapper { background:#f6f6f6; width: 100%;}
#shoppingCartWrapper #shoppingCart { width: 700px; margin: 0 auto; padding:50px 0 0 ;}
.shoppingCart .cartTop{ background:url(images/cart_top_bg.png) no-repeat 0 0; height:41px; width:700px; float:left;}
.shoppingCart .cartMid{ background:#fff;  width:700px; float:left;}
.shoppingCart .cartBottom{ background: url(images/cart_bottom_bg.png) no-repeat 0 0; height:23px; width:670px; float:left; padding:3px 15px; font-size:11px; line-height:14px;}
.shoppingCart .cartBottom a{ color:#186523; text-decoration:underline;}
.shoppingCart .cartBottom a:hover { text-decoration:none;}
.shoppingCart .cartMid .section{ padding:15px; width:670px; background:url(images/section_bg.jpg) repeat-x 0 0;}
#shoppingCart #siteContent .cartMid h3{ color:#ab1717 !important; font-size: 15px !important; font-weight:600 !important; margin-left:15px; margin-bottom:10px;}
.shoppingCart .cartMid .leftPanel{ width: 370px;}
.shoppingCart .cartMid .rightPanel { margin-right:10px;
width:256px;}
.shoppingCart .cartMid .fieldName { float:left; text-align:right; width:118px; margin-right:10px;}
.shoppingCart .cartMid .fieldName ,.shoppingCart .cartMid .fieldType label{color: #3f5f70}
.shoppingCart .cartMid .fieldType{ float:left; width: 225px;}
.shoppingCart .cartMid .requiredField { font-weight:600;}
.shoppingCart .cartMid .fieldType input[type="text"] ,.shoppingCart .cartMid .fieldType select { width: 205px; 
border-top: 1px solid #656565; 
border-left: 1px solid #656565; 
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}
.topInfo { width: 200px; float:right; margin-top:10px;}
.topInfo .checkOut{ color:#ab1717 ; font-size: 15px ; font-weight:600 ; }
.topInfo .confirmation{ background:url(images/arrow.jpg) no-repeat 0 5px; padding-left:15px; color:#3f5f70 ; font-size: 15px ; font-weight:600 ; margin-left:10px;  }
.fullWidth{ width:100%;}
.lock { background: url(images/lock.jpg) no-repeat 0 0; padding-left:20px; margin-right:10px; color:#186423; text-decoration:underline; }
.couponCode input[type="text"]{
border-top: 1px solid #656565; 
border-left: 1px solid #656565; 
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
wiath:100px;
}
.couponCode div{ font-size:11px;}
.couponCode .applyBtn { background:url(images/apply_btn.jpg) no-repeat 0 0; width:42px; height:19px; border:none; cursor:pointer; text-indent:-9999px;}
.shoppingCart .cartMid .fieldType select { width: 210px;}
a.emailPrivacy{ color:#186423; text-decoration:underline; background: url(images/email.jpg) no-repeat 0 4px; padding:0 0 0 20px; display:block;}
a.emailPrivacy:hover { text-decoration:none;}
.showHide { display:none;}
.clear{ clear:both;}
.mcAfeeLogo { width:100px; float:right; margin-right:10px;}
.verisignLogo{ width:100px; float:right; margin-right:10px;}
.total{ width: 256px; background:url(images/total_bg.jpg) repeat-x 0 0; padding:5px ; text-align:right; height:56px;}
.total table{ width:120px; float:right;}
.total tr td{ color:#3f5f70;}
.total tr.totalAmt { border-top: 1px solid #ccc;}
.total tr.totalAmt td{ font-size:16px; font-weight:600;}
.payment select { width: 100px !important;}
.authorizeTxt { margin-top:35px;}
.authorizeTxt p{ font-size:10px; line-height:12px;}
.shoppingCart .cartMid textarea {
border-top: 1px solid #656565; 
border-left: 1px solid #656565; 
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}
.innerPg .marginB { margin-bottom:30px;}
#content .cform label { font-size:12px;}
#content .cform input,#content  .cform textarea,#content  .cform select{border:1px solid #DADEDE;
height:18px;
margin-bottom:2px;
padding:3px;
width:415px;}
#content .cform select{ width: 420px;
height:24px;
}
#content .cform input:hover,#content  .cform textarea:hover,#content .cform select:hover { background:none;}
#content .cform input.backbutton, #content .cform input.resetbutton, #content .cform input.sendbutton {background:transparent url(images/red_gradient_btn.png) repeat-x scroll left top;
border:1px solid #8F0202;
color:#FFFFFF;
cursor:pointer;
font-size:13px !important;
font-weight:600;
height:29px;
line-height:16px;
margin-bottom:50px;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
padding:2px 10px; width:100px; margin-right:16px; margin-top:15px; }
.bottomcontainerBox { background:none !important;}
.blogPg .leftPanel{ width:549px; padding-right:20px; }
.blogPg .rightPanel{ width:250px; padding-left:48px; }
.blogPg #content h1 { font-weight:600;}
.blogPg h2 {font-size:24px !important; font-weight:600 ; line-height:30px !important; margin-bottom:20px !important;}
.blogPg .rightPanel h2{ font-weight:normal;}
.blogPg .rightPanel .actionButton {margin-left:20px;}
.dateBlock { width: 66px; height:41px; background:#ab1717; border:1px solid #810101; color:#fff; text-align:center; margin-right:15px;font-weight:600;}

.dateBlock .day{ margin-top:3px;  font-size:16px; line-height:20px;}
.dateBlock .month{ font-size:11px; line-height:14px;}

.postContent { width: 465px;}
.topPanel{ margin-bottom:20px;}.authorName { width:auto; background:url(images/icon_author.jpg) no-repeat 0 0; padding:0 15px 0 20px; float:left; color:#656565;}
.categoryName { width:auto; background:url(images/icon_category.jpg) no-repeat 0 0; padding:0 15px 0 20px; float:left;}
.lastModifiedTime { width:auto; background:url(images/icon_time.jpg) no-repeat 0 0; padding:0 15px 0 20px; float:left; color:#656565;}
.categoryName a, .print a{ color:#656565;}
#tabmenu {
		color: #000;
		border-bottom: 1px solid #ccc;
		margin: 12px 0px 0px 0px;
		padding: 0px;
		z-index: 1;
		padding-left: 10px }
	#tabmenu li {
		display: inline;
		overflow: hidden;
		list-style-type: none; }
	#tabmenu span.active {
		color: #333431; font-weight:600;
		background: url(images/tab_bg.jpg) repeat-x 0 0;
	
		border: 1px solid #ccc;
		padding: 5px 8px 0px 8px;
		margin: 0;
		border-bottom:3px solid #fff;
		text-decoration: none; }
	#tabmenu span.active img{ vertical-align:middle}
	
	#paymentDetail {
		
		background:#fff url(images/payment_bg.jpg) repeat-x 0 bottom;
		padding: 20px;
		border: 1px solid #cccccc;
		border-top: none;
		z-index: 2;	}
.cartButtons { margin-bottom: 15px;}
#shoppingCartWrapper .submitOrder { background:url(images/submit_order.jpg) no-repeat 0 0; width: 115px; height:25px; border:none; margin-left:15px; cursor:pointer;}
.postPg #content h1{ line-height:24px;
margin-bottom:7px;}

.postPg .leftPanel{ width:520px; padding-right:30px; padding-top:40px; }
.postPg .rightPanel{ width:275px;   padding:40px 21px; }
.postPg #main { padding:0;}
#searchsubmit { text-indent:-9999px; background:url(images/search.png) no-repeat 0 0; border:none; height:30px; width:75px;}
.searchTxtbox { width: 170px !important; height:19px;}
.txtBox { margin:0 15px 0 0;}
.firstImg{ margin-bottom:15px;}
.blogLeftPanel { width: 520px;}
/*#one-column-emphasis tr:hover td {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#EFF2FF none repeat scroll 0 0;
}*/
/* =Gallery listing
-------------------------------------------------------------- */
.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}/* =Attachment pages
-------------------------------------------------------------- */
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}/* =Images
-------------------------------------------------------------- */
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}/* =Navigation
-------------------------------------------------------------- */
.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #AB1717;
}
.nav-previous {
float: left;
width: 50%;
}.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
list-style: none;

margin: 0;

padding:10px;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {background:#FFFFFF none repeat scroll 0 0;
border:1px solid #A1A1A1;
padding:2px;
position:absolute;
right:9px;
top:0;
}

.commentlist .top{ width: 473px; padding-bottom:15px;}

.commentlist .body{margin-top:10px;
position:relative;}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}
/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}/* =Widget Areas
-------------------------------------------------------------- */
.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}

.WishListMember_Widget { background:none;}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}
/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 0px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 0;
	padding: 10px 0;
}
#main .widget-area ul ul li {
background:transparent url(images/red_arrow.png) no-repeat scroll 0 4px;
color:#272727;
display:block;
font-weight:600;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-bottom:2px;
padding-left:17px;
padding-right:15px;}
#main .widget-area ul ul li a{color:#272727;}
#primary {
}
#secondary {
}
/* Footer widget areas */
#footer-widget-area {
}/* =Footer
-------------------------------------------------------------- */
#footer {
	margin-bottom: 20px;
}
#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */
pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}/* =Print Style
-------------------------------------------------------------- */
@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}

	#colophon {
		width: auto;
	}

	img#wpstats {
		display: none;

	}

	#site-generator a {
		margin: 0;
		padding: 0;
	}

	#entry-author-info {
		border: 1px solid #e7e7e7;
	}

	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}

}

div.comment-author img {float:right;background:#FFFFFF none repeat scroll 0 0; padding:2px; border:1px solid #dedede;}

textarea#comment.message_input { width:400px; }

.authcomment {
background-color:#FFFFB3 !important;
border:1px solid #DEDEDE !important;
margin:5px 7px 2px 2px;
padding:10px;
position:relative;
} 

.comment-childs { position:relative;}
li.alt {

margin-top:15px; position:relative
padding:15px;
}

li.odd {

margin-top:15px; 

position:relative; 

border:1px solid #DEDEDE !important; 

background-color: #F7F7F7;

padding:15px;

}

/** Pagination css **/

.page_nav .page-numbers{
  padding:4px 5px;
  margin:0px 2px;
  border:1px solid gray;
  color:#AB1717;  
}
.page_nav .current{
  border:1px solid #AB1717;
  background-color:#ECECEC;
}
.page_nav .prev, .page_nav .next{
  border:none;
  color:#AB1717;
}
/*Custom Coded DC*/
#boxD {
	float:left;
	margin:0 10px 10px 0;}
#welcome {
	padding:5px;
	border:#e3e3e3 1px solid;
	width:155px;
	background:#ffffff;
	
	}
#name {
	padding:5px;
	border-top:#e3e3e3 1px solid;
	border-left:#e3e3e3 1px solid;
	border-right:#e3e3e3 1px solid;
	width:155px;
	background:#f9f9f9;
	color:#ab1717;
	font-size:115%;
	font-family:"Times New Roman", Times, serif;
	}

.widget_execphp {
	border:#e3e3e3 1px solid;
	margin: 0px 0 0px 0;
	padding-bottom:30px;
	padding:0 0 30px 10px;
	background:#ffffff;
	margin-bottom:30px;
	min-height:220px;
	
}
.widget_recent_entries {
	margin: 0px 0 0px 0;
	padding-bottom:30px;
	padding:0 0 30px 10px;
	background:#ffffff;
	margin-bottom:30px;	
}
.widget-container  {
	border:#e3e3e3 1px solid;
	margin: 0px 0 0px 0;
	padding:0 0 0px 10px;
	background:#f8f8f8;
	margin-bottom:20px;
}
.widget-container-wide {
	border-left:#e3e3e3 1px solid;
	border-right:#e3e3e3 1px solid;
	border-bottom:#e3e3e3 1px solid;
border-top:#e3e3e3 1px solid;
	margin: 0px 0 0px 0;
	padding:0 0 0px 10px;
	
	margin-bottom:30px;
	height:250px;
	background:url(images/recentComments.jpg) no-repeat;
	
}
#primary .widget-title, #third .widget-title {
	color:#AB1717 !important;
	font-family:times New Roman !important;
	font-size:17px !important;
	font-weight:bold !important;
	margin-bottom:1px !important;
	height:20px;
	padding:5px 0 5px 10px;
	margin-left:-10px;
	background:url(images/h3-bg2a.jpg)no-repeat;
   text-shadow: 0 1px #FFFFFF; 

}
#primary .widget-title2b, #third .widget-title2b {
	color:#AB1717 !important;
	font-family:times New Roman !important;
	font-size:17px !important;
	font-weight:bold !important;
	margin-bottom:1px !important;
	height:20px;
	padding:5px 0 5px 0px;
	margin-left:-10px;
	background:url(images/h3-bg2.jpg)no-repeat;
}

#primary .widget-title2, #third .widget-title2 {
	color:#AB1717 !important;
	font-family:times New Roman !important;
	font-size:17px !important;
	font-weight:bold !important;
	margin-bottom:1px !important;
	height:20px;
	padding:5px 0 5px 0px;
	margin-left:-10px;
	background:url(images/h3-bga.jpg)no-repeat;
}

#primary .widget-title3, #third .widget-title3 {
	color:#AB1717 !important;
	font-family:times New Roman !important;
	font-size:17px !important;
	font-weight:bold !important;
	margin-bottom:1px !important;

height:20px;
	padding:5px 0 5px 0px;
	margin-left:-10px;
	background:url(images/h3-bg3.jpg)no-repeat;
}
#third .widget-title4, #primary .widget-title4, #fullwidth .widget-title4{
	color:#AB1717 !important;
	font-family:times New Roman !important;
	font-size:17px !important;
	font-weight:bold !important;
//	margin-bottom:10px !important;
height:24px;
	padding:5px 0 5px 0px;
}

#third .widget-title4-shadow, #primary .widget-title4-shadow, #fullwidth .widget-title4-shadow{
	color:#AB1717 !important;
	font-family:times New Roman !important;
	font-size:17px !important;
	font-weight:bold !important;
	margin-bottom:10px !important;
height:24px;
	padding:15px 0 5px 0px;
  text-shadow:0 1px #FFFFFF;
}
.widget-title h3, h3.widget-title {
	padding-left:20px;
	margin-left:50px;
	}
#primary, #secondary {
	float: right;
	overflow: hidden;
	width: 262px;
	margin:0 0 0 0;
}
#fullwidth {
	float: left;
	overflow: hidden;
	width: 100%;
	margin:0 35px 0 0;
	padding:0 125px 0 0;
	
}
#third {
	float: left;
	overflow: hidden;
	width: 260px;
	margin:0 40px 0 0;
}
#secondary {
	clear: right;
}
.xoxo {
	padding:0 0 0 15px;
	margin:0;}
#main .widget-area ul ul li.current a {
color:#AB1717;
}

.dashboardbottom  {
	padding:0 0 0 15px;
	margin:0;}


span#firstpost {
color:#AB1717;
font-size: 15px;
}
img.icon {

float:right;

padding: 0px;

border:#E3E3E3 1px solid;

margin-right:5px;
box-shadow: 0px 3px 3px rgba(0,0,0,0.2);

	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);

	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}

a.metai { font-size:13px; font-style: italic; font-weight:normal;}

p.commenttext { font-size:13px; font-weight:normal;}

#stock-quote-sidebar table {
width:240px;
}

li#stock-quote-sidebar.widget-container.widget_sqsidebar {
background:white;
}

#stock-quote-sidebar h3.widget-title {
background:white;
}

.footerlogo {
margin:50px 0 0 0;
text-align: center 
}

.page_nav .current{

  border:1px solid #AB1717;

  background-color:#ECECEC;

}

.page_nav .prev, .page_nav .next{

  border:none;

  color:#AB1717;

}

img.suc_read
{
	border: 1px solid #CCCCCC; margin-right:5px;
}

img.suc_unread
{
	border: 1px solid #AB1717; margin-right:5px;
}

#stock-quote-sidebar table { border-collapse: collapse;border-spacing: 0; border: 0;
margin: 0px;}


#stock-quote-sidebar tr td {
border-top: 0px;
padding: 0px;
}


#main .widget-area ul ul li a { color: #494949; text-decoration:none;}
#main .widget-area ul ul li a:hover {	color: #AD1919; text-decoration:none; }

.specialNote { font-weight:600; background: url(images/quote-icon.png) no-repeat 0 0; padding-left:35px; margin-left:20px; height:33px; padding-top:3px;}
.specialNote a { text-decoration:none;}
.coverNews{ margin-top:50px;margin-bottom:30px;}

#main .widget-area ul ul li.ignoreduser { font-weight:normal; padding-bottom:5px;} 

/* Reply button */

a.replybutton:visited, a.replybutton:link {color:#ffffff;}


.replybutton {	
	background-color:#7D7D7D;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:13px;
	font-weight:normal;
	padding:3px 20px;
	text-decoration:none;
}.replybutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #AD1919) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #7D7D7D 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#AD1919');
	background-color:#AD1919;
}.replybutton:active {
	position:relative;
	top:1px;
}

/* Ignore button */

.top input[type=submit] {

	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	border:2px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:13px;
	font-weight:normal;
	padding:3px 10px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.ignorebutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;}

.ignorebutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	border:2px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:3px 10px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.ignorebutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.ignorebutton:active {
	position:relative;
	top:1px;
}
.page-template-archive-page-php #content table, .category #content table{
border: none;
margin: 0!important;
text-align: -webkit-match-parent;
width: 100%;
}
.page-template-archive-page-php #content tr td, .category #content tr td  {
border-top: none;
padding: 0 12px 0 0;
}
.category #content tr td .gsib_a {
width: 100%;
padding: 4px 6px 0 !important;
}