@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700|Droid+Serif:400,700,400italic,700italic|Open+Sans:400italic,600italic,700italic,400,300,600,700,800);

@import url(fontello.css);

/*
@font-face {
    font-family: 'socicon';
    src: url('/font/socicon-webfont.eot');
    src: url('/font/socicon-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/socicon-webfont.woff') format('woff'),
         url('/font/socicon-webfont.ttf') format('truetype'),
         url('/font/socicon-webfont.svg#sociconregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

body { 
	margin: 0; 
	
	background: #1e2d44;
	background: url('/images/bg_top_trans.png'), -moz-linear-gradient(top, #172537 0%, #060a0f 100%);
	background: url('/images/bg_top_trans.png'), -webkit-gradient(left top, left bottom, color-stop(0%, #172537), color-stop(100%, #060a0f));
	background: url('/images/bg_top_trans.png'), -webkit-linear-gradient(top, #172537 0%, #060a0f 100%);
	background: url('/images/bg_top_trans.png'), -o-linear-gradient(top, #172537 0%, #060a0f 100%);
	background: url('/images/bg_top_trans.png'), -ms-linear-gradient(top, #172537 0%, #060a0f 100%);
	background: url('/images/bg_top_trans.png'), linear-gradient(to bottom, #1e2d44 0%, #060a0f 100%);
	
	background-position: center top;
	background-repeat: repeat-x; 
	
	font: normal 12px "Open Sans", Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
}

h1 {
	font: italic 28px "Droid Serif", Arial, Helvetica, serif;
	color: #425371;
	margin-left: 10px;
}

h2 {
	font: italic 24px "Droid Serif", Arial, Helvetica, serif;
	color: #6b84ae;
	margin-left: 10px;
	margin-bottom: 3px;
}

p {
	font: 400 13px "Open Sans", Arial, Helvetica, sans-serif;
	color: #172336;
	margin-left: 10px;
}

a, a:visited {	    
	text-decoration: underline;
	color: #6f8fc0;
}

a:hover {    
	text-decoration: underline;
	color: #dbb84f;	
}

label {
	font: 600 14px "Open Sans", Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 18px;
}






header {
	width: 1000px;
	min-height: 200px;
	margin: 20px auto 0px;
	/*
	background: #eee;
	*/
}	

#banner {
	width: 740px;
	min-height: 100px;
	/*
	background: #f00;
	border: 0px solid #900;
	*/
	margin-left: 0px;
	float: right;
}	

nav {
	width: 740px;
	min-height: 60px;
	/*
	background: #006;
	border: 0px solid #900; 
	*/
	margin-left: 0px;
	float: right;
}	

nav ul {
	list-style: none;
	text-align: center;
	margin: 0px 0px 0px 7px;
	padding: 0px;
}

nav ul li {
	display: inline;
	/*margin-right: 10px;*/
	margin-right: 15px;
}

nav ul li:last-of-type {
	margin-right: 0px;
}

nav ul li a, nav ul li a:visited {	    
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	border-radius: 3px;
	
	/*padding: 4px 8px;*/
	padding: 4px 20px;
	text-decoration: none;
	display: inline-block; 
	color: #F4EAD5;
	
	font: 700 14px "Open Sans", Arial, Helvetica, sans-serif;
	
	height: 40px;
	line-height: 32px;
	margin-top: 8px;
}

nav ul li a:hover {
	background: #f0c74e;
	color: #1e2d44;	
	text-decoration: none;
}

nav ul li a:active, nav ul li a.selected {
	background: #465777;
	color: #8BA6D0;	
}

nav ul li a.selected {
	pointer-events: none;
	cursor: default;
}

nav select {
	display: none;
	margin: 6px 25% 10px;
	width: 50%;	
	height: 26px;
	
	border: 0 !important;  /*Removes border*/
	-webkit-appearance: none;  /*Removes default chrome and safari style*/
	-moz-appearance: none; /* Removes Default Firefox style*/
	text-indent: 0.01px; /* Removes default arrow from firefox*/
	text-overflow: "";  /*Removes default arrow from firefox*/
	
	/*background: #465777 url('/images/arrow_sml.png') no-repeat 97% center;*/
	background: #465777;
	font: 600 12px "Open Sans", Arial, Helvetica, sans-serif;
	color: #8BA6D0;

	border-radius: 3px;
	padding: 0 10% 0 10px;
	box-shadow: inset 0 0 3px rgba(000,000,000, 0.5);

}

