/*  
Theme Name: Ginger Ninja! v2
Description: The new Ginger Ninja! theme.
Version: 1.0
Author: Donny Burnside
Author URI: http://www.ginger-ninja.net/
*/

/* Generic Styling */

body {
	background: url(images/bg-body.png) repeat-x top center #E8F7F9;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Sets default font size to 10px */
	color: #222222;
}

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

p {
	margin-bottom: 1.25em; /* was 1.75em */
}

a {
	text-decoration: none;
	color: #004182;
}
a:hover {
	text-decoration: none;
	color: #333;
}

/* Structure */

#wrapper {
	margin: 0 auto;
	width: 760px;
	background: #ffffff;
	font-size: 1.20em;
}
#header {
	height: 100px;
	background: #3384ad url(images/bg-header-grad.png) repeat-x;
}
#menu {
	height: 35px;
	line-height: 35px;
	background: url(images/bg-menu.png) repeat-x;
	padding: 0 10px;
}
#content {
/*	float:left; */
	clear: left;
	width: 760px;
	min-height: 400px;
}
#footer {
	clear: both;
	height: 100px;
	background: url(images/bg-footer760.jpg) no-repeat;
}

/* Entries */

.entry {
	width: 480px;
	padding: 5px 10px;
	text-align: justify;
	line-height: 1.75em;
}
.entry p {
	margin: 5px 0 5px 0;
	padding: 0;
	line-height: 1.0em;
}
.entry-title {
	font-size: 1.90em;
	font-weight: normal;
	color: #777;	
}

/* Email Signup Box */

#email-box {
	float: right;
	display: inline;
	width: 190px;
	margin-top: 3px;
	font-size: 11px;
}
#email-box input {
	margin: 3px 0 0 0;
	font-size: 10px; 
}
#email-box .submit {
	font-size: 11px;
	background-color: #008000;
	color: #fff;
}


/* Menu */

#menu ul {
	list-style-type:none;
}
#menu li {
	float:left;
}
#menu li a {
	padding:0 15px;
	display:block;
	color:#ffffff;
	margin-right:2px;
}
#menu li a:hover {
	background:url(images/bg-menu-hover.png) no-repeat center center;
}

/* Footer */

#footer-valid {
	float: left;
	padding-top: 55px;
	padding-left: 20px;
	cursor: default;
	color: #ffffff;
}
#footer-valid a {
	color: #ffffff;
	text-decoration: none;
}
#footer-valid a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* Extra's */

#ad-top {
	float: left;
	display: inline;
	width: 480px;
	height: 72px;
	background: url(images/bg-ad-top2.png) no-repeat;
	margin-left: 10px;
	padding: 5px;
}
#ad-box {
	float: right;
	display: inline;
	width: 312px;
	height: 262px;
	margin: 0 15px 0 15px;
	background: url(images/bg-ad-box.png) no-repeat;
	padding: 6px;
}
#ad-top728 {
	float: left;
	display: inline;
	width: 740px;
	height: 102px;
	background: url(images/bg-ad-top728.png) no-repeat;
	margin: 4px 0 4px 8px;
	padding: 6px;
}

/* Added by Nick: */

a#logo {
	float: left;
	display: inline;
	margin: 25px 0 0 15px;
}

#header form {
	padding: 18px 0 0 350px;
	color: #fff;
}

#header input.search {
	margin: 1px 0 3px 0;
	padding: 2px;
	font-size: 16px;
}

#header input.submit {
	background-color: #004182;
	color: #fff;
}

#header span {
	color: #d7c922;
}


/* TODO - remove these! */

div#links-above-weather {
	margin: 0 0 3px 75px;
}
#links-above-weather a {
	margin: 0 8px 0 10px;
	color: #004182;
	font-size: 13px;
}
#links-above-weather a.active-link {
	font-weight: bold;
}
#links-above-weather a:hover {
	color: #000;
}




/* Weather "tabs" */
#weather-links a {
	float: left; 
	color: #fff;
	background-image: url("images/weather-links-left.gif");
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #1a4767;
	margin: 0 6px 0 0; 
	padding: 0 0 0 0;
}
#weather-links a strong {
	float: left; 
	display: block; 
	background-image: url("images/weather-links-right.gif");
	background-repeat: no-repeat;
	background-position: right top;
	background-color: transparent;
	padding: 0 10px 0 10px; 
	margin: 0;
}
#weather-links a:hover {
	background-image: url("images/weather-links-left.gif");
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #1475A7;
	color: #ccc;
	cursor: pointer;
	text-decoration: none;
}	
#weather-links a.current {
	background-color: #1475A7;
	color: #ccc; 
	cursor: default;
} 
#weather-links {
	margin: 0 0 8px 10px;
	float: left;
	display: inline;
	height: 22px;
	text-align: center;
	font-weight: bold;
	line-height: 22px;
}


