body {
	margin: 0;
	padding: 0;
	background: #000000 url(images/img01.gif) repeat-x center top;
	font-size: 13px;
	font-family: Arial, Helvetica, "trebuchet MS", Times, serif;
	text-align: justify;
	color: #FFFFFF;
}

h1, h2, h3 {
	margin: 0;
	/*text-transform: lowercase;*/
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #bbbbbb;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 20px;
}

a:link {
	color: #ed1a3b;
	text-decoration: none;
}

a:visited {
	color: #ed1a3b;
	text-decoration: none;
}

a:hover, a:active {
	color: #ed1a3b;
	text-decoration: underline;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: Arial, Helvetica, "trebuchet MS", Times, serif;
	font-size: 13px;
	color: #333333;
}

#wrapper {
	margin: 0;
	padding: 0;
}

/* Header */

#header {
	width: 970px;
	margin: 0 auto;
	height: 42px;
}
#pageheader {
	width: 970px;
	margin: 0 auto;
	height: 17px;
	background: url(images/img03-top.png) no-repeat center bottom;
}
#MediaPageHeader {
	width: 970px;
	margin: 0 auto;
	height: 17px;
	background: url(images/img03-top1.png) no-repeat center bottom;
}

/* Menu */

#menu {
	float: left;
	width: 970px;
	height: 50px;
	background: url(images/img02.png) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 2px 0px 0px 3px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	background: url(images/img04.gif) no-repeat right;
	margin-top: 3px;
	margin-right: 3px;
	padding: 8px 17px;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	color: #CCCCCC;
}

#menu a:hover { 
	color: #FFFFFF;
}

#menu .active a {
	color: #ed1a3b;
	background: url(images/menu-tile.png) repeat-x;
	margin-top: 5px;
}

/** LOGO */

#logo {
	width: 970px;
	height: 90px;
	margin: 0 auto;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 30px 0 0 0px;
	line-height: normal;
}

#logo h1 { 
	font-family: Arial, Helvetica, "trebuchet MS", Times, serif;
	font-size:40px;
}

#logo h1 a {
	text-decoration: none;
	color: #1b1b1b; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	float: left;
	padding: 45px 0 0 18px;
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #ed1a3b; 
}

#logo p a {
	text-decoration: none;
	color: #ed1a3b;
}

#logo p a:hover { text-decoration: underline; }

/* Page */

#page {
	width: 930px;
	margin: 0 auto;
	background: #1b1b1b url(images/img03.gif) no-repeat left bottom;
	padding: 0 20px;
}

/* Media */

#media {
	width: 970px;
	height: 280px;
	margin: 0 auto;
	background:#000000;
}
#mediaBottom {
	width: 970px;
	height: 15px;
	margin: 0 auto;
	background: #1b1b1b url(images/MediaBottomGradient.png);
}

/* Content */

#content1 {
	float: left;
	width: 410px;
}

#content2 {
	float: left;
	width: 281px;
	padding: 0px 0px 0px 20px;
}

#content3 {
	float: left;
	width: 680px;
	padding: 0px 0px 0px 0px;
}


/* Post */

.post {
	padding: 0px 0px;
	/*margin-bottom: 20px;*/
}

.post_default {
	padding: 0px 0px;
	/*margin-bottom: 20px;*/
}

.post .title {
	/*margin-bottom: 20px;*/
	/*padding-bottom: 5px;*/
}

.post h1 {
	padding: 15px 0px 0px 0px;
	/*background: url(images/img08.jpg) no-repeat left top;*/
	font-size: 24px;
	color: #FFFFFF;
	line-height: 0px;
}

.post .title_default {
	/*margin-bottom: 20px;
	padding-bottom: 5px;*/
	padding: 0px 0px 0px 0px;
	line-height: 0px;
}

.post h2 {
	padding: 0px 0px 0px 0px;
	font-size: 22px;
	color: #FFFFFF;
}

.post .entry {
}

.post .meta {
	padding: 15px 15px 30px 0px;
	font-family: Arial, Helvetica, "trebuchet MS", Times, serif;
	font-size: 11px;
}

.post .meta p {
	margin: 0;
	padding-top: 15px;
	line-height: normal;
	color: #FFFFFF;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 10px 0 18px;
}

.post .meta .comments {
}

.post .meta b {
	display: none;
}

.newsBox {
	background:#2d2d2d url(images/NewsBoxTop.gif) top left no-repeat;
	padding: 10px;
	padding-bottom: 1px;
	line-height:20px;
}
.newsBox .NewsTitle {
	color: #FFFFFF;
}

.newsBox .date {
	color: #b6b6b6;
	font-size:12px;
}

.newsBoxFooter {
	height:9px;
	background:#2d2d2d url(images/NewsBoxBottom.gif) bottom left no-repeat;
}

.newsBox hr {
	border:#414141 1px solid;
	height:1px;
	padding: 0px;
}
/* Sidebar */

/* Sidebar */

#sidebar {
	width: 210px;
	float: right;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 20px;
	color: #CCCCCC;
}

#sidebar #content{
	width: 200px;
	padding-left: 10px;
	font-size: 11px;
	color: #CCCCCC;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
}

#sidebar h2 {
	font-size: 13px;
	color: #FFFFFF;
}

#sidebar h3 {
	padding: 10px 5px 5px 0px;
	/*margin-bottom: 5px;*/
	font-size: 12px;
	color: #CCCCCC;
	font-weight:normal;
}

#sidebar hr {
	border:#414141 1px solid;
	height:1px;
	padding: 0px;
}

#sidebar input {
	color: #FFFFFF;
	border: 0px;
	background: #262626;
	font-size: 12px;
	padding: 3px;
	height:13px;
}

#sidebar .button{
	color: #FFFFFF;
	border: 0px;
	background: #333333;
	/*margin-top:5px;*/
	font-size: 12px;
	padding: 2px;
	cursor: hand;
	width:70px;
	height:19px;
}

/* Search */

#search {

}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 140px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #ed1a3b;
}

#x {
	padding: 3px;
	border: none;
	background: #ed1a3b;
	text-transform: lowercase;
	font-size: 11px;
	color: #FFFFFF;
}

/* Boxes */

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */
#footer-wrap {
}

#footer {
	margin: 0 auto;
	padding: 10px 0 10px 0;
	/*background: #000000;*/
}

html>body #footer {
	height: auto;
}

#footer p {
	font-size: 10px;
}

#legal {
	clear: both;
	/*padding-top: 10px;*/
	text-align: center;
	color: #CCCCCC;
}

#legal a {
	font-weight: normal;
	color: #FFFFFF;
}

