/*  
Theme Name: FedScoop
Theme URI: http://fedscoop.com/blog
Description: FedScoop Blog.
Date: December 22, 2008
Version: 1.0
Author: Faramarz Kolivand
Author URI: http://fedscoop.com/blog
Tags: Right Sidebar, 2 Column
*/

/*-------------------------------------------------------------------------------------------------------------------*/

/*--General--*/
* {	/*--make all to 0 as default--*/
	padding: 0;
	margin: 0;
}

body {
	background: #f2f2f2 url(images/header-bg.png) repeat-x top left;
	font: 75%/170% Arial, Helvetica, sans-serif;
	color: #333333;
}

/*--formatting--*/
a {
	color: #666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: 666;
}

p {
	padding: 0 0 1em;
}	

h2 {
	color: #666;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding-bottom: 5px;
	float: center;
	line-height:1.05em;
	letter-spacing:-0.02em;
}

h2 em {
	font: 400 30px "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: 0;
}

h2.pagetitle {
	font: 900 20px Arial, Helvetica, sans-serif;
	padding: 2px 0;
	text-align: left;
	letter-spacing: 0;
	/*background-color: #e5e5e5;*/
	border-bottom: 2px solid #bababa;
	margin-bottom: 5px;
}

h2.pagetitle strong {
	font-size: 18px;
	font-style: normal;
	padding: 0 0 2px 7px;
	color: #666;
}

h2 a {
	color: #666;
	text-decoration: none;
}

h3 {
	font: 900 20px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}

h4 {
	font: 900 16px "Times New Roman", Times, serif;	
	font-style: italic;
}

h5 {
	font: 400 14px Arial, Helvetica, sans-serif;	
}

h6 {
	
}


blockquote {
	width: 410px;
	font-style: italic;
	background-color: #e5e5e5;
	padding: 10px;
	clear: both;
	margin: 0 0 10px 40px;
	border-bottom: 1px solid #bababa;
	border-top: 1px solid #bababa;
	font: 400 12px Arial, serif;		
}

blockquote p {
	padding: 0;
	font-style: italic;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.featured ul, .featured ol {
	margin: 5px 0 15px 30px;
	list-style: disc;
}
.entry ul, .entry ol, .post ul, .post ol {
	margin: 5px 0 15px 30px;
	list-style: disc;
}

ul li ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

ol li ol {
	list-style-type: lower-roman;
}

img.left {
	float: left;
	margin: 5px 5px 5px 0;
	background-color: #fff;
	padding: 4px;
	border: 1px solid #bababa;
}

img.right {
	float: right;
	margin: 5px 0 5px 5px;
	background-color: #fff;
	padding: 4px;
	border: 1px solid #bababa;
}

/*--container--*/
#wrapper {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 960px;
	height: 100px;
	float: left;
}

#content {
	width: 960px;
	float: left;
}

#content #left-col {
	width: 600px;
	float: left;
	position: relative;
	padding-right: 30px;
}

#content #right-col {
	width: 330px;
	margin-top: 20px;
	float: left;
	position: relative;
}

#content #right-col #sidebar {
	width: 330px;
	float: left;
	position: relative;
}

#footer {
	width: 100%;
	float: left;
	background: url(images/footer-bg.png) repeat-x top left;
	height: 62px;
	color: #333333;
}

/*--header--*/

#header #logo {
	width: 460px;
	height: 75px;
	float: left;
}

#header #menu em {
	color: #fff;
	font-size: 11px;
	line-height: 15px;
	float: left;
	height: 33px;
	padding: 0 5px 5px 5px;
	overflow: hidden;
	text-align: right;
	width: 490px;
}

#header #logo h1 a {
	background: url(images/logo.png) no-repeat top left;
	width: 460px;
	height: 84px;
	float: left;
	text-indent: -9999em;
}

/*--page-menu--*/
#header #menu {
	float: left;
	width: 500px;
}

#header #menu ul {
	width: 500px;
	list-style: none;
	float: right;
	text-align: right;
	margin-top: 52px;
}

#header #menu ul li.page_item {
	float: right;
}

#header #menu ul li.page_item a {
	padding: 4px 8px;
	display: block;
	margin: 0 0 0 7px;	
	float: left;
	text-decoration: none;
	font: 900 14px Arial, Helvetica, sans-serif;
	color: #fff;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

