/* OCW Umbrella Page CSS 2.1 Stylesheet (Screen) - 29/09/09 */
/* Import Stylsheets */

@import "css3.css";






/* Yahoo UI Library - Stylesheet Reset */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img { 
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

abbr, acronym { 
	border: 0;
}






/* Float clearing */

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	height: auto;
	visibility: hidden;
}






/* Layout */

html {
	background: #e8e8e8 url(../images/page-bg.gif) top left repeat-x;
}

.left {
	float: left;
}

.right {
	float: right;
}

.wrapper {
	width: 940px;
	padding: 0 50px;
}

.wrapper.content {
	background: transparent url(../images/wrapper-content-bg.png) top center repeat-y;
}

.wrapper.footer {
	background: transparent url(../images/wrapper-footer-bg.png) top center repeat-y;
}

#ocw-page {
	background: transparent url(../images/page-bottom.gif) bottom center no-repeat;
	width: 1040px;
	margin: 0 auto;
	padding-bottom: 17px;
}

#ocw-container {
	background: transparent url(../images/page-top.gif) top center no-repeat;
	padding-top: 50px;
}

#ocw-content {
	background-color: #00b9e9;
	padding-top: 20px;
	position: relative;
}

#button {
	position: absolute;
	top: -40px;
	right: -60px;
}

h1, .site-info h2 {
	text-indent: -4000px;
	overflow: hidden;
}

h1 {
	background: transparent url(../images/title.gif) top left no-repeat;
	width: 233px;
	height: 34px;
	margin-bottom: 35px;
}

#twitter {
	background: transparent url(../images/twitter-top.gif) top left no-repeat;
	width: 435px;
	padding-top: 32px;
}

.tweet a, .tweet span {
	float: left;
	clear: both;
}

.tweet {
	background: #54badb url(../images/tweet.gif) 3.5% 0% no-repeat;
	padding: 0 10px 10px 50px;
	border: 1px solid #47a7ca;
	border-top: none;
}

.tweet a {
	margin-bottom: 5px;
}

#sites {
	width: 100%;
	padding: 32px 0 47px 0;
	float: left;
	clear: both;
}

.site-info {
	width: 300px;
	float: left;
}

.site-info p {
	background-color: #00a8d6;
	width: 227px;
	margin: 10px 0 0 27px;
	padding: 10px;
	border: 2px solid #24c2eb;
}

.site-info .logo {
	display: block;
}

.logo {
	width: 300px;
	height: 200px;
}

.logo.club {
	background: transparent url(../images/ocw-club-logo.gif) top left no-repeat;
	width: 293px;
}

.logo.club:hover {
	background: transparent url(../images/ocw-club-logo-hover.gif) top left no-repeat;
}

.logo.training {
	background: transparent url(../images/ocw-training-logo.gif) top left no-repeat;
	width: 296px;
}

.logo.training:hover {
	background: transparent url(../images/ocw-training-logo-hover.gif) top left no-repeat;
}

.logo.coop {
	background: transparent url(../images/ocw-coop-logo.gif) top left no-repeat;
	width: 293px;
}

.logo.coop:hover {
	background: transparent url(../images/ocw-coop-logo-hover.gif) top left no-repeat;
}

#ocw-footer {
	background-color: #00537f;
	padding: 20px 0;
}

#social-media a, #social-media img {
	display: inline-block;
}

#social-media a {
	margin-right: 20px;
}

#contact-details {
	width: 440px;
}

#contact {
	width: 140px;
	margin-right: 30px;
}

#contact span {
	padding-left: 12.5px;
}

#contact #tel {
	background: transparent url(../images/tel.gif) center left no-repeat;
}

#contact #email {
	background: transparent url(../images/email.gif) center left no-repeat;
}

#address {
	width: 270px;
}






/* Typography */

h1, h1, h3, h4, h5, h6, p, a, span {
	color: #FFF;
	font-family: Tahoma,sans-serif;
	line-height: 140%;
}

p {
	font-size: 1em;
}

.tweet a {
	font-weight: bold;
	text-decoration: none;
}

.tweet span {
	font-size: 0.7em;
}

#ocw-footer p {
	font-size: 0.9em;
	font-weight: bold;
}

#contact, #address {
	text-align: right;
}
