/*
 *
 *	PAGE OUTLINE DEFINITIONS
 *
 */


/* commented backslash hack \*/
	html, body {
		height: 100%;
	}
/* end hack */

	html, body {
		margin: 0px;
		padding: 0px;
	}
	

/* container for entire page */

	#page {
		height: auto;
		margin: 0px auto;
		min-height: 100%;
		position: relative;
	}
	
	* html #page{
		height: 100%;
	}
	
	
/* header & footer classes */

	#footer {
		background-color: #FF8080;
		bottom: 0px;
		color: #000000;
		height: 18px;
		left: 0px;
		position: absolute;
		text-align: center;
		width: 100%;
	}

	.clear, #clearheader, #clearfooter {
		clear: both;
		width: 100%;
	}
	
	#clearfooter {
		height: 35px;
	}




/*
 *
 *	MAIN DEFINITIONS
 *
 */


/* Page Layout */

	html {	
		overflow-y: scroll; 
		background: #d5d6d7 url(http://www.diagacht.co.uk/skins/default/images/kubrickbgcolor.jpg);
	}

	html, body {
		cursor: default;
	}
	
	#page { /* holds left and right columns */
		background: white url(http://www.diagacht.co.uk/skins/default/images/kubrickbgwide.jpg) repeat-y top center;
		border: none;
		margin: 0px auto;
		width: 760px;
	}
	
	
	
	
/* Columns */

	#left_column {
	}
	
	#right_column {
		float: right;
		margin-right: 10px;
	}
	
		#right_column img {
			margin-bottom: 30px;
		}
		
		#right_column #links {
			text-align: center;
		}





/* Header Classes */

	#header {
		background-image: url(http://www.diagacht.co.uk/skins/default/images/background.jpg);
		background-repeat: no-repeat;
		width: 740px;
		margin: 0px auto;
	}
	
	#header_background {
	}
	
	#header_name {
		float: left;
		font-family: Georgia;
		font-size: 24pt;
		margin-left: 5px;
	}
	
		#header_name a {
			text-decoration: none;
		}
	
	#header_title {
		font-family: Georgia;
		font-size: 20pt;
		font-weight: normal;
	/*  */
		padding: 4px 0px 0px 5px;
	/*  */
		margin-left: 125px;
	}
	
	#header_search {
		float: right;
		margin: 10px 5px 0px 0px;
	/*  */
		margin-bottom: -18px;
	/*  */
	}
	
		#header_search input.text {
			font-family: Georgia;
			font-size: 10pt;
		/*  */
		}
		
		#header_search input.button {
		/*  */
		}

	#header_top_nav {
		clear: both;
		/*  */
		margin-top: 4px;
		/*  */
		text-align: center;
	}	

		#header_top_nav, #header_top_nav a, #header_top_nav em {
			font-family: Verdana;
			font-size: 10pt;
			padding: 3px 13px;
		}

		#header_top_nav em {
			padding: 3px 0px;
		}

		#header_top_nav a, #header_top_nav a.off {
			color: black;
			text-decoration: none;
		}		

		#header_top_nav a:hover {
			text-decoration: underline;
		}

		#header_top_nav, #header_top_nav a.off, #header_top_nav em {
			background-image: url(http://www.diagacht.co.uk/skins/default/images/tab_off.jpg);
			border-color: #e2980e;
			border-bottom-width: 1px;
			border-bottom-style: solid;
		}		

		#header_top_nav a.on {
			background-color: white;
			border-color: #e2980e;
			border-top-width: 1px;
			border-top-style: solid;
			border-right-width: 1px;
			border-right-style: solid;
			border-left-width: 1px;
			border-left-style: solid;	
			color: darkgreen;	
			padding: 5px 12px 4px 12px;
		}

	#header_bottom_nav {
		height: 15px;
		margin-top: 8px;
		text-align: center;
	}	

		#header_bottom_nav, #header_bottom_nav a, #header_bottom_nav em {
			font-family: Verdana;
			font-size: 8pt;
			margin: 8px 15px;
		}

		#header_bottom_nav em {
			display: none;
		}

		#header_bottom_nav a {
			text-decoration: none;
		}		

		#header_bottom_nav a:hover {
			text-decoration: underline;
		}

		#header_bottom_nav, #header_bottom_nav a.off, #header_bottom_nav em {
		}		

		#header_bottom_nav a.on {	
			text-decoration: underline;
		}
		
	
	
	
	