#logo {
	width: 260px;
	min-height: 200px;
	background: url('/images/logo.png') center center no-repeat;
	border: 0px solid #900;
	margin-right: 0px;
	float: left;
}

#crumbs {
	width: 740px;
	min-height: 40px;
	
	float: right;
	background: #F4EAD5;
	border-radius: 3px 3px 0 0;
	vertical-align: middle;
}

#crumbs p {
	color: #a79a7d;
	font-size: 12px;
	font-weight: 600;
	margin-left: 20px;
}

#crumbs p abbr {
	font-family: 'fontello' !important;
	font-size: 14px;
	font-weight: 800;
}

#crumbs p a {
	color: #768eb5;
	
	margin-left: 5px;
	margin-right: 5px;
}








#mini_moon {
	width: 740px;
	background: #465777;
	text-align: center;
	vertical-align: top;
	display: none; 
}

#mini_moon_phase {
	display: inline-block;
	width: 240px;
	min-height: 190px;
	margin: 10px auto;
	border-radius: 3px;
	background: #000;
	padding: 10px;
	text-align: center; 
}

#mini_moon_left {
	display: inline-block;
	float: left;
	margin-left: 15px;
	margin-top: 20px;
	width: 30%;
	/*background: #cbd4e3;*/
}

#mini_moon_right {
	display: inline-block;
	float: right;
	margin-right: 15px;
	margin-top: 20px;
	width: 30%;
	/*background: #cbd4e3;*/
}

#mini_moon_left hr, #mini_moon_right hr {
	height: 0px;
	width: 80%;
	border: 1px solid #3c4a67;
	margin-bottom: 10px;
}

















	
#wrapper {
	width: 1000px;
	min-height: 400px;
	margin: 0px auto 30px;
	clear: both;
}

#content {
	width: 740px;
	min-height: 900px;
	background: #fff;
	border: 0px solid #900;
	margin-left: 0px;
	float: right;
	border-radius: 0 0 5px 5px;
		
	padding: 0 10px 10px;
	text-align: left;
}





.floater {
	width: 260px;
	min-height: 200px;
	background: #465777;
	
	margin-right: 0px;
	float: left;
	
	border-radius: 3px 0 0 3px;
	
	margin-bottom: 15px;
}

.inset {
	width: 210px;
	min-height: 100px;
	background: #cbd4e3;
	
	margin: 0px 5px 5px 10px;
	float: right;
	
	border-radius: 3px;
	
	padding: 10px;
	text-align: center; 
}

.inset h2 {
	font: 600 15px "Open Sans", Arial, Helvetica, sans-serif;
	color: #172336;
	text-transform: uppercase;
	
	display: inline-block;
	padding-bottom: 4px;
	border-bottom: 1px solid #768eb5;
	margin: 0 auto 10px;
}

a.social {
	font-family: 'fontello' !important;
	font-size: 30px;
	color: #fff;
	background: #3d4c6a;
	text-decoration: none;
	display: inline-block;
	
	height: 65px;
	width: 65px;
	
	padding: 9px;
	border: 5px solid #8ba5cf;
	border-radius: 50%;
	margin: 0 10px;
}

a.social:hover {
	color: #3d4c6a;
	background: #f0c74e;
	border-color: #3d4c6a;
}

.inset_left {
	width: 59%;
	min-height: 80px;
	background: #758db4;	
	
	margin: 0px 10px 15px;
	float: left;
	
	border-radius: 3px;
	
	padding: 10px;
	text-align: left;
}

.faq_panel {
	background: #cbd4e3;
}

.inset_quote {
	width: 60%;
	min-height: 80px;
	background: url('/images/moon_sky.png') right top no-repeat #000;
	background-size: 60%;
	
	margin: 0px 10px 5px;
	float: left;
	
	border-radius: 3px;
	
	padding: 20px 50px 20px 20px;
	text-align: left;
}

.inset_quote h2 {
	font: italic 20px "Droid Serif", Arial, Helvetica, serif;
	color: #F4EAD5;
	text-shadow: 2px 2px 3px #666;
	margin: 0;
}


.inset_full {
	width: 100%;
	min-height: 80px;
	margin-top: 80px;
	background: #F4EAD5;
	border-radius: 3px;
	padding: 10px;
	text-align: center;
}

