/********************************
 ** SIC:magazine default style **
 ********************************/
 
/* reset some default html styles and apply some hacks */

* { margin: 0; padding: 0; }
:link,:visited { text-decoration:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight: normal;}
a img,:link img,:visited img { border:none }
body { height: 100%; }
div.stretcher {width: 1px; display: block; clear: both; margin: 0 0 0 0; visibility: hidden; height: 0px;}
#main hr.stretcher {visibility: visible; border-top: 1px solid white; }

/* fonts and stuff like that */

* {
	font-size: small;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, helvetica, sans-serif;
	line-height: 1.4em;
	}

img {
	border-width: 1px;
	border-style: solid;
	color: #43352e;
	}

body, div, td, li {
	color: #222;
	}
	
#header {
	overflow: hidden;
	font-weight: bold;
	}
	
#header_text, #header_text a {
	color: white;
	}
	
#header_large {
	margin-top: 26px;
	font-family: Georgia, serif;
	color: white;
	font-size: 174px;
	}
	
.menu li {
	letter-spacing: 0.15em;
	}
	
.menu li.activemenu a {
	font-weight: bold;
	}

a, .menu li a {
	color: #a00;
	}
	
a:visited, .menu li a:visited {
	color: #600;
	}
	
a:hover, .menu li a:hover {
	color: #d00;
	}
	
hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #222;
	margin: 25px 0;
	padding: 0px;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, serif;
	margin:0 0.25em 0.25em 0;
	font-size:1.45em;
	line-height:1.4em;
	color:#640;
	}
	
h1 {
	font-size: 1.4em;
	}
	
h2 {
	text-transform: uppercase;
	color: #333;
	font-size: 0.9em;
	letter-spacing: 0.15em;
	word-spacing: 0.3em;
	}
	
h3 {
	font-size: 1em;
	letter-spacing: 0.1em;
	font-weight: bold;
	}
	
.url {
	font-style: italic;
	}
	
.item .footer {
	font-family: Georgia, serif;
	font-size: 0.8em;
	color: #444;
	margin-top: .5em;
	}
	
	
/* formatting classes */

.float_right {
	float: right;
	display: block;
	margin-left: 3px;
	clear: none;
	}
	
.float_left {
	float: left;
	display: block;
	margin-left: 3px;
	clear: none;
	}
	
/* forms */

label {

	}

input {
	clear: left;
	}
	
textarea {
	width: 100%;
	height: 150px;
	}
	
/* basic layout */

body {
	height: 100%;
	-min-width: 750px;
	text-align: center;
	background-image: url("/gfx/stripes.png");
	xbackground-color: #dad5d1;
	}
	
div { text-align: left; }

p {
	margin-top: 0.15em;
	margin-bottom: 0.9em;
	display: block;
	}
	
table.spaced td {
	vertical-align: top;
	padding: 0 10px 0 0;
	}

#main {
	width: 730px;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	
	background-image: url('/gfx/contentbackground.gif');
	background-color: white;
	border: 10px solid white;
	}
	
#header {
	width: 100%;
	height: 200px;
	
	background-image: url("/gfx/header.png");
	border-bottom: 10px solid white;
	}
	
#header_bug {
	clear: none;
	float: right;
	position: relative;
	top: 100px;
	bottom: 0px;
	}
	
#header_text {
	padding: 3px 5px;
	float: left;
	}
	
#sidebar {
	clear: none;
	width: 160px;
	min-height: 200px;
	float: right;
	
	overflow: hidden;
	
	background-color: white;
	border-left: 10px solid white;
	}
	
#sidebar div.item {
	margin-bottom: 20px;
	}
	
#sidebar div.item div.item_image {
	text-align: left;
	}
	
#sidebar div.item a {
	color: #bbbbbb;
	}
	
#content {
	width: 510px;
	min-height: 160px;
	background-color: #e2e2d6;
	padding: 20px 25px;
	}
	
#content div {
	clear: left;
	}
	
#content div.item {
	/*margin-bottom: 20px;*/
	}
	
#content .item table {
	margin-bottom: 1.5em;
	}
	
.menu {
	text-align: center;
	display: block;
	height: 2em;;
	width: 620px;
	clear: left;
	
	list-style-type: none;
	}
	
.menu li{
	display: inline;
	margin-right: 20px;
	}
	
.menu li.selected a {
	font-weight: bold;
	}
	
#menulevel1 li {
	margin-bottom: 0px;
	}
	
#menulevel2 li {
	margin-bottom: 20px;
	}
	
#menulevel2 li.menutitle {
	font-weight: bold;
	}
	
#content div img {
	display: block;
	margin-bottom: 0.9em;
	}
	
#content ul {
	list-style-type: none;
	}
	
#content ul li {
	/*text-align: center;*/
	}
	
#content img {
	clear: left;
	}
	
#content img.thumbnail {
	display: inline;
	}
	
div.item {
	clear: both;
	display: block;
	}
	
.issueimage {
	float: left; 
	clear: none;
	margin: 5px 10px 0 0;
	}
	
.issue_previews {
	display: block;
	margin: 1em 0 0 0;
	}
	
.issuepreview {
	display: inline;
	clear: none;
	float: left;
	width: auto;
	margin: 0 10px 0 0;
	}
	
#footer {
	background-color: white;
	width: 710px;
	display: block;
	clear: both;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	font-size: 0.7em;
	}
	
/* fixes for spaw */

#content table.spaw2 img {
	display: inline;
	clear: none;
	margin: 0;
	}
	
/* debug */
/*
	
xdiv { border: 1px solid red; }
a* { visibility: visible; border: 1px solid red; }

*/