/*
Theme Name: Newsportal
Theme URI: http://www.kaushalsheth.com
Version: 1.0
Description: 3 Column theme Newsportal theme
Author: Kaushal
Author URI: http://www.kaushalsheth.com
*/

body {
  text-align: left;
  margin-top:10px;
  margin-bottom:10px;
  color:#666666;
  background-color: #282828;
}

A:link {
	COLOR: #2153AA; text-decoration: none;
}
A:visited {
	COLOR: #2153AA; text-decoration: none;
}
A:active {
	COLOR: #2153AA; text-decoration: none;
}
A:hover {
	COLOR: #FF0000; text-decoration: underline;
}

#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 98%;
  text-align: left;
  background: #FFFFFF;
  border: 8px solid #FFFFFF;
}

#header_wrapper {
  background: url(http://hdbizblog.com/homepage_images/headerbg.jpg) top left repeat-x;
  margin:0px !important; padding:0px;
}

#header {
  height: 120px;
  padding: 0px;
  background: url(http://hdbizblog.com/homepage_images/headerright.jpg) top right no-repeat;
  margin:0px;
}

#header a img {
  border: none !important;
  }

#header h1 {
  margin:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 28px;
  color:#ffffff;
  letter-spacing: -1px;
}

#header h1 a {
color:#ffffff;
text-decoration:none;
}

#header h1 a :visited
{
text-decoration:none;
color:#ffffff;
}
#header h1 a:hover
{
text-decoration:underline;
color:#ffffff;
}

#sitename {
  margin:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 28px;
  color:#ffffff;
  letter-spacing: -1px;
}

#header h2 {
  margin:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  color:#B1C6EB;
  letter-spacing: 1px;
}

#left_side {
  margin-top: 10px;
  float: left;
  width: 200px;
  background: #CCCCCC url(images/side_bg.gif) bottom left repeat-x;
}

#right_side {
  margin-top: 10px;
  float: right;
  width: 300px;
  background: #CCCCCC url(images/side_bg.gif) bottom left repeat-x;
}
/* SUB-HEADER CODE */


* html #subheader { 
width : auto;
text-align : left;
margin : 0px 0px 0px 8px;
padding : 0px;
float : left;
} 

#subheader { 
width : auto;
text-align : left;
margin : 0px 0px 0px 8px;
padding : 0px;
float : left;
display:inline
}

#subheader li { 
margin-bottom:3px;
}
#subheader a { 
color:#2153AA;
border-bottom:1px solid #98C914;
margin-bottom:3px;
}
#subheader a:hover {
color:#333333;
border-bottom:none;
}

#subheader ul { 
margin:0px;
padding:5px 20px 10px 20px;
list-style-type:none
}

#subheader p { 
font: normal 15px Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif;
color:B1C6EB;
margin:0px;
padding:10px 20px 10px 20px;
}

#subheader h2 { 
background:url(images/heading_pat.gif);
font: normal 15px Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif;
color:B1C6EB;
margin:0px;
padding:7px 20px 3px 20px;
}


* html .subheader_popular {
height:180px;
}
* html .subheader_about {
height:180px;
}
* html .subheader_subscribe {
height:180px;
}

.subheader_popular {
	background:#282828;
	float:left;
	width:320px;
	margin:0px;
	min-height:200px;
}

.subheader_about_alt {
	background:#282828;
	color:#999;
	float:left;
	width:320px;
	margin:0px 6px 0px 6px;
	min-height:200px;
}

.subheader_resources {
	background:#282828;
	color:#999;
	float:left;
	width:320px;
	margin:0px 6px 0px 6px;
	min-height:200px;
}

.subheader_about {
	background:#282828 url(images/about_bg.jpg);
	clear:right;
	float:left;
	width:320px;
	margin:0px 6px 0px 6px;
	min-height:200px;
	color:black;
}
.about {
	text-align:right;
	padding:45px 50px 0 80px;
	float:right;
}

.subheader_subscribe {
	background:#282828;
	clear:right;
	float:left;
	width:320px;
	margin:0px;
	min-height:180px;
}

#subheader .subheader_subscribe li { 
margin-top:10px;
}

#subheader .subheader_subscribe a { 
border-bottom:none;
}

/* END SUB-HEADER CODE */

#content {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 90px;
  margin-right: 320px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  line-height: 17px;
  color: #333333;
}

#footer {
  height: 200px;
  background-color: #2153AA;
  clear: both;
  text-align: center;
  padding-top:12px;
  color: #B6CEF9;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 18px;
}

#footer A:link {
	COLOR: #FFFFFF; text-decoration: none;
}
#footer A:visited {
	COLOR: #FFFFFF; text-decoration: none;
}
#footer A:active {
	COLOR: #FFFFFF; text-decoration: none;
}
#footer A:hover {
	COLOR: #FFFFFF; text-decoration: underline;
}
#note {
padding: 0.57143em 0.78571em;
background: #f5f5f5;
border: 1px solid #ddd;
}
/* note: Grey */
p.note {
padding: 0.57143em 0.78571em;
background: #f5f5f5;
border: 1px solid #ddd;
}

/* alert: Yellow */
p.alert {
padding: 0.57143em 0.78571em;
background: #ffffa0;
border: 1px solid #e5e597;
}

/* info: Red */
p.info {
padding: 0.57143em 0.78571em;
background: #ff4f52;
border: 1px solid #ef1d21;
}

/* download: Green */
p.download {
padding: 0.57143em 0.78571em;
background: #a3df61;
border: 1px solid #7abf2f;
}

