/*
Theme Name: Toad
Theme URI: http://jfklein.com/
Description: Child of 2010 theme.
Author: Joel F. Klein
Author URI: http://jfklein.com/
Template: twentyten
Version: 0.1.0
*/

@import url("../twentyten/style.css");
@import url("/style/fonts.css");

div#wrapper {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
}

div#branding {
    position: relative;
}

div#header-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    height: 138px;
    margin: 0;
    z-index: 101;
    color: white;
    font: 14px/24px 'CicleGordita', "Helvetica Neue", Arial, Helvetica, sans-serif;
}

div#header-phone {
    position: absolute;
    top: 20px;
    left: 200px;
    font-size: 18pt;
}

div#header-business-category {
    position: absolute;
    bottom: 0;
    left: 160px;
    margin-bottom: 6px;
    font-size: 14pt;
}

div#main {
    margin-left: 20px;
    margin-right: 20px;
}

body.page div#container {
    width: 900px;
    margin: 0;
}

body.single-post div#container p {
	margin-bottom: 28px; /* restore paragraph spacing for posts */
}

div#site-info {
    margin-left: 20px;
}

div#gallery {
    width: 500px;
    float: left;
}

div#home-gallery {
    width: 500px;
    float: right;
}

.one-column #content {
    width: 900px;
}

div#home-content {
    /*display: none;*/
    clear: none;
    float: right;
    width: 380px;
    font: 14px/24px 'CicleGordita', "Helvetica Neue", Arial, Helvetica, sans-serif;
}

div#content p, div.hentry {
	margin-bottom: 4px;
}

#header {
    padding-top: 0;
}

#branding img {
    border: 0;
}

table.contact {
    line-height: normal;
}

table.contact tr {
    font-weight: normal;
    padding: 0 6px 0 0;
    margin: 0;
    line-height: normal;
}

table.contact tr th {
    font-weight: normal;
    line-height: normal;
    margin: 0;
}

table.contact tr th {
    text-align: right;
    padding: 0 6px 0 0;
}

table.contact tr td {
    font-weight: normal;
    line-height: normal;
    border: 0 none;
    padding: 1px 0 1px 0;
    margin: 0;
}

table.contact tr td input {
    margin: 0;
}

div#site-title, div h1#site-title, div#site-description {
    display: none;
}

table.contact tr td select {
    padding-top: 2px;
    margin: 0;
}

table.contact tr td span.label {
 font-family: "Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
 font-size: 12px;
 color: #888888;
}

#main {
    padding: 4px 0 0;
}

.static-page-title {
    display: none;
}

h2 {
    font-size: 18px;
}

body {
    background-image:url('/images/background-half.jpg');
}

span.contact {
 color: #888888;
}

table.contact {
    width: auto;
}

p.validation-error {
    font-weight: bold;
    color: red;
}

tr.validation-error {
    border: 2px solid red;
}

#content p.validation-error-message {
    font-family: "Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
    font-size: 12px;
    color: red;
    display:none; 
    margin-bottom: 0;
}

#content table.booking {
	width: 300px;
	color: black;
}

#scheduling-form {
	width: 500px;
	margin-bottom: 10px;
}

#content table.booking tr td {
	font-size: 10pt;
	font-family: sans-serif;
	padding: 4px;
	border-top: 1px solid #c0c0c0;
}

#content table.booking tr.session-available:hover {
	background-color: #e0e0e0;
}

#scheduling-form table tr td {
	padding: 2px;
	border: none;
}

#book-form {
	margin: 5px;
} 

td.session-booked {
	background-color: #FF6060;
}

td.session-available {
//	background-color: #60FF60;
}

.selectInstructions {
	font-style: italic;
	color: #c0c0c0;
}

div#scheduling-ui p {
	margin-bottom: 6px;
}

div#schedule {
	float: left;
	border: 5px solid #c0c0d0;
	border-radius: 15px;
	padding: 5px;
	margin-bottom: 8px;
    font-family: "Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
}

div#scheduling-form {
	float: right;
	border: 5px solid #c0c0d0;
	border-radius: 15px;
    font-family: "Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
}

#submit-btn {
	/*border:outset 1px #ccc;*/
	font-size: 2em;
	width: 135px;
	height: 60px;
	font-weight:bold;
	margin: 0px auto 0px auto;
}

#post-message {
	display: none;
}

div.submitted-ok {
	display: none;
}

div#subscribe-form-div {
	height: 38px;
	position: relative;
	float: right;
	padding: 6px;
}

#email-subscribe-input {
	color: #a0a0a0;
	width: 150px;
}

#email-subscribe-submit {
	display: none;
}

.bold {
	font-weight: bold;
}

span.indent {
	margin-left: 2em;
}

/* current menu */
/*
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: black;
	background-color: white;
	font-weight: bold;
	border-radius: 1em 1em 0 0;
	text-shadow: 1px 1px 0 0 #eeeeee;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: black;
	background-color: white;
	font-weight: bold;
	border-radius: 1em 1em 0 0;
	text-shadow: 1px 1px 0 0 #eeeeee;
}
*/
