@charset "utf-8";
/* All CSS created and maintained by Chas DeVeas, 2012 */

/* custom font */
@font-face {
    font-family: minion_pro;
    src: url('fonts/minionpro-regular-webfont.eot');
    src: url('fonts/minionpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/minionpro-regular-webfont.woff') format('woff'),
         url('fonts/minionpro-regular-webfont.ttf') format('truetype'),
         url('fonts/minionpro-regular-webfont.svg#minion_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: pfd_pro;
    src: url('fonts/pfdintextpro-webfont.eot');
    src: url('fonts/pfdintextpro-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pfdintextpro-webfont.woff') format('woff'),
         url('fonts/pfdintextpro-webfont.ttf') format('truetype'),
         url('fonts/pfdintextpro-webfont.svg#pf_dintext_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Begin General Layout */
html {
height:100%; 
max-height:100%;	
}
body {
	text-align: center;	
	font-family: sans-serif;
	color: #3d3d3d;
	
   
	background-image: url(../images/backgrounds/home_smaller.jpg);
	margin:0;
	height:100%; 
	max-height:100%; 
}

#container {
	text-align: left;	
	width: 1100px;
	min-height: 100%;
	margin: 0 auto;
	background-image:url(../images/backgrounds/fabric.png);
	background-color: #fff;
	border-left: 1px #111 solid;
	border-right: 1px #111 solid;
}

#main_center {
	background:#fff;
	padding: 15px;
	padding-top: 35px;
	background-color:rgba(255, 255, 255, 0.7);
	min-height: 100%;
	height: 100%;
}


#home_slideshow {
	display: block;
	height: 550px;
	float: right;
	margin-right: 30px;
	border:1px solid #555;
}

#main_text {
	float: right;
	margin-right: 60px;
	font-size: 14px;
	width: 800px;
	line-height: 1.4;
}

#main_text .left {
	float: left;
	width: 270px;
	margin-top: 12px;
	text-align: right;
}

#main_text .left span {
	display: block;
	font-size: 28px;	
}

#main_text .right {
	font-size: 14px;
	float: right;
	width: 500px;
	border-left: 1px #000 solid;
	padding: 0 10px;
}

#secondary_text {
	display: block;
	width: 270px;
	margin-right: 0px;
	float: right;
	margin-top: 10px;
}

#secondary_text p {
	line-height: 1.3;	
}

#secondary_text.no_slideshow {
	width: 75%;
	float: none;
	margin-left: 250px;
}

div.under_slideshow {
	width: 800px;
	margin: 0 0 0 200px;	
}

#secondary_text h2 {
	margin: 0px 0 5px 0;	
}

#secondary_text span {
	font-size: 20px;
}

#secondary_text ul {
	list-style: none;	
	padding-left: 0;
	margin: 15px 0 0 0;
}

#secondary_text ul li {
	padding-top: 10px;
}

#secondary_text ul li a:hover {
	color: #555;
}

#secondary_slideshow {
	margin-top: 10px;
	margin-left: 220px;
	display: block;
	margin-bottom: 0px;
	width: 560px;
	height: 481px;
	
	border: thin black solid;
}

p.img_wrap img {
	padding: 0 10px 10px 0;	
}

/* End General Layout */

/* Begin General Styles */

a {
	text-decoration: none;
	color: #0c3748;	
	transition: color 200ms ease;
}

a:hover {
	color: #a5402c;	
}

.red {
	color: #a5402c;	
}

.cap {
	text-transform: uppercase;	
}

.clearer {
	clear: both;
}

.minion_font {
	font-family: minion_pro;
	font-weight: 100;
	letter-spacing: 2px;
}

.pfd_font {
	font-family: pfd_pro;
	font-weight: 100;
}

hr {

}

em {
	font-size: 16px;
	line-height: 1.8;	
	color: #667;
}

/* End General Styles */

/* Begin header styles */

#header {}

#header img {
	height: 130px;
	padding: 15px 55px;
	cursor: pointer;
}

#header h1 {
	margin:0;
	padding-left: 390px;
	padding-top: 30px;
	font-size: 40px;
	cursor: pointer;
}

#header h2 {
	margin:0;
	width: auto;
	display: block;
	font-size: 20px;
	padding-top: 5px;
	padding-left: 305px;
	letter-spacing: 2px;
	vertical-align:middle;
}

#header h2 span {
	display: inline-block;
	vertical-align: middle;
	background-image: url(../images/main/red_bracket.png);
	background-repeat: no-repeat;	
	height: 35px;
	width: 20px;
}

#header h2 span.left {
	background-position: 0px 0px;
}

#header h2 span.right {	
	background-position: -20px 0px;
}

#social {
	width: 188px;
	height: 90px;
	background-image: url(../images/backgrounds/social.png);
	background-repeat: no-repeat;
	float: right;
	padding-top: 15px;
	margin-top: 25px;
	text-align: center;
	
}

#social span {
	display: block;
	font-size: 13px;
	padding: 3px;
}

#social a {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 2px 5px;

}

#social a.facebook {
	background-image: url(../images/main/facebook_blackwhite.png);
}
#social a.facebook:hover {
	background-image: url(../images/main/facebook_color.png);
}
#social a.twitter {
	background-image: url(../images/main/twitter_blackwhite.png);	
}
#social a.twitter:hover {
	background-image: url(../images/main/twitter_color.png);
}
#social a.pinterest {
	background-image: url(../images/main/pinterest_blackwhite.png);	
}
#social a.pinterest:hover {
	background-image: url(../images/main/pinterest_color.png);
}


/* End header styles */

/* Begin Navbar */
#nav {
	float: left;
	width: 210px;
}
#nav ul {
	border: none;
	padding-left: 0;
}
#nav ul li {
	list-style:none;
	padding: 8px 10px;	
	text-transform: uppercase;
	text-align:right;
}
#nav a {
	font-weight:bold;
	font-size: 14px;
	letter-spacing: 1.3px;
	text-decoration: none;
}

#nav li a:hover {
	color: #a5402c;	
	cursor: pointer;
}

/* submenu */
#nav ul li div {
	background-color:rgba(255, 255, 255, 0.7);
	border-left: 1px #a5402c solid;
	padding: 5px 10px;
	padding-right: 50px;
	text-transform: uppercase;
	display: none;
	text-align: left;
	
	position: absolute;
	margin: -40px 0 0 200px;
	z-index: 99;
}

#nav ul div a {
	display: block;
	padding: 10px 0;
}

#nav #members {
	font-weight: bold;
	font-size: 12px;
	width: 100px;
	text-align: center;	
	float: right;
}

#nav #members span {
	display:block; 
}

#nav #members img {
	padding: 5px;	
}
/* End Navbar */


/* Begin Footer */
#footer {
	margin-top: 100px;
	padding-bottom: 30px;
	display: block;
	text-align: center;
	letter-spacing: 1px;
}

#footer p {
	font-size: 10px;
}

/* End Footer */

/* rando */
img#alchemists {
	margin-left: 100px;
}
img#green {
 float: left;
 margin: 5px  0 0 0px;	
}
