/*
    Theme Name: Steamroller
    Theme URI: http://www.steameroller-studios.com/
    Description: Steamroller is a wordpress theme by <a href="http://www.steameroller-studios.com/">Steamroller Studios</a>
    Version: 1.0
    Author: Steamroller Studios
    Author URI: http://www.steameroller-studios.com/
*/

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	margin: 0px;
	vertical-align: bottom;
	position: relative;
	bottom: 0px;
}
a {
	text-decoration: none;
	color: #B52D1E;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

a:hover {
	text-decoration: none;
	color: #1a5574;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	z-index: -1;
	position: absolute;
	background-position: center top;
	width: 100%;
	height: 100%;
	float: right;
	left: 0;
	top: 0;
}


#container {
	width:819px;
	position:relative;
	height:410px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* search form */

#search {
	position:absolute;
	text-align:right;
	width:250px;
	left:520px;
	top:10px;
	z-index:100;
}
#search form {
	padding:0;
	margin:0;
}
#search .txtField {
	border:1px solid #fff;
	width:138px;
	margin:0;
	padding:3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(images/search-back.gif) transparent;
}
#search .btnSearch {
	border:1px solid #fff;
	color:#fff;
	margin:0;
	padding:2px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:url(images/btn-back.gif) transparent;
}


/* menu */

#menu-holder {
	position:absolute;
	top:43px;
	left:440px;
	width:340px;
	overflow:hidden;
	height: 80px;
}
#menu {
	width:325px;
	height:90px;
	margin:0;
	padding:0;
	position:relative;
}
#menu li {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
}
#menu li, #menu a {
	height:35px;
	display:block;
}
#images {
	text-indent:-300em;
	overflow:hidden;
	left:0px;
	width:110px;
}
#videos {
	text-indent:-300em;
	overflow:hidden;
	left:115px;
	width:105px;
}

#forums {
	text-indent:-300em;
	overflow:hidden;
	left:230px;
	width:105px;
}

#reviews {
	text-indent:-300em;
	overflow:hidden;
	left:60px;
	width:100px;
	top: 40px;
}

#about-us {
	text-indent:-300em;
	overflow:hidden;
	left:165px;
	width:130px;
	top: 40px;
}



#images a:hover {
	background-color: transparent;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	background-position: 4px -2px;
}
#videos a:hover {
	background-color: transparent;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	background-position: -111px -2px;
}
#forums a:hover {
	background-color: transparent;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	background-position: -226px -2px;
}
#reviews a:hover {
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	background-position: -56px -42px;
}
#about-us a:hover {
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	background-position: -161px -42px;
}


#links {
	width:220px;
	height:150px;
	margin:0;
	padding:0;
	position: relative;
}


#links .link-buttons{
	height: 70px;
}

#links .link-buttons li {

}
#links .link-buttons li a {
	display: block;
	height: 70px;	
}

#links .link-buttons .facebook {
	text-indent:-300em;
	overflow:hidden;
	left:0px;
	width:70px;
	height: 70px;
	background-repeat: no-repeat;
	background-image: url(images/facebook.png);
	top:0px;
	left:0px;
	position: absolute;
}
#links .link-buttons .twitter {
	background-image: url(images/twitter.png);
	text-indent:-300em;
	overflow:hidden;
	top:0px;
	left:75px;
	width:70px;
	height: 70px;
	background-repeat: no-repeat;
	position: absolute;
}
#links .link-buttons .youtube {
	background-image: url(images/youtube.png);
	text-indent:-300em;
	overflow:hidden;
	top:0px;
	left:150px;
	width:70px;
	height: 70px;
	background-repeat: no-repeat;
	position: absolute;
}

#links .link-buttons .rss {
	background-image: url(images/rss.png);
	text-indent:-300em;
	width:70px;
	height: 70px;
	background-repeat: no-repeat;
	left: 0px;
	top: 75px;
	overflow: hidden;
	position: absolute;
}

#links .link-buttons .forum {
	background-image: url(images/forum.png);
	text-indent:-300em;
	width:70px;
	height: 70px;
	background-repeat: no-repeat;
	left: 75px;
	top: 75px;
	overflow: hidden;
	position: absolute;
}

