/*
 * b2evolution Blog Skin by The Skin Faktory - http://skinfaktory.com/
 *
 * Based on terrafirma1.0 by nodethirtythree design - http://www.nodethirtythree.com
 * Based on terrafirme3.5 by Sadish Bala - http://wpthemepark.com
 */

@import url("../../rsc/css/basic.css");	/* Import basic styles */
@import url("../../rsc/css/blog_base.css");	/* Default styles for the blog navigation */
@import url("../../rsc/css/item_base.css");	/* Default styles for the post CONTENT */

body {
  background-image: url('img/background.png');
  background-repeat: repeat-x;
  background-color: #d9ecff;

  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;

  text-align: center;
}

*
{
  padding: 0;
  margin: 0;
}

div.widget_core_coll_title a {
  color: #000000; 
  text-decoration: none;
}

h1 {
  padding-top: 20px;
  margin: 0 auto;
  font-size: 30px;
}

div#skin_wrapper {
  background-image: url('img/grass.png');
  background-position: bottom;
  background-repeat: no-repeat;
  background-color: #f5faff;

  border-style: solid;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-right-width: 2px;
  border-color: #000000;

  font-family: Verdana, Arial, sans-serif;
  text-align: left;
  font-size: 13px;

  width: 800px;

  margin-left: auto;
  margin-right: auto;

  overflow: hidden;

  padding-bottom: 5px;
}

div.pageHeader {
  background-image: url('img/logo.png');
  background-repeat: repeat-x;
  background-color: #e8f3ff;

  font-family: Verdana, Arial, sans-serif;
  text-align: center;

  height: 130px;
}

div.top_menu
{
  border-style: dashed;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-top-width: 1px;

  background: #e8f3ff;

  font-family: Verdana, Arial, sans-serif;
  text-align: center;
  font-size: 14px;
}

div.top_menu ul li {
  display: inline;
  padding-left: 3px;
}

div.top_menu ul li a {
  padding: 3px;
  text-decoration: none;
  color: #2223f0;
}

div.top_menu ul li a:hover {
  text-decoration: underline;
}

div.bPosts {
  width: 580px;
  float: left;
  overflow: hidden;

  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 130px;
  margin-left: 5px;

  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 1px;
  border-color: #000000;
  
}

em.user a {
  color: #000000;
  text-decoration: none;
}

em.user a:hover {
  text-decoration: underline;
}

h2.bTitle a:hover {
  text-decoration: underline;
}

h2.bTitle a {
  color: #78a;
  text-decoration: none;
  margin-bottom: 5px;
}

div.bSmallPrint {
  padding-top: 10px;
  padding-bottom: 10px;
}

hr.postDivide {
  height: 0;
  border: 0;
  border-top: 1px solid #78a;
}

.codespan {
  background-color: #efefef;
  font-size: 107%;
  margin: 1em 2em;
  padding: 0 1ex;

}

p {
  margin: 0;

  padding-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

div.bSideBar {
  width: 200px;
  float: right;
  overflow: hidden;
  padding-bottom: 130px;
}

div.bSideItem {
  font-weight: normal; 
  margin-bottom: 20px;
}

input.SearchField {
  width: 170px;
}

div.search_option {
  margin-bottom: 3px;
}

#grass {
  display: inline;
  vertical-align: bottom;
}

a:link { color: #2223f0; text-decoration: underline; }
a:visited { color: #2223f0; text-decoration: underline; }
a:hover { color: #2223f0; text-decoration: none; }
a:active { color: #2223f0; text-decoration: none; }