/* @group Blueprint */

/* -----------------------------------------------------------------------
 Blueprint CSS Framework 0.8
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.
----------------------------------------------------------------------- */
/* @group Reset */


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
br {clear: both;}
a {text-decoration: none;}

/* @end */

/* @group Typography */

body {font-size:100%;color:#FFF;background:#000;font-family:"Times New Roman", serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#FFF;}
h1 {font-size: 150%;line-height: 1;margin-bottom:0.5em;font-variant: small-caps;text-align: center;}
h2 {font-size: 125%;margin-bottom:0.75em;font-variant: small-caps;}
h3 {font-size:110%;line-height:1;margin-bottom:1em;}
h4 {font-size:100%;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:90%;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:75%;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}

*:focus{-moz-outline-style: none;}

a:link {color: #ffce2e;}
a:visited {color: #ffce2e;}
a:hover, a:focus {color: #a70000;}
a:active {color: #fff;outline: none;-moz-outline-style: none;}

blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background: #b1ceff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background: #000;}
tr.odd td {background: #444;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
/*.highlight {background:#ff0;}*/
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
fieldset {
	border: 1px solid #a7a7a7;
	padding: 5px;
}
/* @end */

/* @group Fancy type */

.alt { 
  color: #666; 
  font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 
  font-style: italic;
  font-weight: normal;
}

/* For great looking quote marks in titles, replace "asdf" with:
   <span class="dquo">&#8220;</span>asdf&#8221;
   (That is, when the title starts with a quote mark). 
   (You may have to change this value depending on your font size). */  
   
.dquo { margin-left: -.5em; } 

/* Reduced size type with incremental leading
   (http://www.markboulton.co.uk/journal/comments/incremental_leading/)

   This could be used for side notes. For smaller type, you don't necessarily want to 
   follow the 1.5x vertical rhythm -- the line-height is too much. 
   
   Using this class, it reduces your font size and line-height so that for 
   every four lines of normal sized type, there is five lines of the sidenote. eg:

   New type size in em's:
     10px (wanted side note size) / 12px (existing base size) = 0.8333 (new type size in ems)

   New line-height value:
     12px x 1.5 = 18px (old line-height)
     18px x 4 = 72px 
     72px / 5 = 14.4px (new line height)
     14.4px / 10px = 1.44 (new line height in em's) */

p.incr, .incr p {
	font-size: 10px;
	line-height: 1.44em;  
	margin-bottom: 1.5em;
}


/* Surround uppercase words and abbreviations with this class.
   Based on work by Jørgen Arnor Gårdsø Lom [http://twistedintellect.com/] */
   
.caps { 
  font-variant: small-caps; 
  letter-spacing: 1px; 
  text-transform: lowercase; 
  font-size:1.2em;
  line-height:1%;
  font-weight:bold;
  padding:0 2px;
}

/* @end */



/* @group Buttons */

a.button, button {
  display:block;
  float:left;
  padding:5px 10px 5px 7px;   /* Links */
  
  border: 1px solid #bebebe;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;

  background-color: #eaeaea;
  font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  font-size:100%;
  line-height:130%;
  text-decoration:none;
  font-weight:bold;
  color:#565656;
  cursor:pointer;
}
button {
  width:auto;
  overflow:visible;
  padding:4px 10px 3px 7px;   /* IE6 */
}
button[type] {
  padding:4px 10px 4px 7px;   /* Firefox */
  line-height:17px;           /* Safari */
}
*:first-child+html button[type] {
  padding:4px 10px 3px 7px;   /* IE7 */
}
button img, a.button img{
  margin:0 3px -3px 0 !important;
  padding:0;
  border:none;
  width:16px;
  height:16px;
  float:none;
}


/* Button colors
-------------------------------------------------------------- */

/* Standard */
button:hover, a.button:hover{
  background-color:#dff4ff;
  border:1px solid #c2e1ef;
  color:#336699;
}
a.button:active{
  background-color:#6299c5;
  border:1px solid #6299c5;
  color:#fff;
}

/* Positive */
body .positive {
  color:#529214;
}
a.positive:hover, button.positive:hover {
  background-color:#E6EFC2;
  border:1px solid #C6D880;
  color:#529214;
}
a.positive:active {
  background-color:#529214;
  border:1px solid #529214;
  color:#fff;
}

/* Negative */
body .negative {
  color:#d12f19;
}
a.negative:hover, button.negative:hover {
  background:#fbe3e4;
  border:1px solid #fbc2c4;
  color:#d12f19;
}
a.negative:active {
  background-color:#d12f19;
  border:1px solid #d12f19;
  color:#fff;
}

/* @end */

/* @end */

/* @group Layout */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #000 url(../images/site/body_bkg.jpg) no-repeat fixed;
}

.center	{
	text-align: center;
}

#container {
	width:950px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width: 100%;
	height: 275px;
	text-align: center;
	background: url(../images/site/header.png) no-repeat;
}

#header h1 {
	display: none;
}

#top_nav {
	position: relative;
	top: 195px;
	height: 72px;
	width: 80%;
	text-align: center;
	margin: 0 auto;
	background: url(../images/site/top_nav_bkg.png) no-repeat;
}

#top_nav ul {
	font-size: 130%;
	list-style-type: none;
	list-style-position: inside;
	font-variant: small-caps;
	padding-top: 5px;
	padding-bottom: 5px;
}

#top_nav ul li {
	display: inline;
	padding-right: 20px;
	background: url(../images/site/top_nav_divider.png) no-repeat right center;
}

