/*   
WORDPRESS INTERNAL THEME CRAP; PLEASE IGNORE
Theme Name: Polybius
Theme URI: wp-content/themes/polybius/
Description: A very specific theme that mobody will be able to use except me, which is why you should ignore this.
Author: Stephen Swift/Daniel Danger
Author URI: http://polybius.org
*/

body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#000;
	background-color:#003333;
	}

p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin-bottom:12px;
	padding:0px;
	line-height:20px;
	text-align:justify;
	}

p+p {
	text-indent: 3em;
	}

li {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin-bottom:2px;
	padding:0px;
	line-height:20px;
	text-align:justify;
	}

blockquote {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	}

h1 {
	margin:0px 0px 5px 0px;
	padding:0px;
	font-size:22px;
	line-height:22px;
	font-weight:900;
	color:#622;
	}

h2 {
	margin:0px 0px 7px 0px;
	padding:0px;
	font-size:16px;
	line-height:16px;
	font-weight:900;
	color:#622;
	}

h3 {
	margin:0px 0px 5px 0px;
	padding:0px;
	font-size:14px;
	line-height:14px;
	font-weight:900;
	font-style:italic;
	color:#eee;
	}

dropcaps {
	font:10px verdana, arial, helvetica, sans-serif;
	margin-bottom:12px;
	padding:0px;
	line-height:20px;
	text-align:justify;
	font-variant:small-caps;
	}

small {
	font:10px verdana, arial, helvetica, sans-serif;
	text-align:justify;
	line-height:20px;
	}

chest {
	margin:0px 0px 5px 0px;
	padding:0px;
	font-size:14px;
	line-height:14px;
	font-weight:900;
	font-style:italic;
	color:#eee;
	}

legs {
	margin:0px 0px 5px 0px;
	padding:0px;
	font-size:10px;
	line-height:10px;
	font-style:italic;
	color:#000;
	}

fleur {
	margin:2px -5px 2px 35px;
	padding:1px 6px 1px 3px;
	font-size:48px;
	font-style:italic;
	font-weight:900;
	color:#000;
	}

de_lis {
	margin-left:37px;
	}

arms {
	margin:0px 0px 5px 0px;
	padding:0px;
	font-size:11px;
	line-height:20px;
	font-style:none;
	font-weight:300;
	color:#000;
	}

entry {
	line-height:20px;
	}

center {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px;
	padding:0px;
	text-align:center;
	}

a {
	color:#990033;
	font-size:11px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color:#903;}
a:visited {color:#07a;}
a:hover {color:#966;}
a.huge {font-size:22px;}

span {
	text-align:right;
	}

#Header {
	margin-left: 290px;
	padding:0px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
 	height:154px; 	/* 14px + 17px + 2px = 33px */
	border-width:0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:11px;
	background-color:#003333;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
 	height:154px;	/* the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:154px;}

#Content {
	margin:0px 154px 0px 260px;
	padding-left:32px;
	padding-right:17px;
	padding-bottom:10px;
	width:466px;
	background-color:#ffffcc;
	}

#post {
	margin-bottom:7px;
	padding:5px 0px 10px 0px;
	border-bottom:1px dashed black;
	}

#SubContent {
	margin-bottom:7px;
	padding:5px 0px 10px 0px;
	border-bottom:1px dashed black;
	}

#SubContent #Image-Left {
	border:0px solid #000;
	float:left;
	background:#eee;
	margin:0px 10px 0px 0px;
	}

#SubContent #Image-Right {
	border:0px solid #000;
	float:right;
	background:#eee;
	margin:0px 0px 0px 10px;
	}

#Copyright {
	margin:0px 154px 0px 260px;
	padding-left:31px;
	padding-right:10px;
	padding-bottom:10px;
	width:474px;
	border-top:1px dashed black;
	background-color:#ffffcc;
	}

#Menu {
	position:absolute;
	top:0px;
	left:0px;
	width:291px;
	margin:0px;
	padding:0px;
	border:0px;
	line-height:17px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:291px;
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:130px;}

#subMenu {
	width:205px;
	margin:5px 0px 0px 15px;
	padding:5px 15px 15px 15px;
	border:1px solid black;
	background-color:#ffffcc;
	}

span>a {
	color:#222;
	font-size:9px;
	line-height:9px;
	text-decoration:none;
	font-weight:900;
	}
span>a:link {color:#eee;}
span>a:hover {color:#999;}

form {
padding: 0;
margin: 10px 14px;
}

form h3 {
line-height: 17px;
padding: 0;
margin: 4px 8px 12px 8px;
background-color: transparent;
color: #444;
font-size: 11px;
font-weight: normal;
border: 0;
}

form p {
margin: 4px 8px;
font-size: 10px;
}

input, select, textarea {
vertical-align: middle;
margin: 5px;
font-size: 11px;
}

select + select {
margin-left: 0;
}

select[multiple=multiple] {
width: 200px;
height: 80px;
}

input[type=text], input[type=password] {
width: 200px;
}

input[type=submit] {
margin: 0 5px 0 0;
}

label {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px;
	padding:0px;
	text-align:justify;
	}