.inset_form {
	width: 100%; 
	min-height: 100px; 
	background: #cbd4e3; 
	margin: 0px 0px 0px 0px; 
	border-radius: 3px; 
	padding: 10px; 
	text-align: left;
}

.inset_form img {
	width: 100%;
}

.inset_form p {
	margin-left: 0px;
}

.inset_form textarea {
	width: 100%;
	height: 50px; 
	padding: 5px;
	border: 1px solid #465777; 
	color: #666;
}






#moon_phase {
	width: 240px;
	min-height: 280px;
	margin: 10px; 
	border-radius: 3px;
	background: #000;
	padding: 10px;
	text-align: center; 
}

.narrow {
	width: 180px; 
	margin: 0px -5px 0px 0px;
	display: inline-block;	
}

#moon_phase h2, #moon_pane h2 {
	font: 700 15px "Open Sans", Arial, Helvetica, sans-serif;
	color: #8aa4ce;
	text-transform: uppercase;
	
	display: inline-block;
	padding-bottom: 4px;
	border-bottom: 2px solid #3c4a67;
	margin: 0 auto 5px;
}

#moon_phase h3, #moon_container span h3, #mini_moon_phase h3 {
	font: 600 15px "Open Sans", Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	display: block;
	margin: 0 auto 5px;
}

#moon_phase a.arrows, #mini_moon_phase a.arrows {
	font-family: 'fontello' !important;
	font-size: 28px;
	color: #f0c74e;
	text-decoration: none;
	display: inline-block; 
	
	vertical-align: top;
	margin: 55px 10px 30px;
}

#moon_phase a, #moon_container span a, #mini_moon_phase a {
	border:  0px;
	text-decoration: none;
}

#moon_phase img, #moon_container span img, #mini_moon_phase img {
	display: inline-block;
	height: 120px;
	width: 120px;
	margin: 10px 2px;
	border: 0;
	-webkit-backface-visibility: hidden;
}

#moon_container span img {
	margin-bottom: 13px;
}

#moon_phase hr, #moon_container span hr, #mini_moon_phase hr {
	background: #000;
	height: 0px;
	width: 134px;
	border: 1px solid #3c4a67;
}

#moon_phase p, #moon_container span p, #mini_moon_phase p, #moon_phase p a, #mini_moon_phase p a, #moon_container span p a, #mini_moon_left p a {
	font: 400 14px "Open Sans", Arial, Helvetica, sans-serif;
	color: #8aa4ce;
	margin: 0;
	text-decoration: none;
}

.moon_viewer {
	height: 90vmin;
	width: 90vmin;
	
	background: #465777;
	border-radius: 3px;
	padding: 5px;	
}

.moon_viewer div {
	background: #000;
}

.moon_viewer img {
	height: 100%;
	width: 100%;
	margin: auto;
}

.moon_viewer a {
	font-family: 'fontello' !important;
	font-size: 28px;
	color: #f0c74e;
	text-decoration: none;
	
	position: absolute;	
	top: 10px;
	right: 15px;
}


#moon_pane {
	width: 100%;
	min-height: 292px;
	margin: 10px 0px 0px 0px; 
	border-radius: 3px;
	background: #000;
	padding: 10px;
	text-align: center; 
}

#moon_container {
	width: 100%;
	text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}

#moon_container:after {
    content: '';
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0; 
}

#moon_container span {
	width: 165px;
	min-height: 225px;
	margin: 0px;
	background: #000;
	padding: 0px;
	text-align: center;  
}

.moon_panel_narrow, .moon_panel_third, .moon_panel_fourth {
	display: inline-block;
}

.moon_panel_wide {
	display: none;
}







#moon_rise {
	width: 240px;
	min-height: 220px;
	margin: 10px; 
	padding: 10px;
	text-align: center; 
}

#moon_rise h2, #mini_moon_left h2, #mini_moon_right h2 {
	font: 700 15px "Open Sans", Arial, Helvetica, sans-serif;
	color: #8aa4ce;
	text-transform: uppercase;
	
	display: inline-block;
	margin: 0px auto 2px;
}

#moon_rise a {
	font-family: 'fontello';
	color: #162234;
	font-size: 24px;
	text-transform: none;
	text-decoration: none;
	margin: 0 30px;
}

