/* Penguin Ski Club */

/************************************/
/* Styles for devices 768px or less */
/************************************/

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

#wrapper { width: 100%; margin: 0; background: #eee; }

#header { width: 100%; height: 140px; }

.content { width: 90%;  margin: 5px 5%; padding: 10px; }

#sidebar { display: none; }

#mobile-sidebar { width: 90%; margin: 10px 5%; padding: 10px; background: url('http://cbcohn.com/wp-content/uploads/2015/05/333bg.png'); background-repeat: repeat; }

#delimiter { clear: both; }

#footer { width: 100%; min-height: 200px; margin: 5px 0 0 0; border-top: 1px solid #333; background: #5f5f5f; padding: 20px; }

.title { font-size: 18px; font-family: verdana; font-weight: bold; }

html, body { font-size: 20px; }

.field_input,
.field_input_float { width: 100%; padding: 6px; margin: 20px 0; clear: both;}

/* Navigation Menu Styles */

#desktop-menu { display: none; }

#mobile-menu { position: relative; text-align: center; margin: 0; padding: 6px; background: #5E5E5E; border-top: 1px solid #333; border-bottom: 1px solid #333;}

#mobile-menu { z-index: 10; font-size: 1em; position: absolute; top: 40px; left: 5%; width: 90%; line-height: 24px; background: #444; border: 1px solid #333; padding: 0; }

#mobile-menu ul { font-size: 1em; text-align: left; list-style: none; margin: 0; padding: 0; width: 100%; }

#mobile-menu ul li { display: block; margin: 0; padding: 8px 8px 0 8px; }

#mobile-menu ul li a { text-decoration: none; }

#mobile-menu ul ul { margin: 0; padding: 0; }

.desktop { display: none; }

}

/*****************************************/
/* Styles for devices 769 px and greater */
/*****************************************/

