@charset "utf-8";
body {
background-color: #ffffff;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
}
div.containter{
	max-width:960px;
	margin:auto;
	background-color:#4D4E57;
}
div.topper{background-color:#004980;cursor:pointer;}
div.topper img{padding:4px;}
span.niceleft{
	float:left;
	background-image:url(gfx/left_top.png);
	width:16px;
	height:16px;
}
span.niceright{
	float:right;
	background-image:url(gfx/right_top.png);
	width:16px;
	height:16px;
}
span.bniceleft{
	float:left;
	background-image:url(gfx/left_bottom.png);
	width:16px;
	height:16px;
}
span.bniceright{
	float:right;
	background-image:url(gfx/right_bottom.png);
	width:16px;
	height:16px;
}
div.splash{
	float:left;
	width:80%;
	height:200px;
	background-image:url(gfx/splash.jpg);
	display:none;
}
div.taglines{
	float:left;
	width:69%;
	background-color:#2F333C;
	font-style:italic;
	padding:3px 5%;
	margin-bottom:5px;
	text-align:center;
}
div.menu{
	float:right;
	width:21%;
	background-image:url(gfx/menu_left.gif);
	background-color:#202331;
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-bottom:16px;
	min-height:220px;
}
p{
padding:3px 20px;
margin:auto;
}
h2{
	margin:3px 20px;
	width:65%;
	font-size:18px;
	color:white;
}
h1{
	margin:2px;
	padding:1px;
	font-size:16px;
}
ul.menu li{list-style:none;padding:1px 0px; font-size:11px;}


a{
color:#84A7C2;
}
a:hover{color:#84A7C2;}
div.end{
	background-color:#2F333C;
}
div.vend{
	background-color:#2F333C;
	font-size:10px;
	text-align:center;
	font-style:italic;
	height:16px;
}
div.poster_text{
font-style:italic;
font-size:10px;
color:#666666;
padding-left:20px;
}
div.links_text{
font-size:10px;
padding-left:20px;
}
.cox{
width:80%;
height:450px;
background-color:#4D4E57;
margin:auto;
}
div.code{
	width:90%;
	border: solid 1px #002642;
	background-color:#ECE6E6;
	font-family:"Lucida Console", sans-serif;
	padding:20px;
	margin:auto;
	color:black;
}
div.blog_text{
padding:3px 20px;
margin:auto;
}
a.op img{
	opacity: .5;
	filter: alpha(opacity=50);
	padding:0px 3px;
}
a.op:hover img{
	opacity: 1;
	filter: alpha(opacity=100);
	padding:0px 3px;
}
img.images{
	padding:5px;
}

.highslide {
	cursor: url(includes/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(includes/highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
input, textarea{
	border:1px solid #4D4E57;
	margin:3px;
}
.dwn_items{
	width:25%;
	float:left;
	height:150px;
}
.dwn_items img{
	margin:3px;
}
a.dwn_sml{
	font-size:10px;
	display:block;
	width:150px;
	margin:auto;
}
