/*
Theme Name: NeatoStuff v3
Theme URI: http://www.neatostuff.com/
Description: A place to find neat stuff
Version: 3.0
Author: Rob Bredow (based on Benvolence by Theron Parlin)
Author URI: http://www.185vfx.com/
*/


/* First, reset everything to avoid browser inconsistencies */
/* From yahoo's reset code */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

strong {
	font-weight:bold;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* Now, setup the main areas of the page */

  /* bg */ 
body {
	position: relative;
	background: #b7b7b7 url(/images/bg.jpg) repeat-x top;

	height: 100%;
	font-family: Arial,sans-serif;
	text-align:left;
	color:#333;  /* Dark grey default text */
	font-size: 9.0pt;
}

  /* all the page's content */
#wrapper {
	width: 950px;
	margin: 0 auto;
	margin-top: 10px;
} 

#insideWrapper {
	clear: both;
	width: 950px;
	width: 1000px;
	
	background-image: url(/images/content_bg.png);
        background-position: top left;
        background-repeat: repeat-y;
}
  /* This wraps everything below the masthead 
     and is a nice trick to make everything match up
     at the bottom of the text */

#insideWrapper:after{
content: "."; display: block; line-height: 1px; font-size: 1px; clear: both;}

#blogTitle {
	float: left;
	width: 170px;
	height: 130px;
}

#masthead {
	float: left;
	margin-left: 10px;
 	width: 770px;
 	height: 120px;
	background-image: url("/images/header.jpg");
}

#masthead p {
	margin: 0px;
}

#searchform input{
	position: relative;
	left: 610px;
	top: 8px;
	width: 135px;
	height: 16px;
	background-color: #f4f4f4;
	border: 1px solid #bfb7b5;
	color: #bfb7b5; /* grey */
	padding-left: 2px;
}

#searchform input#search:hover{
	color: #333; /* grey */
}

#sidebar {
	width: 170px;
	float: left;

	margin-left: 5px;
	font-size: 9pt;
	line-height: 11pt;

} 

#content {
	float: left;
	width: 750px;
	margin-left: 10px;
	margin-top: 10px;
/*
	background: #fff;
	border-right: 20px solid #be100f; */ /* red */
}

#sidebar .bottom {
	color: #be100f; /* red */
}
#footer {
	clear: both;
	font-size: 7pt;
	color: #999;
	width: 950px;
	height: 4em;
	margin-top: 1em;
	padding-top: 1em;
	margin-bottom: 1em;
	text-align: center;
	background: #000;
}

.clear {
	clear: both;
}

/* Now, the home page */

.home table td {
	vertical-align: top;
	width: 250px;
	border-right: 1px solid #bfb7b5; /* grey */
}

.home table td.column-3{
	border-right: none;
}

.column-1 {
}

.column-2 {
}

.column-3 {
}

h1 {
	color: #fff;
	margin-left: 0px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-left: 5px;
	
	width: 190px;
	height: 20px;
	background: #f0c926;  /* yellow */
	
	font-size: 12pt;
}

h1 a, h1 a:visited {
	color: #fff;
}

h1 a:hover {
	color: #be100f;
}

.more {	
	clear: both;
	text-align: right;

	color: #fff;
	margin-bottom: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	
	width: 190px;
	height: 17px;
	background: #f0c926;  /* yellow */
}

.more a, .more a:visited {
	color: #fff;
}

.more a:hover {
	color: #be100f;
}


.postwrapper {
	float: left; 
	display: inline;

	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 20px;

	width: 220px;
	height: 160px;
}

.breaking, .news {
	display: block; 
	width: 600px;
	margin-left: 65px;
	margin-bottom: 10px;
	padding: 10px;
	border: 2px solid #bfb7b5; /* grey */
}

.post {
	clear: left;
}
.post p {
	margin-left: 110px;
	margin-bottom: 10px;
}

.featured {
	border: 2px solid #f0c926;  /* yellow */
}

.rules {
	clear: left;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 90%;
	color: #777;
}

.postinfo {
	height: 2.5em;
	width: 220px;	
/*	float: left; */
}

.postimage {
    float: left;
	width: 110px;
	margin-bottom: 10px;
}

.posttitle {
	/*width: 175px; */
	float: left;
}

.posttitlewide {
	width: 150px;
}


.post-price {
    font-size: 10pt;
	line-height: 14pt;
	text-align: right;
    text-align:right;
	float:right;
}

