/***
 * Common CSS Document for IMmerge website
 * http://zalbee.intricus.net/immerge
 * @author Albert Choi (zAlbee)
 *
 * This file should only contain rules relevant to entire website, 
 * compatible with Wordpress and SMF
 *
 * i.e. Body (page background), Header (incl. menu), Footer
 */
/************resetter*************/
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, u, i, 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;
}
ul,ol {
	padding-left: 3em;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* zAlbee */
a {
	color: black;
}
a:hover {
	color: #798bbe;
	/*color: #5d6b92; */
}

html {
	background: #2a2e3f;
}
body{
	background: #fff;
	margin: 0px;
	font-family: Georgia; 
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	font-weight:normal; 
	text-decoration:none;
	background: #fff url(images/bg-head.gif) repeat-x;
}
/* TODO: change this class to unique id */
.header{
	position: relative;
	width: 746px;
	margin:0px auto;
	height: 142px;
}
tbody.header {
/* conflict with SMF index */
	height: auto;
	width: auto;
}
.site_title a, .site_title a:visited, .site_title a:link,
.blog_title a{
	position: absolute;
	top: 52px;
	left: 0px;
	color: #97b1fb;
	text-decoration: none;
	font-size: 40px;
	font-family: Arial;
}
/* zAlbee */
.site_title a:hover,
.blog_title a:hover {
	color: #97b1fb;
}
.site_title a span,
.blog_title a span{
	color: #7791db;
}
.site_description{
	position: absolute;
	top: 82px;
	left: 4px;
	font-family: Tahoma;
	font-size: 10px;
	color: #9aa8d1;
}
.menu{
	position: absolute;
	height: 35px;
	bottom: 0px;
	width: 571px;
}
.menu ul {
	padding: 0;
}
.menu ul li {
	list-style: none;
	float: left;
	height: 35px;
	background: #505c7e url(images/bg-menu.gif) repeat-x;
	margin: 0px 0px 0px 1px;
}
.menu ul li a{
	color: #fefefe;
	display: block;
	padding: 10px 17px;
	font-size: 13px;
	text-decoration: none;
	font-family: Tahoma;
	font-weight: bold;
	text-transform:uppercase;
}
.menu ul li:hover {
	background: #7a87a9 url(images/bg-menu-hover.gif) repeat-x;
}
.menu ul li.current_page_item,
.menu ul li.current_page_item:hover {
	background: white;
	color: #003366;
}
.menu ul li.current_page_item a {
	color: #303954;
}


.search{
	position: absolute;
	left: 572px;
	height: 35px;
	width: 174px;
	background: #fff url(images/bg-search.gif) no-repeat;
	bottom: 0px;
}
.search input{
	margin: 12px 0px 0px 29px;
	height: 10px;
	width: 135px;
	border: none;
	color: #636f90;
	font-family: Tahoma;
	font-size: 9px;
}


.footer, #footer_section {
	clear: both;
	height: 55px;
	background: #2a2e3f url(images/bg-footer.gif) repeat-x;
	color: #fefefe;
	text-align: center;
	padding-top: 38px;
}
.footer a, .footer a:link, .footer a:visited {
	color: #fefefe;
	text-decoration: underline;
}

.clear{
	clear: both;
}