#header #menu ul li.page_item a:hover {
	color: #404042;
	background-color: #f2f2f2;
}

#header #menu ul li.current_page_item a {
	color: #404042;
	background-color: #f2f2f2;
}

/*--featured-post--*/

#featured-post {
	width: 600px;
}

#featured-post h3 {
	font: 900 14px Arial, Helvetica, sans-serif;
	background: url(images/star.gif) no-repeat 0 6px;
	color: #ffcc00;
	letter-spacing: -1px;
	border-bottom: 1px #ffcc00 solid; 
	padding: 5px 5px 0 17px;
}

#featured-post .featured {
	width: 578px;
	border: 1px solid #bababa;
	float: left;
	padding: 0 10px;
	background: #e5e5e5 url(images/featured-bg.png) no-repeat top left;
}

#featured-post .featured h2 a {
	display: block;
	padding: 5px 0 0 0;
	letter-spacing: -1px;
}

#featured-post .featured span#f-date {
	padding: 3px 4px;
	background-color: #EAEFFD;
	color: #666;
	font-size: 10px;
}

#featured-post .featured span#f-date a {
	color: #666;
}

#featured-post .featured p {
	padding-top: 0;
	margin-top: 3px; 
}

#featured-post .featured p.quote {
	border-top: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
	background-color: #f2f2f2;
	width: 380px;
	padding: 10px 17px 10px;
}

#featured-post .featured p img, #featured-post .featured p a img {
	padding: 5px;
	border: 1px solid #bababa;
	background-color: #fff;
	float: right;
	margin: 0 0 5px 5px;
}

#featured-post .featured small {
	float: left;
	padding: 4px 0;
	width: 578px;
	background: url(images/feature-dotted-meta.png) repeat-x scroll center top;
}
#featured-post .featured small .featured-tags {
	float: left;
	padding: 0 0 0 17px;
	background: url(images/tags-featured.png) no-repeat left;
}
#featured-post .featured small .featured-com {
	float: left;
	padding: 0 0 0 17px;
	background: url(images/com-ico.gif) no-repeat left;
}

#featured-post a#readmore {
	float: right;
	display: block;
	background: url(images/readmore.gif) no-repeat top left;
	width: 79px;
	height: 22px;
	text-indent: -9999em;
	margin: -10px 10px 0 0;
	display: inline;
}

/*--Authors--*/

.authors {
	width: 590px;
	float: left;
	margin-top: 10px;
	padding-left: 10px;
}
.authors h2 {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.3em;
	
}
.authors ul {
	list-style: disc;
	padding-left: 10px;
}

/*--post--*/

.post {
	width: 600px;
	float: left;
	margin-top: 20px;
}
.post .vip a img, .post .vip img {
	padding: 5px;
	background-color: #e5e5e5;
	border: 1px solid #bababa;
}
.vip ul {
	margin: 0;
	padding: 0;
}
.post .row {
	list-style:none;
	overflow:hidden;
    margin:0;
    width:500px;
    padding-bottom:5px;
}
.post .row li {
	float:left;
    width:105px;
    position:relative;
    text-align:center;
    margin:1px;
    padding:2px;
    display:inline; 
}

.post .post-info {
	float: left;
	width: 100px;	
	padding-right: 10px;
}

.post .post-info a img, .post .post-info img {
	padding: 5px;
	background-color: #e5e5e5;
	border: 1px solid #bababa;
}

ul.links {
	list-style: none;
}

.post .post-info em {
	display: block;
	font-size: 9px;
}

.post .post-info span.post-tag {
	display: block;
	font-size: 10px;
	padding: 2px 2px 2px 17px;
	background: url(images/tags-ico.png) no-repeat 1px 6px;
}

.post .post-info span.post-tag a {
	text-decoration: none;
	font-weight: normal;
}
.post .post-info span.post-tag a:hover {
	text-decoration: underline;
}

.entry {
	float: left;
	width: 490px;
}
.arc .entry {
	float: left;
	width: 100%;	
}
.more-ico {
	text-align: right;
	padding-left: 20px;
	background: url(images/more-ico.png) no-repeat 5px 0;
}
.comment-ico {
	text-align: right;
	padding-left: 22px;
	background: url(images/com-ico.gif) no-repeat 5px 0;
}

