/* Reset Defaults Starts */

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p, blockquote {
  margin: 0;
  padding: 10px;
  }

a {
  color: #256B7F;
  }

a:hover {
  color: #6B8B45;
  }

blockquote {
  margin: 5px 10px;
  padding: 5px 10px;
  background: #9DCAE8;
  border: 1px dotted #BBB;
  }

code {
  color: #3366CC;
  }

a img {
  border: none;
  }


/* Reset Defaults Ends */

body {
  position: relative; /* Fixes browser resizing bug in IE6 */
  margin: 0px auto 10px auto;
  width: 1105px;
  font-family: arial, sans-serif;
  text-align: center; /* IE Centering Technique */
  background: #53b7e8 url(images/bg.jpg) repeat-x top left;

  }

#wrapper {
  text-align: left; /* IE Centering Technique */
  }

.topcurvewhite {
  margin: 0;
  height: 13px;
  background: url(images/bgtopwhite.gif) left top no-repeat;
  }

.bottomcurvewhite {
  margin: 0;
  height: 13px;
  background: url(images/bgbottomwhite.gif) left bottom no-repeat;
  }

#header {
  margin: 0;
  padding: 0;
  width:1030px;
  }
  td.logo{ vertical-align:top; text-align:left; padding-top:15px; padding-left:5px;}
  td.logoRight{ vertical-align:top; text-align:right; padding-top:19px; padding-right:107px;}

#header h1.sitename {
  padding: 0 0 0 0;
  position: relative;
  font-size: 20pt;
  }

#header h1.sitename a {
  color: #fff;
  text-decoration: none;
  }

#header h1.sitename a:hover {
  color: #D0DE9C;
  text-decoration: none;
  }

#header h2.sitedesc {
  padding: 0 0 0 0;
  position: relative;
  font-size: 11pt;
  color: #A6DDEA;
  }

#header .topright {
  float: right;
  position: relative;
  margin: 5px 0 0 0;
  padding: 0;
  width: 400px;
  height: 60px;
  text-align: right;
  color: #fff;
  font-size: 10pt;
  }

#header .topright a {
  color: #A6DDEA;
  }

#header .topright a:hover {
  color: #D0DE9C;
  }

.search {
  padding-bottom: 5px;
  }

#searchform {
  float: right;
  margin-left: 0;
  margin-top: 2px;
  margin-right: 0px;
  }

#searchform {
  margin-left: 10px;
  width: 213px;
  padding-top: 8px;
  height: 28px;
  background: #ccc;
  background: url(images/search.gif) left 3px no-repeat;
  }

*:first-child+html #searchform { /* Filter for IE7 */
  padding: 5px 0;
  }

* html #searchform { /* Filter for IE6 */
  padding: 5px 0;
  }

#searchbox {
  margin-left: 8px;
  margin-bottom: 3px;
  width: 145px;
  background: none;
  border: none;
  }

#searchbutton {
  width: 50px;
  background: none;
  border: none;
  }

#searchbutton:hover {
  cursor: pointer;
  }

#nav {
  clear: both;
  margin: 10px 0 0 0;
  }

#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }

#nav li {
  float: left;
  margin-right: 10px;
  }

* html #nav li a { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }

* html #nav li a span { /* Filter for IE6 to prevent li stacking */
  float: left;
  margin-left: 4px;
  text-decoration: none;
  }

#nav li a {
  display: block;
  height: 26px;
  background: url(images/bgtableft.gif) left top no-repeat;
  text-transform: lowercase;
  font-size: 10pt;
  text-decoration: none;
  }

#nav li a span {
  display: block;
  margin-left: 6px;
  padding-left: 5px;
  padding-right: 12px;
  line-height: 26px;
  color: #FFF;
  background: url(images/bgtabright.gif) right top no-repeat;
  text-decoration: none;
  }

#nav li a:hover {
  background-position: left -26px;
  text-decoration: none;
  cursor: pointer; /* For IE6 */
  }

#nav li a:hover span {
  background-position: right -26px;
  color: #fff;
  }

#nav li.current_page a {
  background-position: left -26px;
  }

#nav li.current_page a span {
  background-position: right -26px;
  color: #fff;
  }

#main {
  clear: both;
  width: 1005px; /* Overrides miscalculation in IE6; ignored by other browsers. */
  margin: 0;
  padding: 0 15px 0px 0px;
/*  background: #fff url(images/bgwhite.gif) repeat-y top left;*/
background-color:transparent;
  }

#contentwrapper {
  float: left;
  width: 600px;

  }

#content {
  }

#content .pageTitle {
  padding: 5px 10px 15px 10px;
  font-size: 16pt;
  font-family: arial, sans serif;
  letter-spacing: -1px;
  color: #5A7836;
  }

.post {
  margin: 5px 0 25px 0;
  margin-top:0px;
  }

#content h2, #content h3, #content h4, #content h5, #content h6 {
  padding: 0 10px;
  font-weight: bold;
  }

#content h2 {
  font-size: 15pt;
  }

#content h3 {
  font-size: 11pt;
  }

#content h4, #content h5, #content h6 {
  font-size: 10pt;
  }

h2.homeTitle {
  margin: 0 0 15px 0;
  }

h2.postTitle {
  padding: 0 10px;
  font-size: 16pt;
  font-weight: bold;
  color: #000;
  font-family: arial, sans serif;

    padding-left:40px;
	margin:0px;
  }

h2.postTitle a {
  font-size: 15px;
  font-weight: bold ;
  text-decoration: none;
  color: #3399cc;
  font-family:verdana;
  }



.postMeta {
  padding: 2px 10px 3px 40px;
  font-size: 13px;
  color: #333;
  }

