/*
Theme Name: Shaderella
Author: Brian Leppla
Author URI: neithernor.net
Version: 1

[Table Of Contents] 

	0- Reset
	1- Global
	2- Links
	3- Headings
	4- Header 
	5- Navigation
	6- Middle 
	7- Forms
	8- Extras
	9- Footer 

*/

/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');
/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body {
	line-height: 1;
	font: normal 12px Arial, Helvetica, sans-serif;
	vertical-align: top;
	background: #fff;
	color: #000;
}
.right {
	float: right;
}
.left {
	float: left;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align:center;
}
.justify {
	text-align:justify;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	float:left;
	margin:4px 10px 4px 0;
}
img.alignright {
	float:right;
	margin:4px 0 4px 10px;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link, a:visited {
	color: #333;
	text-decoration:none;
	font: normal 12px Arial, Helvetica, sans-serif; font-weight:bold;
}
a:hover {
	color: #111;
	text-decoration:underline; font-weight:bold;
}
a:active {
	color: #111;
		text-decoration:none; font-weight:bold;
}

.wrapper {
	width:500px;
	text-align:center;
	margin:0px auto;
}

.off {
	margin:1px 0px 5px 32px;
	color:#404040;
	text-align:left;
	text-decoration:none;	
}
/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
	font: bold 2em "Times New Roman", Times, serif;
}
h2 {
	font: bold 1.5em "Times New Roman", Times, serif;
}
h3 {
	font: bold 1em Arial, Geneva, Helvetica, sans-serif; letter-spacing:0px; text-align:left; margin-left:40px; width:400px; padding-top:4px; color:#404040;
}
h4 {
	font: bold 1em Arial, Geneva, Helvetica, sans-serif;
}
h5 {
	font: bold 0.9em Arial, Geneva, Helvetica, sans-serif;
}
/* =4 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.shade-logo {
	margin:80px auto 0px auto;
	border:2px solid #333333;
	width:691px; height:185px;
	text-align:center;	
}
/* =5 Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('shaderella-nav.css');
/* =6 Middle
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.body-wrapper {
	
}
/* =7 Form
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#contact-wrapper {
	width:390px;
	display:none;
	padding:5px;
	border:2px solid #333;
	background-color:#fff;
	margin: 10px auto;
}
.slide-div{
	width:390px;
	display:block;
	padding:5px;
	border:2px solid #333;
	background-color:#dcebf5;
	margin: 10px auto
}

.slider-left{

}
.contact-box {
	width: 380px;
	border: 2px dotted #000;
	font: bold 1em Arial, Geneva, Helvetica, sans-serif;
	text-align:left;
}
/* =8 Extra
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/* =9 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
