/*
Theme Name: Snow Troopers
Theme URI: http://www.thesnowtroopers.com
Description: A Wordpress theme created for the Snow Troopers, 2009
Version: 1.0
Author: Jet Set Zero - www.jetsetzero.tv
Tags: 2 column, fixed, video
*/

body{
	margin:0 0;
	padding:0 0;
	font-family:Tahoma, Geneva, comic sans ms;
	background:#E6FFFF;
	position:relative;
}

#v-lights {
	top: 0;
	left: 0;
	width: 100%; 
	position: absolute; 
	background: url(images/lights.png);
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


#v-video{
	position:relative;
}

.ratingstars {
	margin-top: 20px;
}

#s{
	background:#fff;
	border:1px solid #dad9d9;
	color:#4e4e4e;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	padding:5px;
}

#searchsubmit{
	background: #990101;
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	padding:5px;
	border:0 solid #FFF;
}

#searchsubmit:hover{
	background: #cc0000;
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	padding:5px;
	
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }

*:focus { outline: 0; }


.clear{
	clear:both;
}

#wrap{
	width: 960px;
	margin:0 auto;
}

/* Header */

#header{
	margin:0 0 15px 0;
	padding:0 0;
	border-bottom: 10px solid #d6d4d4;
	min-height: 484px;
}

.hbg1{
	background:url(images/background/backgroundAlyeska.jpg) center no-repeat;
}

#header #top_nav{
	margin:0 0;
	padding:0 0;
	height: 74px;
	background:url(images/top_menu_bg.png) repeat-x;
}

#header h1{
	position: absolute; top: 150px; left: 0;
	width: 400px; height: 200px;
	text-indent: -9999px;
}

#header h1 a{
	display: block;
	height: 72px;
	width: 478px;
}

#header .top_navigation{
	float:right;
	display:block;
	font-size:14px;
	color:#FFF;
	
}

#header ul.top_navigation{
	margin-top:15px;
	padding:0 0;
}

#header ul.top_navigation li{
	float:left;
	padding-right: 25px;
	list-style-type: none;
	font-family:Tahoma, Geneva, sans-serif;
}

#header ul.top_navigation li.images{
	float:left;
	padding-right: 5px;
	margin-top:-15px;
	list-style-type: none;
	font-family:Tahoma, Geneva, sans-serif;
}

#header ul.top_navigation a{
	text-decoration:none;
	color: #a8ffff;
	font-family:Tahoma, Geneva, sans-serif; font-weight: bold;
}

#header ul.top_navigation a:hover{
	color:#FFF;
}

#header ul.top_navigation li ul{ 
	z-index: 300; 
	position: absolute;
	display:none;
	top:30px;
	width: auto;
	font-size:11px;
}



#header ul.top_navigation li ul li a{ 
	clear: both;
	display: block;  
	width: auto;
	margin:0 10px 0 0; 
	padding:10px; 
	text-decoration:none; 
	color:#cccccc; 
	background:url(images/v_mm.png);
}

#header ul.top_navigation li ul li a:hover{ 
	clear: both;
	display: block;  
	color:#FFF; 
	background: #000000;
}


/* Video */

a.social-link{
	display:block;
	margin:10px 0;
}


#video{
	width:960px;
	margin:20px auto;
	font-family:Tahoma, Geneva, sans-serif; 
	color:#8B0000;
	font-size:12px;
}

#window-video{
	width:602px;
	float:right;
}

#window-video-top{
	background:url(images/header-window-top.png) no-repeat;
	height:20px;
	width:602px;
}

#window-video-top h2{
	font-family: comic sans ms, sans-serif; 
	font-size: 18px;
        font-weight:bold;
	padding-top: 5px;
	padding-left:10px;
	height:30px;
	background:url(images/header-window-separator.png) no-repeat bottom;
}

#window-video-top h2 a{
	font-family: comic sans ms, sans-serif;
	font-size: 18px;
	text-decoration:none;
	color:#8B0000;
}

#window-video-content{
	background:url(images/header-window-middle.png) repeat-y;
	width:600px;
	padding:20px 10px 10px 10px;
	text-align: center;	
}

#window-video-content textarea{
	font-size:11px;
	color:#8B0000;
	padding:15px;
	background:#f8f8f8;
	border:1px solid #d9d7d7;
	width:480px;
	font-family:Tahoma, Geneva, sans-serif;
	line-height:1.2;
}

	

