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

Global CSS file for Dikes Direct

Created by Strawberrysoup - www.strawberrysoup.co.uk

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

@font-face {
	font-family: 'festusRegular';
	src: url('../font/festus-webfont.eot');
	src: local('☺'), url('../font/festus-webfont.woff') format('woff'), url('../font/festus-webfont.ttf') format('truetype'), url('../font/festus-webfont.svg#webfontTcGj1zMx') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* CSS to define the overall document styles =======================================*/
body {
	margin: 0;
	padding: 0;
	background: url('../cssimages/tile_bg.jpg') repeat-x;
	background-color: #636769;
	/* font-family: Georgia, "Times New Roman", Helvetica, sans-serif;
	font-size: 95%;*/
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 75%;
	text-align: center;
	}
	
	
.burgundy_text {
	color: #5D1425;
}
	
#header_bar {
	margin: 0 auto;
	width: 907px;
	height: 50px;
	background: url('http://www.dikes-direct.co.uk/cssimages/header_bar.jpg') no-repeat;
}

#header {
	width: 759px;
	height: 217px;
	background: url('http://www.dikes-direct.co.uk/cssimages/header.jpg') no-repeat;
}

#header_about {
	width: 759px;
	height: 217px;
	background: url('http://www.dikes-direct.co.uk/cssimages/header_about.jpg') no-repeat;
}

#header_history {
	width: 759px;
	height: 217px;
	background: url('http://www.dikes-direct.co.uk/cssimages/header_history.jpg') no-repeat;
}

#header_team {
	width: 759px;
	height: 217px;
	background: url('http://www.dikes-direct.co.uk/cssimages/header_team.jpg') no-repeat;
}

#header_nonfood {
	width: 759px;
	height: 217px;
	background: url('http://www.dikes-direct.co.uk/cssimages/header_nonfood.jpg') no-repeat;
}

#header_food {
	width: 759px;
	height: 217px;
	background: url('http://www.dikes-direct.co.uk/cssimages/header_food.jpg') no-repeat;
}

#header_store {
	width: 759px;
	height: 217px;
	background: url('http://www.dikes-direct.co.uk/cssimages/header_store.jpg') no-repeat;
}

#header_deli {
	width: 759px;
	height: 217px;
	background: url('http://www.dikes-direct.co.uk/cssimages/header_deli.jpg') no-repeat;
}

#header_cafe {
	width: 759px;
	height: 217px;
	background: url('http://www.dikes-direct.co.uk/cssimages/header_cafe.jpg') no-repeat;
}

#header_groceries {
	width: 759px;
	height: 217px;
	background: url('http://www.dikes-direct.co.uk/cssimages/header_groceries.jpg') no-repeat;
}

#header_wines {
	width: 759px;
	height: 217px;
	background: url('http://www.dikes-direct.co.uk/cssimages/header_wines.jpg') no-repeat;
}

#header_suppliers {
	width: 759px;
	height: 217px;
	background: url('http://www.dikes-direct.co.uk/cssimages/header_suppliers.jpg') no-repeat;
}

#header_info {
	width: 759px;
	height: 217px;
	background: url('http://www.dikes-direct.co.uk/cssimages/header_info.jpg') no-repeat;
}

#header_community_links {
	width: 759px;
	height: 217px;
	background: url('http://www.dikes-direct.co.uk/cssimages/header_community_links.jpg') no-repeat;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 759px;
	background-color: #FFFFFF;
	color: #333333;
	text-align: left;
	}

#grey_bar {
	position: relative;
	background-color: #333;
	height: 60px;
}

#grey_bar p {
	color: #fff;
	margin-top: 2px;
	padding-top: 4px;
	font-size: 1.5em;
	font-weight: bold;
}

#grey_bar p a {
	color: #fff;

}

#grey_bar img {
	position: absolute;
	left: 20px;
	top: -25px;
}

#grey_bar p#make_a_difference_banner {
	font-family: 'festusRegular', Arial;
	font-weight: normal;
	font-size: 24px;
	top: 2px;
	left: 0;
	position: absolute;
	padding: 0 0 0 130px;
	line-height: 25px;
}

#grey_bar p#make_a_difference_banner a {
	display: block;
	width: 625px;
	height: 60px;
}

#logo {
	position: absolute;
	top: 30px;
	left: -100px;
	width: 282px;
	height: 159px;
}

#cow {
	position: absolute;
	top: 10px;
	left: 600px;
	width: 282px;
	height: 300px;
}
p {
	color: #555753;
	line-height: 1.8;
	padding: 0 10px 0 10px;
	text-align: left;
	}
	
#footer {
	width: 759px;
	height: 30px;
	background-color: #fff;
	margin: 0 auto;
	margin-bottom: 20px;
}

ul {
	margin-left: 30px;
}

li {
	color:#555753;
	line-height:1.8;
	padding:0 10px;
	text-align:left;
}

#footer p {
	margin: 0px;
}

h2, h3 {
	margin: 10px;
}

/*=====================================================================
CSS to format the navigation
=====================================================================*/

#subnav{
	position: relative;
	z-index: 999;
	list-style:none;
	padding:0 0px 0px 10px;
	float: right;
	margin-top: 50px;
}

#subnav ul{
	list-style:none;
	margin:20px 5px;

}

#subnav li a{
	background-color: #5D1425;
	color: #fff;
	line-height:1.6em;
	display: block;
	margin: 5px;
	width: 170px;
	height: 30px;
	padding: 4px 6px;
	font-size: 1.3em;
}

#subnav li a:hover{
	color:#FFF;
}

#subnav li.subnav_level_1 a {
	margin: 5px 0 0 10px;
	background-color: #5D313C;
	font-size: 1.2em;
	line-height: 1.2em;	
}

