@variables {
  basefont: normal 1.3em Trebuchet MS, Arial, sans-serif;
}


html {
	font-size: 62.5%;
	}

body {
 	margin: 0 auto;
 	width: 800px;
 	font: 12px/1.6em Verdana, Helvetica, Arial, Geneva, Helvetica, sans-serif;
 	color: #1e1e1e;
 	background: #fff url(../images/bkg.gif) repeat-x 0 0; 	
 	}
 	
a {
   color: #0040b6;
   text-decoration: none;
  }

	
li {
	list-style: none;	
	}

#pagewidth {
	position: relative;
	}

#header {	
	height: 30px;
	width: 100%;
	padding: 0 0 25px 0;
	}
			
#header ul {
	margin: 0;
	list-style: none;
	position: relative;
	height: 30px;	
	background-color: #da3e3c;
	width: 100%;	
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	}
	
#header ul li {
	float: left;
	display: inline;
	}
	
#header ul a{
	display: block;
	font: bold 1.1em Trebuchet MS, Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 2px 7px 5px 7px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	}
	
#header ul a:focus,
#header ul a:active,
#header ul a:hover {
	background-color: #982d2b;
	outline: none;
	}				
	
#header ul a.home {
	margin: 6px 14px 0 270px;
	}
	
#header ul a.research {
	margin: 6px 14px 0 0;
	}	
	
#header ul a.links {
	margin: 6px 14px 0 0;
	}	
	
#header ul a.pictures {
	margin: 6px 14px 0 0;
	}	
	
#header ul a.archive {
	margin: 6px 14px 0 0;
	}	
	
#header ul a.contact {
	margin: 6px 0 0 0;
	}	
	
#home #header ul a.home,
#contact #header ul a.contact,
#pictures #header ul a.pictures,
#research #header ul a.research,
#links #header ul a.links,
#archive #header ul a.archive {
	background-color: #6a1f1e;
	}	
					
#footer {
	height: 30px;
	width: 100%;	
	text-align: center;
	bottom: 15px;
	}
	
#footer ul {
	
	padding: 6px;
	list-style: none;	
	height: 35px;		
	width: 100%;
	padding-top: 10px;
	}
	
#footer ul li {
	margin: auto;
	display: inline;
	margin: 5px;
	}		
		
#footer p {
	display: inline;
	font: bold 0.9em Trebuchet MS, Arial, sans-serif;
	color: #fff;
	}

#name {
	display: inline;
	text-align: center;
	font: bold 1.5em Trebuchet MS, Arial, sans-serif;	
	color: #000000;
	}			  
					  
a.banner {
	display: inline;
	position: relative;
	top: -20px;
	left: 15px;
	font: bold 3.5em Trebuchet MS, Arial, sans-serif;	
	color: #fff;
	background-color:	#982d2b;	
	padding: 5px;				
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
a.banner:hover,
a.banner:active,
a.banner:focus {
	text-decoration: none;
	}
	
.newsbanner {
	font: bold 2.4em Trebuchet MS, Arial, sans-serif;
	color: #000;
	position: relative;
	top: -13px;
	left: 20px;
	display: inline;
	padding: 3px;
}
	
#main {
	padding: 7px;
	width: 100%;	
	}

#home #main .pod {
	min-height: 90px;	
	width: 550px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	background-color: #fff;
	padding: 10px;
	margin: 10px;
	border: 1px outset #6a1f1e;	
	font: normal 1.2em Verdana, sans-serif;
	text-indent: 25px;	
	text-align: justify;
	}
	
#archive #main .pod,
#addpost #main .pod,
#pictures #main .pod{
	min-height: 90px;	
	width: 780px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	background-color: #fff;
	padding: 10px;
	margin: 10px;
	border: 1px outset #6a1f1e;	
	font: normal 1.2em Verdana, sans-serif;
	text-indent: 25px;	
	}

        #archive .title {
            font: bold 1.4em Verdana, sans-serif;
        }

	
