/*HTML ELEMENTS****************************************/
body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif !important;
	background-repeat: repeat-x;
	font-size: 1em !important;
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: #FFFFFF !important;
}

a {
	color: #FFFFFF;
	text-decoration: underline;
}

#container {
	width: 985px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
}

#header {
	height: 117px;
	overflow: hidden;
	margin-bottom: 12px;
}

#titles {
	float: left;
	width: 325px;
}

.hidden { display: none; }

#blinks { color: #e56e13; float: left; font-family: "Arial Black", Arial, Helvetica, sans-serif; font-size: 0.95em; padding: 55px 0 0 0; width: 495px; }
#blinks a { color: #fff !important; text-decoration: none; }
#blinks a:hover { text-decoration: underline; }

#links { float: left; font-size: 0.85em; padding-top: 32px; text-align: right; width: 165px; }
#links div { clear: both; float: right; margin-bottom: 3px; width: 11em; }
#links div.home a { font-family: Arial, Helvetica, sans-serif; font-size: 0.85em; }
#links a { display: block; font-family: "Arial Black", Arial, Helvetica, sans-serif; text-decoration: none; }
#links a:hover { text-decoration: underline; }

#featured {
	float: left;
	width: 376px;
	margin-right: 42px;
}

#featured .details {
	background-repeat: no-repeat;
}

#featured .inner {
	background-image: url(../images/featured_gradient.png);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-bottom: 12px;
}

#featured .details .title {
	font-weight: bold;
	font-size: 0.9em;
	padding-left: 3%;
	text-align: center;
}

#featured .details .buy {
	float: left;
	margin-left: 5%;
	width: 28%;
	text-align: right;
	font-size: 0.85em;
	padding-right: 3%;
}

#featured a {
	text-decoration: none !important;
}

#featured a:hover {
	text-decoration: underline !important;
}

#home_albums, #albums {
	padding-top: 15px;
}

#home_albums .album, #albums .album, .photos {
	float: left;
	width: 196px;
	border-right: 1px solid #1a1a1a;
	border-bottom: 1px solid #1a1a1a;
}

#albums .album, .photos {
	width: 174px;
}

.photos {
	background-color: #000000;
}

#home_albums .album .img, #albums .album .img, .photos .img {
	width: 150px;
	height: 130px;
	text-align: center;
}

#home_albums .album a, #albums .album a, .photos a {
	text-decoration: none !important;
}

#home_albums .album a:hover, #albums .album a:hover, .photos a:hover {
	text-decoration: underline !important;
}

#home_albums .album .inner, #albums .album .inner, .photos .inner {
	padding: 23px;
	padding-top: 0;
	text-align: left !important;
}

#albums .album .inner, .photos .inner {
	padding: 12px;
}

#home_albums .album .inner .title, #albums .album .inner .title, .photos .inner .title {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: left;
}

#home_albums .album .inner .view, #albums .album .inner .view, .photos .inner .view {
	font-size: 0.7em;
	text-align: left;
}

#home_albums .album .inner .details, #albums .album .inner .details, .photos .inner .details {
	margin-top: -1px;
	background-image: url(../images/thumb-dummy_ref.gif);
	background-repeat: no-repeat;
	height: 3.3em;
	overflow: hidden;
	background-position: top center;
}

#home_albums .album .inner .details .inside, #albums .album .inner .details .inside, .photos .inner .details .inside {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 5px;
	padding-bottom: 7px;
	background-image: url(../images/thumb_gradient.png);
	background-repeat: no-repeat;
	height: 3.3em;
	overflow: hidden;
}

#home_albums .album .inner .details .inside .title, #albums .album .inner .details .inside, .photos .inner .details. inside {
	margin-bottom: 2px;
}

.photo_info {
	background-repeat: no-repeat;
	background-position: top center;
}

.photo_info .in {
	background-image: url(../images/featured_gradient.png);
	background-position: top center;
	padding: 12px 10px 12px 10px;
}

.photo_info .in h4 {
	font-size: 0.9em;
	text-align: center;
}

.photo_info .in div {
	font-size: 0.8em;
	margin-top: 3px;
	text-align: center;
}

