/*---------------------------------------------------------------------------

	Main style for Duck Universe

	Author: Aereus Dev Team, 2009 sky.stebnicki@aereus.com	
	Copyright: 2010, Aereus. All rights reserverd.

---------------------------------------------------------------------------*/

html, body
{
	height:100%;
}

body
{
	background:#ffffff url(/images/globalBg1.jpg) repeat-x top left;
	/* IE will not recognize auto marign without this */
	text-align: center;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1.125em; /* 16x1.125=18px */
	margin:0;
	padding:0;
}


/**************************************************************************************
*    Import Stylesheets
***************************************************************************************/

/* @import url("otherstylesheet.css"); */


/**************************************************************************************
*    Layout Styles
***************************************************************************************/

#pageOuterContainer
{
	margin-left: auto;
	margin-right: auto;
	/*background:url(/images/headerbg.gif) repeat-x top left;*/
	width:960px;
	text-align: left;
	min-height: 100%;
	position: relative;
}


/*IE treats height as min-height anyway*/
* html #pageOuterContainer
{
	height:100%;
} 

#pageInnerContainer
{
	margin-left: auto;
	margin-right: auto;
	width:960px;
	text-align: left;
}


#pageHeader
{
	margin:0px;
	padding:0px;
	height:260px;
}

.leaderBoard1
{
	margin:0px;
	padding:0px;
	height:90px;
	text-align:center;
}

.leaderBoard2
{
	margin:20px 0 25px 0;
	padding:0px;
	height:90px;
	width:650px;
	text-align:center;
}

#pageLogo
{
	background:url(/images/ducklogo.jpg) no-repeat top left;
	width:960px;
	height:115px;
	margin:10px 0 0 0;
	padding:0px	
}

#pageCommunity
{
	float:right;
	margin:80px 0 0 0;
	padding:0px;
}
 
#pageNavContainer
{
	background:url(/images/pageNavBarBG.jpg) no-repeat top left;
	width:650px;
	height:55px;
	padding:0px;
	margin:0px;
}

#pageNav
{
	padding:0px;
	margin:0 0 0 45px;
	width:605px;
	height:55px;
}


#pageContent
{
	margin:0px;
	padding-bottom: 20px;
}

#leftColumnContent
{
	background-color:#FFFFFF;
	padding:0 0 10px 0;
	margin:0 0 0 10px;
	width:650px;
}

#rightColumnContent
{
	float:right;
	padding:0px;
	margin:0 10px 0 0;
	width:280px;
}

#flashBanner
{
	background:url(/images/temp1.jpg) no-repeat top left;
	width:630px;
	height:330px;
	margin:0 0 0 10px;
	padding:0px;
}

#flashBannerTemp
{
	width:630px;
	height:510px;
	margin:0px 10px 0 10px;
	padding:0px;
}

#videoBanner
{
	width:630px;
	height:510px;
	margin:5px 10px 0 10px;
	padding:0px;
}

#scheduleBoard
{
	background:url(/images/teamScheduleBG.jpg) no-repeat top left;
	height:100px;
	width:630px;
	padding:0px;
	margin:10px 0 10px 10px;
}

.twoColumnData
{
	padding:0px;
	margin:0px;
}

.leftColumnData
{
	padding:0px;
	margin:0 0 0 10px;
	width:300px;
}

.rightColumnData
{
	float:right;
	padding:0px;
	margin:0 10px 0 0;
	width:300px;
}

#pageFooter
{
	bottom: 0px;
	height: 100px;
	width: 940px;
	background-color:#6f8a64;
	margin:0 0 0 10px;
	padding:12px 0 0 20px;
}

#pageFooter ol 
{
	margin: 0;
	padding: 0;
}
 
#pageFooter li 
{
	margin: 0;
	padding: 0;
	line-height: 1.3em;
}
 
#pageFooter .col1 {margin-left: 3em;}
 
#pageFooter .col2 {margin-left: 13em;}
 
#pageFooter .col3 {margin-left: 23em;}
 
