/*****************************************
COLORS AND BACKGROUNDS
*****************************************/

body {
	background-color:#666;
	}

#banner {
	background:url(images/reykdal-logo.jpg) no-repeat #fff;
	background-position: top left;
	border-bottom:solid 1px #ccc;
	}
	
#navbar {
	background-color:#003475;
	border-bottom:solid 1px #ccc;
	}
	
#navbar a:hover {
	background-color:#DB2228;
	}
	
#navbar li.selected a {
	background-color:#DB2228;	
}		
	
#navbar a {
	color:#fff;
	}

#shoutbox {
	background:url(images/reykdal-shoutbox.jpg);
	border:solid 1px #ccc;
	}
	
#maincontent {
	background:url(images/contentbg.jpg) no-repeat #fff;
	}
	
#actionbox {
	background:url(images/actionbox.jpg);
	border:solid 1px #ccc;
	}
	
#socialbox {
	background:url(images/socialbox.jpg);
	border:solid 1px #ccc;
	}
	
#footer {
	background-color:#003475;
	}
	
#lowerright .block {
	background:url(images/contentbg.jpg) no-repeat #fff;
	}


/*****************************************
TYPOGRAPHY COLORS & FAMILIES
*****************************************/
	
body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color:#444;
	}

	
.block li {
	list-style-type:none;
	line-height:20px;
	}
	
h1,h2,h3,h4 {
	color:#003475;
	}
	
h2.title > span {
	color:#003475;
	}
	
#footer p {
	color:#fff;
	}
	

	
h2.title a {
	text-decoration:none;
	color:#003475;
	}
	
h2.title a:hover {
	text-decoration:underline;
	}
	
.submitted {
	font-size:12px;
	font-weight:bold;
	}
	
.views-field-title a {
	color:#003475;
	}


/*****************************************
ACTION BOX
*****************************************/
a.contributebutton {
	background:transparent url(images/contribution.png) no-repeat;
	}
	
a.contributebutton:hover {
	background:transparent url(images/contribution-hover.png) no-repeat;
	}
	
a.volunteerbutton {
	background:transparent url(images/joinourcampaign.png) no-repeat;
	}
	
a.volunteerbutton:hover {
	background:transparent url(images/joinourcampaign-hover.png) no-repeat;
	}
	
/*****************************************
SOCIAL BOX
*****************************************/
a.facebook {
	background:transparent url(images/facebook.png) no-repeat;
	text-decoration:none;
	color:#fff;
	padding:5px 0 0 44px;
	font-size:14px;
	}
	
a.facebook:hover {
	background:transparent url(images/facebook-hover.png) no-repeat;
	text-decoration:underline;
	color:#fff;
	}
	
a.twitter {
	background:transparent url(images/twitter.png) no-repeat;
	text-decoration:none;
	color:#fff;
	padding:5px 0 0 44px;
	font-size:14px;
	}
	
a.twitter:hover {
	background:transparent url(images/twitter-hover.png) no-repeat;
	text-decoration:underline;
	color:#fff;
	}


	
