/*  
Theme Name: KortneeKate Photography
Theme URI: http://www.kortneekate.com/
Description: Theme for Simply Timeless Photography's blog
Version: 1.0
Author: Various Authors
Author URI: http://www.eig8ty.com/ 
*/

@import url("navigation.css");

/* Remove default padding/margins */
  html,body,div,form,fieldset,input,textarea,
  h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
  }
  body {
	background: url(images/texture.jpg); 
	vertical-align:top;
	
	/* Center aligns webpage in Internet Explorer */
	text-align: center;

	font: 13px/20px georgia, times, serif;
    color: #5e3f20;
  }
	/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>END<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

/* @group [headings]
---------------------------------------------*/
  h1,h2,h3 {
    font-weight: normal;
  }
/* H2 headings = post titles */  
  h2 {
	font-size:1.6em;
	color:#000;
	line-height: 1.2em;
	margin-bottom: 0.4em;
	text-transform: uppercase;
  }
  h2 a { color:#000; text-decoration: none; }
  h2 a:hover { text-decoration:underline; }
  
/* For page titles */
  h2.pagetitle {
    text-transform: none;
    text-align: center;
  }
  h3 {
    font-size:1.01em;
    color:#E35F02;
  }
  #comments h3 {
    color: #000;
    font-size:1.2em;
    position: relative;
    text-align: center;
    text-transform: uppercase;
  }
  #comments h3.commentsHeader strong {
    background: url(images/bg_comments_header_left.gif) no-repeat 0 0;
    font-weight: normal;
    padding-left: 10px;
    position: absolute;
  }
  #comments h3 a {
    color: #000;
  }
  #comments h3 a.commentFormBtn {
    background: url(images/add_comment.gif) no-repeat 100% 0;
    padding-right: 30px;
  }
/* @end */


/* @group [Form elements]
---------------------------------------------*/
  input, textarea { font-size: 1.01em; }

  input { vertical-align: top; }

/* Top search form in the header */
  form#searchform {
	position: absolute;
	bottom: 50px; right: 20px;
  }
  form#searchform .input {
	width: 135px;
	padding: 1px 1px 2px;
	margin-right:5px;
  }
/* @end */


/* @group [Image Alignment]
---------------------------------------------*/
  .aligncenter,
  div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .alignleft {
    float: left;
  }
  .alignright {
    float: right;
  }
/* For image captions if they exist
   Taken straight form the wordpress codex */  
  .wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    /* optional rounded corners for browsers that support it */
    -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 */


/* @group [Text Elements]
---------------------------------------------*/
  p {
	padding: 0;
	margin: 0;
  }
/* styling for all links */
  a { color:#898989; text-decoration:none; }
  a:hover { text-decoration:underline; }
  
  cite {
    color: #ff8b1e;
    font-style: normal;
    font-weight: bold;
  }
/* @end */


/* @group [#container]
---------------------------------------------*/
/* Container for whole webpage - center aligned */
  #container {
	width: 920px;
	margin: 0 auto;
	text-align: left;
  }
/* @end */


/* @group [#header]
---------------------------------------------*/
  #header {
	background: #fff url(images/bg_header.jpg) top left no-repeat;
	width: 100%;
	height: 283px;
	position: relative;
  }
  #header #logo {
    height: 27px;
    width: 379px;
    position: absolute;
    left: 15px;
    top: 185px;
  }
  #header #logo h1 {
    text-indent: -9999px;
  }
  #header #logo h1 a {
	background: transparent url(images/bg_h1.gif) top left no-repeat;
	display: block;
	height: 27px;
    width: 379px;
  }
/* @end */


/* @group [#content]
---------------------------------------------*/
  #content {
	padding: 15px 0 5.0em;
	background-color: #fff;
  }
  #content .info {
    /*border-top: 1px solid #969696;*/
    text-align: right;
  }
  /* @end */
  
  
/* @group [Post styling]
---------------------------------------------*/
  #content .post {
    float: left;
    margin-bottom: 20px;
  }

