/*
Theme Name: WPAR Responsive
Theme URI: http://webmysite.co.uk
Description: A  <a href="http://www.webmysite.co.uk">WordPress Theme with Bootstrap</a>.
Author: Attique Rehman
Author URI: http://www.webmysite.co.uk
Version: 1.0
Tags: wordpress, responsive, bootstrap

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/

This simple theme was built using the example Bootstrap theme "Basic marketing site" found on the Bootstrap web site http://twitter.github.com/bootstrap/examples/hero.html
*/



@import url('assets/css/bootstrap.css'); 
@import url('assets/css/bootstrap-responsive.css'); 
@import url(//fonts.googleapis.com/css?family=Slackey);
body { 
     padding-top: 10px; 
     padding-bottom: 0px; 
	 color: #646464;
}
@media screen and (min-width: 800px) {
  body {
    background-image: url('../../uploads/OUAS_enhanced.jpg');
     background-repeat: no-repeat; 
	 background-size: 100%;
	 background-color: #01684Dl;
	 /*padding-left: 100px;*/
	 overflow-x: hidden;
    } 
}

.home-page-blackboard {
		background-image: url('../../uploads/blackboard.png');
		background-repeat: no-repeat;
		width: 474px;
		height:342px;		
		}
		
.welcometext {
		font-family:'Just Another Hand';
		color: #ffffff;
		font-size:30px;
		line-height: 35px;
		padding: 20px 20px 0;
		
		}

.navbar .nav{ 
	position: relative;
	/*left:100px;*/
	left:50px;
	}	

.table-upcoming-matches {
		background-image: url('../../uploads/blackboard_large.png');
		background-repeat: no-repeat;
		width: 766px;
		height: 1800px;
		}
.matches-table { 
		padding: 80px 20px 10px 40px;
		color: #FFFFFF;
		
		
	}	
   
   
   .page-content-container {
    background-color: #FFFFFF;
    border: medium none;
	margin-top:10px;
	       
   }
   
   @media screen and (min-width: 700px) {
   .page-content-container {
   min-height: 800px;
   position: relative;
   top: -100px;
   }
   }
   
   .main-page-conent-box {
 padding: 20px;
 margin-left: auto !important;
margin-right: auto !important;
   }

.socials { padding: 10px auto 10px 10px; }

.search-results-readmore {float: left;}

.clearer {clear:both;}
.clearer-left {clear: left;}
.clearer-right {clear: right; }

#sidebars a {
color: #666;
}
#sidebars .widget {
background: #fff;
padding: 15px;
border: 1px solid #E8E5DE;
}
.widget {
margin-bottom: 27px;
overflow: hidden;
list-style-type: none;
min-height:130px;
}z
.widget .title{
font-weight:bold;
text-transform:uppercase;
color:#545E68;
font-size:12px;
list-style-type: none;
}
.widget ul  {
list-style-type: none;
}
.widget li {
display: block;
overflow: hidden;
list-style-type: square;
margin-bottom: 8px;
padding-left: 22px;
background: url(http://www.charityfootball.co.uk/wp-content/themes/wpar/assets/img/arrow.png) 0 0 no-repeat;
}
.widget h3 {
font-size: 18px;
line-height: 18px;
margin: 0 0 15px 0;
font-style:normal;

}

h1 {
    font-size: 2.2em; /* = 42px */
    margin-bottom: .2em;
    margin-top: 0;
	font-family: slackey;
	color:#F69D1F;
}

.black-color h1 {
    font-size: 2.2em; /* = 42px */
    margin-bottom: .2em;
    margin-top: 0;
	font-family: slackey;
}

h2 {
    font-size: 2.250em; /* = 36px */
    margin-bottom: .75em;
    margin-top: .75em;
	font-family: slackey;
}

h3 {
    font-size: 1.875em; /* = 30px */
    margin-bottom: .857em;
    margin-top: .857em;
	font-family: slackey;
	color:#F69D1F;
}

h4 {
    font-size: 1.500em; /* = 24px */
    margin-bottom: 1em;
    margin-top: 1em;
	font-family: slackey;
}

h5 {
    font-size: 1.125em; /* = 18px */
    margin-bottom: 1.125em;
    margin-top: 1.125em;
	font-family: slackey;
		color:#F69D1F;
}

h6 {
    font-size: 1.000em; /* = 16px */
    margin-bottom: 1.285em;
    margin-top: 1.285em;
}

@media screen and (min-width: 800px) {
.menu, 
.menu ul {
	display: block;
	list-style-type: none;
	margin-left: 0px; /*controls left/tight of menu text*/
	padding: 0;
	width:1000px;
}

.menu li {
	border: 0;
	display: block;
	float: left;
	margin: 0;
	padding: 10px 0 0 0;
	position: relative;
	z-index: 5;
	height: 80px;
	width: 125px;
	top: 5px;	
	display: table;
	text-align:center;
	background-image: url('http://www.charityfootball.co.uk/wp-content/uploads/cloud.png');
	background-repeat: no-repeat;
}

.menu li:hover {
	white-space: normal;
	z-index: 10000;
}

.menu li li {
	float: none;
}

.menu ul {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 10;
}

.menu li:hover > ul {
	top: 100%;
	visibility: visible;
}

.menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.menu:after, 
.menu ul:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
	
}

.menu, 
.menu ul {
	min-height: 0;
	
}

.menu ul,
.menu ul ul {
	margin: 0;
	padding: 0;
	
}

.menu ul li a:hover, 
.menu li li a:hover {
	color: #000;
	text-decoration: none;
	
}

.menu ul {
    margin-top: 1px;
	min-width: 15em;
	width: auto;
}





.menu li a {
	/*border-left: 1px solid #FFFFFF;*/
	color: #F59D1F; /* controls text colour */
    cursor: pointer;
	display: block;
	font-size: 15px;
	font-weight: 700;
	height: 45px;
	/*line-height: 45px;*/
	margin: 0;
	padding: 0 0.9em;
	position: relative;
	text-decoration: none;
	font-family: 'Slackey',cursive;
	/*text-shadow: 0 -1px 0 #000;*/ /*text shadow */
}

.menu li a:hover {
	background-color: transparent;
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
	background-image: -webkit-linear-gradient(top, transparent, transparent);
	background-image: -moz-linear-gradient(top, transparent, transparent);
	background-image: -ms-linear-gradient(top, transparent, transparent);
	background-image: -o-linear-gradient(top, transparent, transparent);
	background-image: linear-gradient(top, transparent, transparent);
	color: #00BFFF;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=transparent, endColorstr=transparent);
}

.menu .current_page_item a,
.menu .current-menu-item a {
	color: #00bfff;
}

.home .menu .current_page_item a {
    background: none;
	background-color: transparent;
    background-image: none;
    filter: none;
	color: #00bfff;
	font-family: 'Slackey', cursive;
	
}

.menu li li {
	background: #FFFFFF;
	background-image: none;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	filter: none;
    margin: -1px 0 1px 0;
	width: auto;
	
}

.menu li li a {
	background: transparent !important;
	border: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 400;
	height: auto;
	height: 20px;
	line-height: 20px;
	padding: 5px 10px;
	text-shadow: none;
	white-space: nowrap;
}

.menu li li a:hover {
	background: #FFFFFF !important;
	background-image: none;
	border: none;
	color: #444;
	filter: none;
}

.menu ul > li + li {
	border-top: 0;
}

.menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.menu > li:first-child > a {
	border-left: none;
}
}
/* =Primary Main Menu IE Fixes
-------------------------------------------------------------- */
.ie7 .menu ul {
	background: url(http://www.charityfootball.co.uk/wp-content/themes/wpar/images/ie7-fix.gif) repeat;
	
}

.ie7 .menu li li a  {
    min-width: 100%;
}


/*Home page blackboard */
.home-page-corkboard {
background-image: url(../../uploads/blackboard.png);
background-repeat: no-repeat;
max-width: 440px;
min-height: 317px;

}
.pin1 {
padding: 120px 20px 20px 40px;
font-size: 11px;
max-width: 155px;
}

.home-page-twitter {
margin-right: 20px;
background-image: url(../../uploads/twitter_bg.jpg);
background-repeat: no-repeat;
max-width: 325px;
min-height: 360px;
padding-left: 20px;
}

/*meet sidley pic */

.sidleyhead {
height: 0;
left: 795px;
position: relative;
top: -120px;
z-index: 2;
}
			
.meetsidleycloud {height: 0;
    left: 795px;
    position: relative;
    top: 28px;
	z-index: -1;
			}

.meetsidleytext {height: 0;
    left: 860px;
    position: relative;
    top: 100px;
	z-index: 2;
			}
			
	.sidleyfooter {	height: 0;
    left: -220px;
    position: relative;
    top: -250px;
			}	


/*Logo styles */

/*.logo-position {	left: -120px;
			position: relative;
			top: -60px;
			z-index:2;
			/*height: 0;*/
			}*/