.post-featured {
	text-align: center;
	font-variant: small-caps;
}

.edit {
	text-align: right;	
	font-size: 8pt;
}

.single .postwrapper {
	width: 400px;	
	height: auto;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 10px;
	border: 1px solid #bfb7b5; /* grey */
}

.single .postinfo {
	width: 400px;
}	

.page .postwrapper {
	width: 600px;	
	height: auto;
	margin-left: 65px;
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 10px;
	border: 1px solid #bfb7b5; /* grey */
}

.page p {
        margin: 0px 0px 20px 0px;
}

.page ul {
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 5px;
}

.subscribe {
	clear: left;
	float: left;
	width: 420px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
	border: 1px solid #ccc; 
	padding: 0px; 
	text-align: center;
}

.neato-seals {
    clear: left;
    float: left;
    width: 420px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 0px;
    text-align: left;
	color: #999999;
    border: 1px solid #ccc;
}

.neato-seals img {
	float: left;
	padding: 10px;
}

.neato-seals p {
	margin: 30px;
	line-height: 1.5em;
	font-size: 90%;
}

.giveaway-partners {
    clear: left;
    float: left;
    width: 420px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    padding: 0px;
    text-align: center;
}

.giveaway-partners img{
	padding: 5px;
}
p {
/*        margin: 3px 0px 3px 0px; */
}

.neato-icons {
	border: 1px solid #ccc;
	margin-left: -1px;
	margin-top: -1px;
	width: 299px;
	float: left;
	text-align: center;
}

.neato-icons h3 {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}

.neato-icons .note {
	font-style: italic;
	color: #777;
	display: block;
	margin-top: 5px;
	margin-bottom:-5px;
}

.neato-icons .sample {
	height: 150px;
	display: block;
}

.neato-icons textarea {
	width: 265px;
	height: 80px;
	font-size: 8pt;
	font-family: monospace;
}

em {
	font-style: italic;
}

.disclaimer {
	text-align: center;
	font-size: 8pt;
	color: #888;
	width: 60%;
	margin-left: auto;
	margin-right: auto;

}
.centeredImage {
    text-align:center;
    margin-top:10px;
    margin-bottom:0px;
    padding:0px;
}

#footer a {
	color: #fff;
}

#footer a:visited {
	color: #fff;
}

#footer a:hover {
	color: #be100f;
}
 

.sep {
        width: 0px;
	height: 16px;
}

#sidebar a,
#sidebar a:visited {
	color: #FFF;
}

#sidebar a:hover {
	color: #f0c926;  /* yellow */
}

#sidebar ul {
	margin-bottom: 10px;
}

#sidebar h3 {
	margin-top: 10px;
	font-size: 9pt;
	color: #fff;
	text-align: center;
}

#sidebar .ads {
	width: 160px;
	text-align: center;
}

#sidebar .ads h2 {
	margin-top: 40px;
	font-size: 9pt;
}

#sidebar .ads p {
	margin-top: 10px;
	color: #bfb7b5; /* grey */
}

#sidebar .ads img, #sidebar .ads iframe {
	display: block; 
	margin-left: auto;
	margin-right: auto;
}


#sidebar .ad-text {
	font-size: 9pt;
	color: #bfb7b5; /* grey */
	text-align: center;
}

#sidebar .ad-link {
	text-align: right;
}

#sidebar .ad-google {
	margin-top: 20px;
	margin-bottom: 10px;
}

.commentBox {
	position: relative;
	margin-left: 440px;
	width: 285px;
	background-color: #f5f5f5; 
	text-align: left; 
	border: 1px solid #BFB7B5; 
	padding: 5px;
	font-size: 9pt;
}

.commentBox i{
	font-size: 8pt;
}

#commentform {
	margin-left: 440px;
	margin-bottom: 20px;
	font-size: 8pt;
	position: relative;
	left: -3px;
}

#comment {
	width: 279px;
}

.commentBox p {
	margin-right: 30px;
}

.commentNumber {
	text-align:right; 
	margin-bottom:-20px; 
	margin-right:5px; 
	font-size:20px; 
	color: #b7b7b7;
}

.cite {
	clear: left;
	font-size: 7pt;
	color:#666;
    text-align: right;
}

.time {
	float: left;
	text-align: left;
	width: 100px;
}

.social {
	float: left;
	clear: both;
	margin-left: -2px;
	margin-top: 5px;
}

.social a img {
	border: 0;
}

