/*#############################################################
Name: Bright Pixel
Date: 2006-05-07
Description: A smooth, monochrome, lightweight design.
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements#CECECE */
a {color: #000;
	text-decoration: none;}

body {background: #EEE repeat-y fixed bottom center;
	color: #333; margin: 0px 0;


	text-align: center; font:  normal 0.9em  sans-serif,Arial;}

.gfx a {background: #F5F5F5 url(img/header.bmp) no-repeat; display: block; height: 130px;}

/* header */
.header {background: #FFF;
        border-bottom: 1px solid #E5E5E5; 
	font: bold 2.6em Arial;
	line-height: 3em;}

/* main */
.main {	background: #FFF; 
	border: 3px double #EEE; 
	border-color: #E4E4E4 #CFCFCF #CCC #CFCFCF; 
	margin: 0px auto 4px auto; 
	
	text-align: left;
	width: 700px;}


.container {margin: 10px;}

/* menu */
.menu a { background: rgb(222,222,222);
                                border-left:   1px solid #E5E5E5; 
                               	border-right:  1px solid #E5E5E5;   	
	                        border-top:    1px solid #E5E5E5;
                                border-bottom: 1px solid #E5E5E5; 
 	
	color: #888;
	float: left;


	padding-top: 4px;
	width: 134px; height:40px;
text-align: center; font: normal 0.8em sans-serif,Arial;font-weight: bold;}



.menu a span {padding-left: 6px;}


.menu a#last {width: 136px;border-right: 0px;height: 40px}





/* content */
.content {
	background: #F5F5F5;
	border-top: 1px solid #E5E5E5;
	clear: both;
}
.content h1 {
	margin: 0;
	font: bold 1.1em sans-serif,Arial;
	color: #666;
}
.content p {
	margin: 3px 0 6px; color: #666;
}

.item h1 {
	margin: 0;
	font: bold 1.1em sans-serif,Arial;
	color: #666;
}


.item {
	background: #FCFCFC repeat-x;
	padding: 10px;
}



/* footer */
.footer {
border-top: 1px solid #E5E5E5;
	padding: 5px;
	background:#EEE;
	color: #55;
height: 85px;
}

.footer .left, .footer .right {padding: 0 12px;}

/* floats */
.left {float: left;}
.right {float: right;}
.clearer {clear: both;}
