/*
CSS for Paperguys site
*/

body {
   font-family: Verdana, helvetica, Arial, sans-serif;
   background-color: #e8e8e8;
   line-height: 125%;
   padding: 0;
   margin: 0;
   
}



/*li {
    font-size: small;
    list-style-type: none;
}
*/


p {
   font-size: medium;
   color: black;
}
#tagline p {
	font-size: 17pt;
    font-weight: bold;
    font-family: Georgia, Times, serif;
    background-color: #c8c8c8;
    border-top: 3px solid black;
    border-bottom: 3px solid black;
    padding-top: .2em;
    padding-bottom: .2em;
    padding-left: 100px;
    margin: 0;
	background: #c8c8c8 url(backgrounds/newspapersbackground.png) repeat;
}
em {
    
    text-transform: uppercase;
}
h1, h2, h3 {
	font-family: "Times new roman", Helvetica, Arial, sans-serif;
	
}
h1 {
    font-size: 45pt;
    background-color: #c8c8c8;
    color: black;
    padding-top: 0px;
    padding-bottom: 15px;
    padding-left: 100px;
    margin: 0;
	background: #c8c8c8 url(backgrounds/newspapersbackground.png) repeat;
}
h2 {
    color: black;
    font-size: 20pt;
    font-weight:bold;
    padding-top: 5px;
	
}
a {
	font-weight: bold;
	
}


form.kioskapp label.fixedwidth {
	display: block;
	width: 240px;
	float: left;
}

form.kioskapp fieldset {
	border:4px solid back;
	padding: 10px;
}

form.kioskapp {
	padding: 0;
	margin: 0;
	margin-top: -15px;
	line-height: 150%;
}

form.kioskapp label {
	font-weight: bold;
	font-size: small;
	color: black;
}


form.kioskapp legend {

	font-weight: bold;
	font-size: small;
	color: black;
	padding: 5px;
}
form.kioskapp .buttonarea input {
	background:white;
	color: white;
	font-weight: bold;
	padding: 5px;
	border: 1px solid white;
}	

form.kioskapp .buttonarea {
	text-align: center;
	padding: 4px;
	background-color: #0066ff;
}


a:link {
	color: black;
}

a:visited {
	color: blue;
}

a:hover {
	text-decoration: none;
	color: white;
	background-color: blue;
}




#navigation {
	width: 182px;
	height: 435px;
	background: #c8c8c8 url(backgrounds/navigationbackground.png) repeat;
	font-family: times new roman;
	font-size: 25pt;
	padding-top:25px;
	border-bottom: 3px solid black;
	border-right: 3px solid black;

}
#header {
	border-top: 3px solid black
}
h2, ul{
	margin-top: 15px;
}

/*
This section deals w ith the position of items on the screen. it uses absolute positioning - fixed x and y cooridnates
measured from top-left corner of the browser's content display.
*/


#navigation, #bodycontent, #header {
	position: absolute;
}
#navigation, #bodycontent {
	top: 160px;
}
#bodycontent {
	left: 200px;
}
#header {
	width: 100%;
}
.feature {
	float: right;
	margin: 10px;
}
html, body {height: 100%;}

#wrap {min-height: 100%;}

#main {overflow:auto;
	padding-bottom: 150px;}  /* must be same height as the footer */


}