#main .pod p.title {
	display: block;
	font: bold 2.6em Trebuchet MS, Arial, sans-serif;
	color: #000000;
	text-transform: capitalize;
	margin: 3px auto;
	text-indent: 0;
	    font-family: Arial,Helvetica,sans-serif;
}
	
#main .pod p.date {
	display: inline;	
	color: #736f70;	
	text-decoration: none;
	font: italic 0.9em Verdana, sans-serif;	
	}
	
#main .pod a.author {
	display: inline;
	font: normal 0.9em Verdana, sans-serif;
	}	
	
#main .pod a.permlink,
#main .pod a.comments {
	display: inline;
	font: normal 0.7em Verdana, sans-serif;
	color: #da3e3c;
	padding: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	text-align: right;
	}

#main .pod a.permlink:active,
#main .pod a.permlink:hover,
#main .pod a.permlink:focus,
#main .pod a.comments:active,
#main .pod a.comments:hover,
#main .pod a.comments:focus {
	background-color: #da3e3c;
	color: #fff;
	}	

#main .pod img.embed {
        width: 35%;
        height: 35%;
        vertical-align: middle;
        border: 1px solid #000;
        margin: 8px;
}

#main #comments {
	display: block;
	font: bold 1.3em Trebuchet MS, Arial, sans-serif;
	color: #da3e3c;
	text-transform: capitalize;
	margin: 3px auto;
	text-indent: 0;
	}	
	
#right {
	position: relative;
	top: 10px;
	right: -25px;
	float: right;
	width: 200px;
	background-color: #fff;
	padding: 10px;
	border: 1px solid #6a1f1e;
        font: normal 1em Trebuchet MS, Arial, sans-serif;
	}
	
#right .portrait {
	display: block;
	border: 1px solid #6a1f1e;
	text-decoration: none;	
	}

#right .heading {
        font: bold 1.1em Trebuchet MS, Arial, sans-serif;
}

#right .list {
        text-indent: 20px;
}


.thumb {
        display: inline;
        width: 30%;
        height: 30%;
        border: 1px solid #6a1f1e;
        text-decoration: none;
        margin: 5px;
}

.year {
    font: bold 1.8em Trebuchet MS, Arial, sans-serif;
}

.month {
    text-indent: 10px;
    font: bold 1.4em Trebuchet MS, Arial, sans-serif;
}
.day {
    text-indent: 20px;
    font: bold 1.2em Trebuchet MS, Arial, sans-serif;
}

.minipod {	
	width: 65%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	background-color: #fff;
	padding: 3px;
	margin: 10px auto;
	border: 1px outset #6a1f1e;	
	font: normal 0.9em Verdana, sans-serif;
	text-indent: 25px;	
	text-align: right;
	}
	
.minipod p.text {
	text-align: left;
	}




.minipod p.comauthor {
	display: inline;
	font: normal 0.9em Verdana, sans-serif;
	text-align: right;
	}	
	
.minipod p.comdate {
	display: inline;	
	color: #736f70;	
	text-decoration: none;
	font: italic 0.9em Verdana, sans-serif;
	text-align: right;	
	}

#addcomment {
	width: 50%;
	position: relative;	
	margin: 10px auto;	
	font: normal 0.9em Verdana, sans-serif;	
	text-align: center;
	text-indent: 0px;
	}
	
#addcomment p.banner {
	font: bold 2.0em Trebuchet MS, Arial, sans-serif; 
	color: #000;
	display: block;
	text-align: center;
	}
	
	
#addcomment input {
	border: 1px outset #6a1f1e;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 2px;
	padding: 2px;
	background: none;
	font: normal 1em Verdana, sans-serif;	
	}
	
#addcomment span.error {
	color: #fff;
	padding: 2px;
	margin: 2 px;
	background-color: #da3e3c;
	font: bold 1em Verdana, sans-serif;
	display: inline;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	}
			  