@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/bg.png);
	background-position:center;
	background-color:#f8923d;
	background-repeat:repeat-y;
	font-size:76%;
	font-family:"Century Gothic", "Trebuchet MS", Helvetica, Arial, sans-serif;
	width:100%;
	height:100%;
}

/*
	tags
*/
a{
	color:#0c5a99;
}
a:hover{
	color:#333;
}
h1, #main-content h1{
	font-size:2.1em;
	color:#328dc3;
	margin:0px;
	padding:0px;
	line-height:1em;
	font-family:"Century Gothic", "Trebuchet MS", Helvetica, Arial, sans-serif;
}
h2{
	color:#0c5a99;
	padding:0px;
	margin-top:0px;
}
h3{
	padding-top:15px;
	color:#0c5a99;
	margin:0px;
}

/*	color defs
*/
.hotred{
	color:#f85606;
}
.deazzlered{
	color:#f80606;
}
.drk-blue{
	color:#0c5a99;
}
.lite-blue{
	color:#328dc3;	
}
.orange{
	color:#f8923d;
}
/* structure
*/

#bg-top{
	background-image:url(../images/bg_top.png);
	background-repeat:no-repeat;
	background-position:center;
	height:148px;	
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
}
#main-layout{
	position:relative;	
	width:958px;
}
#header{
	background-image:url(../images/header_bg.png);
	background-repeat:repeat-x;
	height:148px;
	width:100%;
	position:relative;
	z-index:2;
}

#header #logo{
	background-image:url(../images/deazzle_logo.gif);
	height:130px;
	width:190px;
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:0px;	
}
#header #logo a{
	display:block;
	height:130px;
	width:190px
}
#header #logo.banner{
	background-image:url(../images/deazzle_logo_banner.jpg);
}
#header #banner-top{
	position:absolute;
	top:0px;
	left:19px;
	height:142px;
	width:703px;
	background-image:url(../images/header_banner.jpg);	
	z-index:-1;
}
#header #banner-top a{
	display:block;
	height:142px;
	width:703px;
}
#header #tagline{
	position:absolute;
	font-weight:bold;
	text-align:left;
	top:110px;
	left:9px;
	font-size:13.5px;
}
#header #daily-signup a{
	background-image:url(../images/receive_the_daily.gif);
	height:66px;
	width:219px;
	background-repeat:no-repeat;
	position:absolute;
	top:42px;
	left:737px;	
}
#header #daily-signup a:hover{
	background-position:0px -67px;
}
#header #user-login{
	float:right;
	margin-right:5px;
	margin-top:122px;
	z-index:1;	
}
#header #user-login a{
	font-weight:bold;
	text-decoration:underline;
}
#fb-login{
	float:right;
	margin-top: 117px;
	margin-right:3px;
}
.fb-button a{
	display:table-cell;
	height:20px;
	border:1px solid #29447e;	
	padding-left:27px;
	padding-right:10px;
	color:#ffffff;
	background-color:#637bad;
	background-image:url(../images/fb-tiny.png);
	background-position:left;
	background-repeat:no-repeat;
	font-weight:bold;
	text-decoration:none;
	width:auto;
}
.fb-button a:hover{
	background-color:#7895d2;
}

/* main nav
*/
#nav{
	height:33px;
	width:958px;	
	background-image:url(../images/nav_bg.png);
	background-repeat:repeat-x;
	position:relative;
	z-index:3;
}
#nav ul{
	padding:0px;
	margin:0px;
	list-style-type:none;
}
#nav ul li{
	float:left;	
	border-right:1px solid #fff;
	position:relative;
}
#nav ul li a{
	display:block;
	height:26px;
	padding-top:7px;	
	padding-left:7px;
	padding-right:7px;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	color:#0c5a99;
	float:left;	
}
#nav ul li a:hover{
	background-image:url(../images/nav_over.png);
	background-repeat:repeat-x;
}
#nav ul li a.daily, #nav ul li a.bonus, #nav ul li a.mydeazzles, #nav ul li a.drkblue{
	color:#fff;
}
#nav ul li a.plain{
	padding-left:10px;
	padding-right:10px;
}
#nav ul li a.daily{
	background-image:url(../images/nav_green.png);
	background-repeat:repeat-x;
	padding-left:10px;
	padding-right:10px;
}
#nav ul li a.daily:hover{
	background-image:url(../images/nav_green_over.png);
	background-repeat:repeat-x;
}
#nav ul li a.bonus{
	background-image:url(../images/nav_orange.png);
	background-repeat:repeat-x;
	padding-left:10px;
	padding-right:10px;
}
#nav ul li a.bonus:hover{
	background-image:url(../images/nav_orange_over.png);
	background-repeat:repeat-x;
}
#nav ul li a.mydeazzles{
	background-image:url(../images/nav_orange2.png);
	background-repeat:repeat-x;
}
#nav ul li a.mydeazzles:hover{
	background-image:url(../images/nav_orange2_over.png);
	background-repeat:repeat-x;
}
#nav ul li a.drkblue{
	background-image:url(../images/nav_drkblue.png);
	background-repeat:repeat-x;
	padding-left:12px;
	padding-right:12px;
}
#nav ul li a.drkblue:hover{
	background-image:url(../images/nav_drkblue_over.png);
	background-repeat:repeat-x;
}
/*
	Submenus
*/
#nav ul li ul{
	display:none;
	position:absolute;
	top:33px;
	left:0px;
	width:220px;
	padding:0px;
}
#nav ul li ul li{
	float:none;
	text-align:left;
	border-right:0px;
}
#nav ul li ul li a{
	background-color:#0c5aa5;
	display:block;
	font-size:12px;
	color:#ffffff;
	border-left:1px solid #78c9ef;
	border-right:1px solid #78c9ef;
	border-bottom:1px solid #78c9ef;
	height:22px;
}
#nav ul li ul li a:hover{
	color:#0c5aa5;
}
/*
	Title Bar
*/

