/*   
Theme Name:teenfeed_1
Theme URI:http://www.teenfeed.org/
Description:Adapted from Jarrah Theme.
Author:BHV Design Lab
Author URI:http://www.bhvdesignlab.com/
Version:1.0

.
*/

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

/*       +++++++++++ Basic CSS +++++++++++++      */
* {
	margin: 0;
	padding: 0;
}
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #666666;
}
.clr {
	display: block;
	clear: both;
}
p {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
}
#maincol p {
	padding-top: 15px;
}
#maincol li {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	padding-top: 15px;
}
h1 {
	color: #003f74;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-style: normal;
	font-weight: normal;
}
h1 a:visited, h1 a:link {
	color: #003f74;
	text-decoration: none;
}
h1 a:hover {
	text-decoration: underline;
}
h2 {
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	color: #878d94;
	text-decoration: none;
	padding-top: 25px;
}
h3 {
	color: #878d94;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:link {
	text-decoration: underline;
	color: #003f74;
}
a:hover {
	text-decoration: none;
}
a img {
	border:none;
}
ul {
	margin: 0px;
	padding: 0px;
	margin-bottom: 6px;
}
li {
}
#maincol ul {
	margin-left: 40px;
}
#maincol ol {
	margin-left: 20px;
	padding-bottom: 10px;
	list-style-position: outside;
	padding-left: 5px;
}
hr {
	border: none 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #efefef;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*       +++++++++++ Basic Layout +++++++++++++      */
img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}
 @media screen and (max-width: 1024px) {
 img.bg {
 left: 50%;
 margin-left: -512px;
}
}
#content {
	/* This is the only important rule */
	/* We need our content to show up on top of the background */
	position: relative;
	/* These have no effect on the functionality */
	width: 800px;
	height: 100%;
	margin: 0 auto 0px; /* the bottom margin is the negative value of the footer's height */
}
#header {
	display: block;
	width: 100%;
	overflow: hidden;
	background-color: #878d94;
	position: relative;
	height: auto;
	top: 0px;
}
#header a:visited, #header a:link, #footer a:visited, #footer a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#header a:hover, #footer a:hover {
	text-decoration: underline;
}
#innerwrapper {
	display: block;
	width: 780px;
	background-color: #FFFFFF;
	position: relative;
	min-height: 100%;
	margin-right: auto;
	margin-left: auto;
	-moz-box-shadow: #000 4px 4px 10px;
	-webkit-box-shadow: #000 4px 4px 10px;
}
/*       +++++++++++ Top navigation +++++++++++++      */

#navouter {
	display: block;
	height: 38px;
	position: relative;
	float: left;
	width: auto;
	padding-left: 15px;
	margin-top: 20px;
	z-index: 100;
}
#navouter #nav {
	display: block;
	height: 38px;
}
#navouter #nav ul, #navouter #nav ul li {
	margin: 0px;
	padding: 0px;
	background-image: none;
	list-style-type: none;
}
/*       +++++++++++ Main Content Area +++++++++++++      */
#logo {
	position: relative;
	background-image: url(images/Teen-Feed-Logo.jpg);
	background-repeat: no-repeat;
	height: 144px;
	width: 172px;
	top: 15px;
	left: 15px;
	display: block;
	float: left;
}
#logo a {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
}
#donate {
	position: relative;
	right: -5px;
	display: block;
	padding-top: 10px;
	float: right;
}
#maincol {
	display: block;
	width: 400px;
	position: relative;
	float: left;
	padding-left: 20px;
	padding-bottom: 40px;
}
#leftcol {
	position: relative;
	left: -10px;
	display: block;
	padding-top: 25px;
	float: left;
	clear: left;
}
#rightcol {
	display: block;
	width: 130px;
	float: right;
	position: relative;
	margin-right: 20px;
	padding-bottom: 40px;
}
#footer {
	background-color: #071828;
	display: block;
	width: 100%;
	position: relative;
	bottom: 0px;
	clear: both;
	height: 100px;
}
.hf-left {
	float: left;
	padding-left: 20px;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
}
.hf-right {
	float: right;
	padding-right: 20px;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
}
.copyright {
	display: block;
	float: right;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.copyright p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #999999;
}
.hf-left p, .hf-right p {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	font-variant: normal;
}
.hf-imagefix {
	vertical-align: middle;
}
.small {
	font-size: .8em;
}
.whitecapcallout {
	font: 1.3em Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: .1em;
}
.bluecapcallout {
	font: 1.3em Georgia, "Times New Roman", Times, serif;
	color: #003f74;
	text-transform: uppercase;
	letter-spacing: .1em;
}
.bluecapcalloutsm {
	font: 1.0em Georgia, "Times New Roman", Times, serif;
	color: #003f74;
	text-transform: uppercase;
	letter-spacing: .1em;
}
.darkbluecapcallout {
	font: 1.3em Georgia, "Times New Roman", Times, serif;
	color: #071828;
	text-transform: uppercase;
	letter-spacing: .1em;
}
.postwrap {
	display: block;
	margin-bottom: 24px;
}
#nextprevious {
	display: block;
	margin-bottom: 16px;
}
.quote p {
	color: #003f74;
	margin-left: 25px;
	font: 1.8em/1.2em Georgia, "Times New Roman", Times, serif;
	margin-right: 25px;
	margin-bottom: 50px;
}

