/*
Theme Name: TML Web 2-Column Left
Theme URI: http://example.com
Description: A Blank Wordpress theme with left sidebar
Author: TML Web
Author URI: http:/www.tmlpublishing.com
version: 1.0
*/


/* basics */
* {
	margin:0;
	padding:0;
}

body {
	background: #fff url(images/bg.gif) repeat-x;
	font-family: verdana, arial, "Georgia" serif;
	font-size: 12px;
	margin: 15px auto 0px auto;
	padding: 0;
}

h1 {
	font-size: 14px;
}

h2 {
	font-family: "Georgia" serif;
	font-size: 16px;
	font-weight: bold;
	color: #08122E;
	margin-top: 8px;
}

h2.archivetitle {
	margin: 15px 0 0 15px;
}

h3 {
	font-size: 12px;
	margin-top:10px;
}

h4 {
	font-size: 9px;
}

/* images and misc. */
img {
	border: none;
	padding: 0;
}

img a {
	border:none;
}

img.left {
	float: left;
	border: none;
	padding: 0;
}

img.right {
	float: right;
	border: none;
padding: 0;
}

blockquote {
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
}

code {
	margin:10px;
	font-family:"Courier New", Courier, monospace;
}

#news {
background: transparent;
margin-bottom:150px;
}

/* links */

a {
	color:#666;
	text-decoration:none;
	border: none;
}

a:hover {
	text-decoration:none;
}

/* container */

#container {
	width: 960px;
	margin: 50px auto 0 0;
	padding: 6px;
	background:#fff;
	color:#333;
}

#quote {
	font-family: georgia, serif;
	font-size: 56px;
	letter-spacing: 1px;
	width: 760px;
	height: 325px;
	background: url(images/quotebox.gif) no-repeat;
	color:#fff;
}

#quote em {
	color: #ec7a08;
	font-style: normal;
}

#quote-text {
	margin: 5px 0 5px 0;
	padding: 55px 30px 50px 50px;
}

.intro {
font-family: georgia, serif;
font-size: 17px;
font-weight: normal;
line-height: 25px;
text-align: justify;
color: #666;
padding: 10px 10px 5px 0
}

.title {
font-size: 17px;
color: #ec7a08;
}

.intro em {
font-family: georgia, serif;
font-size: 30px;
font-style: normal;
font-weight:normal;
color: #ec7a08;
}

#line {
border-bottom: 1px solid #eee;
margin: 90px 0px 20px 0px;
padding: 5px 0 5px 0;
}

#post-quote {
	font-family: georgia, serif;
	font-size: 12px;
	width: 760px;
	height: 325px;
	background: url(images/quotebox.gif) no-repeat;
	color:#fff;
}

#post-quote a {
	font-family: georgia, serif;
	font-size: 12px;
	color:#ec7a08;
}

#post-quote h2 {
	font-family: georgia, serif;
	font-size: 18px;
	color:#fff;
	margin-bottom: 15px;
}

#post-quote h3 {
	font-family: georgia, serif;
	font-size: 18px;
	color:#fff;
	padding: 5px 0 5px 0;
}

/* header */
#header {
	width: 760px;
	height: 75px;
	color: #fff;
	float: right;
}

#header h1 {
	font-family: "Georgia" serif;
	font-size: 28px;
	text-align: right;
	margin: 0;
	padding: 40px 0 0 0;
	border-bottom: 1px solid #eee;
}

#header h1 a {
	color: #2a2a2a;
	text-decoration: none;
}

#header h2 {
	font-family: "Georgia" serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #404040;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 0 18px;
}

/* main menu */

#menu {
	font-family: "Georgia" serif;
	font-size: 10px;
	width:760px;
	height:30px;
	float: right;
}

#menu ul {
	margin: 0;
	padding: 6px 0 0 0;
	text-align: left;
}

#menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding: 6px 13px 6px 13px;
	margin: 0;
	text-decoration: none;
	color: #fff;
}

#menu ul li a:hover { 
	background-color: #fff;
	color:#333;
}
#menu .current_page_item a {
	background-color: #fff;
	color:#333;
}

/* content */
#content {
	float: right;
	width: 77%;
	margin: 0;
	padding: 0;
min-height: 520px;
}

#content ul {
margin-left: 0;}

#content ul li {
list-style-type: none;
background-image: url(images/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .4em;
padding: 2px 0 0 20px;
}

.post {
	margin: 0 10px;
	padding:10px 10px 10px 5px;
	line-height: 14pt;
}

.post hr {
color: #eee;
background-color: #eee;
width: 100%;
}

.post h2 {
	font-family: "Georgia" serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding: 10px 0px 5px 0px;
	margin-top:40px;
	margin-bottom: 10px;
	border-top: 2px #eee solid;
}

.post h3 {
	font-family: "Georgia" serif;
	font-size: 10px;
	font-weight: bold;
	color: #2a2a2a;
	margin: 0;
	padding: 0;
}

