@charset "UTF-8";
/* CSS Document */


html, body {
	margin:0;
	padding:0;
	text-align:center;
	background:#fff;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
}

* { /* GLOBAL WHITE SPACE RESET */
	margin:0;
	padding:0;
}

/* PUTTING BACK SOME SETTINGS */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {margin:2% 0;}
li, dd { margin-left:5%; }

blockquote {margin:0 5%;border-left:5px solid #EAEBCD;}

blockquote p {padding:0 0 0 20px;}

fieldset {border:0px;}
table {border-collapse:collapse;}
ul, ol {position:relative;} /*disappearing bullets in IE */


/* H1 is being used by the tagline */

/* These are the styles for the about us page or content pages */

h1, h2, h3, h4, h5 {color:#f47321;font-family:Georgia, "Times New Roman", Times, serif;font-weight:normal;}

h2 {font-size:36px;}
h3 {font-size:24px;}
h4 {font-size:20px;}
p, ol, ul, li, dl {font-size:14px;line-height:160%}


/*LINKS */

a {
	outline: none;
} /* Getting rid of that dotted border in FF	*/
a:link, a:visited {
	color:#000;
}
a:hover {
	color:#EF9A4F;
}
a img {
	border-width:0;
}
/* LAYOUT */ 
 
div.pagewidth {
	width:980px;
	text-align:left;
	margin:0 auto;
	position:relative;
}

#footer div.pagewidth {
text-align:center;
}
body.home #content div.pagewidth { /* Home page had no padding because the search form is there */
	padding:0;
	text-align:left;
}
#content div.pagewidth { /* The other pages have padding because there is no search form */
	padding:90px 0 30px 0;
}

body.aboutus #content div.pagewidth,  body.default #content div.pagewidth{
padding:110px 0 30px 0;
width:650px;
}

body.aboutus #content div.pagewidth, body.addblog #content div.pagewidth, body.addtwitter #content div.pagewidth{
  padding:0 0 30px 0;
}


#header {
	position:relative;
	height:180px;
	background:#fff;
	width:980px;
	margin: 0 auto;
	z-index:60000;
}
#content {
	display:block;
	position: relative;
	width:100%;
}
#footer {
	height:78px;
	background:#fff;
	clear:both;
	width:100%;
	border-bottom:6px solid #f6a15c;
}
/* HEADER STYLES */


h1#tagline {
	display:block;
	padding:0;
	margin:5px auto 0 auto;
	background:url(/images/tagline.gif) center top no-repeat;
	width:650px;
	height:54px;
	overflow:hidden;
}
h1#tagline em {
	display:block;
	width:1px;
	height:1px;
	overflow:hidden;
	padding:30px 0 0 0;
}
h2#headertext {
	display:block;
	padding:0;
	margin:15px auto 0 auto;
	width:675px;
	height:150px;

}
h2#headertext em {
	display:block;
	width:1px;
	height:1px;
	overflow:hidden;
	padding:150px 0 0 0;
}
/* FOOTER STYLES */

#footer p.footerlinks {
	line-height:78px;
	padding:0;
	margin:0;
}
#footer p, #footer a {
	color:#736254;
	text-decoration:none;
	text-transform:uppercase;
	font-size:14px;
}
#footer p.footerlinks a:hover {
	background:#EAEBCD;
}
a#poweredby {
	background:url(/images/poweredbypnn.gif) no-repeat;
	width:107px;
	height:45px;
	display:block;
	position:absolute;
	top:15px;
	right:11px;
	overflow:hidden;
}
a#poweredby em {
	display:block;
	height:1px;
	width:1px;
	overflow:hidden;
	padding:45px 0 0 0;
	float:right;
}
/* CURRENT PAGE and HEADLINE based on body tag */
 body.home #footer a.home, body.addblog #footer a.addblog, body.aboutus #footer a.aboutus {
	background:#EAEBCD;
}
body.home h2#headertext {
	background:url(/images/smallerlogo.png) center top no-repeat;
	height: 109px;
}
body.addblog h2#headertext {
	background:url(/images/addyourblog.png) center top no-repeat;
	height: 100px;
}

