/*  
Theme Name: WebHostingBlog
Theme URI: http://gaiaonlinelayouts.net/
Description: 2-3 column WP theme
Author: Gaia Online Layouts .net
Author URI: http://gaiaonlinelayouts.net/
Version: 1.0
*/

/* Reset Defaults Starts */

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p, blockquote {
  margin: 0;
  padding: 10px;
  }

a {
  color: #E4722E;
  }

a:hover {
  color: #3B8AB1;
  }

blockquote {
  margin: 5px 10px;
  padding: 5px 10px;
  background: #AECCD1;
  }

code {
  color: #3366CC;
  }

a img {
  }


/* Reset Defaults Ends */

body {
  position: relative; /* Fixes browser resizing bug in IE6 */
  margin: 27px auto 10px auto;
  width: 930px;
  font-family: trebuchet ms, sans-serif;
  text-align: center; /* IE Centering Technique */
  background: #EBEBEB url(images/bgbody.jpg) repeat-x top left;
  }

#wrapper {
  text-align: left; /* IE Centering Technique */
  }

#topcurve {
  margin: 0 15px;
  height: 13px;
  background: url(images/bgtop.gif) left top no-repeat;
  }

#header {
  margin: 0 15px;
  padding: 5px 0 30px 15px; 
  background: #fff;
  }

#header h1.sitename {
  padding: 10px 0 0 5px;
  position: relative;
  width: 470px;
  height: 94px;
  font-size: 18pt;
  }
#header h1.sitename span {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(images/logo.gif) left top no-repeat;
  }
#header h1.sitename span:hover {
  cursor: pointer;
  }

#header .toprss {
  float: right;
  position: relative;
  margin: 0 15px 0 0;
  padding: 0;
  width: 250px;
  height: 109px;
  }
#header .toprss span {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(images/rss.gif) left top no-repeat;
  }
#header .toprss span:hover {
  cursor: pointer;
  }

#searchform {
  float: right;
  margin-left: 0;
  margin-top: 1px;
  }

#searchform {
  margin-left: 10px;
  width: 228px;
  padding-top: 7px;
  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;
  }

#topnav {
  margin-left: 7px; 
  clear: both;
  position: relative;
  height: 34px;
  background: url(images/menubg.gif) left top no-repeat;
  }

#topnav ul {
  float: left;
  position: absolute;
  top: 3px;
  list-style: none;
  }

#topnav li {
  float: left;
  margin-left: 5px;
  padding-left: 13px;
  height: 30px;
  }

*:first-child+html #topnav li a { /* Filter for IE7 */
  display: block;
  padding: 0 15px 0 0;
  }

* html #topnav li a { /* Filter for IE6 */
  padding-top: 6px;
  }

#topnav li a {
  padding-top: 5px;
  padding-bottom: 12px;
  padding-right: 15px;
  font-size: 11pt;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-transform: lowercase;
  text-decoration: none;
  height: 30px;
  line-height: 26px;
  }

#topnav li a:hover {
  color: #F5B84D;
  }

#main {
  clear: both;
  width: 875px; /* Overrides miscalculation in IE6; ignored by other browsers. */
  margin: 0 15px;
  padding: 0 15px 5px 10px;
  background: #fff;
  }

#contentwrapper {
  float: left;
  width: 500px;
  }

#contentwrapperresults {
  float: left;
  width: 820px;
  }

#content {
  }

#content .pageTitle {
  padding: 20px 10px 0 10px;
  font-size: 14pt;
  }

.post {
  margin: 20px 0 25px 0;
  }

#content h2, #content h3, #content h4, #content h5, #content h6 {
  padding: 0 10px;
  font-weight: bold;
  color: #333;
  font-family: arial, sans-serif;
  }

#content h2 {
  font-size: 13pt;
  }

#content h3 {
  font-size: 11pt;
  }

#content h4, #content h5, #content h6 {
  font-size: 10pt;
  }

h2.homeTitle {
  margin: 20px 0 15px 0;
  }

h2.postTitle {
  padding: 0 10px;
  font-size: 14pt;
  font-weight: bold;
  color: #333;
  }

h2.postTitle a {
  font-size: 14pt;
  font-weight: bold;
  text-decoration: none;

  color: #333;
  }




h2.postTitle a:hover {
  color: #3B8AB1;
  }



.postMeta {
  padding: 2px 10px 3px 10px;
  font-size: 9pt;
  color: #797979;
  }

.postMeta a {
  text-decoration: none;
  }



#content p, .postContent p {
  padding: 5px 10px;
  font-size: 10pt;
  color: #333;
  }

.postContent ul, ol {
  padding: 0 0 0 35px;
  }

.postContent ul li, ol li {
  font-size: 10pt;
  color: #333;
  }

