@CHARSET "UTF-8";

/* Body
==============================================================================*/

body {
	margin: 0;
	padding: 0;
	background: black url('../images/main-background.gif') top left repeat-x;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	color: #999;
}

div.break {
	height: 30px;
	margin-top: 30px;
	border-top: 2px solid #1b3946;
}

hr {
	margin: 0;
	height: 20px;
	visibility: hidden;
}

/* Links
==============================================================================*/

a {
	color: #ddff83;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

/* Headings
==============================================================================*/

h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #ddff83;
}

h2 {
	font-size: 1.6em;
	margin: 0 0 0.8em;
}

h3 {
	font-size: 1.5em;
}
	
/* Wrappers
==============================================================================*/

div#outer {
	background: url('../images/header-left.gif') top left no-repeat;
	text-align: left;
	width: 980px;
	margin: 0 auto;
}

div#inner {
	background: url('../images/header-right.gif') top right no-repeat;
}

/* Header
==============================================================================*/

div#header {
	position: relative;
	background: url('../images/header-background.gif') top left repeat-x;
	height: 80px;
	margin: 0 50px;
}

h1#logo {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 50px;
	margin: 0;
	background-position: bottom left;
	background-repeat: no-repeat;
}

body.studiosUK h1#logo {
	width: 340px;
	background-image: url('../images/logo-studios.gif');
} 

body.studiosUS h1#logo {
	width: 340px;
	background-image: url('../images/logo-studios-us.gif');
} 

body.photography h1#logo {
	width: 419px;
	background-image: url('../images/logo-photography.gif');
} 

body.photographyUK h1#logo {
	width: 419px;
	background-image: url('../images/logo-photography-uk.gif');
} 

body.photographyUS h1#logo {
	width: 419px;
	background-image: url('../images/logo-photography-us.gif');
}

body.englishrose h1#logo {
	width: 419px;
	background-image: url('../images/logo-englishrose.gif');
}

h1#logo span {
	display: none;
}

/* Links
==============================================================================*/

div#links {
	position: absolute;
	top: 0;
	right: 0;
	background: url('../images/links-background.gif') top left repeat-x;
	text-align: center;
}

* html div#links {
	width: 520px;
}

div#linksLeft {
	background: url('../images/links-left.gif') top left no-repeat;
}

div#linksRight {
	background: url('../images/links-right.gif') top right no-repeat;
	height: 50px;
	padding: 0px 40px 0 90px;
	color: white;
	line-height: 32px;
}

div#links a {
	color: white;
	text-decoration: none;
	padding: 0 0 8px;	
}

* html div#links a {
	padding: 0 0 7px;
}


div#links a:hover {
	color: #ddff83;
	border-bottom: 2px solid #ddff83;
}

/* Side Items
==============================================================================*/

div.sideitem,
div.sideitemRight {
	height: 108px;
	background: url('../images/sideitem-background.gif') top right repeat-x;
	color: #999;
}

div.sideitemMini,
div.sideitemMiniRight {
	height: 48px;
	background: url('../images/sideitem-background-small.gif') top left repeat-x;
	color: #999;
}

div.sideitem img,
div.sideitemRight img,
div.sideitemMini img,
div.sideitemMiniRight img {
	float: left;
	padding: 2px;
	border: 2px solid #294351;
	background: black;
	margin-right: 10px;
}

div.sideitemRight img,
div.sideitemMiniRight img {
	float: right;
	margin-right: 0;
	margin-left: 10px;
}
	
div.sideitem h3,
div.sideitemRight h3 {
	margin: 0;
	padding: 10px 10px 0.5em;
}

div.sideitemMini h3,
div.sideitemMiniRight h3 {
	margin: 0;
	padding: 15px 10px 0.5em;
}

div.sideitemRight h3,
div.sideitemMiniRight h3 {
	text-align: right;
}

div.sideitem p {
	text-align: left;
	padding-right: 10px;
	margin: 0;
}

div.sideitemRight p {
	text-align: right;
	padding-left: 10px;
	margin: 0;
}

/* Slideshows
==============================================================================*/

div.slideshow {
	border: 2px solid #294351;
	background: black;
	padding: 2px;
}

div.slideshow div.slideshowInner {
	background: url('../images/slideshow-background.gif') top center;
	min-height: 198px;
}

/* Content
==============================================================================*/

div#content {
	padding: 20px 0 0;
	margin: 0 50px;
}

p {
	text-align: justify;
}

div#content div.nojustify p {
	text-align: left;
}

div#content span.highlight,
div#content p.highlight {
	float: right;
	font-family: "Courier New", Courier, monospace;
	color: white;
	font-size: 19px;
	padding: 16px 0 10px 26px;
}

/* Content: Layout #0: One large column (default).
==============================================================================*/

div.layout0 div.c1 {
	float: left;
	width: 880px;
	margin-bottom: 20px;
	padding: 1px 0;
}

/* Content: Layout #1: Two equal sized columns.
==============================================================================*/

