/**
 * SouthfieldsVillage.com Layout Stylesheet
 * @copyright 2010 Better Brief LLP
 * @author Dan Hensby <dan@betterbrief.co.uk>
 * @author Josh Holloway <josh@betterbrief.co.uk>
 */
  
/*
 
Reset from Yahoo! Thanks guys :)
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/
html{color:#4d4d4d;background: url(../images/brown_paper_texture2.jpg) top left repeat;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,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;}li{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;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
/* end yahoo reset - thanks :) */

body {
 	font-size: 75%; /* 12px */
	line-height: 1.5em;
	font-family: Arial, sans-serif;
	/*background:transparent url(../images/body-bg.jpg) 0 93px no-repeat;
	width: 914px;*/
	width: 900px;
	margin: 0 auto;
	padding: 0;
	min-height:590px;
	box-shadow: 0px 7px 15px #888;
	-moz-box-shadow: 0px 7px 15px #888;
	-webkit-box-shadow: 0px 7px 15px #888;
}

a {
	color: #666;
}
a:hover {
	color: #000;
}
a,a:hover {
	text-decoration: none;
}

address {
	float: left;
	font-size: 1.1em;
}

.clear{
	clear:both;
}

.boxShadow {
	box-shadow: 3px 3px 3px #797979;
	-moz-box-shadow: 3px 3px 3px #797979;
	-webkit-box-shadow: 3px 3px 3px #797979;
}

/* CONTAINER
----------------------------------------- */
#Layout {
	padding: 3px 25px 0;
	margin-top: -2px;
	background: #fff url('../images/inner-gradient.png') top left repeat-x;
	width: 850px;
	min-height: 388px;
}

#Content {
	position: relative;
	width: 270px;
	float: left;
	margin-left: 10px;
	padding-right: 15px;
}


#Content.contact {
	width: 275px;
	float: left;
	position: relative;
}


.wide img {
	margin-top: 10px;
}

#SideContent {
	width: 505px;
	float: left;
	padding: 0 25px;
	margin-bottom: -3px;
}

.shopLocal #Content {
	width: 270px;
	float: left;
	padding: 0;
	margin: 0;
	padding-right: 25px;
	margin-top: 15px;
}

.shopLocal #SideContent {
	width: 551px;
	float: left;
	padding: 0;
	margin-bottom: 20px;
	margin-top: 25px;
}

.column p {
	padding-right: 10px;
	width: 240px;
}

#Content.wider {
	width: 825px;
}

	
/* HEADER
----------------------------------------- */
#Header {
	width: 100%;
	background:transparent;
}

#SectionMenu {
	height:42px;
	background:transparent url(../images/header-bg.gif) top left no-repeat;
	margin-top: 25px;
}
	
	#SectionMenu ul {
		padding: 0 10px;
		height: 41px;
		margin-left: 3px;
	}
	
		#SectionMenu ul li {
			height: 41px;
			display: block;
			float: left;
			padding: 0 10px;
			width: 100px;
		}
		
			#SectionMenu ul li a {
				display: block;
				height: 41px;
				width: 100%;
				text-align: center;
				text-indent: -999em;
			}
			
			#SectionMenu ul li a:hover,
			#SectionMenu ul li.section a,
			#SectionMenu ul li.current a {
				background:url(../images/sectionmenu-hover.gif) center bottom no-repeat;
			}
			li#LiveLocal {
				background:transparent url(../images/livelocal.jpg) center center no-repeat;
			}
			li#ShopLocal {
				background:transparent url(../images/shoplocal.jpg) center center no-repeat;
			}
			li#PlayLocal {
				background:transparent url(../images/playlocal.jpg) center center no-repeat;
			}
			li#LoveLocal {
				background:transparent url(../images/lovelocal.jpg) center center no-repeat;
			}

#Logo {
	width: 900px;
	height: 150px;
	margin-right: 42px;
	margin-bottom: 2px;
	text-indent: -999em;
}

.loveLocal  #Logo {
	background:#e90d8c url(../images/lovelocal-logo.png) top left no-repeat;
}

.shopLocal #Logo {
	background:#f89c1c url(../images/shoplocal-logo.png) top left no-repeat;
}