#pageFooter .coltopper {margin-top: -6.5em;font-weight:bold;}
#pageFooter .colheader {font-weight:bold;}

#pageFooter a:link 
{
	display: block;
	width: 7.8em;
	font-size:1.125em;
	color: #ffffff;
	position: relative; /* for IE-Win */
	text-decoration:none;
}

#pageFooter a:visited
{
	display: block;
	width: 7.8em;
	font-size:1.125em;
	color: #ffffff;
	position: relative; /* for IE-Win */
	text-decoration:none;
}

#pageFooter a:active
{
	display: block;
	width: 7.8em;
	font-size:1.125em;
	color: #ffffff;
	position: relative; /* for IE-Win */
	text-decoration:none;
}

#pageFooter a:hover 
{
	background-color:#FFFF00;
	color: #036;
	font-size:1.125em;
}

/**************************************************************************************
*    Global link Styles
***************************************************************************************/
a 
{ 
	font-size: 12px; /* 16x0.875=14px */
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	margin:0px;
	padding:0px;
}

a:link	
{
	color: #000;
}
a:visited	
{
	color: #000;
}
a:active	
{
	color: #000;
}
a:hover	
{
	color: #000;
	text-decoration: none;
}


/**************************************************************************************
*    Styles for handling floating
***************************************************************************************/

.clear
{
	clear:both;
}

.right
{
	float: right;
}

.left
{
	float: left;
}

.clearfix
{
	display: inline-block;
}



/**************************************************************************************
*    Remove margin, padding and border from everything
***************************************************************************************/

*
{
	margin: 0;
	padding: 0;
	border: 0;
}


/**************************************************************************************
*    Typography
***************************************************************************************/

h1,h2,h3
{
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: normal;
}

h1
{
	font-size:1.375em;  /* 16x1.375=22px */
	line-height: 1.636em; /* 16x1.636=36px */
}

	
h2
{
	font-size:1.125em; /* 16x1.125=18px */
	margin:1em 0; /* 18x1=18px */
}
	
h3
{	
	font-size:0.875em; /* 16x0.875=14px */
}

h3.headers
{
	font-weight:bold;
	color:#FFFFFF;
	padding:0px;
	margin:0px;
	text-align:center;
	text-shadow: black 0px 0px 5px;
}

h4
{	
	font-size:0.75em; /* 16x0.875=12px */
}

	
p, q, cite
{
	font-size: 0.777em; /* 16x0.875=14px */
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	margin:1.143em 0; /* 14x1.286=18px */
}

ul, ol, dl
{
	list-style: none;
	font-size: 12px;
}

li, dd, dt
{
	font-size: 12px;
}

blockquote
{
	font-size: 12px;
}

/**************************************************************************************
*    Forms
***************************************************************************************/

label       { font-weight: bold; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }

input.text, input.title, textarea, select
{
	margin:0.5em 0;
	border:1px solid #bbb;
}

input.text:focus, input.title:focus, textarea:focus, select:focus
{
	border:1px solid #666;
}

input.login
{
	width: 100px;
	padding:1px;
	background-color:#CCCCCC;
}

input.text, input.title
{
	width: 300px;
	padding:5px;
}

input.title
{
	font-size:1.5em;
}

textarea
{
	width: 390px;
	height: 250px;
	padding:5px;
}

/**************************************************************************************
*    Success, notice and error boxes
***************************************************************************************/

