/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

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;
}
a {
	color:#339900;
	text-decoration:none;
}
body { 
  line-height: 1.5; 

}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

html,body {
	width:100%;
}
html {
	overflow: -moz-scrollbars-vertical;
}
body {
	font-family:'Courier',Arial,Helvetica,sans;
	font-size:12px;
	color:#000;
	background:url('../img/lines.png') repeat-y fixed center -100px;
}

p {
	padding-bottom:12px;
}

h1 {
	width:100%;
	height:195px;
	background:url('../img/header.png') no-repeat 0 0;
	text-indent:-1000px;
}

#wrapper {
	width:500px;
	margin:25px auto 0 auto;
}
li.divider {
	padding:0 2px;
}

#menu {
	width:450px;
	padding:15px 25px 15px 25px;
	background-color:white;
	background:white url('../img/arrow_down.gif') no-repeat ;
	background-position:36px 42px;
}

#menu ul {
	list-style-type:none;
	border-top:2px solid black;
	border-bottom:1px solid black;
	overflow:auto;
	height:24px;
	line-height:24px;
	font-size:11px;
}

#menu ul li {
	float:left;
	border:0 solid black;
}





#menu a {
	color:#333;
	padding:0 2px;
	line-height:24px;
	outline:none;
	border:0 solid black;
	display:block;
/*	text-transform:uppercase;*/
}
#menu a.active {
	font-weight:bold;
	color:black;
}

#menu a:hover {
	color:black;
}

*:first-child+html #menu a { color:#444;font-size:12px;font-family:'Courier New';  }
* html #menu a {color:#444;font-size:12px;font-family:'Courier New';}
*:first-child+html #menu a.active {font-weight:normal;color:black;}
* html #menu a.active {font-weight:normal;color:black;}




#contentwrap {
	padding:5px 25px 25px 25px;
	background:white;
	margin-bottom:50px;
}
#content {
	list-style-type:none;
	position:'relative';
	overflow:auto;
}
#footer {
	font-size:10px;
	list-style-type:none;
	overflow:auto;
	border-top:1px solid #CCC;
	margin-top:20px;
	padding:3px 0 3px 0;
	color:#CCC;
	height:24px;
	line-height:24px;
}
#footer a {
	color: #CCC;
	border:0 solid black;
	height:24px;
	line-height:24px;
}
*:first-child+html #footer a {font-family:'Courier New';font-size:12px;}
* html #footer a {font-family:'Courier New';font-size:10px;}

#footer a:hover {
	color: black;
}
#footer .active a {
	color:black;
}

#footer li {
	float:left;
	padding-right:5px;
}




#content h2, .post h4 {
	font-size:24px;
	color:black;
	padding-bottom:10px;
	line-height:1;
	font-family:'Georgia','Times New Roman',serif;
	font-weight:normal;
}

#content h2 {
	padding-bottom:20px;
	width:75%;
}
.post h4 a {
	color:black;
}
.post {
	padding-bottom:25px;
	width:450px;
	overflow:hidden;
}



#blog ul {
	list-style-type:none;
/*	overflow:auto;*/
}

#blog img {
	max-width:450px;
}

.h {
	display:none;
}
#content > li {
	display:none;
}

#content > li {
	overflow:hidden;
}

iframe {
	background:white url('../img/loader.gif') no-repeat;
}