/* Weather Alerts */
/* Small box of alerts */
#alerts-list {
	margin: 0 10px 15px 10px;
	padding: 4px;
	border: 1px solid #004182;
	background-color: #e5e5e5;
}
#alerts-list a {
	margin-left: 6px;
	padding-left: 20px;
	background: left 50% url(/images/awicon_yellow_ball_16.gif) no-repeat;
	text-decoration: underline;
}
#alerts-list a.alert-warning {
	background: left 50% url(/images/awicon_red_ball_16.gif) no-repeat;
}
/* Single alert or list of state alerts */
#alert {
	clear: left; /* for weather links */
	margin: 0 0 0 30px;
	padding-top: 5px;
	width: 350px;
}
#alert .headline {
	font-size: 1.20em;
}
#alert a {
	padding-left: 22px;
	background: left 50% url(/images/awicon_yellow_ball_16.gif) no-repeat;
}
#alert a.alert-warning {
	background: left 50% url(/images/awicon_red_ball_16.gif) no-repeat;
}


/* Current Weather module */
#current-weather {
	clear: left; /* for weather links */
	margin: 0 0 0 75px;
	padding: 3px 5px 5px 12px;
	width: 230px;
	border: 1px solid #004182;
	background: #D0EEF2 -203px -215px url(images/bg-body.png) no-repeat;
}
#current-weather a:link,
#current-weather a:visited {
	color: #004182;
}
#current-weather a:hover {
	color: #000;
}
#current-weather h1,
#forecast h1,
#alert h1 {
	margin: 0;
	padding: 0;
	font-family: Arial-Narrow, Helvetica, sans-serif;
	font-size: 16px;
	/*line-height: 16px;*/
	color: #000;
}
#current-weather h2,
#forecast h2,
#alert h2 {
	margin: 0 0 8px 0;
	padding: 0;
	font-family: Arial-Narrow, Helvetica, sans-serif;
	font-size: 12px;
	/*line-height: 12px;*/
	color: #004182;
}
#current-weather #image-row {
	height: 60px;
	padding: 0 0 0 65px;
	background: no-repeat;
}
#current-weather #image-row h1 { /* temperature */
	font-size: 24px;
}


/* Forecast module */
#forecast {
	clear: left; /* for weather links */
	margin: 0 0 0 75px;
	padding: 3px 5px 5px 12px;
	width: 230px;
	border: 1px solid #004182;
	background: #D0EEF2 -203px -75px url(images/bg-body.png) no-repeat;
}
/* One row (day) of the forecast */
#forecast .fcst-day-row {
	height: 60px;
	margin: 0 0 5px 0;
	padding: 0 0 0 65px;
	background: no-repeat;
}
#forecast .fcst-day-row h1 { /* Day */
	margin: 0 0 5px 0;
	padding: 0;
	color: #004182;
	font-size: 16px;
	line-height: 16px;
}
#forecast .fcst-day-row h2 { /* Low/High */
	margin: 0 0 5px 0;
	padding: 0;
	color: #000;
	font-size: 15px;
	line-height: 15px;
	font-weight: normal;
}
#forecast .fcst-day-row h3 { /* Partly Cloudy */
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 13px;
	line-height: 13px;
	font-weight: normal;
}

/* Radar module */
div#radarstack {
	clear: left; /* for weather links */
	width: 605px;
	height: 555px;
	margin-left: 10px;
}
#radarstack img {
	position: absolute;
	top: 385px; /* this is critical! */
}
#radarstack img.shiftlower { /* when alerts are showing, etc */
	top: 445px; /* this is critical! */
}

/* Search results and special messages */
#search-results {
	margin: 0 0 50px 50px;
}
#search-results a:link,
#search-results a:visited {
	color: #004182;  /*#B4C835;*/
}
#search-results a:hover {
	color: #000;  /*#B4C835;*/
}

/* Main Content Area (for non-weather pages) */
#main-content {
	padding: 0 10px 0 10px;
}

#radar-preview {
	margin: 10px 0 0 75px;
}

/* Weather Widgets Page */
#widgets {
	color: #004182;
}
#widgets h2 {
	font-size: 16px;
}