/* CSS Document */

/* Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
/* End Reset */


body {
	background:url(images/bg_grad.jpg) top left repeat-x #cfcece;
	font-size:100%;
	font-family:Georgia, Garamond, "Times New Roman", Times, serif;
	text-align:center;
	}
	
#wrapper {
	margin:5px auto 20px auto;
	text-align:left;
	width:880px;
	position:relative;
	
}

.top {
	background:url(images/top.gif) top right no-repeat ;
	height:15px;
}
	

#content {
	width:865px;
	float:left;
	border-right:#37c6f3 15px solid;
	background:url(images/splash_bg.gif) bottom left no-repeat #FFFFFF;
	padding:0 0 20px 0;
	}
	
#content img {
	margin:0 0 0 10px;

	}
	
#content img.first {
	margin:0 0 0px 0;
	}

#bottom {
	background:url(images/bottom.gif) bottom left no-repeat;
	width:880px;
	height:15px;
	clear:both;
}

#mainContent {
	width:620px;
	float:left;
	background:url(images/content_bottom.gif) bottom left no-repeat;
	padding:0 0 10px 0;
	margin:10px 0 40px 0;
	}

#actualContent {
	border-right:#ccc solid 10px;
	border-left:#F5F7F7 solid 1px;
	background-color:#F6F9FB;
	float:left;
	width:609px;
	}
	
#mainContent .top {
	background:url(images/content_top.gif) top left no-repeat;
	height:10px;
}
	
#mainNav {
	width:200px;
	float:right;
	background:url(images/sidebar_bottom.gif) bottom left no-repeat;
	padding:0 0 10px 0;
	margin:10px 0px 10px 0;
	}
	
#mainNav .top {
	background:url(images/sidebar_top.gif) top left no-repeat;
	height:10px;
}

	
#actualNav {
	border-right:#ccc solid 10px;
	background-color:#F5F7F7;
	}
	
h1 {
	font-size:65%;
	color:#333333;
	font-weight:700;
	padding:5px 0 5px 5px;
	border-top:4px #ccc solid;
	border-bottom:1px #ccc dotted;
	margin:0 9px 0 5px;
	}
	
h1 span {
	text-transform:uppercase;
	}
	
h2 {
	font-size:115%;
	text-align:center;
	color:#333;
	padding:2px 0 10px 0;
	border-bottom:dotted 1px #ccc;
	color:#275F8B;
	}

ul {
	margin:5px 10px 10px 10px;
	}
	
a, a:link, a:visited {
	text-decoration:none;
	color:#666666;
	font-size:65%;
	}
	
a:hover, a.selected {
	color:#fff;
	background:#37c6f3;
	}
	
a.image:hover {
	color:#fff;
	background:#fff;
	}

ul li {
	padding-bottom:5px;
	line-height:.75em;
	}
	
#contentAndNavigation {
	border-top: dotted  #999 1px;
	margin:5px 15px 0px 15px;

}

#welcome {
	border-bottom: dotted  #999 1px;
	padding:10px 5px 15px 5px;
}

#welcome span {
	color:#1C7AD5;
	}
	
#description {
	float: right;
	width: 275px;
	margin:10px 10px 10px 0;
}

#description dl {
	margin:5px 0 10px 0;
	border-bottom:dotted 1px #ccc;
	padding-bottom:5px;
	}
	
#description dl dt, h3 {
	font-size:65%;
	font-weight:bold;
	padding-bottom:3px;
	color:#333;
	}
	
#description h3 {
	padding-bottom:5px;
	}
	
#description dl dd {
	font-size:65%;
	color:#333333;
	margin-bottom:3px;
	padding-bottom:2px;
	}
	
#description dl dd a {
	font-size:100%;
	}

#description ol li{
	font-size:65%;
	color:#333333;
	padding-bottom:5px;
	margin-left:23px;
	}
	
#mainContent #actualContent #cover{
	margin:10px 0 0 5px;
	float:left;
	width:295px;
	border:#ccc 1px solid;
	padding:5px;
	background:#fff;
	}
	
#additionalInformation {
	float:left;
	width:307px;
	padding:10px 0px 10px 0px;
	margin:0px 0px 0px 5px;
	border-bottom:1px #ccc dotted;
	}
	
#additionalInformation h3, #additionalInformation p {
	padding:0 10px 5px 10px;
	}
	
#additionalInformation p {
	font-size:70%;
	color:#333;
	line-height:1.3em;
	}
	
#download {
	float:left;
	width:307px;
	margin:10px 0 0 5px;
	border-top:4px #ccc solid;
	border-bottom:1px #ccc dotted;
	padding:8px 0 8px 0;
	}
	
#listen, #digg, #delicious, #facebook {
	float:left;
	width:307px;
	margin:0px 0 0 5px;
	border-bottom:1px #ccc dotted;
	padding:8px 0 8px 0;
	}
	
 #download a, #listen a, #delicious a, #digg a, #facebook a {
	margin:0 0 0 4px;
	}
#download img, #additionalInformation img, #listen img {
	margin-bottom:-2px;
}
	
#branding img {	
	border:#000 solid 1px;
	margin-left:6px;
	margin-bottom:10px;
	}
#branding img.first {
	margin-left:20px;
	}
	
#footer {
	clear:both;
	width:830px;
	position:relative;
	border-top: 1px #666 dotted;
	padding:5px 10px 0px 0;
	margin-top:10px;
	}
	
#footer p {
	font-size:65%;
	}	
	
#footer a {
	font-size:100%;
	}	

	
#branding ul {
	position:absolute;
	left:650px;
	top:97px;
	}
#branding ul li{
	display:inline;
	padding-right:4px;
	}
	
#branding a:hover {
	background:#fff;
}
/*Christmas Time 
#branding img {
	border:none;
}



#branding img.first {
	margin-left:0px;
	margin-top:-15px;
}

#branding ul {
	top:150px;
}

.top {
	background:url(images/top-christmas.gif) top right no-repeat ;
	height:15px;
}

#content {
border-right:15px solid #fc312d;
}

#bottom {
background:transparent url(images/bottom-christmas.gif) no-repeat scroll left bottom;
}
#content {
	background:url(images/splash_red.gif) bottom left no-repeat #FFFFFF;
	}
	*/
/*Flickr Badge */

#flickr_badge_source_txt {padding:0; font: 11px Arial, Helvetica, Sans serif; color:#F5F7F7;}
#flickr_badge_icon {display:block ; margin:0 ; border: 1px solid rgb(0, 0, 0) ;}
#flickr_icon_td {padding:0 5px 0 0 ;}
.flickr_badge_image {text-align:center ;}
.flickr_badge_image img {border: 1px solid #ccc ; margin:5px 0 0px 0;}
#flickr_badge_uber_wrapper {width:150px; margin:5px 0 0px 20px; padding-bottom:10px;}
#flickr_www {display:block; text-align:center; padding:0 10px 0 10px ; font: 11px Arial, Helvetica, Sans serif ; color:#3993ff ;}
#flickr_badge_uber_wrapper a:hover, #flickr_badge_uber_wrapper a:link, #flickr_badge_uber_wrapper a:active, #flickr_badge_uber_wrapper a:visited {text-decoration:none ; background:none ;color:#F5F7F7;}
#flickr_badge_wrapper {background-color:#F5F7F7;}
#flickr_badge_source {padding:0; font: 11px Arial, Helvetica, Sans serif ; color:#8a0917 ;}
