/* BASIC STYLES */

body {
	background-color: #dbd9cb;
	background-image: url(images/background4.png);
	background-repeat: repeat-x;
	color: white;
	font: 10pt/25px Tahoma, "Trebuchet MS", Verdana, Arial, sans-serif;
	margin-top: 0px;
}

img {
	border: none;
}

em {
	font-style: italic;
	font-weight:normal;
}

strong {
	font-weight:bold;
}

a:link {
	color: #bfcc27;
	text-decoration: none;
}

a:visited {
	color: #922758;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

.footer a:link {
	color: #56574b;
	text-decoration: none;
}

.footer a:visited {
	color: #56574b;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.footer a:active {
	text-decoration: none;
}

/* LAYOUT STYLE */

div#container {
	width: 1005px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	position: relative;
}

div#banner {
	margin-top: 2px;
	padding-top: 3px;
	width: 900px;
}

div#contentcontainer {
	width: 600px;
	height: 500px;
	float: left;
	background: url(images/contentbackground.png) no-repeat;
}

div#content {
	width: 590px;
	height: 460px;
	padding-left: 27px;
	padding-top: 35px;
	overflow: auto; 
}

div.sidebar {
	width: 322px;
	height: 550px;
	background-image: url(images/sidebar.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 685px;
	right: 0px;
	top: 60px;
	overflow: hidden;
}

div.footer {
	width: 1005px;
	color: #000;
	padding-top: 30px;
	margin-left: 27px;
	clear: both;
	font-size: 80%;
	line-height: 20px;
}

div#footer1 {
	width: 30%;
	float: left;
	margin-bottom: 25px;
}

div#footer2 {
	width: 30%;
	float: left;
	padding-left: 35px;
}

div#footer3 {
	float: left;
	width: 30%;
	padding-left: 37px;
}

/* RANDOM STYLES */

ul.menu {
	margin-left: 25px;
	margin-top: 50px;
	list-style-type: none;
}

li.menu {
	background-image: url(images/menubullet.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-bottom: 25px;
}

img.header {
	display:block;
	margin-bottom:20px;
}

img.header2 {
	padding-bottom: 3px;
}

h2.newsdate {
	font-size: 75%;
	font-weight: bold;
	text-transform:uppercase;
	text-align: right;
	border-bottom: 1px dotted #fff;
}

h2.news {
	font-size: 115%;
	font-weight: bold;
	margin-top: 2px;
}

h2.contact {
	border-bottom: 1px dotted #000;
	padding-top: 5px;
	margin-bottom: 10px;
	background: url(images/contacticon.png) no-repeat right center;
}

h2.also {
	border-bottom: 1px dotted #000;
	padding-top: 5px;
	margin-bottom: 10px;
	background: url(images/alsoicon.png) no-repeat right center;
}

h2.tweet {
	border-bottom: 1px dotted #000;
	padding-top: 5px;
	margin-bottom: 10px;
	background: url(images/tweeticon.png) no-repeat right center;
}

h2.obsession {
	border-bottom: 1px dotted #000;
	padding-top: 5px;
	margin-bottom: 10px;
	background: url(images/obsessionicon.png) no-repeat right center;
}

h2.information {
	border-bottom: 1px dotted #000;
	padding-top: 5px;
	margin-bottom: 10px;
	background: url(images/informationicon.png) no-repeat right center;
}

ul.footer {
	list-style-type: none;
	padding-left:10px;
}

li.footer {
	display: inline;
	padding-right: 5px;
}


img.also {
	padding-right: 10px;
	padding-top: 10px;
}

table.contact {
	width: 350px;
	margin-left: auto;
	margin-right: auto;
}

td.left {
	text-align: right;
	padding-bottom: 10px;
}

td.right {
	padding-left: 10px;
	padding-bottom: 10px;
}

div.team {
	border-bottom: 1px dotted #fff;
}

ul.portfolio {
	padding-top: 5px;
	padding-left: 20px;
}

li.portfolio {
	display: inline;
	list-style-type: none;
}

span.name {
	font-size: 115%;
	font-weight: bold;
}

input, textarea {
	background-color: #e0e0e0 ;
	color: #000;
	border: 1px solid black;
	padding: 4px;
}

/* LIGHTBOX */

#lightbox {	
	position: absolute;	
	left: 0;
	top: 15px;
	width: 100%; 
	z-index: 100; 
	text-align: center; 
	line-height: 0;
}
	
#lightbox img { 
	width: auto; 
	height: auto;
}
	
#lightbox a img { 
	border: none; 
}

#outerImageContainer { 
	position: relative; 
	background-color: #fff; 
	width: 250px; 
	height: 250px; 
	margin: 0 auto; 
}
	
#imageContainer { 
	padding: 10px; 
}

#loading { 
	position: absolute; 
	top: 40%; 
	left: 0%; 
	height: 25%; 
	width: 100%; 
	text-align: center; 
	line-height: 0; 
}
	
#hoverNav { 
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 100%; 
	width: 100%; 
	z-index: 10; 
}
	
#imageContainer>#hoverNav { 
	left: 0;
}
	
#hoverNav a { 	
	outline: none;
}

#prevLink, #nextLink { 
	width: 49%; 
	height: 100%; 
	display: block; 
}
	
#prevLink { 
	left: 0; 
	float: left;
}
	
#nextLink { 
	right: 0; 
	float: right;
}
	
#prevLink:hover, #prevLink:visited:hover { 
	background: url(images/prevlabel.gif) left 15% no-repeat; 
}
	
#nextLink:hover, #nextLink:visited:hover { 
	background: url(images/nextlabel.gif) right 15% no-repeat; 
}

#imageDataContainer { 
	font: 10px Verdana, Helvetica, sans-serif; 
	background-color: #fff; 
	margin: 0 auto; 
	line-height: 1.4em; 
	overflow: auto; 
	width: 100%	; 
}

#imageData {	
	padding:0 10px; 
	color: #666; 
}
	
#imageData #imageDetails { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
	
#imageData #caption { 
	font-weight: bold;	
}

#imageData #numberDisplay { 
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
	
#imageData #bottomNavClose { 
	width: 66px; 
	float: right;  
	padding-bottom: 0.7em; 
	outline: none;
}	 	

#overlay { 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 90; 
	width: 100%; 
	height: 500px; 
	background-color: #000; 
}
