/* COLORS 
Cream: f2e3cc
Maroon: 710707
Grey: 6d6d6d
*/

/* GLOBAL STYLES */
body{
	background-image:url(http://www.writingprompts.org/graphics/main-bg.jpg);
	background-repeat:repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0;
	}
img a{
	border:none;
	}
a {
	font-family:"Courier New", Courier, monospace;
	color: #710707;
	font-weight:900;
}

a:visited {
	color: #710707;
}

a:hover {
	color: #6d6d6d;
	text-decoration:underline;
}
h3 { 
	text-decoration: none;
	border-width:0px;	
	font: bolder 26px "Courier New", Courier, monospace;;
	text-align:left;
	text-transform:uppercase;
}
/* HEADER */
.header{
	background-image:url(http://www.writingprompts.org/graphics/striped-bg.jpg);
	background-repeat:repeat-x;
	height:210px;
	width:auto;
	border-bottom: 2px #6d6d6d dashed;
	}
#machine{
	float:left;
	padding:5px;
	border:none;
	}
#logo{
	float:right;
	padding:10px;
	border-left: 2px #6d6d6d dashed;
	height:190px;
	border:none;
	}
.navmenu{
	font-family:"Courier New", Courier, monospace;
	font-size:16px;
	font-weight:bold;
	border-bottom: 2px #6d6d6d dashed;
	float:left;
	width:70%;
	background-color:#FFFFFF;
	background-image:url(http://www.writingprompts.org/graphics/menu-bg.jpg);
	background-repeat:repeat;
	}
.navmenu a{
	text-decoration:none;
	}
.gmu{
	font-family:"Courier New", Courier, monospace;
	font-size:16px;
	font-weight:bold;
	border-bottom: 2px #6d6d6d dashed;
	float:left;
	text-align:right;
	width:30%;
	background-color:#FFFFFF;
	background-image:url(http://www.writingprompts.org/graphics/menu-bg.jpg);
	background-repeat:repeat;
	}
.gmu a{
	text-decoration:none;
	}
/* ETC */
#feedburner{
	float:right;
	}
.paddingwrapper{
	padding:3%;
	}
/*Styling for static about */
.usermanual{
	with:70%;
	}
.usermanual h3 { /* Blog Entry Title */
	text-decoration: none;
	border-width:0px;	
	font: bolder 26px "Courier New", Courier, monospace;;
	text-align:left;
	text-transform:uppercase;
}
/* FOOTER */
.footer{
	background-image:url(http://www.writingprompts.org/graphics/striped-bg.jpg);
	background-repeat:repeat-x;
	padding:20px;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	border-top: 2px #6d6d6d dashed;
	}
.footer a:hover{
	color:#000000;
	}