#moon_rise div, #mini_moon_left div, #mini_moon_right div {
	position: relative;
	display: inline-block;
	width: 95px;
	min-height: 40px;
	margin: 10px 5px; 
	border-radius: 3px;
	background: #162234;
	padding: 4px;
	text-align: center; 
	
	font: 700 26px "Open Sans", Arial, Helvetica, sans-serif;
	color: #fff;
}

#moon_rise div::after, #mini_moon_left div::after, #mini_moon_right div::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 53%;
	width: 100%;
	border-bottom: 1px solid #162234;
}

#moon_rise div span, #mini_moon_left div span, #mini_moon_right div span {
	color: #465777;
	margin: 0 2px;
}

#moon_rise p, #mini_moon_left p, #mini_moon_right p {
	font: 400 14px "Open Sans", Arial, Helvetica, sans-serif;
	color: #8aa4ce;
	margin: 0;
}

#moon_rise h3, #mini_moon_right h3 {
	font: 600 15px "Open Sans", Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	display: block;
	margin: 0 auto 5px;
}

#moon_rise p a, #mini_moon_right p a {
	font: 400 13px "Open Sans", Arial, Helvetica, sans-serif;
	color: #f0c74e;
	margin: 0;
	text-decoration: underline;
}

#moon_rise p abbr {
	font-family: 'fontello' !important;
	font-size: 20px;
	color: #f0c74e;
	text-decoration: none;
	display: inline-block;
}









#moon_cal {
	width: 240px;
	min-height: 180px;
	margin: 10px; 
	padding: 10px;
	text-align: center; 
}

#moon_cal h2 {
	font: 700 15px "Open Sans", Arial, Helvetica, sans-serif;
	color: #8aa4ce;
	text-transform: uppercase;
	
	display: inline-block;
	margin: 0px auto 2px;
}

#moon_cal_ctrl {
	width:  100%;
	min-height: 180px;
	border: 0px solid #f0c74e;
	margin: 10px 0 5px;
}





#locator {
	width: 360px;
	background: #465777;
	border-radius: 3px;
	padding: 5px;
}

#locator_map {
	width: 100%; 
	height: 200px; 
	background: none; 
	margin-left: auto; 
	margin-right: auto;
}

#locator p {
	margin-top: 2px;
	margin-left: 2px;
	vertical-align: top;
}

#locator a abbr {
	font-family: 'fontello' !important;
	font-size: 24px;
	color: #f0c74e;
	text-decoration: none;
	display: inline-block;
	margin-top: 2px;
	margin-left: 2px;
	float: left;
}

#locator_form {
	float: left;
	margin-left: 6px;
	margin-top: 1px;
}

#locator_form input {
	font: normal 12px "Open Sans", Arial, Helvetica, sans-serif;
	width: 275px;
	border: 1px solid #EEE;
}

#locator_close {	    
	-webkit-border-radius: 2;
	-moz-border-radius: 2;
	border-radius: 2px;
	
	padding: 2px 4px;
	text-decoration: none;
	display: inline-block; 
	background: #f0c74e;
	color: #1e2d44;	
	
	font: 500 12px "Open Sans", Arial, Helvetica, sans-serif;
	
	margin-left:  3px;
	height: 20px;
	line-height: 18px;
	margin-top: 4px;
}






#cal_month, #cal_year, #sign_date, #sign_hour, #sign_minute, #sign_loc, #contact_name, #contact_email, #contact_reason, #contact_comments {
	margin: 0 13px 10px 0;
	width: 300px;	
	height: 26px;
	
	border: 0 !important;  /*Removes border*/
	-webkit-appearance: none;  /*Removes default chrome and safari style*/
	-moz-appearance: none; /* Removes Default Firefox style*/
	text-indent: 0.01px; /* Removes default arrow from firefox*/
	text-overflow: "";  /*Removes default arrow from firefox*/
	
	background: #fff;
	
	font: 400 13px "Open Sans", Arial, Helvetica, sans-serif;
	color: #172336;

	border-radius: 2px;
	padding: 0 10% 0 10px;
	/*box-shadow: inset 0 0 3px rgba(000,000,000, 0.5);*/
}

#contact_comments {
	height: 100px;
}

#contact_reason, #contact_comments{
	margin-bottom: 0px;
}