/*Donate here balloon */
/*.balloon {	left: -100px;
			position: relative;
			top: -110px;
			height: 0;
			}*/
			
* =Footer Menu
-------------------------------------------------------------- */
.footer-menu {
	margin-left: 0;
    padding: 0;
}

.footer-menu li {
	display: inline;
	list-style-type: none;
}

.footer-menu li a {
	border-left: 1px solid #ccc;
	color: #333;
	padding: 0 8px;
}

.footer-menu li a:hover {
	color: #222;
}

.footer-menu > li:first-child > a {
	border-left: none;
	padding: 0 8px 0 0;
}

#footer {
	font-size: 11px;
	line-height: 1.5em;
	clear: both;
	/&margin: 0 0 0 335px;

	border: solid 0px orange; /* to help with finding the positioning of everything*/
	position: relative;
	
	width: 860px;
	color: #fff; 
	font-family: slackey;
}
@media screen and (min-width: 800px) { 
#footer {top: -170px;}
}

#footer img {padding:5px;}

#footerfacebook {
	font-weight: normal;
		line-height: 1.2em;}
#footertwitter {
	font-weight: normal;
		line-height: 1.2em;}

#footer a {
	color: #fff;
	font-weight: 400;
}

#footer a:hover {
    color: #F59D1F;
}

