/**
 * Theme Name: 20Hybrid
 * Theme URI: http://www.bitka.com
 * Description: A Custom Hybrid Child Theme for Bitka.com
 * Version: 0.1
 * Author: Rebecca FitzGerald-Smith
 * Author URI: http://www.bitka.com
 * Template: hybrid
 */
 
 /* Import Parent Elements
 ---------------------------*/
 
 /* Get base CSS */
@import url('../hybrid/library/css/21px.css');

/* Get layout CSS */
@import url('../hybrid/library/css/2c-l-fixed.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Get default CSS */
@import url('../hybrid/library/css/screen.css');
 
 
 /* Structure
----------------------------*/

html, body { height: 100%; }

a:hover, a.active { color: #C90065; }

#body-container {
	margin: 0 0 -60px;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url(images/pale-wallpaper.gif) repeat top left;
	-webkit-box-shadow: inset 0px 5px 30px #333333;
	-moz-box-shadow: inset 0px 5px 30px #333333;
	box-shadow: inset 0px 5px 30px #333333; 
}

#header-container {
	width: 100%;
	height: 240px;
	background-image: url(images/branding-bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-image:
		-moz-linear-gradient(top, rgba(203,0,101,0.95) 0%, rgba(203,0,101,0.5) 100%),
		url(images/branding-bg.jpg);
	background-image:
		-webkit-gradient(linear, 50% 0%, 50% 100%, from(rgba(203,0,101,0.9)), to(rgba(203,0,101,0.5))),
		url(images/branding-bg.jpg);
	background-repeat:
		no-repeat,
		repeat-x;
	background-position:
		top left,
		top left;
	-o-background-size: 100% 100%;
	-webkit-box-shadow: inset 0px 5px 30px #333333;
	-moz-box-shadow: inset 0px 5px 30px #333333;
	box-shadow: inset 0px 5px 30px #333333; 
}

#header {
	width: 960px;
	height: 240px;
	margin: 0 auto;
}

#header #site-title {
	width: 960px;
	height: 240px;
	margin: 0 auto;
	padding: 0;
	color: #fff;
	line-height: 240px;
	font-size: 48px;
	font-family: Futura, Helvetica, Arial, sans-serif;
	text-transform: lowercase;
	letter-spacing: 2px;
	/*background: url(images/bitka.png) no-repeat center center;*/
}
#header #site-title:before {
	content: "<";
}
#header #site-title:after {
	content: " />";
}

#header #site-title a {
/*	display: block;
	text-indent: -9999em;	*/
	color: #fff;
}

#header #site-title a:hover { text-decoration: none; }


#header #site-description { display: none; }

#primary-menu {
	width: 100%;
	height: 60px;
	margin: 0;
	background: #444444; /* old browsers */
	background: -moz-linear-gradient(top, #444444 0%, #111111 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#111111)); /* webkit */
}

ul#menu-navigation {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#primary-menu li {
	display: inline;
	text-align: center;
	line-height: 70px;
	font-size: 18px;
	font-family: Futura, Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 0;
}

#primary-menu li a {
	color: #ddd;
	text-decoration: none;
	padding: 0 20px;
	background: transparent;
	border: none;
}
#primary-menu li a:hover {
	color: #FF1F8F;
}
#primary-menu li:first-child a { padding-left: 0; }



#container {
	float: none;
	margin: 0 auto;
	clear: both;
	padding: 30px 0;
}

#stickyPusher {
	height: 60px;
}

#footer-container {
	width: 100%;
	height: 60px;
	background: #444444; /* old browsers */
	background: -moz-linear-gradient(top, #444444 0%, #111111 100%); /* firefox */
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#444444), color-stop(100%,#111111)); /* webkit */
	color: #ddd;
	margin: 0;
}

#footer {
	width: 960px;
	padding: 10px 0;
	margin: 0 auto;
	color: #aaa;
	clear:both;
}

#footer a { color: #21759B; }
#footer a:hover, #footer a:visited { color: #dd; }
