/*
Theme Name: News Evolved
Theme URI: http://www.newsevolved.com/
Description: A new theme small news sites
Author: Andrew Spittle
Author URI: http://www.andrewspittle.net/
Version: 0.2
.
Some rights reserved by Andrew Spittle.
.
*/

/*** General Page styles ***/
to
body {
	/*font-family: "Times New Roman", Times, serif, Georgia;*/
	background-color: #efefef;
        text-decoration:none;
}

#wrap {
	background-color: #FFFFFF;
	border: 2px solid #e1e1e1;
        margin-top:20px;
}

/*** Navigation Styles ***/

#bottom-nav {
	background-color: #334498;
	font-family: "Helvetica Neue",Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
        letter-spacing: 1px;
        margin-bottom:10px;        
        display: block;
        color: #FFFFFF;
	text-decoration: none;
}

#nav li.headlink {
  /*float the main list items*/
  float: left;
  display: block;
  position:relative;
  padding-right:10px;
  padding-left:10px;
  border-right:1px solid white;
}

#nav li.headlink ul{
  /*put the subnavs below and hide them all*/
  display: none;
  position: absolute;
  top: 30px;
  left:0;
  z-index:1000;
  background-color:#334498;
  border:1px solid white;
  border-bottom:0;
  text-align:center;
  list-style:none;
  margin:0;
  padding:0;
  width:12em;	
}

#nav li.headlink ul li{
/*set the border of the drop down menu*/
border-bottom:1px solid white;
list-style:none;
}

#nav li a{
/**fix the link**/
text-decoration:none;
color:#fff;
}

#nav li {
  /*for all links in the list*/
  color: #fffff;
  font-weight: bold;
  display: block;
  height: 20px;
  padding: 5px;
  text-align:center;
  text-decoration:none;
  font: 1em;
}

#nav li.headlink:hover, #nav li.headlink ul li:hover{ 
  background-color: #5b87d9;
}
#nav li.headlink:hover ul { 
  display: block;
}


/*** Homepage styles ***/

.community-box {
	background-color: #efefef;
	padding: 5px;
}

.post-box {
	border: 1px dotted #989898;
	margin-bottom: 10px;
	padding: 5px;
}

.post-box p {
	font-size: 14px;
	line-height: 17px;
	color: #2e2e2e;
	margin-top: 10px;
}

.recent-updates {
	margin-bottom: 10px;
	padding: 5px;
	height:;
	border: 1px dotted #989898;
}
.recent-updates .headline a{
        color:#334498;
}

.recent-updates p {
	font-size: 12px;
	line-height: 17px;
	color: #000000;
	margin-top: 10px;
}

.social-icons {
	list-style-type: none;
	padding-top: 5px;
	margin-bottom: 10px;
	padding-left: 15px;
}

.social-icons li {
	display: inline;
	margin-right: 15px;
	margin-left: 5px;
}

.social-icons img {
	opacity: 0.8;
}

.social-icons img:hover {
	opacity: 1.0;
	-webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

/*** Category page styles ***/

#cat-sidebar {
	padding: 5px;
	background-color: #efefef;
}

.cat-head {
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 10px;
	color: #334498;
}

.recent-cat {
	border-bottom: 2px solid #226b9f;
	margin-bottom: 10px;
}

.recent-box {
	background-color: #334498;
	color: #FFFFFF;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	padding: 2px 5px;
	line-height: 29px;
}

.publish2-headline {
	padding-left: 20px;
}

.publish2-headline a {
	font-weight: bold;
	text-decoration: none;
}

.publish2-metadata {
	font: bold 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 5px;
	margin-bottom: 10px;
        display:none;
}

.publish2-comment {
	font-size: 14px;
	line-height: 17px;
	color: #2e2e2e;
	margin-bottom: 5px;
	margin-top: 10px;
}

/*** Tag page styles ***/

.more-posts {
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
	padding: 3px;
	background-color: #efefef;
}

/*** Article page styles ***/

#article-content {
	padding: 5px;
}

#article-content h1 {
	margin-bottom: 5px;
	margin-top: 5px;
}

#article-content h2 {
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 26px;
}

#article-content h3 {
	margin-bottom: 10px;
	margin-top: 5px;
}

#article-content h4 {
	margin-bottom: 10px;
	margin-top: 5px;
}

#article-content h5 {
	margin-bottom: 10px;
	margin-top: 5px;
}

