body{
	background-color: black;
	color: #CCCC99;
	margin: 0; /*Eliminates default spacing that causes scrollbar to appear*/
	padding: 0;
	font-family: verdana;
	font-size: 13px;
	min-height: 100vh;
}

body:after{ /*Preloads hover images for navbar to reduce flickering*/
 display:none;
 content: url("/images/layout/text/nav/lit/main.jpg") url("/images/layout/text/nav/lit/archives.jpg") url("/images/layout/text/nav/lit/projects.jpg") url("/images/layout/text/nav/lit/gallery.jpg") url("/images/layout/text/nav/lit/about.jpg") url("/images/layout/text/nav/lit/contact.jpg");
}

p{
	text-indent: 35px;
}

a:link, a:visited, a:active{
	color: #009933;
	font-family: verdana;
	text-decoration:none;
}

a:hover{
	color: #66CC00;
	font-family: verdana;
	text-decoration: underline overline;
}

input[type="text"], textarea{
  background-color : #888888; 
}

@font-face{ 
  font-family: carolinga;
  src: url('../fonts/carolinga.ttf');
}

@font-face{ 
  font-family: clerica;
  src: url('../fonts/clerica.otf');
}

h1{
	font-size: 40px;
	font-family: carolinga;
	margin: 10px;
	text-align: center;
}

h2{
	font-size: 20px;
	font-family: Georgia;
}

h3{
	font-size: 16px;
	font-family: Georgia;
}

li{
	display: list-item;
	list-style-type: disc;
}

#content{
	padding: 0px;
	min-height: 100vh;
	display: table;
	margin: auto;
	width: 1000px;
}


#top{
	height: 116px;
	display: table-row;
}

#topleft{
	display: table-cell;
	width: 173px;
	background-image: url("../../images/layout/text/logo.jpg");
}

#header{
	display: table-cell;
	background-repeat: no-repeat;
}

#topright{
	display: table-cell;
	width: 112px;
	background-image: url("../../images/layout/text/right_top.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
}


#middle{
	display: table-row;
}

#left{
	display: table-cell;
	background-image: url("../../images/layout/text/left_tile.jpg");
	background-position: 0px 190px;
}

#nav{
	vertical-align: top;
}

#navmain{
	height: 23px;
	background-image: url("../../images/layout/text/nav/idle/main.jpg");
	background-color: black;
}

#navmain:hover{
	background-image: url("../../images/layout/text/nav/lit/main.jpg");
}

#navarchives{
	height: 24px;
	background-image: url("../../images/layout/text/nav/idle/archives.jpg");
	background-color: black;
}

#navarchives:hover{
	background-image: url("../../images/layout/text/nav/lit/archives.jpg");
}

#navprojects{
	height: 28px;
	background-image: url("../../images/layout/text/nav/idle/projects.jpg");
	background-color: black;	
}

#navprojects:hover{
	background-image: url("../../images/layout/text/nav/lit/projects.jpg");
}

#navgallery{
	height: 27px;
	background-image: url("../../images/layout/text/nav/idle/gallery.jpg");
	background-color: black;	
}

#navgallery:hover{
	background-image: url("../../images/layout/text/nav/lit/gallery.jpg");
}

#navabout{
	height: 25px;
	background-image: url("../../images/layout/text/nav/idle/about.jpg");
	background-color: black;	
}

#navabout:hover{
	background-image: url("../../images/layout/text/nav/lit/about.jpg");
}

#navcontact{
	height: 22px;
	background-image: url("../../images/layout/text/nav/idle/contact.jpg");
	background-color: black;	
}

#navcontact:hover{
	background-image: url("../../images/layout/text/nav/lit/contact.jpg");
}

#searchContainer{
	padding: 5px;
	height: 30px;
	background-color: black;
	background-image: url("../../images/layout/text/vertical_bar.jpg");
	background-repeat: repeat-y;
	background-position: right;
	margin: auto;
	text-align: center;
}
#searchBar{
	margin-top: 5px;
	width: 90px;
	height: 18px;
}

