/* openc2e.org - CSS */


/* Overall styles */
* {  /* Kill all margins/padding */
    padding: 0;
	margin: 0;
}

body {
    font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
    font-size: 15px;
	background: #cccccc url(images/gp.png) repeat;
	padding-bottom: 10px; /* stupid IE, wtf */
}

/* Divs */

#header {
    margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
    width: 942px;
	height: 179px;
	background: #cccccc /*url(images/header.png) top left*/;
}

#middle {
    margin-left: auto;
	margin-right: auto;
	padding: 20px;
	width: 902px;
	min-height: 300px;
	background: #ffffff;
}

#content-container {
	float: left;
	width: 700px;
    /* text-align: center; */ /* eew */
}
#navbar-container {
	float: right;
	width: 180px;
}

#navbar-top {
	margin-left: auto;
	margin-right: auto;
	width: 177px;
	height: 24px;
	background: #ffffff url(images/sidebar-top.png);
}

#navbar-content {
	margin-left: auto;
	margin-right: auto;
	width: 157px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 1px;
	min-height: 200px;
	background: #ffffff url(images/gp.png) repeat;
}

#navbar-bottom {
	margin-left: auto;
	margin-right: auto;
	width: 177px;
	height: 24px;
	background: #ffffff url(images/sidebar-bot.png);
}

#footer {
	margin-left: auto;
	margin-right: auto;
    width: 942px;
	height: 120px;
	background: #cccccc url(images/footer.png) top left;
	text-align: center;
	padding-top: 40px;
}

div.news {
    margin-top: 10px;
	margin-bottom: 10px;
}

div.sshot {
    width: 309px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 11px;
}

/* Text styles */

p{
	margin-top: 10px;
	margin-bottom: 10px;
}

a:link, a:visited, a:active {
	color: #772d56;
	text-decoration: none;
	border-bottom: 1px dotted #772d56;
}

a:hover {
    border-bottom: 0;
    text-decoration: underline;   
}

li {
    margin-bottom: 10px;
	margin-left: 20px;
	margin-top: 10px;
}

span.enlarge {
	font-size: 18px;
}

span.header {
    font-size: 22px;
}

span.footer {
	color: #772d56;
	font-size: 11px;
	vertical-align: middle;
	text-align: center;
}

span.newsh {
	line-height: 20px;
    	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px dashed #772d56;
}

span.newsbyline {
   font-size: 15px;
   color: #772d56;
}

div.code {
    border: 1px dashed #772d56;
    padding: 3px;
	padding-left: 5px;
    margin: 10px;
	clear: both;
    background-color: #e4c2d5;
    font-family: tt, courier, monospace;
}

ul.navbar {
    list-style: disc url(images/bulletegg.gif) inside;
	font-size: 19px;
	color: #772d56;
}

li.navbar {
	margin-left: 0px;
    margin-bottom: 15px;
}

/* Misc */
img.frontsshot {
    float: right;
	padding-right: 15px;
	padding-left: 15px;
}

img.gameabout {
    float: right;
	padding-right: 15px;
	padding-left: 15px;
}

img {
    border: 0px;
}