#top_nav ul li a:link {
	color: #e5e5e5;
}

#top_nav ul li a:visited {
	color: #e5e5e5;
}

#top_nav ul li a:hover {
	color: #a70000;
}

#top_nav ul li a:active {
	color: #ffce2e;
}

#page {
	width: 850px;
	background: url(../images/site/page_bkg.png);
	padding: 0 50px;
	margin-bottom: 0px;
}

#content1c {
	float: left;
	width: 100%;
}

#content2cl {
	float: left;
	width: 73%;
	padding: 15px;
	background-color: #1b3238;
	opacity: 0.75;
	border: 1px solid #fff;
}

#lsidebar {
	float: left;
	width: 20%;
	margin-right: 2%;
}

#lsidebar ul li {
	list-style-image: url(../images/site/left_nav_bullets.png);
}

#lsidebar ul li a {
	font-variant: small-caps;
	font-size: 100%;
}

#user_login {
	position: relative;
	top: 4px;
}

input#username {
	width: 100px;
	margin-bottom: 8px;
	margin-left: 4px;
}

#password_login {
	position: relative;
	top: 4px;
}

input#password {
	width: 100px;
	margin-bottom: 8px;
	margin-left: 4px;
}

button#login_button {
	padding: 0;
	margin: 0;
	width: 110px;
	height: 35px;
	background: url(../images/site/login_button_up.png) no-repeat;
	border-style: none;
}

button#login_button:hover {
  background: url(../images/site/login_button_over.png) no-repeat;
}

button#login_button:active {
  background: url(../images/site/login_button_down.png) no-repeat;
}

#footer {
	clear: both;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 0;
	text-align: center;
	background: url(../images/site/footer_bkg.png) no-repeat left bottom;
}

#edit_profile {
	width: 350px;
}

#chatsetting_lsidebar {
	float: left;
	width: 15%;
	margin-right: 2%;
}

#faq_lsidebar {
	float: left;
	width: 20%;
	margin-right: 2%;
}

#faq_lsidebar ul li {
	list-style-image: url(../images/site/left_nav_bullets.png);
}

#faq_lsidebar ul li a {
	font-variant: small-caps;
}

#map_nav ul li {
	list-style-image: url(../images/site/map_nav_bullet.png);
}

#map_nav ul li a {
	font-variant: small-caps;
}

legend.fancy {
	font-variant: small-caps;
	font-size: 120%;
	color: #a7a7a7;
}

a.application_add {
	font-size: 95%;
	float: right;
}

/* @end */