/* 
Theme Name: NewsPress
Theme URI: http://jaredquinn.info/newspress
Description: News Press Theme for WordPress
Version: 1.0
Author: Jared Quinn
Author URI: http://jaredquinn.info
*/


*	{ font-family: verdana, arial, sans-serif; }
body	{ font-size: .99em; margin: 0; background: #fff;  }

#sch				{ margin: 0; padding: 0; }
#txt, #nav 	{ float: right; }
#bar, #sch	{ float: left; }

#page { margin: 0 5px; }

#top	 { border-top: 17px solid #f0f0f0; }
#top   { padding-left: 10px; font-size: 40pt; color: #bbb; }
#top a { text-decoration: none; color: #36a; font-weight: bold; }
#toptag { float: left; margin-top: -6px; margin-left: 50px; margin-bottom: 20px; font-size: 0.7em; }

#bar 		{ font-family: verdana, arial, sans-serif; 
					font-size:x-small;
					font-weight:normal;
		  		background:#FFF;
					line-height:140%;
					padding:2px;
					margin-bottom: 15px;
				}
#bar		{ width: 20%; }
.nfo,
#bar 	  { border: 1px dotted #777; }

#txt		{ color: #666; font-size: .75em; line-height: 1.75em; }
#txt    { padding: 5px; padding-right: 10px;  margin-right: 2%; }

#txt	  { width: 74%; }
#txt p	{ text-align: justify; }

.nfo		{ float: right; }
.nfo		{ margin: 5px 0px 5px 10px; padding: 5px; 
					background: #f0f0f0; font-size: .75em; width: 200px; }
.nfo 		{ line-height: 125%; }
.clear	{ clear: both; }

input, form, 
#nav, #nav ul, #nav ul li,
#bar, #txt,
#sch 	{ display: inline; }

#bar	{ background: #f0f0f0; }

#sch form input#go  { border-width: 1px; border-style: solid; }

#nav ul	{ list-style-type: none; 
	}
#nav ul li a 	{ padding: 2px 10px;
	  width: auto;
	  text-align: center;
	  white-space: nowrap;
	  text-decoration: none;
	  font-variant: small-caps;
	  font-weight: bold;
	  border-style: solid;
	  border-width: 1px;
	}

#sch form input     { background: transparent; }
#sch form input#go  { padding: 0; }

.headline	{ display: block; width: 100%; }
.headline	{ font-size: 21pt; font-family: serif; 
						color: #999;  text-decoration: none; }
.feedback	{ margin-bottom: 20px; }

#bar h1	{ font-size: 1.1em; padding: 0; margin: 2px 0; }
#bar h2	{ font-size: 1.1em; padding: 0; margin: 2px 0; }

#bar ul { list-style: none; margin-left: 5px; padding-left: 0; margin-bottom: 10px; }
#bar ul li ul { margin-bottom: 0px; }

#nav ul li ul 	{ position: absolute; bottom: 0; left: 0; right: auto; }
#nav ul li ul li    { margin: 4px 0; }
#nav ul li ul li a  { display: inline;
                      padding: 0 8px;
	}
#nav ul li ul li a:link, 
#nav ul li ul li a:visited, 
#nav ul li ul li a:hover, 
#nav ul li ul li a:active 
	{ text-decoration: underline; 
	  font-weight: normal;
	}

#nav ul li ul li a:hover 
	{ background: none }

A { color: #4682B4; border-bottom: 0px dotted #4682B4; text-decoration:none; }
A:link  { color: #4682B4; border-bottom: 0px dotted #4682B4; } 
A:visited { color: #4682B4; border-bottom: 0px dotted #4682B4; }
A:hover { text-decoration: none; background-color: #CCCCCC; color: #000000; }

#top A:hover { background-color: transparent; }

blockquote {
	margin-left: 3em;
	padding-left: 1em;
	padding-right: 0.5em;
	border-left: 0.5em solid #3366AA;
	background: #F0F0F0;
}

.title, .title a {
	font-family:georgia, serif;
	font-size: 24px;
	color: #666666;
	margin-bottom:8px;
	font-weight:normal;
	line-height: 120%;
}

div.sticky .title, div.sticky .title a { color: #3F3F3F; }

.title a:hover, div.sticky .title a:hover {
	background: none;
	color: #3366AA;
}

div.sticky .storycontent { color: #3F3F3F; }

#bar h1, #bar h2, #bar h1 a {
	font-family:georgia, serif;
	color:#666666;
	font-size:large;
	font-weight:normal;
  	/*padding:2px;
	margin-top:15px;
	margin-left: 2px;*/
}	
.maintitle	{ 
		font-family:georgia, serif;
		font-size: x-large;
		color: #666666; 
		margin-bottom:10px;
}	

.catdesc {
	 border-bottom: 1px dotted #777;
	 padding-bottom: 5px;
}

div.storycontent table {
	border-left: 1px dotted #777;
	border-top: 1px dotted #777;
}

div.storycontent table td, div.storycontent table th {
	border-right: 1px dotted #777;
	border-bottom: 1px dotted #777;
}

div.storycontent table th {
	background-color: #f0f0f0;
}

/* SIDEBOXES FOR SIDEBAR MENU */
div.sidebox, div.closed {
	display: block;
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 0px 0px;
	border: none;
}

/*
HACK to get non-IE browsers to ignore border attribute above. IE only adds margins when border is present. All other browsers obey margin attributes.
*/
html>body div.sidebox, html>body div.closed {
	border: none;
}

div.sidebox_heading {
	display: block;
}

div.closed div.sidebox_heading, div.closed h1 a, div.sidebox h1 a {
	display: block;
}

.closed div, .closed ol, .closed ul, .closed p, .closed p a {
	display: none;
}

#bar .sidebox_heading {
	padding: 0;
	margin: 0;
}

#bar .sidebox_heading h1 {
	margin: 0;
	padding: 0;
}

#bar .sidebox_heading h1 a {
	background: #EAEAEA;
	display: block;
	padding: 10px 10px 10px 5px;
}

#bar .sidebox_heading h1 a:hover {
	background: #CCCCCC;
	color: #000000;
}

#bar .sidebox .sidebox_heading h1 a {
	background: #CCCCCC;
	color: #000000;
}

/* START nicetitle */
div.nicetitle {
	position: absolute;
	padding: 4px;
	top: 0px;
	left: 0px;
	color: red;
	font-size: 10px;
	font-weight: normal;
	width: 30em;

	/* Mozilla proprietary */
	-moz-border-radius: 2px;
}

div.nicetitle p {
	margin: 0px 0px 0px 0px;
	padding: 0px 3px 0px 0px;
	color: white;
	background-color: transparent;
}

div.nicetitle p.destination {
	text-align: left;
	padding-top: 3px;
}
/* END nicetitle */

