/*** Title ***/

#title {
	color: #274561;
	display: none;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

/*** Content ***/

body {
	background-color: #cccccc;
	background-image: url(../images/layout/bkgrnd.jpg);
	background-repeat: repeat-x;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	margin-top: 0;
}

#title,
h1,
h2,
.highlight,
.box_a h2,
.box_b h2,
.box_a .content.quote,
.box_b .content.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	color: #333;
	border-bottom: 1px solid #BBB6BB;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding-bottom: 6px;	
}

h2 {
	color: #0066cc;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
}

.highlight {
	color: #0066cc;
	font-style: italic;
}

.photo-column {
		width: 270px;
		margin: 0 6px 0 4px;
		float:right;
}

/*** Lists ***/

ul {
	list-style-image: url(../images/layout/bullet_content.gif);
	list-style-position: outside;
}

/*** Box Content ***/

.box_a {
	background-color: #EEE;
}

.box_b {
	background-color: #B3D5E5;
}

.box_a.main,
.box_b.main {
	width: 198px;
}

.box_a h2,
.box_b h2 {
	background-repeat: repeat-x;
	color: #fff;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	height: 18px;
	margin: 0;
	padding: 5px 12px;
}

.box_a h2 {
	background-image: url(../images/layout/h2_bkgrnd_a.jpg);
}

.box_b h2 {
	background-image: url(../images/layout/h2_bkgrnd_b.jpg);
}

.box_a .content,
.box_b .content {
	padding: 12px;
}

.box_a .content.quote,
.box_b .content.quote {
	font-size: 14px;
	line-height: 19px;
}

.box_a .content ul,
.box_b .content ul {
	margin: 0 0 0 12px;
	padding: 0;
}

.box_a .content ol,
.box_b .content ol {
	margin: 0 0 0 17px;
	padding: 0;
}

.photo,
.button {
	padding: 8px 0 2px 0;
	text-align: center;
}

.signage {
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	padding-bottom: 10px;
}

.quotation {
	color: #61778E;
	font-size: 19px;
	font-weight: bold;
}

/*** Images ***/

.imagespacert {
	float: right;
	margin: 0 0 10px 10px;
}

.imagespacelt {
	float: left;
	margin: 0 10px 10px 0; 
}

.icon {
	padding-right: 6px;
}

.photos {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 4px;
}

/*** Links ***/

a:link, 
a:visited, 
a:active {
	color: #0161A9;
	text-decoration: none;
}

a:hover {
	color: #1B4778;
	text-decoration: underline;
}

/*** The "About Us" index page ***/

body#about_us #title {
	display: none;
}

body#about_us #print {
	position: absolute;
	left: 296px;
	top: 4px;
}

body#about_us #main_index {
	background-color: #B3D5E5;
	float: right;
	width: 198px;
	padding: 0px;
	margin: 0px;
}

body#about_us #main_index * {
	margin-left: 0px;
}
body#about_us #main_index ul {
	margin-left: 12px;
}

body#about_us #content_area {
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	position: relative;
	width: 584px;
}

body#events #content_area {
	position: relative;
}

body#about_us #home_content {
	float: left;
	margin-top: 20px;
	width: 360px;
}

.clear {
	clear: both;
}

/**Plugins**/

#testimonials.callout-container {
	float: right;
	margin-bottom: 18px;
	margin-left: 18px;
	padding: 10px;
	width: 180px;
}

