﻿body
{
    margin: 0;
    font-family: Arial;
    color: #606060;
    font-size: 15px;
    background: url(../images/back.png)
}

img {
 border:none;
 outline:none;
}

h1 
{
    margin-left: -9999px;
    font-size:1px;
}
h2
{
    color: #303030;
    font-size: 16px;
}

.infoContainer
{
    width: 500px;
    color: #fff;
    position: absolute;
    background: #000;
    padding: 10px;
    box-shadow: 5px 5px 10px #000;
    -moz-box-shadow: 5px 5px 10px #000;
    -webkit-box-shadow: 5px 5px 10px #000;
    top: 20px;
    left: 20px;
    z-index: 99;
}

.infoContainer h2
{
    border-bottom: 1px solid #fff;
    color: #fff;
    margin: 20px 10px 10px 10px;
}

.infoContainer p
{
    margin: 10px;
}

.infoContainer a.closeLink
{
    float: right;
    color: #fff;
    background: url(../images/close.png) no-repeat right top;
    font-size: 14px;
    outline: none;
    display: block;
    width: 36px;
    height: 36px;
}

.infoContainer a.closeLink:hover
{
    opacity: 0.8;
}

a.logo
{
	background: url(../images/logo.png) no-repeat;
	width: 280px;
	height: 56px;
	float: left;
	margin: 15px 0;
	display: block;
}


#siteContainer
{
    width: 1033px;
    margin: auto;
    position: relative;
}

.contentContainer
{
    background: url(../images/paper.jpg);
    width: 980px;
    padding: 0 10px 10px 30px;
    box-shadow: 8px 8px 15px #6F6F6F;
    -moz-box-shadow: 8px 8px 15px #6F6F6F;
    -webkit-box-shadow: 8px 8px 15px #6F6F6F;
    overflow: hidden;
}

.topStory
{
	position: absolute;
	top: 0;
	z-index: 50;
	padding-bottom: 20px;
}

.bottomContent
{
	position: absolute;
	top: 0;
	left: 20px;
	padding-top: 165px;
}

#tabContainer
{
    float: right;
    margin: 0 20px 0 0;
}

#tabContainer .tab
{
    float: left;
    padding: 5px 15px;
    background: #030303;
    color: #fff;
    font-size: 16px;
    margin: 0 10px 0 0; 
    text-decoration: none;
    font-weight: bold;
}

#currentBlog
{
    margin: 100px 0 20px 0;
    background: url(../images/paper.jpg);
}

.col1, .col2
{
    float: left;
    width: 450px;
    overflow: hidden;
}

.col2
{
    width: 515px;
    margin: 0 0 0 15px;
}

.largeCalendar
{
    background: url(../images/largeCalendar.png) no-repeat 0 0;
    display: block;
    width: 49px;
    height: 62px;
    overflow: hidden;
    float: left;
    margin: 0 15px 0 0;
}

.largeCalendar em
{
    color: #fff;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    margin: 0 0 0 4px;
		text-align: center;	
}

.blogDetails
{
    color: #8e3e1e;
    font-size: 16px;
    text-transform: uppercase;
    float: left;
    display: block;
    width: 380px;
    font-weight: bold;
}

.blogTitle
{
    color: #303030;
    font-size: 32px;
    line-height: 44px;
    text-transform: uppercase;
    font-weight: bold;
}

.blogDescription
{
    float: left;
}

.largeVideoContainer
{
    background: url(../images/largeVideoContainer.png) no-repeat 0 0;
    display: block;
    width: 515px;
    height: 300px;
    overflow: hidden;
    float: left;
    margin: 0;
}
.largeVideoContainer a
{
		width:452px;
		height:276px;
		padding-left:33px;
		padding-top:4px;
		outline:none;
		border:none;
		text-decoration: none;
}

.smallVideoContainer
{
    background: url(../images/smallVideoContainer.png) no-repeat 0 0;
    display: block;
    width: 336px;
    height: 221px;
    overflow: hidden;
    float: left;
    margin: 15px 0 0 0;
}
.smallVideoContainer a {
		width:295px;
		height:200px;
		padding-left:20px;
		padding-top:4px;
		border:none;
		outline:none;
		text-decoration: none;
}

#signUpForm
{
    padding: 0 0 0 30px;
    background: url(../images/hand.png) no-repeat 70px 45px;
    clear: both;
}

#signUpForm input[type=text]
{
    width: 300px;
    margin: 3px 0;
    border: solid 1px #bdbbb7;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px;
}

#signUpForm form
{
    padding: 0 0 0 146px;
}

#signUpForm input[type=submit]
{
    color: #fff;
    background: #0db700;
    padding: 5px 8px;
    border: none;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    text-transform: uppercase;
    font-family: Arial;
    margin: 10px 0 0 132px;
}

.blogEntry
{
    clear: both;
    padding: 30px 0 20px 0;
    overflow: hidden;
}

.blogEntry .blogTitle
{
    font-size: 16px;
    width: 800px;
    float: left;
}

.blogEntry .blogDescription
{
    width: 620px;
    float: left;
    margin-left: 10px;
    font-size: 13px;
}

.smallCalendar
{
    background: url(../images/smallCalendar.png) no-repeat 0 0;
    display: block;
    width: 36px;
    height: 45px;
    overflow: hidden;
    float: right;
    margin: 0 15px 0 0;
}

.smallCalendar em
{
    color: #fff;
    font-style: normal;
    font-weight: bold;
    font-size: 9px;
    margin: 0 0 0 3px;
    text-align: center;
}

.largeCalendar p
{
    color: #313131;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    margin: 4px 0 0 0;
}

.smallCalendar p
{
    color: #313131;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    margin: 0;
}

.largeCalendar span
{
    color: #313131;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    margin: 0;
    display: block;
    background-color: #ccc;
}

.smallCalendar span
{
    color: #313131;
    font-weight: bold;
    font-size:10px;
    text-align: center;
    margin: 0;
    display: block;
    background-color: #ccc;
}


#footerContainer {
    width:960px;
    margin:0 auto;
    padding:15px;
}