#cal_month, #cal_year {
	background: url('/images/arra.png') 100% center repeat-y #fff;
}

#cal_butt, #sign_butt, #contact_butt {	    
	-webkit-border-radius: 2;
	-moz-border-radius: 2;
	border-radius: 2px;
	border: 1px solid #d09f10;
	padding: 2px 16px;
	text-decoration: none;
	display: inline-block; 
	background: #f0c74e;
	color: #8e6d0d;	
	
	font: 500 13px "Open Sans", Arial, Helvetica, sans-serif;
	
	margin-left:  0px;
	height: 26px;
	line-height: 20px;
	margin-top: 0px;
	
	float: right;
}

#cal_butt abbr, #sign_butt abbr, #contact_butt abbr {
	font-family: 'fontello' !important;
	font-size: 12px;
	color: #c4950c;
	margin-left: 3px;
}

#sign_butt, #contact_butt {
	float: none;
}

#cal_head {
	width: 100%;
	min-height: 40px;
	border-radius: 2px 2px 0 0;
	text-align: center; 
	
	/*background-color: #8aa4ce;*/
	background: #465777;
}

#cal_body {
	margin: 0px;
	padding: 0px;
	background: #152132;
}

#cal_ctrl_left, #cal_ctrl_right {
	font-family: 'fontello' !important;
	font-size: 24px;
	color: #f0c74e;
	text-decoration: none;
	display: inline-block; 
	
	vertical-align: top;
	margin: 8px 10px 0;
}

#cal_ctrl_left {
	float: left;
}

#cal_ctrl_right {
	float: right;
}

#cal_head h2 {
	font: 700 15px "Open Sans", Arial, Helvetica, sans-serif;
	color: #8aa4ce;
	text-transform: uppercase;
	
	display: inline-block;
	margin: 10px auto 2px;
}

.cal_day {
	font: 600 12px "Open Sans", Arial, Helvetica, sans-serif;
	color: #8aa4ce; 
	text-transform: uppercase;
	background: #152132;
	display: inline-block;
	width: 100px;
	min-height: 30px;
	border: 1px solid #152132;
	margin: 0px; 
	margin-right: -3px;
	text-align: center; 
	padding-top: 6px;
}

.cal_moon {
	background: #000;
	display: inline-block;
	width: 100px;
	min-height: 115px;
	border: 1px solid #152132;
	margin: 0px; 
	/*margin-right: -3px;*/
	text-align: center; 
}

.cal_selected {
	border: 1px solid #f0c74e;
}

.cal_blank {
	display: inline-block;
}

.cal_moon h3 {
	font: 600 12px "Open Sans", Arial, Helvetica, sans-serif;
	color: #8aa4ce;
	margin-top: 5px;
	margin-bottom: 0px;
}

.cal_moon a {
	border:  0px;
	text-decoration: none;
}

.cal_moon p {
	font: 600 11px "Open Sans", Arial, Helvetica, sans-serif;
	color: #ccc;
	margin-top: 2px;
	margin-bottom: 5px;
}

.cal_moon img {
	display: inline-block;
	height: 80px;
	width: 80px;
	margin: 2px auto 0;
	border: 0;
}

#sign_calc, #contact_form {
	display: table;
	border-collapse: collapse;
	border-spacing: 0px;
}

#sign_calc div, #contact_form div {
	display: table-row;
}

#sign_calc div label, #contact_form div label {
	display: table-cell;
	padding: 15px 5px 0 10px;
	width: 25%;
	text-align: right;
	white-space: nowrap;
	vertical-align: top;
}

#sign_calc div span, #contact_form div span {
	display: table-cell;
	padding: 12px 10px 0 5px;
	width: 69%;
	max-width: 400px;
	color: #fff; 
	font-weight: 600;
	font-size: 14px;
}

#sign_calc div span p, #contact_form div span p {
	display: inline;
	color: #fff; 
	font-weight: 400;
	font-size: 14px;
	margin: 0px;
}

#sign_calc div span a.locator_launch {
	font: 400 13px "Open Sans", Arial, Helvetica, sans-serif;
	color: #f0c74e;
	margin-left: 25px;
	text-decoration: underline;
}

#sign_hour, #sign_minute {
	display: inline;
	margin: 0px;
	width: 70px;	
	background: url('/images/arra.png') 100% center repeat-y #fff;
}

