/* 
Theme Name: Custom Glopilot Design 2013 Base
Theme URL: http://glopilot.com/
Description: A custom Glopilot theme.
Author: glopilot.com
Author URI: http://glopilot.com
Version: 1.0
*/

/* =============================================================================
  Reset
   ========================================================================== */
* {
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	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;*/
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/*  define visible focus styles
:focus{
  outline:?????;
} */

/* highlight inserts */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* =============================================================================
  Main Blocks
   ========================================================================== */
* {
	padding: 0;
	margin: 0
}
html {
	text-align: center;
}
body {
	font-size: 100%;
	text-align: center;
	background-color: #fff;
	color: #000;
	font-family: 'Gilda Display', Arial, Helvetica, sans-serif;
	transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	background-image: url(images/d-bg.jpg);
	background-repeat: repeat;
}
#wrapper {
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 100;
}

#page {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 100%;
	max-width: 1024px;
	background-color: #ccdcf0;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;	
-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.32);
-moz-box-shadow:    0px 0px 8px 0px rgba(0, 0, 0, 0.32);
box-shadow:         0px 0px 8px 0px rgba(0, 0, 0, 0.32);
}
#header {
	text-align: center;	
	margin-left: auto;
	margin-right: auto;
	max-width:1024px;
	margin-bottom:-3px;
}
#title {
	height: auto;
}

#footer {
	width: 100%;
	text-align: center;
	clear: both;
	background-color: #9EBCE2;
	color:#43718A;
	font-size:90%;
	-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
border-bottom-right-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.divclear {
	clear: both;
	width: 100%;
	height: 0px;
}
#mainNav {
}
#sidebar{
	background-color:#d6e7fc;
}

.sbfoot{
	margin:0% !important;
	padding:0% !important;
}
/* =============================================================================
   General Styles
   ========================================================================== */
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
a:link, a:visited {
	color: #5674b9;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
	color: #738ecd;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-variant: small-caps;
}
h1 {
	font-size: 150%;
	padding-bottom: 2%
}
h2 {
	font-size: 130%;
	padding-bottom: 2%
}
h3 {
	font-size: 120%;
	padding-bottom: 2%
}
h4 {
	font-size: 110%;
	padding-bottom: 2%
}
h5 {
	font-size: 100%;
	padding-bottom: 2%
}
h6 {
	font-size: 100%;
	padding-bottom: 2%
}
hr {
	clear: both;
}
article a {
	word-wrap: break-word;
}
.postnavigation {
	text-align:center;
}

/* =============================================================================
   Special buttons
   ========================================================================== */
a.button1, .postnavigation a, a.more-link, input.button1, .mc_signup_submit input {
    /*white-space: nowrap;*/
    line-height: 200%;
    color: #1974F1;
    padding: 5px 10px !important;
    background-color: #F1DB10;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
a.button1:hover, .postnavigation a:hover, a.more-link:hover, input.button1:hover, .mc_signup_submit input:hover {
    color: #1974F1;
    cursor: hand;
    cursor: pointer;
    text-decoration: none;
    background-color: #F1AC10;
}

ul.sitemap li{
	font-size:70% !important;
}


/* =============================================================================
   Sidebar
   ========================================================================== */
#sidabar p {
	padding-bottom: 10%;
}

#sidebar ul {
	list-style-type: none;
}
#sidebar .widget {
	margin-bottom: 1%;
	word-wrap: break-word;
}


.widget ul li a{
	
}
.cat-item{
	
}
#sidebar h2 {
	padding-bottom: 5px;
}
.widget ul:last-item li:last-item{
	
}
/* =============================================================================
   Page/Post Content
   ========================================================================== */
   
.post {
	position: relative;
	background-color: #ebf3fe;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
p:last-child{
   padding-bottom:0px !important;
}
.postmeta {
	clear: both;
	width: 100%;
	font-size: 80%;
	padding-top: 3%;
	color: #CCC;
}
.postmeta p {
	padding-bottom: 1% !important;
}
.smalltext {
	font-size: 80%;
	color: #ccc;
}
#content blockquote {
	background-color: #ebf3fe;
	padding: 3%;
	overflow: hidden;
	margin: 2%;
	clear:both;
	background-color: #ebf3fe;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.32);
-moz-box-shadow:    0px 0px 4px 0px rgba(0, 0, 0, 0.32);
box-shadow:         0px 0px 4px 0px rgba(0, 0, 0, 0.32);

}
#content ul {
	padding-left: 40px;
	padding-bottom: 15px;
}
#content ul {
	list-style: circle;
}
#content li {
	padding-bottom: 10px;
}
#content o {
	padding-left: 40px;
	padding-bottom: 15px;
}
#content p {
	padding-bottom: 2%;
}
#content td{
	padding:10px;
}
/* =============================================================================
   Comments
   ========================================================================== */