.playLocal  #Logo {
	background:#e90d8c url(../images/playlocal-logo.png) top left no-repeat;
}

.liveLocal  #Logo {
	background:#e90d8c url(../images/livelocal-logo.png) top left no-repeat;
}

/* Shop local listing */

ul.listing {
	width: 850px;
	height:	290px;
	float: left;
}

ul.listing li {
	float: left;
	width: 375px;
	height: 117px;
	margin-right: 50px;
	margin-bottom: 28px;
	clear: none;
}

.listing h3 {
	font-weight: bold;
	float: left;
	margin-top: -3px;
	margin-bottom: 0px;
	padding: 4px 0;
	font-size: 11px;
	width:192px;
	line-height: 13px;
}

.listing a {
	text-decoration: none;
}

.upper {
	text-transform: uppercase;
	float: left;
}

.listing a {
	color: #4D4D4D;
}

.listing a:hover {
	color: #4D4D4D;
	text-decoration: underline;
}

.listing img {
	border: 1px solid #d9dad9;
	float: left;
	clear: none;
	margin-right: 13px;
	padding: 2px;
}

.listing address {
	position: relative;
	display: block;
	float: left;
	clear: none;
	width: 162px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 12px;
	margin-bottom: 12px;
}


.prevNext {
	float: left;
	margin-top: 3px;
	margin-bottom: 25px;
}

.prevNext li a {
	text-decoration: none;
	text-transform: uppercase;
}

.prevNext li a:hover {
	text-decoration: underline;
}

.prevNext li {
	display: inline;
}

.pagination {
	float: right;
	margin-top: 3px;
	margin-bottom: 25px;
	margin-right: -25px;
}

.pagination li {
	display: inline;
	line-height: 12px;
}

.pagination li a {
	padding: 1px 2px;
}

/* Detail page
  -------------------------------------------*/

/* Shop local listing */

.detail {
	width: 283px;
	float: left;
	clear: none;
}

.detail li {
	float: left;
	width: 350px;
	margin-right: 81px;
	margin-bottom: 28px;
	clear: none;
}

.detail h3 {
	font-weight: bold;
	margin-top: -3px;
	margin-bottom: 14px;
	padding: 0;
	font-size: 14px;
	clear: both;
	margin
}

.detail a {
	text-decoration: none;
}

.detail a {
	color: #4D4D4D;
}

.detail a:hover {
	color: #4D4D4D;
	text-decoration: underline;
}

.detail img {
	border: 1px solid #d9dad9;
	float: left;
	margin-right: 30px;
	padding: 3px;
}

.wrap {
	display: block;
	width: 542px;
	float: left;
	clear: none;
	margin-top: 20px;
}

.wrap p {
	padding-right: 20px;
}

.detail address {
	position: relative;
	display: block;
	float: left;
	clear: both;
	width: 170px;
	margin: 12px 0;
	padding: 0;
	font-size: 11px;
	line-height: 12px;
}

#Back {
	position: absolute;
	bottom: 0;
	right:0;
	float: right;
	text-transform: uppercase;
}
	
	#Back a {
		text-decoration: none;
	}
	
	#Back a:hover {
		text-decoration: underline;
	}



/* Latest news on the homepage */

.news {
	margin-top: 15px;
}

.news h3 {
	font-weight: bold;
	text-transform: uppercase;
}

.news li a:hover {
	text-decoration: underline;
}

/* SEARCH FORM 
-----------------------------------------------*/
html #SearchForm_SearchForm {
	float: right;
	width: 160px;
	margin-top: 6px;
	margin-right: 15px;
}

html #SearchForm_SearchForm .middleColumn {
	
}
	html #SearchForm_SearchForm .middleColumn input.text {
	}
html #SearchForm_SearchForm #SearchForm_SearchForm_action_results {
}