.pullquote {
padding: 10px;
float: right;
width: 200px;
margin:10px 0 10px 20px;
border-top:2px solid #ffc300;
border-bottom:2px solid #ffc300;
text-align: center;
line-height: 22px;
font-family: georgia, verdana, Arial, Helvetica, sans-serif;
color:#ccc;}

/*
** Menu styles
*/
ul.menu {
  list-style: none;
  border: none;
  text-align:left;
}
ul.menu li {
  margin: 0 0 0 0.5em;
}
li.expanded {
  list-style-type: circle;
  list-style-image: none;
  padding: 0.2em 0.5em 0 0;
  margin: 0;
  color: #759ADB;
}
li.collapsed {
  list-style-type: circle;
  list-style-image: none;
  padding: 0.2em 0.5em 0 0;
  margin: 0;
  color: #759ADB;
}
li.leaf {
  list-style-type: disc;
  list-style-image: none;
  padding: 0.2em 0.5em 0 0;
  margin: 0;
  color: #759ADB;
}

#left_side p, #right_side p {
  margin:10px;margin-top:15px;margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #333333;
}

#left_side a, #right_side a {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
}

#left_side h3, #right_side h3 {
  margin-top:5px; margin-bottom:10px; margin-left:5px; margin-right:5px;
  padding:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  color: #FFFFFF;
  border:1px solid #0F3974;
  background-color: #2153AA;
}

#left_side h4, #right_side h4 {
  margin-top:0px;margin-bottom:0px;margin-left:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  color: #2153AA;
}

#content p {
  margin-top:15px; margin-bottom: 15px;
  font-family: verdana, arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #444444;
}

#content h2 {
  margin-top:5px; margin-bottom: 10px;
  font-family: verdana, arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  color: #993300;
}

#content h3 {
  margin-top:5px; margin-bottom: 10px;
  font-family: verdana, arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  color: #2153AA;
}

#content h4 {
  margin-top:3px;margin-bottom:3px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;  
  line-height: 12px;
  color: #333333;
}

#content h5 {
  margin-top:2px; margin-bottom: 2px;
  font-family: verdana, arial, sans-serif;
  font-size:10px;
  font-weight: bold;
  line-height: 12px;
  color: #993300;
}

#navlist
{
  margin-top: 0px;
  margin-bottom:0px;
  text-align:center;
  padding: 5px 0;
  margin-left: 0;
  border-bottom: 1px solid #0F3974;   border-top: 1px solid #0F3974;
  font: bold 14px Verdana, sans-serif; background-color: #365691;
}

#navlist li
{
  list-style: none;
  margin: 0;
  display: inline;
}

#navlist li a
{
  color: #F1F6FE;
  padding: 5px 15px;
  margin-left: 3px;
  border: 1px solid #0F3974;
  border-bottom: none;
  background: #2153AA url(images/tab_bg.gif) bottom left repeat-x;
  text-decoration: none;
}

#navlist li a:link { color: #F1F6FE; }
#navlist li a:visited { color: #F1F6FE; }

#navlist li a:hover
{
  color: #FFFFFF;
  background: #3364BB;
  border-color: #0F3974;
}

#navlist li a#current
{
  color: #000;
  background: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

.float_left {
  float: left;
  margin-right: 10px;
}

.float_right {
  float: right;
  margin-left: 10px;
}

.featurebox_center {
  background-color: #fffff6;
  margin:0px;
  padding:10px;
  border: 1px solid #DFE8F7;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 18px;
  color: #333333;
}

.featurebox_side {
  background-color: #fffff6;
  margin:0px;margin-left:10px;margin-right:10px;margin-bottom:15px;
  padding:10px;
  border: 1px solid #DFE8F7;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 18px;
  color: #333333;
}


.post{margin:0 0 25px 0;}

.post .info{
padding:2px 3px 3px 8px;
border:1px solid #e3e4e4;
background-color:#f5f5f5;
font-size:0.9em;
color:#505050;
}

blockquote {
margin: 5px 20px 5px 20px;
padding-top: 5px;
padding-right: 10px;
padding-bottom: 5px;
padding-left: 10px;
background: #E0E0E0;
}

/* Comments Styling */
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
background: #ffffff;
width: 280px;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 500px;
}
#commentform textarea:hover {
background: #FFFFFF;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #ffffff;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}

/* SUBSCRIPTION MANAGER STYLE */
.subscription-manager {
padding: 10px 0 20px 0;
margin: 5px 0 0 55px;
width: 650px;
}

div.wrap {
background: #fafafa;
padding: 5px 10px;
margin: 20px 0;
border: 1px solid #ccc;
}

div.wrap h2 {
margin: .5em 0 1em 0;
border-bottom: 2px solid #589bd2;
}

div.wrap fieldset {
border: 1px solid #555;
margin: 1em 0;
padding: 5px 10px;
}

div.wrap fieldset legend {
font-weight: bold;
font-size: small;
}

div.wrap p.submit {
text-align: right;
}

div.note {
padding: 0.57143em 0.78571em;
background: #f5f5f5;
border: 1px solid #ddd;
}

.updated {
background: #B9D6EF;
border: 1px solid #589bd2;
margin: 1em 5% 10px;
padding: 0 1em;
}

.updated-error {
background-color: #FFA3A3;
border: 1px solid #FF5D5D;
}

div.wrap form {
margin: 0;
padding: 0;
}

div.warp li {
margin-bottom: 6px;
line-height: 130%;
}
/* END SUBSCRIPTION MANAGER STYLE */