@import url("ll_gallery2.css");

/*
Styles for Leslie Lockhart
Author: Designwise
Date: October 2008
*/

/* Normalization */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}

/* Links */

#main_content a:link {
	text-decoration: none;
	color: rgb(0,255,185);
}
#main_content a:visited {
	text-decoration: none;
	color: rgb(0,255,185);
}
#main_content a:hover {
	text-decoration: none;
	color: black;
}
#main_content a:active {
	text-decoration: none;
	color: red;
}

/* Layout */

body {
	background-color: rgb(204,212,77);
	font-family: Georgia, "Times New Roman", Times, serif;
}
#header {
	position: relative;
	width: 932px;
	height: 178px;
	margin: 24px auto 0 auto;
	background-color: rgb(212,215,230);
	background-image: url(../images/angels_header.jpg);
}
#header h1 {
	position: absolute;
	top: 12px;
	left: 20px;
	height: 128px;
	width: 214px;
	background: url(../images/lockhart_logo-trans.png) no-repeat;
	text-indent: -9999px;
	z-index: 2;
}
#flashcontent {
	z-index: 1;
}
#header_nav {
	position: absolute;
	top: 0px;
	left: 510px;
	height: 32px;
	width: 384px;
	z-index: 3;
}
#main_content {
	position: relative;
	width: 932px;
	height: auto;
	min-height: 480px;
	margin: 0 auto 0 auto;
	padding-bottom: 48px;
}
#main_content.gallery {
	background-color: rgb(0,0,0);
	height: 730px;
}
#main_content.about {
	background-color: rgb(77,137,212);
}
#main_content.contact {
	background-color: rgb(77,137,212);
}
#tp1 {
	z-index: 4;
}
.TabbedPanelsContent {
	color: white;
}
.TabbedPanelsContentGroup {
	background-color: rgb(0,0,0);
}
.TabbedPanelsContentAbout {
	color: black;
}
.TabbedPanelsContentGroupAbout {
	background-color: rgb(77,137,212);
}
#main_content img.intext {
	float: right;
	padding: 0 120px 24px 24px;
}
#footer {
	position: relative;
	width: 932px;
	height: 8px;
	margin: 0 auto 0 auto;
	background-color: #003c87;
}

/* Text */

p.about_text {
	font-size: 13px;
	line-height: 22px;
	padding: 8px 300px 0 72px;
	color: rgb(255,255,255);
}
ul.schedule {
	font-size: 13px;
	line-height: 22px;
	padding: 18px 300px 0 72px;
	color: #003c87;
}
ul.schedule li {
	border-top: 1px solid white;
	padding: 4px 0 10px 0;
}
ul.schedule li.odd {
	background-color: rgb(90,150,225);
}
#lead_in {
	padding: 20px 0 24px 0;
	background-color: rgb(90,150,225);
}
p.about_text.lead_in {
	font-size: 14px;
	line-height: 24px;
	padding: 0 190px 8px 72px;
}
h3.about_heading {
	font-size: 13px;
	padding: 40px 300px 8px 45px;
	color: black;
}
h2.about_heading.first {
	font-size: 14px;
	padding: 40px 300px 24px 45px;
	color: black;
}
p.contact_text {
	font-size: 13px;
	line-height: 22px;
	padding: 8px 300px 0 72px;
	color: rgb(255,255,255);
}
h2.contact_heading {
	font-size: 13px;
	padding: 40px 300px 8px 45px;
	color: black;
}

/* Gallery Admin Styles */

#admin {
	background-color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	padding: 32px 300px 32px 72px;
}
#admin a:link {
	text-decoration: none;
	color: green;
}
#admin a:visited {
	text-decoration: none;
	color: green;
}
#admin a:hover {
	text-decoration: none;
	color: lime;
}
#admin a:active {
	text-decoration: none;
	color: red;
}
h1.admin_heading {
	font-size: 15px;
	padding-bottom: 16px;
}
ul.actionNavUL {
	padding-bottom: 16px;
}
#galleryTitle {
	padding-bottom: 16px;
}
#galleryTitle h1:before {
	content: "Gallery: ";
}
#galleryNav {
	padding-bottom: 16px;
}
#imageList td {
	padding-right: 12px;
}