/*
Theme Name: taylordunham.com
Theme URI: 
Description:
Version: 1.0
Author: TradeMark Media
Author URI: http://www.trademarkmedia.com/
Tags:
*/



/* Begin Typography & Colors */
/*
1.GLOBAL
2.TEXT
3.IMAGES
4.LISTS
5.TABLES
6.LINKS
7.PAGES/SECTIONS
*/

/* -- 1.GLOBAL -- */
body {
	color: #404040;
	font: 76%/1.4 Georgia, "Times New Roman", Times, serif;
}
dl, ol, p, blockquote, table, ul {
	margin: 0 0 1.5em 0;
}
.accent-text {
	color: #81A1CF;
	font-size: 1.125em;
	font-weight: bold;
	text-transform: uppercase;
}

/* -- 2.TEXT -- */
blockquote {
	font-style: italic;
	padding-left: 4em;
}
code {
	font-family: Consolas, "Bitstream Vera Sans Mono", "Courier New", Monaco, Courier, monospace;
	font-size: 1em;
	white-space: pre;
}
h1 {
	color: #09121D;
	margin: 0 0 0.5em 0;
	font-size: 2em;
	font-weight: normal;
	line-height: 1.5;
}
.attorneys h1 {
	margin-bottom: 0;
	line-height: 1;
}
h2 {
	margin: 0 0 0.5em 0;
	font-size: 1.75em;
	font-weight: normal;
	line-height: 1.5;
}
h3 {
	margin: 0 0 0.5em 0;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.3;
	text-transform: uppercase;
}
h4 {
	margin: 0 0 0.25em 0;
	font-size: 1.2em;
	line-height: 1.3;
}
h5 {
	margin: 0 0 0.25em 0;
	font-size: 1.1em;
	line-height: 1.3;
}
h6 {
	margin: 0 0 0.25em 0;
	font-size: 1em;
	line-height: 1.3;
}
p {
	padding: 0;
}
p.disclaimer {
	font-style: italic;
}
p.contact-us {
	color: #222;
	font-size:1.3em;
	line-height:1.3;
}
pre {
	font-family: Corbel, Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 1.0em;
}
sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* -- 3.IMAGES -- */
a img {
	border: none;
}
img.image-left {
	float: left;
	margin: 0 10px 10px 0;
}
img.image-right {
	float: right;
	margin: 0 0 10px 10px;
}
img.bordered {
	border: 1px #ccc solid;
}
img.centered {
	display: block;
	margin: 10px auto;
}
/* -- 4.LISTS -- */
ul li {
	margin: 0 0 0.25em 30px;
}
ol li {
	margin: 0 0 0.25em 30px;
}
dl dt {
	margin: 0.25em 0 0.25em 0;
	font-weight: bold;
}
dl dd {
	margin: 0 0 0 30px;
}

/* -- 5.TABLES -- */
table {
	border-spacing: 5px;
	border-collapse: collapse;
}

caption {
	text-align: left;
	font-weight: bold;
}
th, td {
	border: 1px #ccc solid;
	padding: .5em;
}
th {
	background-color: #dadada;
	font-weight: bold;
}


/* -- 6.LINKS -- */
a {
	color: #92A8C9;
	text-decoration: underline;
}

a:hover, a:focus {		
	color: #09121D;
	text-decoration: underline;
}

/* -- 7.PAGES/SECTIONS -- */

#post-4 .entry {
	margin-top: 1.5em;
}