/* Main Page Classes */

	#main {	
	/*  */
		/*  */
			margin: 0px 160px 20px 25px;
		/*  */
	/*  */		
		padding: 0px 15px;
	}
	
		#main>h1 {
			font-family: "Trebuchet MS";
			font-size: 20pt;
			margin-bottom: 25px;
			padding-bottom: 10px;
			text-align: left;
		}
	
		#main>h2 {
			font-family: "Trebuchet MS";
			font-size: 16pt;
			font-style: italic;
			font-weight: normal;
			margin: -25px 0px 25px 0px;
			padding-top: 10px;
			text-align: center;
		}
		
		#main h3 {
			margin-top: 40px;
			text-align: center;
		}
	
		#main p, #items_move, #main blockquote, #main li {
			font-family: Georgia;
			font-size: 10pt;
			line-height: 1.75em;
			text-align: justify;
		}
		
		#main blockquote {
			margin: 1em 45px 1em 35px;
		}
		
	a {
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	#warning {
		margin: 0px 0px 10px 0px;
		padding: 3px 8px;
	}
	
	.hidden {
		display: none;
	}
	
	
	
	
/* Footer */

	#footer {
		background-image: url(http://www.diagacht.co.uk/skins/default/images/tab_off.jpg);
		border-top-width: 1px;
		border-top-style: solid;
		clear: both;
		font-family: Verdana;
		font-size: 8pt;
		height: 14px;
		margin: 0px 10px;
		padding: 3px 15%;
		
	/*  */
		width: 512px;
	/*  */
	}
	
		#footer a {
			text-decoration: none;
		}
		
		#footer a:hover {
			text-decoration: underline;
		}
		
		
		
		
		
/* Home and Search Page */

	table.recent {
		margin-bottom: 10px;
		width: 100%;
	}
	
		table.recent tr td {
			vertical-align: top;
			width: 50%;
		}
		
	div.quick_search {
		border-bottom-style: solid;
		border-bottom-width: 2px;
		margin-bottom: 20px;
		margin-top: -10px;
		padding-bottom: 10px;
	}
		
	form.quick_search {
		font-family: Verdana;
		font-size: 8pt;
		margin: 0px auto;
		padding: 0px 0px 10px 0px;
		text-align: center;
		width: 400px;
	}
	
		form.quick_search input {
			font-family: Verdana;
			font-size: 8pt;
		}
		
		form.quick_search input#what {
		/*  */
			padding: 1px;
		/*  */
		}
		
	p.home_section_header {
		font-weight: bold;
		margin-bottom: -17px;
		margin-left: 8px;
	}
	
	p.search_text {
		margin: 10px auto;
		text-align: center !important;
		width: 400px;
	}
		
		
		
		
		
/* Section Pages */

	h3.title {
		font-family: "Trebuchet MS";
		margin: 0px 0px 10px 0px !important;
		text-align: left !important;
	}
	
		h3.title>p.sub {
			display: inline !important;
			font-weight: normal;
		}
	
	div.items {
		margin: 10px 0px 25px 20px;
	}
	
		div.items p {
			margin: 0px;
		}
		
		div.items p.extract {
			font-family: Tahoma !important;
			font-size: 8pt !important;
			margin: 0px 0px 6px 0px !important;
			text-align: left !important;
		}
		
		
		
		
		
		
