/* ------------------------------------------------------------------------
CSS sheet for Door County Rubber Stamps.
Author: Chris Robinson
Date Created: 5/5/2008

All inquiries for this document should be directed to information@virtualtech.com.

--------------------------------------------------------------------------

COLORS

Purple: #740074;
Pink: #F2C5C5;
------------------------------------------------------------------------ */


/* -----------------------------------------------------------------------
MAIN DESIGN ELEMENTS
-------------------------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
}
a{
	outline: none;
	color: #363636;
}
a img{
	border: 0px;
}
body{
	text-align: center;
	color: #363636;
	font: 13px/1.5em "Trebuchet MS", Arial, sans-serif;
	background: url(images/bodybg.jpg);
}
#wrap{
	width: 1004px;
	margin: auto;
	display: block;
	text-align: left;
}
/* -----------------------------------------------------------------------
HEADER ELEMENTS
-------------------------------------------------------------------------*/
#header{
	display: block;
	background: url(images/header.jpg) repeat-x;
	width: 100%;
	height: 227px;
	position: relative;
}
#header h1{
	display: block;
	background: url(images/logo.jpg) no-repeat;
	width: 388px;
	height: 150px;
	text-indent: -9999px;
	font-size: 70%;
}
#header #flash{
	position: absolute;
	top: 0px;
	right: 0px;
	overflow: hidden;
}
.nav{
	display: block;
	list-style-type: none;
}
.nav li{
	display: block;
	float: left;
	padding-top: 16px;
	margin-right: 20px;
	position: relative;
}
.nav li a{
	display: block;
	float: left;
	background: url(images/nav.jpg) no-repeat;
	text-indent: -9999px;
	height: 33px;
}
.nav li.home a{
	width: 60px;
	background-position: 0px 0px;
}
.nav li.home a:hover{
	background-position: 0px -47px;
}

.nav li.about a{
	width: 90px;
	background-position: -60px 0px;
}
.nav li.about a:hover{
	background-position: -60px -47px;
}
.nav li.scrapbooking a{
	width: 120px;
	background-position: -150px -1px;
}
.nav li.scrapbooking a:hover{
	background-position: -150px -48px;
}
.nav li.rubberstamp a{
	width: 135px;
	background-position: -270px -2px;
}
.nav li.rubberstamp a:hover{
	background-position: -270px -49px;
}
.nav li.contact a{
	width: 167px;
	background-position: -405px -3px;
}
.nav li.contact a:hover{
	background-position: -405px -50px;
}
.nav li ul, .nav li:hover ul ul, .nav li.over ul ul{
	display: none;
}

/*Position for first dropdown of RubberStamps (Articles, Classes, Online Store)*/
.nav li:hover ul, .nav li.over ul{
	display: block;
	position: absolute;
	top: 46px;
	left: -10px;
	z-index: 1000;
	width: 40px;
	list-style-type: none;
}
/*Position for second drop of Online Store*/
.nav li ul li:hover ul, .nav  li ul li.over ul{
	display: block;
	position: absolute;
	top: 0px;
	left: 130px;
	z-index: 1000;
	width: 40px;
	list-style-type: none;
}
.nav li ul li{
	display: block;
	float: none;
	padding: 0px;
	width: 40px;
	height: auto;
}
/*Width and styles for first drop off of RubberStamps (Articles, Classes, Online Store)*/
#header .nav li ul li a{
	background: #C096C8;
	color: #190D1B;
	float: none;
	height: auto;
	width: 130px;/*210px*/
	text-indent: 0px;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
	text-align: center;
}
/*Width and styles for second drop of Online Store*/
#header .nav li ul li ul li a{
	background: #C096C8;
	color: #190D1B;
	float: none;
	height: auto;
	width: 230px;
	text-indent: 0px;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
	text-align: center;
}

#header .nav li ul li a:hover{
	color: #FEE155;
	background: #604665;
}

