/* @override http://www.corinneday.site/cd.css */

/* @group standard link styles */

a:link {
	color: white;
	text-decoration: none;

}
a:hover {
	color: red;
	text-decoration: none;
}
a:visited {
	color: white;
	text-decoration: none;
}
a:visited:hover {
	color: red;
	text-decoration: none;
}
a:active {
	color: white;
	text-decoration: none;
}

/* @end */

/* @group global html styles */

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Lucida, Verdana;
	font-size: 10px;
	margin: 20px;
	background-color: black;
	/*background-image: url(assets/graded_bg2.gif);*/
	background-image: url(assets/graded_bg3.gif);
	background-repeat: repeat-x;
	color: #999;
}

table {
	font-size: 1em;
}

img {
	border-style: none;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	/*background-color: #333;
	padding: 2px;*/
	color: white;
}

h2 {
	/*margin-top: 25px;*/
	font-size: 16px;
	font-weight: bold;
	color: white;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: white;
}

/* @end */

/* @group layout styles */

/* @group navigation bar */

#logo { 
	margin: 0;
	/*Size of the image*/ padding-top: 42px;
	width: 210px;
	/*The image*/ background-image: url(assets/cd_logo.gif);
	background-repeat: no-repeat;
	/*Hide the text*/ overflow: hidden;
	float:left; /*jamie*/
	/* WIN IE5 hack */ height: 42px; voice-family: "\"}\""; voice-family:inherit; height: 0;
}

#adminlogo { 
	margin: 0;
	padding-top: 42px; /*Size of the image*/ 
	width: 210px;
	background-image: url(assets/cd_admin_logo.gif); /*The image*/ 
	background-repeat: no-repeat;
	overflow: hidden; /*Hide the text*/ 
	float:left; /* added by jamie*/
	height: 42px; voice-family: "\"}\""; /* WIN IE5 hack */ 
	voice-family:inherit; height: 0;
}

a.cssnav, a.cssnav:link, a.cssnav:visited, a.cssnavchosen {
	display:block;
	color: #666;
	/* width:150px;
	height:200px; */
	/*border:1px solid #000;*/
	margin-top:2px;
	padding: 1px 3px;
	text-align:center;
	text-decoration:none;
	font-size:12px;
	line-height:15px;
	overflow:hidden;
	float:left;
	letter-spacing: 0.1em;

}

a.cssnav:hover {color:red;}

a.cssnavchosen {
	/* background:white; */
	color: white;
}



/* @end */

#container {
	margin: 0 auto;
	width: 700px; /*was 650 */
	/*height: 400px;*/
	text-align: left;
	/*background-image: url(assets/graded_bg2.gif);
	background-repeat: repeat-x;*/
	
}

#container_left {
	margin: 0px 10px;
	/*width: 650px;*/
	/*height: 400px;*/
	text-align: left;
}

#splash_container {
	margin: 0 auto;
	width: 400px;
	/*height: 400px;*/
	text-align: left;
	
}

#footer {
	clear:  both;
	padding: 5px 0;
	color: #444;
	margin-top: 10px;
	/*border-top: 1px solid #111;*/
}

#head {
	padding: 0px 0px;
	/* width: 650px;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.2em; */
}


#nav {
	/* margin-bottom: 20px; */
	/* margin-left: 300px; */
	/* margin-top: -34px; */
	/* padding: 5px; */
	/* text-align: right; */
	float:right;
	display: inline; /* might not do anything */
	margin-top: 25px;
}

#subnav {
	clear: both;
	/*background-color: #333;*/
	padding: 2px;
	margin-top: 10px;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	border-color: #777;
}

#body {
	/*padding: 5px;*/
	width: 500px; /* was 420px */
	float: left;
	/*clear: both; */
	margin-bottom: 20px;
	line-height: 2em;
	padding-top: 20px;
}

#body_full {
	/*padding: 5px;*/
	/*width: 100%;*/
	/*float: left;*/
	/*clear: both; */
	margin-bottom: 20px;
	line-height: 2em;
	padding-top: 10px;
}

#side {
	margin: 10px;
	/*padding: 5px;*/
	/*padding: 20px;*/
	width: 160px;
	float: right;
	padding-top: 30px;
	/*text-align: right;*/
	/* border-style: dotted;
	border-width: 0px 0px 0px 1px;*/
}



