/*
	This CSS file was created by the author for explicit use by NorthStar Coffee Co, LLC. 
	Code in this document is considered propriatary, and subject to terms of use.
	@author:Martin Henderson, Web Developers Unlimited
*/
/* Defined Page Presets */
*, pre {
	margin:0;
	padding:0
}
body {
	margin: 2px auto 5px auto;
	text-align:left;
	background-image:url(http://northstarcoffee.com/srcs/i/texture.gif);
}
/* IDs */
#wrapper {
	background-color: #E7FFFE;
	margin: 0px auto;
	width: 1050px;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	border:1px solid black;
}
#header {
	background-image:url(http://northstarcoffee.com/srcs/i/header.jpg);
	background-color:transparent;
	height:80px;
	border:1px solid #000000;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
}
#qotm {
	text-align: right;
	padding-right:30px;
	padding-top:30px;
}
#quoteauthor {
	text-align:right;
	padding-right:30px;
}
#contentwrapper {
}
#maincontent {
	border:1px solid #000000;
	width:800px;
	height:600px;
	float:left;
}
#sidebar {
	height:600px;
	border:1px solid #000000;
	float:left;
	width:246px;
font-size:12px;

}
#footerwrapper {
	border: 1px solid black;
	font-size:12px;
	background-color:#E7FFFE;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	height:30px;
	padding: 3px 10px;
}
#footerinfobox {
	float: left;
	width: 400px;
}
#footercopybox {
	float: right;
	width: 400px;
	font-size:16px;
	text-align:right;
}
#footercopybox small {
	font-size:10px;
	font-style:italic;
}
/* Classes */
.widgetwrapper {
	margin:6px;
}
.widgettitle {
	-moz-border-radius-topleft:7px;
	-webkit-border-top-left-radius:7px;
	-moz-border-radius-topright:7px;
	-webkit-border-top-right-radius:7px;
	background-color:lightblue;
	padding:2px 0px 0px 10px;
	border:1px solid black;
	font-style:italic;
	font-weight:bold;
	font-size: 14px;
}
.widgetcontent {border:1px solid black;padding: 0px 0px 5px 10px;}
/* Hacks & Special Code */
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}	