/*
-----------------------------------------------
CSS rules

Client:   Richard Wainwright
Author:   Julian Kommunikation (www.julian.se)
Version:  #1 - October 2008

References
Slideshow				http://www.zinkwazi.com/wp/scripts
Min-Height Fast Hack	http://www.dustindiaz.com/min-height-fast-hack
Mouseover DIV			http://www.yayhooray.com/thread/4480/Simple-CSS-1-show-hide
Index slideshow			http://smoothgallery.jondesign.net/
----------------------------------------------- */


/* =Content
-----------------------------------------------
01. Structure
02. Header
03. Content
04. Footer
05. Lists
06. Forms
07. PHP Slideshow
----------------------------------------------- */


/* =Structure (01)
----------------------------------------------- */
body,h1,h2,h3,h4,h5,h6,p,ul,li,form {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0;
	padding: 0 0 20px;
	text-align: center;
	font: 76%/1.5 Arial, Helvetica, 'Lucida Grande', Georgia, sans-serif;
	color: #888;
	behavior: url("../js/csshover.htc");
	background: #6B6A6B url(../images/bg.gif) repeat-x;
	}

#page {
	margin: 20px auto 0;
	padding: 0 0 50px;
	text-align: left;
	width: 960px;
	background: #fff;
	overflow: hidden;
	}

a {
	outline: none;
	text-decoration: none;
	color: #888;
	}

a:hover,
.currentpage a {
	color: #ffa417;
	}

h1, h2 {
	font-size: 1.3em;
	color: #ffa417;
	margin: 0 0 15px;
	}

h2 {
	color: #fff;
	}

#photojournalism h1 {
	font-size: 1.1em;
	color: #333;
	margin: 20px 0;
	}

p {
	padding: 0 0 15px;
	}

/* =Header (02)
----------------------------------------------- */
#header {
	position: relative;
	float: left;
	height: 100px;
	width: 925px;
	padding: 50px 0 0 35px;
	}

#logo {
	width: 300px;
	float: left;
	}

#logo img {
	border: none;
	}

#topmenu {
	position: absolute;
	width: 120px;
	top: 62px;
	right: 83px;
	}

/* =Content (03)
----------------------------------------------- */
#content {
	float: left;
	width: 100%;
	}

#menu {
	width: 117px;
	padding: 0 0 0 35px;
	text-align: right;
	float: left;
	display: inline;
	}

#opening,
#image,
#singleimage,
#portfolio,
#text,
#contact {
	float: left;
	width: 602px;
	padding: 0 21px;
	border-left: 1px solid #B3B3B3;
	border-right: 1px solid #B3B3B3;
	}

#opening {
	width: 723px;
	border-right: none;
	margin-bottom: 40px;
	z-index: 1;
	}

#image {
	border: none;
	padding: 0;
	width: 723px;
	}

#singleimage img,
#portfolio img {
	padding: 0;
	border: 1px solid #000;
	vertical-align: bottom;
	}

#singleimage {
	text-align: center;
	margin: 0 auto;
	height: 452px;
	width: 680px;
	border-right: none !important;
	}

#portfolio img {
	padding: 0;
	border: 1px solid #333;
	}

#photojournalism {
	padding: 20px;
	}

#text {
	width: 769px;
	padding: 0;
	border-right: none;
	}

#tleft,
#tright {
	width: 278px;
	float: left;
	padding: 15px 33px 15px 23px;
	}
#tleft {
	padding: 0 33px 15px 23px;
	margin: -5px 0 0;
	}

#tleft p {
	text-align: center;
	}

#tleft img {
	float: left;
	padding: 3px 15px 10px 0;
	}

#tright,
#awards {
	width: 435px;
	padding: 0;
	background: #ffa417;
	}

#tleftcol,
#trightcol,
#awards {
	float: left;
	width: 210px;
	color: #fff;
	padding: 15px 23px;
	}

