/*  
Theme Name: Inveigled
Theme URI: 
Description: Theme for inveigledsoftware.com.
Version: 1.0
Author: bg
Author URI: http://www.inveigledsoftware.com/
*/

/* general  */
body,h1,h2,h3,h4,h5,h6,blockquote,p,form {
  margin: 0;
  padding: 0;
  font-family: Georgia, Helvetica, Arial, Sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	letter-spacing:-0.05em;
	font-family:Georgia;
	margin: 10px 0;
}
h1 {font-size:175%;}
h2 {font-size:150%;}
h3 {font-size:120%;}
h4 {font-size:110%;}
h5 {font-size:105%;}
h6 {font-size:100%;}

p {
   margin-right: 20px;
}

a {
  color: #7f0000;
  text-decoration: none;
}

a:hover {
  color: #a0a0a0;
}

body {
  background: #fbfCfC;
  font-size: 14px;
  text-align: center;
}

#fullWrapper {
  text-align: left;
}

/* header image across the top */
#headerImage {
   height: 150px;
   background: url(images/header.png) repeat-x 0 0;
}

/* sets the header to the wrapper size and centers it */
#headerWrapper {
   width: 960px;
   margin: 0 auto 0 auto;
   height: 150px;
}

/* positions the header text */

#headerTitle {
   height: 92px;
   font-size: 20px;
   color: #f0f0f0;
   padding-top: 20px;
}

#silverlightTitle {
   height: 92px;
   font-size: 20px;
   color: #f0f0f0;
   padding-top: 20px;
   text-align: left;
}

#siverlightPageHeader {
   text-align: left;
   width: 960px;
   margin: 0 auto 0 auto;
 }
 
 #siverlightContent {
   text-align: left;
   width: 960px;
   margin: 0 auto 0 auto;
 }

#headerTitle a {
  color: #f0f0f0;
  text-decoration: none;
}

#headerTitle a:hover {
  color: #d4d4d4;
}

#headerNavigation {
  padding: 0;
  margin: 0; 
}

#pageNavigation {
  padding: 0;
  margin: 0; 
  float: left;
  list-style: none;
}

#pageNavigation li{
  padding: 0;
  margin: 0;
  float: left;
}

#pageNavigation li a {
  display: block;
  float: left;
  margin: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 12px;
  color: #f0f0f0;
  font-weight: bold;
}

#pageNavigation li a:hover {
  color: #7f0000;
  background: #f0f0f0;
}

#searchbox {
 	background: url(images/searchbox.gif) no-repeat;
        display: block;
        float: right;
	width:215px;
	height:23px;
	margin-top:7px;
	margin-right:10px !important;
	margin-right:5px;
}

#searchbox .textfield {
	background:none;
	border:0px;
	width:185px;
	float:left;
	margin-right:2px;
	padding-left:2px;
}

#searchbox .button {
	background:none;
	border:0px;
	width:18px;
	height:18px;
	cursor:pointer;
	float:left;
	margin-top:1px;
}

#searchbox .textfield {
  padding: 3px 0 0 5px;
}

#wrapper {
  clear: both;
  width: 960px;
  margin: 0 auto 0 auto;
}

#container {
  float: left;
  width: 660px;
  border-right: 2px solid #5a2507;
}

.post{
  border-bottom: 1px solid #5a2507;
  margin-right: 20px;
}

.post h2{
  font-family: Georgia, Sans-serif;
  margin: 10px 0;
}

.post h2 a {
  text-decoration: none;
  color: #5a2507;
}

.post h2 a:hover {
  color: #a0a0a0;
}

.post .prePostMetadata {
  margin-right: 20px;
}

.post .prePostMetadata span.first {
  margin-left:0;
}

.post .date, 
.post .author, 
.post .editpost, 
.post .comments  {
	padding-left:22px;
	height:16px;
	line-height:16px;
	display:block;
	font-size:11px;
}

.post .date {
	background-position:0 -48px;
	margin-right:15px;
	float:left;
}

.post .author {
	background-position:0 0;
	float:left;
}

.post .editpost {
	background-position:0 -64px;
	margin-left:15px;
	float:right;
}

.post .comments {
	background-position:0 -96px;
	float:right;
}

.post .postPostMetadata{
  padding: 10px 0 0 0;
}

.entry{
  line-height: 18px;
  padding: 10px 0;
  clear: both;
}

.code {
  overflow: auto;
  background: #000;
  font-size: 12px;
  background: #eee;
  border: 1px solid #ddd;
}

.navigation{
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}

.sidebar {
  float: left;
  width: 298px;
  display: inline;
}

.sidebar ul{
  list-style-type: none;
  list-style-position: inside;
  margin: 0;
  padding: 10px;
}

.sidebar ul li h2{
  font-family: Georgia, Sans-serif;
  font-size: 18px;
  padding: 10px 0 0 0;
}

.sidebar ul li ul{
  list-style-type: disc;
  list-style-position: inside;
  padding: 0 10px;
  line-height: 20px;
}

table#wp-calendar{
  width: 85%;
}

.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: Georgia, Helvetica, Arial, Sans-serif;
	font-size: 12px;
}

/* footer image across the bottom */
#footerImage {
   clear: both;
   height: 75px;
   background: url(images/footer.png) repeat-x 0 0;
}

/* positions the header text */
#footerText {
   color: #f0f0f0;
   text-align: center;
   padding: 20px 0 0 0;
}

#footerMeta {
  color: #fff;
}
