@charset "UTF-8";
/* General purpose styles for www.themisers.co.uk */

/* Reset styles: */ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body
{
	line-height: 1;
	background-color:black;
}


ol, ul
{
	list-style: none;
}

:focus
{
	outline: 0;
}

/* Global styles: */

.small
{
	font-size:10px;
}

.italic
{
	font-style:italic;
}

.bold
{
	font-weight:bold;
}

.colour1
{
	color:rgb(191,150,99);
}

.grey
{
	color:rgb(47,64,80);
}

.light_brown
{
	color:rgb(228,222,206);
}

.highlight_colour
{
	color:rgb(124,166,219);
}

h1
{
	font:24px "Arial Black", Arial, Helvetica, sans-serif;
	margin:0px 0px 8px 0px;
}

h2
{
	font:16px "Arial Black", Arial, Helvetica, sans-serif;
	margin:0px 0px 5px 0px;
}

h3
{
	font:14px "Arial Black", Arial, Helvetica, sans-serif;
	margin:0px 0px 5px 0px;
}

.inlineH
{
	font:16px "Arial Black", Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0px 10px 0px 0px;
}


a
{
	color:rgb(124,166,219);
}

a:hover
{
	color:white;
}

.floatl
{	
	float:left;
	margin-right:10px;
}

.clearl
{
	clear:left;
}

.floatr
{
	float:right;
	margin-left:10px;
}

.semi_transparent
{
	background-image:url(../images/graphics/70-percent-black.png);
	background-repeat:repeat;	
}

.round
{
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

.round_left
{
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
}

div#wrapper
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:700px;
	clear:both;
	background-position:center top;
	background-repeat:no-repeat;
	font:12px Verdana, Arial, Helvetica, sans-serif;
}

div#workspace
{
	position:relative;
	top:0px;
	width:1000px;
	height:650px;
	margin:20px auto 0px auto;
	line-height:18px;
	background-image:url(../images/backgrounds/the-misers-with-drink.jpg);
	background-color:black;
	background-repeat:no-repeat;
	border:solid 1px rgb(121,87,52);
}

div#menu
{
	width:230px;
	padding:10px 0px 0px 10px;
	background-color:transparent;
}

.pointer
{
	width:16px;
	height:26px;
	background-repeat:no-repeat;
	background-position:bottom left;
	padding:0px;
	margin:0px;
}

#topNav li
{
	height:29px;
}

#topNav a
{
	text-decoration:none;
	margin:0px;
}

#topNav img:hover
{
	background-image:url(../images/graphics/70-percent-brown.png);
	background-repeat:repeat;
}

div#social_networking_links
{
	position:absolute;
	top:20px;
	right:10px;
	width:50px;
	z-index:1;
}

div#content
{
	position:absolute;
	top:20px;
	left:270px;
	height:610px;
	width:710px;
	background-color:transparent;
	color:white;
}

div#top_bar
{
	height:150px;
	background-color:transparent;
}

.main_holder
{
	padding:10px;
	height:440px;
	overflow:auto;
}

.main
{
	overflow:auto;
	height:440px;
}

div#info
{
	position:absolute;
	top:20px;
	height:110px;
	right:0px;
	width:300px;
	z-index:1;
}

div#feeds
{
	position:absolute;
	bottom:0px;
	right:0px;
	width:400px;
}

.feed
{
	color:white;
	font-size:14px;
	margin:0px 0px 20px 0px;
	padding:10px;
	background-image:url(../images/graphics/70-percent-brown.png);
	background-repeat:repeat;	
}

div#footer
{
	position:relative;
	width:1000px;
	margin:5px auto 0px auto;
	color:rgb(121,87,52);
}

div#footer a
{
	text-decoration:none;
	color:rgb(121,87,52);
}

div#footer a:hover
{
	color:white;
}

div#hothotfire
{
	position:absolute;
	top:0px;
	right:0px;
}

.myLink
{
	text-decoration:none;
	
}

.dark_red
{
	color:rgb(127,0,4);
}

.red
{
	color:red;
}

.yellow
{
	color:yellow;
}