/* Website styles */

* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
	}
html {
	color: #536482;
	background-color: #ACA8A1;
	font-size: 100%;

	}
body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #536482;
	background-color: #ACA8A1;
	font-size: 62.5%;			/* This sets the default font size to be equivalent to 10px */
	margin: 0;
	text-align: center;
	}

	
/* Header block with images */
body div.header {
	background-repeat: no-repeat;
	width: 850px;
	height: 100px;
	float: left;
	margin-top: 21px;
	}
body div.header h1 {
	margin: 0;
	}
body div.header h1 a {
	display: block;
	width: 850px;
	height: 100px;
	text-indent: -5000px;
	text-decoration: none;
	margin: 0;
	}	

.headerbar {
	background: #ebebeb none repeat-x 0 0;
	margin-bottom: 4px;
	padding: 0px;
}	
		
.logo {
	height:80px;
	background: url("images/top_logo.gif") no-repeat;
	margin-left 4;	
	}

/* Corners and sides in top */
span.side-left, span.side-right {
	display: block;
	width: 10px;
	height: 80px;
	background: url("images/sides_top.gif") no-repeat;
	}
span.side-left {
	background-position: 0 0;
	float: left;
	margin-right: 10px;
	}
span.side-right {
	background-position: 100% 0;
	float: right;
	}
	
span.fcorners-bottom, span.fcorners-bottom span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 20px;
	background-repeat: no-repeat;
	background-image: url("images/corners_bottom.gif");
	margin: 0;
	}
span.fcorners-bottom {
	background-position: 0 0;
	}
span.fcorners-bottom span {
	background-position: 100% -20px;
	}

	
	
span.corners-top {
	background-image: url("../images/corners_left.gif");
}

span.corners-top span {
	background-image: url("../images/corners_right.gif");
}

span.corners-bottom {
	background-image: url("../images/corners_left.gif");
}

span.corners-bottom span {
	background-image: url("../images/corners_right.gif");
}


/* for menu */

.menu td.topNav a {}	
.menu td.topNavActive a {font-weight:bold;text-decoration: underline;}	

.menu td.topNav, .menu tr.topNav, .menu td.topNavGuest,
.menu td.topNavAdmin, .menu td.topNavActive, .menu td.topNavAdminActive {	
	padding-top:5px; padding-bottom:4px; padding-left:10px; padding-right:10px;	
	border-right: 1px solid #999999;
	text-align:left;
	}
.menu td.topNavGuest {
	color:#D7AB8E;
	}	

.menu td.topNavAdmin, .menu td.topNavAdminActive {
	position: relative; 
	text-align: right; 
	width: 800px;
	}

.menu tr.topNav, .menu tr.topNavAdmin {
	background-image:url(http://www.caprice.se/images/BrownTabFace.gif);	
	}
.menu td.topNavActive, .menu td.topNavAdminActive {
	background-image:url(http://www.caprice.se/images/BrownTabFaceActive.gif);
	}	
		
.menu td.topNav a, .menu tr.topNav a, .menu td.topNavAdmin a {
	/*	
	color:#E9D2C3;
	color:#E7BFA5;
	color:#DDDDDD	
	*/
	color:#DDDDDD;	
	}
.menu td.topNavActive a, .menu td.topNavAdminActive a {
	color:#FFFFFF;
	}

/* end for menu */



/*	
These style definitions are mainly IE specific 
tweaks required due to its poor CSS support.
-------------------------------------------------*/

* html table, * html select, * html input { font-size: 100%; }
* html hr { margin: 0; }
* html span.corners-top, * html span.corners-bottom { background-image: url("../images/corners_left.gif"); }
* html span.corners-top span, * html span.corners-bottom span { background-image: url("../images/corners_right.gif"); }	
	
	
		
/*	
 Main blocks
---------------------------------------- */
#wrap {
	width: 910px;
	background: url("images/bg_body.gif") repeat-y 0 0;
	margin: 10px auto;
	text-align: left;
	padding: 0;
	}
#simple-wrap {
	padding: 6px 10px;
	}
#page-header {
	background: url("images/bg_header.gif") repeat-x 0 0;
	height: 100px;
	clear: both;
	}
#page-body {
	margin: 0 30px;
	clear: both;
	}
.navbar {
	width:830px;
	margin: 0 0 5px 30px;
}

.menu {
height:20px;
margin-left:30px;
font-size:11px;
}
.menu td {
padding-right:5px;

}


.forabg  {
	background: #505C65 url(images/forabg.gif) repeat-x;
}

.forumbg  {
	background: #505C65 url(images/forabg.gif) repeat-x;
}

	
		

/* Page footer styles*/
#page-footer {
	background: url("/images/bottom_logo.gif") repeat-x 0 100%;
	clear: both;
	/*padding-top: 15px;*/
	}
#page-footer p {
	border-top: 1px solid #CCCCCC;
	margin: 15px 30px 0 30px;
	padding-top: 10px;
	text-align: center;
	}
#page-footer .navbar {
	margin: 4px 30px 15px;
	/* This navbar doesn't follow a floated element, so thus doesn't need the "height: 1%" hack, which amazingly destroys margin */
	height: auto;
	}
#page-footer p#sf-tracker, #page-footer p#sf-tracker a img {
	border: none;
	margin: 0;
	padding: 0;
	height: 0;
	width: 0;
	line-height: 0;
	}
#page-footer #advert-leaderboard, #page-footer #advert-leaderboard img,
#page-footer #advert-leaderboard iframe, #page-footer #advert-leaderboard object{
	width: 728px;
	height: 90px;
	border: none;
	margin: 0 auto;
	padding: 0;
	}
#page-footer #advert-leaderboard {
	padding-top: 15px;
}
#copyright {
	padding: 0 5px 5px 5px;
	text-align: center;
	color: #555555;
	}
#copyright a {
	color: #222222;
	}

