/**
 * Theme Name: Globetrotting Mama Theme
 * Theme URI: http://globetrottingmama.com
 * Description: A custom child theme based on Justin Tadlock's Hybrid theme framework
 * Version: 0.5
 * Author: Ron S. Doyle	
 * Author URI: http://rondoylewrites.com
 * Template: hybrid
 */

/* Get base CSS */
@import url('../hybrid/library/css/22px.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Get tabs CSS (uncomment below line if using the Hybrid Tabs plugin) */
@import url('tabs.css');

/**
* Body
************************************************/
/* Contains everything */
html {
	height:100.02%;
	}
* html {
	height:100.02%;
	}

body {
	font: 15px/22px Georgia, Times, 'Times New Roman', serif;
	color: #000;
	background: #6196DB url(images/bg-blue.jpg);
        min-width: 600px;      /* 2x LC width + RC width */
	}

#body-container {
	overflow: hidden;
	width: 960px;
	margin: 21px auto;
	padding: 30px;
	background: #fff;
        border: 1px solid #ddd;
        -moz-border-radius: 16px;
        -webkit-border-radius: 16px;
        border-radius: 16px;
    -webkit-box-shadow:0px 0px 5px 0px #333; 
    -moz-box-shadow:0px 0px 5px 0px #333;
    box-shadow:0px 0px 5px 0px #333;

	}

/**
* Elements
************************************************/

/* Links */
a {
	color: #050b8a;
	text-decoration: none;
	}
a:hover {
	color: #000;
	text-decoration: underline;
	}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	}
h1, h2 {
	font-size: 20px;
	}
h3 {
	font-size: 18px;
	}
.hentry h3 {
	font: italic normal normal 18px/22px Georgia, Times, 'Times New Roman', serif;
	}
h4 {
	font-size: 17px;
	}
h5 {
	font-size: 16px;
	}
h6 {
	font-size: 15px;
	}

/* Lists */
ul {
	list-style: square;
	}

/* Blockquotes */
blockquote {
	padding: 20px 20px 0 20px;
	margin: 20px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #333;
	background: #eee;
	border: 1px solid #ddd;
	}
blockquote blockquote {
	margin: 0 0 20px 0;
	background: #f7f7f7;
	border: 1px solid #ccc;
	}

/* Code */
code {
	padding: 2px 3px;
	font: normal normal normal 12px/22px Arial, Verdana, sans-serif;
	color: #444;
	background: #eee;
	}
pre {
	overflow: auto;
	padding: 20px;
	font: normal normal normal 12px/22px Arial, Verdana, sans-serif;
	color: #444;
	background: #eee;
	border: 1px solid #ddd;
	}
pre code {
	padding: 0;
	}

/* Tables */
table {
	width: 100%;
	background: #fff;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
caption {
	font: italic normal normal 12px/22px Verdana, Geneva, Tahoma, sans-serif;
	text-align: right;
	color: #666;
	}
tr {
	margin: 1px;
	border-top: 1px solid #ddd;
	}
td {
	padding: 3px;
	font: normal normal normal 13px/22px Arial, Verdana, sans-serif;
	border-right: 1px solid #ddd;
	}
tr.alt td, tr.even td {
	background: #f7f7f7;
	}
th {
	padding: 3px;
	font-weight: normal;
	color: #444;
	background: #eee;
	border-right: 1px solid #ddd;
	}

/* Acronyms */
acronym {
	font-size: 13px;
	border: none;
	}

/* Drop caps */
.drop-cap {
	float: left;
	margin: 3px 3px 0 0;
	font: normal normal normal 47px/35px "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	color: #333;
	}

/* Notes, alerts, and such. */
.note, .warning, .alert, .error, .download {
	font: normal normal normal 13px/22px Arial, Verdana, sans-serif;
	color: #444;
	}

/* Notes */
.note {
	padding: 9px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	}

/* Errors */
.error {
	padding: 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	}

/* Downloads */
.download {
	padding: 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	}

/* Alignment */
.left, .alignleft {
	float: left;
	margin: 0 20px 0 0;
	}
.right, .alignright {
	float: right;
	margin: 0 0 0 20px;
	}
.center, .aligncenter {
	display: block;
	margin: 0 auto 20px auto;
	}
.block, .alignnone {
	display: block;
	margin: 0 0 20px 0;
	}
.clear {
	clear: both;
	}

/**
* Images
************************************************/

/* Thumbnails */
.thumbnail {
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 15px 10px 0;
	padding: 4px;
	border: 1px solid #ccc;
	background: #fff;
	}

/* Avatars */
.avatar {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 15px 10px 0;
	padding: 4px;
	border: 1px solid #ccc;
	background: #fff;
	}

/* Captions */
.wp-caption {
	max-width: 576px;
	padding: 4px 0 4px 0;
	background: #eee;
	border: 1px solid #ccc;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #454545;
	}
.wp-caption img {
	max-width: 566px;
	margin: 0;
	padding: 0;
	border: 1px solid #666;
	}

/**
* Page Navigation
************************************************/
#primary-menu {
    position: relative;
    display: block;
    width: 960px;
    height: 12px;
    margin: 0 0 25px 0;
    padding: 0 0 25px 0;

	}