#titlebar {
	font-size: 18px;
	color: #000;
	background-color: #FFF;
	background-image: url(../images/title_bar_bg.png);
	background-repeat:repeat-x;
	height: 62px;
	padding-right: 0px;
	width: 958px;
	position:relative;
	z-index:2;
}
#titlebar #titlearea{
	float:left;
	width:784px;
}
#titlebar #share{
	width:173px;
	height:62px;
	background-image:url(../images/share_bg.png);
	background-repeat:repeat-x;
	float:right;	
}
#titlebar #pagetitle{
	font-family:"Times New Roman", Times, serif;
	font-size:28px;
	float:left;
	margin-top:18px;
	margin-left:15px;
	color:#ffffff;
}
#titlebar #citybutton a{
	width:111px;
	height:62px;
	background-image:url(../images/btn_change_city.png);
	background-repeat:no-repeat;
	float:right;
	display:block;
}
#titlebar #citybutton a:hover{
	background-position:0px -64px;
}

#titlebar #share{
	padding-top:5px;
	font-size:12px;
}
#titlebar #share .small-button{
	float:left;
	padding-left:2px;
	padding-right:2px;	
}
#titlebar #share #buttons{
	margin-top:7px;
	width:117px;
}
.small-button a{
	width:33px;
	height:32px;
	display:block;
}
#btn-fb a{
	background-image:url(../images/btn_fb.png);	
}
#btn-twitter a{
	background-image:url(../images/btn_twitter.png);	
}
#btn-email a{
	background-image:url(../images/btn_email.png);	
}


#city_select{
	height:103px;
	background-image:url(../images/city_select_bg.gif);
	background-repeat:repeat-x;
	color:#ffffff;
	position:absolute; 
	top:140px;
	left:0px;
	z-index:1;
	width:958px;
	text-align:left;
	font-size:1.2em;
}
#city_select .inner{
	padding-left:15px;
}
#city_select p{
	margin:0px;
	padding-top:5px;
	padding-bottom:5px;
}
#city_select a.city-link{
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	padding:5px;
	border:1px solid #ffffff;
	margin-left:2px;
	margin-right:2px;
}
#city_select a.city-link:hover{
	background-color:#0c5aa5;
}
#city_select #city_select_close{
	width:169px;
	height:19px;
	background-image:url(../images/city_select_close.gif);
	position:absolute;
	top:84px;
	left:409px;
}
#city_select #city_select_close a{
	display:block;
	width:169px;
	height:19px;
}
/*
	submenu
*/
.submenu{
	text-align:left;
	background-color: #d1f1ff;
}
/*
	main content
*/
#main-content{
	background-color:#ffffff;
	text-align:left;
	font-size:1.2em;
	line-height:1.5em;
	font-family:Verdana, Geneva, sans-serif;
}
#main-content.padding{
	padding:15px;
}
.side-padding{
	padding-left:15px;
	padding-right:15px;
}
.no-deazzles-message{
	padding:15px;
	text-align:left;
	margin-left:15px;	
}
.no-deazzles-message .dilly{
	float:left;
	padding-right:15px;
	padding-bottom:15px;
	height:125px;
	width:125px;
	background-image:url(../images/dilly_125.jpg);
	background-repeat:no-repeat;	
}
.no-deazzles-message ul.available-city-list{
	list-style-type:none;
	padding-left:0px;
}
.no-deazzles-message ul.available-city-list li{
	font-weight:bold;
}

/*
	misc. buttons
*/
.btn-drkblue-mid a{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;	
	display:block;
	background-image:url(../images/btn-drkblue-bg.png);
	background-repeat:repeat-x;
	float:left;	
	padding:7px;
}
.btn-drkblue-left{
	height:30px;
	width:7px;
	background-image:url(../images/btn-drkblue-left.png);
	background-repeat:no-repeat;
	float:left;	
}
.btn-drkblue-right{
	height:30px;
	width:7px;
	background-image:url(../images/btn-drkblue-right.png);
	background-repeat:no-repeat;
	float:left;	
}
/*
	footer
*/
#footer_box {												
	padding: 0px;
	margin: 0px;
	clear:both;
} 
#footer_box .title{
	font-size:1.4em;	
}
#footer_box ul {
	float: left;
	padding-top: 1em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 2.25em;
} 

#footer_box li {
	list-style: none;
	line-height: normal;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	padding-top:2px;
	padding-bottom:2px;
	color:#ccc;
} 

#footer_box a {
	text-decoration: none;
	font-weight: bold;
	color:#fff;
} 

#footer_box a:hover {
	text-decoration: underline;
	color: #3991DB;
} 

#footer p {
	clear: both;
	color: #FFF;
	text-align: center;
}
#copy{
	font-size:.9em;
	color:#fff;
	background-image:url(../images/footer_bg.png);
	background-repeat:repeat-x;
	height:15px;
	background-color:#38afef;
	clear:both;
}

/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(../images/overlay/login-box-bg.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:640px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	/* font-size:11px; */
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url(../images/overlay/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
/* use a semi-transparent image for the overlay */
#overlay {
	background-image:url(../images/overlay/white.png);
	height:450px;
}

/* container for external content. uses vertical scrollbar, if needed */
div.contentWrap {
	height:471px;
	overflow-y:auto;
}

.important{
	color:#C00;	
}



