/****************************************************************************

based on original by Stephen from Wallop
		http://www.wallopcreative.com//assets/assets_v1/css/screen.css
		http://www.wallopcreative.com/

and

http://www.subcide.com/tutorials/csslayout/index.aspx

*****************************************************************************/

/* defaults ****************************************************************/

* {
	margin:0;
	padding:0;
} 

body {
	font:normal 10px Helvetica, Verdana, Arial, sans-serif;
	background:#333;
	color:#666;
}

a { 
	color:#43B300;
	text-decoration:underline;
}

a:hover { 
	color:#333; 
	text-decoration:underline; 
}

a:visited {
	color: #43B300;
}

a:active {
	color: #43B300;
}

img {
	border: none;
}

ul, li {
	margin:0;
	padding:0;
	list-style:none;
	line-height: 18px;
}


/* main divs ********************************************************************/

#wrap {
	width:700px;
	background:#fff;
	margin:25px 0 40px 40px;
	padding:30px;
	position: relative;
	top: -38px;
}

#wrap p {
	margin: 0 0 40px 0;
	line-height: 18px;
}

#header {
	width: 700px;
	height: 65px;
	margin-bottom: 30px;
}

#logo {
	width: 100px;
	height: inherit;
	float: left;
}

#gpigs_title {
	width: 220px;
	height: 65px;
	text-align: right;
	font-size: 22px;
	font-weight: bold;
	text-transform:uppercase;
	font-stretch:condensed;
	color: white;
	background-color: black;
	float: right;
}

.gpigs_sub {
	font-size: 12px;
	font-weight: bold;
}

div.entry {
	width:700px;
	clear:both;
	margin-bottom: 20px;
}

h2.heading {
	background-color:#333;
	margin-bottom: 20px;
	padding:3px 8px 3px 8px;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
}

#chapter_title {
	width:100px;
}