.error,
.notice, 
.success
{
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

/**************************************************************************************
*    Global Button Styles
***************************************************************************************/

.buttons a, .buttons button
{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size:70%;
    line-height:normal;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}

.buttons button
{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}

.buttons button[type]
{
    padding:0 2px 0 1px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]
{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img
{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover
{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active
{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive
{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover
{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active
{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative
{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover
{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active
{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}


/**************************************************************************************
*    Tables
***************************************************************************************/

/* Global standard table
===========================================================*/
table
{ 
}

td 
{
  	text-align: left;
	font-weight: normal;
}

th 
{
  	text-align: left;
	font-weight: bold;
}

/* Data table (used to display data)
===========================================================*/
table.data
{ 
	font-size:10px; 
	width:100%;
}

table.data thead th 
{ 
	background-color:#999999;
	font-weight:bold;
	color:#ffffff; 
	padding:1px; 
	text-align:center;
}

table.data tbody .dataRowOne td
{
	background-color:#A6D0A4;
	padding:1px 0px 1px 2px;
	cursor:pointer;
}
table.data tbody .dataRowTwo td
{
	background-color:#ffffff;
	padding:1px 0px 1px 2px;
	cursor:pointer;
}


/* Handle links in this table differently */
table.data tbody td a 
{  
	color:#724809; 
	text-decoration:none; 
	font-weight:bold; 
}

table.data tbody td a:hover 
{
	background-color:#F5B348; 
	color:#FFF; 
}



/**************************************************************************************
*    Top Nav classes
***************************************************************************************/
/* Main nav button classes */
.topNavButtonOn
{
	background:url(/images/tab-on.png) no-repeat top left;
	font-size:0.875em;
	font-weight:bold;
	padding:0px;
	margin:0px;
	text-align:center;
	height:26px;		
	width:80px;	
	float:left;
	color:#ffffff;
	cursor:pointer;
}			 

.topNavButtonOff	
{
	/*background:url(/images/tab-off.png) no-repeat top left;*/
	font-size:0.875em;
	font-weight:bold;
	padding:0px;
	margin:0px;
	text-align:center;
	height:26px;		
	width:80px;	
	float:left;
	color:#ffffff;
	cursor:pointer;
	text-shadow: black 0px 0px 5px;
}

.topNavButtonOver
{
	/*background:url(/images/tab-off.png) no-repeat top left;*/
	font-size:0.875em;
	font-weight:bold;
	padding:0px;
	margin:0px;
	text-align:center;
	height:26px;		
	width:80px;	
	float:left;
	color:#000000;
	cursor:pointer;
	text-shadow: #ffffff 0px 0px 5px;	
}

.topNavButtonDown
{
	/*background:url(/images/tab-off.png) no-repeat top left;*/
	font-size:0.875em;
	font-weight:bold;
	padding:0px;
	margin:0px;
	text-align:center;
	height:26px;		
	width:80px;	
	float:left;
	color:#ffffff;
	cursor:pointer;
}

/**************************************************************************************
*    Sub Nav classes
***************************************************************************************/
/* Main nav button classes */
.subNavButtonOn
{
	background:url(/images/subtab-off.png) no-repeat top center;
	font-size:0.777em;
	font-weight:bold;
	padding:0px;
	margin:5px 0 0 0;
	text-align:center;
	height:24px;		
	width:86px;	
	float:left;
	color:#000000;
	cursor:pointer;
	text-shadow: #ffffff 0px 0px 5px;
}			 

.subNavButtonOff	
{
	background:url(/images/subtab-off.png) no-repeat top center;
	font-size:0.777em;
	font-weight:bold;
	padding:0px;
	margin:5px 0 0 0;
	text-align:center;
	height:24px;		
	width:86px;	
	float:left;
	color:#ffffff;
	cursor:pointer;
	text-shadow: black 0px 0px 5px;
}

.subNavButtonOver
{
	background:url(/images/subtab-off.png) no-repeat top center;
	font-size:0.777em;
	font-weight:bold;
	padding:0px;
	margin:5px 0 0 0;
	text-align:center;
	height:24px;		
	width:86px;	
	float:left;
	color:#000000;
	cursor:pointer;
	text-shadow: #ffffff 0px 0px 5px;	
}

.subNavButtonDown
{
	background:url(/images/subtab-off.png) no-repeat top center;
	font-size:0.777em;
	font-weight:bold;
	padding:0px;
	margin:5px 0 0 0;
	text-align:center;
	height:24px;		
	width:86px;	
	float:left;
	color:#ffffff;
	cursor:pointer;
	text-shadow: black 0px 0px 5px;
}


/**************************************************************************************
*    Custom styles
***************************************************************************************/

.sideBarWidget1
{
	background:#ffffff url(/images/sideBarWidget1BG.gif) repeat-x top left;
	margin:0 0 10px 0;
	padding:0px;
	width:280px;
	height:220px;
}

.sideBarWidget2
{
	background:#ffffff url(/images/sideBarWidget3BG.gif) repeat-x top left;
	margin:0 0 10px 0;
	padding:0px;
	width:280px;
	height:252px;
}

.sideBarWidget3 /* Ad Box */
{
	background-color:#1d1d1d;
	margin:0 0 10px 0;
	padding:0px;
	width:276px;
	border:2px solid #6f895e;
}

.sideBarWidget3 img
{
	display:block;
}

.sideBarWidget4
{
	background:#ffffff url(/images/sideBarWidget4BG.gif) repeat-x top left;
	margin:0 0 10px 0;
	padding:0px;
	width:280px;
	height:200px;
}

.sideBarWidget5 /* Ad Box */
{
	background-color:#1d1d1d;
	margin:0 0 10px 0;
	padding:0px;
	width:276px;
	border:2px solid #6f895e;
}

.sideBarWidget5 img
{
	display:block;
}

.columnHeader
{
	background:#174911 url(/images/columnHeaderBG.jpg) no-repeat top left;
	padding:5px 5px 5px 8px;
	margin:0 0 5px 0;
}

.columnHeader h3
{
	font-weight:bold;
	color:#ffffff;
	margin:0px;
	padding:0px;
}

/******** Column Row for Two Column setup *****/

.columnRow
{
	margin:0 0 10px 0;
	padding:0px;
	width:300px;
	height:63px;
	border-bottom:1px dotted #CCCCCC;
}

.columnRow .authors
{
	width:50px;
	height:57px;
	margin:3px;
	background:#FFFFFF url(/images/noauthor.png) no-repeat top left;
	float:left;	
}

.columnRow .data p, h3
{
	margin:0 0 0 55px;
	padding:0px;
}

.columnRow p
{
	font-size:0.70em;
	line-height:normal;
}

.columnRow h3
{
	font-weight:bold;
	color:#000000;
	margin:0px;
	padding:0px;
}

.columnRowGrey
{
	background-color:#E6E6E6;
	margin:0 0 10px 0;
	padding:0px;
	width:300px;
	height:63px;
	cursor:pointer;
	border-bottom:1px dotted #CCCCCC;	
}

.columnRowGrey .authors
{
	width:50px;
	height:57px;
	margin:3px;
	background:url(/images/noauthor.png) no-repeat top left;
	float:left;	
}

.columnRowGrey .data p, h3
{
	margin:0 0 0 55px;
	padding:0px;
}

.columnRowGrey p
{
	font-size:0.70em;
	line-height:normal;
}

.columnRowGrey h3
{
	font-weight:bold;
	color:#000000;
	margin:0px;
	padding:0px;
}

/******** Column Row for Single Column setup *****/

.singleColumnArticle
{
	padding:10px;
	margin:0px;
}

.singleColumnRow
{
	margin:0px;
	padding:5px;
}

.singleColumnRow h2, h3, h4
{
	margin:0 0 10px 0;
	padding:0px;
	color:#333333;
}

.singleColumnRow .author
{
	width:50px;
	height:57px;
	margin:4px 10px 10px 0;
	background:#FFFFFF url(/images/noauthor.png) no-repeat top left;
}

.singleColumnRow p.keywords
{
	font-size: 0.65em;
	font-style: italic;
	font-weight: normal;
	color:#CCCCCC;
}


.scheduleTable
{
	width:626px;
	height:74px;
	margin:6px 0 0 2px;
	overflow-Y:scroll;
	overflow-X:hidden;
}

.pressTable
{
	width:626px;
	height:400px;
	margin:6px 0 0 0;
	/*overflow-Y:scroll;
	overflow-X:hidden;*/
}