#article-content h6 {
	margin-bottom: 10px;
	margin-top: 5px;
}

#article-content p {
	font-size: 14px;
	line-height: 21px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#article-content ul {
	font-size: 15px;
	line-height: 21px;
	list-style-type: disc;
	padding-left: 35px;
}

#article-content ol {
	font-size: 15px;
	line-height: 21px;
	padding-left: 35px;
	list-style-type: decimal;
}

#article-content img {
	max-width: 690px;
}

.aligncenter,
div.aligncenter {
   display: inline;
   margin-left: auto;
   margin-right: auto;
   clear: both;
}

.alignleft {
   float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.alignright {
   float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

.wp-caption {
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   padding: 5px 4px;
	font: bold 13px/17px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
	border-bottom: 1px solid #989898;
	margin-bottom: 10px;
	margin-top: 0 !important;
	margin-right: 0px;
	text-align: left;
}

blockquote {
	font-style: italic;
	padding-left: 35px;
	color: #3d3d3d;
}

/*** Author page styles ***/

#about-author p {
	font-size: 13px;
	line-height: 17px;
	color: #2e2e2e;
	margin-top: 10px;
}

#about-author img {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
	padding: 3px;
	background-color: #e1e1e1;
	border: 1px solid #989898;
}

/*** Comments styles ***/

#comments {
	margin-top: 20px !important;
	font-weight: bold;
	color: #334498;
	border-bottom: 1px dotted #989898;
	padding-bottom: 5px;
}

.commentlist {
	padding-left: 0 !important;	
}

.commentlist li {
	list-style-type: none;
	margin-bottom: 10px;
}

.commentlist img {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 3px;
	background-color: #e1e1e1;
}

.comment-body {
	padding: 5px;
	background-color: #efefef;
	border: 1px solid #e1e1e1;
}
.comment-body p {
	font-size: 12px;
	line-height: 17px;
	color: #3d3d3d;
}

.comment-author {
	font: bold 19px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.commentmetadata {
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 10px;
}

.reply {
	text-align: right;
}

.reply a {
	text-decoration: none;
	font: bold 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#respond {
	padding: 5px;
	border: 1px dotted #efefef;
}

#respond h3 {
	font-weight: bold;
	color: #334498;
}

#commentform p {
	margin-bottom: 10px;
}

label {
	float: left;
	margin-right: 10px;
}

#comment {
	width: 620px;
}

/*** Misc styles ***/

.separator {
	border-bottom: 2px solid #406b9e;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}

.newsletter {
	background: #E8EDF1;
	border: 1px solid #B1C3D4;
	clear: both;
	margin-left: 0px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
}

.newsletter a {
	float: right;
}

/*********subscribe box*************/
.newsletter h5 {
	margin-top: 5px;
	margin-right: 15px;
	padding: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	float: left;
        display:none;
}

.newsletter p {
	margin: 5px 0;
	font-style: italic;
	padding: 0;
}

#twitter {
	font-size: 14px;
	line-height: 17px;
	color: #2e2e2e;
	margin-top: 10px;
}

.twitter-message {
	margin-top: 10px;
}

.Advman_Widget {
	list-style-type: none !important;
}

/*** Styles for the Flickr embed ***/

#flickr {
	margin-bottom: 10px;
}

#flickr p {
	color: #3d3d3d;
}

#flickr h4 {
	color: #3d3d3d;
	font-weight: bold;
	font-style: italic;
	margin-top: 10px;
	border-top: 1px dotted #3d3d3d;
	padding-top: 5px;
	border-color: #3d3d3d;
}

#flickr a img {
	border: 1px solid #989898;
	float: left;
	padding: 2px;
	height: 90px;
	width: 90px;
	margin: 0 8px 8px 0;
}

#flickr a:hover img {
	border: 1px solid #3d3d3d; 
	float: left;
	margin: 0 8px 8px 0;
	padding: 2px;
	width: 90px;
	height: 90px;
	background-color: #efefef;
}

/*** Search styles ***/

#searchform {
	float: right;
	margin-top: 4px;
        margin-right:4px;
}

#sbutt {
	background: #e1e1e1;
	padding-bottom: 5px;
	padding-right: 5px;
        height:22px;
        text-align:center;
	font-weight: bold;
	color: #334498;
}

#s {
        height:12px;
        font-size:10px
	color: #3d3d3d;
}

/*** Slideshow styles ***/

#slideshow {
background-color: black;
}

