﻿/* andreas08 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use in any way and for any purpose as long as the proper credits are given to the original designer. Version: 1.0, November 28, 2005 */

/**************** Body and tag styles ****************/

*{margin:0; padding:0;}

body{
font:76% Verdana,Tahoma,Arial,sans-serif;
line-height:1.4em;
text-align:center;
color:#303030;
background:#003366;
}

a{
color:#003366;
font-weight:bold;
text-decoration:none;
background-color:inherit;
}

a img{border:none;}

p{padding:0 0 1.6em 0;}
p form{margin-top:0; margin-bottom:20px;}

img.left,img.center,img.right{padding:4px; border:1px solid #a0a0a0;}
img.left{float:left; margin:0 12px 5px 0;}
img.center{display:block; margin:0 auto 5px auto;}
img.right{float:right; margin:0 0 5px 12px;}

/**************** Header and navigation styles ****************/

#container{
width:984px;
margin:20px auto;
padding:1px 0;
text-align:left;
background:#ffffff;
color:#303030;
border:2px solid #a0a0a0;
}

#header{
height:110px;
width:982px;
margin:0 1px 1px 1px;
background:#ffffff;
color:#000000;
}

#headerImage{
	height:110px;
	width:400px;
	background-image:url('/images/title.gif');
	background-color:#ffffff;
	cursor:pointer;
	background-position:center center;
}

#header h1{
padding:35px 0 0 20px;
font-size:2.4em;
background-color:inherit;
color:#ffffff;
letter-spacing:-2px;
font-weight:normal;
}

#header h2{
margin:10px 0 0 40px;
font-size:1.4em;
background-color:inherit;
color:#f0f2f4;
letter-spacing:-1px;
font-weight:normal;
}

#navigation{
height:2.2em;
line-height:2.2em;
width:982px;
margin:0 1px;
background:#0066cc;
color:#ffffff;
}

#navigation li{
float:left;
list-style-type:none;
border-right:1px solid #ffffff;
white-space:nowrap;
}

#navigation li a{
display:block;
padding:0 10px;
font-size:0.8em;
font-weight:normal;
text-transform:uppercase;
text-decoration:none;
background-color:inherit;
color: #ffffff;
}

#navigation .selected,#navigation a:hover{
background:#e68400;
color:#ffffff;
text-decoration:none;
}

#appnav{
height:65px;
width:982px;
margin: 1px;
background:#cae1e3;
color:#ffffff;
}

#appnav h3 {
margin:5px 0 0 20px;
font-size: .9em;
background-color:inherit;
font-weight:normal;
}

#appnav h3 a {color:#003366;}

#appnav ul{
	width: 982px;
	padding: 0px;
	list-style: none;
	margin:0px 0 0 20px;
}

#appnav li{
	float: left;
	width: 100px;
	padding: 0px;
	margin-left: 20px;
	white-space: nowrap;
}

#appnav ul a {color: #003366; font-weight: normal; font-size: .9em;}

#categories{
	width: 744px;
	margin: 1px;
	background: #CAE1E3;
	color: #000000;
	padding:10px;
}

#categories h3 {
margin:5px 0 0 20px;
font-size: .8em;
background-color:inherit;
font-weight:bold;
color:#003366;
}

#categories ul{
	width: 744px;
	padding: 0px;
	list-style: none;
	margin:0px 0 0 10px;
}

#categories li{
	float: left;
	width: 240px;
	padding: 0px;
	margin-left: 5px;
}

#categories ul a {
	color: #003366;
	font-weight: bold;
	font-size: .9em;
	white-space: normal;
}

#categories dl{
	margin: 10px 0px 0px 0px;
	width: 45%;
	float:left;
}

#categories dt {
	margin: 0px 0px 0px 20px;
}

#links{
	margin: 10px 0 20px 0;
	padding: 10px;
	border: 1px solid #c0c0c0;
	background-color: #ffffff;
	color: #505050;
	line-height: 1.5em;
	width: 724px;
}

#links h3{
	margin:5px 0 0 20px;
	font-size: .8em;
	background-color:inherit;
	font-weight:bold;
	color:#003366;
	padding-bottom:10px;
}

/**************** Content styles ****************/

#content{
float:left;
width:754px;
font-size:0.9em;
padding:20px 0 0 20px;
}

#content h2{
display:block;
margin:0 0 16px 0;
font-size:1.7em;
font-weight:normal;
letter-spacing:-1px;
color:#000000;
background-color:inherit;
}

#content h2 a{font-weight:normal;}
#content h3{margin:0 0 5px 0; font-size:1.4em; letter-spacing:-1px;}
#content a:hover,#subcontent a:hover{text-decoration:underline;}
#content ul,#content ol
{
	margin:0 5px 16px 5px;
	padding-left: 30px;
}
#content dl{margin:0 5px 10px 25px;}
#content dt{font-weight:bold; margin-bottom:5px;}
#content dd{margin:0 0 10px 15px;}

/**************** Sidebar styles ****************/

