/* High Street Northcote - NIFFTY CSS */
/* Coded by the lovely people at stillmovingdesign.com.au */
/* edited: 31 March 2010 */
/* ...to be for the learning, not to copy. */


/* div {border: 1px dotted #ccc;} */

body {
	font-size: 62.5%;
	font-style: normal;
	text-align: center;
	background-color: white;
}


#container {
  width: 100%;
  text-align: center;
}

#content {
	margin: 0 auto;
	width: 900px;
	text-align: left;
	background: url(/images/uploads/site/bg_body.png) repeat-y;
	margin-top:1em;
}

#top-shadow {
	height:12px;
	background: url(/images/uploads/site/bg_top.png) no-repeat;
}

#header {
	background: url(/images/uploads/site/bg_header.png) no-repeat;
	height: 150px;
}


p, li, h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-align: left;
}

p {
	font-size: 135%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-align: left;
	line-height: 1.5em;
	margin-bottom: .5em;
	color: #4b341f;
}


p a:link {
	color: rgb(31,196,244);
}

p a:visited {
	color: rgb(31,196,244);
}

.maincol p img {
	margin-right: 1em;
}

h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 3.2em;
	color: rgb(31,196,244);
/* 	text-transform: uppercase; */
	line-height: 1em;
	margin-bottom: .25em;
}

h2 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.8em;
	color: rgb(31,196,244);
/* 	line-height: 1.8em; */
	margin-top: 2em;
	margin-bottom: .2em;
}

h2.niffty {
	font-size: 18px;
	line-height: 18px;
	color: rgb(31,196,244);
	text-transform: uppercase;
	
	}

h3 {
	font-size: 125%;
	color: rgb(31,196,244);
	line-height: 1.8em;
	margin-bottom: .5em;
	border-bottom: 1px dotted #ef5ba1;
}

h4 {
	font-size: 165%;
	color: #4b341f;
	line-height: 2em;
}


#nav {
	display: inline;
	clear: both;
	float: left;
	width: 31.6em;
	height: 279px;
	margin-left: 1em;
	background-color: rgb(31,196,244);
}

ul#navigation {
	padding: 2.5em;
}

#navigation li {
	font-family: 'Futura Std',Helvetica, Arial, Verdana, sans-serif;
	font-size: 22px;
	color: white;
	text-transform: uppercase;
	line-height: 1em;
}

#navigation li a:link, #navigation li a:visited {
	color: white;
	text-decoration: none;
}

#navigation li a:hover {
	color: rgb(38,34,97);
	text-decoration: none;
}

#home #nav-home a, #fashion #nav-fashion a, #music #nav-music a, #markets #nav-markets a, #foodwine #nav-foodwine a, #contact #nav-contact a, #contact_thanks #nav-contact a  {
	color: rgb(38,34,97);
	text-decoration: none;
}

.herobanner {
	display: inline;
	float: left;
	width: 57em;
	height: 29em;
	margin-bottom: 2em;
	overflow: hidden;
}

.ne_buttons {
	border-right: 2px dotted #ef5ba1;
	border-bottom: 2px dotted #ef5ba1;
	margin-bottom: 2em;
}

.left_sidebar {
	display: inline;
	clear: both;
	float: left;
	width: 200px;
	margin-left: 3em;
}

.left_sidebar h2 {
	font-size: 28px;
	line-height: 18px;
	line-height: 16px;
	color: rgb(31,196,244);
	display: block;
	height: 66px;
	border-bottom: 4px solid rgb(31,196,244);

}

.left_sidebar p {
	font-size: 12px;
	line-height: 18px;
	color: rgb(150,150,150);
	display: block;
	text-align: right;
	margin-right: .5em;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	top: -40px;
}
.left_sidebar p a {
	color: rgb(150,150,150);
	text-decoration: none;
}

.left_sidebar p a:link, .left_sidebar h2 a:visted {
	color: rgb(31,196,244);
}
.left_sidebar p a:hover {
	color: rgb(38,34,97);
}