/*meet the team styles 
.meet-the-team-wrapper { min-height: 600px; }*/
.meet-the-team-img { float:left; margin-right: 20px; }

/*new page stykle */
@media screen and (min-width: 800px) {
.news-page-style { 
width: 80%; 
margin-left: auto !important;
margin-right: auto !important;

}
}

.name-bg-img { 

background: url(http://www.charityfootball.co.uk/wp-content/uploads/name-bg.png); 
background-repeat: no-repeat;
text-align: center;
}

.img-name-style { max-width: 70px; height: 70px; 	font-family: slackey; color:#F69D1F; text-align: center; }

.strip-content-pages {background: #F8D794;}

.orange-color { color: #EEA333 !important; }

.orange-bg {width: 100%;
height: 100%; 
background: #EEA333 !important; }

.white {color: #FFF; }

.events-page-style { padding: 30px;}

/***********************Secondary Navigation Menu ****************************/
@media screen and (min-width: 800px) {
.sub-menu-OUAS { position: relative; top: 5px; left: 100px;}
.menu2 li a {
	/*border-left: 1px solid #FFFFFF;*/
	color: #00BFFF; /* controls text colour */
    cursor: pointer;
	display: block;
	font-size: 15px;
	font-weight: 500;
	height: 15px;
	/*line-height: 45px;*/
	margin: 0;
	padding: 0 0.9em;
	position: relative;
	text-decoration: none;
	font-family: 'Slackey',cursive;
	/*text-shadow: 0 -1px 0 #000;*/ /*text shadow */
}

.menu2 li a:hover {
	background-color: transparent;
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
	background-image: -webkit-linear-gradient(top, transparent, transparent);
	background-image: -moz-linear-gradient(top, transparent, transparent);
	background-image: -ms-linear-gradient(top, transparent, transparent);
	background-image: -o-linear-gradient(top, transparent, transparent);
	background-image: linear-gradient(top, transparent, transparent);
	color: #F59D1F;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=transparent, endColorstr=transparent);
}

.celeb-menu-item {width: 160px; 
}

}

.newsletter-styles,
.newsletter-styles h3 {color: #FFF; }



/* Back to Top */

.backtotop {	
    left: 800px;
    position: relative;
    top: -140px;
			}
			

/***********************Post DATE Calendaer**********************/
.time {
	float: right;
	background: #F69D1F;
	width: 60px;
	color: White;
	text-align: center;
	margin-left: 15px;
	padding-bottom: 3px;
	border: 1px solid #B0C4DE;

}

.month {
	color: #000;
	font-variant:small-caps;
	border-bottom: 1px solid #B0C4DE;
	background: #FFF;
	font-size: 110%;
	}
	
	.day {
	color: #000;
	font-variant:small-caps;
	background: #FFF;
	font-size: 110%;
	}