/* 
	Theme Name: newspapergirl.com
	Theme URL: http://newspapergirl.com/
		
*/


body
{
	margin: 0px auto 0px auto;
	padding: 0px;
	color: #000000;
	background: #EEEBDE url(images/body-bg.jpg) center top repeat-y;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	line-height: 1.3;
}

#wraper
{
	width: 774px;
	margin: 0px auto 0px auto;
	overflow: hidden;
}

#header
{
	height: 100%;
	overflow: hidden;
}

#header-ads
{
	float: left;
	width: 180px;
	height: 77px;
	margin: 10px 20px 0px 0px;
/*	border: 1px solid #C0C0C0;*/
}

#header-logo
{
	float: left;
}

#header-menu
{
	clear: both;
	height: 34px;
	border: 1px solid #C0C0C0;
	color: #666666;
	background: url(images/header-menu-bg.jpg) left top repeat-x;
	font-family: 'Trebuchet MS', Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#header-menu ul
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#header-menu li
{
	float: left;
	display: block;
	height: 24px;
	margin: 0px;
	padding: 10px 14px 0px;
	border-right: 1px solid #C0C0C0;
	list-style: none;
}

#header-menu a:link, #header-menu a:visited
{
	color: #666666 !important;
}

#header-menu a:hover, #header-menu a:focus, #header-menu a:active
{
	color: #A81617 !important;
}

#header-menu li.current_page_item
{
	background: #A81617;
}

#header-menu li.current_page_item a:link, #header-menu li.current_page_item a:visited
{
	color: #ffffff !important;
}

#header-box
{
	height: 31px;
	border: 1px solid #C0C0C0;
	border-top: none;
	background: #EEEBDE url(images/header-box-bg.jpg) 95% 100% no-repeat;
	font-weight: bold;
	text-transform: uppercase;
}

#header-box #search
{
	float: left;
	width: 404px;
	height: 25px;
	padding: 6px 0px 0px 20px;
}

#header-box #search input
{
	font-size: 9px;
}

#header-box #search input.submit
{
	font-size: 12px !important;
}

#header-box-feed
{
	float: left;
	padding: 6px 0px 0px 20px;
}

#header-box-feed a
{
	color: #666666;
}


#featured
{
	height: 154px;
	border: 1px solid #C0C0C0;
	border-top: none;
	background: url(images/featured-bg.jpg) center top repeat-x;
	overflow: hidden;
}

#featured-left
{
	float: left;
	width: 414px;
	height: 143px;
	padding: 10px 0px 0px 10px;
}

#featured-right
{
	float: right;
	width: 337px;
	padding: 0px 10px 0px 0px;
	font-size: 11px;
}

#featured-right-header
{
	margin: 20px 0px 10px 0px;
	font-size: 12px;
	font-weight: bold;
}

#page
{
	height: 100%;
	border-right: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	background: url(images/page-bg.jpg) center top repeat-x;
	overflow: hidden;
}

#content
{
	float: left;
	width: 571px;
	padding-bottom: 20px;
	border-right: 1px solid #C0C0C0;
}

#lpcontent
{
	float: left;
	width: 720px;
	padding-bottom: 20px;
}

.post
{
	padding: 15px 18px 10px;
	background: url(images/post-bg.jpg) center bottom no-repeat;
}

.posttitle
{
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: normal;
}

.post h2
{
	margin: 0px;
	padding: 0px;
	font-size: 22px;
	font-weight: normal;
}

.post h2 a{
        color: #A81617;
        text-decoration: none;
}

.postmeta
{
	padding: 4px 0px 0px;
	font-size: 12px;
}

.postcontent
{
	padding: 0px 0px 0px;
}

blockquote
{
	width: 90%;
	margin: 0px auto 10px auto;
	padding: 20px;
        background: #ffffff url("http://www.newspapergrl.com/wp-content/uploads/2010/03/qoutes.gif") top left no-repeat;;
	font-style: italic;
}

#page-nav-prev
{
	float: left;
	margin: 0px;
	padding: 0px 20px 10px;
}

#page-nav-next
{
	float: right;
	margin: 0px;
	padding: 0px 20px 10px;
}


#sidebar
{
	float: right;
	width: 200px;
}

.sidebar
{
	float: right;
}

.sidebar-widget
{
	width: 200px;
	border-bottom: 1px solid #C0C0C0;
}

.sidebaralt .sidebar-widget
{
	border-right: none;
}

.sidebar-header
{
	margin-bottom: 10px;
	padding: 6px 0px 6px 20px;
	border-bottom: 1px solid #C0C0C0;
	background: #EEEBDE;
	font-family: 'Trebuchet MS', Arial, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
}

.sidebar-content
{
	padding: 0px 5px 5px;
}

.sidebar-content a
{
	color: #666666 !important;
	text-decoration: underline !important;
}

.sidebar-widget ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.sidebar-widget li
{
	padding: 0px 0px 3px 12px;
	background: url(images/sidebar-li.gif) left center no-repeat;
	list-style: none;
}


#footer
{
	clear: both;
	height: 100%;
        width: 772px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 10px;
	border: 1px solid #C0C0C0;
	border-bottom: none;
	background: url(images/footer-widget-bg.jpg) left top repeat-x;
	overflow: hidden;
}

.footer-widget
{
	float: left;
	width: 33.2%;
	padding: 0px 0px 15px;
}

.footer-header
{
	padding: 8px 15px;
	color: #5b5b5b;
	font-family: 'Trebuchet MS', Arial, Sans-Serif;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

.footer-content
{
	padding: 15px 15px 0px;
	text-align: justify;
}

.footer-content a, .footer-content a:link, .footer-content a:visited
{
	color: #A81617;
	text-decoration: underline !important;
}
	
.footer-content a:hover, .footer-content a:focus, .footer-content a:active
{
	color: #666666 !important;
}

.footer-widget ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.footer-widget li
{
	margin: 0px;
	padding: 0px 0px 3px 12px;
	background: url(images/sidebar-li.gif) left center no-repeat;
	list-style: none;
}

.footer-bar
{
	clear: both;
	height: 4px;
	border: none;
	color: #A81617;
	background: #A81617;
	font-size: 4px;
}

.footer-text
{
	height: 68px;
	padding: 0px 10px 0px 0px;
	color: #7f7d7d;
	background: url(images/footer-text-bg.jpg) left bottom no-repeat;
	font-weight: bold;
	text-align: right;
}


a, a:link, a:visited
{
	color: #0000cc;
	text-decoration: underline;
        decoration: underline;
}
	
a:hover, a:focus, a:active
{
	color: #A81617 !important;
	outline: none;
        decoration: underline;


}

a img
{
	border: none;
}


form
{
	margin: 0px;
	padding: 0px;
}

input, textarea, select
{
	padding: 2px 4px;
	border: 1px solid #C0C0C0;
	font-family: Arial, Sans-Serif;
}

input.submit
{
	width: 55px;
	height: 19px;
	padding: 0px;
	border: none;
	color: #ffffff;
	background: url(images/form-submit-bg.jpg) center top no-repeat;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #C0C0C0;
   text-align: center;
   background-color: #f7f7f7;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