#primary-menu ul {
	list-style: none;
	margin: 0;
    padding: 0 0 0 0;
	}
#primary-menu li {
    float: left;
    background: #eee;
	}
#primary-menu li a {
	display: block;
	font: normal normal bold 16px/14px Arial, Verdana, sans-serif;
	color: #050b8a;
	padding: 9px 28px;
        text-align: center;
    border: 1px solid #ccc;
    -webkit-box-shadow:0px 0px 5px 0px #ededed;
    -moz-box-shadow:0px 0px 5px 0px #ededed;
    box-shadow:0px 0px 5px 0px #ededed;
	}
#primary-menu li a:hover, #primary-menu .current-menu-item a {
	text-decoration: none;
        text-align: center;
        color: #fff;
        background: #569635;
        padding: 9px 28px;
        text-shadow: 1px 1px 3px #333;
        border-bottom:1px solid #666;
        border-top:1px solid #666;
	}

/* Drop-down styles */
#primary-menu li:hover ul, #primary-menu li.sfHover ul  {
	top: 35px;
	}
#primary-menu li li:hover ul, #primary-menu li li.sfHover ul, #primary-menu li li li:hover ul, #primary-menu li li li.sfHover ul  {
	top: -1px;
	}
#primary-menu ul ul {
	background: #ededed;
	}
#primary-menu li li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	}
#primary-menu li li a {
	padding: 9px 10px;
	border: none;
        font-size: 14px;
	}
	
#primary-menu ul ul li a:hover, #primary-menu ul ul li.current-menu-item a {
	border: none;
	border-bottom: 1px solid #666;
	}

/* Search form in navigation bar. */
#primary-menu form {
	display: none;
	}
#primary-menu .search-text {
	width: 200px;
	padding: 5px 10px;
	margin: 5px 0;
	font-style: italic;
	color: #333;
	background: #f7f7f7;
	border: 1px solid #333;
	}
#primary-menu .search-submit {
	display: none;
	}

.social-icons {
    float: right;
    margin: 2px;
    }

.social-icons img {
    width: 30px;
    height: 30px;
    }

/**
* Header
************************************************/
#header {
	display: block;
	top: 40px;
	height: 330px;
        width: 960px;
	padding: 0;
	margin: 0 0 20px 0;
	}
#site-title {
	display: block;
        width: 960px;
        height: 330px;
        
	margin: 5px 0;
       	}
#site-title a {
        display: block;
        background: url(images/header.png) no-repeat -1px 0;
        width: 960px;
        height: 330px;
        }
#site-title a span {
        display: none;
        }

#site-description {
	display: none;
	}

/* Utility: Header widget area */
#utility-header {
	overflow: hidden;
	float: right;
	width: 468px;
	height: 60px;
	}
#utility-header .widget {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	}