code {
	font-family: Courier New, Verdana, Serif;
	text-align:left;
	color:#666;
	font-size: 8pt;
}

input, textarea {
	border: 1px solid #B5B7B5;
	background-color: #f5f5f5; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000;
	padding: 2px;
	margin: 1px;
}

textarea {
	padding: 8px;
}

#commentform input {
	width: 90px;
	color: #666;
}

input#submit {
	width: 120px;
	height: 20px;
}

.ad-page input {
	border: 0px;
}

h2 {
	color: #fff;
	font-size: 10pt;
	text-align: left;
	margin-bottom: 6px;
}

.page h2 {
	color: #333;
	font-size: 13pt;
	margin-top: 10px;
}

.page .tags {
	border: 1px solid #bfb7b5; /* grey */
	margin-right: 20px;
	text-align: center;
}

.tags {
	border-top: 1px solid #bfb7b5; /* grey */
	margin: 0px;
	margin-left: -5px;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}

.tags h2 {
	font-size: 13pt;
	margin-top: 10px;
	text-align: center;
}

ul {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
}

li {
	list-style-type: none;
	margin-left: 0px;
}

.post li {
	list-style-type: disc;
	margin-left: 20px;
}

blockquote, blockquote p {
	text-indent: 0px;
	margin-bottom: 7px;
	color: #666;
}

.searchdetails {
	margin-left: 10px;
}
.footerLink {
	color: #666;
	text-decoration: underline;
}

a.footerLink {
	color: #666;
	text-decoration: underline;
}

a.footerLink:visited {
	color: #666;
	text-decoration: underline;
}

a.footerLink:hover {
	color: #999;
}


#sidebar .title {
	color: #fff;
	font-size: 12pt;
}

#sidebar a.title,
#sidebar a.title:visited {
	color: #fff;
}

#sidebar a.title:hover {
	color: #f0c926;  /* yellow */
}

.title {
	font-size: 12pt;
}

a.title,
a.title:visited {
	color: #333;
}

a.title:hover {
	color: #be100f; /* red */
}


.commentPos {
	font-family: 'Arial', Sans-Serif;
	font-size: 7pt;
	position: relative; 
	margin-top: 10px;
	margin-bottom: 2px;
	margin-right: 10px;
	text-align: right;
	text-transform: uppercase;
}

a.commentPos {
	font-family: 'Arial', Sans-Serif;
	color: #ff3333;
}

a.commentPos:visited {
	color: #ff3333;
}

a.commentPos:hover {
	color: #000;
	border: 0px;
}

a, a:visited {
	color: #be100f; /* red */
	text-decoration: none;
}

a:hover {
	color: #f0c926;  /* yellow */
}

/* Begin Images */

.post img {
	padding: 0;
	margin-right: 5px;
	border: 2px solid #bfb7b5; /* grey */
	}

.post img.featured {
	border: 4px solid #f0c926;  /* yellow */
}

img.centered, img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
/*
.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}
*/
/* End Images */


/* News Ticker Styling */


.newspost {

}

#NewsTicker{
	border:solid 1px #cccccc;
	width:740px;
	height:115px;
	margin: 0 0 10px 0;
}
	#NewsVertical {
	width: 720px;
	height: 115px;
	display: block;
	overflow: hidden;
	position: relative;
	}
/* --------------- */
/* Ticker Vertical */
	#TickerVertical {
	/*width: 600px; */
	height: 110px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	}
	#TickerVertical li {
	width: 335px;
	color: #444444;
	text-align: left;
	font-size: 11px;
	margin: 0;
	padding: 6px 10px;
	float: left;
	height: 110px;
	display: inline;
	}
		#TickerVertical li .NewsTitle{
			display: block;
			color: #000000;
			font-size: 20px;
			margin-bottom:6px;
			font-family:Georgia, "Times New Roman", Times, serif;
		}
		#TickerVertical li .NewsTitle a:link,
		#TickerVertical li .NewsTitle a:Visited {
			display: block;
			color: #000000;
			margin-bottom:6px;
			text-decoration:underline;
		}
		#TickerVertical li .NewsTitle a:hover {
			text-decoration:none;
		}
		
		#TickerVertical li .NewsImg{
			float:left;
			margin-right:10px;
			border:solid 1px #DEDEDE;
		}
		#TickerVertical li .NewsFooter{
			display: block;
			font-size: 10px;
			margin:6px 0 14px 0;
			color:#000000
		}