#testimonials.callout-container,
button[type="submit"],
input[type="submit"],
a.button,
button#upload,
#events .admin_listing th,
#contact .admin_listing th,
#testimonials .admin_listing th,
#appointments .admin_listing th {
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top, #999999 0%, #666666 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#666666)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #999999 0%,#666666 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #999999 0%,#666666 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #999999 0%,#666666 100%); /* IE10+ */
	background: linear-gradient(top, #999999 0%,#666666 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#testimonials.callout-container:hover,
button[type="submit"]:hover,
input[type="submit"]:hover,
a.button:hover,
button#upload:hover {
	background: #666666; /* Old browsers */
	background: -moz-linear-gradient(top, #666666 0%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #666666 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #666666 0%,#999999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #666666 0%,#999999 100%); /* IE10+ */
	background: linear-gradient(top, #666666 0%,#999999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
	border-bottom: none;
	text-decoration: none;
}

button[type="submit"]:active,
input[type="submit"]:active,
a.button:active,
button#upload:active {
	background: #666666; /* Old browsers */
	background: -moz-linear-gradient(top, #999999 0%, #666666 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#666666)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #999999 0%,#666666 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #999999 0%,#666666 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #999999 0%,#666666 100%); /* IE10+ */
	background: linear-gradient(top, #999999 0%,#666666 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
}

a#submit-testimonial:hover {
	color: #FFF;
	text-decoration: none;
}

a .callout-content,
button[type="submit"],
input[type="submit"],
a.button,
#events .admin_listing th,
.admin_listing h2,
button#upload {
	color: #FFF;
}

.callout-content span,
button[type="submit"],
input[type="submit"],
a.button,
button#upload {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
}

input[type="submit"],
a.button,
button#upload,
button#photo_button {
	border: none;
	font-size: 13px;
	margin-left: 8px;
	padding: 6px 8px;
}

button#upload {
	margin-top: 50px;
}

.now-showing-area {
	font-size: 12px;
	margin-top: 15px;
	text-align: left;
}

.column {
	background: #EEEEEE;
	border: 1px solid #CCC;
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
	padding: 8px;
	width: 160px;
}

.column h4 {
	border-bottom: 1px solid #BBB;
	font-size: 13px;
	margin: 4px 0px;
}

.column ul {
	padding-left: 12px;
	text-transform: capitalize;
}

.column img {
	max-width: 160px;
}

#contact-email.column {
	float: right;
	margin: 40px 0px 20px 0px;
	padding: 15px;
	width: 190px;
}

#contact-email.column ol {
	padding-left: 20px;
}

.required,
.LV_validation_message,
.errorlistview {
	color: #A3110B;
	font-style: italic;
}

.LV_validation_message {
	display: block;
	font-size: 11px;
	padding-top: 4px;
	vertical-align: top;
}

form h4,
.admin h4,
.admin_listing h4 {
	border-bottom: 1px solid #CCC;
	clear: both;
	color: #666;
	font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: bold;
	margin-bottom: 10px;
	padding-top: 10px;
}

.admin_listing h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin-top: 0px;
}

#events h3 {
	color: #0066CC;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px 0px 6px 0px;
}

.unit {
	float: left;
	height: 45px;
	margin: 15px 0px;
}

input[type="text"],
textarea {
	border: 1px solid #CCC;
	margin-right: 15px;
	padding: 6px 8px;
}

input[type="text"] {
	width: 150px;
}

textarea {
	width: 338px;
}

textarea#comments {
	width: 244px;
}

label {
	display: block;
	font-weight: bold;
	padding-bottom: 5px;
}

label.radio,
label.checkbox {
	display: inline;
}

select {
	margin-right: 15px;
	width: 170px;
}

button[type="submit"] {
	border: none;
	margin-top: 50px;
	padding: 10px;
}

button#contact-submit {
	margin-top: 20px;
}

form#contact-form label {
	padding-top: 10px;
}

button#submit-testimonial {
	margin-top: 10px;
}

form.submit-testimonial label {
	padding-top: 10px;
}

#photo_button {
	margin-bottom: 65px;
}

.admin td {
	vertical-align: top;
}

#appointments .admin td,
#contact .admin td {
	vertical-align: middle;
}
	
.admin_listing th,
.admin_listing td {
	background: none;
	border-bottom: 1px solid #CCC;
	padding-bottom: 4px;
	
}

#events .admin_listing th,
#contact .admin_listing th,
#testimonials .admin_listing th,
#appointments .admin_listing th {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 6px 8px;
}

#appointments .admin_listing td {
	padding: 0px;
}

.admin_listing tr.unread td {
	padding: 10px 0px;
}

.float-right {
	float: right;
}

button.imagespacert {
	float: right;
	margin-top: -50px;
}

#featured-event.column {
	float: right;
}

body#events .column {
	position: absolute;
	top: 70px;
	left: 18px;
}

body#events .content-main {
	float: right;
	width: 370px;
}

.line {
	clear: both;
}
