/*
 * Theme Name: Lance
 * Theme URI: http://www.aidanfeldman.com/
 * Description: Child theme of Thematic
 * Author: Aidan Feldman
 * Author URI: http://www.aidanfeldman.com/
 * Template: thematic
 * Version: 0.1
 * .
 * This work is released under the GNU General Public License 2:
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 * .
 * */

@import url('../thematic/library/layouts/2c-l-fixed.css');

* {
	margin: 0;
	padding: 0;
}
body {
	margin-bottom: 20px;
}


a {
	color: black;
}
.alignright { float: right; margin: 0 0 15px 15px; }
.alignleft { float: left; margin: 0 15px 15px 0; }

#content {
	font-family: arial, sans-serif;
}
#primary a, #contact_bar, #siteinfo, #content h1:first-child, #site_credit {
	font-family: century gothic, arial, sans-serif;
}
#primary a {
	font-size: 1.2em;
	text-decoration: none;
}
#primary a:hover {
	text-decoration: underline;
}
#primary li.current_page_item {
	font-weight: bold;
}


div.skip-link, .widgettitle, #blog-description, #access .menu, #secondary, h1.entry-title {
	display: none;
}


html {
	background-color: #BAB2A2;	
}
#wrapper, #branding, #container {
	background-color: #413720;
}
#main, #content {
	background-color: #F6E8B7;
}
#header, #branding *, #footer {
	background-color: #C5AB78;
}
#green_circle {
	width: 170px;
	height: 170px;
	background: url('green_circle.png') no-repeat;
	position: absolute;
	top: -31px;
	left: 104px;
	z-index: 1;
}
#yellow_circle {
	width: 92px;
	height: 91px;
	background: url('yellow_circle2.png') no-repeat;
	position: absolute;
	bottom: -30px;
	right: 13px;
}



#wrapper, #header, #branding, #main, #footer{
	width: 850px;
}
#wrapper {
	border: 3px solid black;
	margin: 29px auto 0 auto;
	position: relative;
}
#siteinfo {
	width: 780px;
	padding: 10px 20px;
	margin-right: 30px;
	border-right: 3px solid black;
}
#branding, #contact_bar, #container {
	width: 617px;
	padding-left: 20px;
}
#branding, #contact_bar {
	float: right;
}
#access {
	clear: right;
}
#contact_bar ul {
	width: 400px;
	padding-left: 0px;
	margin: 0 auto;
}
#contact_bar li {
	list-style-type: none;
	display: inline;
	padding: 6px 0px;
}
#contact_bar li, #contact_bar li a {
	color: white;
	text-decoration: none;
}
#contact_bar li a:hover {
	text-decoration: underline;
}
#phone {
	float: left;
}
#email {
	float: right;
}
#header {
	border-bottom: 3px solid black;
}
#branding {
	border-left: 3px solid black;
}
#blog-title {
	padding-top: 49px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-left: 3px solid black;
}	
#blog-title a {
	background:url('/wp-content/uploads/2009/09/header.png') no-repeat top center;
	display:block;
	text-indent:-9000px;
	width: 510px;
	height: 64px;
	
	margin-left: auto;
	margin-right: auto;
}
#container {
	border-left: 3px solid black;
}
#main {
	clear: both;
	border-top: 3px solid black;
	border-bottom: 3px solid black;
	background-image: url('vert_border.png');
	background-position: 210px 0px;
	background-repeat: repeat-y;
}
div.aside {
	width: 200px;
}
#content {
	margin: 0;
	width: 614px;
	border-left: 3px solid black;
	padding-bottom: 20px;
}
#content div.entry-content > * {
	margin: 8px 20px;
}
#content div.entry-content h1 {
	margin: 0;
}
#content ul {
	padding-left: 20px;
}
#content > div {
	width: 100%;
}
#footer_address {
	float: left;
	margin-left: 10px;
}
#footer_fax {
	float: right;
	margin-right: 10px;
}
#disclaimer {
	clear: both;
	font-size: 0.6em;
	padding-right: 60px;
	padding-top: 14px;
}
#site_credit {
	text-align: center;
	font-size: 0.6em;
}
#site_credit a {
	text-decoration: none;
}
#site_credit a:hover {
	text-decoration: underline;
}


#primary, #primary ul {
	width: 210px;
}
#primary ul {
	list-style-type: none;
}
#primary ul li ul li  {
	width: 167px;
	border-top: 1px solid black;
	border-bottom: 2px solid black;	
	border-left: 2px solid black;
	background-color: #FAF6D9;
	text-align: right;
	padding: 4px 20px 4px 21px;
	margin-bottom: 14px;
}
#primary ul li ul li:first-child  {
	margin-top: 14px;	
}


div.entry-content h1:first-child {
	background-color: #FAF6D9;
	font-weight: normal;
	font-size: 1.3em;
	padding: 40px 10px;
	text-align: center;
	border-bottom: 1px solid black;
	margin-bottom: 15px;
}
#content #specialties {
	border-spacing: 0 0;	
	border-collapse: collapse;
	margin: 0px;
}
#specialties a img {
	border: none;
}
#specialties td {
	border: solid black 1px;
	padding: 11px 17px 30px 17px;
	width: 33%;
	vertical-align: top;
}
#specialties tr:first-child td {
	text-align: center;	
	padding: 5px 0px;
}











