/*========================================================

Global CSS file for Dennisified

Created by Neil Dennis - http://www.dennisified.com

=========================================================*/

/*====================================================================
CSS to format the overall website structure
=====================================================================*/


body {
	margin: 0px;
}

#horizon {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 985px;
	height: 950px;
	overflow: visible;
	visibility: visible;
	display: block;
}

/*====================================================================
CSS to format the sunrise styles
=====================================================================*/

body#sunrise {
	background: url('../cssimages/horizon_sunrise.jpg') repeat-x;
	background-color: #000;
}

body#sunrise #horizon {
	background: url('../cssimages/horizon_sunrise.jpg') no-repeat;
}

body#sunrise #hello a, body#sunrise #hello a:link {
	color: #E58521;
	text-decoration: underline;	
}

body#sunrise #hello a:hover {
	color: #fff;
	text-decoration: none;
}

body#sunrise h1, body#sunrise h2 {
	color: #E58521;
}

body#sunrise #hello h1 {
	margin: 20px 0 -10px -9px;
	background: url("../cssimages/h1_sunrise.jpg") no-repeat;
	width: 368px;
	height: 79px;
}

body#sunrise #hello h1 span, body#sunrise h2#twitter_title span, body#sunrise h2#lastfm_title span, body#sunrise h2#flickr_title span {
	display: none;
}

body#sunrise h2#twitter_title {
	background: url("../cssimages/h2_twitter_sunrise.jpg") no-repeat top right;
	width: 292px;
	height: 40px;
}

body#sunrise h2#lastfm_title {
	background: url("../cssimages/h2_lastfm_sunrise.jpg") no-repeat top right;
	width: 292px;
	height: 40px;
}

body#sunrise h2#flickr_title {
	background: url("../cssimages/h2_flickr_sunrise.jpg") no-repeat top right;
	width: 292px;
	height: 46px;
	margin-left: -10px;
}

/*====================================================================
CSS to format the day styles
=====================================================================*/

body#day {
	background: url('../cssimages/horizon_day.jpg') repeat-x;
	background-color: #000;
}

body#day #horizon {
	background: url('../cssimages/horizon_day.jpg') no-repeat;
}

body#day #hello a, body#day #hello a:link {
	color: #7C98D8;
	text-decoration: underline;	
}

body#day #hello a:hover {
	color: #fff;
	text-decoration: none;
}

body#day h1, body#day h2 {
	color: #7C98D8;
}

body#day #hello h1 {
	margin: 20px 0 -10px -9px;
	background: url("../cssimages/h1_day.jpg") no-repeat;
	width: 507px;
	height: 79px;
}

body#day #hello h1 span, body#day h2#twitter_title span, body#day h2#lastfm_title span, body#day h2#flickr_title span {
	display: none;
}

body#day h2#twitter_title {
	background: url("../cssimages/h2_twitter_day.jpg") no-repeat top right;
	width: 292px;
	height: 40px;
}

body#day h2#lastfm_title {
	background: url("../cssimages/h2_lastfm_day.jpg") no-repeat top right;
	width: 292px;
	height: 40px;
}

body#day h2#flickr_title {
	background: url("../cssimages/h2_flickr_day.jpg") no-repeat top right;
	width: 292px;
	height: 46px;
	margin-left: -10px;
}

/*====================================================================
CSS to format the sunset styles
=====================================================================*/

body#sunset {
	background: url('../cssimages/horizon_sunset.jpg') repeat-x;
	background-color: #000;
}

body#sunset #horizon {
	background: url('../cssimages/horizon_sunset.jpg') no-repeat;
}

body#sunset #hello a, body#sunset #hello a:link {
	color: #DF5E1C;
	text-decoration: underline;	
}

body#sunset #hello a:hover {
	color: #fff;
	text-decoration: none;
}

body#sunset h1, body#sunset h2 {
	color: #DF5E1C;
}

body#sunset #hello h1 {
	margin: 20px 0 -10px -9px;
	background: url("../cssimages/h1_sunset.jpg") no-repeat;
	width: 400px;
	height: 79px;
}

