@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000000;
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

#header {
	height: 125px;
	width: 100%;
}

#headercontent {
	height: 125px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

#logo {
	top: 40px;
	width: 212px;
	position: absolute;
}

#homelink  {
	position: absolute;
	top: 58px;
	color: #FFFFFF;
	left: 235px;
}

#vistanavigation {
	position: absolute;
	left: 225px;
	top: 85px;
}

#search {
	float: right;
	position: absolute;
	right: 0px;
	top: 40px;
}

#search a {
	color: #b3c326;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	padding: 4px;
	text-decoration: none;
}
#search a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Page */

#page {
	width: 900px;
	border-top: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#page  a {
	color: #f99b1c;
	text-decoration: underline;
}
#page  a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #f99b1c;
}

/* Content */

#content {
	float: left;
	width: 600px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #f99b1c;
	padding-top: 10px;
}

#content   p {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
}

#content h3 {
	font-size: 0.9em;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f99b1c;
	line-height: 0.8em;
	padding-left: 5px;
	margin-bottom: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content h4 {
	height: 20px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f99b1c;
	background-image: url(../images/vista_icon.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	margin-bottom: .3em;
}

#content img {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #f99b1c;
	margin-bottom: 5px;
}

.post {
}

.post h2 {
	font-size: .9em;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
}

.post .entry {
	background-image: url(../images/grey_trans_back.png);
	background-repeat: repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.entrycolums  {
	width: 265px;
	float: left;
	padding-right: 20px;
}
.sideimage  {
	border: 1px solid #f99b1c;
	padding: 2px;
}

#sidebar  {
	width: 280px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#sidebar p {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

#sidebar h1 {
	font-size: .9em;
	color: #FFFFFF;
	padding-bottom: 5px;
	padding-left: 5px;
}

#sidebar h2 {
	font-size: 0.9em;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f99b1c;
	line-height: 0.8em;
	padding-left: 5px;
	margin-bottom: 4px;
}

#sidebar h3 {
	font-size: .9em;
	color: #FFFFFF;
	padding-bottom: 5px;
}

#fixture {
	border: 1px solid #666666;
	padding: 7px;
}

.fixturelink  {
	padding-right: 8px;
	padding-left: 8px;
}

/* Footer */

#copyright {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	text-align: right;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 11px;
	padding-bottom: 15px;
	display: block;
}

#copyright a {
	overflow: hidden;
	color: #FFFFFF;
	text-decoration: none;
}

#copyright a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/*	top search box	*/
.hide1 { display:none; }
.fldset1 { border-style:none; margin:0; padding:0; text-align:right; }
#search .btn1 
{
	background-image: url('../images/btn_search.gif'); background-color:#000000;
	width:22px; height:22px; 
	font-size:1px; color:#000000; 
	border-style:none; margin:0 0 0 5px;
}

