/* =======================================================

	AUTHOR: 		Article 10
	DESCRIPTION:	Screen styles for Alastair Campbell Diaries
	DATE:			25/06/07

======================================================= */

/* ==========================================================
	GLOBALS
========================================================== */
body
{
	color: #333;
	font-family: 'Gill Sans MT Extra', Arial, Sans-Serif;
	text-align: center;
}
/* [ text sizing ]---------------------------------------- */
/* http://www.clagnut.com/blog/348/ ---------------------- */
html
{
	font-size: 100%; /* for IE */
}
body 
{
	font-size: 62.5%; /* for IE/Win */
}
input, select, table
{
	font-size: 100%; /* for IE */
}
/* [ links ] ------------------------------------------ */
a:link
{
	color: #AF0000;	
	text-decoration: none;
	font-weight: bold;
}
a:visited
{
	color: #AF0000;	
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	color: #AF0000;	
	text-decoration: underline;
	font-weight: bold;
}
a:focus
{
	outline: #333 dotted 1px;	
}
/* [ headings ] ------------------------------------------ */
h1
{
	font-size: 1.8em;
	color: #AF0000;	
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 0.3em 0;
}
h2
{
	font-size: 1.5em;
	color: #AF0000;	
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 0.3em 0;
}
h3
{
	font-size: 1.3em;
	color: #AF0000;	
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 0.3em 0;
}
h4
{
	font-size: 1.2em;
	color: #AF0000;	
	font-weight: bold;
	margin: 0 0 0.3em 0;
}
h5
{
	margin: 0 0 0.3em 0;
}
h6
{
	margin: 0 0 0.3em 0;
}
/* [ other ] --------------------------------------------- */
hr
{
	display: none;
}
.hide
{
	/* display: none; */
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute; /* for the benefit of IE5 Mac */	
}
.clear
{
	clear: both;	
}
label
{
	cursor: pointer;	
}
textarea, input
{
	font-size: 1em;
}
a img
{
	border: none;
}
p
{
	margin: 0 0 1em 0;	
}
/* ==========================================================
	RESET
========================================================== */
*
{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
ul, ol
{
	list-style: none;	
}
strong
{
	font-weight: bold;	
}
/* ==========================================================
	JUMP-TO
========================================================== */
#jump-to
{
	position: absolute;
	top: 0;
	left: -9999px;
}
#jump-to a:hover
{
	background-color: #AF0000;	
}
#jump-to a:focus
{
	display: block; 
	position: absolute; 
	top: 20px; 
	left: 10020px; 
	font-size: 1.5em; 
	background-color: #AF0000; 
	color: #FFF;
	padding: 10px; 
	width: 15em; 
	z-index: 1;
}
/* ==========================================================
	SPLASH
========================================================== */
#splash
{
	margin: 40px auto 0 auto;	
}
/* ==========================================================
	PAGE
========================================================== */
#page
{
	width: 710px;
	margin: 0 auto 0 auto;
	padding: 25px 0 0 0;
	text-align: left;
	font-size: 1.2em;
	position: relative;
}
/* ==========================================================
	BODY
========================================================== */
#body
{
	float: left;
	width: 592px;
	margin: 0 0 0 118px;	
	display: inline;
	line-height: 1.5em;
}
/* ==========================================================
	HEADER
========================================================== */
#header
{
	height: 145px;
	background: transparent url(../images/header_bg.gif) no-repeat right 22px;
}
#header h1
{
	height: 145px;
	background: transparent url(../images/header_div_bg.jpg) no-repeat 460px 7px;	
}
#header h1 img
{
	margin: 46px 0 0 75px;	
}
/* ==========================================================
	FRONT-HEADER
========================================================== */
body.front #header
{
	background: #333 url(../images/front-header_bg.jpg) no-repeat left top;
	float: left;
	width: 593px;
	height: 424px;
	margin: 0 0 0 117px;
	display: inline;
}
body.front #header h1
{
	background: none;	
}
body.front #header h1 img
{
	margin: 332px 0 0 36px;
}
/* ==========================================================
	CONTENT-RIGHT
========================================================== */
#content-right
{
	width: 415px;
	float: left;
	margin: 10px 0 0 165px;	
	display: inline;
	overflow: hidden;
	min-height: 200px;
}
#content-right img
{
	margin: 0 0 1em 0;	
}
/* ==========================================================
	CONTENT-LEFT
========================================================== */
#content-left
{
	width: 130px;
	float: left;
	margin: 10px 0 0 -562px;	
	display: inline;	
	overflow: hidden;
}
#content-left h2
{
	font-size: 1.2em;
}
#content-left img
{
	margin: 0 0 1em 0;	
}
/* ==========================================================
	MAIN-NAVIGATION
========================================================== */
#main-navigation
{
	float: left;
	width: 118px;
	margin: 0 0 0 -710px;
	display: inline;
}
#main-navigation ul
{
	padding: 0 0 0 5px;	
	background: transparent url(../images/main-navigation_ul_bg.gif) no-repeat left 22px;
	float: left;
}
#main-navigation ul li
{
	height: 57px;
	float: left;
	margin: 0 0 3px 0;
}
/* ==========================================================
	FRONT-MAIN-NAVIGATION
========================================================== */
body.front #main-navigation
{
	float: left;
	width: 117px;
	height: 424px;
	margin: 0 0 0 -710px;
	display: inline;
	background: #333 url(../images/front-main-navigation_bg.jpg) no-repeat left top;
}
body.front #main-navigation ul
{
	margin: 3px 0 0 3px;
	padding: 0;
	background: none;	
}
/* ==========================================================
	LINKS
========================================================== */
div.links
{
	margin: 0;
}
div.links ul
{
	font-size: 0.9em;	
}
div.links ul li
{
	margin: 0 0 0.5em 0;
}
div.links a:link, div.links a:visited, div.links a:hover
{
	color: #333;	
	font-weight:normal;
}
/* ==========================================================
	CLIP
========================================================== */
#flash-video
{
	margin: 0 0 1em 0;	
}
div.clip
{
	float: left;	
	font-size: 0.9em;
	margin: 0 0 0.8em 0;
	text-transform: uppercase;
	line-height: normal;
}
div.clip span.title
{
	float: right;
	width: 60px;	
}
div.clip span.date
{
	float: right;	
	width: 60px;
}
div.clip a.current span
{
	font-weight: bold;	
}
div.clip img.thumbnail
{
	float: left;	
}
div.clip div.edit-item
{
	padding: 0.2em 0 0 0;
	clear: both;	
}
div.clip a:link, div.clip a:visited, div.clip a:hover
{
	color: #333;	
	font-weight: normal;
}
div.video h1
{
	margin: 0;
}
div.video p
{
	margin: 0 0 1em 0;
}	
/* ==========================================================
	DIARY-LIST
========================================================== */
#rss-subscribe
{
	margin: 0;
	display: block;
}
ul.diary-list
{
	
	margin: 0 0 1.5em 0;	
}
ul.diary-list li
{
	margin: 0 0 0.5em 0;	
	line-height: normal;
}
ul.diary-list li.other
{
	margin: 0 0 0.2em 0;
	line-height: normal;	
}
ul.diary-list a:link, ul.diary-list a:visited, ul.diary-list a:hover
{
	color: #333;
	font-weight: normal;
}
ul.diary-list span.date, ul.diary-list span.title
{
	display: block;
}
ul.diary-list a.current
{
	font-weight: bold;
}
div.spread-word
{
	margin: 0 0 1em 0;	
	font-weight: bold;
}
div.spread-word ul
{
	display: inline;
}
div.spread-word li
{
	display: inline;
	margin: 0 0 0 2em;
}
/* ==========================================================
	DIARY-ENTRY
========================================================== */
div.diary-entry p.title
{
	font-weight: bold;
}
/* ==========================================================
	EXTRACT-LIST
========================================================== */
ul.extract-list
{
	
	margin: 0 0 1.5em 0;	
}
ul.extract-list li
{
	margin: 0 0 0.5em 0;	
	line-height: normal;
}
ul.extract-list a:link, ul.extract-list a:visited, ul.extract-list a:hover
{
	color: #333;
	font-weight: normal;
}
ul.extract-list span.date, ul.extract-list span.title
{
	display: block;
}
ul.extract-list a.current
{
	font-weight: bold;
}
/* ==========================================================
	FORM
========================================================== */
div.form legend
{
	display: none;	
}
div.textbox, div.textarea, div.checkbox, div.select, div.radio-buttons
{
	margin: 0 0 0.5em 0;	
}
div.textbox label, div.textarea label, div.select label, div.radio-buttons span.label
{
	clear: both;
	display: block;	
	margin: 0 0 0.2em 0;
}
div.textbox input, div.textarea textarea, div.select select
{
	border: 1px solid #000;	
	width: 413px;
}
div.radio-buttons li
{
	margin: 0 0 0.2em 0;	
}
div.checkbox input
{
	margin: 0 0.5em -0.1em 0;
}
div.form input.button
{
	background-color: #AF0000;	
	color: #FFF;
	text-transform: uppercase;
	padding: 0 2em;
	float: right;
	margin: 0 0 1em 0;
}
/* errors */
div.error h2, div.error ul, div.error p
{
	color: #AF0000;
}
div.form div.element-error input, div.form div.element-error textarea
{
	background-color: #EEE;
}
div.form div.element-error label
{
	color: #AF0000;
	font-weight: bold;
}
div.email-details
{
	margin: 0 0 1em 0;	
}
div.email-details *
{
	color: #AAA;
}
/* ==========================================================
	MAP
========================================================== */
#map
{
	background: transparent url(../images/gb_england.jpg) no-repeat 0 20px;
	min-height: 548px;
}
/* ==========================================================
	FOOTER
========================================================== */
#footer
{
	clear: both;
	display: block;
	float: left;
	width: 100%;
	background: transparent url(../images/footer_bg.gif) repeat-x left top;
	padding: 25px 0 5px 0;
}
#footer p
{
	margin: 0;	
	padding: 0;
}
#footer #copyright
{
	float: right;
}
#footer a:link, #footer a:visited
{
	color: #333;
	text-decoration: none;	
	font-weight: normal;
}
#footer a:hover
{
	color: #999;
	text-decoration: underline;	
	font-weight: normal;
}
/* ==========================================================
	EXTRACT
========================================================== */
.extract
{
	font-family: Times New Roman;
	font-size: 1.2em;
}
.extract .intro
{
	color: Red;
	font-style:italic;
}
.extract .intro em
{
	font-style: normal;
}
.extract .title
{
	font-size: 1.2em;
}
.extract .date
{
	font-style:italic;
}#content-rightx2 {
	width: 578px;
	float: left;
	display: inline;
	overflow: hidden;
	min-height: 200px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}
#empty {
	min-height: 548px;
}
.right-txt {
	margin-left: 165px;
}
.left-txt {
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 10px;
	padding-top: 10px;
}
.right-txtCopy {
	margin-left: 165px;
	margin-top: -265px;
}
#page #body #content .left-txt img {
}
.left-txt-small {
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 10px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
#content-right-video {
	width: 415px;
	float: left;
	display: inline;
	overflow: hidden;
	min-height: 200px;
	margin-top: -330px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 165px;
}