/*
Theme Name: Amp 2.0
Theme URI: www.phillyamp.com
Description: Use this theme to start your Child Theme development.
Author: Eugene Yum
Author URI: http://iamyume.com/
Template: thematic
Version: 1.0
Tags: PhillyAmp, Amp, Ultimate
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

@import url(../thematic/style.css);


/* Misc Styles and defaults 
*******************************************************************************/
html,
body {
	background: #ddd;
	font-family: Helvetica, Arial, Geneva;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
}

/* HEADER
*******************************************************************************/
#branding {
	background: #222;
	height: 150px;
	line-height: 26px;
	padding: 0;
	position: relative;
	width: auto;
}

#blog-title span a {
	background: url(./images/amp-header-1.png) no-repeat center center;
	display: block;
	font: 0;
	height: 0;
	margin: 0;
	overflow: hidden;
	padding: 150px 100% 0 0;
	width: 0;
}

#blog-description {
	bottom: 0;
	color: #fff;
	font-size: 12px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 10px
}


/* NAVIGATION - TABS
*******************************************************************************/
#access {
	background: #fe0000;
	border: none;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width: auto;
}
	#access .menu {
		width: auto;
	}
	#access .sf-menu {
		border: none;
		font-size: 1.5em;
		font-weight: bold;
		text-transform: uppercase;
	}
		#access .sf-menu li { 
			background: none;
		}
  			#access .sf-menu li a,
  			#access .sf-menu li a:link,
  			#access .sf-menu li a:visited {
  				border: none;
				color: #fff;
				line-height: 50px;
				padding: 0 20px;
				text-decoration: none;
			}
			
			#access .sf-menu li a:hover
			{
	 			background: #fff;
				color: #fe0000;
			}
			#access .sf-menu li.current_page_item a { 
	 			background: #fff;
				color: #fe0000;
				cursor: pointer;
			}
    

/* CONTENT
*******************************************************************************/
#main
{
	background: #fff;
	padding: 22px 0;
	width: auto;
}


/* FOOTER
*******************************************************************************/
#footer {
	background: #fe0000;
	border: none;
	color: #fff;
	margin: 0;
	position: relative;
}

#footer .aside,
#footer .aside a {
	color: inherit;
}

#siteinfo {
	color: inherit;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	text-align: center;
	width: auto;
}

#siteinfo a {
	color: #fff;
}


/* PAGE TEMPLATES
*******************************************************************************/ 
.page-template-template-fullpage-php #container {
    float: none;
    width: auto;
}
 
.page-template-template-fullpage-php #content {
    margin: 0 10px;
    width: auto;
    overflow: hidden;
}

.page-template-template-fullpage-php .entry-content {
	padding: 0;
}


/* ROSTER PAGE
*******************************************************************************/ 
#roster_holder {
	text-align: center;
}

#roster_holder h1 {
	text-align: center;
}

#roster_holder #year_slider {
	margin: 0 auto;
	width: 600px;
}
.ui-slider-range {
	background: #ef2929;
}
.ui-slider-handle {
	border-color: #ef2929;
}
	
ul#roster {
	clear: both;
	margin: 0;
	padding: 0;
}
	ul#roster li {
		background: #747679;
		float: left;
		list-style: none;
		margin: 0 10px 20px;
		padding: 10px 10px 5px 10px;
		width: 145px;
		
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
		ul#roster li div.photo {
			background: url(../images/ajax-loader.gif) no-repeat center center;
			height: 145px;
			margin: 0 0 5px 0;
			overflow: hidden;
			width: 145px;
		}
    ul#roster li div.photo img {
      width: 100%;
      height: 100%;
    }
		ul#roster li div.name {
			text-align: center;
		}
		ul#roster li div.number {
			text-align: center;
		}