.photo_info .in div a {
	text-decoration: none;
}

.photo_info .in div a:hover {
	text-decoration: underline;
}

#main_content {
	float: left;
	width: 825px;
}

#main_side {
	float: left;
	width: 150px;
}

.side_album {
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #1a1a1a;
}

.side_album div {
	font-size: 0.8em;
}

.side_album .title {
	margin-top: 2px;
}

.side_album .title a {
	color: #FF1414;
	text-decoration: none;
}

.side_album .title a:hover {
	text-decoration: underline;
}

#footer {
	margin-top: 15px;
	border-top: 1px solid #1a1a1a;
	padding-top: 8px;
	font-size: 0.7em;
	text-align: center;
}

.form {
	width: 250px;
	background-color: #2b2b2b;
	border: 1px solid #3d3d3d;
}

.form .form_row, .reg_form .form_row {
	padding: 5px;
	border-bottom: 1px solid #222222;
}

.form_row .label {
	float: left;
	width: 80px;
	margin-right: 10px;
	font-size: 0.8em;
	font-weight: bold;
	padding-top: 3px;
}

.form_row .input {
	float: left;
	width: 150px;
}

.form .submit_row, .reg_form .submit_row {
	padding: 5px; text-align: center;
}

.reg_form {
	width: 280px;
	background-color: #2b2b2b;
	border: 1px solid #3d3d3d;
	padding: 10px;
}

.reg_form .row .label {
	float: left;
	width: 110px;
	margin-right: 10px;
	font-size: 0.8em;
	font-weight: bold;
	padding-top: 3px;
}

.reg_form .row .input {
	float: left;
	width: 150px;
}

input.styled, textarea.styled {
	padding: 2px;
	font-size: 0.8em;
	border: 1px solid #1a1a1a;
	width: 95%;
}

input.button, a.button {
	font-size: 0.8em;
	padding: 4px 12px 4px 12px;
	text-align: center;
	color: #FFFFFF;
	background-color: #1a1a1a;
	font-weight: bold;
	border: 0;
}

#admin_menu {
	float: left;
	width: 235px;
}

#admin_menu .item {
	background-color: #242424;
	font-family: 'Arial Black', Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding: 10px;
	border-right: 1px solid #1A1A1A;
	border-bottom: 1px solid #1A1A1A;
	border-left: 1px solid #1A1A1A;
}

#admin_menu .subitem {
	padding: 5px 15px 5px 15px;
	font-size: 0.8em;
	background-color: #1c1c1c;
	border-right: 1px solid #1A1A1A;
	border-bottom: 1px solid #1A1A1A;
	border-left: 1px solid #1A1A1A;
}

#admin_menu .item a, .admin_menu .subitem a {
	text-decoration: none;
}

#admin_menu .item a:hover, .admin_menu .subitem a:hover {
	text-decoration: underline;
}

#admin_content {
	float: left;
	width: 720px;
	margin-left: 20px;
}

#content {
	float: left;
	width: 560px;
}

#content-full { margin: 0 0 15px 0; }

.alt {
	color: #FF1414;
}

.dropdown_form {
	padding-top: 2px;
}

.dropdown_form form {
	font-size: 0.9em;
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #1A1A1A;
}

.dropdown_form input, .dropdown_form textarea {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
}

.dropdown_form .label {
	float: none;
	width: auto;
	font-weight: bold;
}

.dropdown_form .row {
	margin-top: 10px;
}

.dropdown_form .submit_row {
	margin-top: 5px;
	text-align: center;
}

