/*
Theme Name: Katy Chicken (modified from Tropicala)
*/

* {
  padding:0;
  margin:0;
  list-style:none;
}

body {
  font:13px Helvetica, Arial, Lucida Grande, sans-serif; /* Means 1em == 10px, 1.2em == 12px, etc. */
  background:#403019; 
/* Set background image here */
color: #3F2514;

}

img {
  border:0;
}

div#wrapper {
  width:990px;
  padding-top:8px;
  margin:25px auto 0;
  background:url(./images/bg-trans-4f3b25-80.png);
}

div#masthead {
  width:990px;
  /*background:url(./images/main_bg.png) repeat-y;*/
  position:relative;
}

/* Blog Title */
h1 {
  font-size:2.5em;
}

h1 a {
  position:absolute;
  /*width:300px;*/
  height:30px;
  left:22px;
  top:15px;
  font-weight:bold;
  text-decoration:none;
  color:#3F2514;
}

/* Tagline */
#masthead p {
  position:relative;
  margin:0;
  top:62px;
  left:40px;
  color:#888;
}

/* Pages Navigation */
div#masthead ul {
  float:left;

  position:relative;
  z-index:2;
  bottom:-2px;
}

div#masthead ul li {
  float:left;
}

div#masthead ul li a {
  color:#E8DB86;
  text-decoration:none;
  display:block;
  font-size:1.4em;
  padding:10px 35px 10px 10px;
}

div#masthead ul li a:hover, div#masthead ul li.current_page_item {
color: #FFF;
}

div#masthead_image {
  width:960px;
  height:216px;
  clear:both;
  padding:8px 0px;
  position:relative;
  z-index:1;
margin: 0 auto;
}

div#masthead_image img {
/*margin-right: 50px;*/
}


a {
  outline:0;
}


div#content {
  width:990px;

}

/*-----------------------------------------------------------------------------

  Main Content

-----------------------------------------------------------------------------*/

div#main, div#main_content {
  padding:15px;
  width:665px;
margin: 0 15px;
  float:left;
background-color: #FFF;
}

/* Main header on single pages */
h2.header {
  color:#385289;
  font-size:20px;
  padding:10px 10px 10px 0px;
  line-height:120%;
  margin:0 0 5px;
  border-bottom:1px dashed #333;
  position:relative;
}

div#main h2.header a {
  color:#9F070A;
  text-decoration:none;

}
div#main h2.header a:hover {
  color:#385289;
}
h2.header span {
  position:relative;
  /*background:#FFF;*/
  padding-right:10px;
  bottom:-5px;
}

/* Secondary headline above comments and comment form */
div#main h3 {
  margin:15px 0 5px;
  color:#ff7e00;
}

div#main p {
  color: #3F2514;
  margin:10px 0;
}

div#main a {
  color:#385289;
font-weight: bold;
text-decoration: none;
}
div#main a:hover {
text-decoration: underline;
}

.article {
  margin-bottom:20px;
line-height: 170%;
}

/*.article*/ blockquote {
  margin:0 15px;
  padding:7px 15px;
  border-left:5px solid #B8D1E4;
  background:#F0F0F0;
font-family: Georgia, Adobe Caslon, Times New Roman, Times, serif;
font-size: 13px;
font-style: italic;
}

.article ul, .article ol {
  margin:20px;
  padding:0 0px;
  list-style:none;

}

.article ul li {
   background:url('./images/icon_arrow_sm.gif') no-repeat 2px .25em;
  margin:0;
  padding:0 0 3px 16px;
  margin-bottom:3px;


}

.article ol {
  margin-left:30px;
}

.article ol li {
  list-style:decimal;
  margin:10px 0;
}

.article ol li ol {
  font-size:1em;
  margin-left:15px;
}

#main p.byline {
  color:#999;
}

ul.article_footer {
  /*text-align:right;
  margin:10px 0;
  background:#F1F1F1;
  padding:5px 10px;
  border:1px solid #DADADA;
  border-width:1px 0;
  line-height:1.5;*/
  margin:15px 0 0 15px;
  padding:2px 8px 8px 3px;
  font-size:11px;
  line-height:1.3em;
  color:#A99B5F;
  clear: both;
 border-left: 1px dotted #DDCF81;
}