#window-video-content .related-v-thumb{
	width:165px;
	height:100px;
	position:relative;
	overflow:hidden;
	margin:auto;
	border:1px solid #d9d7d7;
	background:#FFF;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

#window-video-content .related-v-thumb .back{
	position:absolute;
	top:5px;
	left:5px;
}

#window-video-content .related-v-thumb .comment{
	position:absolute;
	bottom:5px;
	left:5px;
	right:6px;
	background:url(images/lights.png);
	font-size:11px;
	color:#FFF;
	padding:4px 5px;
}

#window-video-content .related-v-thumb .comment a{
	color:#CCC;
}

#window-video-content .related-v-thumb .comment a:hover{
	color:#cc0000;
}


#window-video-bottom{
	background:url(images/header-window-bottom.png) no-repeat;
	height:12px;
	width:602px;
}


#window-sidebar{
	position:  absolute;
	width:102px;
	right: 0;
	overflow: hidden;
}

#window-sidebar-top{
	background:url(images/header-window-sidebar-top.png) no-repeat top right;
	height:10px;
	width:302px;
}

#window-sidebar-top h2{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	padding-top: 5px;
	padding-left:20px;
}

#window-sidebar-content{
	background:url(images/header-window-sidebar-bg.png) repeat-y top right;
	width:300px;
	font-size:11px;
	color:#333;
	line-height:1.3;
	padding-right:2px;
}

#window-sidebar-content ul{
	margin:0 0;
	padding:0 0;
	width:300px;
	font-size:12px;
}

#window-sidebar-content ul li{
	height:30px;
}

#window-sidebar-content ul li a{
	display: block;
	height:23px;
	background: url(images/header-window-sidebar-link.png) no-repeat 0px -30px;	
	width: 260px;
	color:#FFF;
	padding-left:40px;
	padding-top:7px;
	font-size:12px;
	text-decoration:none;
}

#window-sidebar-content ul li a:hover{
	background: url(images/header-window-sidebar-link.png) no-repeat 0px -60px;	
}

#window-sidebar-content ul li a.select{
	background: url(images/header-window-sidebar-link.png) no-repeat 0px 0px;	
}




#window-sidebar-bottom{
	background:url(images/header-window-sidebar-bottom.png) no-repeat top right;
	height:12px;
	width:302px;
}


.wccontent textarea{
	font-size:11px;
	color:#000080;
	padding:15px;
	background:#f8f8f8;
	border:1px solid #d9d7d7;
	width:480px;
	font-family:Tahoma, Geneva, sans-serif;
	line-height:1.2;
}

.wccontent .related-v-thumb{
	width:130px;
	height:80px;
	position:relative;
	overflow:hidden;
	margin:auto;
	border:1px solid #d9d7d7;
	background:#FFF;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

.wccontent .related-v-thumb .back{
	position:absolute;
	top:5px;
	left:5px;
}

.wccontent .related-v-thumb .comment{
	position:absolute;
	bottom:5px;
	left:5px;
	right:6px;
	background:url(images/lights.png);
	font-size:11px;
	color:#FFF;
	padding:4px 5px;
}

.wccontent .related-v-thumb .comment a{
	color:#CCC;
}

.wccontent .related-v-thumb .comment a:hover{
	color:#cc0000;
}



/* Content */

#video_strip {
	width:828px;
	margin: 0 56px 15px 56px;
	float:left;
	border-bottom: 10px solid #d6d4d4;
}

#video_strip h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color: #990101;
	text-decoration:none;
	margin-bottom:15px;
}

#content{
	width:620px;
	float:left;
	margin-bottom:15px;
}

.post{
	width:580px;
	padding:10px;
	background:#FFF;
	border: 1px solid #d6d4d4;
	margin-left:10px;
	margin-bottom:15px;
}

.post h2{
	margin:0 0 10px 0;
	padding:0 0;
	display:block;
	font-family:comic sans ms, sans-serif;
	font-size:24px;
	font-weight:bold;
	color: #990101;
	text-decoration:none;
}

.post h2 a{
	font-family:comic sans ms, sans-serif;
	font-size:24px;
	font-weight:bold;
	color: #990101;
	text-decoration:none;
}

.post h2 a:hover{
	color: #cc0000;
}

.post .date{
	background:url(images/date_bg.png) no-repeat;
	width:70px;
	height:66px;
	float: left;
	margin-left:-20px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	padding-top:4px
}