p.metadata {
	padding: 2px 5px 2px 0;
	border-top: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
	background-color: #e5e5e5;
	clear: left;
	text-align: right;
	margin-top: 15px;
}
p.metadata a {
	text-decoration: none;
	font-size: 0.9em;
}
p.metadata a:hover {
	text-decoration: underline;
}

p.metadata2 {
	padding: 2px;
	border-top: 1px solid #b5b38f;
	border-bottom: 1px solid #b5b38f;
	background-color: #e2e0b6;
	clear: left;
	text-align: right;
	width: 600px;
}

.cat {
	float: left;
	width: 100%;
	font-size: 11px;
	font-style: italic;
	margin-bottom: -5px;
	color: #666;
}

.clear {
	clear: both;
	padding: 10px 0 0 0;
}

/*--right-col--*/

/*--feed--*/
#feed {
	width: 330px;
	text-align: right;
	float: left;
	margin-bottom: 10px;
	font-size: 11px;
}

#feed a.rss {
	width: 32px;
	height: 27px;
	background: url(images/rss.png) no-repeat top left;
	float: right;
	text-indent: -9999em;
	text-align: left;
}

/*--feed--*/
#searchform {
	width: 330px;
	float: left;
	background: url(images/searchform.png) no-repeat top left;
	height: 45px;
	margin-bottom: 20px;
}

#searchform form {
	float: left;
	width: 310px;
	margin: 10px;
	display: inline;
}

#searchform form input#s {
	width: 270px;
	background: url(images/form.png) no-repeat top left;
	height: 24px;
	border: 0;
	float: left;
	margin-right: 10px;
	padding: 3px 0 0 7px;
	color: #666;
}

#searchform form input#searchsubmit {
	width: 20px;
	background: url(images/search.png) no-repeat center left;
	height: 24px;
	border: 0;
	cursor: pointer;
}

/*--about--*/
#about {
	clear: left;
	width: 330px;
	margin-bottom: 20px;
}

#about h3 {
	font: 400 18px Arial, Helvetica, sans-serif;
	/*background: url(images/about.png) no-repeat top right;*/
	width: 265px;
	height: 27px;
	margin-bottom: 10px;
	color: #666;
}

#about a img {
	padding: 5px;
	float: left;
	background-color: #e5e5e5;
	border: 1px solid #bababa;
	margin: 5px 10px 5px 0;
}
#twitter {
	width: 100%;
	height: 55px;
}
#twitter h3 {
	background: url(images/bird.gif) right no-repeat;
	width: 100%;
	height: 55px;
	
}

#about span {
	font-size: 11px;
	line-height: 16px;
}

/*--sidebar1--*/

#sponsor .spns {
	overflow:hidden;
    margin:0;
    width:330px;
    padding-bottom:5px;
}

#sponsor .spns .imgleft {
	margin: 0 0 15px 0;
	float: left;
	padding: 6px;
	background-color: #e5e5e5;
	border: 1px solid #bababa;
}

#sponsor .spns .imgcenter {
	margin: 0 0 15px 15px;
	float: left;
	padding: 6px;
	background-color: #e5e5e5;
	border: 1px solid #bababa;
}
#sponsor .spns .imgright {
	margin: 0 0 15px 15px;
	float: left;
	padding: 6px;
	background-color: #e5e5e5;
	border: 1px solid #bababa;
}

#sidebar h3 {
	text-align: center;
	border-top: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
	background-color: #EAEFFD;
	margin-bottom: 15px;
	color: #666;
}

#sidebar ul {
	list-style: none;
}

#sidebar1 {
	float: left;
	width: 160px;
	padding-right: 10px;
}

#sidebar2 {
	float: left;
	width: 160px;
}

#sidebar ul li {
	float: left;
	width: 158px;
	background-color: #fff;
	border: 1px solid #bababa;
	margin-bottom: 10px;
}

#sidebar ul li h2 {
	padding: 3px 0 6px;
	font: 400 18px Arial, Helvetica, sans-serif;
	color: #666;
	width: 150px;
	margin-left: 5px;
}

#sidebar ul li ul {

}

#sidebar ul li ul li {
	float: left;
	border: 0;
	margin-bottom: 0;
}

