/*
Theme Name: Tailoring for Women
Theme URI: http://wordpress.org/
Description: The custom WordPress theme designed for Tailoring for Women.
Version: 1.0
Author: David Robertson
Author URI: http://www.outofthetrees.co.uk/

*/

/* Override browser defaults
----------------------------------------*/

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, label, p, table, caption, thead, tbody, tr, th, td, blockquote, applet, object, iframe, img, a, abbr, acronym {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	vertical-align: baseline;
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

ul {
	list-style: none;
}

input, textarea, select {
	margin: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img, :link img, :visited img {
	border: 0;
}

/* Generic styles
----------------------------------------*/

.clear { clear: both; }
.float-left { float: left; }
.float-right { float: right; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.bold { font-weight: bold; }
.italic { font-style: italic; }

p acronym, p abbr, li acronym, li abbr {
	cursor:help;
	letter-spacing: 1px;
	border: 0;
}

textarea {
	line-height: 1.25;
}

.off, li.email span, li.url span {
	position: absolute;
	left: -3000em;
	top: -3000em;
	height: 1px;
	overflow: hidden;
}

.nobreak {
	white-space: nowrap;
}

a {
	text-decoration: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}


/* Main layout elements
----------------------------------------*/

body {
	color: #DDD8E0;
	background: #1F1B21 url(images/bg-content.jpg) repeat-x 0 0;
	font-size: 0.8em;
	font-family: verdana, sans-serif;
}

#branding {
	margin: 0 0 0 0;
	background: #1F1B21;
	height: 130px;
	font-size: 36px;
}

#branding h1 {
	font-family: georgia, "times new roman", times, serif;
}

#branding .strap {
	font-size: 16px;
	width: 800px;
	margin: 0.5em auto 0 auto;
}

#branding a {
	display: block;
	width: 800px;
	padding-top: 30px;
	margin: 0 auto 0 auto;
}

#wrapper {
	width: 860px;
	margin: 0 auto;
	position: relative;
}

#content_main {
	margin: 0 0 0 30px;
	padding: 0 355px 0 0;
	min-height: 900px;
	position: relative;
}

#shortpage #content_main {
	min-height: 900px;
}

#content_sub {
	position: absolute;
	width: 295px;
	right: 30px;
	top: 0;
	min-height: 1200px;
}

#content_featured {
	margin: 0 30px 30px 30px;
	padding-left: 345px;
	min-height: 236px;
	background: transparent url(images/tailor.jpg) no-repeat 0 0;
}

#site_info {
	width: 860px;
	margin: 47px auto 0 auto;
	padding: 20px 0 20px 0;
	background: #1F1B21;
	font-family: georgia, "times new roman", times, serif;
	text-align: center;
}

#site_info p {
	line-height: 1.5;
	letter-spacing: 1px;
	text-align: center;
}

#site_info div {
	color: #807186;
	text-align: center;
	margin-top: 0.5em;
}

ul#arch li ul, ul#arch li li {
	display: inline;
}

#nav_main {
	margin: 0 0 47px 0;
	background: #cb9a34 url(images/bg-nav.jpg) repeat-x 0 0;
	font-family: georgia, "times new roman", times, serif;
	font-size: 20px;
	border-bottom: 1px solid #1F1B21;
}

#nav_main ul {
	width: 800px;
	margin: 0 auto;
	height: 30px;
}

#nav_main li {
	display: inline;
}

#nav_main a {
	display: block;
	float: left;
	padding: 3px 50px 3px 0;
}

h1, h2, h3, h4 {
	font-family: georgia, "times new roman", times, serif;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
	margin: 18px 0 6px 0;
}

.post {
	margin-bottom: 30px;
}

.entry p {
	line-height: 1.6;
}

.entry p, .entry ul, .entry ol {
	margin-bottom: 1em;
}

.entry ul li {
	background: transparent url(images/bullet.png) no-repeat 0 8px;
	padding-left: 16px;
}