.post .date .day{
	font-size:30px;
}

.post .date .month{
	font-size:12px;
}

.post .meta{
	float:right;
	margin-left:10px;
	width:500px;
}

.post .meta span{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px 5px;
	margin:5px 5px;
	background:#990101;
	color:#FFF;
}

.post .meta span div{
	padding:5px 5px;
}

.post .meta span a{
	color:#CCC;
	text-decoration:underline;	
}

.post blockquote{
	border-left:5px solid #d6d4d4;
	background:#f2f2f2;
	padding:5px 10px;
	margin:10px;
	font-size:12px;
}

.post ol li{
	list-style-type:disc;
	list-style-position:inside;
}

.post ul li{
	list-style-type: decimal;
	list-style-position:inside;
}

.post .meta span a:hover{
	color:#FFF;
}

.post .content{
	margin-top:10px;
	padding:10px;
	font-family:comic sans ms, sans-serif;
	line-height:20px;
	color:#4e4e4e;
	font-size:12px;
}

.post .content a{
	color: #990101;
	text-decoration:underline;
}

.post .content a:hover{
	color: #cc0000;
}


.v-item{
	width:198px;
	height:175px;
	background:#FFF;
	border: 1px solid #d6d4d4;
	float:left;
	margin-bottom:15px;
	margin-right:3px;
	margin-left: 3px;
}


.v-i-top{
	background:url(images/vitop.gif);
	height:28px;
}

.v-i-comments{
	background:url(images/vicmment.png) no-repeat;
	width:28px;
	height:21px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	text-align:center;
	float:right;
	margin:3px 5px 0 0;
	padding-top:1px;
	color:#FFF;
}

.v-item h2{
	margin:0 0;
	padding:0 10px;
	display:block;
	height:55px;
	overflow:hidden;
}

.v-item h2 a{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	font-weight:bold;
	color: #990101;
	text-decoration:none;
}

.v-item h2 a:hover{
	color: #cc0000;
}

.v-i-thumb{
	text-align:center;
	display:block;
	padding:5px 0;
}

a.v-i-sview{
	background:#990101;
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#fff;
	display: block;
	margin-top:0px;
	padding: 3px;
	margin-left:10px;
	width: 36px;
	text-decoration: none;
	border: thin solid #610000;
}

.ratingtext {
	display: none;
}

a:hover.v-i-sview{
	background:#cc0000;
	border: thin solid #990101;
}
/* Comments */
#comments ol, li{
	margin:0 0;
	padding:0 0;
	list-style-type:none;
}

.commentlist li{
	width:590px;
	padding:10px;
	background:#FFF;
	border: 1px solid #d6d4d4;
	margin-left:10px;
	margin-bottom:15px;
}

.commentlist li .cmeta{
	background:url(images/top_comment.png) no-repeat;
	width:140px;
	height:20px;
	padding:5px 10px;
	font-family:Tahoma, Geneva, sans-serif;
	line-height:20px;
	color:#FFF;
	font-size:12px;
	font-weight: bold;
	margin:-15px auto 10px auto;
	text-align:center;
}

.ccontent{
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	line-height:20px;
	color:#4e4e4e;
	font-size:12px;
	width: 485px;
}

.ccontent a{
	color: #990101;
	text-decoration:underline;
}

.ccontent a:hover{
	color: #cc0000;
}

.cleft{
	float:left;
	margin-right:15px;
	font-family:Tahoma, Geneva, sans-serif;
	line-height:16px;
	color:#4e4e4e;
	font-size:10px;
	width:70px;
}

.cleft img{
	display:block;
	width:60px;
	height:60px;
	padding:5px;
	background:#f2f2f2;
	border:1px solid #d9d7d7;
}

.cleft a{
	color: #990101;
	text-decoration:underline;
}

.cleft a:hover{
	color: #cc0000;
}

h3.comments-title{
	margin:0 0;
	padding:0 0;
	text-indent: -9999px;
	background:url(images/comments_title.png) no-repeat;
	display: block;
	margin:20px 10px;
	height: 26px;
	width: 171px;
}
	
h3.leave-reply{
	margin:0 0;
	padding:0 0;
	text-indent: -9999px;
	background: url(images/leave_comment.png) no-repeat;
	display: block;
	margin:20px 10px;
	height: 26px;
	width: 277px;
}

