@import url(http://fonts.googleapis.com/css?family=Comfortaa);

body { 
	color: #4d0308; 
	font: normal 100% arial, geneva, sans-serif; 
	margin: 0px;
	line-height: 1.5em;
	}
	
a img { border: none;
	}
	
img, iframe {
	width: 100%;
	}
	
a:link { 
	color:  #8b2000; 
	text-decoration: none; 
	}

a:hover  { 
	color: #d2b48c; 
	text-decoration: underline;
 	}
 	
h1 { 
	margin: 0 3%;
	font-family: 'Ruthie', cursive;
	font-size: 200%;
	font-weight: normal;
	line-height: 2.0em;
	color: #f8f8f8;
	-o-text-shadow: 0.06em 0.06em 0.2em #000;
	-webkit-text-shadow: 0.06em 0.06em 0.2em #000;
	-moz-text-shadow: 0.06em 0.06em 0.2em #000;
	text-shadow: 0.06em 0.06em 0.2em #000;
	-moz-border-radius: 20px; 
  	-webkit-border-radius: 20px;
  	border-radius: 20px;
  	}

h2 { 
	padding: 0;
	margin:0 0 10px 0;
	font-size: 150%;
	line-height: 40px;
	font-family: 'Ruthie', cursive;
	}

h2:first-letter {
	text-transform: uppercase;
	}

	
ul { 
	margin:0px; 
	padding: 0px; 
	list-style-type: none;
	}
	
nav {
	margin: 0;
	width: 100%;
	}
	
ul#menu {
	margin: 0 0 0 3%;
	}
	
#menu li {float:left;}
	
#menu li a {
	padding: 10px 20px 10px 0; 
	color:#fff;
	display: block;
	font-size: 85%;
	}
	
#menu li a:hover {
	text-decoration: none;
	color:  #9E4B7F;
	}
	

	
blockquote {
	margin: 10px 20px;
	border-left: 10px solid #3E0228;
	padding: 0 0 0 10px;
	}
	
marquee {
	border-bottom: 10px solid #3E0228;
	padding: 0 0 0 10px;
	margin: 10px 0 10px 20px;
	}

/* layout */

#mainwrapper { 
	max-width: 980px; 
	margin: 0 auto; 
	}
	
#header_text {
	max-width: 980px;
	margin:auto; 
	padding: 10px 0;
	background-image: linear-gradient(left bottom, rgb(137,86,103) 22%, rgb(165,112,134) 61%, rgb(198,146,161) 81%);
	background-image: -o-linear-gradient(left bottom, rgb(137,86,103) 22%, rgb(165,112,134) 61%, rgb(198,146,161) 81%);
	background-image: -moz-linear-gradient(left bottom, rgb(137,86,103) 22%, rgb(165,112,134) 61%, rgb(198,146,161) 81%);
	background-image: -webkit-linear-gradient(left bottom, rgb(137,86,103) 22%, rgb(165,112,134) 61%, rgb(198,146,161) 81%);
	background-image: -ms-linear-gradient(left bottom, rgb(137,86,103) 22%, rgb(165,112,134) 61%, rgb(198,146,161) 81%);
	background-image: -webkit-gradient(linear,left bottom, right top, color-stop(0.22, rgb(137,86,103)), color-stop(0.61, rgb(165,112,134)),color-stop(0.81, rgb(198,146,161)));
	
	}
	
#container {
	width: 100%;
	background: #f2f2f2  url('/comps/shades/shades_bg.png') 55% 90% no-repeat;
	background-size: 70%;
	float: left;
	}
	
#contentwrapper {
	width: 100%; 
	}
	
#textcolumn {
	padding: 40px 3% 30px 3%; 
	border-bottom: 1px dotted #3E0228;
	}
	
#rightcolumn {
	width: 100%; 
	padding: 30px 20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	}

#layer1 { margin-top: 20px; text-align: left;  }
#layer2 { margin-top: 20px; text-align: center;  }
#layer3 { margin-top: 20px; text-align: left;  }
#layer4 { margin-top: 10; text-align: center;  }
#layer5 { margin-top: 20px; text-align: left;  }
#layer6 { margin-top: 10; text-align: center;  }
 	 
 	 
@media only screen and (min-width: 768px) {

#contentwrapper {
	float: left;
	}
		
#textcolumn {
	margin-right: 42%; 
	padding: 40px 0 30px 30px; 
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	}
	
#rightcolumn {
	float: left;
	width: 35%; 
	margin-left: -38%;
	padding: 30px 20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	}
}

