@charset "utf-8";
/* Stylesheet by Artificial Studio - www.artificialstudio.com */

/*----------------------------- SET UP DEFAULTS*/
html, body {
	height: 100.1%;
	border: 0;
	margin: 0;
	padding: 0;
}
 
body {
	font: 80%/1.4 Arial, Helvetica, sans-serif;
	background: url(../images/bg.gif) repeat-x #e2e2e2 top;
}

#wrap {
	width: 960px;
	margin: 0 auto;
}

@font-face {
    font-family: 'DeliciousHeavyRegular';
    src: url('../fonts/delicious-heavy-webfont.eot?') format('eot'),
         url('../fonts/delicious-heavy-webfont.woff') format('woff'),
         url('../fonts/delicious-heavy-webfont.ttf') format('truetype'),
         url('../fonts/delicious-heavy-webfont.svg#webfontheV6JyNB') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DeliciousBold';
    src: url('../fonts/delicious-bold-webfont.eot?') format('eot'),
         url('../fonts/delicious-bold-webfont.woff') format('woff'),
         url('../fonts/delicious-bold-webfont.ttf') format('truetype'),
         url('../fonts/delicious-bold-webfont.svg#webfontPxOD40tC') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*----------------------------- HEADINGS*/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
    font-family: 'DeliciousHeavyRegular';
	text-shadow: 1px 1px 1px #FFF;
}
 
h1 {
	padding: 7px 0 5px 0;
	font-size: 50px;
	color: #56a6d8;
	letter-spacing: -1px;
}
 
h2 {
	padding: 7px 0;
	letter-spacing: -1px;
	font-size: 35px;
	color: #424242;
}
 
h3 {
	padding: 6px 0;
	font-size: 25px;
	font-weight: bold;
	color: #636363;
}

h4 {
	font-size: 23px;
	color: #424242;
	padding: 5px 0;
}

/*----------------------------- COMMON FORMATTING*/
p, ul, ol {
	margin: 0;
	padding: 0 0 1.25em 0;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4f4f4f;
	text-shadow: 1px 1px 1px #FFF;
	text-align: justify;
}
 
ul, ol {
	padding: 0 0 1.25em 2.5em;
}
 
blockquote {
	margin: 1.25em;
	padding: 1.25em 1.25em 0 1.25em;
}
 
small {
	font-size: 0.85em;
}

img {
	border: 0;
}
 
sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}
 
sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}
 
acronym, abbr {
	cursor: help;
	letter-spacing: 1px;
	border-bottom: 1px dashed;
}
 
a, a:link, a:visited, a:active {
	text-decoration: none;
	outline: none;
	color: #56a6d8;
	font-weight: bold;
}

a:hover {
	color: #000;
}
 
form {
	margin: 0;
	padding: 0;
	display: inline;
}
 
input, select, textarea {
	font: 1em Arial, Helvetica, sans-serif;
}
 
textarea {
	line-height: 1.25;
}
 
label {
	cursor: pointer;
}
 
table {
	border: 0;
	margin: 0 0 1.25em 0;
	padding: 0;
}
 
table tr td {
	padding: 2px;
	vertical-align: top;
}

.blue {
	color: #56a6d8;
}

/*-------------------------------------------------------------- MAIN STRUCTURAL DIVS*/
header {
	width: 100%;
	height: 87px;
	display: block;
}

#content {
}

body.secondary #content {
	background-color: #FFF;
	display: block;
	float: left;
	margin: 30px 0;
	padding: 10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 0px 0px 14px #828282;
	-webkit-box-shadow: 0px 0px 14px #828282;
	box-shadow: 0px 0px 14px #828282;
}

#main {
	width: 610px;
	float: left;
}

#right {
	width: 310px;
	float: right;
}

article {
	display: block;
	padding: 0;
	margin: 0;
}

.grid {
	width: 100%;
	height: 166px;
	display: block;
}

.grid_text {
	float: right;
	font-size: 13px;
	color: #212121;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	margin-top: 20px;
	font-weight: bold;
	padding: 4px;
	line-height: 16px;
}

.grid h3 {
	width: 170px;
	text-align: right;
	padding: 0;
	line-height: 30px;
	font-size: 35px;
	float: right;
	color: #2a2a2a;
}

.one {
	background: url(../images/bg_grid1.png) no-repeat top;
	width: 230px;
	height: 166px;
	float: left;
}