@media only screen and (min-width: 769px) {

#container { width: 100%; max-width: 1200px; padding: 0; margin: 20px auto; height: auto; overflow: auto; background: #FFF; box-shadow: 0px 0px 12px #AAA; }

#header { height: 130px; padding: 20px; margin: 0; background: #FFFFFF; }

#content { width: 70%; float: left; height: auto; min-height: 500px; overflow: auto; padding: 25px; color: #000; margin: 0; background: #FFF; border-right: 1px solid #DDD; }

.logo { float: left; height: 100%; width: auto; margin: 0 20px 0 0; }

#callout { height: 230px; margin: 0 0 20px 0; background: #F3F3F3; padding: 15px; text-align: center; }
	
#callout-small { height: 80px; line-height: 80px; padding: 0 20px; margin: 0; background: #F3F3F3; border-top: 1px solid #DDD; border-bottom: 1px solid #DDD; }

#sidebar { width: 30%; height: 100%; float: right; margin: 0; padding: 20px; }

.sidebar-widget { border: 1px solid #DDD; background: #F3F3F3; padding: 10px; }

.sidebar-widget h2 { color: #000; font-size: 1.3em; font-weight: bold; margin: 0 0 10px 0; padding: 0 0 5px 0; border-bottom: 2px solid #427BBA; }

.sidebar-widget img { max-width: 90%; margin-left: 5%; margin-right: 5%; }

#mobile-sidebar { display: none; }

#delimiter { clear: both; }

#footer { clear: both; width: 100%; min-height: 200px; background: #333333; color: #fff; margin: 0; padding: 25px; }

.title { font-size: 18px; font-family: verdana; font-weight: bold; }

html, body { font-size: 16px; }

.fullpost { padding: 10px; height: auto; overflow: auto; margin-bottom: 30px; }

.featured-post { padding: 5px; width: 28%; float: left; margin: 0 0 20px 4%; height: auto; overflow: auto; }

.featured-post img { width: 100%; height: auto; }

.featured-post-title { font-family: 'PT Serif', serif; font-size: 1.2em; font-weight: bold; color: #50223C; text-align: left; }

.thumb { float: left; width: 140px; height: 150px; margin: 0 10px 10px 0; overflow: hidden; }

.large-thumb { float: right; width: 220px; height: auto; margin: 0 0 10px 10px; overflow: hidden; }

.thumb img,
.large-thumb img { width: 100%; height: auto; }

.bio { width: 100%; height: auto; overflow: auto; margin-bottom: 60px; padding: 10px 0; border-top: 1px solid #AAAAAA; }

.bio-text { height: auto; padding: 0; margin: 0; }

.bio-photo { width: 200px; height: 200px; float: left; margin: 0 20px 20px 0; }

.bio-photo img { width: 100%; height: 100%; }

.field_input { width: 60%; padding: 10px; margin: 0 20px 10px 0; clear: both; font-weight: bold; font-size: .9em; }

.field_input_float { padding: 10px; margin: 0 20px 10px 0; float: left; font-weight: bold; font-size: .9em; }

/* Navigation Menu Styles */

#mobile-menu { display: none; }

#desktop-menu { float: right; height: 90px; padding-top: 20px; }

#desktop-menu ul { list-style: none; position: relative; margin: 0; width: auto; }

#desktop-menu ul li { display: inline-block; padding: 0; height: 30px; line-height: 30px; margin: 0; }

#desktop-menu ul li a { display: block; text-decoration: none; font-weight: bold; text-transform: uppercase; color: #427BBA; padding: 0; margin: 8px 12px 4px 12px; }

#desktop-menu ul li a:hover { color: #427BBA; }

#desktop-menu ul li ul { display: none; }

#desktop-menu ul li ul { box-shadow: 0 0 6px #AAA; }

#desktop-menu ul li:hover ul { display: block; position: absolute; top: 35px; height: auto; min-width: 140px; text-align: left; padding: 0; background: #fff; opacity: 1; }

#desktop-menu ul li:hover ul li { display: block; float: none; height: auto; margin: 0; padding: 0; }

#desktop-menu ul li:hover ul li a { display: block; font-size: .9em; font-weight: normal; color: #000; margin: 0; padding: 6px 12px; text-transform: uppercase; }

#desktop-menu ul li:hover ul li a:hover { background: #95b3d3; border: none; text-decoration: none;}

.mobile { display: none; }
}

/********************/
/* Universal Styles */
/********************/

* {
box-sizing: border-box;
}

body {
  font-family: "Droid Sans", sans-serif;
  margin: 0;
  padding: 0;
  color: #000;
  background: #DDD;
  }

p { line-height: 1.6em; color: #000; margin-bottom: 25px; }

#footer p,
#footer span { line-height: 1.1em; font-size: .9em; color: #fff; }

a { color: #427BBA; font-weight: bold; text-decoration: none; }

a:hover { text-decoration: underline; }

#footer-left { width: 33%; padding: 0; float: left; }

#footer-mid { width: 33%; padding: 0; float: left; }

#footer-right { width: 33%; padding: 0; float: right; }

#footer-left p, #footer-mid p, #footer-right p { color: #FFF; }

#footer-full { width: 90%; padding: 25px 0; margin: 0 5%; clear: both; text-align: left; font-size: .9em; }

#footer img { width: 120px; height: auto; float: left; margin: 0 10px 0 0; }

h1 { color: #000; font-size: 1.5em; font-weight: bold; margin: 0 0 10px 0;}

h2 { color: #000; font-size: 1.3em; font-weight: bold; margin: 0 0 10px 0;}

h3 { color: #000; font-size: 1.15em; font-weight: bold; margin: 0 0 10px 0;}

h4 { color: #FF0000; font-size: 1.15em; font-weight: bold; margin: 0 0 30px 0;}

h5 { color: #FFF; font-size: .9em; font-weight: bold; margin: 0;}

.page-title { display: block; color: #000; font-size: 24px; font-weight: normal; margin: 0; }

strong { color: #000; }

.dx-widget-title { color: #000; border-bottom: 2px solid #427BBA; padding-bottom: 6px; }

.alignright { float: right; margin: 0 0 20px 20px; }

.alignleft { float: left; margin: 0 20px 20px 0; }

.nomargin { margin: 0 !important; }

textarea { padding: 6px; height: 200px; width: 100%; border: 1px solid #BBB; border-radius: 4px; }

input { width: 100%; padding: 6px; border: 1px solid #BBB; border-radius: 4px; }

.bigtext { font-size: 1.7em; color: #fff; font-style: italic; font-family: 'PT Serif', serif; }

td { padding: 10px; line-height: 1.6em; color: #000; vertical-align: top;  }

tr { margin-bottom: 25px; }

.member-entry { margin: 0 0 20px 0; padding: 20px; border: 1px solid #DDD; background: #F3F3F3; }

.page-block { margin: 0 0 20px 0; padding: 20px; border: 1px solid #DDD; background: #F3F3F3; }

.member-entry h1 { font-size: 1.4em; font-weight: bold; margin: 0 0 10px 0; }

.delimiter { clear: both; }

#content img { width: 200px; height: auto; }