/* reset browser styles */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
}
ol { 
	padding-left: 1.4em;
	list-style: decimal;
}
ul {
	padding-left: 1.4em;
	list-style: square;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} 
/* end reset browser styles */

.clear:after {
  content: " ";
  display: table;
  clear: both;
}

.clear {
	zoom: 1;	
}

body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;	
}
#full-screen-background-image {
  z-index: -999;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}
.frame-area {
  display: block;
  width: 100%;  /* RESPONSIVE WIDTH */
  max-width: 800px;
  height: 600px;
  overflow: auto;  /* EDIT TO hidden FOR NO SCROLLBAR */
  border: #999999 1px solid;
  margin: 0px;
  padding: 0px;
  }


header {
	/*background-color:rgb(0,55,3);*/
	background-color: transparent;
	/*background-image: -webkit-linear-gradient(right, rgb(0,55,3), rgb(0,55,3));*/
	padding-bottom: 10px;
}

header h1 {
	font-size: 3em;	
	color: white;
	font-weight: bold;
	padding-top: 10px;
	clear: both;
	padding-left: 10px;
}
header h4 {
	font-size: 1.5em;	
	color: #255,0,0;
	font-weight: bold;
	padding-top: 10px;
	clear: both;
	padding-left: 10px;
}
h4 {
	font-size: 1.5em;	
	color: #f90c0c;
	font-weight: bold;
	padding-top: 10px;
	clear: both;
	padding-left: 10px;
}
.redtext {
	font-size: 1.25em;	
	color: #f93d0d;
	font-weight: bold;
}

nav {
	background-color: rgb(25,25,25);
	border: 1px solid rgba(255,255,255,.5);	
	border-left: none;
	border-right: none;
}
nav ul {
	padding: 0;
	margin: 0;	
}
nav li {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;	
}
nav a {
	float: left;
	font-size: .8em;	
	color: white;
	font-weight: normal;
	text-decoration: none;
	padding: 10px;
	border-right: 1px dashed rgba(255,255,255,.75);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
nav li:last-of-type a {
	border-right: none;	
}
nav a:hover {
	background-color: rgb(93,43,78);
}
aside h2 {
	font-size: 1.3em;
	margin-top: 10px;	
}
aside h3 {
	font-size: 1.1em;
	margin-top: 15px;
}
h3 {
	font-family: Goudy Old Style,Garamond,Big Caslon,Times New Roman,serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 15.4px;
}
aside p, aside li {
	font-size: .75em;
	margin-top: 10px;	
}
.main h2 {
	font-size: 2em;
	margin-top: 10px;	
}
.main h3 {
	font-size: 1.5em;
	margin-top: 20px;	
}
h4 {
    font-size: 1em;
	color: red;
}
.main p {
	margin-bottom: 15px;	
}
.entry {
	width: 275px;
	float: left;
	margin: 10px;
	height: 225px;
	background-image: url("images/shadow.png");
	background-repeat: no-repeat;
	background-position: bottom;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 100%;
	color: red;
	}
footer {
	margin-top: 15px;
	font-size: .8em;	
	padding: 10px 10px 30px 10px;
	background-color: transparent;
	color: rgb(0,0,0);
}
footer a {
	color: white;	
}
/* add tutorial styles below here */
* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
img.border {
            border: 0px solid #333333 ;
            padding: 7px 7px 7px 7px ;
            }

.columnWrapper {
	float: left;
	width: 80%;	
}
.sidebarleft {
  float: left;
  width: 20%;
  padding: 0 20px 0 10px;
  height: 850px;
  background-color: transparent;
}
.main {
  float: right;
  width: 80%;
  padding: 0 20px;
  border-left: dashed 1px rgb(153,153,153);
  border-right: dashed 1px rgb(153,153,153);
  height: 1300px;
  background-color: #dac09e;
}
.sidebarright {
  float: right;
  width: 20%;	
  padding: 0 10px 0 20px;
  /*height: 850px;*/
  height: auto;
  background-color: transparent;
}
footer {
  clear: both;	
}
nav ul, header h1, footer p, .contentWrapper {
	max-width: 1200px;
	margin: 0 auto;	
}
img {
	max-width: 100%;	
}
img.half {
	max-width: 50%;	
}
img.left {
	float: left;
	margin: 0 10px 10px 0;
}
img.right {
	float: right;	
	margin: 0 0 10px 10px;
}
@media (min-width: 481px) and (max-width:768px) {
  .sidebarright {
    float: none;
	width: auto;
	clear: both;
	border-top: 2px solid black;
	padding-top: 10px;
  }
  .columnWrapper {
	 width: auto;	  
  }
  .main {
	border-right: none;  
  }
}
@media (max-width: 480px) {
  .columnWrapper, .main, .sidebarleft, .sidebarright {
	float: none;
	width: auto;  
  }	
  .main {
	border: none;
  }
  .sidebarleft, .sidebarright {
	border-top: 2px solid black;
	margin-top: 25px;
	padding-top: 10px;
  }
  header h1 {
	font-size: 1.5em;  
  }
  nav {
	text-align: center;  
  }
  nav li {
	float: none;  
	display: inline-block;
  }
  nav a {
	float: none;  
	display: inline-block;
	border: none;
  }
}