/*  WELCOME TO KELLIE'S CSS PAGE! */

/*  IMPORTANT COLOR STYLES  */

body {background: #ebe5cd; /*  blog background color  */	color: #666; /* default blog text color */}
a {color: #2a1f1f; /* default link color (all links) */}
#blog a:hover, #footer a:hover {background: #ffa68b; /* link hover style (background hihghlight, in this case) */}
#navbar {background: #291f1e; /*  menu bar background color  */}
#footer {background: #fff; /* footer background color */}
.posttitle h2 {color: #000; /* post title color */}
.comments a {color: #2a1f1f; /* comment link color */}
.commentlist {color: #2a1f1f; /* comment text color */}
.odd {background: #eaeaea; /* odd comment bg color */}
.even {background: #e3e3e3; /* even comment bg color */}





/*  BASIC STYLES  */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 60%;
}
a img {
	border: none;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 350;
	font-size: 2.0em;
	font-style: italic;
	margin: 0;
	padding: 0;
}
h2 a {
	font-weight: 400;
	text-decoration: none;
	color: #000;
}

/*  MAIN LINKS STYLES  */ 
a {
	font-weight: 550;
	text-decoration: none;
}
.preload {
	height: 0;
	width: 0;
	position: absolute;
	display: none;
	border-width: 0;
}

/* MAIN LAYOUT */
#wrapper, #blog {
	width: 900px;
	margin: 0 auto;
}
#header {
	width: 900px;
	height: 350px;
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
}
#navbar {
	width: 900px;
	height: 25px;
	margin: 0 auto;
}
#navborder {
	width: 948px;
	height: 20px;
	border: 1px solid #f1f1f1;
	border-top: hidden;
	margin: 0 auto;
}

/*  FOOTER STYLES  */
#footer {
	width:  900px;
	margin: 0 auto;
	padding:  20px 0;
}
#footer hr {
	clear: both;
	visibility: hidden;
	padding-bottom: 30px;
}

/*  AFFILIATIONS STYLES */
#affiliations {
	width:  680px;
	margin:  0px auto;
}
#affiliations ul {
	list-style-type:  none;
}
#affiliations ul li {
	float:  left;
	padding:  10px;
}
#affiliations p {
	font-size:  14px;
	text-align:  center;
	padding-bottom:  15px;
}

/*  NAVBAR AND MENU STYLES  */
/* search styles */
button {
	color: #ffa68b;
	font-size: 11px;
	background: #291f1e;
	padding-left: 5px;
	cursor: pointer;
	border: 1px solid #291f1e;
	margin: 0 0 2px 2px;
}
#search label {
	color: #ebe5cd;
	display: inline;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}
#navbar input#s {
	display: inline;
	background: #cbcbb3;
	margin: 0;
	padding: 0;
}

/* menu */
#menu {
	display: inline;
	font-size: 1.1em;
	float: right;
	margin: 3px 50px 0;
}
#nav, #nav ul {
	list-style: none;
	margin: 0;
	padding: 3px 0 0;
}
#nav a {
	display: block;
	color: #fff;
}
#nav li {
	text-align: left;
	display: inline;
	float: left;
	margin: 0 1px 0 0;
	padding: 0 10px;
}
#nav li a {
	padding-left:  5px;
	font-weight: 400;
}
#nav li a:hover {
	color: #ffa68b;
}
#nav li ul {
	background: #2a1f1f;
	z-index: 99;
	position: absolute;
	left: -999px;
	font-size: 1.1em;
	padding: 1em 10px 5px 0;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	background-position: 0 0;
}
#nav li ul li {
	float: none;
	display: block;
	margin: 0;
	padding:  0px 0;
}
#nav li ul li a {
	padding:  3px 0;
}
#nav li ul li a:hover {
	text-decoration: none;
 background: url(http: //kelliekanophotography.com/blog/wp-content/themes/kelliekano/images/menu_bullet.png) left no-repeat;
}
.rss-icon {
	margin:  1px 0 0 0;
}
#nav li ul li a, h2#respond {
	padding-left: 15px;
}

/* Twitter bar styles */
#twitter-bar {
	padding:  0 0 5px 0;
	text-align:  center;
	background: #fff;
	border: 1px solid #ccc;
}
#twitter-bar span {
	font-size:  11px;
	padding:  0 40px 0 30px;
}
.follow-link {
	display:  inline;
	padding:  20px 0 0 0;
}