#sidebar ul li ul li a {
	border-top: 1px solid #bababa;
	float: left;
	width: 150px;
	text-decoration: none;
	color: #666;
	padding: 2px 4px;
}

#sidebar ul li ul li a:hover {
	color: #fff;
	background-color: #666;
}
/* -- Sidebar-full -- */

#sidebar-full {
	float: left;
	width: 330px;
}

#sidebar-full ul {
	font-size:90%;
	background-color: #e5e5e5;
	margin-bottom: 10px;
}
#sidebar-full ul li {
	float: left;
	width: 328px;
	background-color: #e5e5e5;
}

#sidebar-full ul li h2 {
	letter-spacing: -1px;
	color: #666;
	text-align: left;
	width: 300px;	
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:normal;
	margin-left: 6px;
}

#sidebar-full ul li ul li {
	color:#666666;
	line-height:14px;
	padding:0;
}

#sidebar-full ul li ul li a {
	float: left;
	text-decoration: none;
	color: #666;
	padding: 4px 0 4px 0;
	margin-left: 5px;
	width: 318px;
}

#sidebar-full ul li ul li a:hover {
	color: #F48421;
	text-decoration: underline;
	background-color: #e5e5e5;
}


.button a:link, .button a:visited {
	background:#FDFDFD url(images/button_bg.png) repeat-x scroll 0 100%;
	border:1px solid #BBBBBB;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:0.8em;
	letter-spacing:-0.05em;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	display: inline;
	float: left;
	margin: -5px 0 0 55px;
	width: 9em;
}

.button a:hover {
	background:#EEEEEE url(images/button_bg_hover.png) repeat-x scroll 0 100%;
	color:#232323;
	text-decoration:none;
}
.wrap {
	padding:0;
	width:328px;
	background-color: #e5e5e5;
	border: 1px solid #bababa;
	min-height: 107px;
		
}
.write-for-pda {
	width: 318px;
	margin: 0 auto;
}
.write-for-pda h2{
	padding: 12px 0 20px 55px;
	width: 263px;
	background: url(images/Pen.png) no-repeat 3px 10px;
}
.write-pen {
	padding: 0 0 15px 55px;
	margin-top: -7px;
}
.flickr {
	width: 318px;
	margin: 0 auto;
}
.flickr img{
	width: 55px;
	height: 55px;
	border: 1px solid #666;
	margin: 0 3px 6px 3px;
}
.flickr a:hover img{
	border: 1px solid #FBC555;
}
.flickr h2{
	padding: 12px 0 20px 55px;
	width: 263px;
	height: 46px;
	background: url(images/flickr.png) no-repeat 0 10px;
	font-family: Helvetica,Arial,sans-serif;
	line-height:1.05em;
	font-size:1.75em;
	letter-spacing:-0.02em;
}

.flickr-ico {
	padding: 0 0 15px 55px;
	margin-top: -40px;
}

/*--comments--*/

#comments {
	margin-top: 15px;
	float: left;
	width: 600px;
}

h3#comment-title {
	/*background: url(images/comments.png) no-repeat top left;*/
	width: 600px;
	float: left;
	/*text-indent: -9999em;*/
	padding-top: 5px;
}

#comments ol, #comments ol li {
	float: left;
	width: 600px;
	list-style: none;
	padding: 0;
}

#comments ol li .comment-data {
	float: left;
	width: 478px;
	margin-right: 10px;
	background-color: #e5e5e5;
	padding: 5px 10px;
	min-height: 120px;
	overflow: auto;
	border: 1px solid #bababa;
	margin-bottom: 10px;

}

#comments ol li.alt .comment-data {
	float: left;
	width: 478px;
	margin-right: 10px;
	background-color: #eeeeee;
	padding: 5px 10px;
	min-height: 120px;
	border: 1px solid #bababa;
	overflow: visible;
	margin-top: -1px;
	margin-bottom: 10px;
}

#comments ol li .comment-info {
	width: 90px;
	float: left;
	text-align: right;
	font-size: 10px;
	line-height: 12px;
}

#comments ol li .comment-info a img {
	border: 0;
	margin-bottom: 5px;
}

#comments ol li .comment-info a {
	text-decoration: none;
}

/*--respond--*/
#respond {
	/*background: url(images/respond.png) no-repeat top left;*/
	padding-top: 30px;
	margin-top: 15px;
	float: left;
	float: left;
	width: 600px;
}

