/* Default CSS theme for CMS
 * 
 * CSS by a locus, 29-04-08
 * 
 * E-mail: coldscreams[at]gmail[dot]com
 *
 * theme_default.css
 */
 
 
body {
     background-color: #2d2d2d;
     color: #ffffff;
     font-family: "Arial", Tahoma;
     font-size: 10pt;
     margin:0 auto;
}


a {
     color: #bababa;
}

/** Headers **/
h1 {
     font-family: "Century Gothic", Arial;
     font-size: 12pt;
     color: #cf28d1;
     line-height: 1cm;
     font-weight: bold;
     margin-top: 0px;
     margin-bottom: 5px;
}
h2 {
     font-family: "Century Gothic", Arial;
     font-size: 12pt;
     color: #cf28d1;
     line-height: 1cm;
     font-weight: bold;
     margin-top: 0px;
     margin-bottom: 5px;
}


p {
	font-family: "Arial";
	margin-top: 2px;
	max-width: 400px;
	font-size: 90%;
}

#container {
	width: 800px;
	max-width: 800px;
	height: 100%;
	background-color: #2a2a2a;
	margin-top: 0px;
}

#footer {
	width: 100%;
	text-align: center;
	font-size: 80%;
	background-color: #414141;
	height: 35px;
}