#links .link-buttons .email {
	background-image: url(images/email.png);
	text-indent:-300em;
	overflow:hidden;
	top:75px;
	left:150px;
	width:70px;
	height: 70px;
	background-repeat: no-repeat;
	position: absolute;
}


#links .link-text{
	padding-left: 165px;

}

#links .link-text ul{
	padding-left: 40px;

}

#links .link-text li{
}


/* blog title */

#title {
	position:absolute;
	width:400px;
	height: 240px;
	cursor: pointer;
	left: -50px;
}


/* content */

#content {
	width:764px;
	margin:0 auto;
	padding-right:55px;
	background-image: url(images/notepad-back.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	z-index: 0;
}
#content .watermark {
	background-image: url(images/watermark.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 720px;
	width: 701px;
	z-index: 1;
	background-position: 40px top;
}
#content .col01 {
	float:left;
	padding-left:70px;
	width:425px;
	font-size:12px;
	line-height:20px;
	z-index: 100;
}
#content .col01 h3 {
	font-size:24px;
	line-height:28px;
	font-weight:normal;
	margin:0;
	padding:0 0 30px;
	background-image: url(images/xline.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index: 100;
	font-family: Arial, Helvetica, sans-serif;
}
#content .col01 h4 {
	font-size:18px;
	line-height:22px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0 0 16px;
	z-index: 100;
}
#content .col01 .post {
	padding-bottom:30px;
	z-index: 100;
}
#content .col01 .thumbnail {
	float:right;
	margin:10px 0 10px 10px;
}
#content .col01 .meta {
	font-size:11px;
	text-align:right;
	background-repeat: no-repeat;
	padding-top:28px;
	background-image: url(images/oline.gif);
	background-position: center top;
}
#content .col01 .post-inner {
	position:relative;
}
#content .col01 .post-inner .date-tab {
	position:absolute;
	top:0px;
	left:-95px;
	height:90px;
	width:90px;
	background:url(images/date-button.png) no-repeat;
}
#content .col01 .post-inner .date-tab-sticky {
	position:absolute;
	top:0px;
	left:-95px;
	height:110px;
	width:90px;
	background:url(images/date-button-sticky.png) no-repeat;
}
#content .col01 .thumbnail {
	float:right;
	margin:12px 0 12px 12px;
}
.month {
	text-align:center;
	display:block;
	font-size:11px;
	color: #dadbc4;
	font-weight: bold;
	padding-top: 27px;
}
.day {
	text-align:center;
	display:block;
	font-size:18px;
	font-weight:bold;
	color: #dadbc4;

}

#content .col02 {
	float:right;
	width:220px;
	font-size:11px;
	line-height:16px;
}
#content .col02 .recent-posts {
	background:url(images/postitBack.jpg) repeat-y;
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 11px;
}
#content .col02 .recent-posts ul {
	padding:0;
	margin:0;
}
#content .col02 .recent-posts ul li {
	font-size:11px;
	line-height:18px;
	list-style:none;
	padding:0;
	margin:0;
}
#content .col02 .recent-posts ul li .listMeta {
	font-size:10px;
}
#content .col02 .recent-posts ul li a {
	color:#21565E;
	border-top:1px solid #ffffbe;
	display:block;
	width:170px;
	margin:0 auto;
	padding:4px 0 4px 25px;
	background:url(images/bullet-postit.gif) no-repeat 5px 8px;
}
#content .col02 .recent-posts ul li a:hover {
	text-decoration:none;
	color:#000;
	background:url(images/bullet-postit-on.gif) no-repeat 5px 8px #ff5092;
}
#content .col02 .postit-bottom {
	height:42px;
	font-size:11px;
	text-align:right;
	background-image: url(images/postit-bottom.gif);
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-top: 20px;
}

#content .col02 .features-upper {
	height:82px;
	background:url(images/features-upper.gif) no-repeat;
}
#content .col02 .features {
	background-image: url(images/features-back.gif);
	background-repeat: repeat-y;
	background-position: 0px -2px;
}
#content .col02 .features ul {
	margin:0;
	padding-left: 40px;
}
#content .col02 .features ul li {
	font-size:11px;
	line-height:18px;
}
#content .col02 .features-btm {
	height:60px;
	background:url(images/features-btm.gif) no-repeat;
	padding-left: 60px;
	padding-top: 20px;
}
#content .col02 .links ul {
	margin:0 0 20px;
	padding:0;
}
#content .col02 .links ul li {
	font-size:11px;
	line-height:18px;
	list-style:none;
	background:url(images/xline.gif) no-repeat bottom;
}
#content .col02 .links ul li a {
	color:#21565E;
	margin:0 auto;
	display:block;
	width:212px;
	padding:6px 0;
}
#content .col02 .links ul li a:hover {
	text-decoration:none;
	color:#000;
}