.postTags {
  margin: 5px 10px 15px 10px;
  font-size: 9pt;
  color: #797979;
  }

p.comments {
  clear: both;
  padding: 5px 10px 5px 10px;
  }

p.comments a {
  padding-left: 20px;
  background: url(images/comment.jpg) left top no-repeat;
  font-size: 10pt;
  text-decoration: none;
  }

.commentlist {
  margin: 10px 0;
  font-size: 10pt;
  list-style: none;
  }

.commentlist li {
  margin: 0 0 10px -35px;
  }

.commentlist cite {
  padding: 10px;
  font-size: 10pt;
  }

.commentlist cite a {
  }

.commentmetadata {
  padding: 10px;
  }

.comment h3 {
  padding: 0 10px;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  }

.comment p {
  padding: 10px;
  font-size: 10pt;
  color: #333;
  }

.comment a {
  text-decoration: none;
  }

.comment a:hover {
  text-decoration: underline;
  }

.comment textarea {
  width: 470px;
  }

.comment #submit {
  width: 118px;
  height: 30px;
  background: url(images/commentbutton.gif) left top no-repeat;
  border: none;
  font-size: 9pt;
  color: #fff;
  }

.comment #submit:hover {
  cursor: pointer;
  }

.navigation {
  margin: 10px 0;
  color: #406E8D;
  text-align: center;
  font-size: 10pt;
  }

.navigation a {
  text-decoration: none;
  }

#sidebar {
  width: 355px;
  float: right;
  }

.sidebarswrapper {
  float: right;
  margin-top: 5px;
  margin-left: 15px;
  padding-top: 9px;
  width: 355px;
  background: url(images/bgsidebartop.gif) left top no-repeat;
  }

.sidebars {
  width: 355px;
  background: #ECECEC;
  }

#welcome {
  clear: both;
  padding: 0 10px;
  }

#welcome p {
  margin-top: 5px;
  padding: 0 0 0 60px;
  background: url(images/welcome.gif) left top no-repeat;
  }

#welcome a {
  display: inline;
  text-decoration: underline;
  }

.sidebar0 {
  padding: 0 10px;
  }

.sidebarsbottom {
  clear: both;
  width: 355px;
  height: 18px;
  background: url(images/bgsidebarbottom.gif) left bottom no-repeat;
  }

* html .sidebarsbottom{ /* Filter for IE6 */
  margin-top: -5px; /* Creates space between content and footer for IE6 */
  }

.sidebar1 {
  float: left;
  padding-left: 10px;
  width: 160px;
  }

.sidebar2 {
  float: right;
  padding-right: 10px;
  width: 160px;
  }

.sidebars h2 {
  padding: 0 0 2px 0;
  font-size: 12pt;
  color: #131313;
  letter-spacing: -1px;
  }

.sidebars table {
  width: 160px;
  }

.sidebars ul li a {
  display: inline;
  }

.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: 3px 2px 2px 16px;
  color: #333;
  background: url(images/bullet.gif) left 7px no-repeat;
  border-bottom: 1px dotted #e5e5e5;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

.sidebars a {
  display: block;
  color: #333;
  text-decoration: none;
  }

.sidebars a:hover {
  color: #3F7BB9;
  }

.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 {
  clear: both;
  margin: 0 15px;
  padding-top: 0;
  color: #333;
  text-align: left; /* IE Centering Technique */
  background: #fff;
  }

#footer a {
  color:#888;
  }


#footer p {
  padding: 0;
  font-size: 8pt;
  color: #333;
  }

#credits {
  clear: both;
  margin: 0 auto;
  padding-top: 10px;
  width: 875px;
  }

#footerleft {
  float: left;
  width: 760px;
  padding-left: 7px;
  padding-top: 20px;
  }

#footerleft p {
  line-height: 19px;
  }

#bottomcurve {
  margin: 0 15px;
  height: 13px;
  background: url(images/bgbottom.gif) left bottom no-repeat;
  }

.cleared {
  clear: both;
  }

.left {


  float:left;
  }

.right {
  float:right;


  }

#nextprevious {
  font-size:80%;
  }
.alignleft {
  float: left;
  margin: 10px 10px 5px 0;
  }
.alignright {
  float: right;
  margin: 10px 0 5px 10px;
  }
.aligncenter,
div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float: left;
  margin: 10px 10px 5px 0;
  }
img.alignright {
  float: right;
  margin: 10px 0 5px 10px;
  }
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;

  padding-top: 4px;

  /* optional rounded corners for browsers that support it */
  -moz-border-radius: 3px;

  -khtml-border-radius: 3px;

  -webkit-border-radius: 3px;
  border-radius: 3px;
  }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
  }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  }