/* SUBMENU
-------------------------------------------- */
#SubMenu {
	width: 100%;
	float:left;
	font-weight: 800;
	font-size: 11px;
}

	#SubMenu li {
		float: left;
		padding: 10px 0;
		margin-right: 23px;
	}
	
		#SubMenu li.last {
			margin-right:0;
		}
		
	#SubMenu li a {
		display: block;
		height: 100%;
		text-align: center;
	}
	
	#SubMenu li a:hover {
		text-decoration: underline;
	}
	
	#SubMenu li a.on {
		text-decoration: underline;
	}
	
	#SubMenu li a.on:hover {
		text-decoration: none;
	}

	#SubMenu li a.arts {
		color: #5a5aa8;
	}
	#SubMenu li a.fashion {
		color: #9db012;
	}
	#SubMenu li a.health {
		color: #f290bc;
	}
	#SubMenu li a.home {
		color: #5abeea;
	}
	#SubMenu li a.food {
		color: #ee3940;
	}
	#SubMenu li a.groceries {
		color: #7fa93e;
	}
	#SubMenu li a.services {
		color: #f7911e;
	}
		

/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs {
}
	#Breadcrumbs p {
	}

/* COMMENTS
---------------------------------------- */
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}
#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
	#PageComments li.odd {
		background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
		padding-left: 40px;
		padding-right: 10px;
		border-bottom: 2px solid #BCE4FE;
	}
	#PageComments li.even {
		background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
		padding-right: 40px;
		padding-left: 10px;
	}

		#PageComments li.odd p.info {
			color: #3AA0C3;
		}

		.actionLinks li {
		   display: inline;
		   border-right: 1px solid;
		}
			.actionLinks li a {
				padding-right: 3px;
				font-size: 10px;
			}
   			.actionLinks li.last {
      			border-right: none;
   			}

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
	#PageComments p.info {
		color: #999;
		margin: 0px;
		padding: 0;
		line-height: 1em;
		font-size: 0.9em;
	}

/* SEARCH RESULTS STYLES
------------------------------------------------ */
ul#SearchResults {
}
	ul#SearchResults li {
		margin-top: 10px;
	}
	
	a.searchResultHeader
	{
		margin-bottom: 0;
		font-size: 13px;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
	}
	
	a.searchResultHeader:hover {
		text-decoration: underline;
	}
	
	#SearchResults li p {
		margin-top: 0;
		padding-top: 0;
	}

/* MESSAGEBOXS
--------------------------------------------- */
.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}


p#Remember label {
	text-align: left;
}

.entry {
	border-bottom: 1px solid #eee;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}

/* FOOTER
----------------------------------------------- */

#Footer {
	padding: 0;
	height: 35px;
	clear: both;
	background:#72b7d7;
	color: #fff;
	font-size: 11px;
}

	#Footer ul {
		height:100%;
		padding-left: 5px;
		width: auto;
		float: left;
	}
	
	#Footer li {
		float: left;
		height:100%;
	}
	
	#Footer a {
		padding: 0 10px;
		display: block;
		color:#fff;
		line-height:35px;
		height:100%;
	}
	
	#Footer a:hover {
		text-decoration: underline;
	}
	#Footer .right {
		float: right;
		line-height:35px;
		padding-right: 15px;
	}
	
/* CREDITS
----------------------------------------------- */
#Credits {
	font-size: 11px;
	position: absolute;
	margin-top: 10px;
	width: 900px;
}

	#Credits p {
		float: left;
		width: auto;
	}
	
	#Credits p.right {
		float: right;
	}
	
	#Credits a {
		color: #4d4d4d;
	}
	
	#Credits a:hover {
		text-decoration:underline;
	}
	
/* Sitemap
--------------------------------------------- */
ul#Sitemap {
	margin-top: -20px;
	margin-left: 5px;
}

	ul#Sitemap li {
		font-size: 14px;
		padding: 12px 0;
	}
	
		ul#Sitemap li a {
			text-decoration: none;
		}
		
			ul#Sitemap li a:hover {
				color: #000;
				background:#fff url(../images/arrow-black-off.png) top left no-repeat;
				margin-left: -12px;
				padding-left: 12px;
			}
		
		ul#Sitemap li ul {
			margin-left: 24px;
		}
		
			ul#Sitemap li li {
				font-size: 12px;
				padding: 0;
			}
			
				ul#Sitemap li li a {
					color: #666;
				}
		ul#Sitemap ul {
			padding: 5px 0;
		}