#content .col02 .side-meta {
	text-align: right;
}
#content .col02 .side-meta ul {
	margin:10px 0;
	padding:0;
}
#content .col02 .side-meta ul li {
	font-size:10px;
	line-height:14px;
	list-style:none;
}
#content .col02 .side-meta ul li a {
	color:#21565E;
	margin:0 auto;
	display:block;
	width:212px;
	padding:2px 0;
}
#content .col02 .side-meta ul li a:hover {
	text-decoration:none;
	color:#000;
}


/* footer */

#footer-holder {
	width:819px;
	margin:0 auto;
	position:relative;
}
#footer-holder .footer {
	height:104px;
	z-index:100;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
#footer-holder .txt {
	font-size:9px;
	line-height:13px;
	color:#000;
	z-index:105;
	font-family: "Times New Roman", Times, serif;
	position: absolute;
	width: 769px;
	text-align: center;
	left: 0px;
	top: 0px;
	padding-top: 10px;
	padding-left: 50px;
}


/* next previous */

.previous a {
	float:left;
	width:93px;
	height:33px;
	text-indent:-400px;
	background:url(images/link-older.gif) no-repeat 0 0;
	overflow:hidden;
}
.previous a:hover {
	background:url(images/link-older.gif) no-repeat 0 -33px;
}
.next a {
	float:right;
	width:93px;
	height:33px;
	text-indent:-400px;
	background:url(images/link-newer.gif) no-repeat 0 0;
	overflow:hidden;
}
.next a:hover {
	background:url(images/link-newer.gif) no-repeat 0 -33px;
}


/* comment styles */

.comments, .name, .email, .website, .txt-email-sub, .txt-website-example {
	display:block;
	text-indent:-800px;
	font-size:10px;
	overflow:hidden;
	margin:0;
	padding:0;
}
.comments {
	height:27px;
	background:url(images/txt-your-comment.gif) no-repeat;
}
.name, .email, .website {
	width:80px;
	float:left;
	margin-right:12px;
	clear:left;
	left: 0px;
}
.name {
	height:30px;
	background-image: url(images/txt-name.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.email {
	height:30px;
	background-image: url(images/txt-email.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.website {
	height:30px;
	background-image: url(images/txt-website.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.txt-email-sub {
	height:20px;
	background:url(images/txt-email-sub.gif) no-repeat 90px 0;
	clear:both;
}
.txt-website-example {
	height:20px;
	background:url(images/txt-site-example.gif) no-repeat 90px 0;
	clear:both;
}
#commentform {
	padding:0;
	margin:0;
}
#commentform .comment-field {
	border:1px solid #939393;
	width:320px;
	margin:0;
	padding:3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#fff;
	float:left;
}
#commentform .comment-box {
	border:1px solid #939393;
	width:425px;
	margin:0 0 10px;
	padding:3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#fff;
}


/* comment list */

.commentlist {
	margin:20px 0;
	padding:0;
}
.commentlist li {
	padding:12px 0;
	background:url(images/ocomment.gif) no-repeat bottom;
	font-size:12px;
	line-height:25px;
	list-style:none;
}
.commentdate {
	font-size:10px;
	height: 10px;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 10px;
}
.commentheader {
	background-image: url(images/xcomment.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 20px;

}
.commentlist li cite {
	font-weight:bold;
	font-style:normal;
}
#steamroller {
	position:absolute;
	width:190px;
	height: 70px;
	cursor: pointer;
	bottom: 40px;
	left: 40px;
}
#chillingo {
	position:absolute;
	width:160px;
	height: 50px;
	cursor: pointer;
	bottom: 40px;
	left: 230px;
}
#buyNow {
	position:absolute;
	width:150px;
	height: 150px;
	cursor: pointer;
	left: 553px;
	top: 126px;
}
