/* Basic tags  */
body, html { 
  margin: 0 auto;
  padding: 0;
}

body { 
  background: #ffd100 url(images/back.jpg) top repeat-x;
  font: 14px Helvetica, Verdana, Arial, Tahoma;
  color: #666; 
}

h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
}

a img {
  border: 0;
}

p {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}

a:link, a:visited { 
  color: #390;
  text-decoration: none;	
}

a:hover { 
  color: #3c0; 
  text-decoration: underline;	
}

hr {
  display: none;
}

/* Layout */

#container {
  width: 940px;
  margin: 0 auto;
  text-align: left;
}

#header { 
  background: url(images/header.jpg) center top no-repeat;
  height: 130px;
}

#header #logo a { 
  display: block;
  float: left;
  width: 210px;
  height: 112px;
  margin-top: 12px;
  background: url(images/logo.gif) no-repeat center top; 
}

#header #logo span { 
  display: none;
}

#header h2#quote { 
  float: left;
  width: 380px;
  margin-top: 41px;
  margin-left: 30px;
  font-size: 16px;
  font-style:italic;
  font-weight: normal;
}

#header #topmenu {
  float: right;
  width: 260px;
  margin-top: 32px;
  text-align: right;
  list-style-type: none;
}

#header #topmenu li { 
  display: inline;
}

#header #topmenu a { 
  display: block;
  float: left; 
  width: 48px;
  height: 48px;
  margin: 0 4px;
}

#header #topmenu a span { 
  display: none;
}

#header #topmenu a#topmenu-item-1 { 
  background: url(images/icon_rss.gif) top left no-repeat; 
}

#header #topmenu a#topmenu-item-2 { 
  background: url(images/icon_links.gif) top left no-repeat; 
}

#header #topmenu a#topmenu-item-3 { 
  background: url(images/icon_about.gif) top left no-repeat; 
}

#header #topmenu a#topmenu-item-4 { 
  background: url(images/icon_contact.gif) top left no-repeat; 
}

#twitter { 
  width: 75%;
  height: 75px;
  margin: 8px auto;
}

#twitter h3 { 
  display: inline;
  float: right;
  margin-left: 8px;
}

#twitter h3 a { 
  display: block;
  width: 192px;
  height: 69px;
  background: url(images/twitter_icon.png) top left no-repeat; 
}


#main { 
  background: #fff;
}


#content { 
  display: inline;
  float: left;
  width: 728px;
  margin-left: 16px;
  background: #fff;
}

#content .post { 
  padding: 10px 16px 16px 12px;
  background: #fff url(images/content_post_back.gif) left top no-repeat; 
}

#content h3 { 
  font-size: 24px;
  font-weight: normal;
  color: #390;
}

#content h3.new-comment {
  height: 30px;
  padding-left: 42px;
  padding-top: 5px;
  background: url(images/h3_new-comment.gif) 10px 0 no-repeat; 
  font-size: 18px;
}

#content a.add-comment {
  display: block;
  height: 30px;
  padding-left: 30px;
  padding-top: 5px;
  background: url(images/link_add-comment.gif) left top no-repeat; 
}

#content .modify-date {
  font-size: 10px;
}

#content span.spacing {
  display: block;
  height: 24px;
  font-size: 2px;
  line-height: 2px;
}

#content .pagination-results {
  margin-left: 8px;
}

#right { 
  float: right;
  width: 190px;
}

#right h3 { 
  padding: 8px 0 8px 26px;
  margin-bottom: 8px;
  color: #530;
  font-size: 16px;
}

#right .widget {
  background: #fff url(images/right_h3_bar.jpg) left top no-repeat; 
  margin-bottom: 16px;
}

#right #sections li { 
  list-style-type: none;
  list-style-image: url(images/bullet.gif);
}


#right #sections li .children { 
  margin-left: 8px;
  padding-left: 8px;
}

#right #sections a {
  font-size: 16px;
}

#right #searchform {
  text-align: center;
}

#right #socialize p {
  margin-top: 4px;
  text-align: center;
}

#right #bc_widget {
  margin: 0 auto;
}

#right #network li { 
  list-style-type: none;
  list-style-image: url(images/bullet_url.gif);
}

#right #network a {
  font-size: 13px;
}


#right #banner160x600 {
  background: none; 
  padding-left: 16px;
}

#footer { 
  clear:both;
  height: 90px;
  background: #fff url(images/footer.gif) center bottom no-repeat; 
  text-align: center;
  color: #939393;
  font-size: 11px; 
}

/* Generic styles */

.clear {
  clear: both;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

