/* main shit */
body {
	font-family: helvetica;
	font-size: 14px;
	background-color: #56535E;
	margin 0;
	height: 100%;
	padding 0;
	text-align: center;
}

/* header */
#header {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	text-align: left;
}

#header img {
	border: none;
}

#header #logo {
	position: absolute;
	top: 40px;
	right: 50px;
}

#navBar {
	background-image: url(/images/navBackground.png);
	height: 63px;
	width: 460px;
	position: absolute;
	right: 0px;
	top: 110px;
}

* html #navBar {
	right: -20px;
}

#navBar div {
	background-image: url(/images/navBar.jpg);
	height: 63px;
	width: 420px;
}

#navBar .navLink {
	height: 60px;
	width: 70px;
	margin-right: 12px;
	display: block;
	float: left;
}

.navLinkHi {
	background: url(/images/navHilight.png) no-repeat 20px 20px;
}

/* wrapper */
#wrapper {
	margin-left: auto;
	margin-right: auto;
	top: 200px;
	width: 950px;
	background-color: #001331;
	min-height: 100%;
	position: relative;
	text-align: left;
}

#info {
	border-left: 4px solid #000;
	border-right: 4px solid #000;
	width: 942px;
	min-height: 100%
}

* html #info {
	width: 950px;
}

#info br {
	margin-bottom: 10px;
}

#info p, #info h2, #info ul {
	margin-left: 16px;
	margin-right: 16px;
	color: #FFF;
}

#info em {
	color: #FFF;
}

#info a {
	color: #FFF;
}

.linkHi {
	text-decoration: underline;
	cursor: pointer;
}

#info .video {
	/*padding-top: 338px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 6px;*/
	margin-left: 6px;
}

#info p img {
	border: 2px #FFF solid;
	margin-bottom: 4px;
	margin-top: 4px;
}

#info .floatLeft {
	margin-right: 6px;
	float: left;
}

#info .floatRight {
	margin-left: 6px;
	float: right;
}

.videoBox {
	width: 437px;
}


/* columns */
#leftColumn {
	width: 588px;
	float: left;
}

#rightColumn {
	float: right;
	width: 350px;
}

#rss {
	position: absolute;
	right: -37px;
	top: 2px;
}

#rss img {
	border: none;
}


/* archives */
#archives ul {
	list-style-type: none;
	padding-left: 4px;
}

#archives li {
	margin-top: 3px;
}


/* comments */
#comments {
	padding-left: 20px;
	padding-right: 20px;
}

#comments form, #comments ul {
	margin-top: 10px;
	margin-left: 0;
}

#comments .text {
	margin-bottom: 4px;
	width: 200px;
	height: 30px;
	border: none;
	font-size: 12pt;
}

#comments form a {
	float: right;
}

#comments form textarea {
	width: 308px;
	font-family: helvetica;
	border: none;
	height: 50px;
}

#comments form .button {
	float: right;
	width: 60px;
	height: 30px;
	border: 2px solid #000;
	background-color: #267A48;
	font-weight: bold;
	color: #FFF;
}

#comments ul {
	list-style: none;
	padding-left: 0;
}

#comments h4 {
	margin-bottom: 4px;
}

#comments a {
	margin-top: 10px;
}


/* footer */
#footer {
	width: 892px;
	background-color: #001331;
	border-left: 4px solid #000;
	border-right: 4px solid #000;
	min-height: 20px;
	position: absolute;
	bottom: -8px;
	left: 0px;
}


/* boxes */
.blackHeader {
	background: #000 url(/images/box/blackTR.png) no-repeat right;
	height: 4px;
}

.blackBox {
}

.redBox {
	background-color: #992727;
}

.redHeader {
	background: url(/images/box/redTR.png) no-repeat right;
	height: 6px;
}

.redFooter {
	background: url(/images/box/redBR.png) no-repeat right;
	height: 6px;
}

.blueBox {
	background-color: #27487B;
}

.blueHeader {
	background: url(/images/box/blueTR.png) no-repeat right;
	height: 6px;
}

.blueFooter {
	background: url(/images/box/blueBR.png) no-repeat right;
	height: 6px;
}

.blueBox button, .redBox button {
	float: right;
	width: 1em;
	height: 1em;
	display: block;
}


/* stickers */
#redSticker {
	width: 88px;
	height: 88px;
	display: block;
	position: absolute;
	top: 500px;
	left: 10px;
	background: url(/images/stickers/redSticker.png) no-repeat;
	z-index: 100;
}


/* other things */
h2 {
	padding-left: 8px;
	margin: 0;
	line-height: 1em;
}

h2 a {
	text-decoration: none;
}

.black {
	color: #000;
}

.gray {
	color: #777;
}

.clear {
	clear: both;
}
