﻿/*
Theme Name: Tech Rage News
Author: PCR Tech
Version: 1.0
*/
body {
	background-image:url('images/background.png');
	background-repeat:repeat-x;
	background-position: left top;
	background-color: #efefef;
	font-family: Helvetica, Arial, san-serif;
}
#wrapper {
	width: 960px;
	position:relative;
	margin: 0 auto 0 auto;
}
#header {
	width:960px;
	height: 275px;
	margin: 15px 0 0 0;
	background-image:url('images/banner.png');
}
#banner {
	width:570px;
	height: 245px;
	margin: 0 0 0 315px;
	padding: 15px;
	text-align:left;
}
#banner p {
	font-size: 18px;
	line-height: 22px;
	font-family: Georgia, Helvetica, Arial, san-serif;
	color: #efefef;
}
#innerWrapper {
	width: 878px;
	position:relative;
	margin: 0 auto 0 auto;
}
#nav {
	width: 878px;
	height: 35px;
	border-bottom: 1px solid gray;
}
#nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#nav li {
	float:left;
}
#nav li a {
	text-decoration:none;
	line-height: 38px;
	padding: 0 10px;
	color: #000000;
}
#content {
	width:878px;
	overflow: hidden;
}
#primary {
	width: 635px;
	padding: 20px 20px 20px 0;
	float: left;
}
#secondary {
	width: 200px;
	padding: 20px 0 20px 20px;
	float: right;
}
#footer {
	width: 960px;
	height: 5px;
	float: left;
	border-top: 1px solid gray;
}
/** content **/
h1, h2, h3, h4, h5, h6 {
	color: black;
	line-height: 1em;
	margin: 0 0 20px 0;
	font-weight:normal;
}
p {
	font-size: 16px;
	line-height: 24px;
	padding:0;
    margin: 0;
}
blockquote {
	font-style: italic;
	padding: 0 15px;
}
cite, em, i {
	font-style: italic;
}
ul {
	list-style: square;
	margin: 0 0 0 17px;
}
ol {
	list-style: decimal;
	margin: 0 0 0 17px;
}
.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin: 0 10px 12px 0;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin: 0 0 12px 10px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 12px auto;
}
/** The Loop **/
#content .title, #content .singleTitle {
	color: black;
	font-size: 21px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 0;
}
.archiveTitle {
	color: black;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 15px 0;
}
.title a:link, .title a:visited {
    color: black;
    text-decoration: none;
}
.time {
	color: #888;
    font-size: 12px;
}
.entry {
	clear: both;
	padding: 12px 0 0 0;
}
.more-link {
	color: #000000;
	text-decoration:none;
}
p.postmetadata {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	margin: 15px 0 15px 0;
}
p.postmetadata a {
	color: #888;
}
.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.navigation a:link, .navigation a:visited {
	color: #888;
	text-decoration: none;
}
.alignLeft {
	float: left;
}
.alignRight {
	float: right;
}
/** comments **/
#commentsWrapper {
	clear: both;
}
.comment-author cite, .comment-author cite a {
	color: black;
	font-style: normal;
	font-weight: bold;
	text-decoration:none;
}
.commentlist {
	list-style: none;
    margin: 15px 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #E7E7E7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 20px;
	position: relative;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link, .comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.reply, #comments {
	margin: 18px 0;
	color: black;
	font-size: 20px;
	font-weight: bold
}
.reply a {
	color: #888;
	font-size: 12px;
}
#respond {
	border-top: 1px solid #E7E7E7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
/** sidebar **/
#secondary ul {}
.widget {
    margin: 0 0 18px 0;
}
.widget_search label {
    display: none;
}
h2.widgettitle {
    color: #222;
    font-size: 21px;
    font-weight: bold;
    margin: 0 !important;
}
.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	border: none;
	margin-left: 15px;
	padding: 0;
	list-style: square;
}
.widget-area a:link, .widget-area a:visited {
	text-decoration: none;
	color:#000000;
	font-size: 12px;
	line-height:16px;
}
.widget-area a:hover {
	color: #ff4b33;
}
/** Misc **/
.pcrtech {
	font-size: 10px;
	color: #000000;
	text-align:center;
	margin: 7px 0;
}
.pcrtech a {
	color: #000000;
	text-decoration:none;
}
.subscribe {
	width:450px;
}
.subscribeLeft {
	float:left;
	width: 175px;
}
.subscribeRight {
	float:right;
	width: 250px;
}
.subscribeLink {
	height: 28px;
}
.subscribe img {
	margin: 0 10px 0 0;
	float:left;
}
.subscribe a {
	font-size: 18px;
	line-height: 22px;
	font-family: Georgia, Helvetica, Arial, san-serif;
	color: #efefef;
	text-decoration:none;
}
.powerpress_player {
	margin-top:15px;
}
.share {
	height: 25px;
	display: block;
}
.tw_button {
	float: left;
}
