/* 
	Document	: default
	Created on	: Nov 9, 2009, 12:20:56 PM
	Author		: Cristian Ciobanu
	Description	: Main website stylesheet
*/

@import "reset.css";
@import "classes.css";
@import "navigation.css";

body {
	font:13px/1.4 "Trebuchet MS", arial, sans-serif;
	color:#fff;
	background:#796b52;
}
a, a:link, a:active, a:visited {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#a00000;
	text-decoration:underline;
}
.white, a.white, a.white:link, a.white:active, a.white:visited {
	color:#fff;
}
a.white:hover {
	color:#fff;
}
.black, a.black, a.black:link, a.black:active, a.black:visited {
	color:#000;
}
a.black:hover {
	color:#000;
}

/*************************/
#header div, #footer, #copyright, #container, #nav div, #decoration div,#media div {
    width:1024px;
    margin:0 auto;
}
#header {
    height:98px;
    background:#7a6b51 url('../ui/bg-header-1.jpg') repeat-x left top;
}
#header div {
    height:98px;
    background:url('../ui/header-1.jpg') no-repeat left top;
    position:relative;
    z-index:2;
}
#header span {
    display:none;
}
#footer {
    width:1024px;
    padding:15px 0;
}
#footer img {
    float:left;
    display:inline;
    margin-top:4px;
}
#footer div.endorsed {
    width:250px;
    height:37px;
    line-height:37px;
    padding-left:45px;
    margin:0 auto;
    font-size:13px;
    font-weight:bold;
    background:url('../ui/cubs.jpg') no-repeat left center;
    white-space: nowrap;
}
#footer div.footer-column {
    width:300px;
    float:left;
    margin:0 38px 0 12px;
    display:inline;
}
#nav {
    padding:10px 0;
    background:#314b98;
    font-size:12px;
    overflow:hidden;
}
#nav ul {
    margin:0;
    padding:0;
    list-style:none;
    text-align:center;
}
#nav li {
    margin:0;
    padding:0 15px;
    display:inline;
    border-right:1px solid #fcb040;
}
#nav li.last {
    border-right:0;
}
#nav a, #nav a:active, #nav a:visited {
    text-decoration:none;
    color:#fcb040;
    font-weight:bold;
}
#nav a:hover {
    text-decoration:none;
    color:#fff;
}
#decoration {
    height:3px;
    background:#5a4f3b;
    overflow:hidden;
}
#decoration div {
    height:3px;
    background:url('../ui/bg-nav-1.jpg') no-repeat left top;
    overflow:hidden;
}
#media {
    height:290px;
    background:#000;
    overflow:hidden;
}
#home-swf {
    width:972px;
    height:250px;
    margin:8px auto 15px auto;
    display:block;
}
#container {
    min-height:300px;
    height:auto !important;
    height:300px;
    padding:0 0 12px 0;
    background:#ecdab6 url('../ui/bg-home.jpg') repeat-x left bottom;
}
.home-tab {
    width:300px;
    min-height:310px;
    height:auto !important;
    height:310px;
    float:left;
    display:inline;
    margin:0 38px 0 12px;
    background:#314C98 url('../ui/bg-box.jpg') repeat-x left top;
}
.home-tab-break {
    margin-right:0 !important;
}
.home-logo {
    height:150px;
    position:relative;
    z-index:2;
}
.home-logo em {
    visibility:hidden;
    display:none;
}
.home-text {
    padding:0 35px 10px 60px;
    font-weight:bold;
}
.home-text a.white:hover {
    text-decoration:none;
}
#logo-sheffield, #logo-ivy, #logo-club {
    display:block;
}
#logo-sheffield {
    width:163px;
    height:168px;
    background:url('../ui/logo-sheffield.png') no-repeat left top;
}
#logo-ivy {
    width:222px;
    height:165px;
    background:url('../ui/logo-ivy.png') no-repeat left top;
}
#logo-club {
    width:141px;
    height:124px;
    background:url('../ui/logo-club.png') no-repeat left top;
}
.home-logo #logo-sheffield, .home-logo #logo-ivy, .home-logo #logo-club {
    position:absolute;
}
.home-logo #logo-sheffield {
    left:68px;
    top:-26px;
}
.home-logo #logo-ivy {
    left:39px;
    top:-30px;
}
.home-logo #logo-club {
    left:80px;
    top:-5px;
}
#wrapper {
    /*background:url('../ui/bg-sec.jpg') repeat-x 0 -18px;*/
}
.secondary {
    width:996px !important;
    padding:5px 13px 13px 13px !important;
}
#logos {
    width:299px;
    height:612px;
    background:#000 url('../ui/bg-left.jpg') repeat-x left top;
    overflow:hidden;
    float:left;
}
#logos #logo-sheffield, #logos #logo-club {
    margin:20px auto;
}
#logos #logo-ivy {
    margin:20px auto 40px auto;
}
#logos em {
    visibility:hidden;
    display:none;
}
#logos img {
    display:block;
    margin:30px auto 0 auto;
}
#page {
    width:565px;
    float:left;
    display:inline;
    margin:40px 0 15px 65px;
}
#sec-swf {
    width:472px;
    height:178px;
    margin:10px auto;
    display:block;
    border:3px solid #e5c066;
}
#content {
    width:412px;
    min-height:250px;
    height:auto !important;
    height:250px;
    margin:20px auto 0 auto;
    padding:20px 30px;
    display:block;
    border:3px solid #e8cd8e;
    color:#000;
}

.purchase:link, .purchase:active, .purchase:visited {
	display:block;
	margin:0 auto;
	background:#fff;
	color:#000;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	padding:5px;
	width:200px;
	border:1px solid #fff;
}
.purchase:hover {
	background:#122A7A;
	color:#fff;
	text-decoration:none;
	border:1px solid #FDE630;
}