/*
Theme Name: Twenty Thirteen Child 01
Theme URI: 
Description: Child 01 theme for the Twenty Thirteen theme
Author: <a href="http://wordpress.org/" title="Visit author homepage">the WordPress team</a> modified by Paul Roberts for the Globetrotters Club.
Author URI: 
Template: twentythirteen
Version: 1.1
*/

/* Generated by Orbisius Child Theme Creator (http://club.orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Sat, 01 Mar 2014 09:54:27 +0000 */ 

@import url('../twentythirteen/style.css');

/* add the logo image css */

.header-logo {float:left; margin-top:50px;}

#title_subtitle {float:left;}
.site-header { background-color: #667ba7; }
.clear {clear:both;margin:0;padding:0;}

.entry-title {font-size:34px;}

h2 {font-size:25px;margin:20px 0}
p {margin:0 0 17px}

.sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta {
    max-width: 1140px;
    padding: 0 376px 0 60px;
}

@media (max-width: 850px) {
.header-logo {height:90px; width:90px;}
.site-title {font-size:30px;}
.site-description {font-size: 25px;}
}
@media (max-width: 550px) {
.header-logo {display:none} 
.site-title {font-size: 20px;}
.site-description {font-size: 15px;}
/* Force table to not be like tables anymore */
table, thead, tbody, th, td, tr { display: block;}

}
@media (max-width: 380px) {
.header-logo {display:none} 
.site-title {font-size: 15pt;}
.site-description {font-size: 10pt;}
/* Force table to not be like tables anymore */
table, thead, tbody, th, td, tr { display: block;}

}
@media (max-width: 320px) {
.header-logo {display:none} 
.site-title {font-size: 10px;}
.site-description {font-size: 10px;}
/* Force table to not be like tables anymore */
table, thead, tbody, th, td, tr { display: block;}
	
}
/* end logo image css */

body {
font-size: 1.25rem;
}
/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #e05d22!important; ; /* Old browsers */
	background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%)!important; ; /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #e05d22 0%, #d94412 100%)!important; ; /* W3C */
	border: none;
	border-bottom: 3px solid #b93207;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px !important; 
	text-decoration: none;
}
  table {
	font-size: 1.20rem;
}
 
 mark, ins {
	background:transparent;						/* Inserted text background */
} 

/* make select and imput form elements the same size and style */
input, select {
	padding: 0;
	margin: 0;
	border: 2px solid #d4d0ba;
	
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
 }
 input {
                text-indent: 4px;
 }


body.logged-in #menu-item-6522 {
 display: inline-block;
}
body:not(.logged-in) #menu-item-6522 {
  display: none; 
}

body.logged-in #menu-item-9005 {
 display: none; 

}
body:not(.logged-in) #menu-item-9005 {
  display: inline-block;
}