div.layout1 div.c1,
div.layout1 div.c2 {
	float: left;
	width: 427px;
	margin-right: 26px;
	margin-bottom: 20px;
	padding: 1px 0;
}

div.layout1 div.c2 {
	margin-right: 0;
}

/* Content: Layout #2: Wide column and 2 thin columns.
==============================================================================*/

div.layout2 div.c1,
div.layout2 div.c2,
div.layout2 div.c3 {
	float: left;
	margin-right: 26px;
	margin-bottom: 20px;
	padding: 1px 0;
}

div.layout2 div.c1 {
	width: 316px;
}

div.layout2 div.c2 {
	width: 256px;
}

div.layout2 div.c3 {
	width: 256px;
	margin-right: 0;
}

div.layout2 div.c23 {
	float: left;
	width: 538px;
	margin-bottom: 20px;
}

/* Content: Layout #3: Three equal sized columns.
==============================================================================*/

div.layout3 div.c1,
div.layout3 div.c2,
div.layout3 div.c3 {
	float: left;
	margin-right: 26px;
	margin-bottom: 20px;
	padding: 1px 0;
}

div.layout3 div.c1 {
	width: 276px;
}

div.layout3 div.c2 {
	width: 276px;
}

div.layout3 div.c3 {
	width: 276px;
	margin-right: 0;
}

div.layout3 div.c12 {
	float: left;
	width: 578px;
	margin-right: 26px;
	margin-bottom: 20px;
	padding: 1px 0;
}

div.layout3 div.c12 div.slideshow {
	width: 300px;
	float: right;
	margin-left: 26px;
	margin-bottom: 5px;
}

/* Content: Layout #3.1: Three equal sized columns (with wide slideshow).
==============================================================================*/

div.layout31 div.c1,
div.layout31 div.c2,
div.layout31 div.c3 {
	float: left;
	margin-right: 26px;
	margin-bottom: 20px;
	padding: 1px 0;
}

div.layout31 div.c1 {
	width: 276px;
}

div.layout31 div.c2 {
	width: 276px;
}

div.layout31 div.c3 {
	width: 276px;
	margin-right: 0;
}

div.layout31 div.c12 {
	float: left;
	width: 578px;
	margin-right: 26px;
	margin-bottom: 20px;
	padding: 1px 0;
}

div.layout31 div.c12 div.slideshow {
	margin-bottom: 20px;
}



/* Content: Layout #4: Wide column and 2 thin columns.
==============================================================================*/

div.layout4 div.c1,
div.layout4 div.c2,
div.layout4 div.c3 {
	float: left;
	margin-bottom: 20px;
	padding: 1px 0;
}

div.layout4 div.c1 {
	width: 453px;
}

div.layout4 div.c3 {
	width: 401px;
	float: right;
	clear: right;
	margin-left: 26px;
	margin-right: -427px;
}

div.layout4 div.c23 {
	float: right;
	width: 538px;
	clear: right;
	margin-left: 26px;
	margin-bottom: 20px;
	margin-right: -427px;
}

/* Layout #5
==============================================================================*/

div.layout5 div.c1 {
	float: left;
	width: 453px;
}

div.layout5 div.c2 {
	float: right;
	width: 401px;
}

/* Footer
==============================================================================*/

div#footer {
	clear: both;
	height: 40px;
	margin: 0 50px;
	border-top: 2px solid #3d6375;
}

/* Forms
==============================================================================*/

form table {
	border: none;
	margin-left: 20px;
}

form table tr td {
	border: none;
	margin: 0;
	padding: 3px 0;
}

form input,
form textarea {
	padding-left: 2px;
	background: #02232f;
	border: 1px solid #1b3946;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
}

/* Image Galleries
==============================================================================*/

div.thumbnail {
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
	width: 84px;
	height: 84px;
	padding: 3px;
	background: url('../images/gallery-image-background.gif') top left no-repeat;
}

div.thumbnail table {
	height: 84px;
	width: 84px;
}

div.thumbnail a img {
	border: 2px solid black;
}

span.pagnation {
	background-color: #ddff83;
	color: black;
	padding: 3px 3px;
}
	
/* Photography Colours
==============================================================================*/
	
body.photography a,
body.photography h2,
body.photography h3,
body.photography h4 {
	color: #ff92c4;
}

body.photography div#links a:hover {
	color: #ff92c4;
	border-color: #ff92c4;
}

body.photographyUS a,
body.photographyUS h2,
body.photographyUS h3,
body.photographyUS h4,
body.studiosUS a,
body.studiosUS h2,
body.studiosUS h3,
body.studiosUS h4 {
	color: #ddd;
}

body.photographyUS div#links a:hover,
body.studiosUS div#links a:hover {
		color: #ddd;
	border-color: #ddd;
}
body.englishrose a {
	color: #fc79c7;
	text-decoration: underline;	
}
body.englishrose h2 {
	color: #ddd;	
}

body.englishrose h3,
body.englishrose h4 {
	color: #fc79c7;
}

body.englishrose div#links a:hover {
	color: #fc79c7;
	border-color: #fc79c7;
}
