
* {
	-webkit-font-smoothing: subpixel-antialiased !important;
}

body {
	color: #000;
	margin: 0;
	padding: 0;
	background: #666 url(../img/background.jpg);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}
p, h1 {
	margin-top: 0;
	margin-bottom: 12px;
}
img {
	border: 0;
}

.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.heading {
	font-family: 'lgRegular';
	letter-spacing: 1px;
	font-size: 24px;
	color: #f14c32;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 940px;
	background: #FFF;
	padding: 10px
}

#header {
	display: block;
	width: 940px;
	height: 137px;
	background: #000 url(../img/header.gif) no-repeat;
	text-indent: -5000px;
}

a:link, a:visited {
	color: #f14c32;
	text-decoration: none;
}
a:hover, a:active, a.selected{
	color: #1db8a8;
	text-decoration: none;
}

div.divider {
	height: 6px;
	text-align: center;
	background: url(../img/divider.gif);
}
div.divider-sm {
	height: 1px;
	text-align: center;
	background: url(../img/divider.gif);
}
div.divider-line {
	text-align: center;
	background: url(../img/line_h.gif) center repeat-x;
}

#footer {
	margin-top: 30px;
	font-size: 10px;
	color: #999;
	text-align: center;
}

/* nav bar */

#nav {
	font-size: 21px;
}
#nav table {
	width: 100%;
}
#nav table td {
	text-align: center;
}

#nav a:link, #nav a:visited {
	color: #000;
	text-decoration: none;
}
#nav a:hover, #nav a:active, #nav a.selected {
	color: #1db8a8;
	text-decoration: none;
}

/* home page */

#homeimg {
	padding: 20px;
	text-align: center;
}

.footbox {
	display: block;
	float: left;
	cursor: pointer;
	width: 225px;
	height: 285px;
	text-align: center;
}
.footbox h2 {
	margin: 0;
	height: 26px;
	font-size: 21px;
	font-weight: normal;
	background: #000;
	color: #FFF;
}
.footbox div.img {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	line-height: 0;
	width: 215px;
	height: 235px;
	padding: 5px;
}
.footbox div.divider {
	height: 14px;
}

.footbox-border {
	float: left;
	width: 1px;
	height: 285px;
	margin: 0 6px;
	background: url(../img/divider.gif);
}

/* news page */

.news-item {
	display: table;
	margin: 2px 8px;
}
.news-item .datebox {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 25px;
	padding: 5px;
}
.news-item .thumb {
	display: table-cell;
	width: 120px;
	padding: 4px 0 2px 20px;
	vertical-align: middle;
}
.news-item .blurb {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}

/* pagination */

div.pagination {
	position: relative;
	margin: 4px 16px;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
}

div.pagination .prev {
	color: #f14c32;
	position: absolute;
	right: 80px;
	padding-left: 28px;
	background: url(../img/arrow_left.gif) no-repeat left center;
}

div.pagination .prev-disabled {
	color: #CCC;
	position: absolute;
	right: 80px;
	padding-left: 28px;
	background: url(../img/arrow_left_disabled.gif) no-repeat left center;
}

div.pagination .next {
	color: #f14c32;
	position: absolute;
	right: 0px;
	padding-right: 28px;
	background: url(../img/arrow_right.gif) no-repeat right center;
}

div.pagination .next-disabled {
	color: #CCC;
	position: absolute;
	right: 0px;
	padding-right: 28px;
	background: url(../img/arrow_right_disabled.gif) no-repeat right center;
}

div.pagination .back {
	color: #f14c32;
	position: absolute;
	left: 0px;
	padding: 0 20px;
	background: url(../img/back.gif) no-repeat left center;
}

div.pagination .back-disabled {
	color: #CCC;
	position: absolute;
	left: 0px;
	padding: 0 20px;
	background: url(../img/back_disabled.gif) no-repeat left center;
}