#respond{
	width:600px;
	font-family:Tahoma, Geneva, sans-serif;
	line-height:20px;
	color:#4e4e4e;
	font-size:12px;
	margin-left:10px;
}

#respond a{
	color: #990101;
	font-weight:bold;
}

#respond a:hover{
	color: #cc0000;
}

#respond label{
	font-weight:bold;
}

#author, #email, #url{
	width:350px;
	background:#fff;
	border:1px solid #dad9d9;
	color:#4e4e4e;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	padding:5px;
	margin-bottom:10px;
}

#comment{
	width:400px;
	background:#fff;
	border:1px solid #dad9d9;
	color:#4e4e4e;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	padding:5px;
	margin-bottom:10px;
}

#submit{
	padding:0 0;
	background:#990101;
	font-family:Tahoma, Geneva, sans-serif;
	color: #fff;
	display: block;
	margin:0;
	height: 26px;
	width: 82px;
	border: thin solid #610000;
}

#submit:hover{
	background:#cc0000;
	border: thin solid #990101;
}

.navigation{	
	font-family:Tahoma, Geneva, sans-serif;
	color:#4e4e4e;
	font-size:12px;
	margin:20px 20px;
	width:580px;
	display:block;
}

.navigation a{
	display:block;
	padding:5px 10px;
	background:#FFF;
	border:1px solid #d9d7d7;
	color:#4e4e4e;
	text-decoration:none;
	width:auto;
}

.navigation a:hover{
	color:#222;
}
	

/* Sidebar */
#sidebar{
	width: 320px;
	float: right;
}

#sidebar .widget{
	width:280px;
	background:#FFF;
	border: 1px solid #d6d4d4;
	padding:15px 15px;
	color:#4e4e4e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.2;
	margin-bottom:15px;
}

#sidebar h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color: #990101;
	text-decoration:none;
	margin-bottom:15px;
}

#sidebar h3 a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color: #990101;
	text-decoration:none;
	margin-bottom:15px;
}

#sidebar a{
	color:#4e4e4e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	line-height:1.2;
}

#sidebar a:hover{
	color:#990101;
	text-decoration:underline;
}

#sidebar ul li{
	list-style-type: disc;
	list-style-position: outside;
	margin-left:10px;
}

#sidebar .ads{
	text-align:center;
}

#sidebar .ads a{
	display:block;
	padding:10px;
	background:#FFF;
	border:1px solid #d9d7d7;
	margin-bottom:10px;
}

#sidebar .ads a:hover{
	border:1px solid #666;
}

/* Footer */
#footer{
	border-top: 10px solid #d6d4d4;
	background:#cc0000 url(images/footer.jpg) no-repeat center bottom;
	margin:0 0;
}


#footer #columns{
	width: 960px;
	margin:0 auto;
}

#footer #column1, #column2, #column3{
	float:left;
	width:300px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#footer #column1, #column2{
	margin-right:30px;
}

#footer .widget{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:11px;
	line-height:1.2;
	color:#000000;
	margin-bottom:15px;
}

#footer .widget .widget-top{
	background:url(images/footer-widget-top.png) no-repeat;
	width:300px;
	height:20px;
}

#footer .widget .widget-bottom{
	background:url(images/footer-widget-bottom.png) bottom no-repeat;
	width:300px;
	height:10px;
}

#footer .widget .widget-content{
	background:url(images/footer-widget-bg.png);
	width:270px;
	padding:5px 15px;
}



#footer .widget ul li{
	display:block;
	background: url(images/footer-widget-link-separator.png) repeat-x bottom;
	width:270px;
}

#footer .widget ul li a{
	background-repeat:no-repeat;
	background-position: bottom left;
	display:block;
	padding:5px 15px;
	width:240px;
	color:#000000;
	text-decoration:none;
}

#footer .widget ul li a:hover{
	color:#990101;
	background-position: 0 2px;
}

#footer .widget a{
	color:#c7c7c7;
	text-decoration:underline;
}

#footer .widget a:hover{
	color:#FFF;
}

.sponsors ul {
	list-style: none; margin: 0; padding: 0; display: inline;
}

.sponsors li {
	display: inline;
}

#footer .widget h3{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:24px;
	color: #FFF;
	text-decoration:none;
	padding-bottom:5px;
	text-align:left;
	font-weight:lighter;
}

#footer .copy{
	color:#FFF;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
}

#footer .copy a{
	color:#999;
}

#footer .copy a:hover{
	color:#cc0000;
}
	