/*
__________________________________________________

Thomas revised version: Jan. 20, 2010

@font-face is put in this stylesheet for the purpose of having a specific font type taken from an external website to be incorporated into our website.
__________________________________________________
*/

/* font-face embeds for ff3.5, ie7, ie8, safari3.2.1 windows */


/* H1, H2, H3 STYLES */
h1 
{
color:#EA892B;
font-size:16px;
font-weight:bold;
}

h2 {
	
}

h3 {
	
}



/*
________________________________________________
GENERAL STYLES
________________________________________________

*/


div.pageContent
{
    padding: 0 0 0 13px;    
}


div.pageContent h1 {
	font-size: 16px;
	color: #ea892b;
	font-weight: bold;
}


.pageContent table {
	margin: 0 0 0 -4px;
	padding: 0;
}
.pageContent table td {
	margin: 0;
	padding: 5px 3px;
}




/*
________________________________________________
PAGE LAYOUT
________________________________________________

*/

/* body background image to expand larger than the user's screen */
.bg {
	height:100%;
	left:0;
	min-width:1010px;
	position:fixed;
	top:0;
	width:100%;
	z-index:0;
	min-height:800px;
}

/* Form styles */
/* search form on right */
.topSearchRightSide form {
	float: right;
}

/* Search Form input including labels and inputs */
form p {
	/*margin: 0;*/
}
input.textfield {
	width: 190px;
	margin-right: 10px;
}
label {
	display: inline-block;
}
input.text {
	width: 190px;
	margin-right: 10px;
}


div#DivLogo 
{
position:absolute;
left:20px;
top:30px;
}

div#DivLogo img {}

/*
________________________________________________
PAGE MAIN MENU
________________________________________________

*/

/* This is the horizontal navigation for all the pages on the website */
.topNavigation ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.topNavigation ul li {
	display: inline;
}

/*
________________________________________________
PAGE FOOTER
________________________________________________

*/

/* Copyright information (text) that flushes on left side of the page in the footer */
.copyrightTextLeftSide {
	float: left;
}
.copyrightTextLeftSide ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.copyrightTextLeft ul li {
	display: inline;
}


/* whole div that contains the e-cubed logo and text information flushed to the left side as per the blueprint grid */
.e-cubedRightSide {
	float: right;
	margin-right: 22px;
}
.e-cubedRightSide a {
	color: White;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

.e-cubedFooterImage {
	float: left;
}
.e-cubedFooterText ul {
	list-style: none;
	margin-right: 0;
	padding-left: 35px; /* 11px is a 0px gutter */
}
.e-cubedFooterText ul li {
	line-height: 1.2em;
	font-size: 11px;
	color: #fff;
}

/* Client copyright information flushed to the right side of the website */
.copyrightTextLeftSide {
	float: left;
	margin-left: 0;
}
.copyrightTextLeftSide ul {
	list-style: none;
	margin-right: 0;
	padding-right: 0;
	margin-bottom: 0;
	padding: 7px 0 10px 0;
}
.copyrightTextLeftSide ul li {
	display: inline;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	/*margin-right: 10px;*/
	background: url('../img/Takaya%20Golf/footer-link-divider.png') left center no-repeat;
	padding: 0 15px;
}
.copyrightTextLeftSide ul li.nodivider-copyright {
	margin-left: -15px;
	background: none;
}
.copyrightTextLeftSide ul li.nodivider {
	background: none;
	padding: 0;
	margin-right: 10px;
}
.copyrightTextLeftSide ul li a {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}
/* Footer Container */

div#FooterContainer
{
    color: #000;
    padding-top: 15px;
    background-color: #fff;
    height: 25px; /* 65 - excluding padding and borderd*/    
    border-top: 10px solid #333333;
}
div#FooterContainer .copyrightTextLeftSide {
	padding-top: 6px;
	padding-left:17px;
}
div#FooterContainer .copyrightTextLeftSide a
{
    color: #000;
    margin-left: 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}
div#FooterContainer .copyrightTextLeftSide span#Footer
{
    padding-right: 0px;
}
div#FooterContainer .copyrightTextLeftSide ul.menu
{
    /*width: 400px;*/
    float: left;
    margin-bottom: 0px; /* reset blueprint */
    margin-top: 0px; /* reset blueprint */
}
div#FooterContainer .copyrightTextLeftSide span#Footer
{
    float: left;
    font-size: 12px;
    color: #000;
}
div#LowerFooterContainer {
	position: relative;
}
div#LowerFooterContainer .credit {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
div#FooterContainer .callToAction span {	
	font-size: 11px;
	margin-right: 18px;
	color: #5c5c5c;
	font-weight: bold;	
	float:left;
}
div#FooterContainer .callToAction a
{
	font-size: 11px;
	text-decoration:none; 
}
.bottom-dropshadow {
	background: url('../img/Takaya%20Golf/dropshadow-bottom2.png') top center no-repeat;
	height: 33px;
	position: relative;

}
div#LowerFooterContainer .ecubed {
	margin-top: 8px;
}

/* CONTENT STYLES */
.eventContent {
	font-size: 12px;
}
.eventItem_divider {
	margin-bottom: 1.5em;
}
.eventItem h1 {
	margin-bottom: 10px;
	font-size: 14px;
}
.eventItem h1 a {
	text-decoration: none;
	font-size: 14px;
}
.eventItem .eventDate {	
	font-style: italic;
	font-weight: bold;
	color: #4c4c4c;
	margin-bottom:0;
}
/* removed for now
.eventItem .events_MoreLink a {
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
	text-transform: lowercase;
}
*/