/*
Theme Name: GCDC
Theme URI: 
Description: The default WordPress theme for GCDC.
Author: Sourei & Nick Beatty
Author URI: 
Version: 
*/

* {
	margin: 0px;
	padding: 0px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color: inherit;
	text-decoration: none;
}


html,body {
	text-align: center;
	background-color: #777;
}

#container {
	width: 1024px;
	margin: 0 auto;
	text-align: left;
	background-color: #a889be;
}

#header {
	width: 1024px;
	height: 196px;
	background-color: #a889be;
	background-image: url( images/header_bg.png );
	background-repeat: no-repeat;
}

#header #logo {
	float: left;
	width: 500px;
}

#header #logo img {
	margin: 13px 0px 0px 13px;
	border: none;
}

#header #icons {
	float: right;
	text-align: right;
	padding-right: 20px;
	width: 504px;
	height: 45px;
}

#header #icons img {
	border: none;
	margin-left: 20px;
	display: show;
}

#header #quote {
	float: right;
	padding-right: 50px;
	color: #fff;	
	font-size: 22px;
	width: 474px;
	height: 104px;
	padding-top: 40px;
}


#navwrap ul {

}

#navwrap li{
	padding-left: 15px;
	padding-right: 15px;
}

#navwrap li a {

}

#navwrap menu-item {
}

#navwrap li.current-menu-item, 
#navwrap .current-page-parent,
#navwrap .current-page-ancestor,
#navwrap li:hover{
	background-color: #2c1139;
}

#navwrap menu-item:hover {
	background-color: red;
}

/* The container wrapping ul.dropdown */
#navwrap {
width:1024px;
height: 50px;
line-height: 50px;
background-color:#a889be;
background-image: url(images/menu_bg.png);
background-repeat: no-repeat;
font-size: 19px;
}
 
 
.getcoachmenu {
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	border-top:2px solid #5E4F6E;
	border-left:2px solid #5E4F6E;
	border-right:2px solid #5E4F6E;
	background-color:#D2B209;
	height: 48px;
	text-transform: uppercase;
	font-weight: bold;
}
 
/* Top level Unordered list */
ul.dropdown {
list-style:none;
float:left;
width:100%;
padding: 0 10px;
}
 
ul.dropdown  li{
float:left; /* makes horiz list */
position:relative; /* hey Submenu ULs, appear below! */
padding: 0px;
}
 
ul.dropdown a {
padding:18px; /*space the items, occupy entire height too.*/
color:#eee;
text-decoration:none;
text-shadow:0 1px 0 #000;
}
 
/* Style the link hover */
.sub-menu  {
	background:#7b4e94;
}
 
/* Displays the link as blocks. */
ul.dropdown li ul a {
display:block;
}
 
/* sub menus!!  */
 
ul.dropdown ul {
list-style: none;
margin:0; /* Appear just below the hovering list */
padding:0;
width:280px; /* specify the width. */
position:absolute; /* needed */
z-index:500; /* specify the order */
line-height: 12px;
}
 
ul.dropdown li ul {
top:50px; /* Positioning:Calc with top level horz list height */
padding: 0px;
}
 
ul.dropdown ul ul {
top:0;
left:100%; /* Position the sub menus to right. */
}
 
ul.dropdown ul li {
float:none; /* umm.. Appear below the previous one. mmkay? */
}
 
/* Drop Down! */
 
/* Hide all the dropdowns (submenus) */
ul.dropdown ul,
ul.dropdown li:hover ul ul,
ul.dropdown ul li:hover ul ul
{ display: none; }
 
/* Display the submenus only when li are hovered */
ul.dropdown li:hover ul,
ul.dropdown ul li:hover ul ,
ul.dropdown ul li ul li:hover ul
{ display: block;}
 
ul.dropdown li * a:hover {
/* Change color of links when hovered */
background: #2c1139;
}


#banner {
	width: 1024px;
	height:413px;
	background-color: #ccc;
	background-repeat: no-repeat;
	color: white;
	position: relative;
}

#banner_text {
	position: absolute;
	bottom:10px;
	left: 20px;
	font-size: 22px;
	text-shadow:0 1px 0 #000;	
}

#content {
	width: 1024px;
	background-image: url(images/content_bg_continuance.png);
	background-repeat: repeat-y;

}

#entry_container {
	background-image: url(images/content_bg.png);
	background-repeat: no-repeat;
}

.entry {
	padding-top: 24px;
	width: 700px;	
	font-size: 11px;
	color: #333;
	float: left;
}

.entry_content {

	background-repeat: no-repeat;
	background-position: bottom right;
}

#entryTextContainer {
	text-align: justify;
	padding-bottom: 25px;
}

.entry p {
	margin-top: 15px;
	line-height: 14px;
	margin-left: 35px;
}

.entry h1 {
	color: #724f7e;
	font-size: 34px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 35px;
	text-align:left;
	
}

.entry h2 {
	color: #333;
	font-weight: normal;
	font-size: 22px;
	padding-bottom: 9px;
	margin-left: 35px;
	text-align:left;
	
}

.entry h3 {
	margin-top: 8px;
	color: #65318f;
	font-size: 12px;
	margin-left: 35px;
	text-align:left;
}

.entry ul {
	margin-left: 55px;
	margin-top: 10px;
	text-align:left;
}

#twitter_feed {
	display: none;
	width: 634px;
	height: 90px;
	background-image:url(images/twitter_feed_bg.gif);
	background-repeat: no-repeat;
	margin-left: 20px;
	margin-bottom: 10px;
	padding: 40px 30px 5px 16px;
}

#sidebar {
	width: 300px;
	float:right;
	margin-right: 20px;
	margin-top: 0px;
	color: #ddd;
	text-align: center;
}

#sidebar img {
	margin-left: 0px;
}

#sidebar p {
	margin-left: 10px;
	margin-right: 10px;
}

#sidebar h1 {
	text-transform: uppercase;
	font-size: 19px;
	color: #eee;
	
}

#footer {
	width: 1024px;
	height:120px;
	background-color: #cfaf09;
	background-image: url( images/footer_bg.jpg );
	background-repeat: no-repeat;
	color: #eee5c3;
}

#footerText {
	float: left;
	width: 830px;
	font-size: 12px;
	line-height:16px;
	margin-top: 30px;
	margin-left: 30px;
}

#soureiLink {
	width: 160px;
	float:right;
}