* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: url('../images/tile.jpg');
	color: #dcdada;
	text-align: center;
	margin: 20px auto;
}

a {
	color: #3990C2;
	text-decoration: none;
}

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

#page {
	background: #000000 url('../images/background.jpg');
	text-align: left;
	width: 760px;
	margin: 0 auto;
}

#header-image {
	height: 240px;
	background: url('../images/header.jpg');
}

#header-image .description {
	font-size: 10px;
	position: relative; 
	left: 30px; top: 10px;
}

#container { margin: 5px 0; }

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h1 {
	font-size: 2.2em;
	position: relative; 
	left: 30px; top: 10px;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.2em;
}

h1, h1 a, h1 a:hover, h1 a:visited, #header-image .description {
	text-decoration: none;
	color: #dcdada;
}

#content {
	font-size: 1em
}

.layout {
	float: left;
	padding-left: 30px;
	margin: 0px 0 0;
	width: 460px;
}

#content dl {
	padding-bottom: 10px;
}

#content .more {
	text-align: left;
	font-size: 11px;
}

.entry {
    clear: both;
    margin: 10px 0;
    overflow: hidden;
}

.entry a, .entry a:hover, .entry a:visited {
    color: #dcdada;
}

.hilight-video {
    clear: both;
    overflow: hidden;
    padding-bottom: 10px;
}

.hilight-img {
    float: left;
    padding: 10px;
}

.hilight-img img {
    border: solid 1px #FFF;
}

.video-img {
    float: left;
    padding-right: 5px;
}

.video-img img {
    border: solid 1px #FFF;
}

.video-detail {
    padding-top: 5px;
}

.video-tags {
    padding-top: 5px;
}

.related-block {
    float: left;
    text-align: left;
    width: 150px; height: 120px;
}

.related-block img {
    border: solid 1px #FFF;
}

.related-head {
    font-weight: bold;
    padding-bottom: 10px;
}

#sidebar {
	float: right;
	padding: 0 10px;
	width: 200px;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul li.nav {
	padding-top: 10px;
	padding-bottom: 5px;
	font-weight: bold;
}

#sidebar ul li.downline {
	padding-left: 15px;
	line-height: 20px;
}

#sidebar ul li.downline2 {
	padding-left: 30px;
	line-height: 15px;
}

.input-search { width: 120px; }
.butt-search { font-weight: normal; }

div#paging { 
	text-align: left;
	padding-top: 25px;
}

#footer {
	clear: both;
	padding: 0; 	margin: 0 auto;
	width: 760px;
	height: 65px;
	background: url('../images/footer.jpg');
	text-align: center; 
	font-size: 11px;
}

#footer .footer-txt {
	position: relative;
	top: 25px;
}

.footer-txt a, .footer-txt a:visited {
    color: #dcdada;
    text-decoration: none;
}

.footer-txt a:hover {
    text-decoration: underline;
}

div.searchresult { 
    padding-top: 10px; 
}

.errorline {
    line-height: 25px;
}

.errorline ul {
    padding-left: 40px;
}

.hilight { 
    color: red;
}

#code {
    display: none;
}


.highslide-html {
    background-color: #FFF;
    
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: #000;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: #FFF;
    
    /*padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;*/   
}

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
}
.control:hover {
	color: #000 !important;
}
.highslide-move {
    cursor: move;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