#commentsBlock {
	padding-top: 3%;
}
#commentsBlock textarea, #commentsBlock input[type="text"], #searchform input[type="text"] {
	width: 98%;
	padding:1%;
	border: 1px solid #CCC;
	margin:1%;
}
#commentsBlock input, {
 padding: 1%;
 border: 1px solid #CCC;
}
#comments_list li{
	margin-bottom:3%;
	padding:3%;
	background-color:#fff;
	border: 1px solid #ccc;
}
.comments_meta{
	font-size:70%;
	margin-bottom:1%;
}

/* =============================================================================
  Images
   ========================================================================== */
#content img {
	border: none;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.32);
-moz-box-shadow:    0px 0px 4px 0px rgba(0, 0, 0, 0.32);
box-shadow:         0px 0px 4px 0px rgba(0, 0, 0, 0.32);

}
.post img, #content img{
	max-width:95% !important;
	height:auto;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

#content img[align=left] {
	margin-right:15px;
}
#content img[align=right] {
	margin-left:15px;
}
.wp-post-image, .post img, #sidebar img, #content img {
	text-align: center;
	margin-bottom: 5px;
}

.sdimg{
	width:100%;
	height:auto;
	margin-bottom:0px !important;
	-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
/* =============================================================================
  Captions
   ========================================================================== */
.wp-caption {
	border: 1px solid #ccc;
	font-size:80%;
	text-align: center;
	padding-top: 4px;
	margin: 5px;
}
.wp-caption .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	padding: 0 4px 5px;
	margin: 0;
}
.wp-caption, .wp-caption img{
	max-width:95% !important;
	height:auto;
}
/* =============================================================================
   Mail Chimp
   ========================================================================== */


/* =============================================================================
   Slider
   ========================================================================== */
.soliloquy-item-image{
	width:100% !important;
	height:auto;
}
#slideholder{
	margin-bottom:1%;
}
/* =============================================================================
   Foot Menus
   ========================================================================== */
#footbar   a:link, #footbar .widget a:active, #footbar .widget a:visited {
 display:block;
 padding:10px;
 color:#fff;
 text-decoration:none;
 margin-bottom:1px;
}
#footbar .widget li:hover a {
 background-color:#333;
 color:#5674b9;
}


#footbar .textwidget{
	text-align:center;
}
#footbar .textwidget img{
	padding:0%;
	width:100%;
	height:auto;
	background-color: #ccdcf0;
	
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

/* =============================================================================
   Sidebar Menus
   ========================================================================== */
   #sidebar .sbmenu li{
	   background-image: url(images/d-menubg.jpg);
	background-size: 100% 100%;
   }
#sidebar   a:link, #sidebar .widget a:active, #sidebar .widget a:visited {
 display:block;
 padding:10px;
color: #5674b9;
 text-decoration:none;
 background-color:#999;
 margin-bottom:3px;
 background-color: rgba(255,255,255,0.20);
 font-variant: small-caps;
 
 
}
#sidebar .widget li:hover a {
 background-color: rgba(255,255,255,0.70);
}











/* =============================================================================
   Mobile First Media Queries
   ========================================================================== */
@media only screen and (max-width-device: 960px), only screen and (max-width: 640px) {
/* =============================================================================
   Main Styles Small Devices
   ========================================================================== */
#title {
 margin-left: auto;
 margin-right: auto;
 width: 100%;
 top:1%; 
}

#sociallinks {
 text-align:center;
 width:45%;
 margin-left:auto;
 margin-right:auto;
}
#sociallinks img {
 width:15%;
 height:auto;
 margin-left:1%;
}
 #content {
 margin-left:none;
 width:90%;
 float:right;
 padding:5%;
 margin-bottom: 5%;
}

.post {
 padding:5%;
 margin-bottom: 5%;
}

#header {
 width:100%;
 float:none;
}
/* =============================================================================
   Sidebars
   ========================================================================== */
#sidebar .widget, #footbar .widget {
 width:90%;
 float:right;
 padding:5%;
 margin-bottom:5%;
 text-align:left;
}
#sidebar, #mainNav {
 width:100%;
 float:left;
}
	/* =============================================================================
   Images
   ========================================================================== */
img.alignleft, img.left {
 display: block;
 float: none;
 margin-left:auto;
 margin-right:auto;
}
img.alignright, img.right {
 display: block;
 float: none;
 margin-left:auto;
 margin-right:auto;
}

}
@media only screen and (min-width-device: 961px), only screen and (min-width: 641px) {
/* =============================================================================
   Main Styles for Normal Screens
   ========================================================================== */
#title {
 width: 100%;
 margin-left: auto;
 margin-right: auto;
}

#sociallinks {
 padding-top:1.5%;
 width:25%;
 text-align:center;
 margin-left:auto;
 margin-right:auto;
}
#sociallinks img {
 width:15%;
 height:auto;
 margin-left:1%;
}
#content {
 width:70%;
 float:right;
 margin-left:1%;
 padding:2%;
 margin-bottom: 1%;
  position:relative;
 z-index:200;
}

.post {
 padding:3%;
 margin-bottom: 1.5%;
}


