/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, 
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%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/************ END RESET *************/

body {
	color: #3a3a3a;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 17px;
	line-height: 1.5;
	text-align: center;
	background-color: #ffffff;
}

h1 {font-size: 24px; line-height: 1.3; margin-bottom: 10px; font-weight: bold; text-align: center;}
h2 {font-size: 22px;}
h3 {font-size: 18px; margin: 20px 0 8px 0; font-weight: 600;}
h4 {font-size: 16px;}
h5 {font-size: 12px;}
h6 {font-size: 10px;}

p {
	margin: 10px;
}



A:link {text-decoration: none;  color: #3D72A4;}
A:visited {text-decoration: none;  color: #3D72A4;}
A:hover {text-decoration: underline; color: #3D72A4;}
A:active {text-decoration: none;  color: #3D72A4;}

img { border: 0;}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.resp-img {
	width: 100%;
	height: auto;
}

#wrap {
	width:100%;
	/* width:980px; */
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color: #ffffff;
}

#header {
	position: relative;
	overflow: hidden;
	text-align: center;
	background: #000000;
}

#header img {
	margin-bottom: -5px;
}

#header_text {
	font-size: 18px;
	font-weight: bold;
}

#content{
	max-width: 960px;
	margin: 0 auto;
	padding: 20px;
	}

#footer {
	clear: both;
	padding:10px;
	margin-top:0;
	background-color:#000000;
	color: #ffffff;
	text-align:center;
	position: relative;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

.services {
	font-size: 30px;
	line-height: 1em;
	text-align: center;
}

.services img { /*icons*/
	height: 75px;
	width: auto;
	margin-bottom: 5px;
}

.plus-sign {
	font-size: 50px;
	font-weight: bold;
	color: #3D72A4;
	position: relative;
	top: 20px;
}

.floatrightpic {
	border: 1px solid #999999;
	float: right;
	margin: 10px;
	padding: 2px;
}

.floatleftpic {
	border: 1px solid #999999;
	float: left;
	margin: 0 10px 5px 5px;
	padding: 2px;
}

.caption {
	font-size: smaller;
	color: #808080;
	text-align: left;
}

.clearboth { clear: both; }


.imageborder {
	border: 1px solid #999999;
	padding: 2px;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.hideshow {
	display: none;
}

#credit {
	font-size: .8em;
	margin-bottom: 10px;
}

/****************** CONTACT FORM *******************/

input[type=text], textarea, select {
    width: 100%;
    padding: 12px 12px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
	font-family: inherit;
	font-size: inherit;
}

input[type=submit] {
    width: 100%;
	font-size: 20px;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}

.error {
	color: #ff0000;
	font-weight: bold;
	/* background-color: yellow;
	border: 1px solid #ff0000;
	padding: 2px; */
	text-align: center;
}

 /****************** E-LIST FORM *******************/

#elist-form {
	width: 50%;
	position: absolute;
	top: 10px;
	right: 10px;
	margin: 0 10px 10px 10px;
}

#elist-form input[type=text] {
    width: 50%;
    padding: 5px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
	font-family: inherit;
	font-size: inherit;
}

#elist-form input[type=submit] {
    width: 25%;
	font-size: 20px;
    background-color: #4CAF50;
    color: white;
    padding: 5px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#elist-form input[type=submit]:hover {
    background-color: #45a049;
}

#elist-form .error {
	color: #ff0000;
	font-weight: bold;
	/* background-color: yellow;
	border: 1px solid #ff0000;
	padding: 2px; */
	text-align: center;
}

 /****************** MEDIA PLAYER *******************/    

		#playlist{
            list-style: none;
        }
        #playlist li a{
            color:#555;
            text-decoration: none;
			font-size: 22px;
			font-weight: bold;
        }
        #playlist .current-song a{
            color: #3d72a4;
        }


/****************** MAIN NAVIGATION *******************/

#navmain { 
	text-align: center;
	background-color: #3D72A4;
	/* padding: 10px; */
	line-height: 2em;
}

#navmain a { 
	display: inline-block;
	padding: 5px 10px;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	color: #ffffff;
	font-size: 1.5em;
}

#navmain a:hover {
	background: #5A8FC1;
 }

#navmain a.active {
	background: #5A8FC1;
}
/****************** END MAIN NAVIGATION *******************/

#navbottom {
	text-align: center;
	margin: 10px 0 10px 0;
	margin-left:auto;
	margin-right:auto;
}


/************************************************************************************
MEDIA QUERIES
*************************************************************************************/

@media screen and (max-width: 980px) {
	
	#wrap {
		width: 100%;
		margin: 0;
	}
	
	#header img {
		width: 100%;
		height: auto
	}

	#content_left img {
		width: 100%;
		height: auto
	}
}

@media screen and (max-width: 700px) {
	#leftcol {
		/*display: none;*/
		width: 100%;
	}
	
	#rightcol {
		float: left;
		width: 100%;
	}

	#elist-form {
		width: 100%;
		position: static;
	}
}

@media screen and (max-width: 500px) {
	#content_left {
		float: none;
		width: 100%;
		padding: 0 0 10px 0;
	}

	#sidebar {
		float: none;
		width: 95%;
		border: none;
	}

	#header img {
		width: 196%; /* CROPS HEADER IMAGE */
	}

	.hideshow {
		display: block;
	}

	.plus-sign {
		position: static;
	}
}

/************ RESPONSIVE GRID **************/

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.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 TWELVE  */
.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
  	width: 91.53%;
}
.span_10_of_12 {
  	width: 83.06%;
}

.span_9_of_12 {
  	width: 74.6%;
}

.span_8_of_12 {
  	width: 66.13%;
}

.span_7_of_12 {
  	width: 57.66%;
}

.span_6_of_12 {
  	width: 49.2%;
}

.span_5_of_12 {
  	width: 40.73%;
}

.span_4_of_12 {
  	width: 32.26%;
}

.span_3_of_12 {
  	width: 23.8%;
}

.span_2_of_12 {
  	width: 15.33%;
}

.span_1_of_12 {
  	width: 6.866%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
    
    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
	width: 100%; 
	}
}

