﻿
/***************** meyerweb.com reset v1.0 | 20080212 *****************/

.print-only { display: none; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img { border: 0; }

/**************** title text replacement ********************/


.replace
{
	margin:0px;
	padding:0px;	
	position: relative;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
}
.replace span
{
	display:block;
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index:1; /*for Opera 5 and 6*/
}

.replace a:hover
{
	cursor: pointer;
}


/********************* text elements ********************/

h1
{
	font-size: 180%;
	padding: 9px 0 5px 0;
}

h1.content-page-title
{
	padding: 19px 0 11px 0;
}

h2
{
	font-size: 130%;
	padding: 9px 0 5px 0;
}

p
{
	padding: 5px 0 5px 0;
}

.small { font-size: 90%; }



a, a:link, a:visited, a:active
{
	color: #057eb9;
	text-decoration: none;
}

a:hover
{
	color: #24a4e1;
	text-decoration: none;
}


/*************** main layout ******************/

.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.no-text { font-size: 1px; line-height: 1px; }

html {
	background: #222222;
}

body {
	background: #fff url(../images/html-bg1.jpg) repeat-x;
	color: #555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 120%;
}

#outer
{
	/*background: url(../images/body-bg1.jpg) no-repeat center top;*/
	/*background-color:  #ffffff;*/
}

div#header
{
	height: 116px;
	width:978px;
	margin: 0 auto;
	position: relative;
}

div#logo
{
	padding:54px 0 0 0;
	width: 352px;
	float: left;
	/*padding:40px 0 0 0;*/
}

div#logo h1
{
	width: 325px;
	height: 61px;
	/*height: 75px;*/ 
}

div#logo a
{
	width: 325px;
	height: 61px;
	/*height: 75px;*/
}


div#logo span
{	
	background: url(../images/surf-much-logo3.gif);
}


div#site-title h1 
{
	text-indent:-2000px;
}

div#nav-outer
{
	width:968px;
	height:47px;
	margin: 0 auto;
	background: url(../images/nav-2.png) 1px 0px no-repeat;
}

div#main
{
	width:960px;
	margin: 0 auto;
	min-height:300px;
	height:auto !important;
	height:300px;
}

div#main-inner
{
	margin: 16px 0 16px 0;
}

div#top-search-outer
{
	width: 960px;
	height: 43px;
	/*margin: 13px auto 0 auto;*/
	margin: 0px auto 0 auto;
	background: url(../images/top-search-bg.gif) 0px 0px no-repeat;
}



div#top-search-title
{
	margin:0px 0 0 0;
	padding:3px 0 0 6px;	
	height: 35px;
	width: 199px;
	float:left;
}

div#top-search-fields
{
	float:left;
	height: 43px;
}

div#top-search-title h2
{
	width: 186px;
	height: 36px; 
}

div#top-search-title h2 span
{	
	background: url(../images/top-search-title.gif) 0px 0px no-repeat;
}

div#top-search-fields div.field
{
	margin: 9px 0 0 12px;
	float: left;
}

div#top-search-advanced
{
    padding: 1px 0 1px 0;
	background: url(../images/top-search-advanced-bottom.gif) #d4eaf4 0px 0px no-repeat;
	background-position: bottom;
	color: #0e6e9d;
}


div#top-search-advanced div.collapsed
{
display:none;
}

div#top-search-advanced-inner
{
	padding: 4px 15px 5px 15px;
}

a#advanced-expand-collapse
{
	float: right;
	display: block;
	height: 8px;
	width: 99px;
	margin: 3px 15px 4px 0;
	display: inline;
}

a.collapsed
{
	background: url(../images/btn-advanced-collapsed.gif) 0px 0px no-repeat;
}

a.expanded
{
    /*margin-top: 20px !important;*/
	background: url(../images/btn-advanced-expanded.gif) 0px 0px no-repeat;
}

/***************** footer *****************/

div#footer-outer
{
	background-color: #222222;
}

div#footer
{
	width:960px;
	margin: 0px auto 0 auto;
	color: #fff;
	padding: 20px 0 20px 0;
	position: relative;
}

div#footer h1
{
	font-size: 140%;
	padding-bottom: 6px;
}

div#footer a { color: #fff; text-decoration: none;}
div#footer a:hover { color: #bbb; text-decoration: none; }

div#footer-left
{
	width: 316px;
	float: left;
}

div#footer-left p
{
	font-size: 80%;
}

div#footer-right
{
	float: right;
	width: 608px;
}

div#footer-right h1
{
	border-bottom: 1px solid #333333;
	padding-bottom: 8px;
}

div#featured-links
{
	float:right;
	width: 400px;
}

div#featured-links a
{
	float:left;
	margin: 5px 5px 0 0;
	border: 1px solid #222;
}

div#featured-links a:hover
{
	border: 1px solid #555;
}

div#featured-links a.blue:hover
{
	border: 1px solid #6cc7f8;
}

div#help-info div
{
	line-height: 120%;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #333333;
}

div#help-info
{
	float:left;
	width: 160px;
}

div#copyright
{
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 90%;
}

/************* thumbnail tool tip ******************/

#tooltip-info-old {
	position:absolute;
	padding:5px;
	border:1px solid #ccc;
	background:#fff;
	z-index: 2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 140%;
	}
	