#tleftcol {
	width: 156px;
	padding-right: 0;
	}

#awards {
	width: 238px;
	}
#awards p {
	text-align: left;
	}

#contact-text {
	float: left;
	width: 600px;
	background: #ffa417;
	color: #fff;
	}

#contact-text a {
	color: #fff;
	}

#contact-text a:hover {
	text-decoration: underline;
	}

#contact-text img {
	float: left;
	margin: 0 25px 0 0;
	display: inline;
	border: 1px solid #333;
	}

#contact-text h2 {
	padding: 15px 0 0;
	}

#right {
	width: 120px;
	padding: 0 35px 0 0;
	text-align: right;
	float: right;
	display: inline;
	}

/* =Footer (04)
----------------------------------------------- */
#footer {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: left;
	color: #DEDEDE;
	}

#footer a {
	color: #A1A1A1;
	text-decoration:none;
	}

#footerextra {
	position: absolute;
	top: 10px;
	right: 0;
	}

#footerextra a:hover {
	color: #ffa417;
	}

/* =Lists (05)
----------------------------------------------- */
ul li a {
	text-decoration: none;
	color: #9A9A9A;
	}

#topmenu ul {
	margin: 0;
	padding: 0;
	font-size: 110%;
	float: right;
	width: 107px;
	text-align: center;
	text-align: right;
	}

#topmenu li {
	display: inline;
	list-style-type: none;
	color: #9A9A9A;
	}

ul#navlist {
	list-style-type: none;
	text-align: left;
	margin: 0 0 20px;
	padding: 0;
	font-size: 0.9em;
	letter-spacing: 2px;
	}

ul#navlist li {
	padding: 3px 0 15px;
	}

ul#navlist a {
	padding: 4px 8px 6px;
	float: none;
	padding: 0 5px 0 0;
	}

#text ul {
	width: 750px;
	padding: 0 0 0 21px;
	}

#text ul li {
	float: left;
	padding: 0 10px 10px 0;
	display: inline;
	list-style-type: none;
	}

#text ul li img {
	border: 1px solid #333;
	vertical-align: bottom;
	}

/* =Forms (06)
----------------------------------------------- */

/* =PHP Slideshow (07)
----------------------------------------------- */
.image_info {
    display:block;
    font-size:10px;
    color:#999;
    border:0px;
    }

.show_title a {
    font-size:12px;
    text-decoration:none;
    color:#999;
	}

.image_info a {
    text-decoration:none;
    color:#fff;
	}

img {
	margin: 0;
	padding: 0;
	border-width: 0;
	}

#caption {
	position: relative;
	float: left;
	width: 703px;
	height: 30px;
	margin: 0;
	padding: 10px 0 0 21px;
	text-align: left;
	font-size: 90%;
	}

#caption p {
	width: 500px;
	}

#caption span {
	color: #ffa417;
	}

.navigation {
	position: absolute;
	width: 170px;
	top: 10px;
	right: 0;
	text-align: right;
	color: #888;
	}

.navigation span {
	font-weight: bold;
	}

.navigation span.thin {
	font-weight: normal;
	color: #888 !important;
	}

.thumbnail_container {
	float: right;
	width: 107px;
	text-align: right;
	}

.thumbnail_row {
	float: right;
	margin: 0;
	padding: 0;
	display: inline;
	overflow: hidden;
	list-style: none;
	}

.thumbnail_row li {
	float: left;
	width: 105px;
	height: 70px;
	padding: 0;
	margin: 0 0 10px;
	list-style-type: none;
	}

.thumbnail_row a {
	float: left;
	}
	
.thumbnail {
	border: 1px solid #B3B3B3;
	display: block; /* Kills unwanted pixel space under image */
	}

.thumbnail img,
.thumbnail_center img{
	vertical-align: bottom;
	}

.thumbnail_center {
	border: 1px solid #ffa417 !important;
	}