/* 
	Theme Name: Ampress
	Description: The American Press blog default template, based on Modernpaper, but modified heavily.
	Version: 1.0
	Author: Roger Demary
	
*/

body {
	/*background: #ffffff;*/
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 0px auto 0px;
	padding: 15px;
	}

.cutline {
  font-family      : Arial, Verdana, sans-serif;
  font-size        : 10px;
  color            : #000000;
  text-decoration  : none;
  font-weight      : normal;
  text-transform: uppercase
}

.clearboth {
	clear: both;
}
	
#wrap {
	background: #FFFFFF;
	width: 930px;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
.masGrande {
	font-size        : 14px;
	}
	
/* For the bars atop the hand-coded sections of static content pages, etc. */
.reversetop {
font-family: Arial, Verdana, sans-serif;
font-size: 18px;
font-weight: bold;
/* font-variant: small-caps; */
color: #336699;
background-color: #dddddd;
padding: 1px 8px 1px 8px;
text-align: center;
/*text-transform: uppercase */
}

/* For white-on-BLUE -- used to be green -- header bars */
.reversegreen {
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
color: #ffffff;
background-color: #336699;
padding: 1px 8px 1px 8px;
}

/* Same as reversegreen, but centered */
.reversegreen_ctr {
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
color: #ffffff;
background-color: #336699;
padding: 1px 8px 1px 8px;
text-align: center;
}
	
/************************************************
*	Hyperlinks			                        *
************************************************/

a, a:visited {
	color: #003399;
	text-decoration: none;
	}
	
a:hover {
	color: #003399;
	text-decoration: underline;
	}

a.ePaper, a.ePaper:visited {  /*for the ePaper sign-in above the banner*/
  font-size        : 15px;
  color            : #009900; /*this is green*/
  text-decoration  : none;
  font-family      : Helvetica-Narrow, Helvetica, Tahoma, Verdana, Arial, Futura, sans-serif;
  outline			: none;
}

a.ePaper:active, a.ePaper:hover {  /*for the ePaper sign-in above the banner*/
  font-size        : 15px;
  color            : #009900; /*this is green*/
  text-decoration  : underline;
  font-family      : Helvetica-Narrow, Helvetica, Tahoma, Verdana, Arial, Futura, sans-serif;
  outline			: none;
}

a.darklink:visited, a.darklink {
  font-size			: 12px;
  color			: #ffffff;
  text-decoration	: none;
  font-family		: Arial, Verdana, sans-serif;
  outline			: none;
}

a.darklink:active, a.darklink:hover {
  font-size			: 12px;
  color			: #ffffff;
  text-decoration 	: underline;
  font-family		: Arial, Verdana, sans-serif;
  outline			: none;
}

	
/************************************************
*	Header  									*
************************************************/

#header {
	background: #000000;
	width: 960px;
	height: 119px;
	margin: 0px;
	padding: 0px;
	}

#header a, #header a:visited {
	font-family: Georgia, Times, Times New Roman, Helvetica, Sans-Serif;
	font-size: 48px;
	color: #3399FF;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	}
	
#header a:hover {
	color: #FA9C3A;
	text-decoration: none;
	}
	
.headerleft {
	background: #000000;
	width: 840px;
	float: left;
	margin: 0px;
	padding: 20px 0px 0px 10px;
	}
	
.headerright {
	background: #000000 url(images/feed.gif);
	width: 84px;
	height: 100px;
	float: right;
	}
	
#headerright li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
		
#headerright ul {
	margin: 0px;
	padding: 0px;
	}
		
#headerright a, #navbarright a:visited {
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
		
#headerright a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	}
	
/************************************************
*	Navbar  									*
************************************************/

#navbar {
	background: #336699;
	width: 930px;
	height: 62px;
	color: #FFFFFF;
	margin: 0px auto 0px;
	padding: 0px;
	}

.navbarleft {
	background: #336699;
	width: 920px;
	float: left;
	font-family: Georgia, Times, Times New Roman, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 6px 0px 0px 10px;
	}
	
.navbarright {
	background: #ffffff;
	width: 300px;
	float: right;
	text-align: right;
	margin: 0px;
	padding: 8px 0px 0px 0px;
	}
	
.navbarright li {
	background: #ffffff;
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
		
.navbarright ul {
	background: #ffffff;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.navbarright ul li {
	background: #ffffff;
	font-family: Georgia, Times, Times New Roman, Helvetica, Sans-Serif;
	font-size: 14px;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px 10px 0px 10px;
	text-decoration: none;
	}
	
.navbarright a {
	background: #ffffff;
	font-family: Georgia, Times, Times New Roman, Helvetica, Sans-Serif;
	font-size: 14px;
	color: #003399;
	padding: 0px;
	margin: 0px 10px 0px 10px;
	text-decoration: none;
	}
	
.navbarright ul li a:hover {
	background: #ffffff;
	color: #003399;
	text-decoration: underline;
	}
	
/************************************************
*	Content 					     		    * 
************************************************/

#content {
	background: #ffffff;
	width: 930px;
	margin: 0px auto 0px;
	padding: 0px;
	text-align: left;
	}