div.pagination .category {
	color: #999;
	font-size: 13px;
}
/*
div.pagination .category select {
	font-family: 'lgRegular';
	letter-spacing: 1px;
	color: #666;
	border: none;
	font-size: 13px;
	background: #CCC;
}
div.pagination .category select option {
	font-family: 'lgRegular';
	letter-spacing: 1px;
}
*/
/* multiple gallery view */

div.content {
	padding: 25px;
}
a.folder {
	display: block;
	position: relative;
	float: left;
	width: 202px;
	height: 262px;
	padding: 16px;
	text-align: center;
	background: #FFF url(../img/folder_frame.gif) no-repeat;
}
a.folder:link, a.folder:visited {
	color: #000;
	text-decoration: none;
}
a.folder:hover, a.folder:active {
	color: #1db8a8;
	text-decoration: none;
}
a.folder div.image {
	border: 1px solid #e1e0e0;
	width: 190px;
	height: 210px;
	padding: 5px;
	text-align: center;
}
a.folder div.image img {
    max-width: 100%;
    max-height: 100%;
}
a.folder div.title {
	margin-top: 4px;
	font-size: 16px;
	overflow: hidden;
}
a.folder div.category {
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 8px;
    color: #f14c32;
}
a.folder div.band {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    text-align: center;
    font-size: 8px;
    color: #f14c32;
}
a.folder div.date, a.folder div.count {
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: 8px;
	color: #000;
}

/* single gallery view */

div.photos {
	color: #999;
	font-size: 12px;
	position: absolute;
	left: 30px;
}
div.date {
	color: #999;
	font-size: 12px;
	position: absolute;
	right: 30px;
}
div.category {
	color: #f14c32;
	font-size: 16px;
	text-align: center;
}
h1.name {
	color: #1db8a8;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
}
div.description {
	margin: 10px 100px;
	text-align: center;
}
a.image {
	display: table-cell;
	vertical-align: middle;
	float: left;
	border: 1px solid #e1e0e0;
	width: 190px;
	height: 210px;
	padding: 5px;
	text-align: center;
	margin: 16px;
}
a.image img {
    max-width: 100%;
    max-height: 100%;
}

/* contact */

.contact-form {
	float: right;
	margin-left: 40px;
}
.contact-form td.label {
	text-align: right;
	vertical-align: top;
	padding-top: 14px;
}
.contact-form label {
	font-size: 15px;
}
.contact-form input, .contact-form textarea {
	width: 320px;
	padding: 6px;
	margin: 0px;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	background: url(../img/hash_gray.gif);
	border: 1px solid #000;
}
.contact-form button {
	cursor: pointer;
	background: #f14c32;
	color: #FFF;
	font-size: 16px;
	line-height: 16px;
	border: none;
	width: 55px;
	height: 21px;
	background: url(../img/button.gif) no-repeat;
}
.contact-form label.error {
	position: absolute;
	display: block;
	width: auto;
	padding: 0 5px;
	margin-left: 5px;
	margin-top: -5px;
	font-size: 10px;
	color: #FFF;
	background: #C00 !important;
	border: 0 !important;

	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

/* common */

.emph {
	color: #f14c32;
}

.clear {
	clear: both;
}

.fancydate {
	font-family: 'lgRegular';
	letter-spacing: 1px;
}
.fancydate .m {
	font-size: 14px;
	line-height: 14px;
}
.fancydate .d {
	font-size: 26px;
	line-height: 26px;
}
.fancydate .y {
	font-size: 12px;
	line-height: 12px;
}

.sectionTitle {
	display: inline;
	height: 25px;
	line-height: 25px;
	padding-left: 40px;
	font-family: 'lgRegular';
	letter-spacing: 1px;
	font-size: 19px;
	color: #FFF;
	background: #f14c32 url(../img/sectionTitle_left.gif) left center no-repeat;
}
.sectionTitle div {
	display: inline;
	padding-right: 40px;
	background: #f14c32 url(../img/sectionTitle_right.gif) right center no-repeat;
}
