/*
** Flexo template - page structure stylesheet : struct.css
** v0.1.1
** $Revision: 261 $
** $Date: 2008-02-13 01:17:17 -0800 (Wed, 13 Feb 2008) $
** Copyright 2008 Musaul Karim. All rights reserved
** http://mk.vftw.com
*/

body > img
{
/* prevent advert and stat images from spoiling the layout */
	display: none;
}


/* GENERIC */


a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}


a img
{
	border: none;
}



.adbanner
{
	text-align: center;
	overflow: hidden;
	margin: 1.5em 0.5em;
	clear: both;
	opacity: 0.8;
}

.embrand
{
	font-weight:bold;
	font-style:italic;
}

.blurb
{
	font: 1.5em "Century Gothic",verdana,"Bitstream Vera Sans",helvetica,arial,sans-serif;
	text-align:center;
	margin: 0 50px;
}

.hidden { display:none; }




/* FRAME */


#bodyframe
{
	max-width: 1200px;
}

#bodyframeouter
{
	padding: 30px 0;
}



/* PANELS */


#sidebars
{
	float: right;
	width: 40%;
}

#bodyframe #sidebar_about h6
{
	/* text-align:left; */
	margin:0;
	font: bold 1.5em "Century Gothic",verdana,"Bitstream Vera Sans",helvetica,arial,sans-serif;
}

#sidebar1
{
	float: left;
	width: 40%;
}

#sidebar2
{
	float: right;
	width: 60%;
	text-align: right;
}

#bodyframe .sidebar
{
	white-space: nowrap;
	font-family: tahoma, 'dejavu sans condensed', sans-serif;
	padding-top: 20px;
}
#bodyframe .sidebar h6
{
	font-size: 1.5em;
	text-align: center;
	margin: 0px 0px 10px 0px;
}


.sidebar li
{
	line-height: 1.4em;
	margin-bottom: 1px;
}
.sidebar li:hover
{
}
#bodyframe .sidebar li a
{
	display: block;
	padding: 1px 10px;
}
#bodyframe .sidebar li a:hover
{
	text-decoration: none;
}

.sidebar ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#bodyframe .sidebar .widget ul li
{
	text-align:left;
}

#bodyframe .sidebar .widget
{
	overflow: hidden;
	padding: 10px 15px;
	margin: 10px 3px;
}



/* CORPUS */


#corpus
{
	float: left;
	width: 60%;
	line-height: 1.6em;
	margin-right: -1px; /* ie7 patch */
	font: 10px verdana, 'dejavu sans', 'bitstream vera sans', sans-serif;
}


#posts
{
	margin-left:10px;
}

#corpus div, .sidebar div
{
	white-space: normal;
}

#corpus h2.pagetitle
{
	margin: 40px 0px 0px 0px;
}

#corpus .navigation
{
	clear: both;
}
.prevlink, .nextlink
{
	width: 40%;
	padding: 20px 0px;
}
.prevlink
{
	float: left;
}
.nextlink
{
	float: right;
	text-align: right;
}


#corpus .post
{
	margin: 20px 0px;
	clear: both;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#corpus .post .posthead
{
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding: 5px 10px;
}
#corpus .posthead h2, #corpus .posthead h3
{
	font: 1.5em tahoma, 'dejavu sans condensed', sans-serif;
	margin: 0;
	padding:0;
}
#corpus .post .posthead .whowhen
{
	margin: 0px;
	padding: 5px 10px 0px 10px;
}

#corpus .post .postmetadata
{
	border-top: 1px dotted;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	padding: 2px 10px;
	font: 10px tahoma, 'dejavu sans condensed', sans-serif;
}

#corpus .post .postmetadata .publicise
{
	clear: both;
	margin-top: 2px;
}
#corpus .post .postmetadata .publicise span.label
{
	margin-right: 20px;
}
#corpus .post .postmetadata .publicise span.publiciseend
{
	display: block;
	clear: both;
	height: 1px;
}
#corpus .post .postmetadata .publicise a
{
	display: -moz-inline-box;
	display: inline-block;
	overflow: hidden;
	margin: 2px;
	height: 16px;
	width: 16px;
	vertical-align: top;
}
#corpus .post .postmetadata .publicise a img
{
	height: 16px;
	width: 32px;
}
#corpus .post .postmetadata .publicise a:hover img
{
	margin-left: -16px;
}

#corpus .searchhit
{
	clear: both;
	margin: 20px 0px;
	padding: 0px 10px;
	border-top: 1px solid;
	border-bottom: 1px solid;
}
#corpus .searchhit h4, #corpus .searchhit h5
{
	display: inline;
	font-size: 1em;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}


#mainsearch_pane
{
	margin: 20px;
}
#mainsearch_entry
{
	margin: 5px;
	width: 75%;
}


#corpus .commentsinfo
{
	border-top: 1px dotted;
	border-bottom: 1px dotted;
	padding: 10px;
	margin: 20px 0px;
}
#corpus .commentsinfo a
{
	text-decoration: underline;
}


#commentlist .author_comment, #commentlist .comment_item, #commentlist .comment_item_alt
{
	margin-top: 20px;
	padding: 10px
}
#commentlist .author_comment
{
	border-top: 1px solid;
	border-bottom: 1px solid;
}
#commentlist .author_comment .author cite:after
{
	content: ' (author) ';
}
#commentlist .commentmetadata
{
	border-bottom: 1px dotted;
}
#commentlist .commentmetadata .avatar
{
	display: block;
	float: left;
	margin-right: 10px;
	width: 32px;
	height: 32px;
}
#commentlist .commentmetadata .author
{
	font-size: 1.3em;
	font-weight: bold;
}
#commentlist .commentbody
{
	padding: 0px 10px;
}


h3.commentlistheading
{
	text-align: center;
}

h4.commentlistheading
{
	font-size: 1.4em;
	margin-top: 30px;
}


h3.respond
{
	margin-top: 30px;
}

textarea#comment
{
	margin: 5px 2%;
	width: 96%;
}

input#submit
{
	display: block;
	float: right;
	margin: 0px 6% 20px 10px;
}



/* Adverts */

#body div.gglad
{
	opacity: 0.7;
}


#_fis
{
	text-align: center;
}