#sign_date, #sign_loc, #contact_name, #contact_email {
	display: inline; 
	width: 98%;
	max-width: 300px;
	float: none;
	margin: 0px;
}

#sign_date {
	background: url('/images/cal.png') 100% center repeat-y #fff;
}

#sign_loc {
	background: url('/images/marka.png') 100% center repeat-y #fff;
}

#sign_butt, #contact_butt {
	margin-bottom: 10px;
}

#sign_icons_bottom {
	display: none;
	float: none;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

#sign_icons a div, #sign_icons_bottom a div, .sign_panel div {
	display: inline-block;

	height: 70px;
	width: 70px;
	
	border-radius: 50%;
	border: 1px solid #3d4c6a;
	
	background-color: #3d4c6a;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 80%;
	
	margin: 3px;
}

.sign_panel div {
	margin: 0 10px 5px;
	vertical-align: top;
}

#sign_icons a:hover div, #sign_icons_bottom a:hover div {
	border-color: #8aa4cf;
	background-color: #8aa4cf;
}

.sign_desc {
	font: italic 300 14px "Open Sans", Arial, Helvetica, sans-serif;
	color: #666;
	margin-left: 20px;
}

.sign_panel {
	display: none;
	margin-top: 0px; 
}

.sign_panel h2 {
	display: inline-block;
	font: italic 36px "Droid Serif", Arial, Helvetica, serif;
	color: #425371;
	
	margin: 0px 0 0 10px;	
	line-height: 70px;
}

.sign_panel h3 {
	display: block;
	font: italic 300 13px "Droid Serif", Arial, Helvetica, serif;
	color: #6b84ae;
	
	margin: -12px 0 -5px 102px;	
	line-height: 5px;
}

.sign_panel p:first-of-type {
	font: italic 18px "Droid Serif", Arial, Helvetica, serif;
	color: #667793;
	margin-left: 10px;
}

.Aquarius {
	background-image: url('/images/signs/aquarius.png');
}

.Pisces {
	background-image: url('/images/signs/pisces.png');
}

.Aries {
	background-image: url('/images/signs/aries.png');
}

.Taurus {
	background-image: url('/images/signs/taurus.png');
}

.Gemini {
	background-image: url('/images/signs/gemini.png');
}

.Cancer {
	background-image: url('/images/signs/cancer.png');
}

.Leo {
	background-image: url('/images/signs/leo.png');
}

.Virgo {
	background-image: url('/images/signs/virgo.png');
}

.Libra {
	background-image: url('/images/signs/libra.png');
}

.Scorpio {
	background-image: url('/images/signs/scorpio.png');
}

.Sagittarius {
	background-image: url('/images/signs/sagittarius.png');
}

.Capricorn {
	background-image: url('/images/signs/capricorn.png');
}


.faq_panel {
	vertical-align: text-top;
	min-height: 30px;
}

.faq_panel:hover {
	background-color: #384560;
	cursor: pointer;
}

.faq_panel:hover div h2, .faq_panel:hover div p {
	color: #fff;
}

.faq_question, .faq_answer {
	vertical-align: text-top;
	margin: 0px;
	padding: 0px;
}

.faq_answer {
	display: none;
}

.faq_question h2, .faq_answer h2 {
	display: table-cell;
	font: italic bold 32px "Droid Serif", Arial, Helvetica, serif;
	padding: 0 5px 10px 5px;
}

.faq_question h2 {
	color: #425371;
}

.faq_answer h2 {
	color: #6b84ae;
}

.faq_question p, .faq_answer p {
	display: table-cell;
	padding: 0px 0px 5px 10px;
}

.faq_question p {
	font-weight: 600;
	font-size: 14px;
}








footer {
	width: 1000px;
	min-height: 100px;
	margin: 40px auto 10px;
	clear: both;
	padding-top: 30px;
}	

footer div p {
	color: #6880a5;
}	

footer div p a {
	color: #768eb5;
	font-size: 13px;
	font-weight: 600;
}	

#footnotes {
	width: 740px;
	min-height: 100px;
	margin-left: 0px;
	float: right;
}	

#logo_foot {
	width: 260px;
	min-height: 100px;
	background: url('/images/logo_foot.png') center center no-repeat;
	border: 0px solid #900;
	margin-right: 0px;
	float: left;
}




