/*
	Written by: www.elchango.ca
	October 16, 2009
*/

/* Structure Styles */

html, body {
	height: 100%;
}

body {
	margin: 0;
	background: #000 url('/images/AKo-Photography-Background-03-top.gif') top center no-repeat;
	/*background: #000 url('/images/background.jpg') repeat-x;*/
}

#wrapper {
	position: relative;
	width: 730px;
	margin-left: auto;
	margin-right: auto;

}

#header {
	position: relative;
	width: 730px;
	height: 112px;
}

#logo {
	position: absolute;
	top: 15px;
	left: 0;
	width: 249px;
	height: 89px;
}

#navwrap {
	position: absolute;
	bottom: 22px;
	right: 0;
}

#photos {
	position: relative;
	width: 730px;
	height: 586px;
	margin: 0;
	padding: 0;
}

#photos img {
	margin: 8px 0;
}

#gallery {
	position: relative;
	width: 100%;
	height: 670px;
	padding: 0 0 0 0;
}

#galleryhome {
	position: relative;
	width: 100%;
	height: 580px;
	padding: 5px 0 0 0;
}

#portfolio {
	position: relative;
	width: 730px;
	height: 570px;
	margin: 8px 0;
	padding: 0;
}

#portfolio span {
	float: left;
	width: 236px;
	margin: 0 0 8px 0;
}

#portfolio span.spacing {
	margin: 0 10px 0 0;;
}

#portfolio span a {
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	/*letter-spacing:1px;*/
}

#portfolio span a:hover {
	color: #ff5d37;
}

#portfolio span img {
	margin: 0 0 3px 0;
}

#portfolio span img:hover {
	border: #ff5d37;
}

#content {
	position: relative;
	width: 730px;
	padding: 15px 0 0 0;
}

#leftcol {
	float: left;
	width: 580px;
}

#rightcol {
	float: right;
	width: 120px;
	text-align: right;
}

.push {
	height: 141px;
}

.linkscolumn {
	float: left;
	width: 220px;
}

#footerwrap {
	position: relative;
	width: 100%;
	height: 200px;
	margin: 25px 0 0 0;
	background: #000 url('/images/AKo-Photography-Background-03-bottom.gif') top center no-repeat;
}

#footer {
	position: relative;
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}

#leftfoot {
	float: left;
	width: 520px;
	padding: 3px 0 0 0;
	text-align: left;
}

#rightfoot {
	float: right;
	width: 200px;
	padding: 0 2px 0 0;
}

#copy {
	text-align: right;
	font-family: Futura, Arial, san-serif;
	font-size: 10px;
	color: #FFF;
	padding: 20px 0 0 0;
}
/* END Structure Styles */


/* Navigation Styles */
#nav {
	position: relative;
	width: 480px;
	height: 20px;
	text-align: right;
}

#nav ul {
	float: right;
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0 2px 0 40px;
}

#nav li a {
	display: block;
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ff5d37;
	text-decoration: none;
	text-transform: uppercase;
}

#nav li a:hover, #nav a.on {
	display: block;
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}

#subnav {
	position: relative;
	width: 600px;
	margin: 4px 0 0 0;
}

#subnav ul {
	float: left;
	list-style: none;
	padding: 0 40px 0 0;
	margin: 0;
}

#subnav li {
	float: left;
	margin: 0;
	padding: 0 24px 0 0;
}

#subnav li a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #858585;
	text-decoration: none;
	text-transform: uppercase;
}

#subnav li a:hover, #subnav a.on {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}
/* END Navigation Styles */

/* Text Styles */
h1 {
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #ff5d37;
	margin: 8px 0 0 0;
	text-transform: uppercase;
}

h2 {
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #ff5d37;
	margin: 8px 0 0 0;
}

p, #content .leftcol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	line-height: 140%;
}

.linkscolumn a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	line-height: 140%;
	text-decoration: none;
}

.linkscolumn a:hover {
	color: #ff5d37;
}

#leftfoot p {
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	line-height: 140%;
}

.red {
	color: #ff5d37;
}

.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ff5d37;
}
/* END Text Styles */

#facebook-icon {
	margin: 10px 0 0 0;
}

/* FORMS */
div.row {
	clear: both;
	padding-top: 10px;
	font-family: helvetica, tahoma, geneva, arial, sans-serif;
	font-size: 14px;
	color: #FFF;
}

div.row span.label {
	float: left;
	width: 120px;
	text-align: right;
}

div.row span.formw {
	float: right;
	width: 600px;
	text-align: left;
}

div.spacer {
	clear: both;
}

.checkboxcol {
	float: left;
	width: 150px;
}
/* END FORMS */


.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}