/* VIHREETPANTTERIT.ORG CSS				 												*/
/*																						*/
/*																						*/
/* copyright (c) Vihreet Pantterit 2009 / ML											*/
/* Portions of this document are licensed under CC-GNU LGPL <http://creativecommons.org/licenses/LGPL/2.1/> or are in Public Domain */

/* CSS RESETS   by Eric A. Meyer (http://meyerweb.com/), Public Domain					*/

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
:focus {
	outline: 1px dotted gray;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Assist styles */
.clrbrk {
	clear: both;
	width: 1px;
	height: 1px;
	overflow: hidden;
	text-indent: -1000em;	/* overkill hiding from all browsers; use "&nbsp;" for content */
	}

/* COMMON */

b, strong {
 	font-weight: bold;
	}
i, em {
	font-style: italic;
	}
h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #161b09;
	}
h1 {
	font-size: 2.2em;
	}
h2 {
	font-size: 2.0em;
	margin-bottom: 8px;
	}
h3 {
	font-size: 1.8em;
	margin-bottom: 8px;
	}
a {
	color: #667200;
	}
a:hover {
	color: #55a2c5;
	}


/* LAYOUT */

body {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	font-size: 112%;
	background: #161b09 url(./imgs/body-bk.gif) repeat-x;
	}
#frame {
	position: relative;
	width: 750px;
	margin: 0px auto;
	padding: 20px 0px;
	min-height: 520px;
	_height: 520px;
	font-size: 62%;
	background: url(./imgs/frame-bk.jpg) no-repeat;
	}
#top {
	height: 140px;
	}
#main {
	}
#content {
	margin: 0px 20px;
	}
#footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 18px;
	background-color: #F9EAF1;
	}

/* TOP */

h1#sitetitle {
	display: block;
	margin: 0px 0px 0px 30px;
	width: 342px;
	height: 50px;
	background: url(./imgs/vp-logo.gif) no-repeat;
	}
h1#sitetitle a {
	display: block;
	width: 100%;
	height: 100%;
	}
h1#sitetitle a span {
	display: none;
	}

/* LEFT */
#left {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 240px;
	padding: 5px;
	line-height: 14px;
    }

/* CONTENT */

#marssilogo {
	display: block;
	position: absolute;
	top: 186px;
	left: 19px;
	width: 416px;
	margin: 0px 0px 0px 0px;
	}
#textcontent1 {
	width: 270px;
	height: 260px;
	margin-left: 440px;
	padding: 10px;
	background-color: #FFFDF4;
	}
#textcontent2 {
	width: 430px;
	margin-top: 40px;
	padding: 10px;
	background-color: #FFFDF4;
	}
#textcontent3 {
	width: 220px;
	margin: 30px 0px 0px 400px;
	padding: 10px;
	background-color: #FFFDF4;
	}

#content p {
	line-height: 14px;
	margin-bottom: 8px;
	}

/* MENU */
#menu {
	width: 580px;
	height: 18px;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
/*	background:url(images/menu/menuelement_bg_0.gif) repeat-x left top;  */
	background-color: #ffffff;
	border: 1px solid #000000;
	}

/* MENU first-level lists */

#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
    }

#menu li {
	float: left;
	position: relative;
	width: auto;
	border-right: 1px solid #000000;
    }


/* FOOTER */


#footer ul {
    }
#footer li {
	float: left;
	position: relative;
	width: auto;
    }
#footer li a {
	display:block;
	padding: 0px 8px;
	height: 18px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
    }
#footer a:hover {
	color: #000000;
	background-color:#ACD213;
    }


	