body {
	background: #fff;
	color: #000;
	font-size: 12px;
	padding: 20px 0 40px;
	font-family: Helvetica, Arial, sans-serif;
}

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

/*
a:hover {
	text-decoration: underline;
}
*/

h1 {
	float: left;
	font-size: 19px;
	padding: 0 5px 0 0;
}

h2 {
	font-size: 16px;
	color: #fff;
	text-align:center;
}
div.titlebar {
	padding-bottom: 10px;
	border-bottom: 5px solid #000;
	margin-bottom: 10px;
}
div.menuitem {
	text-align: center;
	height: 100px;
}
div.gallery {
	width: 100%;
	height: auto;
}

/** Tables **/
table {
	
	border-right:0;
	clear: both;
	margin-bottom: 10px;
	width: 100%;
}
th {
	border:0;
	border-bottom:0;
	text-align: left;
	padding:4px;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a.asc:after {
	content: ' ⇣';
}
th a.desc:after {
	content: ' ⇡';
}
table tr td {
	padding: 6px;
	text-align: left;
	vertical-align: top;
	border-bottom:0;
}
table tr:nth-child(2n) td {
	
}
table .altrow td {
	
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
table td.actions a {
	margin: 0px 6px;
	padding:2px 5px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	font-family: Monaco, Consolas, "Courier New", monospaced;
}
.cake-sql-log caption {
	color:#fff;
}

/** Forms **/
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 95%;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: 0;
	vertical-align: text-top;
}
form .input {
	color: #444;
}
form .required {
	font-weight: bold;
}
form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
	display: block;
	font-size: 110%;
	margin-bottom:3px;
}
input, textarea {
	clear: both;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	padding: 1%;
	width:98%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
div.checkbox label {
	display: inline;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	width: auto;
}
/*
form .submit input[type=submit] {
	background:#62af56;
	background: -webkit-gradient(linear, left top, left bottom, from(#a8ea9c), to(#62af56));
	background-image: -moz-linear-gradient(top, #a8ea9c, #62af56);
	border-color: #2d6324;
	color: #000;
	text-shadow: #8cee7c 0px 1px 0px;
}
form .submit input[type=submit]:hover {
	background:#4ca83d;
	background: -webkit-gradient(linear, left top, left bottom, from(#85e573), to(#4ca83d));
	background-image: -moz-linear-gradient(top, #85e573, #4ca83d);
}
*/


/** Notices and Errors **/
div.message {
	clear: both;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	background: #c73e14;
	padding: 5px;
}
div.error-message {
	clear: both;
	color: #fff;
	font-weight: bold;
	background: #f00;
	padding: 0
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

.flash_success {
	background: #000;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	margin: 0;
	border: 1px solid #000;
	width: 350px;
	text-align: center;
}

/* contact page styling */
.contactTel, .contactEmail, .contactBlog {
	display: block;
	width: 286px;
	height: 37px;
	background: transparent url(/img/titles/telemail.gif) no-repeat scroll 0 0;
	text-indent: -9999px;
}
.contactEmail {
	background-position: 0 -37px;
	height: 31px;
	width: 329px;
}
.contactBlog {
	background-position: 0 -68px;
	width: 496px;
}

