* { 
margin: 0px; 
padding: 0px; 
}

BODY, TD, P  { font-size : 12px; font-family : verdana, helvetica, arial, sans-serif; color : #383838; line-height : 1.5em;}

P {margin-top : 0; margin-bottom : 1em;}

BODY {
  margin : 0;
  color : #383838;
  background : #2B2B2B url(/images/bg_gradient.jpg) top left repeat-x;
  text-align: center;
}

ul, ol { list-style-position: outside; margin-left : 1em; margin-bottom : 1em; }
li {margin-left : 1.33em;}

h1 {font-weight : bold; font-size : 22px; color : #12768E; margin-bottom : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h2 {font-weight : bold; font-size : 18px; color : #12768E; margin-top : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h3 {font-weight : bold; font-size : 16px; color : #12768E; margin-top : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h4 {font-weight : bold; font-size : 14px; color : #12768E; margin-top : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h5 {font-weight : bold; font-size : 12px; color : #12768E; margin-top : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h6 {font-weight : bold; font-size : 11px; color : #12768E; margin-top : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}

A  {color : #162762; font-weight : normal; text-decoration : underline;}
A:Visited  { color : #162762; font-weight : normal; text-decoration : underline;}
A:Active  { color : #162762; font-weight : normal; text-decoration : underline;}
A:Hover  { color : #22377E;	font-weight : normal; text-decoration : none;}

hr {
  width : 85%;
  text-align : center;
  margin : 5px auto;
  border : 0;
  border-bottom : 1px solid #830C13;
  color : none;
  background : none;
}
textarea#comment{
	width:400px;
	height:200px;
}
	

div#wrapper {
   width: 750px;
   min-height : 500px;
   margin: 20px auto 20px auto;
   background : #2B2B2B;
   text-align: left;
   border : 1px solid #800000;
}

img#header {
  width : 100%;
  vertical-align : top;
}

div#nav-wrapper {
  width : 750px;
  background : #2B2B2B;
  border-bottom : 2px solid #830C13;
}

ul#topnav {
  font: normal 14px "Trebuchet MS", Verdana, sans-serif;
  color : #9B9B9B;
  margin : 0;
  padding : 0;
  background : #2B2B2B;
  list-style: none;
  float : left;
}

ul#topnav li {  
  margin : 0;
  padding : 0;
  display : inline;
  float : left;
}

/* Fix IE. Hide from IE Mac \*/
 * html ul#topnav li { float : left; height: 1%;} 
 * html ul#topnav li a { height: 1%;} 
/* End */

ul#topnav li a, ul#topnav li a:link, ul#topnav li a:visited
{
  text-decoration: none;
  display : inline;
  font-weight : bold;
  padding : 5px 10px;
  color : #9B9B9B;
  float : left;
  }

ul#topnav li a:hover {
  background : #2B2B2B url(/images/bg_nav-hover.jpg) bottom left repeat-x;
}

div#footer {
  clear : both;
  text-align : center;
  background : #800000;
  color : #E0E0E0;
  padding : 5px 0;
}

div#content {
  background : #AFAFAF;
  margin : 0 0 0 165px;
  padding : 15px 15px 15px 15px;
}

div#content img {
  padding : 5px;
}

div#wrap_left {
  float : left;
  width : 150px;
}

div#twitterstats {
  text-align : center;
  margin : 5px auto;
}

div#sidebar_left {
  padding : 15px 3px 3px 10px;
  margin : 0;
}

div#sidebar_left p {
  font-size : 10px;
  color : #E0E0E0;
}

div#sidebar_left h1, div#sidebar_left h2 {
  color : #C8F7D8;
  margin : 0;
}

div#sidebar_left .article {
  margin-top : 5px;
  border-bottom : 1px solid #ccc;
  font-size : 10px;
}

div#sidebar_left A  {color : #7D8DC3; font-weight : normal; text-decoration : underline;}
div#sidebar_left A:Visited  { color : #7D8DC3; font-weight : normal; text-decoration : underline;}
div#sidebar_left A:Active  { color : #7D8DC3; font-weight : normal; text-decoration : underline;}
div#sidebar_left A:Hover  { color : #7D8DC3;	font-weight : normal; text-decoration : none;}


div.clear {
  clear :both;
}

div#norlink {
  text-align : center;
  font-size : 9px;
  color : #fff;
}

div#norlink a {
  color : #fff;
  font-weight : normal;
  background : none;
  border : 0px;
}

.readmore {
  text-align : center;
}
div#err{
color:#800000;
font-size:1.3em;
font-weight:bold;
text-align:center;
}
div.comments table{
width:90%;
}
div.comments textarea{
width:100%;
height:130px;
}
div.comments label{
color:#12768E;
font-weight:bold;
}
