/*   
Theme Name: Here's the Deal
Theme URI: http://www.wiredupcomputersolutions.com
Description: A custom, 2-column Wordpress theme with a gray background, red striped sidebar, and blue accents.
Author: Matt Frey
Author URI: http://www.wiredupcomputersolutions.com
Version: 2.1
.

.
*/

body {
	background-color: #9c753a;
	background-image: url(images/bg-gradient.png);
	background-repeat: repeat-y;
	background-position: top center;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Tahoma;
}

dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 0;
}

p {
	margin-bottom: 10px;
}

a {
	color: #600;
}

a:hover {
	text-decoration: none;
}

.outer {
	background-image: url(images/header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0 auto;
}

.blocks {
	background-image: url(images/blocks.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0 auto;
}

.wrapper {
	overflow: hidden;
}

.logo {
	margin-top: 30px;
}

.logo span {}

.logo span span {}
	
.nav {
	text-align: right;
	margin-top: 160px;
	margin-right: 10px;
}

.articles {
	background: #fff;
	margin: 0;
	padding: 10px;
	margin-bottom: -10000px;
	padding-bottom: 10000px;
}

.slideshow {
	margin: 0;
}

.article {
	margin: 10px 0 15px;
}

.article-info {
	background-color: #31494f;
	color: #fff;
	height: 40px;
	position: relative;
}

.article-info div {
	float: left;
	height: 40px;
	margin-left: 10px;
	margin-right: 10px;
	position: absolute;
	top: 0;
}

.article-info .date {
	height: 38px;
	text-align: center;
}

.article-info .date .month {
	text-transform: uppercase;
	line-height: 20px;
}

.article-info .date .day {
	font-size: large;
	line-height: 10px;
	font-size: 24px;
}

.article-info .title {
	left: 40px;
	line-height: 40px;
	overflow: hidden;
	}

.article-info .title a {
	color: #fff;
	left: 50px;
}
	
.article-info .title-page {
	line-height: 40px;
	overflow: hidden;
	}

.article-info .title-page a {
	color: #fff;
	left: 50px;
}
	
.entry {
	margin: 10px 0;
	font-family: verdana,arial,tahoma;
}

.entry p {
	}

.comm_tags {
	clear:both;
	display:block;
	overflow:hidden;
}

.comm_tags div {
	background-color: #2c1800;
	color: #fff;
	font-size:1 2px;
	margin: 5px 0 5px 10px;
	padding: 5px 10px;
	float: left;
}

.comm_tags a {
	text-decoration: none;
}

.comm_tags a {
	color: #fff;
	text-decoration: underline;
}

.comm_tags a:hover {
	text-decoration: none;
}

.comm_tags a span {
	text-decoration: underline;
	margin: 0;
	padding: 0;
}

.comm_tags a:hover span {
	text-decoration: none;
}

.comm_tags .category {
}

.comm_tags .tags {
	font-style: italic;
	text-transform: lowercase;
}

.comm_tags .comments {}

.comm_tags span img {
	margin-right:5px;
	vertical-align:middle;
}

.bottom-ad {
	background-color: #ddd;
	width: 600px;
	padding: 10px;
	margin: 20px 0;
	-moz-border-radius: 10px;
	}
	
.bottom-ad p {
	text-indent: 1em;
}

.bottom-ad img {
	float: left;
	margin: 10px -20px 0 0;
}

.bottom-ad span.was {
	color:#999999;
	float:right;
	text-decoration:line-through;
}

.bottom-ad span.now {
	color:#990000;
	float:right;
	font-weight:bold;
}

.bottom-ad a span {
	background: #060;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	padding: 8px;
	float: right;
	-moz-border-radius: 5px;
}

.bottom-ad a:hover span {
	background: #090;
}

.sidebar {
	background-color: #807970;
	margin: 0;
	padding: 10px;
	margin-bottom: -10000px;
	padding-bottom: 10000px;
	margin-top: 250px;
}

.sidebar .block {
	background-color: #2c1800;
	color: #fff;
	font-family: verdana,arial,tahoma;
	font-size: 10px;
	padding: 10px;
	margin-bottom: 20px;
}

.sidebar .block h4 {
	margin-bottom: 10px;
}

.sidebar .block p {
	margin-top: 10px;
}

.block a {
	color: #fff;
	font-size: 13px;
}

.sidebar .twitter-timestamp {
	font-style: italic;
}
	
.sidebar a:hover {
	text-decoration: none;
}

#searchform .screen-reader-text {
	display: none;
}

a.twitter_title_link {
	font-size: 19px;
}
/* begin navigation */
.menu, .menu ul {
	padding: 0;
	list-style-type: none;
	display: block;
	margin: 0;
}
.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
}
.menu li:hover {
	z-index: 10000;
	white-space: normal;
}
.menu li li {
	float: none;
}
.menu ul {
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
}
.menu li:hover>ul {
	visibility: visible;
	top: 100%;
}
.menu li li:hover>ul {
	top: 0;
	left: 100%;
}
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {
	min-height: 0;
}
.menu ul {
	background-image: url(images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
* html .menu, * html .menu ul {
	height: 1%;
}
* html .menu li.menuhover {
	z-index: 10000;
}
* html .menu .menuhoverUL {
	visibility: visible;
}
* html .menu .menuhoverUL {
	top: 100%;
	left: 0;
}
* html .menu .menuhoverUL .menuhoverUL {
	top: 0;
	left: 100%;
}
* html .menu ul a {
	height: 1%;
}
* html .menu li li {
	float: right;
	width: 100%;
}
* html .menu .menuhoverUL .menuhoverUL {
	top: 5px;
	left: 100%;
}
* html .menu, * html .menu ul {
	height: 1%;
}
* html .menu li.menuhover {
	z-index: 10000;
}
* html .menu .menuhoverUL {
	visibility: visible;
}
* html .menu .menuhoverUL {
	top: 100%;
	left: 0;
}
* html .menu .menuhoverUL .menuhoverUL {
	top: 0;
	left: 100%;
}
* html .menu ul a {
	height: 1%;
}
* html .menu li li {
	float: right;
	width: 100%;
}
.menu {
	
}
* html .nav {
	zoom: 1;
}
/* end navigation */

/* begin MenuItem */
.menu ul li {
	clear: both;
}
.menu a , .menu a span {
	height: 35px;
	display: block;
	color: #fff;
	background: #2c1800;
}
* html .menu a , * html .menu a span {
	float: right;
}
.menu a {
	cursor: pointer;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
}
.menu a span span {
	text-decoration: none;
	color: #FFFFFF;
	padding: 0 4px;
	margin: 0 6px;
	line-height: 35px;
	text-align: center;
}
* html .menu a span span {
	background: #074666;
}

.menu li.current_page_item a span {
	background-color: #2c1800;
}
	
.menu a:hover span span {
	color: #FFFFFF;
}
.menu a:hover span {
	background-color: #564938;
}
.menu li:hover a span span {
	color: #FFFFFF;
}
* html .menu .menuhover .menuhoverA span span {
	color: #FFFFFF;
}

/* end MenuItem */

/* Comments */

.postcomments li {
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-top: 5px;
	padding: 5px;
}

.commentlist {
	list-style-type: none;
}

.odd {
	background-color: #e9e9e9;
}

.children {
	list-style-type: none;
	margin-left: 15px;
}

.commentlist li {
	margin-left: 0;
}

.bypostauthor{
	background-color: #c3dce9;
}

.bypostauthor .children li {
	background-color: #fff;
}

.bypostauthor .children .bypostauthor {
	background-color: #c3dce9;
}

.bypostauthor .children .bypostauthor .children li {
	background-color: #fff;
}

.bypostauthor .children .bypostauthor .children .bypostauthor {
	background-color: #c3dce9;
}

.comment-author {
}


/* end Comments */

.footer {
	position:relative;
	top:-70px;
	z-index:-1;
}

.footer .bg {
	background-color:#31494F;
	height:70px;
}

.footer .text {
	width: 100%;
	font-size:11px;
	text-align: center;
	color: #fff;
	background-color: #2c1800;
	line-height: 35px;
	margin: 0 0 100px;
}

.footer a {
	color: #fff;
}

.footer a:hover {
	text-decoration: none;
}