ul.article_footer li {
  /*font-size:0.9em;
  display:inline;*/
  background:none;
}

ul.article_footer li.first {
  border-left:0;
}

/*-----------------------------------------------------------------------------

  Secondary Content

-----------------------------------------------------------------------------*/

div#secondary {
  padding:15px;
  width:220px;
margin: 0 15px 0 0;
  float:left;
background-color:#E8DB86;
}

div#secondary ul#sidebar {
  /*margin:15px 0 20px;*/
  color:#666;

}

div#secondary ul#sidebar li {
  margin:5px 0;

  line-height:1.5em;
}

/* Sidebar headers */
div#secondary h2 {
margin:20px 0 0 0;
  padding:0 0 .2em;
  border-bottom:1px dotted #352819;
  font-size:14px;
  line-height:1.5em;
  color:#364240;
  text-transform: uppercase;

}

div#secondary a {
  color:#507fa3;
  text-decoration:none;
}

div#secondary a:hover {
  text-decoration:underline;
}

div#secondary ul.children {
  margin-left:5px;
  padding-left:10px;
  border-left:5px solid #EAEAEA;
}

div#secondary ul#sidebar li li {
  font-size:1em;
}

/* Optional bio area header (commented out by default) */
div#author h2 {
  font-size:1.2em;
}

div#secondary p {
  line-height:1.5;
  margin:5px 0;
  color:#666;
}

/* Search input */
form#searchform {
  position:relative;
  height:28px;
  margin-bottom:20px;
}

form#searchform input#s {
  position:absolute;
  top:0;
  height:18px;
  width:156px;
  padding:5px;
  background:url(./images/text_bg.png) repeat-x;
  border:1px solid #bcbcbc;
}

input#search_submit {
  position:absolute;
  right:0;
}

/*-----------------------------------------------------------------------------

  Footer

-----------------------------------------------------------------------------*/

ul#footer {
  height:8px;
  width:990px;
  margin:0 auto;
  background:url(./images/bg-trans-4f3b25-80.png);
  text-align:center;
  color:#686868;
  padding:15px 0;
}

ul#footer li {
  display:inline;
  margin-left:10px;
}

ul#footer li span {
  position:absolute;
  text-indent:-9999em;
}

ul#footer li a {
  color:#686868;
  text-decoration:none;
}

a#calendar_wrap td {
   background-color: #032B66;
   color: white;
   font-weight: bold;
}

/*-----------------------------------------------------------------------------

  Wordpress Specific Stuff - Elements that weren't in my original stylesheet

-----------------------------------------------------------------------------*/

ol.commentlist {
  margin-top:15px;
  color:#555;
}

/* Background color for visitor comments */
ol.commentlist li {
  background:#F4F1D2;
  padding:10px;
  margin:10px 0;
}

/* Background color for Admin comments */
ol.commentlist li.alt {
  background:#E1E5E7;
}

textarea#comment {
  width:590px;
}

#main p.comment_meta {
  margin:0;
  float:right;
}

/* Optional popup window (NOTE: popups make for bad UI IMHO) */
body#commentspopup {
  background:#FFF;
  padding:20px;
}

body#commentspopup a {
  color:#666;
}

body#commentspopup h1 a {
  position:relative;
  top:0;
  left:0;
}

body#commentspopup h3 {
  color:#555;
}

body#commentspopup p {
  margin:10px 0;
  color:#555;
}

body#commentspopup textarea {
  width:340px;
}

/* Image stuff for 2.6.1 */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.imageright {
float: right;
margin: 0 0 15px 15px;
}

.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-dd {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

p.entry_info {
  clear:both;
border: dotted #333;
border-width: 1px 0;
}

div.navigation {
  margin:10px 0;
}

/*-----------------------------------------------------------------------------

  CSS Magic

-----------------------------------------------------------------------------*/

.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
  .clearfix {display:block;}
/* End hide from IE Mac */

