/***********************************************************
Title:     Main | Emile Blume - Netcreators.com
************************************************************/

/* Global reset v1.0 | 20081023 //////////////////////////////////////////////////////////////////////*/
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, strong, u, i, em, 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;
}

a img { border: none; }
abbr, acronym, .help { border-bottom:1px dotted #333; cursor:help; }
blockquote, q { quotes:none;}
blockquote { margin: 0 0 1.3em 1.3em; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

dd { margin-left:1em;}
sup, sub { font-size:x-small; vertical-align:top; }
sub { vertical-align:bottom;}
table {	border-collapse:collapse; border-spacing:0; empty-cells:show; }

/* Base ////////////////////////////////////////////////////////////////////////////////*/
html,body {background: #137097;}

body { 
	background: #137097;
	color: #000;
	font: normal 70%/1.5 Verdana,Helvetica,sans-serif;
}

h1, h2, h3, h4, h5, h6 {  
	color:#0095c9;
	line-height:1em; 
	margin-bottom:4px;
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1.1em; }
h4,h5,h6 { color:#000; }

p { font-size: 1em; margin-bottom:1.5em; }
p.strong { font-weight:bold; }
pre, code, kbd, samp { font-size:1.5em; }
pre code { font-size:1em; }

a { color:#137097; text-decoration:none;}
a:hover { text-decoration:underline; }

hr {
	clear:both;
	background: #969696;
	color: #969696;
	border: 0;
	height: 1px;
}
hr.clearer { background:#FFF; color:#FFF; }

ol, ul { 
	list-style:disc;
	list-style-position:outside;
	margin: 0 0 1.3em 1.3em;
	padding: 0 0 0 1.3em;
}

ol { list-style: decimal; padding:0 0 0 2.4em;}
.csc-textpic ol, .csc-textpic ul { overflow:auto; }

.hidden { display:none; }
.unhidden, .block { display:block; }

/* table with borders //////////////////////////////////////////////////*/
table.border th, table.border td { border:1px solid #333; padding:0.3em; }
td { height:auto; padding:0.3em; text-align:left;}
td p, th p { margin:0; }
caption, th { padding:0.3em; }

/* Layout 3 cols ///////////////////////////////////////////////////////////////*/
#container {
	margin: auto;
	width: 960px;
	position: relative;	
}

#main, #header, #left, #center, #right, #footer {
	float: left;
	display: inline; /* workaround for IE6*/
}

#main { background:#FFF;}
#description, #skip, .hide { display:none;}

#header{
	background:url(../img/random/home/rotate.php) no-repeat left 138px;
	height: 300px;
	width: 960px;
	position: relative;
}

/* Left  ////////////////////////////////////////////////////////////////////////*/
#left { padding:10px; padding-right:0; width:150px;}

/* Center ///////////////////////////////////////////////////////////////////////*/
#center{
	width: 600px;
	padding: 20px;
	overflow: hidden;
}

#center a { text-decoration:underline; }
#center a:hover { text-decoration:none; }

#center .csc-menu a { text-decoration:none; }
#center .alfabet a { text-decoration:none; }
#center .news-latest-container a { text-decoration:none; }
#center .news-gotoarchive a { text-decoration:underline; padding-left:12px; }
#center .csc-menu a:hover { text-decoration:underline; }
#center .alfabet a:hover { text-decoration:underline; }
#center .news-latest-container a:hover { text-decoration:underline; }
#center .news-gotoarchive a:hover { text-decoration:none; }

/* Right ////////////////////////////////////////////////////////////////////////*/
#right { padding:10px; padding-left:0; width:150px;}

/* Footer ////////////////////////////////////////////////////////////////////////*/
#footer{
	background:#0097C2;
	color:#FFF;
	margin: auto;
	margin-bottom: 1em;
	padding:4px 0;
	width: 960px;
	text-align:center;
}

#footer * { color:#FFF; }