/**
* Containers
************************************************/
#container {
        background: #e7effb;
        padding: 25px 0;
	clear: both;
	overflow: hidden;
	padding-left: 265px;   /* LC width */
	padding-right: 265px;  /* RC width */
        border: 1px solid #bbb;
    -webkit-box-shadow:0px 0px 5px 0px #cdcdcd;
    -moz-box-shadow:0px 0px 5px 0px #cdcdcd;
    box-shadow:0px 0px 5px 0px #cdcdcd;
	}
.no-widgets #container, .no-default-widgets #container {
	width: 910px;
        padding: 25px;
	}
.content, #primary, #secondary {
	position: relative;
	float: left;
	}
.content {
	width: 100%;
	}
.no-widgets .content, .no-default-widgets .content {
        width: 910px;
	}

/**
* Content
************************************************/
.hentry, .breadcrumb {
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 20px 20px 10px 20px;
	background: #fff;
        border: 1px solid #bbb;
    -webkit-box-shadow:0px 0px 5px 0px #cdcdcd;
    -moz-box-shadow:0px 0px 5px 0px #cdcdcd;
    box-shadow:0px 0px 5px 0px #cdcdcd;
	}
	
.hentry { 
	}


/* Entry titles. */
.entry-title {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px 0;
	}
.page-title, .singular-page-title {
	margin: 0 0 20px 0;
	}

/* Byline */
.byline {
	text-transform: lowercase;
	font-size: 14px;
	font-style: italic;
	color: #666;
	}

.byline .author, .byline .published {
	font-size: 13px;
	font-style: normal;
	text-transform: uppercase;
	}
.byline a {
	color: #333;
	}

/* Entry meta */
.entry-meta {
	clear: both;
	font-size: 14px;
	font-style: italic;
	color: #666;
	}
.entry-meta a {
	font-style: normal;
	color: #333;
	}

.author-info, .category-info, .date-info, .tag-info, .search-info, .taxonomy-info {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	background: #fff;
	border: 1px solid #ccc;
	}
	
/* Share Buttons - Since 0.4 */

.home .share-buttons, .archive .share-buttons {display: none;}

.share-buttons {
	display: block;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 4px 0; 
    }

#share-top { margin: 0 0 21px 0; }

#share-top.share-buttons iframe.fb_ltr {
    float: left;    
    }

#share-top iframe.twitter-share-button {margin: 3px 0 0 0;}

#share-bottom { margin: 32px 0 21px 0; }

.share-buttons img  { border: none; padding: 5px 5px;}

.share-buttons .st_sharethis { display: inline; float: right; padding: 0; margin: 1px 0 0 5px;}

/* Page links <!--nextpage--> */
p.pages {
	font-style: italic;
	}
p.pages a {
	margin: 0 2px;
	padding: 4px 12px;
	color: #eee !important;
	background: #01203C;
	border: 1px solid #eee;
	}

/* WP PageNavi */
.wp-pagenavi {
	overflow: hidden;
	}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi a, .wp-pagenavi .extend {
	float: left;
	margin: 0 6px 0 0;
	padding: 4px 12px;
	color: #eee !important;
	background: #01203C;
	border: 1px solid #eee;
	}

/* Navigation links */
.navigation-links {
	margin: 10px;
	}
.next, .previous {
	max-width: 50%;
	font-size: 40px;
	}
.previous {
	float: left;
	}
.next {
	float: right;
	text-align: right;
	}
#comments-template .paged-navigation {
	text-align: center;
	}
#comments-template .paged-navigation .page-numbers {
	padding: 3px 6px;
	font-style: italic !important;
	border: 1px solid #eee !important;
	}
#comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {
	float: none;
	text-align: left;
	border: none !important;
	}

.blog .byline, .archive .byline, .search .byline, .home .byline { display: none;}
.home .entry-meta, .blog .entry-meta, .archive .entry-met, .search .entry-meta { display: none;}
.home .addtoany_share_save_container, .blog .addtoany_share_save_container, .archive .addtoany_share_save_container, .search .addtoany_share_save_container { display:none; }


