/*  
Theme Name: Liz Monroy
Theme URI: http://isighttech.com/
Description: Theme created for Liza Monroy by iSight Tech
Version: 1.0
Author: iSight Tech


*/

body {
 background: url(images/body_bg_tile.jpg);
 margin: 0;
 font-family: Arial;
 font-size: 14px;
 color: #3c1702;
 }

a {
 color: #b6531a;
text-decoration: none;
}

a:hover {
 color: #b6531a;
text-decoration: underline;
}
 
#headerbg {
 background: url(images/headbgtile.jpg) repeat-x;
 width: 100%;
 }
 
#headerwrap {
  width: 910px;
  margin: 0px auto;
  }
  
#header {
 background: url(images/header.png) no-repeat;
 height: 214px;
 margin-left: 4px;
}

#contentwrap {
 width: 795px;
 margin: 0px auto;
 background: url(images/wrapbg.png);
} 

#navigation {
 background: url(images/navbg.png) no-repeat;
 height: 36px;
 font-family: Times New Roman;
 font-weight: bold;
 font-size: 18px;
 color:  #ecedc3;
 padding-top: 22px;
 padding-left: 70px;
 padding-right: 70px;
 text-align: center;
 margin-bottom: 20px;
 }
 
#navigation a {
 color: #ecedc3;
 text-decoration: none;
}

#navigation a:hover {
 text-decoration: underline;
}

#feature {
 width: 430px;
 height: 165px;
 background: url(images/featurebg.png) no-repeat;
 padding: 40px;
} 
 
 
#content {
 width: 530px;
 padding-left: 10px;
 padding-right: 10px;
 float: left;
} 

#content h1 {
 font-size: 20px;
 font-family: Times New Roman;
 color: #b6531a;
 }
 
#content h2 {
 font-size: 20px;
 font-family: Times New Roman;
 color: #b6531a;
 } 

#content h2 a {
 color: #b6531a;
text-decoration: none;
}

#content h2 a:hover {
 text-decoration: underline;
}

.post {
 padding-left: 20px;
 padding-bottom: 20px;
 background: url(images/post_divider.gif) no-repeat bottom;
}

.post small {
 padding-left: 10px;
}

p.postmetadata {
 padding-left: 10px;
 font-size: 12px;
}

.entry {
 padding-left: 10px;
 padding-right: 10px;
}
 
#sidebar {
 float: right;
 width: 225px;
 padding-left: 10px;
 padding-right: 10px;
 float: right;
 padding-top: 20px;
} 

#sidebar ul {
 list-style-type: none;
 margin: 0;
 padding: 0;
}

#sidebar li {
 list-style-type: none;
 margin: 0;
 padding: 2px;
}

#sidebar h2 {
 font-family: Times New Roman;
 font-size: 18px;
 color: #ca2644;
 }

#stamp {
  background: url(images/stamp.gif) no-repeat;
 background-position: bottom right;
 height: 144px;
 width: 100%;
}
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}


#footer {
 width: 795px;
 height: 128px;
 background: url(images/footerbg.png) no-repeat;
 margin: 0px auto;
 }

.left {
 float: left;
 }
 
.right {
 float: right;
 }
 
.clear {
 clear: both;
 }