.maincol {
	display: inline;
	float: left;
	margin-left: 9.5em;
	width: 38em;
}

dl {
	width: 95%;
	margin-bottom: 1em;
}
dt, dd {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 135%;
	line-height: 1.7em;
	color: #4b341f;
	border-bottom: 1px dotted #4b341f;
}

.right_sidebar {
	display: inline;
	float: left;
	margin-left: 1.5em;
	padding-left: 1.5em;
	width: 14em;
	height: 35em;
}
.right_sidebar p {
	font-size: 10px;
	line-height: 10px;
	color: rgb(31,196,244);
	text-transform: uppercase;
	margin-bottom: 4px;
	width: 145px;
}

#header .logo {
	float: left;
	width: 205px;
	height: 122px;
	margin: 1em 0 1em 3.5em;
}

#searchfeeds {
	float: left;
	width: 300px;
	margin-left: 29em;
	margin-top: 4em;
}

#header input, #contactform input, #contactform textarea, #traderform input {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.2em;
	color: #666;
	float: left;
	width: 220px;
	height: 16px;
	border: none;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	padding: 4px 0 0 4px;
}

#header .submit, #traderform .submit {
	float: left;
	width: 42px;
	height: 24px;
	background: url(/images/uploads/site/submit.png) no-repeat;
	border: none;
}


input.blur {
	color: #666;
}

label {
	display: none;
}

#contactform {
	float: left;
	width: 29em;
}

.address_panel {
	float: left;
}

#contactform input {
	width: 260px;
	height: 16px;
	padding: 4px 0 0 4px;
	margin-bottom: 4px;
}

#contactform textarea {
	width: 260px;
	height: 160px;
}

#contactform #submit {
	float: left;
	width: 42px;
	height: 24px;
	background: url(/images/uploads/site/submit.png) no-repeat;
	border: none;
}

.col2 {
	float: left;
	width: 28em;
}

.column_left {
	clear:both;
	float: left;
	width: 32em;
}

.content_col {
	float: left;
	display: inline;
	width: 52em;
	margin-left: 3em;
	margin-top: 2em;
}

.content_col hr {
	border: none;
	border-top: 3px solid red;
	padding-top: 1em;
	padding-bottom: 1em;
}


.col_events {
	float: left;
	width: 20em;
	margin-left: 2em;
	padding-left: 2.5em;
}

.col_events img {
	margin-bottom: 1.5em;

}

p.rss {
	text-align: left;
	font-size: 1em;
	line-height: 2em;
	padding-left: 2.2em;
	background: url(/images/uploads/site/rss.png) center left no-repeat;
}

p.rss a:link {
	color: #999;
	text-decoration: none;
}

p.rss a:visited {
	color: #999;
	text-decoration: none;
}

p.rss a:hover {
	color: #666;
	text-decoration: none;
}

#searchfeeds p.rss {
	margin-left: 14.5em;
}

#home .news p {
	font-size: 1.2em;
	margin-bottom: 1em;
	text-decoration: none;
}

#home .news p a:link, #home .news p a:visited {
	text-decoration: none;
	color: #999;
}


#home .news p a:hover {
	text-decoration: none;
	color: #333;
}


#footer {
	clear: both;
	padding: 1em 2em 2em 2em;
	background: white url(/images/uploads/site/bg_footer.png) no-repeat;
	background-position: 0 -140px;
	height: 30px;
}

p.copyright, p.sfd {
	float: left;
	display: block;
	width: 49%;
	font-size: 1em;
	text-transform: uppercase;
	color: #999;
	border-top: 1px dotted #f39;
	padding-top: 1em;
	margin-left: 1.5em;
}

p.sfd {
	text-align: right;
	margin-left: 0;
	}

p.sfd a:link {
	text-decoration: none;
	color: #999;
}
p.sfd a:hover {
	text-decoration: underline;
}