body.addtwitter h2#headertext {
	background:url(/images/h_add_twitter.png) center top no-repeat;
	height: 100px;
}

body.aboutus h2#headertext {
	background:url(/images/aboutus.png) center top no-repeat;
	height: 100px;
}

#top_keywords {
	position: relative;
	width:975px;
	margin:0 auto 20px auto;
	clear:both;
	text-align:left;
	height:1%;
}

#top_keywords ul, #top_keywords ul li{
	list-style-type: none;
	display: inline;
	margin: 10px;
}

#top_keywords ul li a:link, #top_keywords ul li a:visited {
	color:#00A1B0;
	text-decoration:none;
}

/* RESULTS HEADER */

    
#resultsheader {
	position:relative;
	width:975px;
	margin:0 auto 20px auto;
	clear:both;
	background:url(/images/resultsicon.gif) 0% 50% no-repeat;
	text-align:left;
	height:1%;
	border-bottom:1px solid #b9ad88;
}
#resultsheader p {
	padding:5px 0 5px 20px;
	font-size:12px;
	margin:0;
}
/* RESULTS */
 
 div.result {
	width:792px;
	text-align:left;
	margin:0 auto 10px auto;
	background:url(/images/divider-dotted.gif) 0 100% repeat-x;
	padding:0 0 8px 0;
}
img.screenshot {
	float:right;
	border:1px solid #BDB491;
	width:110px;
	height:86px;
}
img.avatar {
	width:48px;
	height:48px;
	float:left;
	border:1px solid #BDB491;
}
div.mainchunk {
	width:662px;
	position:relative;
	font-family:Georgia, "Times New Roman", Times, serif;
}
div.contentchunk {
	float:right;
	width:602px
}
div.contentchunk h3 {
	font-size:11px;
	font-weight:normal;
	padding:0;
	margin:0;
	color:#000;
} /* time stamp is a non link */
div.contentchunk h3 a {
	color:#f47321!important; /* ie 6 is making this black so the important declaration is here */
	font-size:19px;
} /* title of article is a link */
div.contentchunk div {
	display:block;
	padding:0 0 5px 0;
	line-height:130%;
	font-size:14px;
} /* the excerpt of the blog post didn't use p or span tag since it may not validate if chopped off, don't know if the feed strips html */
div.contentchunk p.blogtitle {
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	font-size:14px;
	color:#000;
	width:320px;
	display:block;
	padding:0;
	margin:0;
	line-height:16px;
} /* blog title, blogger's name is in the em tag */
div.contentchunk p.blogtitle a {
	color:#00A1B0;
	text-decoration:none;
} /* blog title, blogger's name is in the em tag */
div.twitterchunk {
	float:right;
	width:375px;
	font-family:Arial, Helvetica, sans-serif;
}
div.twitterchunk img {
	float:left;
	width:64px;
	height:17px;
} /* twitter icon logo */
div.twitterchunk div.twitterfeed {
	float:right;
	width:300px;
	font-size:12px;
} /* twitter content */
div.twitterchunk div.twitterfeed a {
	color:#00A1B0;
	text-decoration:none;
	font-weight:bold;
}
div.twitterchunk div.twitterfeed span.twittertime {
	clear:both;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic
}
div.result a:hover {
	background:#EAEBCD;
}
/* SEARCH STYLES */
 


/************ SEARCH ***************/

#searchwrapper {
	display:none;
}
body.home #searchwrapper {
	width:502px;
	height:80px;
	display:block;
	margin:0 auto;
	position:relative;
}
#search {
	width:421px;
	height:66px;
	position:absolute;
	left:46px;
}
fieldset.search {
	border: none;
	width: 421px;
	margin:0;
	padding:0;
}
.search input, .search button {
	float: left;
}
.search input.box {
	color: #000;
	font-size: 15px;
	width: 343px;
	height: 24px;
	padding: 0px;
	background-image:none;
	background-color:transparent;
	margin-right: 0px;
	position:absolute;
	left:9px;
	top: 5px;
}
.search .btn {
	width: 33px;
	height: 33px;
	cursor: pointer;
	text-indent: -9999px;
	position:absolute;
	right:0px;

}

