/*
-----------------------------------------------
Prion Interactive.com∂ screen style
author: Jay Kerr / JAK MEDIA, Joseph Glover / PRION INTERACTIVE
version: April 16, 2008, 1:54 AM
----------------------------------------------- */


/* 
STICKER - A valid, easy to use CSS sticky 
footer by Ryan Fait
Copyright (c) 2006-2007 Ryan Fait
*/

html{color:#000;background:#f8fbe9;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{font-size:100%;}legend{color:#000;}

html, body {
	height: 100%;
}


/* Page Structure
----------------------------------------------- */

body {
	margin: 0 auto;
	padding: 0;
	background: #f8fbe9 url(/images/top.jpg) repeat-x top;
	font-size: 10px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #333;
	text-align: center;
}	

.wrapper {
	min-height: 100%;
	height: auto !important;	
	height: 100%;	
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
}

#header {
	margin: 0;
	padding: 0;
  width: 1030px;
  height: 107px;
	clear: both;
}

#content {
	margin: 0 auto;
	padding: 0 0 40px 0;
  width: 1030px;
	background: transparent;
	overflow: hidden;
	text-align: left;
	clear: both;
}

#push {
	height: 100px; /* #push must be the same height as #footer */
}

	
#footer {
   margin: 0;
   padding: 0;
   height: 100px; /* #push must be the same height as #footer */
   background: #fff url(/images/bg-footer.gif) repeat-x top;
   text-align: center;
   clear: both;
   border-top: 1px solid #1d81d7;
}

.clear {
	clear: both;
}



/* Page Header
----------------------------------------------- */
#logo {
	float: left;
	margin: 40px 0 0 0;
	padding: 0;
	width: 350px;
	background: transparent;
	text-align: left;
}

/* Content
----------------------------------------------- */
.column-one {
	float: left;
	margin: 0;
	padding: 0 35px 0 0;
	width: 230px;
	background: transparent;
	text-align: left;
}
	
.column-two {
	float: left;
	margin: 0;
	padding: 0;
	width: 750px;
	background: transparent;
	text-align: left;
}
	
.sample {
	float: left;
	margin: 0;
	padding: 0 20px 0 0;
	width: 220px;
	background: transparent;
	text-align: left;
}

.sample .link {
	float: left;
	margin: 0;
	padding: 3px 0 0 0;
	width: 220px;
	background: transparent;
	text-align: center;
}


/* Footer
----------------------------------------------- */
.footer-wrapper {
	margin: 0 auto;
	padding: 40px 0 0 0;
	width: 820px;
	font-size: 13px;
	line-height: 18px;
	color: #333;
}

/* Links
----------------------------------------------- */
a, a:link, a:visited { 
	color: #2d96eb;
	font-weight: normal;
	text-decoration: none;
	background: transparent;
}

a:hover { 
	color: #ff8527;
	font-weight: normal;
	text-decoration: underline;
	background: transparent;
}

	

/* Typography
----------------------------------------------- */
h1, h2, h3 {
	font-family: "Myriad Pro", sans-serif;
	font-weight: normal;
	margin: 10px 0;
}

h1 {
	font-size: 2.0em;
	font-weight:bold;
	/*color: #676767;*/
}

h2 {
	font-size: 1.5em;
	font-weight:bold;
	margin:14px 0 2px 0;

}


p { 
	margin: 12px 0;
	font-size: 1.4em;
	line-height: 1.4em;
}

strong {
	font-weight: bold;
}
 
li { 
	margin: 0 0 2px 20px;
	padding-left: 5px;
	font-size: 1.4em; 
	line-height: 1.5em; 	
	list-style: disc outside;
}
 
.ad-detail {
	font-size: 0.7em;
	color: #333;
}

.copyright {
	font-size: 0.9em;
	color: #fff;
}

a.small {
	font-size: 1.1em;
}




/* Images
----------------------------------------------- */
img {
	display: block;
	border: 0;
}

.inline {
	display: inline;
	border: 0;
}

img.photo {
	padding: 4px;
	border: 1px solid #a5d9c9;
}

.imgfloatleft {
	float: left;
	margin: 0 20px 20px 0;
}

.imgfloatright {
	float: right;
	margin: 0 0 10px 20px;
}

.image {
  float:left;
  background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(/images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 8px !important;
  margin: 10px 0 0 3px;
}

.image img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 0;
}

.image img:hover {
  border: 1px solid #ff8527;
  background-color:#eee;
}
