/*************************************************************
***** Colors used in this style sheet *****

#4770A4 : light blue		: main area
#000040 : dark blue			: head background & some links
#B5C6DB : light light blue	: links in the menu, text
#FFA500 : orange			: headings, hover and active links

*************************************************************/

body {
    background-color: #4770A4;
    margin: 0px;
    padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

/*** LINKS *******************************************/

a:link { color: #B5C6DB; text-decoration: none;}
a:active { color: #FFA500; text-decoration: underline}
a:visited { color: #B5C6DB; text-decoration: none}
a:hover { color: #FFA500; text-decoration: underline}

.content a:link { color: #000040;}
.content a:active { color: #FFA500;}
.content a:visited { color: #000040;}
.content a:hover { color: #FFA500; text-decoration: underline;}

a.recommended:link { color: #000040; font-weight: bold; padding-left: 10px; background: url("../images/menu_square.gif") no-repeat left top;}
a.recommended:active { color: #FFA500; font-weight: bold;}
a.recommended:visited { color: #000040; font-weight: bold; padding-left: 10px;  background: url("../images/menu_square.gif") no-repeat left top;}
a.recommended:hover { color: #FFA500;  font-weight: bold; text-decoration: underline;}

/*** COMMON *******************************************/

.border { border: 5px solid #FFFFFF;}
.b { font-weight: bold;}
.c { text-align: center;}

.top {
	height: 60px;
	width: 100%;
	padding-left: 10px;
	background: #000040 url("../images/label-13moons.gif") no-repeat;
	color: #B5C6DB;
	font-size: 10px;

}

.top_stripe {
	background-color: #B5C6DB;
	height: 3px;
	font-size: 3px;
	border-bottom: 1px solid #000040;
}

.bigbox {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#left_col {
	width: 120px;
	float: left;
	clear: none;
	padding-top: 20px;
	padding-right: 10px;
	margin-bottom: 10px;
}

.content {
	width: 700px;
	min-height: 400px;
	padding-left: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	border-left: 1px solid #000040;
	border-right: 1px #B5C6DB dotted;
	float: left;
	clear: none;
	margin-bottom: 10px;
	color: #B5C6DB;

}

#footer {
    width: 100%;
    clear: both;
	background-color: #B5C6DB;
   	height: 25px;
    border-top: 1px solid #000040;
    border-bottom: 1px solid #000040;
}

.footer_stripe {
	background-color: #000040;
	height: 3px;
	font-size: 3px;
}

.left_footer {
    width: 150px;
#   width: 140px; /* IE hack */
    height: 15px;
    float: left;
    clear: none;
    text-align: center;
    color: #4770A4;
    border-right: 1px dotted #000040;
#   border-right: 1px solid #000040;  /* IE hack - dotted looks ugly */
    margin-top: 5px;
    margin-bottom: 5px;
}

.button_footer {
	width: 710px;
#   width: 700px; /* IE hack */
	height: 15px;
	float: left;
	clear: none;
	padding-left: 70px;
    border-right: 1px dotted #000040;
#   border-right: 1px solid #000040;   /* IE hack - dotted looks ugly */
    margin-top: 5px;
    margin-bottom: 5px;
}

.spiral {
	text-align: right;
}

.spacer {
    border-bottom: 1px dotted #B5C6DB;
    height: 0px;
    width: 90px;;
    margin-left: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#quotes {
    font-size: 9px;
    font-style: italic;
    color: #B5C6DB; 
    width: 100%;
    margin-right: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #B5C6DB;
    border-top: 1px dotted #B5C6DB;    
}

#buttons{
    padding-left: 10px;
    width: 100%;
}

.button {
    margin-bottom: 2px;
}

.footer_button {
    float: left;
    clear: none;
    margin-left: 5px;
}


h1 {
	font-size: 11px;
	color: #FFA500;
	padding-bottom: 3px;
	padding-left: 10px;	
}

h2 {
	font-size: 11px;
	color: #FFA500;
	padding-bottom: 3px;
	padding-left: 10px;
/*	border-bottom: 1px solid #B5C6DB;*/
}

h3 {
	font-size: 10px;
	color: #FFFFFF;
}
/*
h3 {
	font-size: 10px;
	color: #000040;
	margin-bottom: 0px;
	padding-left: 10px;
	background: url("../images/menu_square.gif") no-repeat top left;
}
*/

.pagelabel {
	font-size: 20px;
	color: #FFA500;
	font-weight: bold;
	font-style: italic;
	width: 100%;
	text-align: left;
	margin-bottom: 20px;
	border-bottom: 1px solid #FFA500;
}

.content ul {
	list-style-image: url("../images/menu_square.gif"); 
}

.add_comment {
	font-size: 11px;
	font-weight: bold;
	color: #FFA500;
	padding-left: 5px;
/*	border-bottom: 1px solid #B5C6DB;*/
}
/*** MENU *******************************************/
.menu {
    width: 100%;
}

.menuitem {
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	padding-left: 20px;
	margin-left: 0px;
	margin-top: 7px;
	color: #000040;
    vertical-align: middle;
}

div.wedgeOpen {
   background: url('../images/wedge_open.gif') no-repeat 0.1em;
}

div.wedgeClosed {
   background: url('../images/wedge_closed.gif') no-repeat 0.1em;
}

div.visible {
   display: block;
}

div.invisible {
   display: none;
   height: 0px;
}

.submenuitem {
	margin-top: 10px;
	margin-bottom: 0px;
	list-style-image: url("../images/menu_square.gif"); 
	font-size: 11px;
	color: #B5C6DB;
}

/*** NEWS **************************************************/
.news {
	margin-bottom: 10px;
 	border-bottom: 1px dotted #000040;
	padding: 5px;
	padding-bottom: 15px;
}

.news_headline {
	font-weight: bold;
	color: #FFFFFF;
}

.news_text {
	padding: 5px;
	padding-left: 0px;
	color: #FFFFFF;
}

.news_date {
	font-size: smaller;
	background-color: ;
}

.news_readmore {
	font-weight: bold;
}

/*** KIN INFO *******************************************/

.kininfo {
	text-align: center;
}

.kininfo hr {
	width: 600px;
	margin-top: 20px;
	margin-bottom: 20px;
}

link_glyph:hover {

}

.comment_forms {
	width: 100%;
	clear: both;
	text-align: left;
}

/*** RECOMMENDED *******************************************/
#recommended {
	font-size: 10px;
	color: #B5C6DB;
	text-align: justify;
}

#recommended p {
	margin-top: 0px;
	padding-left: 10px;
}
