html {
    -webkit-text-size-adjust: 100%;
}

body {
	margin: 0px;
	color: white;
	background: #654A41;
    max-width: 750px;
}

.maintext, .social {
	font-family: Verdana, Ariel, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 1.5em;
}

.title {
	font-family: Verdana, Ariel, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffcc33;
	line-height: 1.2em;
}

.caption {
	font-family: Verdana, Ariel, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffcc33;
	line-height: 1.4em;
	font-weight: bold;
}

.caption ul li {
    font-size: 12px;
    font-weight: normal;
    color: #fff;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC9933;
	text-decoration: underline;
}

a:visited { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFCC99;
	text-decoration: none;
}

.title a {
	font-family: Verdana, Ariel, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #ffcc33;
	line-height: 1.2em;
	text-decoration: underline;
}

img.responsive-fill {
    width : 100%;
    height: auto;
}
img.responsive-shrink {
    max-width : 100%;
    height: auto;
}

img.headsize {
    max-width : 100%;
    height: auto;
}

#header {
	width: 100%;
	background-image: url('pix/header_bg.jpg');
    background-repeat: repeat-x;
    background-color: #abc;
}


nav {
	float: right;
	padding: 30px 10px 0 0;	
}

nav a:link {
	font-size: 12px;
	text-decoration: none;
}

#menu-icon {

	display: hidden;
	width: 40px;
	height: 40px;
	background: #84373d url(pix/mobile_IconMenu.png) center;

}

a:hover#menu-icon {

	background-color: #000;
	border-radius: 4px 4px 0 0;

}


p {
	padding: 0px 14px;
	margin: 10px 0px;
}

.current {

	color: #2262AD;
	text-decoration: none;
}

.footer { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #654A41;
}

.mobile-footer {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #654A41;
	line-height: 1.5em;
	margin: 0;
	padding: 8px 0;
}

.meta {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #ffffff;
}

.spacer { color: #1c0e04; }

a.menu:link {
	font: bold 10px;
	color: #CC9933;
	text-decoration: none;
	line-height: 2em;
}

a.menu:visited {
	font: bold 10px;
	color: #FFCC99;
	text-decoration: none;
	line-height: 2em;
}

a.dragonfly:link, a.menu:visited {
	font: bold 10px;
	color: #669999;
	text-decoration: none;
	line-height: 1.5em;
}

.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #EFBF30;
}

.captions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFCC99;
	font-weight: bold;
}

.social {
	margin: auto 0;
}

.leftcopy {
    width: 280px;
    padding: 10px 20px;
}

.leftheading {
    padding: 10px 20px;
}

.headline {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.4em;
}

.em {
	font-style:  italic;
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float: left;
	margin: 0;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 50%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {

}

@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}


/*MEDIA QUERY*/
@media only screen and (max-width : 600px) {

	header {
		position: absolute;
	}

	
	.col { 
		margin: 0;
	}
	
	.span_2_of_2, .span_1_of_2 { 
		width: 100%;
		padding: 0%;
	}
}

@media only screen and (max-width : 1200px) {

	#menu-icon {
		display:inline-block;
	}

	nav ul, nav:active ul { 
		display: none;
		position: absolute;
		padding: 20px;
		background: #fff;
		border: 4px solid #000;
		right: 14px;
		top: 50px;
		width: 50%;
		border-radius: 4px 0 4px 4px;
		z-index: 10;
	}

	nav li {
		text-align: left;
		width: 100%;
		padding: 10px 0;
		margin: 0;
	}

	nav:hover ul {
		display: block;
	}
}
