/*
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: center;
  margin-top:10px;
  margin-bottom:10px;
  font-family:Verdana,Arial,sans-serif;
  background:#FFFFFF none repeat scroll 0%;
}

A:link {
	COLOR: #006699; text-decoration: none;
}
A:visited {
	COLOR: #006699; text-decoration: none;
}
A:active {
	COLOR: #006699; text-decoration: none;
}
A:hover {
	COLOR: #FF9933; text-decoration: underline;
}

a img {
  border:0pt none;
}

blockquote {
  padding: 0px 3px;
  margin-left : 15px;
  background:#f4f2ef;
  border: 1px solid rgb(128, 128, 128);
}

pre {
  font-size: 12px;
  color:#efefef;
  background:#0000AA;
  padding: 0px 0px 0px 3px;
  overflow:auto;
  border: 1px solid rgb(128, 128, 128);
}

.terminal{
  color:#0ff;
  background:#444444;
}

pre .element {
  color:#f00;
}

pre .attribute {
  color:#f0f;
}

pre .comment {
  color:#0f0;
}

pre .ifdef {
  color:#ffc000;
  font-weight:bold;
}

pre .literal {
  color:#00ffff;
}

#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 930px;
  text-align: left;
  background: #FFFFFF;
  border: 8px solid #FFFFFF;
}

ul {
  padding:0px;
  margin:0px;
}

li {
  padding:0px;
  margin:0px;
}

#header_wrapper {
}

#header {
  height: 80px;
  clear:both;
}

#header_left {
  float: left;
}

#header_right {
  float: right;
}

#header h1 {
  margin:0px;
  font-family: verdana, arial, sans-serif;
  font-size:x-large;
  padding:40px 0px 5px;
}

#header h1 a {
}

#header h1 a :visited
{
}

#header h1 a:hover
{
}

#sitename {
  margin:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 28px;
  color:#ffffff;
  letter-spacing: -1px;
}

#message_bar {
  text-align: center;
}

#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: 170px;
}

#right_side {
  margin-top: 10px;
  float: right;
  width: 170px;
}

#content {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 180px;
  margin-right: 180px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}

.code_table {
  background: #0000AA;
  width: 95%;
}

#footer {
  clear: both;
  text-align: center;
  padding-top:50px;
  color: #333333;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 18px;
}

#footer A:link {
  COLOR: #006699; text-decoration: none;
}
#footer A:visited {
  COLOR: #006699; text-decoration: none;
}
#footer A:active {
  COLOR: #006699; text-decoration: none;
}
#footer A:hover {
  COLOR: #FF9933; text-decoration: underline;
}


/*
** 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 {
  font-family: verdana, arial, sans-serif;
  margin:0px 0px 6px;
  padding:1px 5px;
  font-size:x-small;
  background:#EEEEEE none repeat scroll 0%;
  border:1px solid #DDDDDD;
  color:#006699;
}

#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;
}

#left_side div, #right_side div {
  margin-bottom:20px;
  font-size:x-small;
}

#left_side li, #right_side li {
  list-style-type:none;
}

#calendar_wrap table {
  font-size:x-small;
  text-align:center;
}

#calendar_wrap th {
  font-wight:normal;
  height:20px;
  width:20px;
}

#calendar_wrap td {
  height:20px;
  width:20px;
}

#calendar_wrap td.link {
  background:#DDDDDD none repeat scroll 0%;
  font-weight:bold;
}

#calendar_wrap td#today {
  font-weight:700;
}

#calendar_wrap td#prev {
  text-align:left;
  height:20px;
  width:60px;
}

#calendar_wrap td#next {
  text-align:right;
  height:20px;
  width:60px;
}

#content p {
  margin-top:15px; margin-bottom: 15px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}

#content h3 {
  font-family: verdana, arial, sans-serif;
  background:#EEEEEE none repeat scroll 0%;
  border:1px solid #DDDDDD;
  color:#006699;
  font-size:small;
  margin:0px 0px 15px;
  padding:1px 5px;
}

#content h4 {
  margin-top:0px;margin-bottom:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 12px;
  color: #2153AA;
}

#navlist
{
  margin-top:1px;
  margin-bottom:0px;
  text-align:center;
  padding: 5px 0;
  margin-left: 0;
  border-bottom: 1px solid #0F3974;
  font: bold 12px Verdana, sans-serif;
}

#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: #006699 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: #FF9933;
  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:0px; margin-left:5px; margin-right:5px; margin-bottom:20px;
}

.post .info{
  padding:2px 3px 3px 10px;
  font-size:0.9em;
  color:#505050;
}


/* 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: 280px;
}

#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;
}

/* Amazon Styling */
.sonet-asin-area {
/*  clear:both;*/
}

.sonet-asin-image {
  float:left;
  margin:0pt 15px 10px 0pt !important;
}

.sonet-asin-title {
  margin:0pt;
}

.sonet-asin-info ul {
  margin:0pt;
  padding:0pt;
}

ul.sonet-asin-label-cd {
  height:100px;
}
li.sonet-asin-label {
  font-size:x-small;
  line-height:1.5;
  list-style-type:none;
  margin:3px 0pt;
}

.sonet-asin-break {
/*  clear:both;*/
}
