/*
 *    Postcard Shorts website stylesheet
 *    copyright 2006 Postcardshorts
 */


body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family:  verdana, arial, helvetica, sans-serif;
	/* background-color: #222200;  */
	background-color: rgb(34, 34, 34);
	color: #000;
	text-align:center;
	}

a {text-decoration: none; font-size: 10px; font-weight: bold; outline: none;}
a:active {text-decoration: none; font-size: 10px; font-weight: bold; outline: none;} 
a:hover {text-decoration: none; font-size: 10px; font-weight: bold; outline: none;}
a:visited {text-decoration: none; font-size: 10px; font-weight: bold; outline: none;}

a.nav:link {color:#7CfC00; }
a.nav:active {color:#7CfC00; }
a.nav:visited {color:#7CfC00; }
a.nav:hover {color:#FF0000; }

a.current:link {color:#FF0000; }
a.current:active {color:#FF0000; }
a.current:visited {color:#FF0000; }
a.current:hover {color:#FF0000; }

a.editor:link {font-size: 14px; color:#000000; }
a.editor:active {font-size: 14px; color:#000000; }
a.editor:visited {font-size: 14px; color:#000000; }
a.editor:hover {font-size: 14px; color:#FF0000; }

a.here:link {text-decoration: underline; font-size: 12px; color:#000066; }
a.here:active {text-decoration: underline; font-size: 12px; color:#000066; }
a.here:visited {text-decoration: underline; font-size: 12px; color:#000066; }
a.here:hover {text-decoration: underline; font-size: 12px; color:#FF0000; }

a.where:link {font-size: 16px; font-weight: bold; color:#000066; }
a.where:active {font-size: 16px; font-weight: bold; color:#000066; }
a.where:visited {font-size: 16px; font-weight: bold; color:#000066; }
a.where:hover {font-size: 16px; font-weight: bold; color:#000066; }

a.paging:link {font-size: 16px; font-weight: bold; color:#7CfC00; }
a.paging:active {font-size: 16px; font-weight: bold; color:#7CfC00; }
a.paging:visited {font-size: 16px; font-weight: bold; color:#7CfC00; }
a.paging:hover {font-size: 16px; font-weight: bold; color:#7CfC00; }

a.storyindex:link {padding:0px 0px 0px 10px; font-size: 12px; color:#AABCC6; }
a.storyindex:active {padding:0px 0px 0px 10px; font-size: 12px; color:#AABCC6; }
a.storyindex:visited {padding:0px 0px 0px 10px; font-size: 12px; color:#AABCC6; }
a.storyindex:hover {padding:0px 0px 0px 10px; font-size: 12px; color:#FF0000; }

hr {
	border: none;
	background-color: #4E8781;
	color: #4E8781;
	height: 1px;
}

p {
	margin-top: 0px;
	margin-left: 18px;
	margin-right: 18px;
	text-align: justify;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	}

p.storytitle {
	margin-top: 20px;
	font-size: large;
	color: #000066;
	line-height: 16px;
	text-align: justify;
}

p.storytitlemain
 {
	margin-top: 40px;
	font-size: large;
	color: #000066;
	line-height: 16px;
	text-align: justify;
}

p.write {
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	text-align: justify;
}

p.story {
	margin-top: 5px;
	margin-bottom: 5px;
}

p.storysmallfont {
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
}

p.small {
	font-size: 10px;
	color: #000066;
	text-align: justify;
}

h1 {
	margin-top: 26px;
	margin-left: 18px;
	margin-right: 18px;
	color: #000066;
	font-size: 22px;
	text-align: justify;
	line-height: 20px;
	}

h2 {
	margin-top: 20px;
	margin-left: 18px;
	margin-right: 18px;
	color: #000066;
	font-size: 14px;
	text-align: justify;
	line-height: 16px;
	}
h3 {
	margin-top: 10px;
	margin-left: 18px;
	margin-right: 18px;
	margin-bottom: 10px;
	color: #000066;
	font-size: 12px;
	text-align: justify;
	line-height: 16px;
	}

img {
	border: 0;
	}

li { 
	margin-top: 20px;
	}

ul {
	margin-top: 10px;
	margin-left: 40px;
	list-style-type: none;	
	list-style-image: url('../images/mini-card2.jpg');
	list-style-position: inside;
	padding: 15px;
	}

#divContent { 
	position:relative; 
	text-align:left; 
	width:800px;
	/* height: 700px; */
	margin: auto;
	padding:0px 0px 0px 0px;
	}

#topLinks {
	position: absolute;
	margin-top: 40px;
	height: 30px;
	width: 800px;
	padding:0px 0px 0px 0px;
	color: #7CfC00;
	}
	
#topPaging {
	position: absolute;
	margin-top: 80px;
	margin-left:810px;
	height: 30px;
	width: 70px;
	padding:0px 0px 0px 0px;
	}

#middleFull {
	position: absolute;
	margin-top:70px;
	margin-left:0px;
	width: 800px;
	padding:0px 0px 0px 0px;
	background-color: #000000; 
	}

#middleLeft {
	position: absolute;
	margin-top:70px;
	margin-left:0px;
	height: 500px;
	width: 450px;
	padding:0px 0px 0px 0px;
	background-color: #ffffE3;  
	}
	
#middleRight {
	position: absolute;
	margin-top:70px;
	margin-left:450px;
	height: 500px;
	width: 349px;
	padding:0px 0px 0px 0px;
	background-color: #ffffE3;  
	}

#divider {
	position: absolute;
	z-index: 1;
	margin-top:110px;
	margin-left:450px;
	height: 420px;
	width: 1px;
	padding:0px 0px 0px 0px;
	background-color: #000000;  
	}
	
#stamp {
	position: absolute;
	margin-top:70px;
	margin-left:450px;
	height: 150px;
	width: 349px;
	padding:0px 0px 0px 0px;
	background-color: #ffffE3;  
	}

#justStamp {
	position: absolute;
	margin-top:70px;
	margin-left:600px;
	width: 200px;
	padding:0px 0px 0px 0px;
	background-color: #000000;  
	}

#address {
	position: absolute;
	margin-top:220px;
	margin-left:450px;
	height: 345px;
	width: 349px;
	padding:0px 0px 0px 0px;
	background-color: #ffffE3;  
	}

#footerInfo {
	position: absolute;
	margin-top: 540px;
	margin-left:0px;
	height: 30px;
	width: 400px;
	padding:0px 0px 0px 0px;
	background-color: #ffffE3;  
	}

#nextpage {
	position: absolute;
	margin-top: 1610px;
	margin-left:640px;
	height: 30px;
	width: 200px;
	padding:0px 0px 0px 0px;
	}

.footer {
	font-size: 11px;
	font-weight: normal;
	color: #0000FF;
	}

#bookmark {
	position: absolute;
	margin-top: 600px;
	margin-left:670px;
	padding:0px 0px 0px 0px;
	}