#respond p {
	padding: 2px 0;
}

#respond input {
	padding: 2px;
	border: 1px solid #bababa;
}
#respond textarea {
	padding: 2px;
	border: 1px solid #bababa;
}

/*--footer--*/
#footer .footer-text {
	width: 960px;
	margin: 0 auto;
}

#footer .footer-text a {
	color: #333;
	text-decoration: none;
}
#footer .footer-text a:hover {
	text-decoration: underline;
}

#footer .footer-text span {
	float: left;
	width: 600px;
	padding-top: 40px;
	font-size: 0.8em;
}

#footer .footer-text em {
	float: left;
	width: 360px;
	text-align: right;
}

/*--widget-formatting*/
.textwidget {
	padding: 5px;
}

a.tag-link-11 {
	text-decoration: none;
	margin: 3px;
}

#tag_cloud .widgettitle, .widget_text .widgettitle, .widget_calendar .widgettitle {
	text-align: center;
	border-bottom: 1px solid #bababa;
	width: 320px;
}

#tag_cloud {
	text-align: center;
}

ul#recentcomments li.recentcomments {
	width: 312px;
	border: 1px dotted #bababa;
	padding: 4px;
	margin: 3px;
}

ul#recentcomments li.recentcomments a {
	border:0 ;
	font-size: 0.9em;
}

ul#recentcomments li.recentcomments a:hover {
	background-color: #666;
}

#calendar_wrap {

}

#wp-calendar {
	width: 150px;
	margin: 0 auto;
}

#wp-calendar a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #b63d13;
	color: #fff;
}

#prev {
	text-align: left;
}

#prev a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #D9E2FB;
	color: #b63d13;
}

#next {
	text-align: right;
}

#next a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #D9E2FB;
	color: #b63d13;
}

/*--navigation--*/

.navigation {
	float: left;
	width: 600px;
	margin: 20px 0;
}


.navigation .alignleft a {
	float: left;
}

.navigation .alignright a {
	float: right;
}

/*--gallery--*/

p.attachment {
	text-align: center;
	padding: 15px 10px;
	background-color: #dedcb6;
	border: 1px solid #c5c39b;
}
p.attachment a img {
	padding: 3px;
	background-color: #dedcb9;
	border: 1px solid #a6a371;
}

.navigation a img {
	padding: 3px;
	background-color: #dedcb9;
	border: 1px solid #a6a371;
}

.gallery-item a img {
	padding: 3px;
	background-color: #dedcb9;
	border: 1px solid #a6a371;
}

.gallery-item a:hover img {
	border: 1px solid red;
}

.gallery-caption {
	font-size:11px;
	line-height:14px;
	margin-left:0pt;
	padding-bottom:10px;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.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;
}
/* Date */
.date_cal { 
	float:left; 
	display:block; 
	width: 60px; 
	height: 68px; 
	margin: 0 5px 0 0; 
	background: url(images/date.gif) no-repeat; 
} 
.date_cal .day { 
	color: #FFF; 
	font-size: 15px; 
	margin: 1px 0 0 6px; 
} 
.date_cal .date { 
	-x-system-font:none;
	color:#F48421;
	display:block;
	font-family:"Georgia",Times New Roman,Times,serif;
	font-size:22px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:900;
	line-height:22px;
	margin:2px 0 0;
	width:57px;
	text-align: center; 
} 
.date_cal .month { 
	-x-system-font:none;
	color:#FFFFFF;
	display:block;
	font-family:"Georgia",Times New Roman,Times,serif;
	font-size:14px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:900;
	line-height:normal;
	width:60px;
	text-align: center;
	width: 58px;
	margin-top: 7px;
} 
.date_cal .year { 
	color: #F48421;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	margin-top: -3px; 
	width: 57px;
	text-transform: uppercase;
	text-align: center; 
}

.post-f .p-feature {
	background:transparent url(images/feature-dotted.png) repeat-x scroll center bottom;
	margin-bottom:5px;
	padding-bottom:10px;
}


.post-f .p-feature strong {
	-x-system-font:none;
	background: url(images/star.png) no-repeat scroll 0px 1px;
	color:#333;
	font-family:'Arial';
	font-size:14px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:14px;
	padding-left:16px;
}
	