#subnav li.subnav_level_2 a {
	margin: 5px 0 0 20px;
	background-color: #5D474C;
	font-size: 1.1em;
	line-height: 1.1em;
}

#subnav li.subnav_level_3 a {
	margin: 5px 0 0 30px;
	background-color: #5D474C;
	font-size: 1.0em;
	line-height: 1.0em;
}

#leaflet_download {
	width: 178px;
	padding: 0;
	margin: 0 0 0 23px;
}

#leaflet_download a {
	display: block;
	text-indent: -9999em;
	width: 178px;
	height: 119px;
	background: url('../cssimages/offer_leaflet2.jpg') no-repeat;
}

/*====================================================================
CSS to format the main content of the website
=====================================================================*/

#content {
	width: 530px;
	float: left;
}

#cms_content {
/*	padding: 80px 0 0 0;*/
}

#content ul { 
	margin: 10px 0 0 15px; 
	text-align: left;
}

.content {
	position: relative;
}

.content h1 {
	font-family: 'festusRegular', Arial;
	margin: 20px 10px 6px 10px;
	font-size: 3.3em;
}

.content h1#making-a-difference {
	color:#561121;
	font-size:28px;
	margin-top: 10px;
}

h1#making-a-difference span#difference {
/*	font-weight: 10;*/
	font-family: Helvetica,Arial,Verdana,sans-serif;
}

h1#making-a-difference span#vote_here {
	font-size: 40px;
}

#content li {
	font-size: 9pt;
	list-style-type: none;
	line-height: 1.5;
	color: #555753;
	display: block; 
	padding: 2px 0px 2px 25px; 
	margin: 2px 0;
	width: 450px;
	background: transparent url('../cssimages/bullet.gif') no-repeat 0px 2px;
}

/**************
* Voting System
**************/

.content #voting_system {
/*	width:720px;*/
/*	background-color:#000;*/
	margin:0 auto;
}



.content #voting_system ul {
	clear: both;
	list-style:none;
	width: 730px;
/*	float:left;*/
	margin-left:19px !important;
	margin-top: 20px;
}

.content #voting_system ul li {
	float:left;
	width:220px;
	min-height: 620px;
	padding: 0px 10px 0 10px !important;
/*	margin-right: 10px;*/
	margin-top: 20px;
	border-left: solid 1px #ccc;
}

.content #voting_system ul li.end {
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	padding: ;
}

.content #voting_system ul li .contender-intro {
	position:relative;
	padding-bottom:45px;
}
.content #voting_system ul li .contender-intro h3 {
	margin:0px 0 10px 0;
	font-size:17px;
	padding-right:15px;
	text-align: left;
	line-height: 20px;
	height:40px;
}

.content #voting_system ul li .contender-intro h3 strong {
	color:#561121;
	font-weight:bold;
}

.content #voting_system ul li a.vote_now {
	position:absolute;
	right:0px;
	display:block;
	bottom: 12px;
	width:113px;
	height:30px;
	background:url('../cssimages/vote_now.jpg') no-repeat;
	text-indent:-9999px;
	line-height:1px;
}

/*.content #voting_system ul li.first {
	clear:left;
	
}*/

.content #voting_system ul li .contender-intro .score-block {
	width:110px;
	position:absolute;
	bottom:-15px;
	left:4px;
}

.content #voting_system ul li .contender-intro .score-block p {
	color:#666;
	padding:0px;
	margin:0px;
	font-size:14px;
	line-height:1px;
}

.content #voting_system ul li .contender-intro .score-block span {
	font-size:28px;
}


/*====================================================================
CSS code to format all hyperlinks
=====================================================================*/

a:link, a:visited {
	color: #5B1426;
}

a:hover {
	text-decoration: underline;
}

/*====================================================================
CSS code for news formatting
=====================================================================*/

.news_item {
	width: 527px;
	float: left;
}

/*====================================================================
CSS code for SIFR (dynamic titles using FESTUS! font)
=====================================================================*/

/* These are standard sIFR styles... do not modify */

/*.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
/*.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}*/

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

/*.sIFR-hasFlash h1 {
	visibility: hidden;
}*/

/*.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}*/

/*.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}*/

/*====================================================================
CSS to format the Strawberrysoup footer
=====================================================================*/

#strawberrysoup {
	color: #5B1426;
	margin-bottom: 10px;
}

/*====================================================================
CSS to format the downloads page of each page
=====================================================================*/

#downloads {
	background-color: #F2F2F2;
	width: 500px;
	border: 1px #ccc solid;
	margin: 0 0 0 10px;
}

#downloads li {
	list-style: none;
	margin: 10px;
}

/*====================================================================
CSS to format the valentines day signup form
=====================================================================*/

#valentines dl  {
	margin: 20px auto;
	width: 500px;
}
#valentines dt {
	float: left;
	text-align: left;
	color: #3E1A28;
	font-family: helvetica, arial, verdana;
	line-height: 1.2em;	
	width: 180px;
	padding-top: 4px;
	color: #555753;
}
#valentines dd {
	margin: 0 0 15px 0;
	color: #555753;
}
#valentines dd span {
	color: #666;
}
#valentines input, #valentines textarea {
	border: 1px #ccc solid;
	padding: 5px;
	color: #3E1A28;
	font-family: helvetica, arial, verdana;
}
#valentines .email_thanks {
	font-weight: bold;
}

#map {
	margin: 0 0 0 150px;
}

/*====================================================================
CSS to format new styles for floating images left & right
=====================================================================*/

.image_left {
	float: left;
	margin: 5px;
}

.image_right {
	float: right;
	margin: 5px;
}
