/* 
boshed.hl2dm.org.uk main stylesheet
scuse the mess!
*/

/* reset */

body,h1,h2,h3,p,ul,ol,li
{
	margin: 0;
	padding: 0;
}

/* body */

body
{
	background: #333 url(/img/bg1.gif) repeat-x 0 0;
	color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* resets 1em to 10px */
	text-align: center; /* bleh ie6 */
}

/* links */

a,a:visited
{
	color: #f60;
	text-decoration:none;
}

a:hover,a:active
{
	color: #fc6;
}

a img
{
	border: 0;
}

/* headers */

h1
{
	background: url(/img/nade.gif) no-repeat left center;
	padding: 30px;
	font-size: 2.8em;
	color: #444;
	font-weight: normal;
}

h1 span.current
{
	color: #eee;
}

h2
{
	font-size: 1.8em;
	font-weight: normal;
	margin: 15px 0;
	color: #eee;
}

/* paragraphs */

#content p
{
	font-size: 1.4em;
	color: #ccc;
	margin: 15px 0;
	line-height: 1.6em;
}

#footer p
{
	font-size: 1.1em;
	color: #ccc;
}

/* float clearing */

#top-links,
#images,
#maps div.map,
#footer,
.float-wrap
{
	width: 100%;
	overflow: hidden;
}

/* layout */

#wrapper
{
	text-align:left; /* bleh ie6 */
	width: 840px;
	margin: 0 auto;
}

#info,
#overview,
#maps,
.single
{
	padding: 15px 0;
}

.single-lower
{
	padding-bottom: 15px;
}

#images
{
	padding: 15px 0 20px;
}

#footer
{
	padding: 30px 0;
}

div#bottom
{
	height: 30px;
	background: #222;
	border-top: solid 1px #444;
}

.float-left
{
	float: left;
	width: 610px;
}

body.home .float-left
{
	width: 510px;
}

.float-right
{
	float: right;
}

/* borders */

#header
{
	border-bottom: solid 1px #444;
}

#images,
#footer
{
	border-top: solid 1px #444;
}

/* paragraphs and lists */

.single ul,
.single-lower ul
{
	padding-bottom: 15px;
	list-style: none;
	font-size: 1.4em;
}

.single ul li,
.single-lower ul li
{
	margin:5px 0;
	padding-left: 15px;
	background: url(/img/bullet1.gif) no-repeat left center;
}

/* nav menus */

#top-links
{
	border-bottom: solid 1px #444;
	background: #222;
}

#top-links ul,
#footer ul
{
	list-style: none;
}

#top-links ul li,
#footer ul li
{
	float: left;
}

#top-links ul li a,
#footer ul li a
{
	display:block;
	font-weight: bold;
}

#top-links ul li a
{
	font-size: 1.2em;
	padding: 10px 30px;
	margin-right: 1px;
}

#footer ul li a
{
	margin-left: 20px;
	font-size: 1.1em;
	font-weight: bold;
}

#top-links ul li a:hover,
#top-links ul li a:active
{
	background: #222 url(/img/stipple.gif);
}

#top-links ul li a.current,
#top-links ul li a.current:visited,
#top-links ul li a.current:hover,
#footer ul li a.current,
#footer ul li a.current:visited,
#footer ul li a.current:hover
{
	color: #ccc;
	cursor: default;
	background: transparent;
}

#top-links ul li a.current,
#top-links ul li a.current:visited,
#top-links ul li a.current:hover
{
	background: url(/img/navarrow.gif) no-repeat center bottom;
}

/* download links */

a.download,
span.no-download
{
	display:block;
	border: solid 1px #444;
	padding: 5px 10px;
	margin: 20px 0;
	width: 300px;
	background: #222;
	font-weight: bold;
	text-align: center;
}

a.download:hover,
a.download:active
{
	background: #222 url(/img/stipple.gif);
}

/* images list */

#images ol li
{
	display: block;
	float: left;
	margin:0 10px 10px 0;
}

#images ol li a,
#overview a,
a.map-thumb
{
	display: block;
	border-top: solid 1px #444;
	border-bottom: solid 1px #222;
}

#images ol li a:hover,
#overview a:hover,
a.map-thumb:hover
{
	border-color: #fc6;
}

/* maps */

#maps div.map
{
	padding: 15px 0;
}

#maps div.map h2
{
	margin: 0 0 15px 220px;
}

#maps div.map p
{
	margin-left: 220px;
}

#maps a.map-thumb
{
	display:block;
	width: 200px;
	float: left;
}

/* steam community */
#steam-profile
{
	background-repeat: no-repeat;
	background-position: 10px 10px;
	width: 300px;
	background-color: #161616;
	padding: 5px 0;
	border-top: solid 1px #333;
}

#steam-profile h3,
#steam-profile p
{
	padding: 0 10px 0 84px;
	margin: 5px 0;
}

#steam-profile h3
{
	font-size: 1.4em;
}

p#steam-note
{
	color: #999;
	font-size: 0.9em;
	padding: 3px 10px;
	margin: 0;
	background: #222;
	border-bottom: solid 1px #333;
}

abbr
{
	cursor: help;
	border-bottom: dotted 1px #444;
	color: #ddd;
}