@CHARSET "UTF-8";
@font-face {
	font-family: "Sherwood";
	src: url("http://www.anthonydeaver.com/wp-content/themes/ad2009/fonts/sherwood.ttf")
}
BODY {
	/*background: #fdc94a url('images/difference_clouds.png') repeat-y top left;*/
	background-color: #fdc94a;
}
a { 
	text-decoration: none; 
	color:#732b00;
 }

a:hover {
 	color: #ffffff;
 	background-color: #732b00;
 }
 
 p {
 display: block;
 padding: 10px 0 10px 0;
 }
  
  blockquote{
  padding-left: 20px;
  }
  
  strong{
  	font-weight: bold;
  }
  
  em {
  	font-style: italic;
  }
  
  
  
h1 {
	font-size: 3em;
	line-height: 0.9em;
	text-transform: none;
	text-align: left;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-style: normal;
	margin-bottom: 36px;
	padding-bottom: 0px;
	font-weight: bold;
	letter-spacing: -3px;
}

.title {
	border-bottom: 1px solid silver;
}

h2 {
	font-weight: bold;
	font-size: 2.5em;
	margin-bottom: 6px;
	color: #000000;
	text-align: left;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	font-style: normal;
	letter-spacing: -1px;
	margin-top: 36px;
}
h3 {
	font-weight: bold;
	font-size: 2em;
	margin-bottom: 6px;
	color: #000000;
	text-align: left;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	font-style: normal;
	letter-spacing: -1px;
	margin-top: 36px;
}

h4 {
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 6px;
	color: #000000;
	text-align: left;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	font-style: normal;
	letter-spacing: -1px;
	margin-top: 36px;
}

h5 {
	font-weight: bold;
	font-size: 1.4em;
	margin-bottom: 6px;
	color: #000000;
	text-align: left;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	font-style: normal;
	letter-spacing: -1px;
	margin-top: 36px;
}

h6 {
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 6px;
	color: #000000;
	text-align: left;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	font-style: normal;
	letter-spacing: -1px;
	margin-top: 36px;
}

blockquote {
	background-color: #Ffff77;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}

code {
	font-size:1.2em;
}

pre {
	background-color:#E5E5FF;
	white-space:0!important;
	padding:10px;
}

#wrapper {
	background: transparent  url('images/difference_clouds.png') repeat-y top left;
	padding-top: 70px;
	min-height: 800px;
}

#gridbase { 
	background: transparent  url('images/swirles.png') repeat-y top left;
	border: 1px solid black; 
	width:1080px;
	min-width: 1024px;
	margin: 5px auto;
}

#leftColumn {
	/*background: transparent url('images/swirles.png') repeat-y top left;*/
	overflow: visible;
}

#leftColumn .logo {
	margin-left: 10px;
}

#rightColumn {
	display:inline;
	float:left;
}

/* Navigation */
#navigation {
  float:left;
  font-family: "Sherwood", Arial, sans-serif;
  font-size:24px;
  line-height:normal;
  padding-bottom: 25px;
  }
#navigation ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#navigation li {
  float:left;
  margin:0;
  padding:0 0 0 9px;
  }
#navigation a {
  float:left;
  display:block;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:normal;
  color:#732b00;
  }
#navigation a:hover {
  text-decoration:underline;
  color: #ffffff;
  background-color: transparent;
  }
#navigation .current_page_item {
  }
#navigation .current_page_item a {
	color: #333;
	text-decoration: underline;
  }
  
  
 .heading {
   	font-family: "Sherwood", Arial, sans-serif;
  	font-size:32px;
 	color: #3f3f3f;
 	border-bottom: 2px solid #3f3f3f;
 	margin-bottom: 20px;
 }
.post {
	clear: both;
 	background: transparent url('images/entry_border.png') repeat-y top left;
 	padding-left: 15px;
 	margin-bottom: 45px;
}	  
 .post .title {
   	font-family: "Sherwood", Arial, sans-serif;
  	font-size:28px;
 	color: #3f3f3f;
 }
 
 .post .title a{
   	font-family: "Sherwood", Arial, sans-serif;
  	font-size:28px;
 	color: #3f3f3f;
 }
 
  .post .title a:hover {
  background-color: transparent;
  }
 .post .entry a {
 background-color: #732b00;
 color: #ffffff;
 }
 
 .meta {
 	font-size: 12px;
 	border-top: 2px solid #3f3f3f;
	margin-bottom: 10px;
 }
 
.entry {
 	width: 100%;
 	border-top: 2px solid #3f3f3f;
 	margin-top: 5px;
 	padding-top: 10px;
 }
 
 /* Comments */
 #comment-area {
 padding-left: 15px;
 	margin-top: 25px;
 }
 
 #comment-area .header {
 	border-bottom: 2px solid #3f3f3f;
 	font-size: 16px;
 	font-weight: bold;
 	margin: 20px 0 20px 0;
 }
 
 #commentform {
 	margin: 20px 0px 20px 0px;
 }
 #commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 500px;
}

#commentlist .url {
	font-weight: bold;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}
#commentlist .commentbody {
 	padding: 20px 0 20px 0;
 }

/* sidebar */
#menu {
	margin-left: 10px;
}
#menu .header {
	font-family: "Sherwood", Arial, sans-serif;
  	font-size:28px;
 	color: #3f3f3f;
 	text-decoration: none;
}
#menu li.linkcat, #menu .categories, #menu #search, #menu #archives, #menu #meta {
	padding-top: 25px;
}
#menu li.linkcat ul, #menu .categories ul, #menu #search ul, #menu #archives ul, #menu #meta ul {
	padding-left: 15px;
}
/* footer */
#footer {
	clear: both;
	display: block;
	height: 386px;
	background: transparent url('images/castle_footer.png') no-repeat bottom left;
}
/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */

