/*
Theme Name: Valve 08
Theme URI: -
Description: Valve blog WordPress template
Author: Valve Branding Oy
Author URI: http://www.valve.fi
*/

html{
	height:100%
}

body {
	height:100%;
	margin: 0;
	padding: 0;
	color: #fff;
	font: 13px/15px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif
}

.skip, hr{
	position: absolute;
	left: -9999px;
}

#spacer {
	height:200px;
}

#page {
	min-width:900px;
	min-height:100%;
	margin:0 auto;
	position: relative;
}

* html #page {
	height:100%;
}

#frontpage {
	font-size:11px;
	line-height:13px;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	margin: 16px 0 6px 0;
	padding: 0;
	font-weight:bold;
	text-transform:uppercase;
}

h1 { 
	font-size: 22px; 
	line-height: 22px; 
}
h2 { 
	font-size: 17px; 
	line-height: 17px; 
}
h3 { 
	font-size: 14px; 
	line-height: 14px;
}
h4 { 
	font-size: 14px; 
	line-height: 14px;
}
h5 { 
	font-size: 14px; 
	line-height: 14px; 
}
h6 { 
	font-size: 12px; 
	line-height: 12px; 
}
.top {
	margin-top: 0;
}

/* Links */
a:link, a:visited, a:hover, a:active {
	color: #ff0000;
	text-decoration: none;
}
a:hover, a:active { 

}
.link_arrow {
	color:#FF0000;
}

/* General */
p {
	margin: 0 0 16px 0;
	padding: 0;
}
img { 
	border: none; 
} 
hr { 
	margin: 20px 0;
}

/* Lists */
ul, ol { 
	margin: 0 0 10px 25px;
	padding: 0;
}
ol { 
	margin-left: 25px;
}
li {
	margin: 0;
	padding: 0 0 4px 0;
}

/* Forms */
form {
}
label {
	color:#444;
	display:block;
	font-weight:bold;
	margin:5px 0;
}
.input {
	border:1px solid #eee;
	color:#777;
	font:90% Verdana;
	margin: 0 0 10px 0;
	padding:4px;
	width:300px;
}
textarea {
	border:1px solid #eee;
	color:#777;
	display:block;
	font:90% Verdana;
	height:200px;
	margin: 0 0 10px 0;
	padding:4px;
	width:400px;
}


/* Header */

#header {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:19px;
	z-index:9999;
	background:#000;
	padding-top: 6px;
	font-size:12px;
	border-bottom: 1px solid #666;
}


#header a {
	background:url(images/nav_seperator.gif) right 4px no-repeat;
	padding-right:20px;
	margin-right: 6px;
	text-decoration: none;
	text-transform: uppercase;
}

#header a:active, #header a:focus {
	outline:none;
}

#header a.fwd {
	background:url(images/nav_seperator_fwd.gif) right 4px no-repeat;
	padding-right:40px;
}

#header a.active {
	color:#fff;
}

#header a.last_centered {
	background:none;
	padding-right:0;
}

#header a.first {
	margin-left:10px;
	float:left;
	background:none;
	padding-right:0;
}
#header a.last {
	margin-right:10px;
	float:right;
	background:none;
	padding-right:0;
}

.container {
	margin:0 auto;
	position:relative;
	z-index: 2;
	background: url(images/bg_fade-trans.png) no-repeat; 
	width: 886px;
	height: 182px;
}
*html .container {
	margin-top: 0;
}

#logo {
	position:absolute;
	left:389px;
	top: 39px;
}

#page_frame {
	background: #000;
	width: 886px; 
	overflow: hidden;
	margin:0 auto;
	padding-top: 5px;
}

#content {
	width: 900px;
	margin: 0 auto 0 auto;
	text-align: left;
}

br.clear {
	clear:both;
}


.center {
	text-align:center;
}

.cols2 {
	clear: both;
	position: relative;
	margin: 0;
	padding: 0;
	width: 900px;
	overflow: hidden;
}

.cols2 .column-left {
	width: 443px;
	float:left;
}
.cols2 .column-right {
	width: 443px;
	float: right;
}

.right {
	text-align:right;
}

.left {
	text-align:left;
}

#contact_sheet {
	height:384px;
	background-color:#000;
	overflow:hidden;
	position:relative;
	margin-top: 26px;
	color: #fff;
	font-size:12px;
	overflow: hidden;
}

#contact_flash_content {
	height:363px;
}

#white_logo {
	position:absolute;
	left:396px;
	top:45px;
	z-index: 20000;
}
#contact_sheet_control {
	padding-top:2px;
	height:18px;
	position:absolute;
	bottom:0px;
	background:#FF0000;
	width:100%;
	cursor:pointer;
	text-align: center;
}

