/*
Theme Name: CrossFit Charlotte Grunge
Theme URI: http://www.crossfitcharlotte.com/
Description: Child Theme for elegant-grunge
Author: Bryan Ragon
Author URI: http://www.ragon.org/
Template: elegant-grunge
Version: 0.1
*/
 
@import url("../elegant-grunge/style.css");

/* Header */

#header-wrap {
	background: url(images/banner-background-tile.png) repeat-x center top;
}

#header  {
	height: 305px;
	width: 1000px ;
	margin: 0 auto ;
	background: url(images/banner-background-grunge.png) no-repeat center;
	position: relative ;
}

.double-right-sidebar div #header {
	background: url(images/banner-background-grunge.png) no-repeat center;
}

#header a {
	display: block ;
	margin: 0 auto ;
	width: 976px ;
	height: 305px ;
}

#header a h1 {
	display: none ;
}

#header #reebok-link {
	display: block ;
	position: absolute ;
	top: 10px ;
	left: 650px ;
	z-index: 10 ;
	width: 300px ;
	height: 40px ;
	margin: 0 ;
}

body {
	background: url(images/bg-tile.png) repeat ;
}

#content-container {
	padding-top: 45px ;
   /*background: #F3F4EE url(images/body.jpg) repeat-y 50% 0%;*/
}
/*.double-right-sidebar div #content-container {
	background: url(images/body-double-sidebar-top-bg.png) no-repeat  50% 0%,
					url(images/body-double-sidebar-bg.png)     repeat-y   50% 45px #F3F4EE; 
}*/
.double-right-sidebar div #content-container-wrap {
	background:  url(images/body-double-sidebar-trans-bg.png) repeat-y 50% 0%;
}
.double-right-sidebar div #content-container {
	background: url(images/body-double-sidebar-top-trans-bg.png) no-repeat 50% 0%;
}
#footer-wrap-outer {
	background: url(images/footer-repeat.png) repeat-x ;
}
.double-right-sidebar div #footer-wrap {
	background: url(images/footer-double-sidebar-trans-bg.png) no-repeat 50% 0%;
}
#pixopoint_menu1 {
	height: 3em ;
	background: #191919;
	border-bottom: 1px solid #373737 ;
}
#pixopoint_menu1 ul {
	width: 947px ;
	margin: 0 auto ;
}
#pixopoint_menu1 li {
	background: #191919 ;
	font-family: Palatino, Georgia, Baskerville, serif ;
	font-size: 1em ;
	font-weight: normal ;
}
#pixopoint_menu1 li:hover,#pixopoint_menu1 li.sfhover {
	background:	#191919 ;
}
#pixopoint_menu1 li a {
	color: #868686 ;
	display: block ;
	line-height: 3em ;
	padding: 0 40px 0 0 ;
}
#pixopoint_menu2 {
	display: none ;
}

#sidebar-featured {
	float: right ;
	width: 380px ;
	left: -8px ;
	position: relative ;
}

.post .entry {
	overflow: auto ;
}

#footer .legal, #footer .credit, #footer .widget-wrap {
	color: #222 ;
}
.post h2 {
	line-height: 1.2em ;
}

#sidebar-featured a.video {
	width: 370px ;
	display: block ;
	position: relative ;
}
#sidebar-featured a.video span.video-play {
	position:absolute ;
	left: 122px ;
	top: 72px ;
	
}
#sidebar-featured a.video span.video-play img{
	height: 125px ;
	width: 125px ;
}

#sidebar-featured a.video span.focus {
	visibility: hidden ;
}

#sidebar-featured a.video:hover span.focus {
	visibility: visible;
