/* @override http://dev.abmphotography.com/sites/abmphotography.com/resources/css/all.css */

body {
	background-color: #b5c6cc;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.5em;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
	font-size: 140%;
	font-weight: lighter;
}

p {
	margin-bottom: 0.5em;
}

a {
	color: #7e8a8d;
}

#header {
	background:#000;
	color: #fff;
	height: 47px;
	padding: 10px;
}

#header h1 {
	background: url(../images/logo.gif) no-repeat;
	width:796px;
	height:47px;
	text-indent:-9999em;
	margin-bottom: 0;
}

#navigation {
	background: #fff;
	height: 3.2em;
}
#navigation ul {
	width: 100%;
}

#navigation li {
	float:left;
	background: #fff;
	height: 3.2em;
	line-height: 1.6em;
}

#navigation li a {
	display: block;
	color: #000;
	text-decoration:none;
	padding: 10px 20px;
}

#navigation li.active, #navigation li:hover {
	background: #eee;
}


/* @group Gallery */

#gallery {
	padding: 15px 0;
	overflow: auto;
	width: 100%;
	height: 470px;
}
#gallery ul {
	margin: 0 10px;
	overflow: hidden;
	height: 420px;
}
#gallery ul li {
	float: left;
	margin-right: 10px;
}

#gallery ul li img {
	border: 10px solid #fff;
	margin-bottom: 100px solid red;
}

#gallery li.text {
	width: 400px;
	background: #fff;

}

#gallery li.text div {
	height: 400px;
	padding: 10px 20px;
	overflow: auto;
}

#gallery li.text div div {
	height: auto !important;
	padding: 0;
	overflow: visible;
}

#gallery li.img div {
	padding: 5px;
	background-color: #fff;
	width: 200px;
	margin-left: 20px;
	margin-top: -5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	text-align: center;
}

#gallery li.img div a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #b5c6cc;
}

#gallery ul li.img a:hover img {
	border-color: #eee;
}
#gallery li.img div a:hover {
	border-bottom-style: solid;
}

#gallery ul ul li {
	float: none;
	margin-right: 0;
	list-style-type: disc;
	margin-left: 1em;
}

/* @end */

#footer {
	position: absolute;
	bottom: 5px;
	left: 5px;
	font-size: 80%;
}

.uniForm .ctrlHolder {
	border-bottom: 0;
	padding:8px !important;
	width: 224px;
}
.uniForm .ctrlHolder.error {
	padding-bottom: 5px !important;
}
.uniForm textarea {
	height: 5em !important;
	width: 141px !important;
}
.uniForm input.text {
	width: 141px !important;
}
 .uniform input.date {
	width: 110px !important;
}
.uniForm label {
	margin-left: 5px !important;
	width: 30% !important;
}
.uniForm #errorMsg {
	padding: 8px 8px 0 8px !important;
	margin-bottom: 5px !important;
	width:224px;
}
.uniForm .ctrlHolder.error {
	margin-bottom: 5px !important;
}
.uniform .errorField {
	font-size: 80% !important;
}
