/*   
Theme Name: Ewing
Author: Micah Delfino
*/

/************************
	Structure 
*************************/

body {
	  min-width: 565px;      /* 2x (LC fullwidth + CC padding) + RC fullwidth */
	 /* background-color: #440101;  */
	 background-color: #570e0e;                    
                           
}

#header {
	margin:0px auto 5px;
	position: relative;
	width: 948px;
	text-align: center;
	height: 100px;
}	

#container {
	width: 948px;
	background: url(images/container_bg.png) repeat-y 0 0;
	margin: 0px auto;
	
}

#container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.column {
	float: left;
}

#center {
	width: 580px;
	padding: 10px;
	margin-left: 174px;
	_display:inline;
}

#left {
	margin-left: -774px;
}

#right {
	margin-left: 0px;
}

#left, #right {
	width: 154px;
	padding: 10px;
	background-color: #e2d2c2;
	position: relative;
}

/*************************************
	General Typography 
**************************************/

body {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 14px;
	line-height: 140%;
}

a, a:visited, a:active {
	color: #660000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}	

p a, p a:visited, p a:active {
	color:#d90b0b;
}

h1, h2, h3, h4 {
	color: #660000;
}

h1 {
    line-height: 100%;
}


/*************************************
	Header 
**************************************/
#header {
	background: url(images/Top_logo.png) no-repeat top center;
	cursor: pointer;
}

/*************************************
	Footer 
**************************************/

#footer {
	font-size:11px;
	color: #660000;
	text-align: center;
	padding: 50px;
}

/*************************************
	Sidebars 
**************************************/

#left, #right {
	color: #660000;	
	padding-top: 20px;
}

#left ul, #right ul {
	margin: 5px 0px;
	padding: 0px 8px;
	list-style: none none;
	font-size: 18px;
}

#left ul {
	line-height: 150%;
}

#left ul ul {
	font-size: 12px;
	margin:0px 0px 5px;
}

#right ul ul {
	font-size:12px;
}

#left .address {
	font-size: 13px;
}

#leftDivider {
	background: url(images/left_divider.png) no-repeat top center;
	height: 18px;
	margin: 20px 0px;
}


.roundedUL, .roundedUR {
	position: absolute;
	top: 0px;
	height: 16px;
	width: 16px;
	background-image: url(images/roundedCorners.png);
	background-repeat: no-repeat;
}

.roundedUL {
	left: 0px;
	background-position: 0px 0px;
}

.roundedUR {
	right: 0px;
	background-position: -24px 0px;
}

#right_sidebar_image {
	margin-top: 20px 0px 100px 0px;
	height: 207px;
	background: url(images/clocktower2.png) no-repeat 0 0;
}

/**********************************************
	Author page
**********************************************/

#attorneyBio {
	margin:25px 0px 20px;
	clear: left;
}

.attorneyImage {
	width: 128px;
	padding:5px;
	border: 1px solid #ccc;
	float: left;
	margin:0px 10px 0px 0px;
}

.attorneyImage img {
	width:128px;
}

.attorneyName {
	font-size: 18px;
	color: #660000;
	margin-top: 0px;
}

#attorneyContact {
	font-size: 16px;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	margin-bottom: 25px;
	padding: 10px 0px;
	text-align: center;
}

/*********************************************
	Blog crep
**********************************************/

.navigation {
	padding: 10px;
	color: #660000;
	clear: both;
	font-size: 16px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/************************************************
	Posts 
*************************************************/

h2.pageHeader {
	margin-top: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #660000
}

.post {
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
}

.post h2 {
	margin:5px 0px ;
}

.postDate {
	font-size: 12px;
}

.postFooter {
	font-size: 12px;
	padding: 5px 0px;
}

.entry .postFooter {
	padding-top: 0px;
}

.postFooterTable {
	padding: 0;
	margin: 0;
	font-size: 12px;
}

.postFooterTable th {
	text-align: left;
	color: #333;
	padding: 0 15px 0 0;
}

.post .entry {
	margin-top: -5px;
}

.singlePost {
	clear: both;
	margin-top: 25px;
}

/*****************************************
	Comments 
*****************************************/

.commentlist {

}

.commentlist .alt {
	background-color: #F1F1F1;
}

#respond {
	margin-top: 30px;
}

/**********************************************
	Archives
**********************************************/

h2.pagetitle {
	margin-top: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #660000
}


/**********************************************
	Our attorneys
**********************************************/

#ourAttorneys {
	padding-top: 25px;
	text-align: center;
	font-size: 16px;
}

#attorneysList {
	margin-top: 25px;
	width:400px;
	margin-left: 122px;
}

ul.ourAttorneysBox {
	list-style: none none;
	padding: 0;
	margin:0;
	width: 200px;
	text-align: left;
	float: left;	
}

ul.ourAttorneysBox li {
	margin: 5px 0px;
}

ul.retiredAttorneys {
	padding-top:25px;
	clear: both;
	text-align: center;
	list-style: none none;
}

ul.retiredAttorneys li {
	color: #660000;
	margin: 5px 0px
}

/**********************************************
	Links page
**********************************************/

#linksBlock {
	margin: 25px 0px;
}

#linksBlock h3 {
	margin-left: 15px;
}

#linksBlock p {
	line-height: 100%;
}

#linksBlock a {
	display: block;
	margin-left: 25px;
}

#spokaneChamberBadge {
	margin-top: 25px;
	text-align: center;
}

/**********************************************
	News page
**********************************************/

.newsItem {
	
}

/**********************************************
	Areas page
**********************************************/

.areasItem {
	border-top: 1px dotted #aaa;
	padding-top: 10px;
	margin-top: 10px;
}

.areasItem h4 {
	margin-top: 0px;
}

.backtotop {
	font-size: 12px;
	float: right;
}

/**********************************************
	Contact page
**********************************************/

.contactInfo {
	text-align: center;
}

.contactSpokane, .contactCDA {
	width:200px;
	margin-top:25px;
	float: left;
	margin-left: 55px;
	_margin-left:32px;
}

.contactSpokane p, .contactCDA p {
	color: #660000;
	margin:2px 0px;
}

.faxNumber {
	clear: both;
	color: #660000;
}

.contactDirections {
	margin-top: 25px;
}

.contactDirections h2 {
	margin-bottom: 5px;
}

.contactDirections a {
	margin: 0px 30px;
	font-size: 16px;
}

.contactDirections p {
	margin-top: 0px;
}

/************************************
	Bankruptcy page
*************************************/

.bankruptcy h1 {
	margin: 20px 0px 30px;
}


/* chaff */

.clearfix {
	clear: both;
}

#slogan {
	color: #660000;
	margin-top: 0px;
	text-align: center;
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

#frontPageTopImage {
	background: url(images/clocktower1.png) no-repeat 0 0;
	height: 262px;
	width: 395px;
	float: left;
	margin-right: 15px;
}

#frontPageCopy {
	clear: left;
	padding-top: 10px;
}

#center .address {
	color: #660000;
	font-size: 13px;
}

.address h3 {
	margin:0px 0px 5px;
}
