body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dd,dt,blockquote,button,fieldset,legend,label,input,textarea,form { margin:0;padding:0;border:0; }
html,input,textarea,select { font-size: 100% } /*keep ie happy*/

html {
	margin: 0;
	padding: 0;
	}
	
body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 72%;
	color: #333;
	background-color:#9A8B76;
	background-image:url(../images/bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	}


/* structure */

#wrapper {
	position:relative;
	width: 780px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	padding: 0;
	background-color:#EAE8E4;
	background-image:url(../images/contentbg.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

#masthead {
	height: 130px;
	padding: 0;
	margin:0;
}

#topnav {
	padding: 4px 20px;
	background:#600;
	}
	
#content {
	float:left;
	width:610px;
	padding:0 20px;
	margin:0;
	overflow:auto;
	min-height:520px;
	height:auto !important;
	height:520px;
	}

#rightnav {
	float:right;
	width: 110px;
	padding: 10px;
	margin: 0;
	background-color:#DFDBD5;
	-moz-border-radius:0px 0px 0px 8px;
	-webkit-border-radius:0px 0px 0px 8px;
	}
	
#rightnav p {
	font-size:0.85em;
	margin: 0;
	}
	
#footer {
	clear: both;
	width:780px;
	text-align: center;
	padding: 4px 0;
	background: #D5CEC4;
	-moz-border-radius:8px 8px 0px 0px;
	-webkit-border-radius:8px 8px 0px 0px;
	}
	
#footer p {
	margin:0;
	font-size:0.85em;}

#twitter_div ul {
    float:left;
    margin:0;
    padding:0;
    margin-left:0;
}

#twitter_div ul li {
    margin-left: 0;
	margin-bottom: .5em;
    list-style:none;
}



/* text */

p { font-size: 1.0em; line-height: 1.6em; margin: .5em 0 1.3em 0; }
	
h1, h2, h3, h4, h5, h6 { color:#600; font-weight: normal; margin: 1.2em 0 0 0; }

h1 { font-size: 1.8em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.0em; }
h6 { font-size: 0.8em; }

ol, ul, li {/*
	list-style: none;
	font-size: 1.0em;
	line-height: 1.6em; */
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}

strong, b { font-weight: bold; }

.storytitle { font: 1.4em Times, "Times New Roman", serif; }
.storyintro { line-height: 1.6em; margin: 0; }
.storytext { line-height: 1.6em; text-indent: 2em; margin: 0; }
.dropcap { font: 78px Times, "Times New Roman", serif; float:left; line-height: 50px; width: auto; padding-top: 15px; padding-right: 5px; color:#666; }

.copyright { font-size: 0.85em; color: #666; }
.smalltext { font-size: 0.85em; margin: 0 0 1em 0; }
.journal { margin: 0 0 .5em 0; }
.readnow { font-size: 0.85em; margin: 0 0 2em 0; border-bottom: 1px dashed #999; color:#666; }
.tag { font-size: 0.85em; text-align:right; color: #666; }


/* links */

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

a.topnav, a.topnav:link, a.topnav:visited {
	margin-right:24px;
	text-decoration:none;
	color:#f90; }

a.topnav:hover { border:0px; color:#fff;}

a.bug { text-decoration: none; color:#c30; }
a.bug:active {  text-decoration: none; color:#600; }
a.bug:visited {  text-decoration: none; color: #c30; }
a.bug:hover {  text-decoration: none; color: #600; }

a.bug, a.bug:link, a.bug:visited { font-size:.8em; text-transform:uppercase; text-align:left; text-decoration:none; padding:2px; color:#c30; border: 1px solid #c30; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
a.bug:hover { color:#fff; border: 1px solid #fff; background:#600; }


/* forms */

form { margin:0; padding:0; display:inline; }

input, text, textarea { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:1em; }

input.button {
   color:#c30;
   background-color:#fff;
   border:1px solid #c30;
   -moz-border-radius:4px;
   -webkit-border-radius:4px;
   }
   
input.button:hover, input.button:focus {
   color:#fff;
   background-color:#600;
   border:1px solid #fff;
   -moz-border-radius:4px;
   -webkit-border-radius:4px;
   }
   
input, text, textfield, textarea, password, checkbox {
   color:#000;
   background-color:#D5CEC4;
   border: 1px solid #fff;
   }
 
input:focus, text:focus, textarea:focus, textfield:focus, password:focus, checkbox:focus {
	background-color:#fff;
	border: 1px solid #600;
	}

 
 
 /* other properties */
 
.floatleft { float: left; }
.floatright { float: right; }
.floatleftpad { float: left; margin: 0 8px 0 0;}
.floatrightpad { float: right; margin: 0 0 0 8px; }

.clearboth { clear: both; }