/* base
----------------------------------------------- */
/*
	TODO Add blue to graduated background and improve shadow
*/
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, "Lucida Grande" , Tahoma, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
	background-image: url(http://www.ukace.info/images/2.png);
	background-repeat: repeat-x;
	}

blockquote, h3, p, li {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.9em;
	line-height: 1.6em;
	}

blockquote {
	margin-right: 0;
	margin-left: 20px;
	}

h1, h2, h3 {
	margin: 0 0 15px 0;
	padding: 0 10px;
	font-weight: normal;
	}

h1, h2 { font-family: Verdana, "Lucida Grande" , Tahoma, Helvetica, sans-serif; }
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; }

/*hr {
	margin: 2em auto;
	width: 370px;
	height: 1px;
	color: #7a7e7d;
	background-color: #7a7e7d;
	border: none;
}*/

small, .small { font-size: 0.9em; }

/* links
----------------------------------------------- */

a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px #000 solid;
	}

a img { border: none; }
h1 a, h2 a, h3 a { border: none; }
h3 a { font: 1.5em Verdana, "Lucida Grande" , Tahoma, Helvetica, sans-serif; }

#site-name a {
	border: none;
	color: #260067;
	}

#sidebar-2 a, #sidebar-1 a {
	color: #FFF;
	border: none;
	}

#sidebar-2 p a,
#sidebar-1 p a {
	color: #000;
	border: none;
	}

/* layout
----------------------------------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
	}

#container {
	margin: 10px auto;
	padding: 10px;
	width: 860px;
	}

#head {
	text-align: center;
	height: 200px;
	}
/*
	TODO sort out centering
*/
#site-name {
	margin: 15px 0;
	font:   5em Verdana, Arial, sans-serif;
	color: #260067;

	font
	text-indent: .3em;
	letter-spacing: .3em;
}

#site-slogan {
	font: 1.5em Verdana, Arial, sans-serif;
	color: #001D6B;
	line-height: 0;
	}
#
/*
	TODO Decide on width of content and sidebars change <a> colors
*/
#sidebar-1, #sidebar-2 {
	margin-top: 70px;
	width: 220px;
}

#sidebar-1 {
	margin-right: 5px;
	float: left;
	text-align: right;
	}

#sidebar-2 {
	margin-left: 5px;
	float: right;
	background-color: #DFDEE8;
	height: 300px;
	}
/*
	TODO  centre type white and make blocks larger
*/
.section_list {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
	}

.section_list li {
	margin: 0 10px 2px 0;
	padding: 0;
	display: block;
	background-color: #001D6B;
	width: 200px;
	text-align: center;
	}

#content {
	margin: 0 220px 0 220px;
	padding-top: 0x;
	}

#foot {
	margin-top: 5px;
	clear: both;
	text-align: center;
	}

/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

#container {
	\width: 870px;
	w\idth: 860px;
	}

#sidebar-1, #sidebar-2 {
	\width: 220px;
	w\idth: 220px;
	}

/* overrides
----------------------------------------------- */

#sidebar-2 p, #sidebar-1 p {
	font-size: 0.8em;
	line-height: 1.5em;
	}

.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
	}

div.divider {
	margin: 2em 0;
	text-align: center;
	}
#sidebar-1 ul.section_list li a: {
color:#FFF;

/* articles
----------------------------------------------- */
.entry-title {
	font-size: 1.6em;
}

.directory { list-style-type: circle; }

.author {
	font-style: normal;
	font-size: 0.8em;
	}

.published { font-size: 0.8em; }

/* comments
----------------------------------------------- */

.comments_error {
	color: #000;
	background-color: #fff4f4;
	}

ul.comments_error {
	padding: 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
	}

div#cpreview {
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
	}

form#txpCommentInputForm td { vertical-align: top; }

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.7em;
	}

/* error page
----------------------------------------------- */

.error-status { font: 1.3em Verdana, "Lucida Grande" , Tahoma, Helvetica, sans-serif; }