#header h1 { 
	font-family: Georgia;
	font-style: italic;
	font-size: 22px;
	position: absolute;
	display: block;
	color: #1C66BF;
	text-align: right;
	letter-spacing: -1px;
	right: 59px;
	top: 40px;
}

#header h2 { 
	font-family: Georgia;
	font-style: italic;
	font-size: 16px;
	position: absolute;
	display: block;
	color: #1C66BF;
	text-align: right;
	letter-spacing: -1px;
	right: 59px;
	top: 68px;
}

/* Globals 
=================================== */

* { margin: 0; padding: 0; }

body {
	margin-bottom: 50px;
	background: #fff;
	font: 70% 'Trebuchet MS', 'Lucida Grande', Verdana, Tahoma, Arial;
}

a { color: #227EE9; text-decoration: none; } 
a:hover { color: #41B2A1; text-decoration: underline; }

.alt {
	background: #fff;
}

code { font: 1.0em Monaco, 'Courier New', monospace; }


p {
	margin-bottom: 1.0em;
}

td {
padding: 5px;
}

/* Structure
=================================== */

#wrapper {
	background: #fff url('http://www.vwhost.org/wp-content/themes/salattinet-01-01/images/bg121.png') repeat-x 0px -25px;
}

#header { 
	/*background: url('http://www.vwhost.org/wp-content/themes/salattinet-01-01/images/page_header_bblogo.png') no-repeat bottom right; *//* Remove to get rid of bb emblem. */
	margin: 0 auto 10px;
	width: 780px;
	height: 106px;
	position: relative;
}

#header h1 { 
	font-family: Georgia;
	font-style: italic;
	position: absolute;
	display: block;
	color: #1C66BF;
	text-align: right;
	letter-spacing: -1px;
	right: 59px;
	top: 40px;
}

#header h2 { 
	font-family: Georgia;
	font-style: italic;
	position: absolute;
	display: block;
	color: #1C66BF;
	text-align: right;
	letter-spacing: -1px;
	right: 59px;
	top: 68px;
}

#header p { margin-bottom: 0; }

#header h1, h2 a { color: #1C66BF; text-decoration: none; }
#header h1, h2 a:hover, #header h1 a:visited { color: #1C66BF; }

#main { 
	font-size: 1.2em;
	width: 90%;
	margin: 0 auto 25px;
	position: relative;
}

#footer { 
	border-top: 1px solid #ccc;
	margin: auto;
	color: #666;
	font-size: 1.0em;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-top: 10px;
	clear: both; 
	text-align: center;
	width: 760px; 
}

/* Login Form
=================================== */

.login { 
	position: absolute;
	bottom: 27px;
	font-weight: bold;
	color: #444;
}
.login p { padding: 0 0 5px; }
.login label { display: block; float: left; padding-right: 10px; }
p.login { font-weight: normal; font-size: 1.2em; bottom: 32px; }
form.login input { 
	margin-top: 3px;
	border: 1px solid #999;
}

/* Front Page
=================================== */

#front-page #hottags { 
	float: right;
	width: 150px;
	overflow-x: hidden;
}

#hottags ul li { 
        list-style-image: url("http://www.vwhost.org/wp-content/themes/salattinet-01-01/images/arrow.gif");
	margin-left: 15px;
}

#hottags h2 {
	font-size: 18px;
	color: #333333;
	margin: 0px 0px 4px 0px;
}

#front-page #leftbar {
        float: left;
	width: 150px;
	overflow-x: hidden;
}

#front-page #discussions {
        float: center;
	margin-right: 170px;
	margin-left: 170px;
	/*width: 100%;*/
}

/* Other
=================================== */

#content .frontpageheatmap a {
	font-weight: normal;
	text-decoration: none;
}

#content .infobox li {
	margin-bottom: 2px;
}

#content .nav a {
	border: 1px solid #ccc;
	font-weight: normal;
}

#content .nav a:hover {
	border: 1px solid #999;
}

#content a:visited {
	font-weight: normal;
}

#front-search {
	float: right;
	margin-top: -8px;
}





/* Analizer
=================================== */
h1 {
	font-size: 24px;
	margin: 0px 0px 12px 0px;
	color: #666666;
}
p {
	margin: 0px;
	padding: 0px 0px 4px 8px;
}
label {
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}
#url {
	font-family: Arial, Trebuchet MS, Verdana;
	font-size: 12px;
	background-color: #F6F6F6;
	width: 180px;
	padding: 2px;
	border: 1px solid #333333;
}
#button {
	font-family: Arial, Trebuchet MS, Verdana;
	font-size: 12px;
	padding: 2px;
	margin-top: 2px;
	cursor: pointer;
}
#result {
	padding: 4px 0px 0px 12px;
}
#result a {
	color: #000000;
}
#result h2 {
	font-size: 16px;
	color: #666666;
	margin: 0px 0px 4px 0px;
}