.dropdown_form .half { border-bottom: 1px solid #242424; }

.notice {
	padding: 3px;
	background-color: #222222;
	color: #FFFFFF;
	font-size: 0.8em;
	margin-bottom: 12px;
}

.buy_print {
	width: 260px;
	border: 1px solid #222222;
	margin-left: 50px;
	font-size: 1em;
	background-color: #121212;
	margin-top: 9px;
	font-size: 1.4em !important;
}

.buy_print .bp_in {
	padding: 4px 4px 4px 4px;
	font-size: 1em;
	background-color: #121212;
}

.buy_print .title {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-align: center;
	font-family: 'Arial Black', Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

.buy_print .pricing {
	float: left;
	width: 80px;
	margin-right: 5px;
	border-right: 1px dotted #343434;
}

.buy_print .pricing .p_in {
	font-size: 1.0em;
	padding: 0px 0 3px 0;
}

.buy_print .pricing .size {
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}

.buy_print .pricing .price {
	text-align: center;
	font-size: 0.9em;
}

.guestbook {
	font-size: 0.9em;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #1A1A1A;
}

.guestbook p {
	margin-bottom: 0.5em;
}

.guestbook .name {
	font-size: 0.9em;
}

#errors {
	font-size: 0.85em;
	list-style: disc;
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 1.5em;
}

.purchase_view {
	float: left;
	width: 30%;
	padding-right: 1%;
	margin-right: 2%;
	border-right: 1px solid #333333;
}

.purchase_view .image {
	text-align: center;
}

.purchase_view .size {
	font-family: 'Arial Black', Arial, Helvetica, sans-serif;
	font-size: 1.35em;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 2px;
}

.purchase_view .price {
	margin-bottom: 10px;
	text-align: center;
}

.purchase_view form {
	text-align: center;
}

h1 {
	cursor: pointer;
	width: 330px;
	height: 117px;
	text-indent: -5000px;
	background-image: url(../images/nashville_skylines.gif);
	background-repeat: no-repeat;
	margin-bottom: 7px;
}

h2 {
	font-size: 0.8em;
	text-align: center;
}

h3 {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	font-size: 1.15em;
}

h3 span { font-family: Arial, Helvetica, sans-serif !important; font-size: 0.85em !important; }

h4 {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

h5 {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin-bottom: 0.5em;
}

p {
	font-size: 0.90em;
	line-height: 1.25em;
	text-align: justify;
	margin-bottom: 1.2em;
}

#paging { border-bottom: 1px solid #2B2B2B; font-size: 12px; font-weight: bold; height: 20px !important; margin: 0 0 12px 0; }
#paging .page { display: inline; font-weight: bold; padding: 0 5px 0 5px; }
#paging .page a { font-weight: normal !important; }

table.tabular { margin: 15px 0 15px 0; }
table.tabular th { background-color: #242424; border-bottom: 1px solid #1A1A1A; border-right: 1px solid #1A1A1A; font-size: 13px; font-weight: bold; padding: 4px; }
table.tabular td { border-bottom: 1px solid #242424; border-right: 1px solid #242424; font-size: 12px; padding: 4px; }

.half { float: left; width: 48%; }
.halfLeft { margin-right: 3%; }

.paypal .button { background-color: #282828; }

.calendar { border-bottom: 1px solid #303030; margin: 0 0 15px 0; padding: 0 0 15px 0; }
.calendar .photo { float: left; width: 200px; }
.calendar .photo p { font-size: 10px; line-height: 12px !important; text-align: center; }
.calendar .info { float: left; margin: 0 20px 0 20px; width: 600px; }
.calendar .info h4 { margin-bottom: 5px !important; }
.calendar .info p.date { font-size: 12px; margin: -2px 0 5px 0 !important; }
.calendar .price { float: left; width: 125px; }
.calendar .price .p { font-size: 25px; font-weight: bold; margin: 0 0 2px 0; }
.calendar .price .s { font-size: 11px; margin: 0 0 15px 0; }


#newsletterForm, #sending, #thanks { display: none; }
#newsletterForm label { color: #fff; display: block; float: left; font-size: 13px !important; padding: 3px 0 0 0 !important; width: 100px; }
#newsletterForm p { color: #E56E13; font-size: 10px !important; line-height: 12px !important; margin: 0 !important; text-align: center; }
#n-email, #n-name, #n-lname { border: 1px solid #2a110d; float: left; font-size: 15px; margin: 0 3px 0 0 !important; padding: 2px; width: 210px; }
#thanks, #sending { color: #fff; display: none; font-size: 10px !important; font-weight: bold; margin: 5px 0 0 0 !important; padding: 2px; text-align: center; }

a.button { color: #C61903 !important; display: block; font-size: 15px !important; padding: 7px !important; }
