/*
  Theme Name: TCX Blank Wordpress Theme
  Theme URI: http://www.treefrogcinegraphix.com
  Version: 1.0
  Author: Treefrog Cinegraphix
  Author URI: http://www.treefrogcinegraphix.com
  Tags: simple, clean, right sidebar, two columns, valid XHTML, valid CSS
  Licence: GPL
  
  Description: Treefrog Cinegraphix' starter Wordpress theme.
*/

/*-----------Block Level Elements--------------*/

body {
	background: #2e4a29 url('images/header-bg.jpg') repeat-x;
	color: #252525;
	font: 14px "Adobe Caslon Pro", "Adobe Caslon", "Palatino", "Palatino Linotype", "Book Antiqua", Times, "Times New Roman", serif;
}

p {
	margin-top: 1em;
	line-height: 1.3em;
}

a {
	text-decoration: none;
	color: #b08e28;
}

a:hover {
	text-decoration: underline;
}

em {
	font-style: oblique;
}

strong {
	font-weight: bold;
}

hr {
	display: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #314d2d;
}

#sidebar {
	width: 176px;
	margin: 0 0 20px 0;
	border: 2px #5d1f00 solid;
}

#sidebar h1, #sidebar h2, #sidebar h3 {
	color: #314d2d;
}

#sidebar h2 {
	color: #fff;
	font-size: 28px;
	font-style: oblique;
	font-weight: normal;
	background-color: #5d1f00;
	text-align: center;
	border-bottom: 3px #977922 solid;
}

#sidebar h3 {
	font-style: normal;
	padding: 4px;
}

#sidebar p {
	font-style: oblique;
	color: #b08e28;
	padding: 4px 0 4px 8px;
	margin-top: 0;
}

#sidebar .footnote {
	color: #2e4a29;
	font-size: 11px;
}

#sidebar form {
	padding: 4px 0 0 4px;
}

#sidebar form span.green {
	display: block;
	margin-bottom: 5px;
}

#sidebar .input {
	padding: 4px;
	width: 150px;
	border: 1px #977922 solid;
	margin: 0 0 5px 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #314d2d;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}

#page-container {
	background: #fbfbfb url('images/body-bg.gif') repeat-x bottom left;
	padding-top: 20px;
}

#page, #header-supermenu, #header-center, #footer-sections {
	width: 740px;
	margin: 15px auto;
	margin-top: 0;
	margin-bottom: 0;
}

#header {
	position: relative;
	height: 429px;
	width: 100%;
	color: #fff;
}

#header a {
	color: #fff;
}

#header-supermenu .floatleft {

}

#header-supermenu .floatright {
	margin-right: 30px;
}

#header-supermenu {
	height: 136px;
	margin-bottom: 12px;
}

#header-center {
	margin-top: 1px;
	height: 267px;
}

#menu {
	background: url('images/menu-bg.gif') no-repeat;
	width: 177px;
	padding-top: 15px;
	height: 249px;
	position: relative;
	float: left;
}

#menu div {
	position: relative;
	float: right;
	width: 177px;
	height: 57px;
}

#menu div a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
}

#menu div a:hover {
	background-image: none;
}

#profile {
	top: -13px;
}

#attorneys {
	top: -26px;
}

#services {
	top: -39px;
}

#contact {
	top: -52px;
}

div#home:hover {
	background: url( 'images/menu-home-over.gif' ) top left no-repeat;
}

div#home a {
	background: url( 'images/menu-home-up.gif' ) top left no-repeat;
}

div#profile:hover {
	background: url( 'images/menu-profile-over.gif' ) top left no-repeat;
}

div#profile a {
	background: url( 'images/menu-profile-up.gif' ) top left no-repeat;
}

div#attorneys:hover {
	background: url( 'images/menu-attorneys-over.gif' ) top left no-repeat;
}

div#attorneys a {
	background: url( 'images/menu-attorneys-up.gif' ) top left no-repeat;
}

div#services:hover {
	background: url( 'images/menu-services-over.gif' ) top left no-repeat;
}

div#services a {
	background: url( 'images/menu-services-up.gif' ) top left no-repeat;
}

div#contact:hover {
	background: url( 'images/menu-contact-over.gif' ) top left no-repeat;
}

div#contact a {
	background: url( 'images/menu-contact-up.gif' ) top left no-repeat;
}

.current#home {
	background: url( 'images/menu-home-over.gif' ) top left no-repeat;
}

.current#profile {
	background: url( 'images/menu-profile-over.gif' ) top left no-repeat;
}

.current#attorneys {
	background: url( 'images/menu-attorneys-over.gif' ) top left no-repeat;
}

.current#services {
	background: url( 'images/menu-services-over.gif' ) top left no-repeat;
}

.current#contact {
	background: url( 'images/menu-contact-over.gif' ) top left no-repeat;
}

#header-img {
	position: relative;
	float: right;
}

#content {
	float: right;
	width: 512px;
}

#content .office {
	position: relative;
	float: left;
	margin-top: 20px;
}

#content .office p {
	margin-top: 5px;
}

#content .office h3 {
	text-align: center;
}

div.entrytext em.bigger.green {
	background: url('images/quote.jpg') top left no-repeat;
	display: block;
	padding: 10px;
}

#footer {
	width: 100%;
	clear: both;
	color: #fff;
	background-color: #1a1a1a;
	font-size: 12px;
}

#footer a {
	color: #fff;
	border-bottom: 2px #777 solid;
}

#footer a:hover {
	text-decoration: none;
	border-bottom: 2px #fff solid;
}

.footer-section {
	position: relative;
	float: left;
	padding: 10px 0 10px 0;
}

#footer .left {
	width: 300px;
}

#footer .middle {
	width: 160px;
	text-align: center;
}

#footer .right {
	width: 280px;
	text-align: right;
}

/*--------Generic Classes-----------*/

.floatleft {
	position: realtive;
	float: left;
	margin: 0 15px 10px 0;
}

.floatright {
	position: realtive;
	float: right;
	margin: 0 0 10px 15px;
}

.clear {
	position: realtive;
	clear: both;
}

.bigger {
	font-size: 120%;
}

.green {
	color: #2d4929
}

/*-------------Headings-------------*/

h1 {

}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

/*-------------The Post-------------*/



h2 a:hover, h2 a:visited, h2 a {

}

.post {

}

.post p {

}

.post a {

}

.post ul {

}

.post li {

}

.entry {

}

.entrytext .postmetadata {

}

.postmetadata alt {

}

.postmetadata a {

}

.navigation {

}

.alignleft {

}

.alignright {

}

.center {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

/*--------------Sidebar------------*/

#sidebar ul {

}

#sidebar ul h2 {

}

#sidebar ul li {

}

#sidebar ul ul {

}

#sidebar ul ul li {

}

#sidebar ul ul ul {

}

#sidebar p {

}

#sidebar a {

}
#sidebar a:hover {

}

#sidebar a:visited {

}


/*--------------Comments--------------*/

ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {

}

small.commentmetadata {

}

/*--------------Search Form-------------*/

#searchform {

}

#searchform input {

}

#searchform #s {

}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/


/*-------------Other------------------*/

hr {
	display: none;
}