.tooltip-info{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 120%;
	}

a.thumb
{
	border: 1px solid #7f8e96;
}

a.thumb:hover
{
	border: 1px solid #4d575d;
}






/***************** grey content box ***************************/

div.content-box-outer 
{
    /*background:url(../images/grey-box-body-left.gif) 0 0 repeat-y;
    background-color: #ffffff;*/
    /*overflow:hidden;*/
    /*border: 1px solid green;*/
}

div.grey-box-body 
{
    /*background-image: url(../images/grey-box-body-right.gif);
    background-position: right;
    background-repeat:repeat-y; */
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	background-color: #e8e6e6;
	padding: 5px 15px 5px 15px;
}



div.blue-box-body 
{
    /*background-image: url(../images/grey-box-body-right.gif);
    background-position: right;
    background-repeat:repeat-y; */
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	background-color: #ecf4fd;
	padding: 5px 15px 5px 15px;
}

div.content-box-body div.content 
{
    padding: 10px 10px 10px 10px;
}

div.grey-box-top
{
    background:url(../images/grey-box-top-middle.gif) 0 0 repeat-x;
    height: 5px;
    line-height: 1px;
    font-size: 1px;
}

div.grey-box-top-left
{
    float: left;
    background:url(../images/grey-box-top-left.gif) 0 0 no-repeat;
    height: 5px;
    width: 7px;
}


div.grey-bg-left
{
    background:url(../images/grey-box-top-left-darkbg.gif) 0 0 no-repeat;
}

div.grey-box-top-right
{
    float: right;
    background:url(../images/grey-box-top-right.gif) 0 0 no-repeat;
    height: 5px;
    width: 7px;
}

div.grey-bg-right
{
    background:url(../images/grey-box-top-right-darkbg.gif) 0 0 no-repeat;
}


div.grey-box-bottom
{
    background:url(../images/grey-box-bottom-middle.gif) 0 0 repeat-x;
    height: 5px;
    line-height: 1px;
    font-size: 1px;
    overflow:hidden;
	margin:0;
    padding:0;
}

div.grey-box-bottom-left
{
    float: left;
    background:url(../images/grey-box-bottom-left.gif) 0 0 no-repeat;
    height: 5px;
    width: 7px;
}

div.grey-box-bottom-right
{
    float: right;
    background:url(../images/grey-box-bottom-right.gif) 0 0 no-repeat;
    height: 5px;
    width: 7px;
}





/***************** white content box ***************************/

div.white-box-body 
{
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	background-color: #ffffff;
	padding: 5px 15px 5px 15px;
}


div.white-box-top
{
    background:url(../images/white-box-top-middle.gif) 0 0 repeat-x;
    height: 5px;
    line-height: 1px;
    font-size: 1px;
}

div.white-box-top-left
{
    float: left;
    background:url(../images/white-box-top-left.gif) 0 0 no-repeat;
    height: 5px;
    width: 7px;
}



div.white-box-top-right
{
    float: right;
    background:url(../images/white-box-top-right.gif) 0 0 no-repeat;
    height: 5px;
    width: 7px;
}


div.white-bg-left
{
    background:url(../images/white-box-top-left-lightbg.gif) 0 0 no-repeat;
}

div.white-bg-right
{
    background:url(../images/white-box-top-right-lightbg.gif) 0 0 no-repeat;
}

div.white-box-bottom
{
    background:url(../images/white-box-bottom-middle.gif) 0 0 repeat-x;
    height: 5px;
    line-height: 1px;
    font-size: 1px;
    overflow:hidden;
	margin:0;
    padding:0;
}

div.white-box-bottom-left
{
    float: left;
    background:url(../images/white-box-bottom-left.gif) 0 0 no-repeat;
    height: 5px;
    width: 7px;
}

div.white-box-bottom-right
{
    float: right;
    background:url(../images/white-box-bottom-right.gif) 0 0 no-repeat;
    height: 5px;
    width: 7px;
}



/********************/

div.half 
{ 
    width: 480px;
}