.two {
	background: url(../images/bg_grid2.png) no-repeat top;
	width: 230px;
	height: 166px;
	float: left;
}

.three {
	background: url(../images/bg_grid3.png) no-repeat top;
	width: 230px;
	height: 166px;
	float: left;
}

.arrow_grid {
	float: left;
	margin: 0 40px;
	margin-top: 35px;
}

.blurb {
	width: 290px;
	height: 120px;
	float: left;
	text-align: justify;
	margin: 20px 0;
}

.heading {
	background: url(../images/bg_heading.gif) no-repeat top;
	width: 285px;
	height: 40px;
	padding: 5px 0 0 5px;
	display: block;
	color: #363636;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px #FFF;
}

.rightside {
	margin-left: 30px;
}

a.btn_signup {
	background: url(../images/btn_signup.gif) no-repeat left;
	width: 309px;
	height: 93px;
	display: block;
	margin: 30px 0;
}

a.btn_signup:hover {
	background-position: right;
}

.local {
	width: 100%;
	font-size: 13px;
	color: #4f4f4f;
	font-family: Arial, Helvetica, sans-serif;
	margin: 15px 0;
}

.login_button {
	background: url(../images/btn_login.png) no-repeat left;
	width: 41px;
	height: 157px;
	display: block;
	position: fixed;
	top: 40%; 
	z-index: 1000;
}

.login_button:hover {
	background-position: right;
}

/*-------------------------------------------------------------- MY DIVS*/
#footer_contain {
	width: 100%;
	height: 230px;
	background-color: #151515;
	display: block;
	float: left;
	border-top: 1px solid #FFF;
}

footer {
	background-color: #151515;
	width: 960px;
	height: 230px;
	clear: both;
	color: #FFFFFF;
	font-size: 85%;
	margin: 0 auto;
	display: block;
}

#footer_left {
	float: left;
	padding: 10px;
	height: 40px;
	width: 45%;
	line-height: 30px;
}

#footer_right {
	float: right;
	text-align: right;
}

footer ul {
	margin: 0px;
	padding: 0px;
}

footer li {
	float: left;
	list-style-type: none;
	padding-right: 20px;
}

footer a:link, footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

footer a:hover, footer a:active {
	color: #56a6d8;
}

.copyright_notice {
	clear: both;
	display: block;
}

.created_by {
	width: 115px;
}

/*-------------------------------------------------------------- NAVIGATION*/
#nav {
	height: 88px;
}

#nav, #nav ul {
	width: 410px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	line-height: 1.5em; 
	float: right;
}

#nav a {
	display: block;
	padding: 0 20px;
	padding-top: 30px;
	height: 58px;
	color: #fff;
	text-decoration: none;
	float: left;
	font-size: 25px;
	letter-spacing: -1px;
    font-family: 'DeliciousBold';
	text-shadow: 1px 1px 1px #000;
}

#nav a:hover, #nav a.activepage {
	background: url(../images/nav_arrow.gif) no-repeat center top;
	background-color: #e2e2e2;
	color: #086c84;
	text-shadow: 1px 1px 1px #FFF;
}

#nav li {
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#nav ul {
	position: absolute;
	display: none;
	width: 110px;
	top: 45px;
	padding: 0px;
	margin: 0px;
	left: 0px;
}

#nav li ul a {
	width: 100px;
	padding: 5px;
	height: auto;
	float: left;
	font-size: 11px;
	letter-spacing: normal;
}

#nav ul ul {
	top: auto;
}	

#nav li ul ul {
	left: 110px;
	margin: 0px 0 0 0px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
	display: none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
	display: block;
}

/*-------------------------------------------------------------- PLUGINS*/
#breadcrumbs {
	width: 100%;
	height: 30px;
	background-color: #CCCCCC;
	padding-top: 10px;
}

#breadcrumbs a {
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	font-size: 11px;
}

#searchresult {
	border: 1px solid #CCCCCC;
	background-color: #ECECEC;
	padding: 5px;
	margin-bottom: 5px;
}

#searchresult h2 a:link, #searchresult h2 a:visited, #searchresult h2 a:active {
	text-decoration: none;
}

#searchresult h2 a:hover {
	color: #000000;
}

#searchresult:hover {
	background-color: #E6E6E6;
}

#searchresult p, #searchresult h2 {
	margin: 0px;
	padding: 2px;
	border: none;
}

#result {
	border: 1px solid #CCC;
	margin: 5px;
	padding: 5px;
	display: none;
}