.postMeta a {
  text-decoration: none;
  color:#3399cc;
  }

.postContent img {
  margin: 10px;
  border: 3px solid #CCC;
  }
  #content{ }

#content p, .postContent p {
  padding: 5px 10px;
  font-size: 13px;
  color: #858889;
 padding-left:40px;

  }

.postContent ul, ol {
  padding: 0 0 0 35px;
  }

.postContent ul li, ol li {
  font-size: 13px;
  color: #000;
  }

.postTags {
  margin: 5px 10px 15px 10px;
  font-size: 13px;
  color: #000;
  }

p.comments {
  clear: both;
  padding: 5px 10px 5px 10px;
  }

p.comments a {
  padding-left: 20px;
  background: url(images/comment.gif) left top no-repeat;
  font-size: 13px;
  text-decoration: none;
  margin-left:30px;
  color:#3399cc;
  }

.commentlist {
  margin: 10px 0;
  font-size: 13px;
  list-style: none;
 
  }

.commentlist li {
  margin: 0 0 10px -25px;


  width: 460px;
  color:#858889;
  }

.commentlist cite {
  padding: 10px;
  font-size: 13px;
  color:#fff;
  }

.commentlist cite a {
color:#3399cc;
  }

.commentmetadata {
  padding: 10px;
  }

.comment h3 {
  padding: 0 10px;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  color: #858889;
  }

.comment p {
  padding: 10px;
  font-size: 13px;
  color: #858889;
  }

.comment a {
  text-decoration: none;
  color:#3399cc;
  }

.comment a:hover {
  text-decoration: underline;
  }

.comment textarea {
  width: 455px;
  }
.comment { margin-left:30px;}
.comment #submit {
  width: 118px;
  height: 30px;
  background: url(images/commentbutton.gif) left top no-repeat;
  border: none;
  font-size:13px;
  color: #333;
  }
h3#comments,h3#respond{ color:#3399cc;}
.comment #submit:hover {
  cursor: pointer;
  }


/* Sidebars */

.sidebars {
 /* float:right;*/
 /* margin-top: 0px;
  margin-left: 15px;
  padding-top: 9px;*/
/*  width: 300px;*/
width:160px;
position:relative;
  }
  .side{ position:absolute; z-index:1; top:-21px; left:-7px;}

.sidebars h2 {
  padding: 6px 5px 0px 7px;
  font-size: 12pt;
  color: #3399cc;
  

  }

.sidebars table {
  width: 300px;
  }

.sidebars ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

.sidebars li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 9pt;
  }

.sidebars li ul {
  padding: 0;
  }

.sidebars ul ul li {
  margin: 0;
  padding: 0px 2px 0px 10px;
  color: #3399cc;

  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
 
  }

.sidebars li.nobg a:hover {
  background: none;
  color: #3399cc;
  text-decoration: none;
  }

.sidebars a {
  display: inline;
  color: #fff;
  text-decoration: none;
  }

.sidebars a:hover {
  color: #fff;
 text-decoration:underline;
  }

.sidebars p {
  padding: 2px 0;
  font-size: 9pt;
  }

#tag_cloud a {
  display: inline;
  }

.sidebars ul.children li {border-bottom:none;}
.sidebars ul.children {margin-bottom:-5px;}


/* Footer */

#footer {
  clear: both;
  padding-top: 0px;
  color: #fff;
  text-align: left; /* IE Centering Technique */
  width:580px; height:68px; 
  padding-top:12px;
  padding-left:50px;
  background:url('images/blue_application_window.png') no-repeat left top;
   margin-left:140px;
   font-family:"Trebuchet MS";
   font-size:14px;
  }

#footer p {
  padding: 0;
  font-size: 8pt;
  line-height: 19px;
  }

#footer a {
  color: #fff;
  text-decoration:none;
font-size:14px;
font-weight:bold;
  }

#footer a:hover {
  color: #fff;
  text-decoration:underline;
  }

.footerLinks{ margin-top:40px; margin-bottom:10px;}
.footerLinks a{ margin-left:5px; margin-right:5px; font-size:12px !important;}

#credits {
  clear: both;
  float: left;
  margin: 0 auto;
  padding: 0 0 5px 0;
  width: 950px;
  text-align: center;
  }

/* extras */

.cleared {
  clear: both;
  }

.left {
  float:left;
  }

.right {
  float:right;
  }

#nextprevious {
  padding:10px;
  font-size:85%;
  }
  
  td.left2{ vertical-align:top; width:30px;  background:url('images/side_left.png') repeat-y right top;  }
  td.cont{ vertical-align:text-top; background-color:#fff; }
  td.sb{ vertical-align:top;width:30px;  background:url('images/side_right.png') repeat-y left top;  }

  td.leftTop{ vertical-align:top; width:30px; height:30px; background:url('images/top_left.png') no-repeat left top;  }
  td.toptop{ vertical-align:top; width:570px; background:url('images/top.png') repeat-x left top;}
  td.rightTop{ vertical-align:top; vertical-align:top; width:30px; height:30px; background:url('images/top_right.png') no-repeat right top; }
 
 .leftNav{ z-index:1; position:absolute; left:-11px; margin-top:34px; }
  .leftNav ul{ list-style-type:none; padding:0px !important; margin:0px !important;}
  .leftNav ul li{padding:0px !important; margin:0px !important; height:56px; font-family:arial; font-size:12px; font-weight:bold; color:#858889;   }

#twtr-search-widget{ width:71px; height:65px; background:url('images/twitter_bird.gif') no-repeat left top; position:absolute; z-index:100; top:-4px; left:60px;}