/* Lean Modal */
#lean_overlay {
    position: fixed;
    z-index:995;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}






/* MEDIA QUERIES */

/* Add the background for non-mobile types */

@media screen and (min-width: 740px) {
	body {
		background-color: #182437;
		background-image: url('/images/bg_top_trans.png'), url('/images/bg_bot_big.png');
		background-position: center top, center bottom;
		background-repeat: repeat-x, repeat-x; 
		background-attachment: fixed, fixed;
	}
}

/* This one is for the big screens */
@media screen and (min-width: 1600px) {
	header, footer, #wrapper {
		width: 1200px;
	}
	#banner, nav, #crumbs, #content, #footnotes {
		width: 940px;
	}
	nav ul {
		margin-left: 10px;
	}
	nav ul li {
		/*margin-right: 35px;*/
		margin-right: 55px;
	}
	.moon_panel_wide {
		display: inline-block;
	}
	
	#cal_month, #cal_year {
		width: 400px;
	}
	
	.cal_day, .cal_moon {
		width: 128px;
	}
	
	.cal_moon img {
		height: 100px;
		width: 100px;
		margin: 2px auto 5px;
	}
	
	.cal_moon p {
		font: 600 13px "Open Sans", Arial, Helvetica, sans-serif;
		color: #ccc;
		margin-bottom: 5px;
	}
	
	#sign_hour, #sign_minute {
		width: 90px;	
	}
	
	.inset_left {
		width: 67%;
	}
	
}

/* This one is for the big big screens! 
@media screen and (min-width: 1750px) {
	header, footer, #wrapper {
		width: 1400px;
	}
	#banner, nav, #crumbs, #content, #footnotes {
		width: 1140px;
	}
	
	#cal_month, #cal_year {
		width: 500px;
	}
	
	.cal_day, .cal_moon {
		width: 156px;
	}
	
	.cal_moon img {
		height: 120px;
		width: 120px;
		margin: 2px auto 5px;
	}
	
	.inset_left {
		width: 73%;
	}
}

*/

/* This one is for the iPad, etc, in portrait mode */
@media screen and (max-width: 1000px) {
	header {
		width: 100%;
		margin: 0;
		padding: 0px;
	}
	#banner {
		margin: auto;
		float: none;
	  min-height: 0px;
	}
	nav {
		width: 100%;
		margin: 0 auto;
		float: none;
	}
	#logo {
		margin: auto;
		float: none;
	}
	
	#crumbs {
		float: none; 
		min-height: 30px;
		margin: 0 auto; 
		text-align: center;
		padding: 1px;
	}
	
	#mini_moon {
		display: inherit;
		min-height: 30px;
		margin: 0 auto; 
		padding: 1px;
	} 
	
	#wrapper {
		width: 100%;
		margin: 0;
		padding: 0px;
		text-align: center;
	}
	#content {
		margin: 0 auto; 
		float: none;
		padding: 1px 10px 10px;
	}	
	.floater {
		margin: 12px 5px 0;
		float: none;
		display: inline-block;
		border-radius: 3px;
		vertical-align: top;
		min-height: 200px;
	}		
	.moon_ctrl1, .moon_ctrl2 {
		display: none;
	}
	footer {
		width: 740px;
		margin: 0 auto;
		clear: both;
	}
	#footnotes {
		width: 50%;
	}
}

