﻿/* 2 column fixed width layout */

/* Zero down margin and padding on all elements */

* {
	margin: 0;
	padding: 0;
}

/* The Core Structure
================================= */

body {
	text-align: center;
	min-width: 900px;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#subwrapper {
	width: 886px;
	margin: 0 auto;
	text-align: left;
}

#content {
	width: 690px;
	float: right;
	min-height:450px;
}
#photocontent {
	width: 690px;
	float: right;
	min-height:450px;
}
#left-bar{
	width: 180px;
	float: left;
}

#footer {
	clear: both;
}

/* Padding 
================================== */

#left-bar {
	padding-top: 10px;
	padding-bottom: 20px;
}

ul.main-nav * { 
	padding-left: 10px;
	padding-right: 20px;
}

ul.main-nav * * {
	padding-left: 0;
	padding-right: 0;
}

#content * {
	padding-right: 20px;
}

#content * * {
	padding-right: 0;
}
#photocontent * {
	padding-right: 20px;
}

#photocontent * * {
	padding-right: 0;
}

/* Design and colour, all the good stuff.
================================== */

body {
	/*background-attachment: fixed;*/
	background-image: url(../Backgrounds/rotate.php);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#000;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	font-size: 11px;
	line-height: 16px;
}

h1 {
	font-size: 11px;
	font-weight: bold;
	line-height:20px;
	color:#FFF;
	border-bottom:#A1948D 1px dotted;
}

h2 {
	font-size: 13px;
	font-weight: bold;
}
h3 {
	color:#fff;
	/*padding:0 10px;*/
	margin:20px 0 0 0px;
	line-height:20px;
	border-bottom:#A1948D 1px dotted;
	font-weight:bold;
	font-size:11px;
}
h4 {
	font-size:11px;
	color:#777;
	font-weight:normal;
}
p, li {
	font-size: 11px;
}

h1, h2, p {
	margin: 11px 0;
}
hr {
	border-top: 1px dotted #776c67;
	border-bottom:0;
	border-right:0;
	border-left:0;
    color: #121212;
    background-color: #17110e;
    height: 1px;
}
.white {
	color:#fff;
	margin:0;
}
a:link, a:active, a:visited {
	color:#ff4e00;
	text-decoration:none;
}

a:hover {
	color:#ff6600;
	text-decoration:underline;
}

#wrapper {
	background-image: url(../Images/wrapperbg.png);
	background-repeat: repeat;
	background-position: center top;
	/*background-color:#000;*/
	/*border-top:#000 7px solid;*/
}

#subwrapper {
	/*background-color:#121212;*/
}

#content {
	/*background-color:#121212;*/
}
#photocontent {
	/*background-color:#121212;*/
}
#photocontent img {
	border:#2a2a2a 5px solid;
	margin-top:10px;
}
#header {
	height: 69px;
	padding:0;
	border-bottom:#fff 2px solid;
}

ul.main-nav {
	list-style: none;
}

#left-bar p {
	color:#fff;
	/*padding:0 10px;*/
	margin:0 0 0 10px;
	line-height:20px;
	border-bottom:#A1948D 1px dotted;
	font-weight:bold;
}
ul.main-nav li {
	line-height:20px
}

ul.main-nav a:link, ul.main-nav a:active, ul.main-nav a:visited {
	color:#999;
	text-decoration:none;
}
ul.main-nav a:hover {
	color:#ff6600;
	text-decoration:none;
}
div.no-border {
 border:0;
}

#footer {
	/*background-color: #121212;*/
	padding:10px;
	font-size:10px;
	color:#777;
}