#contact_sheet a {
	text-transform: uppercase;ß
}

#contact_sheet select {
	background: #222;
	color: #fff;   
	margin-top: 2px;
	font: 10px/12px Arial, Helvetica, sans-serif;	
	width: 294px;
}

#headings {
	position:absolute;
	top:55px;
	left:198px;
}

#contact_sheet .company {
	position:absolute;
	top:180px;
	left:351px;
	width:200px;
	text-align: center;
}

#contact_sheet .contacts {
	position:absolute;
	top:103px;
	left:572px;
	width:300px;
	text-align: left;
}

#contact_sheet .contacts p {
	background: url(images/contact/paragraph_mark.gif) repeat-x left bottom;
	padding-bottom:10px;
	margin: 0 0 6px 0;
}


.grey {
	color:#ccc;
}

ul {
	list-style:disc;
}

ul li ul {
	margin-top:4px;
	font-size:11px;
}

.nojavascript {
	padding:8px;
	font-size:14px;
	color:#000;
	background:url(images/notification_bar_bkg.gif);
}

/* BLOG */


#print-logo {
	display: none;
}

.blog {
	background: #fff url(images/bkg_news_blog.jpg) center 25px no-repeat fixed;
	color: #fff;
	padding-top: 26px;
}

.cols2_blog {
	clear: both;
	position: relative;
	margin: 0;
	padding: 0;
	width: 886px;
	overflow: hidden;
	margin-left: 0;
}

*html .cols2_blog {
	background: #000;
}

.cols2_blog .column-left {
	width: 432px;
	float:left;
}
.cols2_blog .column-right {
	width: 431px;
	float: right;
}

.blog-column-left {
	float: left;
	display: inline;	
	margin-left: 38px;
	width: 507px;		
	text-align: left;
	padding-bottom: 2em;
	overflow: hidden;
}

.blog-column-right {
	float: right;
	display: inline;	
	margin-right: 45px;
	width: 236px;
	text-align: left;
	padding-bottom: 2em;	
}

.blog-column-left .hr {
	clear: both;
	height: 2.15em;
	overflow: hidden;
	background:url(images/bg_post_hr.gif) repeat-x;
}

.cols2_blog h3 {
	text-transform: none;
	font-size: 19px;
	line-height: 1.3em;
}

.blog-column-left .hr hr {
	display: none;
}

h2.heading_blog {
	padding-bottom: 16px;
}

.date {
	font-size: 18px;
	line-height: 1.1em;
	color: #a6a6a6;
}

.date p {
	margin: 0;
	padding: 0 0 .25em 0;
}

h2.storytitle {
	font-size: 23px;
	line-height: 1em;
	text-transform: none;
	font-weight: normal;
	margin: 0;
	padding: 0 0 1em 0;
}

h2.storytitle, h2.storytitle a, h2.storytitle a:visited {
	color: #fcff16;
}

.storycontent {
	color: #fff;
	font-size: 14px;
	line-height: 1.25em;
}

.storycontent ul {
	margin: 0.5em 0 0 0;
	padding: 0 0 0.5em 0;
}

.storycontent ul li {
	margin: 0 0 0 15px;
	padding: 0 0 .25em 0;
	list-style-type: disc;
}
.storycontent ul li ul {
	margin: .2em 0 .5em 0;
	padding: .1em 0 0 0;
}

.storycontent ul li ul li {
	margin: 0 0 .1em 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2em;
	color: #aaa;
}

.storycontent p {
	margin: 0;
	padding: 0 0 .65em 0;
}

.storycontent blockquote {
	margin: 0;
	padding: 0.25em .5em 0.5em 26px;
	background:url(images/bg_quote-trans.png) no-repeat 3px .4em;	
}

.storycontent a img {
	border: 1px solid #444;
	padding: 2px;
	margin: 1em 0 1em 0;
}

.storycontent a img:hover {
	color: #fcff16;
	border: 1px solid #fcff16;	
}

.storycontent blockquote p {
	padding: 0 0 .5em 0;	
}

.meta, .feedback {
	margin-top: 1em;
	color: #a6a6a6;
	font-size: 12px;
	line-height: 1.25em;
}

.feedback {
	margin-top: 1.5em;
	padding-bottom: 1em;
}

.social {
	padding: 0 0 20px 0;
}

.social-single {
	margin-top: 20px;
}

.wp-notable {
	display: block;
	float: left; 
	width: 24px;
	height: 20px;
	border: 1px solid #222;
	padding-top: 3px;
	margin-right: 1px;
	background: #222;
	text-align: center;
}

