/*
	Theme Name: The Weekly Release
	Theme URI: http://www.theweeklyrelease.com
	Version: 1.0
	Author: bapenguin
	Author URI: http://www.bapenguin.com
*/

body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 90%;
  margin: 0;
  padding: 0;
  background-color: #506777;

}

#container {
background-image: url(images/back.gif);
background-repeat: repeat-y;
width: 1000px; 
margin: 0 auto;
}

#main {
padding: 4px;
}

#left {
float: left; 
width: 475px;
padding: 3px;
}

#right {
float: left; 
width: 475px;
padding: 3px;

}

#logo {
width: 220px;
height: 100px;
margin-left: 4px;
padding: 2px;
float: left;
}

#ad_bar {
width: 768px;
float: left;
padding: 1px;
}

#link_bar{
clear: both;
width: 994px;

}

#footer {
clear: both;
width: 1000px;
margin: 0 auto;
}

#bottom {
clear: both;
margin: 0 auto;
background-image: url(images/bottom.gif);
background-repeat: no-repeat;
height: 5px;
}

#main_links{
font-size: 125%;
width: 994px;
margin-left: 5px;
}

#toplinks{
font-size: 85%;
text-align: right;
background-color: #d9d9d9;
clear: both;
margin-left: 5px;
}

#sidebar{
margin-right: 2px;
}

.display_block {
padding: 4px;
margin-top: 5px;
margin-bottom: 10px;
}


.cal_header {
background-color: #E8E8E8;
min-height: 30px;
}

.cal_11 {
background-image: url(images/11.png);
background-repeat: no-repeat;
background-position: top-left;
border-left: 0.1em solid black;
border-top: 0.1em solid black;
border-right: 0.1em solid black;
border-bottom: 0.1em solid black;
min-height: 100px;
}

.cal_12 {
background-image: url(images/12.png);
background-repeat: no-repeat;
background-position: top-left;
border-left: 0.1em solid black;
border-top: 0.1em solid black;
border-right: 0.1em solid black;
border-bottom: 0.1em solid black;
min-height: 100px;
}

.cal_13 {
background-image: url(images/13.png);
background-repeat: no-repeat;
background-position: top-left;
border-left: 0.1em solid black;
border-top: 0.1em solid black;
border-right: 0.1em solid black;
border-bottom: 0.1em solid black;
min-height: 100px;
}

.cal_14 {
background-image: url(images/14.png);
background-repeat: no-repeat;
background-position: top-left;
border-left: 0.1em solid black;
border-top: 0.1em solid black;
border-right: 0.1em solid black;
border-bottom: 0.1em solid black;
min-height: 100px;
}

.cal_15 {
background-image: url(images/15.png);
background-repeat: no-repeat;
background-position: top-left;
border-left: 0.1em solid black;
border-top: 0.1em solid black;
border-right: 0.1em solid black;
border-bottom: 0.1em solid black;
min-height: 100px;
}

p {
margin-top: 2px;
padding: 2px;

}
h1
{
	padding: 0;
	margin: 0;
	color: #1f4663;
	font-size: 170%;
	letter-spacing: 0px;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	text-align: center;
	padding-top: 5px;
	border-bottom: 1px dashed #F2F2F2;
	
}

h2
{
	padding: 0;
	margin: 0;
	color: #e48336;
	font-size: 125%;
	letter-spacing: 0px;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	text-align: center;
	padding-top: 5px;
}

h3
{
margin-left: 8px;
padding: 3px;
}

a:link {
	color: #255477;
	text-decoration: none;
}
a:visited {
	color: #244f6e;
	text-decoration: none;
}
a:hover {
	color: #647480;
	text-decoration: underline;
}
a:active {
	color: #ffcf00;
}

.alt {
background-color: #F8F8F8;
}
