/*GENERAL*
*****************/
p {
   text-indent: 2em;
}

address {
   margin-left: 2em;
   font-size: 1.5em;
}

a {
   color: #666;
   text-decoration: none;
   background: #EEE;
}

a:hover {   
   color: #333;
   text-decoration: underline;
}

body {
	padding: 0;
   border: none;
   margin: 0;
	font: 1em/1.25 "arial", arial, serif;
   
}

/*TOP*
*************/

#top {
   background: white;
   margin: 20px 0 0 20px;
}

#top img {
   width: 100%;
}

/*NAVIGATION*
*******************/

#navigation {
   position: relative;
   color: white;
   background: #FFF;
   font-size: 1.5em;
   font-family: "Times New Roman", times, serif;
   border: solid black;
   border-width: 0 0 2px 0;
   margin-bottom: 10px;
   z-index: 10;
}

#navigation .navbar {
   position: relative;
   margin-left: 10%;
   padding: 1px;
   margin-bottom: 24px;
   list-style: none;
}

#navigation li a {
   text-decoration: none;
   text-transform: lowercase;
   font-size: .8em;
   color: white;
   display: block;
   float:left;
   background: #CCC;
   border-width: 1px;
   border: black;
   padding: 0 0.5em;
   margin: 1px;
}

#navigation li a:hover
 {
   color: #333;
   background: #EEE;
}

#navigation li {
   float: left;   
}

#navigation .navright {
   position: relative;
   left: 10em;
}

#navigation .navright a {
   background: none;
   color: #333;
   font-style: italic;
}

#navigation .navright a:hover {
   background: none;
   color: #CCC;
}

/*CONTENT*
***************/

#content .date h2 {
   color: #888;
   font-style: italic;
   text-align: center;
   margin: 1em 30%;
   border: dotted black;
   border-width: 1px 0;
}

#content .date h2 a {
   background: #FFF;
}

#content .date h2 a:hover {
   text-decoration: none;
}

/*HEADLINE, H3*/
#content h3 {
   font-size: 1.25em;
   margin: 0;
}

#content h3 a {
   background: #fff;
}

#content h3 a:hover {
   text-decoration: none;
   color: #888;
}

#content h5 {
   font-size: 1em;
}

/*AUTHOR, H4*/
#content h4 {
   margin: 0;
   text-indent: .5em;
   font-style: italic;
}

.leftcolumn {
   float: left;
   width: 60%;
}

.rightcolumn {
   margin-top: 0;
   margin-left: 60%;
   width: 40%;
}

.centercolumn {
   clear: left;
}

.firstarticle {
  margin-top: 0;
  margin-left: 65%;
  width: 35%;
}

.articleindex {
  float: left;
  margin-bottom: 15px;
  margin-left: 4px;
  margin-top: -4px;
  font-style: italic;
  color: #888;
  background: #F9F9F9;
  padding-right:2em;
  width: 60%;
}

.articleindex h1 {
   font-size: 1.5em;
   margin: .5em;
}

.articleindex h2 {
   font-size: 1.5em;
   font-weight: 100;
   text-align: right;
}

.articleindex h2 a,
.articleindex h2 a:hover {
   text-decoration: underline;
}

.articleindex a {
   background: none;
   font-weight: bold;
}

.articleindex a:hover {
   text-decoration: none;
}

.portrait img {
   float: right;
   max-width: 130px;
   margin: 1em 0 0 1em;
}

/*blur and shadow are for the drop shadow effect at the article's border*/
.blur{
   position:relative;
	background-color: #ccc; /*shadow color*/
	color: inherit;
   margin: 0 .5em 1em .5em;
   border: solid #ccc;
   border-width: 0 0 1px 0;
}

.shadow,
.article{
	position: relative;
	bottom: 2px;
	right: 2px;
   z-index: 0;
}

.shadow{
	background-color: #666; /*shadow color*/
	color: inherit;
}

/*ARTICLES*/
.article {
   background-color: #fff;
	border: 1px solid black; /*border color*/
   padding: 2ex 2ex;
   overflow:auto;
}


/*Images*/
.article img {
   border: solid black 1px;
}

.article .imgcontainer {
   float: left;
   width: 270px;
   margin: 0 1em 0 0;
   border: dotted black 1px;
}

.article .imgcontainer p {
   font-size: .8em;
   font-style: italic;
   text-align: center;
   text-indent: 0;
   margin: 0;
   padding-bottom: .5em;
}

.article .imgcontainer img {
   position: relative;
   top: -1px;
   left: -1px;
   width: 270px;
}

/*For IN-DEPTH article pages, use the bigimgcontainer class*/
.article .bigimgcontainer {
   float: left;
   margin: 0 1em 0 0;
   border: dotted black 1px;
   width: 540px;
}

.article .bigimgcontainer p {
   font-size: .8em;
   font-style: italic;
   text-align: center;
   text-indent: 0;
   margin: 0;
   padding-bottom: .5em;
}

.article .bigimgcontainer img{
   position: relative;
   top: -1px;
   left: -1px;
   width: 540px;
}

.article .advertisement {
   float: right;
   margin: 0 0 0 .5em;
}

.article .advertisement img{
   position: relative;
   top: -1px;
   left: -1px;
}

.article .comic {
   float: left;
   margin: 0 1em 0 0;
   border: dotted black 1px;
   width: 95%;
}

.article .comic p {
   font-size: .8em;
   font-style: italic;
   text-align: center;
   text-indent: 0;
   margin: 0;
   padding-bottom: .5em;
}

.article .comic img{
   position: relative;
   top: -1px;
   left: -1px;
   width: 100%;
}

.goback {
   text-align: right;
}


/*FORMS*
*************/

form {
   margin-top: 3em;
}

label {
width: 7em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
}

.submit input {
margin-left: 7.5em;
}

.radio input {
   margin-left:5em;
}

/*OTHER*
******************/

/*Keeps the whole thing in the center*/
#container {
   position: relative;
   width: 900px;
   margin: 20px auto;
}

/*Confines quotes to a smaller area*/
#quote {
   width: 90%;
   margin: 30px auto;
}