/* Float left most of these containers to avoid clearing problems 
   Easier to set float property for multiple items here */
  #content .post-head,
  #content .post-head-title,
  #content .post-head h2,
  #content .post-head p,
  #content .post-meta,
  #content .post-meta .category,
  #post-nav {
    float: left;
  }

/* Container for post header */  
  #content .post-head {
    width: 100%;
  }
/* Use this container to set ornate bg to title */  
  #content .post-head-title {
    background: #fff url(images/bg_titles.gif) no-repeat 5px 50%;
    
    padding: 13px 0 10px  70px;
    margin-bottom: 0.2em;
  }
/* Set width here to avoid running into comments link */  
  #content .post-head h2 {
    width: 680px;
  }
/* Text underneath post title */  
  #content .post-head p {
    font-size: 0.98em;
    color: #8b8b8b;
  }
/* Comments link across from Post title */  
  #content .post-head p.post-head-comments {
    float: right;
    margin-right: 70px;
    text-align: right;
  }
  #content .post-head p.post-head-comments a {
    text-decoration: none;
  }
  #content .post-text {
    border-top: 1px solid #878787;
    clear: left;
    padding: 12px 70px 0;
  }
  #content .post-text p {
    margin-bottom: 1.2em;
  }
/* The bottom portion of each post containing meta info
   Acts as a container for .postmetadatalt */  
  #content .post-meta {
    width: 100%;
  }
  #content .post-meta .postmetadataalt {
    font-size: 0.9em;
    padding: 0 70px;
    text-align: center;
  }
/* Big edit entry button container */
  #content .post-meta p.edit-entry {
    margin-top: 1.0em;
    padding: 0 70px;
    text-align: center;
  }
/* Big edit entry button */
  #content .post-meta p.edit-entry a {
    background: transparent url(images/bg_edit_entry.gif) no-repeat 0 0;
    color: #515151;
    display: block;
    line-height: 50px;
    font-size: 1.8em;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    width: 200px;
  }
  #content .post-meta p.edit-entry a:hover {
	background-position: 0 -50px;
	color: #000;
  } 
  #content .post-meta .category { width: 680px; }
  #content .post-meta .category p { padding: 10px 0 10px 70px; }
  #content .post-meta .comment { float: right; text-align: right; }
  #content .post-meta .comment { padding: 10px 70px 10px 0; }
/* @end */


/* @group [Comments]
---------------------------------------------*/
  #comments {
    clear: left;
    padding: 0;
  }
  /*#commentform {
    display: none;
  }*/
  #comments ol.commentlist {
    background-color: #eee;
    border-bottom: 1px solid #000;
    border-top: 2px solid #000;
    height: 150px;
    list-style-type: none;
    overflow: auto;
    margin-bottom: 20px;
    padding: 1.0em 70px 20px;
  }
  #commentform {
    border-bottom: 1px solid #000;
    border-top: 2px solid #000;
    margin-top: 1.0em;
    padding: 15px 70px;
  }
/* @end */

.w_search {padding:100px 0px 0px 0px;}
.w_search .input {width:100px; padding:1px 0px 2px 0px; margin-bottom:5px;}

.search {padding:100px 0px 0px 0px;}
.search .input {width:313px; padding:1px 50% 0px 2px 0px; margin-right:5px;}



.cont {width:100%; clear: left;background:url(images/bg_cen.gif) left repeat-y;}
.cont_b {width:100%; background:url(images/bg_bot.gif) bottom left no-repeat;}
.cont_t {width:100%; background:url(images/bg_top.gif) top left no-repeat;}


.widget {padding-bottom:35px;}
.widget h2 {font-size:1.01em; color:#E35F02;}
.widget ul {margin:11px 0px 0px 0px; padding:0px; list-style:none; line-height:16px;}
.widget ul li {padding-left:9px; background:url(images/arrow_1.gif) top left no-repeat;}

/* @group [#footer]
---------------------------------------------*/
  #footer {
	background: #66492b url(images/footerbg.png) repeat-x 0 0;
	clear: left;
	height:75px;
  }
  #footer p {
    color: #fff;
    padding: 0 0 5px 20px;
    line-height: 75px;
  }
  #footer p a {
    color: #fff;
  }
/* @end */