/* Subsection Pages */

	p.desc {
		text-align: center !important;
	}

	#items_sort {
	}
	
		#items_sort p {
			margin: 0px 10px 10px 0px;
			text-align: center;
		}

		#items_sort select {
			font-family: Tahoma;
			font-size: 8pt;
		}

	#items {
		font-family: "Trebuchet MS";
		font-size: 10pt;
	}
	
	#items_nav_top, #items_nav_bottom {
		padding: 3px 8px;
	}
	
	#items_nav_top {
		border-top-width: 1px;
		border-top-style: solid;
	}
	
		#items_nav_top .left {
			float: left;
		}
		
		#items_nav_top .right {
			text-align: right;
		}
	
	#items_list {
		font-family: Georgia;
		margin: 20px 20px 15px 20px;
	}
	
		#items_list .item {
			margin: 5px 0px 15px 0px;
		}
		
			.unpublished {
				font-family: Calibri;
				font-style: normal;
				padding-left: 20px;
			}
	
			#items_list .item a {
			}
			
			#items_list .item p, #main p.info, #items_list p.info {
				font-family: Tahoma;
				font-size: 8pt;
				text-align: left;
			}
			
			#items_list .item p {
				margin: 0px;
			}
			
			#items_list .item em {
				font-style: normal;
			}
	
	#items_nav_bottom {
		border-top-width: 1px;
		border-top-style: solid;
		text-align: center;
	}
	
	#main p.info, .items p.info, #items_list p.info {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	#main p.info {
		text-align: right;
	}
	
	#main .items p.info {
		margin: -3px 0px 10px 0px;
	}
	
	#main .items p.info, #items_list p.info {
		text-align: left;
	}
	
	
	
	
	
/* Items Pages */

	#main #inter_item_nav {
		font-family: Tahoma;
		font-size: 8pt;
		margin: 0px;
		text-align: right;
	}

	p.sub, table.item_details {
		margin: 0px;
	}
	
	#items_move {
		margin: 0px 10px 10px 0px;
	}
	
		#items_move select {
			font-family: Georgia;
		}
		
	#item_file {
		margin: 18px 0px 14px 10px;
	}
	
		.hide {
			display: none;
		}
	
		.show {
			display: block;
		}
		
	#item_editor {
		margin: 10px 0px 15px 10px;
		padding: 10px 0px;
		text-align: center;
	}
	
	#item_move {
	}
	
		#item_move .sub {
			display: inline;
		}
	
	#flash, #wmv {
		height: 500px;
		margin: 20px auto;
		width: 700px;
	}
	
	#ftp_files {
		margin: 10px 20px;
	}
	
	table.item_details {
		border-collapse: collapse;
	}
	
	div.image, div.image p {
		font-family: Tahoma !important;
		font-size: 8pt !important;
		margin: 0px !important;
		padding: 0px !important;
		text-align: center !important;
		width: 120px !important;	
	}
	
	div.image {
		float: left;
		margin: 0px 10px 15px 10px !important;
	}
	
		div.image img {
			height: 75px;
			width: 75px;
		}
		
	div.item_image {
		text-align: center;
	}
		
		div.item_image p {
			text-align: center !important;
		}
	
	
	
	
	
	
/* Admin Variables Pages */

	label {
		cursor: pointer;
	}

	form.vars_group {
		border-style: solid;
		border-width: 2px 0px 0px 0px;
		margin: 10px 0px 25px 0px;
	}
	
		form.vars_group table {
			border-collapse: collapse;
			float: left;
			width: 100%;
		}
		
			form.vars_group table tr td {
				padding: 1px;
			}
		
		form.vars_group p {
			margin: 0px;
			padding: 0px 10px;
		}
	
		form.vars_group p.name {
			font-size: 8pt;
			font-weight: bold;
			margin: 5px 0px;
			padding: 0px;
		}
		
		form.vars_group input {
			margin-right: 20px;
		}
		
		form.vars_group input.number {
			text-align: center;
			width: 30px;
		}
		
		form.vars_group input.text {
		}
		
		form.vars_group input.submit {
		/*  */			
			float: left;
		/*  */
			margin: 10px 0px 0px 430px;
		}
		
	#main_body {
		margin: 10px 0px;
	}
	
	#saving {
		margin: 9px 0px 0px 500px;
		position: absolute;
	}
	
	
	
	
