/*
Theme Name: NANO Fiction
Theme URI: http://nanofiction.org
Description: Theme for NANO Fiction
Version: 2.0
Author: Gene Morgan
Author URI: http://pompadoured.com
Tags: Explosions, Death, Heavy Metal


*/



@charset "UTF-8";
/* CSS Document */

body {
	text-align: center;
	}
	
#nanobody {
	background-color: #f3f3f4;
	text-align: center;
	}


/*links*/  

a {
	text-decoration:  underline;
	text-align: left;
	}

a:link {
	color: #535355;
	}

a:visited {
	color: #535355;
	}

a:active {
	color: #535355;
	}

a:hover {
	color: #000000;
	}
	


a.mainmenu {
	text-decoration:  none;
	}

a.mainmenu:link {
	color: #535355;
	}

a.mainmenu:visited {
	color: #535355;
	}

a.mainmenu:active {
	color: #535355;
	}

a.mainmenu:hover {
	color: #000000;
	}
	
/*headers*/

h1 {
	color: #535355;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: normal;
	text-align: center;
	margin-bottom: 0px;
	}
	
.contest a {
	font-family: Helvetica, sans-serif;
	background-color: #000;
	color: #fff;
	padding: 5px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: .2em;
	
	}
	
.contest a:hover {

	background-color: #f3f3f4;
	color: #000;
	padding: 5px 10px;
	text-decoration: none;
	
	}

.nano {
	font-size: 80px;
	}
	
.fiction {
	font-size: 37px;
	}
	
/*copy tags*/

p {
	color: #535355;
	font-family: verdana;
	font-weight: normal;
	line-height: 180%;
	text-align: justify;
	margin-bottom: 10px;
	font-size:11px;
	}
	
.menu {
	font-size:12px;
	text-align:center;
	}
	
.announcements {
	font-size:11px;
	text-align:center;
	}
	
.storyhead {
	font-weight: bold;
	font-size:14px;
	text-align: center;
	}
	
.storyauthor {
	font-weight:normal;
	font-size:13px;
	text-align: center;
	}

.copy {
	font-size:11px;
	}

.smallcopy {
	font-size:9px;
	line-height: 150%;
	}

	
/*div tags*/
	
.break {
	width: 500px;
	height: 10px;
	}	

.header {
	padding-top: 75px;
}

.content {
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 80px;
	padding-top: 50px;
}

.bio {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 80px;
	padding-top: 0px;
}

#sitecontainer {
	width: 500px;
	margin: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 150px;
	padding-left: 0px;
}

.content {
}

#subs {
	margin: 25px 0;
}

/*table*/

.issue {
margin-bottom: 20px;

}

.pictureside {
float: left;
width: 175px;
}

.textside {
margin-left: 220px;
width: 175px;
min-height: 300px;
}

.paypal {
width: 25px;
height:50px;
}

.paypalsubs {
width: 50px;
height:25px;
margin-left: 1px;}


img {
	border: none;}
	