#header {
 width:100%;
 float:none;
 margin-left:auto;
 margin-right:auto;
}

/* =============================================================================
  Sidebars
   ========================================================================== */
#sidebar {
	margin-top:10px;
 width:25%;
 float:left;
 clear:left;

-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
border-bottom-right-radius: 5px;

-webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.11);
-moz-box-shadow:    1px 1px 4px 0px rgba(0, 0, 0, 0.11);
box-shadow:         1px 1px 4px 0px rgba(0, 0, 0, 0.11);

}
#sidebar .widget {
	width: 80%;
	float: right;
	padding-top: 10%;
	padding-right: 10%;
	padding-left: 10%;
	padding-bottom: 3%;
}
#footbar .widget{
	display:block;
	width:31%;
	float:left;
	padding:1%;
	text-align:left;
}
/* =============================================================================
  Images
   ========================================================================== */
img.alignleft, img.left {
 float: left;
 margin-right: 10px;
 margin-bottom: 5px;
}
img.alignright, img.right {
 float: right;
 margin-left: 10px;
 margin-bottom: 5px;
}
.featimg{
	float:right;
}

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

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

}
@media only screen and (orientation: portrait) and (device-width: 320px), (device-width: 768px) {
#fullbg {
-webkit-background-size: auto 100%;
}
}
 
@media only screen and (orientation: landscape) and (device-width: 320px), (device-width: 768px) {
#fullbg {
-webkit-background-size: 100% auto;
}
}
@media print {
}




/* =============================================================================
  Main Menu
   ========================================================================== */
@media only screen and (max-width-device: 960px), only screen and (max-width: 640px) {
/* =============================================================================
   Main Styles Small Devices
   ========================================================================== */
   #mobinav{
	display:block;
}
#topNav{
	display:none;
}
#mobinav select{
	font-size:100%;
	width:100%;
	overflow:hidden;
	
	height: 34px;
   background: url(images/menuselect.png) no-repeat right #ddd;
   -webkit-appearance: none;
  margin-bottom:1%;
  padding-left:2%;
 background-color: #9EBCE2;
  color:#000;
  
  -moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}

#slideholder{
	display:none;
}
   
}

@media only screen and (min-width-device: 961px), only screen and (min-width: 641px) {
/* =============================================================================
   Main Styles for Normal Screens
   ========================================================================== */
   #mobinav{
	display:none;
}
#menuWrap {
}
#topNav {
	display: block !important;
	display: block;
	background-image: url(images/d-menubg.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	font-variant: small-caps;
}
#mainMenuHolder {
 height:auto;
 text-align:left;
 float:right;
 position:relative;
 z-index:999;
	/* put menu in center   */
    left:-50%;
}
#mainMenu {
 padding:1px;
  
}
#mainMenu, #mainMenu ul {
 list-style-type:none;
 list-style-position:outside;
 position:relative;
 z-index:999;
	/* put menu in center */  
	left:50%;
}
#mainMenu li {
 width:auto;
 margin-bottom:1px;
 float:left;
}
/* size of the top level buttons   */

#mainMenu a:link, #mainMenu a:active, #mainMenu a:visited {
	display: block;
	padding: 10px;
	color: #5674b9;
	text-decoration: none;
	background-color: rgba(255,255,255,0.20);
	margin-left:2px;
	margin-right:2px;
}

#mainMenu li:hover a {
 background-color: rgba(255,255,255,0.70);
}
#mainMenu li:hover ul a {
 background-color: rgba(255,255,255,0.20);
	margin-left:0px;
	margin-right:0px;
}
#mainMenu li:hover ul a:hover {
	background-color: rgba(255,255,255,0.70);
}
#mainMenu .current-menu-item a, #mainMenu .current_page_parent a, #mainMenu .current-menu-parent a {
	background-color: rgba(255,255,255,0.50);
}
/* basic alignment for ordering   */
#mainMenu li {
 float:left;
 position:relative;
}
/* position of sub menu  */
#mainMenu ul {
	/* only affects sub ul   */
	
	background-color:#fff;
 position:absolute;
 width:170px;
 top:auto;
 visibility:hidden;
 left:2px;
 opacity:0;
 -webkit-transition: opacity 1s ease;
 -moz-transition: opacity 1s ease;
 -o-transition: opacity 1s ease;
 -ms-transition: opacity 1s ease;
 transition: opacity 1s ease;
 background-image: url(images/d-menubg.jpg);
	background-size: 100% 100%;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.32);
-moz-box-shadow:    2px 2px 3px 0px rgba(0, 0, 0, 0.32);
box-shadow:         2px 2px 3px 0px rgba(0, 0, 0, 0.32);
}


ul#mainMenu li ul a {
 width:150px;
 float:left;
}

ul#mainMenu  li ul ul {
	top: 0;
	left: 170px;
	margin-left:0px;
	margin-right:0px;
}

ul#mainMenu li:hover > ul {
 visibility:visible;
 opacity:1;

}
}