#content p{
	padding: 0px 0px 15px 0px;
	margin: 0px;
	line-height: 17px;
	}
	
#content h1 {
	color: #333333;
	font-size: 26px;
	font-family: Georgia, Times, Times New Roman, Helvetica, Sans-Serif;
	font-weight: normal;
	margin: 25px 0px 0px 0px;
	padding: 20px 0px 10px 0px;
	border-top: 2px solid #000000;
	}
	
#content h1 a  {
	color: #336699;
	text-decoration: none;
	}

#content h1 a:hover {
	color: #333333;
	text-decoration: underline;
	}
	
#content p img{
	float: left;
	border: none;
	margin-right: 15px;
	margin-bottom: 10px;
	}
	
#content h2 {
	color: #333333;
	font-size: 14px;
	font-family: Georgia, Times, Times New Roman, Helvetica, Sans-Serif;
	font-weight: bold;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	border-bottom: 1px dotted #C0C0C0;
	}
	
#content img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#content img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
	
#contentleft {
	float: left;
	width: 420px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 20px 10px;
	background: #efefef;
	}
	
#contentleft ol{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
#contentleft ol li{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}
	
#contentleft ul{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
#contentleft ul li{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}
	
blockquote{
	margin: 0px 25px 10px 25px;
	padding: 0px 25px 0px 10px;
	background: #E8E8E8;
	border-top: 2px solid #000000;
	border-bottom: 1px solid #000000;
	}
	
#content blockquote p{
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	}
	
/************************************************
*	Left Sidebar 					     	    * 
************************************************/

#l_sidebar {
	float: left;
	width: 144px;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 20px 0px;
	}
	
#l_sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#l_sidebar ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
	}
	
#l_sidebar ul li a {
	display: block;
	color: #003399;
	text-decoration: none;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	border-top: 1px dotted #C0C0C0;
	}

#l_sidebar ul li a:hover {
	background: #EFEFEF;
	color: #003399;
	text-decoration: none;
	}
	
#l_sidebar p{
	padding: 3px 0px 0px 0px;
	margin: 0px;
	line-height: 20px;
	}
	
/************************************************
*	Right Sidebar 					     	    * 
************************************************/
	
#r_sidebar {
	float: right;
	width: 306px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	}

#r_sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#r_sidebar ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
	}
	
#r_sidebar ul li a {
	display: block;
	color: #003399;
	text-decoration: none;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dotted #C0C0C0;
	}

#r_sidebar ul li a:hover {
	background: #EFEFEF;
	color: #003399;
	}
	
#r_sidebar p{
	padding: 3px 0px 0px 0px;
	margin: 0px;
	line-height: 20px;
	}
	
/************************************************
*	Footer      								*
************************************************/

#footer {
	background: #cccccc;
	width: 930px;
	color: #FFFFFF;
	font-family: Helvetica, Sans-Serif;
	font-size: 14px;
	margin: 0px auto 0px;
	padding: 10px 0px 1px 0px;
	text-align: center;
	}
	
/************************************************
*	Search Form									*
************************************************/

#searchdiv {
	margin: 0px;
	padding 0px;
	}
	
#searchform {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
	
#s {
	background: #EFEFEF;
	width: 306px;
	font-size: 10px;
	font-family: Arial, Helvetica, Sans-Serif;
	padding: 4px;
	margin: 8px 0px 0px 0px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #F5F5F5;
	border-bottom: 1px solid #F5F5F5;
	}
	
/************************************************
*	Comments									*
************************************************/
	
#commentblock {
	width: 380px;
	background: #b8e2ee;
	color: #000000;
	float: left;
	padding: 20px 20px 10px 20px;
	margin: 10px 0px 0px 0px;
	border-top: 2px solid #000000;
	border-bottom: 1px solid #000000;
	}
	
#commentblock ol{
	list-style-type: square;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	}
	
.commentdate {
	font-size: 12px;
	padding-left: 0px;
	}
	
#commentlist li p{
	margin-bottom: 8px;
	line-height: 20px;
	padding: 0px;
	}

.commentname {
	color: #333333;
	margin: 0px;
	padding: 5px 5px 5px 0px;
	}

.commentinfo{
	clear: both;
	}

.commenttext {
	clear: both;
	margin: 3px 0px 10px 0px;
	padding: 20px 10px 5px 10px;
	width: 310px;
	background: #FFFFFF url(images/comment.gif) no-repeat top;
	}

.commenttext-admin {
	clear: both;
	margin: 3px 0px 10px 0px;
	padding: 20px 10px 5px 10px;
	width: 310px;
	background: #FFFFFF url(images/comment.gif) no-repeat top;
	}

#commentsformheader{
	padding-left: 0px;
	}

#commentsform{
	text-align: center;
	margin: 0px;
	padding: 0px;
	}

#commentsform form{
	text-align: left;
	margin: 0px;
	}

#commentsform p{
	margin: 0px;
	}

#commentsform form textarea{
	width: 99%;
	}
	
p.comments_link  img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}