@charset "UTF-8";
/* CSS Document */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

body {
	font: 1.2em/150% Arial, Helvetica, sans-serif;
	background-color: #66ccFF;
}
a {
	color: #FF0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font: bold 2.5em/100% Arial, Helvetica, sans-serif;
}
.shadowed {
	text-shadow: #000000 -1px 1px 6px;
}
.shadowedw {
	text-shadow: #FFFFFF -1px 1px 6px;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	padding: 5px;
	width: 90%;
	max-width: 1000px;
	margin: 20px auto;
	background-color: #66ccFF;
}
header {
	min-height: 160px;
	color: #ffffff;
	background: #1e5799; /* Old browsers */
	background: #66ccff; /* Old browsers */
	background: -moz-linear-gradient(left,  #66ccff 0%, #2989d8 40%, #207cca 46%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#66ccff), color-stop(40%,#2989d8), color-stop(46%,#207cca), color-stop(100%,#ffffff)); /* 			Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #66ccff 0%,#2989d8 40%,#207cca 46%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #66ccff 0%,#2989d8 40%,#207cca 46%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #66ccff 0%,#2989d8 40%,#207cca 46%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to right,  #66ccff 0%,#2989d8 40%,#207cca 46%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ccff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
header h1 {
	color: gold;
	margin-left: 30px;
}
header h2 {
	margin-left 20px;
	color: black;
	margin-left: 3%;
}
header img {
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 20px;
}
header a {
	color: #66ff33;
	text-decoration: none;
}

header .fl {
	float: left;
}

nav {
	clear:both;
}
main {
	width: 70%;
	float: right;
	border: none;
}
.sidebar {
	width: 28%;
	float: left;
}
.sidebar .center {
	text-align: center;
	margin-left: 5%;
	margin-right: 5%;
}
.top {}
.bottom {}
#slide {
	width: 100%;
}
footer {
	clear: both;
	box-shadow: 0px 0px 30px rgba(0,0,0,.45);
	text-align:center;
}
.logo { 
	width: 45%;
	float: left;
	margin-right: 8px;
}
.logo img {
	width: 100%;
	height: auto;
}

/* border & guideline (you can ignore these) */
#content {
	background: #FFF;
}
#sidebar {
	background: #f0efef;
}
header, #content, #sidebar {
	margin-bottom: 5px;
}
#pagewrap, header, #sidebar, #footer {
	border: solid 1px #ccc;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
.video embed,
.video object,
.video iframe {
	width: 100%;
	height: auto;
}
#footlight {
	height: 50px;
}
/*
* { 
     *fixes the box model in % layouts*
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}*/

img { vertical-align: text-top; }

.picr {
	width: 400px;
	float: right;
	margin-left: 8px;
}
.picl {
	width: 400px;
	float: left;
	margin-right: 8px;
}

.picr .picl img {width: 100%}

ul {
	list-style-position: inside;
    padding-left: .5em;
	margin-left: .5em;
}
.movedot ul {
	list-style-position: inside;
	padding-left: 2em;
	margin-left: 2em;

}

/* Flexible iFrame */

.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.flleft{
	float: left;
	margin-right: 18px;
}
.flright{
	float: right;
	margin-left: 18px;
}
.author {
	font-weight: bold;
}


/*Default Row Structures*/
.row {
	padding: 0px;
	margin-bottom: 15px;
}

/*Clear Fix to Clear Floats*/
.row:after {
	visibility: hidden;
	display: block;
	content: "\0020";
	clear: both;
	height: 0;
}
/*Strctural wrapper for 2-column row*/
.row .column-half {
	width: 49.5%;
	float: left;
	margin-right: 1%;
}

/*Strctural wrapper for 3-column row*/
.row .column-third {
	width: 32.5%;
	float: left;
	margin-right: 1.25%;
}
/*Strctural wrapper for 4-column row*/
.row .column-fourth {
	width: 24.25%;
	float: left;
	margin-right: 1%;
}
/*Strctural wrapper for 5-column row*/
.row .column-fifth {
	width: 19%;
	float: left;
	margin-right: 1.25%;
}
.row .column-sixteen {
	width: 16%;
	float: left;
	margin-right: 1%;
}


/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* for 980px or less */
@media screen and (max-width: 980px) {
	
	#pagewrap {
		width: 94%;
	}
	main {
		width: 65%;
	}
	.sidebar {
		width: 30%;
	}

}

/* for 700px or less */
@media screen and (max-width: 700px) {

	main {
		width: auto;
		float: none;
	}
	.sidebar {
		width: auto;
		float: none;
	}
	.picr, .picl {
		width: 100%;
		display: block;
		height: auto;
		float: none;
	}
	.row {
	margin-bottom: 0px;
	}
	.column, .column-1, .column-2, .column-3,
	.column-half, .column-third, .column-fourth,
	.column-fifth .column-sixteen{
		float: none !important;
		width: auto !important;
		margin-right: 0px !important;
	}



}

/* for 480px or less */
@media screen and (max-width: 480px) {

	header {
		height: auto;
	}
	.logo {
		width: 100%;
		display: block;
		height: auto;
		float: none;
	}
	h1 {
		font-size: 24px;
	}
	.sidebar {
		display: none;
	}
		.picr, .picl {
		width: 100%;
		display: block;
		height: auto;
		float: none;
	}


}
