/* @override http://giltedgesoccer.com/wp-content/themes/GES/style.css */

/*
Theme Name: GES Custom Theme
Theme URI:
Description: A custom theme for Gilt Edge Soccer
Version: 0.1
Author: Low Fat Designs (BPK)
Author URI: http://lowfatdesigns.com
Tags:
*/

/* ----- Layouts
--------------------------------------------- */

/* Layout Globals */
body { margin-top: 0; }
#layout.right-sidebar #main {
	width: 470px;
	margin-top: 36px;
}
#layout.right-sidebar #sidebar {
	width: 470px;
	height: 500px;
}

/* Home page variant */
#home #layout.right-sidebar #main { width: 390px; }
#home #layout.right-sidebar #sidebar { width: 550px; }

#footer {
	height: 90px;
	margin-top: 20px;
}




/* ----- Typography
--------------------------------------------- */
body { color: #3f4042; }
a:focus, a:hover { color: #d3a808; text-decoration: none; }
a { color: #d3a808; text-decoration: underline; }
h1, h2, h3, h4, h5, h6 { color: #d3a808; }

/* Definition styling */
.def {
	margin-top: 36px;
	font: italic 16px Georgia, "Times New Roman", Times, serif;
}

.def .term {
	color: #d3a808;
	font-weight: bold;
}


/* ----- Header
--------------------------------------------- */
#site-title {
	float: left;
	width: 290px;
	height: 72px;
	margin-top: 54px;
	margin-bottom: 0;
	text-indent: -50000px;
}
#site-title a {
	display: block;
	width: 290px;
	height: 72px;
	background: url(images/logo-main.gif) no-repeat left top;
}

ul.nav-horiz-ir {
	float: right;
	margin-top: 65px;
}



/* ----- Main
--------------------------------------------- */
/* Hide headline on home */
#home h2.post-title {
	text-indent: -50000px;
}


/* Twitter feed on home page */

#follow-me {
	padding: 13px 0 0 35px;
	margin: 0;
	background: url(images/twitter-bird-icon.gif) no-repeat left top;
	font-size: 12px;
}

#follow-me a:hover {
	color: #3f4042;
}

#follow-me a {
	font-weight: bold;
	text-decoration: none;
}

#twitter-feed {
	margin: 0 0 30px 0;
	list-style: none;
}

#twitter-feed li {
	padding: 2px 4px;
	font-size: 11px;
	background-color: #f1f1f1;
}

.tweet-meta {
	font-size: 10px;
	font-weight: bold;
	padding-left: 5px;
	border-left: 1px solid #999;
	margin-left: 2px;
}


/* ----- Sidebar
--------------------------------------------- */
#home #layout.right-sidebar #sidebar {
	background: url(images/puzzle-people.jpg) no-repeat left top;
	height: 380px;
}

#page-8 #layout.right-sidebar #sidebar {
	background: url(images/target-people-tagline.jpg) no-repeat left top;
}

#page-5 #layout.right-sidebar #sidebar {
	background: url(images/person-arms-up-tagline.jpg) no-repeat left top;
}

#page-9 #layout.right-sidebar #sidebar {
	background: url(images/goal-person-tagline.jpg) no-repeat left top;
}

#page-11 #layout.right-sidebar #sidebar {
	background: url(images/john-guppy-tagline.jpg) no-repeat center 70px;
}

#page-13 #layout.right-sidebar #sidebar {
	background: url(images/person-kick-ball.jpg) no-repeat right top;
	height: 380px;
}



/* ----- Footer
--------------------------------------------- */
#experience-list {
	float: left;
	width: 100%;
	height: 50px;
	margin: 0;
	border-bottom: 2px solid #d3a808;
	color: #696a6c;
	list-style: none;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#experience-list li {
	display: inline;
	padding-right: 44px;
	padding-left: 25px;
	background: url(images/gold-ball-bullet.gif) no-repeat right center;
}
#experience-list .first-item {
	padding-left: 0;
}
#experience-list .last-item {
	padding-right: 0;
	background-image: none;
}

#experience-list {
	height: 1px;
}
#experience-list li {
	display: none;
}

#copyright-by-lfd {
	float: left;
	width: 100%;
	padding-top: 20px;
	font-size: 90%;
	text-align: center;
	color: #c0c0c0;
}
#copyright-by-lfd a:focus, #copyright-by-lfd a:hover { color: #696a6c; text-decoration: underline;}
#copyright-by-lfd a { color:#c0c0c0; text-decoration: none; }




/* ----- Temp - while updating
--------------------------------------------- */
#navlist li.page-item-87 {
	display: none;
}