#subcontent{
float:right;
width:170px;
padding:20px 20px 10px 0;
line-height:1.4em;
}

#subcontent h2{
display:block;
margin:0 0 15px 0;
font-size:1.6em;
font-weight:normal;
text-align:left;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
}

#subcontent p{margin:0 0 16px 0; font-size:0.9em;}

/**************** Menublock styles ****************/

.menublock{margin:0 0 20px 8px; font-size:0.9em;}
.menublock li{list-style:none; display:block; padding:2px; margin-bottom:2px;}
.menublock li a{font-weight:bold; text-decoration:none;}
.menublock li a:hover{text-decoration:none;}
.menublock li ul{margin:3px 0 3px 15px; font-size:1em; font-weight:normal;}
.menublock li ul li{margin-bottom:0;}
.menublock li ul a{font-weight:normal;}

/**************** Searchbar styles ****************/

#searchbar{margin:50px 0 20px 0;}
#searchbar form fieldset{margin-left:10px; border:0 solid;}

#searchbar #s{
height:1.2em;
width:110px;
margin:0 5px 0 0;
border:1px solid #a0a0a0;
}

#searchbar #searchbutton{
width:auto;
padding:0 1px;
border:1px solid #808080;
font-size:0.9em;
text-align:center;
}

#searchbar h2{
display:block;
margin:0 0 16px 0;
font-size:1.2em;
font-weight:normal;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
}

/**************** Footer styles ****************/

#footer{
clear:both;
width:982px;
padding:5px 0;
margin:0 1px;
font-size:0.9em;
color:#f0f0f0;
background:#467aa7;
}

#footer p{padding:0; margin:0; text-align:center;}
#footer a{color:#f0f0f0; background-color:inherit; font-weight:bold;}
#footer a:hover{color:#ffffff; background-color:inherit; text-decoration: underline;}

/**************** Misc classes and styles ****************/

.splitcontentleft{float:left; width:48%;}
.splitcontentright{float:right; width:48%;}
.clear{clear:both;}
.small{font-size:0.8em;}
.hide{display:none;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.important{color:#f02025; background-color:inherit; font-weight:bold;}
.underline{
	text-decoration:underline;
}

.important a{
	color:#f02025;
	text-decoration:underline;
}

.sectiontitle {
	padding-bottom:10px;
}

.box{
margin:100px 0 20px 0;
padding:10px;
border:1px solid #c0c0c0;
background-color:#ffffff;
color:#505050;
line-height:1.5em;
padding-top:10px;
}

.box h2{
	text-align:center;
}

.testimonial{
	color:#f02025;
	font-style:italic;
}

.bloglinks {
	padding-left:20px;
	white-space:nowrap;
}

.bloglinks .title{
	font-size:12px;
	color:#000000;
	font-weight:bold;
}

.bloglinks a{
	font-size:11px;
	color:#0000A0;
	text-decoration:underline;
	font-weight:normal;
}

.bloglinks .indented{
	padding-left:10px;
}

.bloglinks .pad{
	line-height:30px;
}

/* links */
.linklisting {
  margin: 15px 15px 20px 20px;
}
.linklisting h4.linktitle, .linklisting p.linkurl, .linklisting p.linkrating {
  margin: 2px 0px;
}
.linklisting h4.linktitle a {
  padding-bottom: 0px;
}
.linklisting p.linkurl a {
  font-size: .8em;
  text-decoration: none;
}
.linklisting p.linkrating {
  font-size: .8em;
}
.linklisting p.linkrating .linkexpired {
  color: #8c3030;
  font-weight: bold;
}
.linklisting .linkdescription, .review .reviewcontent {
  margin: 0px 0px 5px 0px;
  padding: 5px;
  border: 1px solid #bbbfa1;
  background: #f8faed;
  overflow: hidden;
}
/* overflow: hidden doesn't work in ie unless the width is set */
* html .linklisting .linkdescription, * html .review .reviewcontent {
  width: 96%;
}
.linklisting p.linkactions {
  margin: 0px;
}
.linklisting p.linkactions a, #detailed p.actions a, #jump_frame .actions a {
  padding: 1px 4px;
  border: 1px solid #bbbfa1;
  font-size: .8em;
  text-decoration: none;
}
.linklisting p.linkactions a:hover, #detailed p.actions a:hover, #jump_frame .actions a:hover {
  background: #e2e1eb;
}

/* reviews */
.review h4.reviewsubject {
  margin: 10px 0px 0px 0px;
}
.review h5.reviewbyline {
  margin: 0px;
  font-weight: normal;
}
.review p.reviewer {
  margin: 0px 0px 2px 0px;
}
.review .reviewhelpful span {
  float: left;
  font-size: .8em;
}
.review .reviewhelpful form span {
  float: right;
}
.review .reviewhelpful input {
  padding: 0px 3px;
  border: 1px solid #bbbfa1;
  background: #ffffff;
  font-size: .8em;
}

/* paging */
.paging {
  text-align: right;
}
.paging img, .paging select, .paging input {
  vertical-align: middle;
}