/* SEARCH RESUSLTS */




/* PAGE RETURN */

#pagereturn * {
	font-family:Arial, Helvetica, sans-serif;
}

#pagereturn {
	clear:both;
	text-align:center;
	width:100%;
	padding:20px 0 10px 0;
}
#pagereturn h3 {
	color:#55432b;
	font-size:15px;
	letter-spacing:2px;
	margin:0 0 3px 0;
	font-weight:bold;
}
#pagereturn h3 a {
	color:#00B7C7;
	text-decoration:none;
}

#pagereturn h3 a,  #pagereturn h3 span{
	margin: 0px;
	padding: 0;
}

#pagereturn h4 {
	padding:0;
	margin:0;
	font-size:15px;
	font-weight:normal;
}
#pagereturn h4 a {
	color:#55432b;
	text-decoration:none;
	padding:0 2px;
}
#pagereturn h4 a:hover {
	background:#EF9A4F;
}
#pagereturn h3 a:hover {
	background:#E2E3C6;
}
/* ----------- UPLOAD FORM ----------- */
.addyourblog {
float:right;
	width:700px;
	text-align:left;
}
#addyourblog div.wrapper {
	clear:both;
	display:block;
	padding:5px 0;
}
#addyourblog div.upload {
	padding:20px 0 0 110px;
}
#addyourblog label {
	display:block;
	font-weight:bold;
	text-align:right;
	width:100px;
	float:left;
	color:#55432b;
	text-transform:lowercase;
	font-weight:normal;
	line-height:32px;
}
#addyourblog span {
	color:#55432b;
	display:block;
	font-size:11px;
	clear:none;
	position:relative;
	top:-10px;
	font-weight:normal;
	text-align:right;
	width:100px;
}
#addyourblog input.textfield, body.default input.textfield {
	float:left;
	font-size:14px;
	padding:4px 2px;
	border:solid 1px #cec6a6;
	border-bottom-width:2px;
	border-left-width:2px;
	width:400px;
	margin:2px 0 0 10px;
}
input.submit {
	width: 138px;
	height: 32px;
	margin: 0;
	border: 0;
	padding:32px 0 0 0;
	overflow:hidden;
	display:block;
	background:url(/images/addblogbtn.gif) top left no-repeat;
	cursor: pointer; 
}
input.submit:hover {
	background:url(/images/addblogbtn.gif)bottom right no-repeat;
}
.divinputfile input {
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	border:solid 1px #cec6a6;
	border-bottom-width:2px;
	border-left-width:2px;
	margin:2px 0 0 10px;
	padding:2px 0 0 0;
	font-size:14px;
}
.divinputfile {
	background:url(/images/upload.gif) no-repeat 75px 50%;
	margin-top:-20px;
	float:left;
	width:200px;
}
.divinputfile .file {
	opacity: 0.0;
	-moz-opacity: 0.0;
	filter: alpha(opacity=00);
	font-size:18px;
	height:50px;
}
.fakeinputfile {
	margin-top:-32px;
	margin-top:-50px;
}
.fakeinputfile .fake_file {
	width:200px;
	height:22px;
	font-size:12px;
	font-family:Arial;
}
.fakeinputfile .fake_file {
	width:50px;
	height:50px;
	font-size:12px;
	font-family:Arial;
}
/* CLEARING FIX: */ 
.clearfix:after, .wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix, .wrapper {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix, * html .wrapper {
	height: 1%;
}
.clearfix, .wrapper {
	display: block;
}

/* End hide from IE-mac */


/* Thank you page */

p.copy_code {
	text-align: center;
}
	p.copy_code img{
		margin: 10px auto;
		display: block;
	}

	p.copy_code textarea{
		width: 400px;
		height: 50px;
	}	


.results_container {
  width: 800px;
/*  border: solid 1px #000;*/
  float: left
}
.ad_container {
  width: 160px;
  float:right;
  margin-left: 15px;
/*  border: solid 1px red;*/
}