/*
	File:	jgw.css
	Desc:	main style sheet for site
*/


html, body {
	margin:	0;
	padding: 0;
	font-family: Helvetica, sans-serif;
	text-align: left;
	color: #222222;
	background-color: #ffffff;
}

#wrapper {
	margin-bottom: 50px;
}
h1 {
	position: absolute;
	margin:	0;
	padding: 0;
	top: 0.6em;
	left: 1.5em;
	font-size: 2.5em;
	font-style: italic;
	color: #ffff00;
	background-color: transparent;
}
h2 {
	position: relative;
	border-bottom: thin solid #ffffff;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	background-color: #efefef;
	color: #222222;
}
h3 {
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	text-decoration: underline;
	background-color: #000000;
	color: #222222;
}
p {
	color: #222222;
	text-align: left;
	margin: 0;
	padding: 8px;
}

/*
	============================================
	HEADER AREA
	============================================
*/

#header {
	position: relative;
	border-bottom: medium solid #ff0000;
	height: 4em;
	color: #232323;
	background-color: #222222;
}
#header a:link, #header a:visited {
	color: #ffff00;
	text-decoration: none;
}
#header a:hover {
	color: #FFFF00;
	text-decoration: none;
}
.color-block-blue {
	position: absolute;
	display: block;
	top: 0.5em;
	left: 1.5em;
	height: 4em;
	width: 4em;
	color: #ffffff;
	background-color: #8470ff;
}
.color-block-red {
	position: absolute;
	display: block;
	top: 0.2em;
	left: 5em;
	height: 2.5em;
	width: 4.5em;
	color: #ffffff;
	background-color: #FF0000;
}

/*
	============================================
	MAIN AREA
	============================================
*/
#main {
	position: relative;
	width: 100%;
	margin: 15px 0 15px 0;
}

/*
	--------------------------------------------
	LEFT SIDE
	--------------------------------------------
*/
#leftside {
	position: relative;
	float: left;
	margin-left: 5px;
	width: 160px;
}
#categories {
	position: relative;
	top: 0;
	margin-top: 0;
	margin-bottom: 10px;
	width: 100%;
	padding-bottom: 20px;
	border: 1px solid #dfdfdf;
}
#categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 8px;
}
#categories li {
	display: block;
	padding-left: 10px;
	padding-bottom: 8px;
}
#categories a:link, #categories a:visited {
	color: #222222;
	text-decoration: none;
}
#categories a:hover {
	color: #ff0000;
	text-decoration: underline;
}
#linksblock {
	position: relative;
	margin-top: 0;
	width: 100%;
	padding-bottom: 20px;
	border: 1px solid #dfdfdf;
	background-color: efefef;
}
#linksblock ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 8px;
}
#linksblock li {
	display: block;
	padding-left: 10px;
	padding-bottom: 8px;
}
#linksblock a:link, #linksblock a:visited {
	color: #222222;
	text-decoration: none;
}
#linksblock a:hover {
	color: #ff0000;
	text-decoration: underline;
}

/*
	--------------------------------------------
	CONTENT
	--------------------------------------------
*/
#content {
	position: relative;
	left: 0;
	margin-left: 180px;
	margin-right: 5px;
	padding: 0;
	border: 1px solid #dfdfdf;
}
.thumb-blk {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
	float: left;
	height: 185px;
	width: 140px;
	margin: 15px 15px 10px 15px;
	border: 1px solid #dfdfdf;
}
.title {
	color: #cc0000;
}
.thumb-blk img {
	padding: 5px 5px 3px 5px;
	margin: 0 0 3px 0;
}
.thumb-blk a:link, .thumb-blk a:visited {
	color: #555555;
	text-decoration: underline;
}
.thumb-blk a:hover {
	color: #ff0000;
	text-decoration: underline;
}
.thumb-blk p {
	margin: 0 0 3px 0;
	padding: 0;
	text-align: center;
}
.srn-resolution {
	background: yellow;
	color: black;
}
#pagenav {
	position: absolute;
	font-size: 18px;
	text-align: center;
	left: 0;
	bottom: 5px;
	width: 80%;
	color: #222222;
}
#pagenav img {
	margin: 0 0 -10px 0;
	padding: 0 2px 0 2px;
}
#pagenav a:link, #pagenav a:visited {
	color: #222222;
	text-decoration: underline;
}
#pagenav a:hover {
	color: #222222;
	text-decoration: underline;
}

#ad-blk-b {
	position: relative;
	float: right;
	height: 640px;
	text-align: right;
}
#ad-searchresults {
	position: relative;
	margin: 0.5em 0 0 0;
	padding: 0 0.25em 2em 1em;
	text-align: right;
	background: #ffffff;
}

#addthis {
	position: absolute;
	bottom: 10px;
	right: 20px;
}
/*
	============================================
	FOOTER AREA
	============================================
*/
#footer {
	position: absolute;
	left: 0;
	bottom: -35px;
	font-size: 9px;
	height: 20px;
	width: 100%;
	color: #222222;
	border-top: thin solid #ff0000;
}
#footer .copywrite {
	padding-left: 10px;
	float: left;
}
#footer .siteby {
	padding-right: 10px;
	float: right;
}
#footer a:link, #footer a:visited {
	color: #222222;
	text-decoration: none;
}
#footer a:hover {
	color: #222222;
	text-decoration: underline;
}


/*
=================================
	BIG IMAGE INSTRUCTIONS
=================================
*/
#instructions {
	float: left;
	text-align: left;
	margin-top: 0;
	margin-left: 0;
	color: #FFFFFF;
	left: 0;
}
#instructions p {
	font-size: 0.7em;
	margin: 0;
	padding: 1em;
}
#info {
	float: right;
	text-align: right;
	color: #FFFFFF;
	margin-top: 0;
}
#info p {
	font-size: 0.7em;
	text-align: right;
	margin: 0;
	padding: 1em;
}
#fullimage {
	text-align: center;
	position: relative;
	clear: both;
}

.clearblock {
	clear: both;
}

.tandc a:link, .tandc a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.tandc a:hover {
	color: #FFFF00;
	text-decoration: none;
}