/* This one is for the phablet crowd */
@media screen and (max-width: 740px) {
	header {
		width: 100%;
		margin: 0;
		padding: 0px;
	}
	#banner {
		margin: auto;
		float: none;
	  min-height: 0px;
	}
	nav {
		width: 100%;
		margin: 0 auto;
		float: none;
	}
	nav ul li {
		/*margin-right: 4px;*/
		margin-right: 25px;
	}
	nav ul li a {	    
		-webkit-border-radius: 3;
		-moz-border-radius: 3;
		border-radius: 3px;
		
		/*padding: 4px 4px;*/
		padding: 4px 8px;
		
		font-size: 14px;
		font-weight: 700;
		
		height: 40px;
		line-height: 32px;
		margin-top: 8px;
	}
	#crumbs, #mini_moon {
		width: 100%;
		margin: 0; 
		border-radius: 0px;
		text-align: center;
	}
	
	#mini_moon_left {
		margin-left: 3%;
		width: 27%;
	}
	
	#mini_moon_right {
		margin-right: 3%;
		width: 27%;
	}
	
	#wrapper {
		width: 100%;
		margin: 0;
		padding: 0px;
	}
	#content {
		width: 100%;
		float: none;
		padding: 5px 10px 10px;
		border-radius: 0px;
	}	
	footer {
		width: 100%;
		margin: 0;
		clear: both;
	}
	#footnotes {
		width: 50%;
	}
	
	.moon_panel_fourth {
		display: none;
	}
	
	#cal_month, #cal_year {
		width: 40%;
		margin: 0 2% 10px 0;
	}
		
	.cal_day, .cal_moon {
		width: 14.2%;
		min-height: 20px;
	}
	
	.cal_moon img {
		height: 10vmin;
		width: 10vmin;
		margin: 2px auto 5px;
	}
	
	.cal_moon p {
		font: 600 9px "Open Sans", Arial, Helvetica, sans-serif;
		color: #eee;
		margin-top: 0px;
		margin-bottom: 3px;
	}
	
	#sign_icons {
		display: none;
	}
	#sign_icons_bottom {
		display: inherit;
	}
	.sign_panel {
		clear: both;
	}
	#sign_calc {
		width: 85%;
		float: none;
	}
	
	.faq_panel {
		width: 96%;
	}
}

/* This one is for the new iPhones, etc, in landscape mode */
@media screen and (max-width: 630px) {
	header {
		min-height: 0px;
	}
	#logo {
		background-size: 60%;
		min-height: 110px;
	}
	#crumbs, #mini_moon {
		min-height: 25px;
		padding: 0; 
	}
	#crumbs p {
		margin: 0;
		padding: 4px 3px 2px;
		font-size: 11px;
		font-weight: 600;
	}
	
	
	#mini_moon_left {
		margin-left: 0%;
		width: 25%;
	}
	
	#mini_moon_right {
		margin-right: 0%;
		width: 25%;
	}
	
	nav {
		min-height: 45px;
	}	
	nav ul li {
		margin-right: 2px;
	}
	nav ul li a {	    
		-webkit-border-radius: 2;
		-moz-border-radius: 2;
		border-radius: 2px;
		
		padding: 4px 4px;
		
		font-size: 12px;
		
		height: 28px;
		line-height: 20px;
		margin-top: 12px;
	}
	
	.cal_moon p {
		display: none;
	}
}

/* This one is for the iPhone, etc, in portrait mode */
@media screen and (max-width: 540px) {
	header {
		min-height: 0px;
	}
	#logo {
		background-size: 60%;
		min-height: 110px;
		color: #11243f;
	}
	nav {
		min-height: 30px;
	}	
	nav ul {
		display: none;
	}
	nav select {
		display: inline;
	}
	.floater {
		min-height: 190px;
	}
	#logo_foot {
		background-size: 60%;
		min-height: 60px;
		margin: auto; 
		margin-top: 20px;
		float: none;
	}
	#footnotes {
		width: 80%;
		margin: auto;
		float: none;
	}
	
	.moon_panel_third {
		display: none;
	}
	#moon_container {
		text-align: center;
	}
	#moon_container span {
		margin: 0px 15px 0px 15px;
	}
	
	.inset, .inset_left, .inset_quote {
		float: none;
		display: inline-block;
		width: 90%;
		margin-right: 5%;
		margin-left: 5%;
	}
}

@media screen and (max-width: 380px) {
	#moon_container span {
		width: 125px;
	}
	#moon_container span h3 {
		font: 600 13px "Open Sans", Arial, Helvetica, sans-serif;
	}
		
	#mini_moon_left, #mini_moon_right {
		display: none;
	}
	
	.moon_ctrl2 {
		display: inline-block;
	}
	
	#cal_month, #cal_year {
		width: 35%;
	}
		
	.cal_day, .cal_blank {
		display: none;
	}
	
	#cal_body {
		text-align: center;
	}
	
	.cal_moon {
		width: 30%;
	}
	
	.cal_moon img {
		height: 20vmin;
		width: 20vmin;
		margin: 2px auto 3px;
	}
	
}

@media screen and (max-width: 325px) {
	.inset, .inset_left, .inset_quote {
		float: none;
		display: inline-block;
		width: 90%;
		margin-right: 5%;
		margin-left: 5%;
	}
}