/* -----------------------------------------------------------------------
MAIN ELEMENTS
-------------------------------------------------------------------------*/
#main{
	width: 100%;
	font-weight: bold;
}
#main p{
	margin: 1.5em 10px;
}
#main dl{
	margin: 1.5em 10px;
}
#main dl dt{
	font-weight: bold;
}
#main dl dd ul{
	margin-left: 20px;
}
#main ul.right{
	margin-left: 100px;
}
#main ol{
	margin-left: 40px;
}
#main ul.stamps{
	margin: 1.5em 20px;
	float: left;
}
#main #stamps{
	float: left;
	margin-left: 100px;
	margin-top: 20px;
	border: 1px solid #000;
}
#main img.imgright{
	float: right;
	margin: 10px;
	border: 2px solid #AB79B4;
}
#main #contact1 {
	width: 480px;
	float: left;
}
#main #contact2 {
	width: 480px;
	float: right;
}
#main #contact1 img, #main #contact2 img {
	margin: 0 10px 40px 0;
	border: 2px solid #AB79B4;
	float: left;
}
#main iframe {
	clear: both;
	border: 2px solid #AB79B4;
}
/*#main dl.location{
	width: 460px;
	display: block;
	float: left;
	font-size: 11px;
}
#main dl.location dt{
	font-style: italic;
	font-size: 15px;
	margin-bottom: 10px;
}
#main dl.location dd img{
	float: left;
	margin: 0px 10px 10px 0px;
	border: 2px solid #AB79B4;
}
#main dl.location dd.moveLeft strong{

}

#main p.contact{
	
	margin: 0 80px 0 10px;
}
#main p.contact2{	
	margin: 0 340px 0 10px;
	float: right;
}
*/#main img.floatleft{
	float: right;
	margin: 10px;
}
#rightSide{
	text-align: center;
	background: #FFD7E0;
	width: 250px;
	display: block;
	margin: 10px;
	float: right;
	padding: 10px 0px;
}
#rightSide img{
	margin: auto;
}
#rightSide p{
	text-align: left;
}
p.about{
	font-style: italic;
}
dt.center{
	text-align: center;
}
dl dd ul li strong{
	font-size: 14px;
}
ul.classes li{
	margin-bottom: 1.5em;
}
ul.classes li span{
	display: block;
}
h1.center{
	text-align: center;
}
dl.new{
	width: 243px;
	background: #5A2350;
	color: #B576A9;
	overflow: hidden;
	padding: 5px;
	padding-bottom: 10px;
	margin: 1.5em auto;
}
dl.new a{
	color: #B576A9;
	text-decoration: none;
	border-bottom: 1px dashed #B576A9;
	margin-top: 20px;
}
dl.new a:hover{
	border-bottom: 1px solid #B576A9;
}
dl.new dt{
	font-weight: bold;
	font-size: 14px;
	background: #B576A9;
	color: #5A2350;
	padding-left: 5px;
}
dl.new dd{
	text-align: center;
	padding: 10px;
}
dl.new dd img{
	border: 2px solid #B576A9;
	float: left;
}
dl.new dd span{
	width: 150px;
	display: block;
	float: left;
	padding-left: 50px;
	padding-top: 20px;
}
dl.new dd form input.email{
	width: 200px;
	display: block;
	float: left;
}

/* -----------------------------------------------------------------------
ARTBOARDS ELEMENTS
-------------------------------------------------------------------------*/
.artboards{
	width: 700px;
	margin-bottom: 30px;
}
.artboards dl{
	float: left;
	margin: 0px 11px;
}
.artboards dl dt{
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}
.artboards dt a{
	border-bottom: 1px dashed #000;
	text-decoration: none;
}
.artboards dt a:hover{
	border-bottom: 1px solid #000;
}



.topArtboards{
	display: block;
}
.topArtboards dl{
	float: left;
	margin: 0px 0px;

}
.topArtboards dl dt{
	font-weight: bold;
	text-align: center;
}
.topArtboards dt a{
	border-bottom: 1px dashed #363636;
	text-decoration: none;
}
.topArtboards dl.logo dt a{
	border-bottom: 0px dashed #363636;
	text-decoration: none;
}
.topArtboards dt a:hover{
	border-bottom: 1px solid #363636;
}

/* -----------------------------------------------------------------------
ASIDE ELEMENTS
-------------------------------------------------------------------------*/
#aside{
	float: right;
	width: 25%;
	border: 2px solid #AB79B4;
	background: #AF9DAC;
	margin: 10px;
}
#aside h3{
	padding: 2px;
	font-size: 18px;
	color: #494242;
	background: #AB79B4;
}
#aside dl.other{
	background: #AD90AF;
}
#aside dl{
	padding: 5px 4px;
	margin: 0;
}
#aside dl dt{
	font-weight: bold;
}
#aside dl dd{
	margin-left: 10px;
}
#aside dl dd a{
	text-decoration: none;
	border-bottom: 1px dashed #363636;
}
#aside dl dd a:hover{
	border-bottom: 1px solid #363636;
}
#aside dl dd.map{
	width: 251px;
	height: 251px;
	display: block;
	text-indent: -9999px;
	background: url(images/map.jpg) no-repeat;
	margin: 0px; 
	padding: 0px;
}
/* -----------------------------------------------------------------------
FOOTER ELEMENTS
-------------------------------------------------------------------------*/
#footer{
	display: block;
	clear: both;
	margin: auto;
	background: url(images/footer.jpg) left bottom repeat-x;
	width: 100%;
	height: 41px;
	padding-top: 80px;
}
#footer ul{
	float: left;
	list-style-type: none;
}
#footer ul li{
	float: left;
	margin: 0px 10px;
}
#footer p{
	padding-right: 10px;
	float: right;
}