#searchButton{
	padding: 5px;
	margin: 0px;
	height: 16px;
	width: 16px;
	background-color: transparent;
	background-image: url('../../images/icons/magnifier_64.png');
	background-size: contain;
	border: none;
	cursor: pointer;
}

#main{
	display: table-cell;
	position: relative;
	padding-bottom: 190px;
	vertical-align: top;
}

#footerimage{
	width: 100%;
	height: 150px;
	display: block;
	position: absolute;
	right: 0px;
	bottom: 20px;
	background-position: right;
	background-repeat: no-repeat;
}

#footer{
	position: absolute;
	display: block;
	width: 600px;
	left: 53px;
	bottom: 5px;
	font-size: 10px;
	color: #006600;
	text-align: center;
}

#righttile{
	display: table-cell;
	background-image: url("../../images/layout/text/right_tile.jpg");
}

.bar{
	width: 100%;
	height: 2px;
	background-image: url("../../images/layout/text/bar.jpg");
	background-position: center;
	background-repeat: no-repeat;
}

/*****Archive Styles*****/

#pageNavContainer{
	/*width: 100%;
	/*display: flex;*/
	/*padding: 10px 0px;*/
}
/*
#pageNavLeft{
	width: 265px;
	display: inline;
	float: right;
	text-align: right;
}

#pageNavCenter{
	width: 45px;
	display: inline;
	text-align: center
}

#pageNavRight{
	width: 265px;
	display: inline;
	float: left;
	text-align: left;
}
*/
.update{
	margin-left: 20px;
	text-indent: -20px;
}

.archiveyear{
	font-family: Georgia;
	font-size: 30px;
	font-weight: bold;
}

.posttitle{
	font-size: 40px;
	font-family: carolinga;
	text-align: center;
	width: 100%;
	margin: auto;
}

.postsubtitle{
	font-size: 16px;
	font-family: Georgia;
	text-align: center;
	width: 100%;
	margin: auto;
	padding-bottom: 10px;
}

.postsummary{
}

.postdate{
	color: #009933;
	padding-top: 5px;
}

.postedit{
	color: #0D3309;
	font-style: italic;
	margin-bottom: 5px;
}

.title{ /*This can probably get deleted after Archive overhaul */
	font-size: 40px;
	font-family: carolinga;
	/*margin: 10px;*/
	text-align: center;
	
	width: 100%;
	margin: auto;
	/*display: inline;*/
}

.prev{
	display: inline;
	padding-left: 20px;
	color: #0D3309;
}

.next{
	display: inline;
	float: right;
	padding-right: 20px;
	color: #0D3309;	
}

.date{
	color: #009933;
	padding-top: 20px;
}

.edit{
	color: #0D3309;
	font-style: italic;
	position: absolute;
	left: 0px;
	bottom: 20px;
}

.summary{ /*Can be deleted after new Archive section is finished being implemented */
	display: none;
}

.archivepic{ /* Can be deleted after new Archive section is finished being implemented */
	display: block;
	margin: auto;
	border-style: solid;
	border-width: 4px;
	border-color: #555555;
	width: 650px;
	margin-bottom: 5px;	
}

.thumb{ 
	display: block;
	margin: auto;
	border-style: solid;
	border-width: 4px;
	border-color: #555555;
	margin-bottom: 5px;	
}

.imagecaption{
	font-style: italic;
	font-size: 12px;
	text-align: center;
	margin-bottom: 10px;
	width: 600px;
	margin: auto;
	color: #9A9A67;
}

.pin{
	width: 8px;
	height: 12px;
	display: inline-block;
	background-image: url("/images/icons/pin.png");
}

.datetitle{
	font-size: 15px;
	font-family: Georgia;
	font-weight: bold;
}

.column{
	display: inline-block;
	vertical-align: top;
	padding-right: 15px;
}

.quote{
	max-width: 80%;
	font-style: italic;
	text-indent: 0px;
	margin: auto;
}