.wp-notable img {
	vertical-align: middle;
}	

.wp-notable:hover {
	border: 1px solid #555;
}

#menu {
	padding-bottom: 1em;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu ul li.widget {
	padding: 2.25em 0 1.5em 3px;
	background:url(images/bg_menuitem.gif) repeat-x;	
	text-transform: uppercase;
	color: #a6a6a6;
	font-size: 12px;

}

#menu ul li.widget_search {
	padding-bottom: 0;
}

#menu ul li.widget select {
	display: block;
	margin-top: .75em;
	font: 12px/15px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif
}

#searchform {
	margin: 0 0 0 -3px;
	padding: 0;
	width: 172px;
	float: left;
}

#searchform label {
	position: absolute;
	left: -9000px;
}

#searchform input {
	width: 120px;
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 2px 2px 4px;
	height: 15px;
	border: 1px solid #333;
}
#searchform button{
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	color: #fff;
	vertical-align: -5px
}
p#rss {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 1.5em 0;
}

p#rss img {
    -moz-opacity:0.80;
}

p#rss img:hover {
    -moz-opacity: 1;
}

#menu ul li.widget ul {
	margin-top: .85em;
	text-transform: none;
}

#menu ul li.widget ul li {
	padding-bottom: .75em;
	line-height: 1.25em;	
}

#menu ul li.widget ul li, #menu ul li.widget ul li a {
	color: #fff;

}

.recentcomments a {
	font-style: italic
}

#menu ul li.widget_links ul li {
	padding: 0 0 .25em 0;
}	

#menu ul li.widget select, #menu ul li.widget option {
	text-transform: none;
}

.page_links {
	font-size: 16px;
	text-transform: uppercase;
}

.commentlist {
	margin: 0;
	padding: 0;
	margin-left: 0px;
	border-left: 0;
	border-right: 0;		
	padding-top: 1.15em;
}

.commentlist li {
	list-style-type: none;
	margin: 0 0 9px 0px;
	background: #1b1b1b;
	padding: 1.15em 1.5em 1px 1.5em;
	font-weight: normal;
	line-height: 1.4em;	
	color: #eee;
	font-size: 13px;
}
.commentlist li.alt {
	background: #111;
}

.commentmetadata {
	font-size: 12px;
}

.commentlist li em {
	background: #444;
	color: #fff;
}

.commentmetadata a.comment-date {
	color: #888;
}

.commentlist li .commentbody {
	border-top: 3px solid #222;
	margin-top: .85em;
	padding-top: .85em;
}

.commentlist li.alt .commentbody {
	border-color: #191919;
}

h3.comm {
	color: #fff;
	font-weight: normal;
}	

.comment_container {

}

img.ajaxloader {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	margin-top: -12px;
}	

#commentform {
	margin: 1.25em 0 0 0;
	padding: 0;
}

#commentform p {
	clear: left;
	margin: 0;
	padding: 0 0 .5em 0;
}

#commentform input.txt {
	display: block;
	float: left;
	width: 160px;
	margin-bottom: 1em;
	border: 1px solid #333;
	font-size: 13px;	
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	height: 17px;	
	color: #000;
}

#commentform label {
	display: block;
	float: left;
	width: 320px;	
	margin-left: 10px;
	font-size: 15px;
	color: #a6a6a6;
	font-weight: bold;
}

#commentform label.not_required {
	color: #666;
}

#commentform textarea {
	display: block;
	border: 1px solid #333;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 4px;
	color: #000;	
	width: 498px;
	margin-bottom: 1.25em;
}

.btn_submit {
	width: 77px;
	height: 21px;
    -moz-opacity: 0.80;
    opacity: 0.80;    	
}

.btn_submit:hover {
    -moz-opacity: 1;
    opacity: 1;    	
}

.similar_posts {
	margin-top: 1.75em;
	border-top: 3px solid #191919;
	padding-top: .25em;
}

.similar_posts ul {
	margin: 0;
	padding: 0;	
}

.similar_posts ul li {
	margin: 0;
	padding: 0 0 .45em 0;	
	list-style-type: none;
	font-size: 13px;
}

.preload {
	display: none;
}

.awpcomments {
	margin-top: 1.75em;
	border-top: 3px solid #191919;
	padding-top: .25em;
}

/* Clear floated elements */

.floatcontainer:after { 
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0; 
    clear: both; 
    visibility:hidden; 
} 
.floatcontainer {
    display: inline-block;
} 
/* Hides from IE Mac \*/ 
* html .floatcontainer {
    height: 1%;
} 
.floatcontainer {
    display:block;
} 
/* End Hack */ 