/*  BLOG POST STYLES  */
.post {
	width: 900px;
	padding: 0;
	background: #fff;
	margin: 30px 0;
	border: 1px solid #CCC; /*  Post Border styles . The third value is the color in hex format  */
}
.postbody {
	padding: 20px 0 0 25px;
}
.post .titlebar {
	width: 850px;
	margin-bottom: 15px;
	overflow: visible;
}
.posttitle {
	width: 850px;
}
.posttitle h2 {
	text-align: center;
	margin:  0 auto;
	display:  block;
	font-size:  2em;
}
.post .date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 400;
	font-size: 1em;
	font-style: italic;
	padding-top: 4px;
	text-align: center;
}
.postcat {
	overflow: hidden;
	padding: 4px 0;
}
.entry {
	width: 850px;
	margin: 20px 0 0;
}
.entry p, .entry ol, .entry ul {
	font-size: 1.3em;
}
.entry p {
	margin: 15px 0 0;
}
.entry ol, .entry ul {
	padding-left: 40px;
	margin: 20px 0 20px 40px;
}
.entry p img {
	display: block;
	margin: 10px auto;
	border: 1px solid #ccc; /*  Image Keyline style  */
}
.metadata {
	font-size: 1em;
}
blockquote {
	padding-left: 40px;
	font-style: italic;
	background: url(images/blockquote.png) top left no-repeat;
	margin: 10px 150px 10px 60px;
}

/*  COMMENTS STYLES  */
.commentswrap {
	clear: both;
	margin: 0;
	padding: 0;
}
.comments_content {
	padding-left: 0;
}
.commentshead {
	font-weight: lighter;
	font-size: 1.4em;
	width: 615px;
	height: 20px;
	padding: 10px 0 5px 50px;
}
.commentsbox {
	padding: 0 0 15px;
}
.comments {
	width: 850px;
	height: 130px;
	overflow: auto;
	border: 1px solid #cecece;
	background-color: #fff;
	margin: 10px auto 0;
	padding: 0;
}
.comments h2 {
	font-size: 1.5em;
	color: #999;
}
.commentlink {
	font-size: 1em;
	font-weight: 600;
}
.commentlist {
	list-style-type: none;
}
.commentmetadata {
	font-size: .9em;
	color: #2a1f1f;
	padding: 0;
}
.comments ol {
	margin: 10px;
	padding: 0;
}
.comments li {
	margin: 3px 0;
	padding: 0 0 5px 5px;
}
.comments li p {
	font-size: 1.2em;
	margin: 2px 0;
	padding: 0;
}
textarea#comment {
	width: 850px;
	height: 30px;
	border: 1px solid #ccc;
	margin: 10px 0;
}
input#submit {
	text-transform: none;
	font-size: 10px;
	background: #fff;
	color: #666;
	width: 100px;
}
input {
	border: 1px solid #ccc;
	margin: 5px 0;
}
.navigation {
	width: 250px;
	margin: 0 auto;
	padding: 0 0 15px;
}
small {
	font-size: 11px;
	padding-left: 5px;
}

/*  MISCELLANEOUS STYLES  */
#footer h2 {
	text-align: center;
	padding-top: 30px;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
#content.archival {
	width: 900px;
	margin: 0;
	padding: 10px 0;
}
#footer_rss {
	width: 230px;
	height: 150px;
	float: left;
}
#search {
	display: inline;
	float: left;
	padding: 3px 0 0 45px;
}
p.blogmeta {
	text-align: center;
	font-size: .7em;
}
ul#feeds {
	font-size: 1.2em;
	list-style-type: none;
	padding-left: 2px;
}
#commentform, h2.pagetitle {
	padding-left: 25px;
}

/*  Smart Archives Styles */
.year-list, .month-list {
	width: 100% !important;
	float: left !important;
	margin: 0 !important;
	padding: 0 !important;
	text-indent: 0 !important;
}
.year-list {
	margin-top: 10px !important;
	background: url(img/archive-year-background.png) repeat-x center bottom;
}
.month-list {
	border-bottom: 2px solid #E8EDEE;
	padding: 5px 3px !important;
}
.year-list li, .month-list li {
	list-style: none !important;
	float: left;
	clear: none !important;
	font-size: 14px;
	color: #BDC0C3;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1 !important;
}
.year-list li:before, .month-list li:before {
	content: '' !important;
}
.year-list a {
	float: left;
	font-size: 28px;
	padding: 5px 7px 10px !important;
}
.year-list .current {
	background: url(img/archive-year-pointer.png) no-repeat center bottom;
	color: #000;
}
.month-list li {
	padding: 3px 5px !important;
}
.month-list .current, .month-list .current a {
	background: none;
	color: #000;
}
.archive-list li {
	list-style: none !important;
	margin-bottom: 10px;
}
.archive-list li h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

/* Fancy */
#smart-archives-fancy a {
	outline: none !important;
}
.pane {
	float: left;
	clear: both;
	display: none;
	width: 100%;
}
.month-heading {
	margin: 20px 0 10px;
}
span.month-archive-link {
	font-size: 70%;
	font-weight: normal;
}

/* Block */
#smart-archives-block {
	text-transform: lowercase;
	font-size: 9px;
	width: 550px;
	height: 150px;
	padding: 0;
	margin: 0 auto 20px;
	float: none;
}
ul#smart-archives-block li {
	padding: 5px 0 0 0;
	list-style-type: none;
}
ul#smart-archives-block li a, ul#smart-archives-block li span {
	margin: 0 0 0 19px;
	font-weight: normal;
}
ul#smart-archives-block li span {
	color: #999;
}

