/* 
  ------------------------------------------------
  InterOrbit 2014 
  CSS Pg Bld Mg 2
  09: 2 Col Fixed Sidebar Right, Top Menu
  ------------------------------------------------
*/

body {
	/* font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif; */
	font-family: Helvetica, sans-serif;
	color: #FFF;
	background-color: #333333;
	margin: 20px 0px;
	padding: 0px;
}
img {
	vertical-align: bottom;
}
.smallpic {
	padding: 3px;
}

.nowrap {
  white-space: nowrap ;
}

/*Rounded Corners*/
.content-wrapper {border-radius: 8px; }
.masthead {
	border-radius: 3px 3px 0px 0px;
	-moz-background-clip: border;
}
.masthead .logo {
	padding-top: 10px;
	padding-left: 35px;
	padding-right: 30px;
	padding-bottom: 1px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	color: #4A79FD;
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: 0.35px;
}
.footer { border-radius: 0px 0px 3px 3px; }

.masthead {
	padding: 0px;
}
.masthead h1 {
	margin: 0;
	color: #FF9900;
	padding: 20px 20px 0px 20px;
	font-size: .5em;
	font-weight: normal;
	letter-spacing: 0.1;
}
/*Max-Width allows the image to scale with the page*/
.masthead .banner img {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	display: block;
}
.masthead .banner {
	z-index: 20;
	box-shadow: inset 0px 0px 20px #FC6;
	position: relative;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: italic;
	background-color: #FFF;
}
.tagline {
	padding:0px 10px 10px 15px;
	color:#5F8AFE;
	float: inherit;
	position: static;
}
.content-wrapper {
	/*border: 1px solid #222;
	border: 1px solid #222;*/
	border-color:#999999;
	margin: 0px auto;
	overflow: hidden;
	width: 980px; /* width: 980px; */
}
.columns-wrapper {
	overflow: hidden;
	background-color: #FFFFFF;
	-moz-border-end-color: #000;
}

.main-content {
	float: left;
	width: 75%;
	padding-left: 3%;
	height:
}
.sidebar {
	width: 22%;
	float: left;
	background-color: #FF9900;
	color: #333 
}

.sidebar .content {
	padding: 20px; 
	font-size: 0.7em; /*0.85em */
	line-height: 1.5em;
	background-color: #DAE0BE;
	border-left: 1px dotted # CCC;
	background-image: -webkit-linear-gradient(#FFF, #FF9933);
	background-image: linear-gradient(#FFF, #FF9933);
}
.main-content .content{
	padding: 30px;
	padding-bottom: 10px;
	/* padding-top: 25px; */
	font-size: 0.9em; /* 1em */
	/* [disabled]line-height: 1.5em; */
	border-right: 1px solid #DAE0BE;
}

.main-picture{
	padding: 20px 0px 5px 20px;
	white-space:inherit;
	font-size: 1em;
	line-height: 1.5em;
	border: 0px solid #DAE0BE;
	width: 50%;
	float:right;
}

.text-input{
	font-size:1em;
	color: #333333;
	width:100%;
}


/*Heading styles*/
h1, h2, h3, h4 {
	color:#333;
	margin-top: 22px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
h1 { font-size: 1.5em; } /* 1.5em */
h2 { font-size: 1.3em; } /* 1.35em */
h3 { font-size: 1.2em; } /* 1.25em */
h4 { font-size: 1.0em; } /* 1.1em */

/*A utility rule assigned to the first heading to remove top margins.*/
.page-topper { margin-top: 0px; }

/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}
.pic-thumbnail {
	border: 3px, #F00;
	width:30%;
	height: auto;
}
.sidebar ul, .sidebar ol, .sidebar2 ul, .sidebar2 ol {
	margin: 0 0 0 .5em;
	padding: 0 0 0 .5em;
	line-height: normal;
}
.sidebar li, .sidebar2 li { 
	margin-bottom: 4px; 
}

/*Ordinary Link Styles*/
.content a { color: #0066CC; }
.content a:hover, .content a:focus { color: #C30; }
.footer a {
	color: #999;
	text-decoration: none;
}
.footer a:hover, .footer a:focus {
	color: #CCC;
	font-size: .9;
}


/*The DIV that contains the horizontal menu bar at the top of your page.*/
.menutop-wrapper {
	background-color: #000000; /* #6E6D68; */
	border-bottom: 1px solid #000;
	/* The following 3rd item is the menu shading above and below. */
	box-shadow: 0px 0px 10px #999;
	position: relative;
	z-index: 10;
	text-align: left;
	padding: 2px;  /* 10px; */
	overflow: hidden;
}
ul.menutop {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: bottom;
	color: #000;
	-moz-border-end-color: #666;
}
.menutop li {
	list-style-type: none;
	margin-right: 5px;
	float: left;
}
.menutop li:last-child {
	margin-right: 0px;
}
.menutop a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 5px 10px; /* button height, width */
	font-size: 0.9em; /* 1em */
	border: 1px solid;
	background-color: #000000;
	box-shadow: inset 0px 12px 6px rgba(255,255,255,.15), 0px 0px 10px rgba(0,0,0,.5);
	border-radius: 5px;
	border-color: #666;
	-webkit-transition: all linear .35s .1s;
	transition: all linear .35s .1s;
}
.menutop a:hover, .menutop a:focus {
	color: #FFFFFF;
	background-color: rgba(255,153,0,0.2);
	outline: 0;
}

/*The Footer*/
.footer {
	/* background-color: #222; */
	background-color: #2A2a2a;
	box-shadow: inset 0px 16px 2px rgba(255,255,255,.025);
	border-top: 1px solid #333;
	padding: 10px 30px;
	font-size: 0.9em;
	color: #4B72ED;
	text-align: center;
}
.footer p.copyright {
	/* text-transform: uppercase; */
	margin: 10px;
	font-size: 0.9em;
}


/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 699px) {
body {margin: 0px;}
.content-wrapper {width: auto; margin: 0px;}
.content-wrapper, .footer, .masthead {border-radius: 0px;
}
.masthead .logo {
	/*background-color: #FFF;
	padding-top: 7px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 5px;*/
	padding-top: 0px;
	font-size: 1.1em;
	text-align:center;
}
.tagline {
	text-align:center;
}
.menutop-wrapper {
	text-align: center;
	padding: 2px 5px 0px 3px;  
}
.menutop li {
	display: block;
	float: none;
	margin-right: 0px;
	margin-bottom: 5px;
}
.sidebar, .main-content {
	width: auto !important;
	float: none !important;
	position: static !important;
	height: inherit;
	background-color: #FFFFFF;
}
.sideimage {
	display: block;
    margin-left: auto;
    margin-right: auto;
	width: 50%;
	padding-top: 0px; 
}
.content {
	padding: 10px 10px !important;
	border: none !important;
	height: auto !important;
	max-height: 888678px;
}
/*.main-content {
	/* padding: 5px 0px ; */  
	/*padding-top: 1px;
} */ 
.main-picture {
	width: 100%;
}
}
/*Medium windows - reduce padding content padding*/
@media only screen and (min-width: 700px) and (max-width: 1000px) {
.content-wrapper {width: auto; margin: 0px 10px;}
.content {
	padding: 10px 10px !important;
}
.masthead .logo {
	/*background-color: #FFF;
	padding-top: 7px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 5px;*/
	padding-top: 0px;
	font-size: 0.7em;
	text-align:center;
}
.tagline {
	text-align:center;
}
