/*   
Theme Name: Janice Taylor Living
Theme URI: http://example.com/example/
Description: Custom theme for Janice Taylor Living site
Author: Kevin Kopec
Author URI: http://example.com/
Version: 1.0
Tags: Comma-separated tags that describe your theme
*/
@charset "utf-8";

body {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-size-adjust: none;
}
a, a:visited {
	color: #333333;
}
a img {
	border: none;
}
small {
	font-size: 12px;
	color: #666666;
}

#masthead, #topnav, #main, #footer {
	width: 980px;
	margin: 0 auto;
}

#topnav {
	margin-bottom: 20px;
	text-align: right;
}
#topnav ul {
	margin: 0;
	padding: 0;
}
#topnav li {
	display: inline;
	margin: 0 20px;
	padding: 0;
}
#topnav li a {
	color: #7A6E6E;
	font-size: 20px;
	text-decoration: none;
	text-transform: lowercase;
}
#topnav li a:hover {
	color: #CC5378;
}
#sidebar {
	float: left;
}
.box {
	margin: 0 0 20px 0;
}
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar li {
	list-style: none;
	margin: 5px 10px;
	padding: 0;
}
#sidebar li a {
	color: #CC5378;
	text-decoration: none;
}
#sidebar li a:hover {
	text-decoration: underline;
}
#sidenav li a {
	font-size: 20px;
	line-height: 1.4;
}
#followme {
	margin: 5px 0 0 0;
	text-align: center;
}
#followme img {
	margin: 0 5px;
}

#blognav h2 {
	color: #7A6E6E;
	font-size: 18px;
	font-weight: normal;
	border-top: 1px solid #B1B1B1;
	border-bottom: 1px solid #B1B1B1;
	margin: 1.5em 0 0 0;
	padding: 3px;
	text-align: center;
}
#blognav li a {
	font-size: 14px;
}
#content {
	float: right;
}
#footer {
	text-align: center;
}
#footer ul {
	margin: 0 0 12px 0;
	padding: 0;
}
#footer li {
	display: inline;
	margin: 0 20px;
	padding: 0;
}
#footer li a {
	color: #7A6E6E;
	font-size: 14px;
	text-decoration: none;
	text-transform: lowercase;
}
#footer li a:hover {
	color: #E34B75;
}

/* POST */
.post h1, .pagetitle {
	color: #4D4445;
	font-size: 24px;
	font-weight: normal;
	margin-top: 0;
	border-bottom: 1px solid #7A6E6E;
}
.post h2 {
	color: #4D4445;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 0;
}
.post h2 a {
	text-decoration: none;
}
.post hr {
	display: block;
	margin: 1em 0;
}
.postmetadata {
	background: #EEEEEE;
	border-top: 1px solid #B1B1B1;
	border-bottom: 1px solid #B1B1B1;
	font-size: 12px;
	margin: 1em 0;
	padding: 0.5em;
}
.navigation {
	border-top: 1px solid #B1B1B1;
	border-bottom: 1px solid #B1B1B1;
	font-size: 12px;
	padding: 10px 0;
}
.navigation .prev {
	float: left;
	width: 48%;
}
.navigation .next {
	float: right;
	text-align: right;
	width: 48%;
}

/* INTERIOR PAGE */
#sidebar {
	width: 200px;
}
.box .top {
	background: url(images/sidebar_page_top.gif);
	height: 11px;
}
.box .body {
	padding: 1px 5px;
	border-left: 1px solid #B1B1B1;
	border-right: 1px solid #B1B1B1;
}	
.box .bottom {
	background: url(images/sidebar_page_bottom.gif);
	height: 11px;
}
#content {
	width: 730px;
}

/* FRONT PAGE */
.front #sidebar {
	width: 250px;
}
.front #content {
	width: 690px;
}
.front .box .top {
	background: url(images/sidebar_home_top.gif);
	height: 11px;
}
.front .box .bottom {
	background: url(images/sidebar_home_bottom.gif);
	height: 11px;
}
.front #sidebar #headshot {
	margin: 0 0 20px -32px;
}
.front #sidebar .post {
	margin-bottom: 20px;
}
.front #sidebar .post h2 {
	font-size: 14px;
}
.front #content .post {
	font-size: 18px;
}
#post-2 .tiles img {
	margin: 15px;
	border: none;
}
#post-13 .tiles img {
	margin: 10px 8px;
	border: none;
	vertical-align: top;
}

/* POSTS */
.postmetadata {
	margin-bottom: 2em;
} 
#searchform {
	margin: 5px 0 0 0;
	padding: 0;
}
#submitbtn {
	margin: 0;
	vertical-align: middle;
}

/* GENERAL CLASSES */
.aligncenter, div.aligncenter, img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
.alignright {
	float: right;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.center {
	text-align: center;
}
.clearit {
	clear: both;
}
.more {
	border-top: 1px solid #B1B1B1;
	text-align: right;
}
.more a {
	font-size: 14px;
	color: #7A6E6E;
	text-decoration: none;
}
.more a:hover {
	text-decoration: underline;
}
.quote span {
	color: #7A6E6E;
	font-style: italic;
}
.rule {
	height: 5px;
	margin: 10px 0;
	background: #7A6E6E;
}
.title {
	text-align: center;
	border-bottom: 1px solid #B1B1B1;
}