/* Maintenance Page */
	
	#maintenance p {
		margin: 0px;
		padding: 25px;
		text-align: center;
	}



/*
 *
 *	COLOUR DEFINITIONS
 *
 */


/* Red */

	#warning
	{
		background-color: red;
	}
	
	#error_text,
	.error_star,
	#saving,
	em.unpublished
	{
		color: red !important;
	}





/* Dark Green */

	#header_title,
	#header_top_nav a.on,
	#header_bottom_nav a,
	h3 a
	{
		color: darkgreen;
	}

	#items_nav_top,
	#items_nav_bottom,
	form.vars_group
	{
		border-color: darkgreen;
	}
	
	
	
	
	
/* Pale Green */

	#items_nav_top
	{
		background-color: #D6E0CE;
	}
	
	
	
/* Dark Blue */
	
	.home_section_header a
	{
		color: #267995;
	}
	
	
	
	
/* Medium Orange */

	#header_top_nav,
	#header_top_nav a.off,
	#header_top_nav a.on,
	#header_top_nav em,
	#footer,
	#logon
	{
		border-color: #e2980e;
	}
	
	a,
	p.sub a
	{
		color: #e2980e;
	}
	
	
	
	
/* Black */

	#header_name a,
	#header_top_nav a.off,
	#header_bottom_nav a.on,
	#footer a
	{
		color: black;
	}
		
	
	
	
	
/* Dark Grey */

	#main p,
	#main li,
	#main blockquote,
	#logon,
	#quick_search input
	{
		color: #444;
	}
	
	
	
	
	
	
/* Medium Grey */

	#main p.info,
	#items_list p.info,
	#items_list .item em
	{
		color: #888
	}
	
	
	
	
	
/* White */

	#header_top_nav a.on
	{
		background-color: white;
	}
	
	#warning
	{
		color: #fff;
	}



/*
 *
 *	WIDTH-SPECIFIC DEFINITIONS
 *
 */


/* Main page width */
	



/*
 *
 *	WYMEDITOR
 *
 */


/* YOU CAN ADD NON-WYMEDITOR RELATED STYLES HERE */

body {
  font-family: sans-serif;
}

h1 {
  font-size: 1.5em;
}

/* EDITOR RELATED STYLES - CUSTOMIZE FOR YOUR NEEDS */
/*
    The classes panel, the visual feedback and the preview
    will be affected by these values.
    
    - Commented styles inside style definitions are used for visual 
      feedback when using the editor.
    - Comments before opening the style are used as caption.
    - Comments after the class name and before the style declaration ({)
      define the jQuery expression that decides whether this 
      style should be applied or not.
      
    Note: the WYMeditor and /WYMeditor comments below are required
    for the CSS parser to work properly.
*/

/* WYMeditor */

/* PARA: Date */
.date p /* p */ {
  color: #ccf;
  /* background-color: #ff9; border: 2px solid #ee9; */
}

/* PARA: Hidden note */
.hidden-note p /* p[@class!="important"] */ {
     display: none;
    /* color: #999; border: 2px solid #ccc; */
}

/* PARA: Important */
.important p /* p[@class!="hidden-note"] */ {
    color: red; font-weight: bold;
    /* color: red; font-weight: bold; border: 2px solid red; */
}

/* IMAGE: Border */
.border img /* img */ {
    border: 1px solid #ccc;
    /* border: 4px solid #ccc; */
}

/* LIST: Special */
.special ul,
.special ol /* ul,ol */ {
    color: green;
    /* background-color: #fc9; border: 2px solid red; */
}

/* /WYMeditor */
/* END EDITOR RELATED STYLES */


/* YOU CAN ADD NON-WYMEDITOR RELATED STYLES HERE */