/*--------------------------Teen Feed Times Subscriber Form-----------------------------*/

#timessubscribe {
	margin-left: 20px;
	position: relative;
	width: 140px;
	margin-top: 40px;
}
#timessubscribe p.bluecapcalloutsm {
	margin: 0px;
	padding: 5px 0px 0px;
}
#timessubscribe h3 {
	margin: 0px;
	padding: 5px 0px 0px;
}
#timessubscribe .searchinput {
	width: 140px;
	height: 12px;
	border: 1px solid #878d94;
	margin-top: 2px;
}
#timessubscribe .submitbutton {
	display: block;
		border: 1px solid #878d94;
	float: left;
	margin-top: 5px;
}
/*       +++++++++++ Comment page +++++++++++++      */


#rightcol ul {
	background-image: none;
	list-style-type: none;
	display: block;
}
#rightcol li {
	background-image: none;
	list-style-type: none;
	display: block;
	padding-top: 5px;
	list-style-image: none;
}
.sidebar {
	margin: 0px;
	padding: 0px;
	float: left;
}
.sidebarbox ul {
	padding-top: 0px;
	margin: 0px;
}
.sidebar li, .sidebarbox li {
	padding-top: 15px;
	margin-left: 0px;
	display: block;
}
.textwidget p {
	color: #003f74;
		font-size: 1.1em;
	line-height: 1.3em;
	padding-left: 7px;
}

.sidebarbox li a:visited, .sidebarbox li a:link {
	background-image: none;
	list-style-type: none;
	display: block;
	padding-top: 10px;
	color: #003f74;
	text-decoration: none;
	font-size: 1.1em;
	line-height: 1.3em;
	padding-left: 7px;
}
.sidebarbox li a:hover {
	text-decoration: underline;
}
.widgettitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	list-style-image: none;
	list-style-type: none;
	display: block;
	overflow: hidden;
	background-color: #878d94;
	color: #FFFFFF;
	padding: 3px 4px 4px 6px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
blockquote {
	padding: 5px;
	background-color: #ebedef;
	margin: 10px 0px;
}
blockquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 1.3em;
	padding: 0px 10px;
	color: #003f74;
	margin-top: 0px;
	margin-bottom: 10px;
}
blockquote.donate p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 1.3em;
	padding: 0px 10px 0px 65px;
	color: #003f74;
	text-indent: -50px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.posttitle {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.postfoot {
	background-color: #ebedef;
	padding: 4px 4px 6px;
	border-bottom: 1px solid #878d94;
}
.postmeta {
	padding-top: 5px;
	padding-bottom: 10px;
}
#comments ul.commentlist {
	list-style-image: none;
	list-style-type: none;
	margin-left: 0px;
}
.commentbody {
	background-color: #ebedef;
	padding: 8px;
	margin-bottom: 4px;
}
.commentmetadata {
	display: block;
	float: right;
	font-size: 1.1em;
}
/*---------------Date Badge Style----------------------*/