.crumb {
  font-size: .8em;
}

.clear:after {
  height: 0px;
  clear: both;
  display: block;
  visibility: hidden;
  content: ".";
}
.clear {
  display: inline-block;
  margin-top:20px;
}
/* start non ie/mac css \*/
* html .clear {
  height: 1%;
}
.clear {
  display: block;
}

.vedit td, th
{
	border-style:solid;
	border-width:1px;
	padding:10px;
}

.vedit
{
	border-collapse:collapse;
}

.sublinkinfo a {
	font-weight:normal;
	padding-right:5px;
}

hr {
	margin-top:5px;
	margin-bottom:5px;
}
/* end non ie/mac css */

/* =========================

	boastMachine v3.1 'Luscious' style sheet
		by Kailash Nadh
		http://kailashnadh.name

		boastMachine v3.1 (GPL)
		http://boastology.com

   ========================= */

#menu {
	width: 160px;
	float: right;
	border-style: dotted;
	border-left-width: 2px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-color: #EFEFEF;
	padding-left: 20px;
	margin-bottom: 10px;

}

.menu_item {
	margin-bottom: 30px;
	line-height: 14px;
	font-size: 10px;
	font-family: Helvetica,Arial,sans-serif;
}

.menu_item strong {
	font-size: 13px;
}

img {
	border: 0px;
}

input,textarea,select {
	font-size: 11px;
	font-family: Verdana;
	border-style: solid;
	border-width: 1px;
	border-color: #B1B1B1;
}



/* =============== POST STYLES ================== */

h1, .post_title {
	font-size: 22px;
	font-weight: bold;
}

.post_title a {
	color: #0E3964;
}

.post_date {
	line-height: 30px;
	font-family: Georgia;
	font-size: 15px;
}

.post_text {
	line-height: 20px;
	margin-top: 5px;
}

.post_info {
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 50px;
}

.post_info a {
	color: #0E3964;
}


.main_page_info {
	margin-top: 25px;
	margin-bottom: 75px;
}

.main_page_info a {
	text-decoration: underline;
}

/* Image inserted with bbCode */
.bbcode_img img {
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
}


/* =============== Comments ================== */


.comment {
	line-height: 150%;
	font-size: 14px;
	margin-bottom: 20px;
}

.comment_text {
	line-height: 15px;
	font-size: 12px;
	margin-bottom: 20px;
}

.comment_info {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

.comment a {
	font-weight: normal;
}

.comment .thread_reply {
	color: #0E3964;
}

#comment_form {
	position: relative;
	padding: 10px;
	border: 1px solid #D6DCC0;
	background: #FAFCEF;
}

/* =============== MISC ================== */

.track {
	font-size: 12px;
}

.form_fields {
	margin-left: 25%;
	border: 1px solid #D6DCC0;
	background-color: #FAFCEF;
	padding: 25px;
	width: 280px;
	text-align: right;
}

.form_fields textarea, input, select {
	font-family: Verdana,'Trebuchet MS';
	font-size: 11px;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	margin: 2px;
}

.bold_red {
	font-weight: bold;
	color: #FF0000;
	font-size: 13px;
}

.page_num {
	margin-top: 50px;
	margin-bottom: 50px;
}

.hr_line {
	border-color: #EFEFEF;
	border-style: dashed;
	border-left-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
}

#error_msg {
	margin-top: 50px;
	text-align: center;
}

.file_list {
	font-size: 10px;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica;

	border: 1px;
	border-style: solid;
	border-color: #EFEFEF;

	background: #F7F7F7;
	padding: 5px;
	width: 200px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.file_list a {
	font-weight: normal;
}

#file_div, #file_div a {
	font-size: 7pt;
	color: #FF6600;
}

/* The post lists table in the user account */
#posts_list_table th {
	background-color: #D5DBBE;
}

/* The invisible Layer used in the ALT+U effect */
#floating_layer {
	position: absolute;
	visibility: hidden;
	font-size: 10px;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica;

	border: 1px;
	border-style: solid;
	border-color: #47697E;
	background: #F7F7F7;
	padding: 10px;
	line-height: 18px;
	width: 200px;
	margin-top: 25px;
	margin-bottom: 25px;
}

/* =============== Calendar ================== */

.calendar_table {
	font-family: 'Trebuchet MS', verdana, sans-serif;
	color: #47697E;
}

.calendar_table a {
	text-decoration: underline;
}

.calendar_month {
	font-family: Arial, verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.calendar_days {
	font-family: 'Trebuchet MS', verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}

.calendar_current_day {
	font-family: 'Trebuchet MS', verdana, sans-serif;
	font-size: 10px;
	text-align: center;
	background-color: #D4DBBE;
	color: #47697E;
	font-weight: bold;
}

.calendar_day {
	font-family: 'Trebuchet MS', verdana, sans-serif;
	font-size: 11px;
	text-align: center;
	background: #F7FAEA;
	color: #666666;
}

