﻿body {
	margin: 0;
	padding: 0;
	background: #FFF;
	font-family: Georgia, Verdana, serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #313135;
}

h1, h2, h3 {
	color: #54545b;
	line-height: normal;
	margin: 0;
	padding: 0;
}

h2, h3 {
	font-size: 1.4em;
	font-weight: normal;
	margin: .5em 0;
    padding: 0.3em;
}


img {
    border: 0px none;
}
 

a {
	color: #3369cb;
}

a, a:active, a:focus, a:hover {
    outline: none;
}

.clear {
    clear:both; 
}

.nobreak {
    white-space: nowrap;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 920px;
}


#header {
	height: 6em;
	float: right;
	margin-right: 1em;
}

#logo {
}

#logo  h1{
	font-size: 4em;
}


#logo a {
	border: none;
	text-decoration: none;
	color: #900;
	line-height: normal;
}


#program-bar {
	width: 100%;
	height: 4em;
	background-color: #900;
	color: #FFF;
}

#program-name {
	float: right;
	padding-right: 1em;
	margin-top: 1em;
}

#program-name  span{
	font-size: 2em;
	line-height: normal;
}

#page {
	border: 1px solid #900;
}

#main-content {
	margin: 1em;
}

#content {
	width: 720px;
	padding: 0px;
	float: right;
}

.post {
	margin-bottom: 1em;
	border: 1px solid #EEE;
}

.post h2, .post h3 {
    background-color:#900;
    color: #FFF;
    border: 1px solid #900;
}


.post, #what-sponsor-wrapper {
	padding-left: 1em;
	padding-right: 1em;
}

#what-sponsor {
	font-size: 2.5em;
	color: #EEE;
	line-height:normal;
}

.post .entry .stronger {
    font-weight: bold;
}


#sidebar {
	float: left;
	width: 170px;
	margin: 0px;
}

.programsmenu{
	width: 150px; /*width of menu*/
	/*margin-top: 11px;*/
}

.programsmenu .headerbar{
	font-size: 1em;
	font-weight: bold;
	color: white;
	background-color: #900;
	margin: 0 0 2px; /*bottom spacing between header and rest of content*/
	padding: 0.6em 0 0.6em 0.6em; 
	border: 1px solid #900;
}

.programsmenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.programsmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.programsmenu ul li a{
	color: #54545b;
	background: #F8F8F8;
	border: 1px solid #F8F8F8;
	display: block;
	padding: 0.44em 0;
	line-height: normal;
	padding-left: 0.6em; 
	text-decoration: none;
}

.programsmenu ul li a:hover{ 
	color: white;
	background: #900;
}


.programsmenu a.Active {
	color:#900;
	text-decoration: none;
	background-color: white;
	border: 1px dashed #900;
}

.code {
    font-family: Courier, Monospace;
    font-size: 1em;
}

.code td {
    padding-right: 2em;
    vertical-align: text-top;
}

#buttons {
    margin-top: 1em;
}

.download, .crack, .revision {
	display: block;
	width: 218px;
	height: 62px;
	text-indent: -99999px;
	float:left;
	margin-right: 12px;
}
.download {
	background: url('../images/site-design/site.jpg') 0 0;
}
.download:hover {
	background-position: 0 -62px;
}

.crack {
	background: url('../images/site-design/site.jpg') 0 -124px;
}
.crack:hover {
	background-position: 0 -186px;
}

.revision {
	background: url('../images/site-design/site.jpg') 0 -248px;
}
.revision:hover {
	background-position: 0 -310px;
}

