@import url(menu.css);
@import url(gallery.css);

html, html body {
	height: 100%;
	min-height: 100%;
	margin-bottom: 1px; /* Always Show Vertical Scrollbar */
	font:Comic Sans MS;
	color:#000000
}
/*html {overflow: -moz-scrollbars-vertical;}  Always Show Vertical Scrollbar in Firefox  */

body {
	margin:0 auto;
	padding:0;
	font: 0.7em Verdana,Tahoma,Arial,sans-serif;
	background: #66cc99;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF; 
	SCROLLBAR-SHADOW-COLOR: #006600;
	SCROLLBAR-ARROW-COLOR: #ffffff; 
	SCROLLBAR-TRACK-COLOR: #00cc99;
	SCROLLBAR-BASE-COLOR: #66cc99; 
}

#wrap {
	min-height: 100%;
	width:940px;
	margin:0 auto;
	margin-bottom: -30px;
	padding:0;
	border:0px solid red;
	overflow: hidden;
}
* html #wrap {height: 100%; overflow: visible ! important;} /* IE hack */

.emptyContainer {
	clear: both;
	height: 30px;
	overflow:hidden;
}

img {border:none;}

#header{
	position: relative;
	clear:both;
	margin:0;
	padding:0;
	height:125px;
}

#sticker {
	position: absolute;
	top: 5px;
	right: 0px;
	width: 700px;
	height: 90px;
	margin: 0px;
	padding: 0px;
}
#sticker .item {
	position: relative;
}

#site_title {
	/*background: #F3F3F3;*/
	padding: 30px 0 0 30px;
	text-align: left;
	color: #000000;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 2px;
}

#logo {
	position: relative;
	float: left;
	display: block;
}



#content {
	position: relative;
	float: left;
	width: 910px;
	margin: 20px 0 20px 0px;
	padding:0 15px;
	text-align:left;
}

#footer {
	position: relative;
	clear: both;
	width:940px;
	height: 30px;
	margin: 0px auto;
	padding: 0px;
	font-size:11px;
	color:#334297;
	border: 0px solid red;
}
.footerTopLine {
	display: block;
	height: 2px;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	font-size:11px;
	background-color: #334297;
	overflow: hidden;
}
.footerLeft {
	float: left;
	width: 30%;
	margin: 0px;
	padding: 0px 5px;
	font-size:11px;
	text-align: left;
}
.footerRight {
	float: right;
	width: 30%;
	margin: 0px;
	padding: 0px 5px;
	font-size:11px;
	text-align: right;
	white-space: nowrap;
}
.footerCenter {
	position: relative;
	margin: 0px auto;
	width: 30%;
	padding: 0px 5px;
	font-size:11px;
	text-align: center;
	white-space: nowrap;
}



/* Info about SQL queries and time spent */
#statsInfo {
	display: none;
	position: relative;
	margin: 0px;
	padding: 0px;
	color: #66CC99;
}

/* Articles */
.article {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	padding-bottom: 10px;
	border-bottom:1px solid #349A67;
}
.article h5 a {
	color:#27368A;
}
.article .date {
	float: right;
	font-size: 0.8em;
	color: #27744E;
	font-weight:normal;
}


/* forms */
form {margin:0;}
input, select {background-color:#ffffff; font-family:Courier New; font-size:12px;}
/*input {font-family:Courier New;font-size: 10px; background-color:#ffffff; border:#dddddd 1px; }*/
textarea, .textarea {font-family:Courier New; font-size:12px;}
input.buttons {font-family: tahoma,verdana,arial; font-size: 12px;} 

/* Multipages */
td.navMultipagesListHeader {background:#e0e0e0}
td.navMultipagesList {background:#f8f8f8}

a.navMultipagesList:link, a.navMultipagesList:visited, a.navMultipagesList:active {font-size:11px; color:#00356F; font-weight:normal; text-decoration:none}
a.navMultipagesList:hover {font-size:11px; color:#FF6633; font-weight:normal; text-decoration:none}
a.navMultipagesListOn:link, a.navMultipagesListOn:visited {font-size:11px; color:#FF6633; font-weight:normal; text-decoration:none}


.png { behavior: url('/js/iepngfix.htc'); }

h3 {
	font-size:1.3em;
	margin: 10px 0 10px 0;
}
h3.pagetitle {
	display: none;
	margin-top: 0;
	padding:0;
	color: #334297;
}
h5 {
	font-size:1.2em;
	margin: 10px 0 5px 0;
	padding:0;
	color:#27368A;
}

.readmore {
	display: inline;
	line-height: 2em;
	padding: 0;
	padding-right: 12px;
	background: url('/images/arr_ml_02.gif')  no-repeat right center;
}

a {
	text-decoration:none;
	color:#334297;
}
a:hover{
	text-decoration:underline;
	color:#334297;
}