/* @override 
http://metolius.csky.ca.dev/media/css/core.css
http://metolius.review.concentricsky.com/media/css/core.css
 */

@charset "UTF-8";

@import url("reset.css");


/* Global Styles
---------------------------------------------------*/
img, div, input { behavior: url("../site/iepngfix.htc") }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 0.9em;
	color:#bbd2c2;
	margin: 0;
    background: #E5E2DB;
}
h1 {
	font-size:1.5em;
	color: #BCD3C2;
    font-weight: normal;
} 
p{
  font-size:.9em; 
}
ul{
	list-style-type: square;
	list-style-position: outside;
	color:#bbd2c2;
}
a, a:visited, a img{
	color: #D1DEC0;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clear:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
a:hover{
	color: white;
	text-decoration: none;
}
#container{
	background:url(../img/site/background.jpg) repeat-y;
	background-color:#e5e2db;
	width:935px;
	min-height:800px;
	margin:0 auto;
	padding: 0;
	overflow:hidden;
	clear: both;
}

/* Convienance Rule*/

.breaker {
	clear:both;
	display:block;
}

/* main navigation */

#nav {
	float:right;
	padding-right:40px;
}

#nav ul {
	float:left;
	list-style-type: none;
}
#nav ul li{
	float:left;
	padding-left:20px;
}
#nav .navActive{
	color: #fff;
}

/* Tier Formatting */

#overlaysmall{
	float:left;
	width:251px;
	height:115px;
}

/* @group in the news */

.content {
	margin-top: 60px;
	margin-left: 40px;
	margin-right: 40px;
}
#news ul {
	list-style: none;
	padding-left: 0;
}
#news ul li {
	line-height: 2em;
	background: url(../img/collections/li-bg.png);
	padding: 10px;
	margin-bottom: 10px;
}

/* @group news feature */

#news-feature .feature {
	background: url(../img/collections/li-bg.png);
	padding: 10px;
}

/* @group stores */

#stores .store {
	background: url(../img/collections/li-bg.png);
	/*background: url(../img/site/black.png) repeat;*/
	padding: 10px;
	margin-bottom: 10px;
}
#stores .store a {
	display: block;
}

/* @group contact */

#contact form div {
	margin-bottom: 5px;
}

#contact form div label {
	display: inline-block;
	text-align: right;
	width: 100px;
	padding-right: 10px;
}

#contact form .message label {
	vertical-align: top;
}

#contact form .submit {
	padding-left: 115px;
	padding-top: 10px;
}

