/*

	Ottawa Senators Blog - Main Stylesheet
	Created by Industrial Media
	www.industrialmedia.ca

*/

/* =General
---------------------------------------------------------------------------------------------------- */
body {
	background: #e40c14;
	margin: 0;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

table tr td {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* =Layout
---------------------------------------------------------------------------------------------------- */
#wrapper {
	position: relative;
	width: 1199px
}

#main-lang-toggle {
	position: absolute;
	top: 106px;
	left: 0;
	background: url('../images/wrapper/main-land-toggle-bg.jpg') left bottom repeat-x;
	height: 38px;
	width: 995px;
}

#content-container {
	background: url('../images/wrapper/main-bg-rpt.gif') repeat-y;
	margin: 0;
	padding: 0;
}

#content {
	background: url('../images/wrapper/main-wapper-slice-rgt.jpg') right top no-repeat;
	margin: 0;
	text-align: left;
	padding: 25px 0 20px 20px;
}

.clr {
	font-size: 1px;
	clear: both;
}

/* =Layout blogs
---------------------------------------------------------------------------------------------------- */
#blog-container {
	float: left;
	width: 809px;
}

.blog-box-main {
	background: #ffffff url('../images/wrapper/blog-box-btn-bg.jpg') left bottom no-repeat;
	width: 809px;
	margin: 0;	
	padding: 0;
}

.blog-box-main p {
	color: #000000;
	margin: 8px 12px 10px;
}

.blog-header {
	background: url('../images/wrapper/blog-header-bg.jpg') repeat-x;
	padding: 5px 0 5px 20px;
}

.blog-header h1 {
	font-family: arial, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 18px;
	margin: 0;
}

.blog-content {
	color: #000000;
	padding: 15px 10px 0 15px;
}

.blog-content-f {
	color: #000000;
	padding: 15px 0 0 15px;
}

.blog-box {
	background: #ffffff url('../images/wrapper/blog-box-links-bg.jpg') left bottom no-repeat;
	width: 765px;
	margin: 0;	
	padding: 0;
}

/* =Banner ads and sidebar
---------------------------------------------------------------------------------------------------- */
#banner-ads {
	float: left;
	background: none;
	padding-left: 22px;	
}

/* =Links
---------------------------------------------------------------------------------------------------- */
a {
	outline: none;
}