.entry ol li {
	margin-left: 2em;
	list-style: decimal;
}

.entry ol ul li {
	list-style: none;
	margin-left: 0;
	background: transparent url(images/bullet.png) no-repeat 0 8px;
	padding-left: 16px;
}

.entry li {
	line-height: 1.6;
	margin-bottom: 0.5em;
}

.entry img {
	margin: 0 0.25em 0.25em 0;
}

.homepage img {
	margin: 0 0.25em 0px 0;
	/* margin: 0 0.25em 30px 0; */
}

#content_main img.alignleft {
	padding: 0 10px 0.25em 0;
}

#content_main img.alignright {
	margin: 0 0 0.25em 10px;
}

.entry blockquote {
	margin: 0 2em;
}

.byline {
	color: #807186;
	margin-bottom: 6px;
}

#bio {
	padding-left: 139px;
	background: transparent url(images/carol-bio.jpg) no-repeat 0 0;
}

a:link, a:visited {
	font-weight: bold;
	color: #CD9B36;
}

#nav_main a:link, #nav_main  a:visited {
	color: #1F1B21;
}

#nav_main a:hover {
	color: #000;
}

.post h2 {
	clear: left;
}

.post h2 a:link, .post h2 a:visited {
	font-weight: normal;
	color: #FAECFF;
}

.post h2, .hrecent, .harchive {
	border-bottom: 1px solid #807186;
	margin-bottom: 6px;
	padding: 0 0 6px 0;
}

#content_sub h2, h2.hsmall, #content_sub div.title {
	font-family: georgia, "times new roman", times, serif;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #807186;
	margin: 20px 0 6px 0;
	padding: 0 0 6px 0;
}

.lmore {
	white-space: nowrap;
	display: block;
	padding-left: 12px;
	background: transparent url(images/arrow.png) no-repeat 0 6px;
}

.navigation {
	padding-top: 16px;
	clear: both;
}

ul.recent li {
	color: #807186;
	margin-bottom: 10px;
}

ul.recent {
	margin-bottom: 30px;
}

#recentcomments cite {
	display: block;
	margin: 5px 0 10px 0;
	font-size: 0.9em;
}

#subscribe input, .rss img, #searchform input {
	vertical-align: middle;
}

#subscribe div, #subscribe p {
	margin-bottom: 0.5em;
}

#searchform {
	margin-top: 20px;
}

.rss {
	margin-top: 10px;
}

#subscribe label {
	font-weight: bold;
}

.small {
	font-size: 0.8em;
	text-align: right;
}

#cats li {
	margin-bottom: 0.5em;
}

/* Comment form
----------------------------------------*/

#commentform {
	margin-top: 16px;
}

.commentinfo {
	padding: 8px 16px;
	margin-bottom: 24px;
	clear: both;
}

.commentinfo ul {
	margin-top: 4px;
}

.swanky input {
	float: left;
	width: 18em;
	margin-bottom: 1em;
}

.swanky label {
	float: left;
	width: 10em;
	margin: 0 1em 1em 0;
}

.swanky textarea {
	width: 30em;
}

.swanky br {
	clear: both;
}

.submitrow {
	margin-top: 1em;
	width: 30em;
	text-align: right;
}

h2#comments {
	clear: both;
}

#content_main ol.commentlist {
	list-style: none;
}

#content_main ol.commentlist li {
	margin: 16px 0 20px 0;
	line-height: 1.6;
	list-style: none;
}

.commentmeta {
	position: relative;
	padding: 4px 16px;
	text-align: right;
	margin-bottom: 8px;
}

.commentmeta cite {
	position: absolute;
	left: 0;
	width: 190px;
	font-weight: bold;
	text-align: left;
}

.commentmeta span {
	padding-left: 210px;
}

.commentcontent {
	clear: both;
	margin: 0 8px;
}

form#gb_form input, form#gb_form select, form#gb_form textarea{
	margin: 5px 0 10px 0;
}

legend {
	color: #807186;
}