/*
Theme Name: Creative Brief
Theme URI: http://creativebrief.thoughtdistrict.com
Description: Proprietary theme for the official Thought District blog.
Version: 1.0
Author: Kevin Fitzgerald
Tags: thought district, fixed width, two columns, widgets, video, left sidebar, 
*/

/* Basic Structure */

body {
	font-size: 75%;
	font-family: Georgia, Serif;
	background: #d5d6d7 url(http://www.thoughtdistrict.com/tcb/tcb_bg.jpg);
	color: #4e1b04;
	margin: 0;
	padding: 0;
}

#page {
	background: url(http://www.thoughtdistrict.com/tcb/tcb_woodpattern.jpg);
	width: 769px;
	margin: 0 auto;
	padding: 0;
}
#header {
	background: url(http://www.thoughtdistrict.com/tcb/tcb_header.jpg) no-repeat top center;
	height: 187px;
	width: 769px;
	margin: 0 auto;
	padding: 0;
}
#header h1, #header h4 {
	text-indent: -2000em;
	margin: 0;
}
#content {
	width: 769px;
	min-height: 450px;
	height: auto!important;
	margin: 0 auto;
	padding: 0;
	background: url(http://www.thoughtdistrict.com/tcb/tcb_woodpattern.jpg) repeat-y top center;
}
.left {
	font-family: Helvetica, Arial, sans-serif;
	float: left;
	width: 135px;
	margin: -15px 0 0 42px;
}
.left ul {
	padding: 0;
	margin: 8px 0 0 0;
}
.left ul li {
	list-style: none;
	padding: 0;
	margin: 5px 0 0 0;
}
.right {
	float: right;
	width: 526px;
	margin: 0 42px 0 0;
	padding: 30px 0 0 0;
	border-top: double #a0a0a0 3px;
}
.right .title h1 { 
	width: 526px;
	margin: 10px 0 0 0;
	padding: 6px 0;
	border-top: solid 4px #432a16;
	border-bottom: solid 1px #a1928d;
	float: left;
}
.right p {
	padding: 0;
	margin: 10px 0 15px 0;
}
.meta {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: solid 1px #a1928d;
}
.div1 {
	height: 1px;
	padding: 1px;
}
#footer {
	background: url(http://www.thoughtdistrict.com/tcb/tcb_footer.jpg) no-repeat top center;
	border: none;
	height: 59px;
	width: 769px;
	clear: both;
	margin: 0 auto 20px;
	padding: 0;
}

/* Typography */

h2 {
	font-family: Georgia, Times New Roman, serif;
	font-weight: bold;
	font-size: 133%;
	margin: 0;
	padding: 0;
}
h3 {
	font-family: Georgia, Times New Roman, serif;
	font-weight: bold;
	font-size: 125%;
	margin: 0;
	padding: 0;
}
p, .feedback {
	font-family: georgia, serif;
	line-height: 150%;
}
.left h1 {
	margin: 15px 0 0 0;
	padding: 0;
	font-family: Georgia, Times New Roman, serif;
	font-size: 14px;
	font-weight: bold;
}
.left .title {
	height: 17px;
	margin: 0;
	padding: 0;
	text-indent: -2000em;
	width: 131px;
}
.left #title-pages {
	background: url(http://www.thoughtdistrict.com/tcb/tcb_nav_start.jpg) no-repeat;
}
.left #title-categories {
	background: url(http://www.thoughtdistrict.com/tcb/tcb_nav_categories.jpg) no-repeat;
}
.left #title-archives {
	background: url(http://www.thoughtdistrict.com/tcb/tcb_nav_archives.jpg) no-repeat;
}
.left #title-links {
	background: url(http://www.thoughtdistrict.com/tcb/tcb_nav_recommended.jpg) no-repeat;
}
.left #title-subscribe {
	background: url(http://www.thoughtdistrict.com/tcb/tcb_nav_subscribe.jpg) no-repeat;
}
.left h2 {
	display: none;
}
.left a:link, .left a:visited, .left a:active {
	color: #7D4D22;
	text-decoration: none;
}
.left a:hover { 
	text-decoration: underline;
}
.right .title h1 {
	font-family: Georgia, Times New Roman, serif;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
}
.right .title h1 a:link, .right .title h1 a:visited, .right .title h1 a:active {
	color: #648ca1;
	text-decoration: none;
}
.right .title h1 a:hover { 
	text-decoration: underline;
}
.right a:link, .right a:visited, .right a:active {
	color: #c95700;
	font-weight: bold;
	text-decoration: none;
}
.right a:hover {
	text-decoration: underline;
}
.meta {
	font-family: Georgia, Times New Roman, serif;
	font-size: 83.33%;
	color: #471b04;
}
.meta a:link, .meta a:visited, .meta a:active {
	color: #c95700;
	font-weight: normal;
	text-decoration: none;
}
.meta a:hover {
	text-decoration: underline;
}
.navigation a:link, .navigation a:visited, .navigation a:active {
	font-family: Georgia, Times New Roman, serif;
	font-size: 91.91%;
	color: #648ca1;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.meta a:hover {
	text-decoration: underline;
}
cite {
	font-size: 83.33%;
}

/* Comments */

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}
#commentform textarea {
	width: 99%;
}
#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}
#commentlist li .avatar {
	display: none;
}
.cite {
	width: 506px;
	margin: 0;
	padding: 4px 0 18px 0;
	border-top: 1px solid #a1928d;
}
/* Images */

p img {
	padding: 0;
	max-width: 100%;
	border: solid 1px #6d7e8a;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	margin: 0 0 10px 10px;
	display: inline;
}

img.alignleft {
	margin: 0 10px 10px 0;
	display: inline;
}
.left img, .left img a {
	border: 0;
}

/* Miscellaneous */

.clear {
	clear: both;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.left ul li ul {
	margin: 0;
}
.left ul li ul li, .left ul li ul li ul li {
	border: 0;
}
.right ul, .right ol {
	padding: 0;
	margin: 8px 0 0 0;
}
.right ul li, .right ol li { 
	margin: 0 0 0 20px;
	list-style: none;
}