.post h3 a:hover {
text-decoration: underline;
}

.post h2 a {
	color: #fff;
	text-decoration: none;
}

.post h2 a:hover {
	text-decoration: none;
}

.post p {
	font-size: 12px;
	text-align:justify;
}

.post a {
color: #ec7a08;
	text-decoration:none;
}

.post ul {
}

.post li {
}

.entry p {
	margin:12px 0;
}

.postmetadata {
	clear: both;
	border-top: 1px dotted #A2A2A2;
	padding:6px 0;
	margin-top: 16px;
}

p.postmetadata {
	font-size: 10px;
	font-weight: bold;
}

.navigation {
	font-size:11px;
	float:left;
	width:100%;
}

.alignleft {
	float:left;
	margin:25px 0;
}

.alignright {
	float:right;
	margin:25px 0;
}

.notfound {
	padding: 25px;
	font-size: 14pt;
	font-weight: 300;
}

/* sidebar */

#sidebar {
	background: #fff url(images/bracket.gif) no-repeat;
	font-family: "Georgia" serif;
	font-size:20px;
	text-align: right;
	text-transform: lowercase;
	width: 200px;
	float:left;
	margin: 20px 0 20px 0;
	padding: 0;
	height: 305px;
}

#sidebar h2 {
	font-family: "Georgia" serif;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	color: #333;
	margin: 0;
	padding: 0;
}

#sidebar p {
	margin:0;
	padding: 0;
}

#sidebar img {
	padding: 0;
	margin: 0;
}

#sidebar ul {
	margin:70px 80px 0 0;
	padding:0;
	list-style-type: none;
	}

#sidebar ul li a{
	margin: 0;
	padding: 0;
	font-family: "Georgia" serif;
	font-size: 22px;
	color: #000;
	line-height: 32px;
	list-style-type: none;
	letter-spacing: 1px;
	}
	
#sidebar ul li.current_page_item a {
 text-decoration: none;
 color: #ec7a08;
}

#sidebar ul ul {
	font-family: "Georgia" serif;
	margin: 6px 0 6px 12px;
	list-style-type: none;
	padding: 0;
}

#sidebar ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li {
	padding: 0 0 0 15px;
	list-style-type: none;
	font-size: 10pt;
}

/* comments */
#commentssection {
	clear: both;
	padding: 0px 12px;
	margin: 0 10px 0 0;
}

#commentssection h3 {
	font-family: "Georgia" serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #000;
}

#commentform {
	margin: 0px 12px 10px 12px;
	padding:5px;
	border-top: 1px dotted #A2A2A2;
}

#commentform p {
	color: #000;
}

#commentform a {
	color: #000;
	text-decoration: underline;
	line-height: 14px;
}

#commentform h3 {
	font-family: "Georgia" serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

#commentbox {
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
}

#author, #email, #url, #commentbox, #submit {
	background: #fff;
	font-family: "Georgia" serif;
	font-size: 11px;
	margin:10px 5px 0 0;
	padding: 3px;
	border: 1px solid #B2B2B2;
}

#submit {
	font-family: "Georgia" serif;
	font-size: 10px;
	padding: 2px;
	margin: 10px 0px;
	border: none;
	background-color: #000;
	color: #fff;
}

ol.commentlist {
	list-style-type: none;
}

ol.commentlist li {
	margin:10px 0;
	padding:5px 0 5px 5px;
	overflow: hidden;
}

ol.commentlist li.alt {
	background: none;
	font-family: "Georgia" serif;
	font-size: 10px;
	font-weight: bold;
}

ol.commentlist li p {
	margin: 6px 0 6px 0;
	padding: 0 12px 0 0;
	line-height: 150%;
	font-family: verdana, "Georgia" serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

ol.commentlist a {
	color:#000;
}

cite {
	font-family: "Georgia" serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
}

cite a {
	color: #000;
	text-decoration: underline;
}

/* search */

#searchform {
	padding: 6px 0 6px 0px;
	margin: 0;
	font-family: "Georgia" serif;
}

#searchform input#s {
	font-family: "Georgia" serif;
	font-size: 10px;
	padding: 2px;
	margin: 0px 1px 10px 0px;
	border: 1px solid #B7B7B7;
}

#searchform input#searchsubmit {
	font-family: "Georgia" serif;
	font-size: 10px;
	padding: 2px;
	margin: 0px 0px 10px 2px;
	border: none;
	background-color: #000;
	color: #fff;
}

/* footer */

#footer {
	background: #ec7a08;
	color: #fff;
	clear: both;
	width: 100%;
	margin:15px 0 0 0;
	padding: 0;
	font-family: "Georgia" serif;
	font-size: 11px;
	min-height:60px;
  	height:auto !important;
  	height:60px;
}

#footer p {
	padding:10px 0 10px 10px;
	margin: 0;
	color: #fff;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: none;
}

.avatar {
		margin: 0;
	padding:0 5px 0 0;
	float: left;

}