#slideshow a {
	color: #e1e1e1;
        height:80px
}

#slideshow p {
	color: #e1e1e1;
	width: 520px;
}

#slideshow ul {
margin: 0;
padding: 0;
list-style-type: none;
height: 1%; /* IE fix */}

#slideshow ul:after {
content: "";
clear: both;
display: block;
height: 0;
visibility: hidden;}            

/*** Slideshow Slides ***/

#slideshow .slides {
overflow: hidden;
width: 520px;
height: 350px;/*390px*/
}

#slideshow .slides ul {
width: 520px;
height:auto;/*460px*/}

#slideshow .slides li {
width: 510px;
float: left;
padding: 5px;}

#slideshow .slides h2 {
margin-top: 0;
margin-bottom: 2px;
}

.post-teaser{
        opacity:40;
}

.post-teaser p {
        font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 2px;
	width: 500px !important;
	margin: 0 !important;
}

/*** Slideshow Navigation ***/

#slideshow .slides-nav {
	border-top: 1px outset #989898;
	background: #3d3d3d;
}

#slideshow .slides-nav li {
float: left;}

#slideshow .slides-nav li a {
display: block;
padding: 10px;
outline: none;
width: 152px;
overflow: hidden;
color: #efefef;
border-right: 1px ridge #989898;
text-decoration: none;
min-height: auto;
	font: 15px  "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: #3d3d3d -1px -1px 0;
}

.last-slide a {
	border-right: none !important;
	width: 154px !important;
}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
background: #989898 url(images/slideshow-nav-bg.png) repeat-x;
	color: #FFFFFF;
}

.js #slideshow .slides-nav li.on a {
position: relative;
}

/*** Dim the Lights Styles ***/

#about-dim-the-lights {
    background: #fff;
    border: 2px solid #999;
    width: 200px;
    margin-left: 200px;
    padding: 10px;
}

/*** Hyperlink styles ***/

a {
	color: #334498;
}

a:hover {
	color: #a00000;
}

/*** Header Styles ***/

h1 {
	font-size: 48px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h5 {
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h6 {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.site-title a {
	color: #406b9e;
	font: italic bold 60px Georgia, Times, serif;
	text-decoration: none;
}

.site-title a:hover {
	color: #a00000;
}

.todays-date {
        color: #666666;
	font-size: 13px;
	
	float: right;
        margin-right: 10px;
        margin-bottom: 10px;
        width:;
        padding:5px;
}
.todays-date a {
        text-decoration:none;
        color: #666666;
}

.todays-date span a:hover {
       color: #000000;
}


.headline a {
	text-decoration: none;
	font-size: 17px;
	font-weight: bold;
}

.comments {
	text-align: center;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 2px solid #406b9e;
	color: #334498;
}

.social-stream {
	background-color: #334498;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}

.sidebar-element {
	padding-bottom: 2px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom: #989898;
}

.post-title {
	font-weight: bold;
	margin-bottom: 10px;
}

.tag-title {
	padding: 3px;
	margin-bottom: 10px;
	background-color: #f9da53;
	color: #334498;
	font-weight: bold;
}

.opinion-writer {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	margin-bottom: 2px;
	padding-bottom: 2px;
}

#recent-popular, #recent-popular ul {
	padding-left: 0px !important;
}

#recent-popular li {
	background: url(images/small-icons/file.png) no-repeat 0 3px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #989898;
	color: #2e2e2e;
	padding-left: 20px;
	list-style-type: none;
}

#recent-popular a {
	font-weight: bold;
        text-decoration:none;
}

.post-stats {
	padding-top: 5px;
	color: #2e2e2e;
	font: italic bold 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
}

#recent-comments {
	padding-left: 0 !important;
}

#recent-comments img {
	float: left;
	margin-bottom: 5px;
	background-color: #989898;
	border: 1px solid #e1e1e1;
	padding: 2px;
	margin-right: 10px;
display:none;
}

#recent-comments a {
	color: #334498;
	font-style: italic;
	font-weight: bold;
}

#recent-comments li {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #989898;
	color: #2e2e2e;
	font-size: 14px;
	line-height: 17px;
	min-height: 60px;
	list-style-type: none;
}

/*** Footer styles ***/

#footer {
	background-color: #334498;
	color: #FFFFFF;
	margin-bottom: 20px;
	margin-top: 20px;
        display:inline;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.footer-list {
        display:inline;
	padding: 15px 5px 5px 10px;
	margin-bottom: 10px;
}