/* @end */

/* @group custom classes */

.centre {
}

.thumb_row {
	/*width: 410px;*/
	margin-bottom: 30px;
	display: block;

}
.thumb {
	width: 128px;
	/*height: 160px;*/
	float: left;
	line-height: normal;
	margin: 2px;
	text-align: center;
	overflow: hidden;
	padding-top: 10px;
}

.thumb:hover {
	background-color: #0e0e0e;
}


.shadbox {
	/*width: 650px;*/
	padding: 0px;
	border-style: solid;
	border-width: 0px 5px 0px 0px;
	border-color: #222;
	margin: 5px;
}
.insideshadbox {
	background-color: #111;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #444;
}
.insideshadboxred {
	background-color: rgb(155,49,28);
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #444;
	color: rgb(255,188,182);
}

.press_item h2 {
	display: inline;
	margin-right: 8px;
}

.inline_press_image {
	float: right;
	padding: 10px;
	padding-right: 0px;
}

.press_list_item {
	border-bottom: 1px solid #141414;
	padding-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

.press_list_item:hover {
	background-color:  #0e0e0e;
}

.press_list_item h3 {
	display: inline;
	margin-right: 8px;
}

.inline_press_image_caption {
	font-weight: bold;
	color: #666;
}

.page_nav {
	/*background-color: #141414;*/
	background-image: url(assets/graded_bg_small.gif);	background-repeat: repeat-x;
	padding: 5px;
	text-align: center;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	margin-top: 10px;
	/*border-bottom: 1px dotted grey;*/
	/*border-top: 1px dotted grey;*/
}

/* When the page nav follows a paragraph, the space above it needs to be increased with the following: */
p ~ .page_nav {
	margin-top: 20px;
}



.search {
	/*width: 240px;*/
	/*background-color: #141414;*/
	background-image: url(assets/graded_bg_small.gif);	background-repeat: repeat-x;
	padding: 5px;
	text-align: left;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	/*clear: both;*/

}

.search h3 {
	margin: 2px;
}

.recent_news {
	/*background-color: #141414;*/
	background-image: url(assets/graded_bg_small.gif);	background-repeat: repeat-x;
	padding: 5px;
	margin-top: 30px;
	text-align: left;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	/*border-bottom: 1px dotted grey;*/
	/*border-top: 1px dotted grey;*/
}

.recent_news h3 {
	margin: 2px;
}

.breadcrumbs {
	float: left;
	text-align: left;
}

.page_links {
	float: right;
}

.photoarea {
	text-align: center;
	margin-bottom: 40px;
}

.photoarea h2 {
	margin-bottom: 4px;
	margin-top: 8px;
}

.photoarea p {
	margin-top: 4px;
}

.photo {
	/* width is set dynamically with a style attribute by the php code */
	text-align: left;
	margin: 0 auto;
}

.related_photos {
	border-top: 1px solid #222;
	/*background-color: #111;*/
	background-image: url(assets/graded_bg_small.gif);
	background-repeat: repeat-x;
	padding: 4px;
}

.related_photos_inside {
	margin-top: 5px;
	width: 692px;
	overflow: auto;
}

.related_photos h3 {
	margin: 0;
}

.clear {
	clear: both;
}

.notes_photo {
	border-top: 1px solid #222;
	/*background-color: #111;*/
	background-image: url(assets/graded_bg_small.gif);
	background-repeat: repeat-x;
	padding: 4px;
	margin-bottom: 4px;
}

.notes_editorial {
	border-top: 1px solid #222;
	/*background-color: #111;*/
	background-image: url(assets/graded_bg_small.gif);
	background-repeat: repeat-x;
	padding: 4px;
	margin-bottom: 4px;
}

.notes_photo h3 {
	/*background-image: url(assets/notes_photo.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	/*min-height: 20px;*/
	margin: 0;
}
.notes_photo p {
	padding-left: 25px;
}

.notes_editorial h3 {
	/*background-image: url(assets/notes_editorial.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	min-height: 20px;*/
	margin: 0;
}
.notes_editorial p {
	padding-left: 25px;
}
h3.adminlist_subhead {
	background-color: #222;
	padding: 3px;
}

.home_img {
	float: right;
	margin-left: 10px;
	/*margin-right: 10px;*/
	margin-bottom: 30px;
	margin-top: 10px;
}



/* @end */