/**
* Widgets
************************************************/
#primary {
	width: 220px;          /* LC width */
	right: 243px;          /* LC width */
	margin-left: -100%;
	}
#secondary {
	width: 220px;          /* RC width */
	margin-right: -265px;  /* RC width */
	margin-left: 22px;
	}

/* Widgets */
.widget {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	background: #fff;
        border: 1px solid #bbb;
    -webkit-box-shadow:0px 0px 5px 0px #cdcdcd;
    -moz-box-shadow:0px 0px 5px 0px #cdcdcd;
    box-shadow:0px 0px 5px 0px #cdcdcd;
	
	}
#primary .widget, #secondary .widget {
	padding: 15px;
	}

#primary #text-10.widget {
        height: 356px; 
        }

#primary #hybrid-search-3 {
    padding: 0;
    margin:0 0 15px 0;
    background: none;
    border: none;
    outline: none;
    }

#primary #hybrid-search-3 input {
    width: 208px;
    }

/* Widget titles */
.widget-title {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #10396c;
	}

/* Widget content */
.widget ul {
	list-style: square;
        background: #fff;
	}

/**
* Comments
************************************************/
#comments-template {
	overflow: hidden;
	padding: 20px 20px 0 20px;
	margin: 0 0 20px 0;
	border: 1px solid #ccc;
	background: #fff;
	}

.comments-header {
	font-size: 18px;
	font-weight: bold;
	}

/* Comment list */
.comment-list, .comment-list ol {
	list-style: none;
	margin: 0;
	}
.comment-list li, .comment-list li li li, .comment-list li li li li li {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	background: #f7f7f7;
	border: 1px solid #ddd;
	}
.comment-list li li, .comment-list li li li li, .comment-list li li li li li li {
	background: #fff;
	border: 1px solid #ddd;
	}

/* Comment avatar */
.comment-list li .avatar {
	float: left;
	width: 37px;
	height: 37px;
	margin: 5px 10px 0 0;
	padding: 2px;
	border: 1px solid #ccc;
	background: #eee;
	}

/* Comment meta */
#comments .comment-meta-data {
	margin: 5px 0 20px 0;
	font-style: italic;
	color: #666;
	}
#comments cite {
	font-weight: bold;
	font-style: normal;
	}

/* Comment text */
#comments .comment-text {
	clear: left;
	}

/* Comments form */
#respond {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	background: #f7f7f7;
	border: 1px solid #ddd;
	}
.text-input {
	display: block;
	padding: 5px;
	width: 300px;
	margin:  0 0 20px 0;
	background: #fff;
	border: 1px solid #ddd;
	}
#respond label {
	font-style: italic;
	}
#respond span.required {
	font-weight: bold;
	color: #01203C;
	}
textarea {
	width: 98%;
	padding: 5px;
	margin: 0 0 20px 0;
	border: 1px solid #ddd;
	}
.button {
	width: 100px;
	padding: 7px;
	margin-right: 10px;
	font-weight: bold;
	color: #fff;
	border: 1px double #333;
	background: #01203C;
	}
.button:hover {
	cursor: pointer;
	background: #00162A;
	}

/**
* Footer
************************************************/

/* Footer container */
#footer-container {
	clear: both;
	overflow: hidden;
	}

/* Subsidiary */
#subsidiary {
	overflow: hidden;
	width: 940px;
	padding: 30px 20px 10px 20px;
	background: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
#subsidiary .widget {
	float: left;
	width: 170px;
	margin: 0 18px 0 0;
	padding: 0;
	border: none;
	}

/* Footer */
#footer {
	clear: both;
	overflow: hidden;
        font-size: 12px;
	color: #000;
	margin: 0 auto;
	padding: 20px 0 0 0;
	}
#footer a {
	color: #000;
	font-style: italic;
        text-decoration: underline;
	}
#footer .copyright {
	display: inline;
	float: left;	
	margin-right: 9px;
	}
#footer .credit {
	text-align: right;
	}
