/*  
Theme Name: sajtwo
Theme URI: http://blog.scottajones.com
Description: Template for Leave a Message
Version: 1.0
Author: E. Chris Lynch
Author URI: http://threemonkeymedia.com/
*/

body {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background: #e7e7e7;
	color: #555555;
	height: 100%;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #588bbc;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

h1 {
	font-size: 15pt;
	font-weight: bold;
}

.clear, .clearfoot {clear:both;}

/*==========Header Structure================================*/
#top {
	height: 90px;
	background: url(images/top_bg.png) bottom repeat-x;
}

#header {
	background: url(images/header2.png) bottom center no-repeat;
	display: block;
	width: 774px;
	height: 90px;
	margin: 0 auto;
}

#header h1 {
	font-size: 1px;
	text-indent: -9999px;
	overflow: hidden;
}

/*==========Main Content Structure=============================*/
#middle {
	background: #e7e7e7 url(images/background.jpg) bottom left repeat-x;
	display: block;
	width: 100%;
	bottom: 0px;
}

#container {
	width: 774px;
	margin: 0 auto;
  padding: 0 0 30px 20px;
}

#leftcont {
	background: transparent url(images/left_bot.gif) bottom center no-repeat;
	width: 502px;
	float: left;
	margin: 0;
	padding: 0 0 10px 0;
}

#left {
	width: 500px;
	background: #fff;
	border: solid #c2c2c2;
	border-width: 0px 1px;
	padding: 10px 0;
}

.post {
	width: 500px;
	margin: 0px auto;
}

.title {
	display: block;
	background: #efefef url(images/title_bg.jpg) top repeat-x;
	border: solid #c2c2c2;
	border-width: 1px 0;
}

.title h2 {
	color: #588bbc;
	text-align: left;
	font-weight: normal;
	padding: 0px 0px 0px 20px;
	margin: 4px 0px 0px 5px;
	font-size: 16px;
	background: url(images/calendar.gif) 0 1px no-repeat;
	line-height: 22px;
}

.name {
	float: left;
	width: 380px;
}
.date {
	color: #9d9c9c;
	float: right;
	width: 100px;
	line-height: 22px;
	margin: 4px 5px 0 0;
}

.content {
	width: 475px;
	margin: 0 auto;
}

.content p {
	text-align: justify;
        line-height: 18px;
}

.meta {
	border: solid #c2c2c2;
	border-width: 1px 0;
	font-size: 11px;
	line-height: 18px;
}

.meta p {
	margin: 4px 0;
}

.more {
	padding: 3px 10px 0px 16px;
	background: url(images/add.jpg) left center no-repeat;
}

.cats {
	padding: 3px 10px 0px 16px;
	background: url(images/folder.jpg) left center no-repeat;
}

.comments {
	padding: 2px 10px 0px 15px;
	background: url(images/comments.jpg) left center no-repeat;
}

/*==========Comments======================================*/
.boxcomments {
  text-align: left;
  padding-left: 20px;
}

.boxcomments textarea {
  width: 450px;
  border: 1px solid #ccc;
  margin: 0 auto;
  padding: 5px;
  color: #555;
}

.boxcomments input#submit {
  background:#eee;
  border:1px solid #ccc;
  color:#555555;
  font-size:12px;
  text-transform:uppercase;
  width:450px;
}

/*==========Sidebar Structure=============================*/
#right {
	float: left;
	margin: 0 0 0 44px;
}

.module {
	margin: 10px 0;
	width: 217px;
	text-align: left;
}

.module h3 {
	font-weight: normal;
	line-height: 22px;
	border: solid #c2c2c2;
	border-width: 1px 0;
	text-transform: uppercase;
	font-size: 12px;
	padding-left: 26px;
}

.module ul {
	margin: 0 0 0 30px;
	padding: 0 0 6px 0;
}

.module ul li {
	list-style-image: url(images/bullet.jpg);
}

#searchform input#s {
  border: 1px solid #afafaf;
  height: 15px;
  width: 162px;
  background: #fff url(images/search_bg.png) bottom repeat-x;
  float: left;
  padding: 3px 0px 0px 3px;
  font-size: 11px;
  color: #666;
  margin-bottom: 10px;
}

#searchform input#searchsubmit {
  background: url(images/search.png) no-repeat;
  border: solid #afafaf;
  border-width: 1px 1px 1px 0px;
  font-size: 11px;
  width: 50px;
  height: 20px;
  float: left;
}

#feed {
	display: block;
        clear: both;
	width: 217px;
	height: 58px;
	background: url(images/subscribe.jpg) left bottom no-repeat;
}
#feed a {
	font-size: 1px;
	text-align: -9999px;
	color: #e7e7e7;
}

#pagesmod h3 {
	background: url(images/pages.jpg) left center no-repeat;
}

#catsmod h3 {
	background: url(images/cats.jpg) left center no-repeat;
}

#linksmod h3 {
	background: url(images/links.jpg) left center no-repeat;
}
#linksmod li h2 {
  display: none;
  line-height: 0;
  padding: 0;
  margin: 0;
}

#linksmod li {
  list-style: none;
  list-style-image: none;
  padding-top: 0;
}

#linksmod ul li {
	list-style-image: url(images/bullet.jpg);
}

.modcontent {
	border: solid #c2c2c2;
	border-width: 0 1px;
	background: #fff;
}

.modbottom {
	background: transparent url(images/modbot.gif) bottom no-repeat;
	width: 217px;
	height: 20px;
}

/*==========Footer Structure==============================*/
#footer {
	bottom: 0;
	clear: both;
	color: #fff;
	background: #414141;
	display: block;
	font-size: 11px;
	width: 100%;
	margin: 0;
	padding: 4px 0;
}

#footer a {
  color: #fff;
}
