/*
    hockeyaddicts.com style sheet
*/


/*
**  The basics
*/
body {
    text-align: center;
    font-size: 62.5%; /* font-size 1em = 10px */
}
body, div, img, p, h1, h2, h3, h4, h5, h6, table, tr, th, td {
    margin: 0px;
    padding: 0px;
    border: none;
    vertical-align: top;
}
a {
    color: #002D53;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
p {
    margin: 0px 0px 20px 0px;
}

label {
    font-weight: bold;
}
.clear {
	clear: both;
}

/*
**  Typography
*/
body, div, p, h1, h2, h3, h4, h5, h6, input, textarea, ul, li {
    font-family: "Lucida Grande", "Free Sans", "Arial Unicode MS",
                 "Microsoft Sans Serif", "Lucida Sans Unicode",
                 Tahoma, Verdana, sans-serif;
    color: #666;
}
div, p, h1, h2, h3, h4, h5, h6, input, textarea, ul, li {
    text-align: left;
}
h1 {
    color: #204484;
    font-size: 2.6em;
    text-align: center;
	text-shadow: 0 1px 1px #4797BF;
}
h2 {
    color: #204484;
    font-size: 1.2em;
	text-shadow: 0 1px 1px #4797BF;
    text-transform: uppercase;
}
h3 {
    color: #204484;
    font-size: 1.1em;
    font-weight: normal;
    text-shadow: 0 1px 1px #4797BF;
    text-transform: uppercase;
}
h4 {
    font-size: 1.3em;
	text-align: center;
}
ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*
** Structure
*/

#wrapper {
	background: #004F77;
}

#header-wrap {
	background: #204484;
	padding-bottom: 125px;
}

#top-wrap {
	background: #204484;
	padding-bottom: 130px;
	margin-left: -10px;
}

#top-banner-leaderboard {
    width: 468px;
    height: 90px;
    float: left;
    padding-left: 5px;
    overflow: hidden;
    display: block;
}

#top-white {
	background: #FFF;	
	height: 5px;
}

#header {
	margin: 0 auto;
	width: 940px;
}

h1#logo a {
	float: left;
	margin-top: 8px;
	text-transform: uppercase;
    height: 107px;
    width: 458px;
    display: block;
    background: url(/images/logo.png) no-repeat;
    text-indent: -9000px;
}

#menu-wrap {
	float: right;
}

#menu-left {
	background: url("/images/menu_left.png") no-repeat;
	display: block;
	float: left;
	height: 24px;
	width: 36px;
}

#menu {
	background: url("/images/menu_repeat.jpg") repeat-x scroll 0 0 transparent;
	color: #696969;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	height: 37px;
	padding-top: 2px;
	text-transform: uppercase;
}

#menu li {
	float: left;
	margin: 0 10px;
}

#menu li a {
	color: #696969;
	text-decoration: none;
	text-shadow: 0 1px 1px #FFF;
}

#menu-right {
	background: url("/images/menu_right.png") no-repeat ;
	display: block;
	float: left;
	height: 24px;
	width: 36px;
}

#content-wrap {
	background: #FFF url("/images/white_content_bg.jpg") repeat-x;
	padding-top: 10px;
}

#ad-leaderboard {
    width: 728px;
    height: 90px;
    margin: 0 auto;
}

#content.about,
#content.contact {
    font-size: 1.2em;
}
#content {
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 50px;
	width: 940px;
    overflow: hidden;
}

#content ul.leagues li {
	float: left;
	width: 150px;
	padding: 10px;
	text-align: center;
}

#content .bucket {
    width: 300px;
    height: 330px;
    float: left;
    padding: 5px;
}

#content .team_bucket {
    width: 940px;
    float: left;
    padding: 5px;
}

#content .short {
    width: 300px;
    height: 100px;
    float: left;
    padding: 5px;
}

#content .video {
	margin: 0 auto;
    width: 900px;
    padding: 5px;
    overflow: hidden;
}

#content .video ul {
    width: 840px;
    margin: 0 auto;
}

#content .video li {
    float: left;
    display: block;
    padding: 5px;
}

#content .bucket li {
    border-bottom: 1px dotted #B3BCBF;
    padding-bottom: 6px;
    padding-top: 6px;
}

#content .bucket a.tweet {
	padding-left: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
	border: 1px solid #FFF;
}

#content .bucket a.tweet:hover {
	background: #BFEEFF;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #3E7A8F;
	display: block;
}

#content .bucket .full {
	display: none;
	position: absolute;
	/*background: #BFEEFF;*/
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #3E7A8F;
	padding: 5px;
	width: 400px;
	background: rgba(191, 238, 255, 0.9);
}

#footer {
	background: #1B1B1B;
}

#topbar {
	background: #878787;
	height: 10px;
}

.tooltip {
	display: none;
	background: #204484;
	/*transparent url(/images/white.png) no-repeat;*/
	font-size: 1.2em;
	/*height: 55px;*/
	width: 160px;
	padding: 15px;
	border: 1px solid #fff;
	color: #FFF;	
	overflow: hidden;
}

