/*
Website Author: Matthew Pusey, http://www.aries-designs.com.
Release Website: smitholi.com/css-templates
Type: News/Tutorials Website */

/*
Body, Fonts etc */

body {
  background: #F7F9E3;
	color: #000;
	font-family: Verdana, Tahoma, Arial, "Trebuchet MS", "Sans-Serif", Georgia, Courier, "Times New Roman", Serif;
	font-size: 11px;
}

a {
  color: #000;
  text-decoration: underline;
}

a:hover {
  color: #940001;
}

p {
  padding: 0;
  margin: 0;
  margin-bottom: 12px;
}

.clear {clear: both;}

/*
Main Structural Elements */

#mainContainer {
  width: 950px;
  margin: 0 auto;
}

#headerContainer {
  background: url('../images/Logo.jpg') no-repeat;
  height: 100px; 
  border: 1px solid #000;
}

#snailTrail {
  height: 30px;
}

#secondContainer {
  width: 950px;
  margin-top: 30px;
  margin-bottom: 10px;
}

#leftColumn {
  float: left;
  width: 210px;
  border: 1px solid #000;
}

#centerColumn {
  float: left;
  width: 705px;
  margin-left: 30px;
}

/*
Horizontal Navigation */

#horizontal {    
  border: 1px solid #000;
  border-top: none;  
}

#horizontal ul {
  height: 30px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#horizontal ul li {
  float: left;
  line-height: 30px;
  border-right: 1px solid #000;
}

#horizontal ul li a {
  text-decoration: none;
  color: #333;
  display: block;
  padding: 0 10px;
}

#horizontal ul li a:hover {
  background: url('../images/tile_cat.gif') repeat-x;
  color: #fff;
}

/*
Vertical Menu */

#vertical {
  
}

#vertical .header,
.postBlock .title {
  height: 30px;
  background: url('../images/tile_cat.gif') repeat-x;
  line-height: 30px;
  padding-left: 10px;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid #000;
}

#vertical ul {
  margin: 0;
  padding: 0;
  padding: 5px 0;
  list-style-type: none;
}

#vertical ul li {
  padding-left: 15px;
}

#vertical ul li a {
  line-height: 18px;
  color: #bf5758;
  text-decoration: none;
  display: block;
  font-weight: bold;
}

#vertical ul li a:hover {
  background: url('../images/tile_cat.gif') repeat-x;
  color: #fff
}

/*
Post Block Stuff */

.postBlock {
  border: 1px solid #000;
  margin-bottom: 10px;
}

.postBlock .post {
  padding: 10px;
}

.postBlock .subTitle {
  padding-left: 10px;
  border-bottom: 1px solid #000;
  line-height: 18px;
}

/* 
Footer */

#footer {
  height: 30px;
  width: 950px;
  border: 1px solid #000;
  line-height: 30px;
  text-align: center;
  margin: 0 auto;
}