.entryDate {
	border: 1px solid #003f74;
	font-family: Georgia, "Times New Roman", serif;
	width: 4em;
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.entryDate span {
	display: block;
	text-align: center;
}
.postMonth {
	text-transform: uppercase;
	font-size: 1.2em;
	padding-top: 0.3em;
}
.postDay {
	font-size: 2em;
	line-height: .7em;
}
.postYear {
	background-color: #003f74;
	color: #ebedef;
	font-size: 1.2em;
	padding: 0.1em 0;
	margin-top: .7em;
	line-height: 1.2em;
}
/*----------------------------- Misc ----------------------*/

.highlight {
	color: #222;
	font-weight: bold;
}
.alignleft {
	float: left;
	margin: 5px 5px 5px 0;
}
.alignright {
	float: right;
	margin: 5px 0 5px 5px;
}
.aligncenter, div.aligncenter {
	margin: 10px auto;
	text-align: center;
	display: block;
}
img.alignleft {
	float: left;
	margin: 5px 10px 5px 0;
}
img.alignright {
	float: right;
	margin: 5px 0 5px 10px;
}
img.aligncenter {
	margin: 10px auto;
	text-align: center;
	display: block;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #d2d6db;
	padding-top: 4px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: none;
	margin-bottom: 4px;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	color: #111;
}
div#extrastuff {
	display: block;
	margin-bottom: 24px;
	margin-top: 12px;
}
/* WP */

.commenttext blockquote {
	border-left:4px solid #B6B6B5;
}
.wp-caption {
	border:1px solid #ddd;
	text-align:center;
	background-color:#f3f3f3;
	padding-top:4px;
}
.wp-caption img {
	border:none;
	margin:0;
	padding:0;
}
.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	color:#111;
	margin:0;
	padding:0 4px 5px;
}
.alignleft, img.alignleft {
	float:left;
	margin:5px 10px 5px 0;
}
.alignright, img.alignright {
	float:right;
	margin:5px 0 5px 10px;
}
.aligncenter, div.aligncenter, img.aligncenter {
	text-align:center;
	display:block;
	margin:10px auto;
}
abbr, acronym, span.abbr {
	cursor:help;
	border-bottom:1px dotted #000;
}
table {
	margin:.5em 0 1em;
}
table td, table th {
	text-align:left;
	border-right:1px solid #414246;
	padding:.4em .8em;
}
table th {
	background-color:#1f2225;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	border-bottom:1px solid #35383d;
}
table td {
	background-color:#3f4248;
}
table th a {
	color:#d6f325;
}
table th a:hover {
	color:#fff;
}
table tr.even td {
	background-color:#2f3136;
}
table tr:hover td {
	background-color:#25272b;
}
table.nostyle td, table.nostyle th, table.nostyle tr.even td, table.nostyle tr:hover td {
	border:0;
	background:none;
	background-color:transparent;
}
.wp_syntax {
	width:auto;
}
.wp_syntax table {
	border:0 !important;
}
.wp_syntax table td {
	border:0 !important;
}
img.wp-smiley {
	border:0px;
	vertical-align:middle;
}
/*---------------------------------------- TESTING begins here ------------------------------*/
.searchinput {
	width: 87px;
	height: 16px;
	padding-right: 2px;
	border: 1px solid #878d94;
}
.submitbutton {
	height: 20px;
	display: block;
	border: 1px solid #878d94;
	color: #FFFFFF;
	background-color: #878d94;
}
#searchform {
	display: block;
	margin-left: 0px;
}
#searchform .searchinput {
	width: 90px;
	height: 16px;
	border: 1px solid #878d94;
	margin-left: 0px;
	padding-left: 0px;
	display: inline;
}

#searchform .submitbutton {
	height: 20px;
	display: inline;
	color: #FFFFFF;
	background-image: url(images/magglass.gif);
	border-style: none;
	background-repeat: no-repeat;
	background-color: #FFF;
	width: 20px;
}




/*---------------------------------------- Begin Comment for Clean-Up ------------------------------


-------------------------------------------? End Comment for Clean-Up ------------------------------*/