.footer-list li {
        display: inline;
	list-style-type: none;
	margin-left: 0px;
	margin-right: 10px;
}

.footer-credit {
        float:left;
        display:inline;
	padding: 5px 10px 5px 5px;
	font-size: 14px;
	text-align: right;
}

/*** Paragraph styles ***/

.metadata {
        display:none;
	font: bold 12px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
	background: url(images/small-icons/file.png) no-repeat;
	padding-left: 20px;
	margin: 0;
}

.post-date {
	font: bold 12px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
	background: url(images/small-icons/calendar.png) no-repeat;
	padding-left: 20px;
	margin-top: 5px !important;
}

.meta-small {
	font: bold 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
	margin-bottom: 10px;
	color: #3d3d3d;
}

.meta-bottom {
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
	margin-bottom: 10px;
	padding: 2px;
	background-color: #efefef;
	border: 1px solid #e1e1e1;
	margin-top: 10px;
}

/*** Image styles ***/

#homepage-feature-image-wrap {
	overflow: hidden;
	margin-bottom: 10px;
}

.homepage-feature-image {
	width:  510px;
	height: 285px;
}

.post-image-smaller-left {
        max-width:100px;
        max-height:;
	padding: 4px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	float: left;
	border: 1px solid #000000;
}

.post-image-smaller-right {
        max-width:100px;
        max-height:;
	padding: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 5px;
	float: right;
	border: 1px solid #000000;
}

.post-image-grid2 {
	width: 150px;
	padding: 4px;
	margin-bottom: 10px;
	border: 1px solid #989898;
	background-color: #e1e1e1;
}

.post-image-grid2-left {
	width: 150px;
	padding: 4px;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
	border: 1px solid #989898;
	background-color: #e1e1e1;
}

.post-image-grid2-right {
	max-width: 150px;
	padding: 4px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
	border: 1px solid #989898;
	background-color: #e1e1e1;
}

.post-image-grid3 {
        max-width:230px;
        max-height:;
	padding: 4px;
	margin-bottom: 10px;
	border: 1px solid #989898;
	background-color: #e1e1e1;
}

.post-image-grid3-left {
	max-width: 230px;
	padding: 4px;
	margin-bottom: 10px;
	margin-right: 10px;
	border: 1px solid #989898;
	background-color: #e1e1e1;
	float: left;
}

.post-image-grid3-right {
	max-width: 230px;
	padding: 4px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #989898;
	background-color: #e1e1e1;
	float: right;
}

.post-image-grid4 {
	max-width: 330px;
	padding: 4px;
	margin-bottom: 10px;
	border: 1px solid #989898;
	background-color: #e1e1e1;
}

.post-image-grid4-right {
	max-width: 330px;
	padding: 4px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
	border: 1px solid #989898;
	background-color: #e1e1e1;
}

.post-image-grid6 {
	max-width: 500px;
	padding: 4px;
	margin-bottom: 10px;
	border: 1px solid #989898;
	background-color: #e1e1e1;
}

.avatar {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 4px;
	border: 1px solid #989898;
	background-color: #e1e1e1;
}

.photo {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 4px;
	border: 1px solid #989898;
	background-color: #e1e1e1;
}

/*** Advertisement styles ***/

.ad_grid2 {
	margin-bottom: 10px;
	width: 160px;
}

.ad_grid3 {
	margin-bottom: 10px;
	width: 230px;
}

.masterheader{
        display:inline;
	float:left;
	position:relative;
	margin-left:10px;
}

.masterbanner{
        display:inline;
        margin-left:15px;
}

.masterbanner img{
        margin-left:10px;
}


/***for archive page*****/
#left {
	position: absolute;
	left: 0px;
	margin: 20px;
	padding: 10px;
	/*border: 5px solid #ccc;*/
	width: 100px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 150px;
	}
html>body #left {
	width: 150px; /* ie5win fudge ends */
	}
#middle {
	margin: 20px 190px 20px 190px;
	padding: 10px;
	width: 150px;
	/*border: 5px solid #ccc;*/
	}
#right {
	position:absolute;
        top:255px;
	right: 120px; /* Opera5.02 will show a space at right when there is no scroll bar */
	margin: 20px;
	padding: 10px;
	/*border: 5px solid #ccc;*/
	width: 150px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 150px;
	}
html>body right {
	width: 150px; /* ie5win fudge ends */
	}
