/*   CSS3  stylesheet */

body {
	margin: 0;
	padding: 0;
	height: 100%;
}

html {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "trebuchet ms",sans-serif;
	font-size: 1em;
	font-size: 1.28vw;
	color: #333;	
	background: #FFF url(images/body-bg-new.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
* html body {
	text-align: center; /* hack for IE6 & IE7 */
}

#container {
	position: relative;
	margin: 200px auto 50px auto; 
	width: 71%;
	text-align: left;
	background: url(images/veil-ffffff-90.png);
	border: 2px solid #C0C0C0; 
}

#banner-spacer {
	padding-top: 80px;
	_padding-top: 90px; *padding-top: 90px; /* hack for IE6 & IE7 */
}
#banner-wrapper {
	position: absolute;
	left: 0; top: -120px; width: 100%;
}
#banner {
	font-size: 3em;
	font-size: 3.8vw;
	color: #FFF;
	padding: 0 0 -200px 0;
	margin-bottom: 80px;
}
#banner a {
	display: block;
	width: 100%; 
	color: #FFF;
	text-decoration: none;
}
#search {
	float: right;
	padding: 12px 10px 10px 0;
}
#search a {
	text-decoration: none;
}
#time {
	padding: 15px 0 0 10px;
}

#left_column {
	position: absolute;
	top: 270px; 
	width: 20%;
	padding: 0 0 0 10px;
}
#side-nav {
	margin: 0 10px 30px 0;
}
#side-nav ul {
	list-style-type: none;
	margin: 0;
}
#side-nav a {
	display: block;
	padding: 3px 0;
	border-bottom: 1px dotted #A9A9A9;
	text-decoration: none;
} 
#side-nav a:hover {
	text-decoration: none;
} 
#side-nav #current a {
	font-weight: bold;
	color: #906;
} 
#social-media {
	max-width: 100%;
	padding: 3px 0 0 5px;	
}
#sidebar-clear {
	position: relative;
	padding-top: 2em;
}

#border {
	width: 75%;
	margin-left: 25%;
	border-left: 1px dotted #A9A9A9;
}
.maintext {
	width: 95%;
	padding-left: 10px;
	overflow: hidden;
}

#archive {
	float: right;
	width: 150px;
	margin-top: -13px;
}
#archive ul {
	list-style-type: none;
	font-size: 0.9em;
	margin: 0;
}
#archive li {
	margin-bottom: 8px;
}

#footer-wrapper {
	position: relative;
	font-size: 0.9em;
	font-variant: small-caps;
	padding: 20px 10px 5px 10px;
	margin-top: 1em;
}
#footer-wrapper a {
	text-decoration: none;
}
#footer-wrapper a:hover {
	color: #000;
	text-decoration: underline;
}
#footer-nav {
	color: #A9A9A9;
	text-align: right;
}

ul { 
	list-style-type: square;
	padding: 0;
	margin-left: 15px;
}
ol {
	padding: 0;
	margin-left: 20px;
}
blockquote {
	padding: 0;
	margin-left: 15px;
}

hr {
	color: #DCDCDC;
	background: #DCDCDC;
	border: 0;
	height: 2px;
}
a {
	color: #808080;
}
a:hover {
	color: #906;
	text-decoration: none;
}
img {
	border-color: #C0C0C0;
}
h1 {
	font-size: 1.2em;
	font-size: 1.5vw;
	font-weight: normal;
	color: #906;
}
h2 {
	font-size: 1em;
	font-weight: normal;
	color: #906;
}
h3 {
	font-size: 1em;
	font-weight: normal;
	color: #906;
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
}

.subheader {
	font-size: 1.2em;
	color: #906;
}
.boldtext {
	color: #906;
	font-weight: bold;
}
.smalltext {
	font-size: 0.875em;
}
.baskettext {
	font-size: 0.875em;
}

.button {
	width: 120px;
	font-size: 0.875em;
	text-align: center;
	margin-top: 20px;
}
.button a {
	display: block;
	width: 100%;
	color: #FFF;
	background: #A9A9A9;
	padding: 3px;
	text-decoration: none;
} 
.button a:hover {
	color: #FFF;
	background: #906;
	text-decoration: none;
}

form {
	margin: 0;
}
form input[type="text"], form textarea {
	width: 200px;
}
fieldset {
	border: none;
}
#form_box label {
	float: left;
	width: 25%;
	text-align: right;
	padding-right: 5px;
}
#form_box input,select {

	margin-bottom: 5px;
}
select {
	font-size: 1.28vw;
}

.portfolio {
	float: left;
	width: 42%;
	margin: 1%;
	padding: 10px;
	font-size: 0.875em;
	border: 1px solid #DCDCDC;

}
.portfolio a{
	text-decoration: none;
}

@media screen and (max-width: 1000px) {
	#container {
		width: 90%;
	}
}
@media screen and (max-width: 700px) {
	#left_column {
		width: 42%;
	}
	#border {
		width: 50%;
		margin-left: 47%;
	}
	.maintext {
		width: 95%;
	}
}
@media screen and (max-width: 800px) {
	html {
		font-size: 0.8em;
	}
	#banner {
		font-size: 2.2em;
	}
	h1 {
		font-size: 1.1em;
	}
	form input[type="text"], form textarea {
		width: 170px;
	}
	select {
		font-size: 0.8em;
	}
}

@media screen and (min-width: 1285px) {
	#container {
		Width:  850px;
	}
}