#news em {
	float: none;
	display: block;
}

#news li {
	margin-bottom: 12px;
}

#comments blockquote {
	border-top: 1px solid #CCC;
}

#loggedin {
	padding: 5px 10px;
	border: 1px solid #ebeabf;
	background-color: #f7f6c6;
	margin-bottom: 10px;
	font-size: 11px;
}

/*-------------------------------------------------------------- BASIC CSS ACTIONS*/
.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.zero {
	margin: 0px;
	padding: 0px;
}

.required {
	color: #CCC;
	font-weight: bold;
	font-size: 22px;
	line-height: 0px;
	margin-left: 5px;
}

a.btn-sml:link, a.btn-sml:visited, a.btn-sml:active {
	padding: 2px 4px;
	margin: 5px;
	background: #eee;
	color: #333;
	text-decoration: none;
	font-size: 12px;
}

a.btn-sml:hover {
	background: #333;
	color: #fff;
}

ul.pagination {
	margin: 0px;
	padding: 0px;
	clear: both;
}

ul.pagination li {
	margin: 1px;
	padding: 1px;
	list-style: none;
	float: left;
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid #ccc;
}

ul.pagination li a {
	width: 16px;
	height: 16px;
	display: block;
	text-align: center;
	font-size: 11px;
	text-decoration: none;
}

ul.pagination li.currentpage {
	border-color: #000000;
}

ul.pagination li a:hover {
	color: #fff;
}

div.listing_results {
	margin: 20px 0px;	
}

a.listing-thumbs {
	width: 85px;
	height: 150px;
	margin: 3px;
	padding: 5px;
	border: 1px solid #ccc;
	background: #fafafa;
	display: block;
	overflow: hidden;
	float: left;
	text-decoration: none;
	font-size: 11px;
}

a.listing-list {
	width: 95%;
	height: 30px;
	margin: 3px;
	padding: 5px;
	border: 1px solid #ccc;
	background: #fafafa;
	display: block;
	overflow: hidden;
	float: left;
	text-decoration: none;
	font-size: 11px;
}

.listing_results .title {
	height: 32px;
	overflow: hidden;
	font-weight: bold;
}

.listing_results .image {
	padding: 10px 0px;
	margin: 0 auto;
	width: 50px;
	height: 50px;
	overflow: hidden;
}

.listing_results .category {
	font-style: italic;
	text-align: right;
}

.listing_results .listing-list .title {
	height: auto;
	overflow: auto;
}

.listing_results .listing-list .image {
	display: none;	
}

.listing_results .listing-list .category {
	display: inline;
}

.listing_results .listing-list .area {
	display: inline;
	float: right;
}

.listing_results .listing {
	margin-bottom: 10px;	
}

#tooltip { 
	background: #111111; 
	color: #FFF; 
	border: 2px solid #000;
	position: absolute;
	z-index: 3000;
	display: none;
	cursor: help;
	max-width: 332px;
} 

#tooltip h3 {  
	font-style: normal;
	font-size: 11px;
	color: #FFF;
	margin: 0;  
	padding: 5px;  
	background: none;
	border: 1px solid #2a2a2a; 
}

#tooltip h1 {
	font-size: 14px;
	border: none;
	float: none;
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
}

/*-------------------------------------------------------------FEATURE LIST -*/

div#feature_list {
	width: 960px;
	height: 520px;
	overflow: hidden;
	position: relative;
	float: left;
}

ul#tabs {
	width: 100%;
	position: absolute;
	bottom: 20px;
	list-style: none;	
	padding: 0;
	margin: 0;
	margin-left: 432px;
}

.ie ul#tabs li {
	float: left;
}

ul#tabs li {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

ul#tabs li a {
	background: url(../images/btn_feature_select.png) no-repeat left;
	width: 28px;
	height: 28px;
	text-decoration: none;	
	display: block;
	outline: none;
	float: left;
	margin-left: 15px;
}

ul#tabs li a:hover, ul#tabs li a.current {
	background: url(../images/btn_feature_active.png) no-repeat left;
}

ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}

ul#output {
	left: 0;
	width: 960px;
	height: 465px;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;	
}

ul#output li {
	position: absolute;
	width: 463px;
	height: 340px;
}

ul#output li a {
	position: absolute;
	left: 0;
	text-decoration: none;
	font-size: 11px;
	color: #a78541;
}

ul#output li a:hover {
}