div.grey-box 
{
    background-color: #eee; 
    margin-top: 10px;
}

/**************************/


div.back-link-small
{
    font-size: 90%;
    width: 100px;
    text-align: right;
}


/*************************popup************************/

#popup-outer
{
    padding: 15px 15px 15px 15px;
}

/****************** ajax update **********************/

.progress-panel
{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
    /*background-color:#000000;*/
    color: #bbb;
    /*background:url(../images/loading-transparent.gif) #000000 350px 20px no-repeat;*/
    
/*opacity:0.8;*/

background:url(../images/feature-desc-bg-trans.png) transparent repeat ;

    text-align: center;
    vertical-align: middle;
    z-index: 200;
   /* background-position: center;*/
}
.progress-panel-inner-searchbar
{
    height: 30px; background-color: #000; width: 97px; 
    margin-top: 7px; float: right; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}


.modalBackground
{
  background-color:#CCCCFF;
  filter:alpha(opacity=40);
  opacity:0.5;
}



/****************** ad box ***************/

div#top-right
{
	float: right;
	width: 468px;
	height: 100px;
	position: relative;
}

div#banner-ad
{
	float: right;
	width: 468px;
	height: 60px;
	/*background-color: #99CCCC;*/
	/*background: url(../images/banner_img1.jpg) #eee no-repeat;*/
	margin: 0px 10px 0 0;
	position: absolute;
	bottom: 0;
	right: 0;
}


div#social-links
{
	float: right;
	width: 182px;
	height: 28px;
	/*background-color: #99CCCC;*/
	background: url(../images/icons-social-2.png) no-repeat;
	margin: 0px 8px 0 0;
	padding: 0 0 0 40px;
	display: inline;
}

div#social-links a
{
	float: left;
	/*border: 1px solid red;*/
}

a#link-facebook
{
    width: 70px;
    height: 24px;
    margin: 4px 11px 0 0;
    display: block;
}

a#link-twitter
{
    width: 72px;
    height: 24px;
    margin: 4px 5px 0 0;
    display: block;
}

a#link-rss
{
    width: 22px;
    height: 24px;
    margin: 4px 0px 0 0;
    display: block;
}


/*
a.user-icon
{
	background: url(../images/icon-user-small-blue.png) 0px 20px no-repeat;
	background-position: right bottom;
	padding-right: 12px;
}*/

div.email-large
{
    padding: 20px 0 0 140px;
    height: 100px;
	background: url(../images/email-icon-large.gif) no-repeat;
}

div.tick-large
{
    padding: 20px 0 150px 68px;
	background: url(../images/icon-tick-large.gif) 0px 18px no-repeat;
}

div.error-large
{
    padding: 20px 0 60px 90px;
	background: url(../images/icon-alert-large.gif) 0px 24px no-repeat;
}



div#top-nav
{
    position: absolute;
    top: 0px;
    left: 7px;
    /*background-color: #aaa;*/
    padding: 11px 0px 5px 0px;
    width: 480px;
}
div#top-nav a
{
    color: #626061;
}
div#top-nav a:hover
{
    color: #838282;
}

div#top-nav a.home
{
	background: url(../images/bg-top-nav-home.gif) 0px 0px no-repeat;
	padding: 2px 0 0px 17px;
}

div#top-nav a.person
{
	background: url(../images/bg-top-nav-person.gif) 0px 0px no-repeat;
	padding: 2px 0 0px 17px;
	margin-left: 15px;
}

div#top-nav a.wave
{
	background: url(../images/bg-top-nav-wave.gif) 0px 0px no-repeat;
	padding: 2px 0 0px 22px;
	margin-left: 15px;
}

div#top-nav a.cross
{
	background: url(../images/bg-top-nav-cross.gif) 0px 0px no-repeat;
	padding: 2px 0 0px 17px;
	margin-left: 15px;
}

div#top-nav a.plus
{
	background: url(../images/bg-top-nav-plus.gif) 0px 0px no-repeat;
	padding: 2px 0 0px 17px;
	margin-left: 15px;
}


/****************** footer profiles **********************/


	


div.footer-profile-link
{
    /*background-color: #bbb;*/
    width: 130px;
    float: left;
    margin: 0 0 0 8px;
}

div.footer-profile-link div.image
{
    background-color: #aaa;
    width: 120px;
    height: 60px;
    margin-top: 5px;
    border: 1px solid #7F8E96;
}

div.footer-profile-link a:hover div.image
{
    border: 1px solid #4d575d
}



/************************ profile ****************************/

div#profile-outer, div#profile-outer p, div#profile-outer span 
{
  font-family: Verdana,Arial,Helvetica,sans-serif !important;
}
