/*
Theme Name: Twenty Thirteen #ab14 child theme
Theme URI: http://wordpress.org/themes/twentythirteen
Author: the WordPress team + Jeremy Clarke
Author URI: http://wordpress.org/
Description: Child theme for twentythirteen 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentythirteen
Template: twentythirteen


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import url("../twentythirteen/style.css");
@import url("../twentythirteen/rtl.css");

/*Google fonts for 'Droid Arabic Kufi' and 'Ubuntu'*/
@import  "https://fonts.googleapis.com/earlyaccess/droidarabickufi.css";
@import  "https://fonts.googleapis.com/css?family=Ubuntu:300,400,700,300italic,400italic,700italic";

/*http://www.google.com/fonts/earlyaccess*/
/*In-Post RTL classes*/

/*Make default and .rtl text use Droid Arabic*/
h1, h2, h3, h4, h5, h6m,
.site-description,
.format-link .entry-title,
.attachment .entry-title,
.author-description .author-title,
.archive-title,
.archive-meta,
.page-title,
.comments-title,
.comment-reply-title,
.widget .widget-title,
.menu-toggle,
html,
button,
input,
select,
textarea,
.rtl{
	font-family: 'Droid Arabic Kufi', 'Ubuntu', sans-serif;
}
/*Use Ubuntu for LTR and override heading font*/
.ltr,
.ltr h1, .ltr h2, .ltr h3, .ltr h4, .ltr h5 {
	font-family: 'Ubuntu', sans-serif;
}
/*Remove italic from everything because Droid Arabic doesn't support it''*/
blockquote,
address,
.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption,
.site-description,
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a,
.page-links,
.format-link .entry-title,
.format-quote blockquote,
.format-status .entry-content,
.attachment .entry-title,
.paging-navigation a,
.post-navigation,
.author-description .author-title,
.archive-title,
.archive-meta,
.page-title,
.comments-title,
.comment-reply-title,
.comment-navigation,
.no-comments,
.widget .widget-title,
dfn {
	font-style: normal;
}

/*Make Links Blue*/
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a,
.entry-meta a,
.entry-meta a:hover,
.entry-content a,
.comment-content a,
.format-link .entry-title a,
.navigation a,
.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login ,
.widget a {
	/*color: #bc360a;*/
	/*color: #3F96DA;*/
}
/*gv-extra-wide: If post as .extra-wide class*/
.extra-wide .entry-header,
.extra-wide .entry-content,
.extra-wide .entry-summary,
.extra-wide .entry-meta {
	max-width: 1080px;
	padding-left: 20px;
	padding-right: 20px;
}

/*Make bold stuff 100 to use light versions of Droid Arabic and Ubuntu*/
h1, h2, h3, h4, h5, h6, .site-title, .entry-title {
	font-weight: 100;
}
/*General LTR class for use in posts/widgets*/
.ltr{
	text-align: left;
	direction: ltr;
}
.ltr caption, .ltr th, .ltr td {
	text-align: left;
	direction: ltr;
}
.ltr ol, .ltr ul {
padding: 0 0 0 40px;
}

/*In-post RTL classes for LTR posts*/
.entry .arabic,
.entry .hebrew,
.entry .rtl {
	text-align: right;
	direction: rtl;
}

/*Thick bottom margin for floated images and captions*/
img.alignleft,
.wp-caption.alignleft,
img.alignright,
.wp-caption.alignright,
img.aligncenter,
img.alignnone {
	margin-bottom: 24px;
}

/*Schedule table styles*/
.schedule td {
	vertical-align: top;
}
.schedule .activity-type {
	padding: .25em .5em ;
	color: #fff;
}
.schedule .discussion.activity-type {
	background-color: #4B9B01;
}
.schedule .motion.activity-type {
	background-color: #DB572F;
}
.schedule .debate.activity-type {
	background-color: #722D19;
}

/*Site title text size*/
h1 {
	font-size: 40px;
}

/*Insert our logo in the site header*/
.site-header .home-link {
	background-image: url(ab14-logo-400-shadow.png);
	background-size: 129px;
	background-position: 28px center;
	background-repeat: no-repeat;
	padding-left: 170px; /*Space for logo*/
	/*text-shadow: 2px 2px 2px #5A4614	;*/
	text-shadow: 2px 2px 2px #334049;

}
.main-sponsor {
	max-width: 220px;
}
.textwidget .main-sponsor {
	margin-top: -10px;
}
.textwidget .sponsors img {
	max-width: 110px;
}
/*Every second one (left column) gets right margin*/
/*Every second one (left column) gets right margin*/
.sponsors :nth-child(even){
	margin-right: 30px;
	display: inline-block;
}
/*Make quote text reasonable*/
.entry-content blockquote {
	font-size: 20px;
}

/*Hide WP Promo footer*/
.site-footer .site-info {
	display: none;
}

@media (max-width: 999px) {
	/*Make header icon, title and desc smaller*/
	.site-header .home-link {
		min-height: 140px;
		max-width: 680px;
		background-size: 100px;
		padding-left: 142px; /*Space for logo*/
	}
	.site-title {
		font-size: 36px;
		padding-top: 24px;
	}
	.site-description {
		font-size: 20px;
	}
}

@media (max-width: 643px) {

}

@media (max-width: 560px) {
	/*Make header icon, title and desc smaller*/	
	.site-header .home-link {
		min-height: 120px;
		max-width: 680px;
		background-size: 80px;
		padding-left: 122px; /*Space for logo*/
	}
	.site-title {
		font-size: 28px;
		padding-top: 24px;
	}
	.site-description {
		font-size: 16px;
	}
}
@media (max-width: 450px) {
	/*Make header icon, title and desc smaller*/	
	.site-header .home-link {
		min-height: 100px;
		max-width: 680px;
		background-size: 60px;
		padding-left: 102px; /*Space for logo*/
	}
	.site-title {
		font-size: 24px;
	}
	.site-description {
		font-size: 14px;
	}	
}
@media (max-width: 400px) {
	/*Make header icon, title and desc smaller*/	
	.site-title {
		font-size: 20px;
	}
	.site-description {
		font-size: 14px;
	}	
}
@media (max-width: 359px) {
	
}

#wpadminbar {
	z-index: -1 !important;
}