body#sunset #hello h1 span, body#sunset h2#twitter_title span, body#sunset h2#lastfm_title span, body#sunset h2#flickr_title span {
	display: none;
}

body#sunset h2#twitter_title {
	background: url("../cssimages/h2_twitter_sunset.jpg") no-repeat top right;
	width: 292px;
	height: 40px;
}

body#sunset h2#lastfm_title {
	background: url("../cssimages/h2_lastfm_sunset.jpg") no-repeat top right;
	width: 292px;
	height: 40px;
}

body#sunset h2#flickr_title {
	background: url("../cssimages/h2_flickr_sunset.jpg") no-repeat top right;
	width: 292px;
	height: 46px;
	margin-left: -10px;
}

/*====================================================================
CSS to format the night styles
=====================================================================*/

body#night {
	background: url('../cssimages/horizon_night.jpg') repeat-x;
	background-color: #000;
}

body#night #horizon {
	background: url('../cssimages/horizon_night.jpg') no-repeat;
}

body#night #hello a, body#night #hello a:link {
	color: #3D4C75;
	text-decoration: underline;	
}

body#night #hello a:hover {
	color: #fff;
	text-decoration: none;
}

#hello h1, #hello h2, #twitter h2 {
	color: #3D4C75;
}

body#night #hello h1 {
	margin: 20px 0 -10px -9px;
	background: url("../cssimages/h1_good_night.jpg") no-repeat;
	width: 409px;
	height: 79px;
}

body#night #hello h1 span, body#night h2#twitter_title span, body#night h2#lastfm_title span, body#night h2#flickr_title span {
	display: none;
}

body#night h2#twitter_title {
	background: url("../cssimages/h2_twitter_night.jpg") no-repeat top right;
	width: 292px;
	height: 46px;
}

body#night h2#lastfm_title {
	background: url("../cssimages/h2_lastfm_night.jpg") no-repeat top right;
	width: 292px;
	height: 46px;
}

body#night h2#flickr_title {
	background: url("../cssimages/h2_flickr_night.jpg") no-repeat top right;
	width: 292px;
	height: 46px;
	margin-left: -10px;
}

/*====================================================================
CSS to format the hello/welcome message and content
=====================================================================*/

#hello {
	position: absolute;
	top: 220px;
	left: 30px;
	width: 630px;
	margin: 0 30px;
	color: #fff;
}

#hello a, #hello a:link {
	color: #D4D4D4;
	text-decoration: underline;
}

#hello h1 {
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 5em;
	margin-bottom: 0px;
	margin-left: -5px;
	font-weight: normal;
}

#hello h2 {
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 2em;
	margin-bottom: 10px;	
}

#hello p {
	font-size: 1.2em;
	line-height: 1.7em;
	font-family: helvetica, arial, verdana, sans-serif;
}

/*====================================================================
CSS to format the Twitter area
=====================================================================*/

#twitter {
	float: right;
	width: 250px;
	margin-top: 286px;
	color: #fff;
	padding: 0px;
}

#twitter h2 {
	font-family: helvetica, arial, verdana, sans-serif;
	font-weight: normal;
	font-size: 2em;
	margin-bottom: 0px;
	margin-top: 18px;
	text-align: right;
}

#twitter ul#twit-twit, #twitter ul#lastfm {
	margin-top: 25px;
	font-size: 1.1em;
	line-height: 1.7em;
	font-family: helvetica, arial, verdana, sans-serif;
}

li.twit-date {
	font-size: 1.1em;
}

#twitter ul#twit-twit li, #twitter ul#lastfm li {
	list-style: none;
}

a.twit {
	color: #ccc;
}

/*====================================================================
CSS to format the Flickr
=====================================================================*/

div#flickr {
	float: left;
	width: 630px;
	clear: both;
	margin-bottom: 10px;
}

div#flickr h2 {
	margin-top: 0px;
}

div#flickr .flickr_badge_image img {
	margin: 0 10px 10px 0;
	border: 3px solid #fff;
	float: left;
}

div#flickr .flickr_badge_image img a {
	background-color: none;
	border-color: none;
	color: #fff;
}