/* base
----------------------------------------------- */

blockquote, h3, p, li {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.9em;
	line-height: 1.6em;
	font-family:tahoma, verdana, sans-serif;
}

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: Tahoma, Verdana, sans-serif;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1em;
	font-style: italic;
}

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 Georgia, Times, serif;
}

#site-name a {
	border: none;
}

/* layout
----------------------------------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
}

body {
	background-color:#fff;
	margin: 0;
	padding: 0;
	color: #000;
	background-position:0px 100px;
	background-image:url(http://lauren.merrywednesday.org.uk/images/2.gif);
	background-repeat:no-repeat;
}
#sidebar {
	width:130px;
	margin:0;
	margin-top:-5px;
	padding:0;
	padding-top:5px;
	float:left;
}
#main_container {
	margin:0;
	margin-left:190px;
	padding:0;
}
#corner_pic {
	width:120px;
	height:90px;
	margin:0px;
	padding:5px;
	margin-bottom:60px;
	background-color:#999;
}
#site-name {
	margin: 15px 0;
	font: 3em Georgia, Times, serif;
}
#top_container {
	margin:0;
	margin-bottom:60px; 
	background:#999;
	height:100px;
}
#content_container {
	margin:0;
	background:#999;
}
#sidebar_inner {
	width:120px;
	margin:0px;
	padding:5px;
	background-color:#999;
}
#site-name {
	margin: 15px 0;
	font: 3em Georgia, Times, serif;
}
.section_list {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

.section_list ul {
	list-style-type: none;
}

.section_list li {
	margin: 0 10px 2px 0;
	padding: 0;
}

#content {
	margin: 0 155px;
	padding-top: 30px;
}

.entry {
border-top:solid 2px #fff;
border-left:solid 2px #fff;
margin-left:110px;
}
.published {
margin-top:0;
padding:5px;
background:#000;
color:#fff;
float:right;
}
.userpic {
border-top:solid 2px #fff;
float:left;
padding:5px;
margin:0;
height:110px;
}

#foot {
	margin-top: 5px;
	clear: both;
	text-align: center;
}
#headlinkbox {
width:400px;
margin:auto;
}
.headlink {
font-family: arial, sans-serif;
font-size: small;
text-align:center;
line-height:80px;
height:80px;
width:80px;
float:left;
margin:5px;
}

a.headlink {
    position:relative; /*this is the key*/
    z-index:24;
    color:#000; }
    
a:link.headlink {
	background:#ccccff;
	text-decoration: none;
	}
a:visited.headlink {
	background:#ccccff;
	text-decoration: none;
	}
a:hover.headlink {
	background:#ffccff;
	text-decoration: underline;
	z-index:25;
	}
a:active.headlink {
	background:#ffccff;
	text-decoration: underline;
	}

a.headlink span{display: none}

a.headlink:hover span{ /*the span will display just on :hover state*/
    display:block;
    line-height:1em;
    position:absolute;
    top:5em; left:2em; width:15em;
    border:1px solid #0cf;
    padding:3px;
    background-color:#cff; color:#000;
    text-align: center}
.bigimage {
width:800px;
margin:auto;
}
#preview {
width:630px;
margin:auto;
border-top:3px double #000;
}
.preview_item {
float:left;
width:200px;
margin:5px;
}
/* overrides
----------------------------------------------- */

.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

div.divider {
	margin: 2em 0;
	text-align: center;
}

/* articles
----------------------------------------------- */

.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 Georgia, Times, serif;
}