/**
Theme Name: Scienceline (Current)
Version: 5.0
Author: Steve Weintraub (Updates by Garrett Gardner)
Author URI: dalahus.com
*/


/* reset stuff */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
border:0 none;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0;
outline-color:#-moz-use-text-color;
outline-style:none;
outline-width:0;
padding:0;
vertical-align:baseline;
}
:focus {
outline-color:#-moz-use-text-color;
outline-style:none;
outline-width:0;
}
body {
line-height:1;
}
ol, ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
table {
border-collapse:separate;
border-spacing:0;
}
caption, th, td {
font-weight:normal;
text-align:left;
}
blockquote:before, blockquote:after, q:before, q:after {
content:"";
}
blockquote, q {
quotes:"" "";
}

p {margin: 0}

html {
  overflow-y: scroll;
  }
a {
  color: #3399CC;
  text-decoration: none;
  }
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #124964;
}
a:hover {
  text-decoration: underline;
  }
body {
  background-color: #e5e5e5;
  border-top: 3px solid #000;
  color: #333;
  text-align: center;
  }
br {
  clear: both;
  }
div {
  position: relative;
  }
div, p, td, h1, h2, h3, h4 {
  color: inherit;
  font-family: georgia;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  }

h1 {
  font-size: 2em;
  line-height: normal;
  }

h2 {
  font-size: 1.3125em;
  line-height: normal;
  margin-bottom: 5px;
  }
h3 {
  font-size: .75em;
  line-height: 1em;
  margin-bottom: 5px;
  }
h4 {
  font-size: .75em;
  font-weight: bold;
  margin-bottom: 5px;
  }


/* OUTER DIVS */

#header {
  background: url('images/hdrbg.jpg') no-repeat scroll left top;
  font-size: .75em;
  height: 157px;
  vertical-align: bottom;
  width: 980px;
  }
#container {
  margin: 0 auto;
  text-align: center;
  top: 0;
  width: 980px;
  z-index:1;
  }
#main {
  margin: 10px 0;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 980px;
  background-color: #fff;
  }

/* HEADER STYLES */

#logo {
  left: 10px;
  position: absolute;
  top: 40px;
  }

#navbar {
  width: 980px;
  }

ul#nav {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow:auto;
  }


#nav li {
  float:left;
}

#nav li a {
  width: 196px;
  height: 36px;
  display: block;
}


#nav li a span {display: none;}

#nav li#enviro a {background: url(images/navEnviro1.gif) no-repeat;}
#nav li#enviro a:hover,
#nav li#enviro a.selected {background: url(images/navEnviro2.gif) no-repeat;}

#nav li#biology a {background: url(images/navLife1.gif) no-repeat;}
#nav li#biology a:hover,
#nav li#biology a.selected {background: url(images/navLife2.gif) no-repeat;}

#nav li#health a {background: url(images/navHealth1.gif) no-repeat;}
#nav li#health a:hover,
#nav li#health a.selected {background: url(images/navHealth2.gif) no-repeat;}


#nav li#phys a {background: url(images/navPhys1.gif) no-repeat;}
#nav li#phys a:hover,
#nav li#phys a.selected {background: url(images/navPhys2.gif) no-repeat;}


#nav li#va a {background: url(images/nav-mult1.gif) no-repeat;}
#nav li#va a:hover,
#nav li#va a.selected {background: url(images/nav-mult2.gif) no-repeat;}

#archiveHed {
  margin: 10px;
  text-transform: none;
  }

#searchbox {
  position: absolute;
  right: 10px;
  top: 110px;
  }
#search, input[type="text"] {
  border: 1px solid #999;
  font-family: georgia;
  margin-right: 9px;
  padding: 3px 5px;
  width: 230px;
  }
#search, #submit {  
  vertical-align: bottom;
  }
#toplinks {
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 75px;
  }
#toplinks a {
  font-weight: bold;
  }

/* MAIN CONTENT STYLES */

#articlebody {
  background-color: #fff;
  overflow: hidden;
  padding: 20px 10px 0 10px;
  width: 640px;
  }
#articlebody h2 {
  margin-bottom: 10px;
  }
#articlebody p {
  font-size: 0.9375em;
  line-height: 1.3125em;
  margin-bottom: 15px;
  }

.thumbnail {
  float: left;
  margin: 0 10px 10px 0;
  width: 160px;
  }

.medium {
  width: 400px;
  margin-top:10px;
  }

.large {
  float: left;
  margin: 10px 10px 5px 0;
  width: 640px;
  }

.meta {
  margin: 10px 0;
  font: normal 13px Helvetica, Arial, sans-serif;
  }

.meta.top {
  padding: 0 0 3px 0;
  border-bottom: 1px solid #e5e5e5;
  margin: 10px 0 5px 0;
  }

.meta.bottom {
  border-top: 1px solid #e5e5e5;
  padding: 3px 0 0 0;
  clear:right;
  }


/*
.articletext2 {
  font-size: .875em;
  line-height: 1.25em;
  margin: 10px 0 0 0;
  }
*/

.topicarticle p,
.topicblog p {
  font-size: .875em;
  line-height: 1.25em;
  margin: 0 0 0 0;
  }

p.commentlink {
  font-size: 11px;
  margin-top: 5px;
  }

#content {
  float: left;
  width: 660px;
  border-right: 10px solid #e5e5e5;
  min-height: 600px;
  }

#feature {
  background-color: #fff;
  overflow: hidden;
  padding: 20px 10px 20px 10px;
  width: 640px;
  }

.wp-pagenavi {
  color: #999;
  font-size: .75em;
  height: 20px;
  margin: 15px 10px 10px 10px ;
  }
.wp-pagenavi a {
  background-color: #3399CC;
  border: 1px solid #3399CC;
  color: #fff;
  margin-right: 5px;
  padding: 1px 6px 3px 6px;
  text-decoration: none;
  }
.wp-pagenavi a:hover {
  background-color: #42ade2;
  }
.wp-pagenavi span {
  border: 1px solid #999;
  margin-right: 5px;
  padding: 1px 6px 3px 6px;
  }

#related-posts {
  border: 1px solid #e5e5e5;
  float: right;
  font-size: .75em;
  line-height: 1.25em;
  margin: 3px 0 10px 10px;
  padding: 35px 0 0 0;
  width: 240px;
  background: url(images/ttlRelated.gif) no-repeat top; 
  }

#related-posts li {
/*  display: list-item; */
  margin: 0 10px 5px;
  }

.topicarticle {
  float: left;
  overflow: hidden;
  padding: 15px 10px 20px 10px;
  width: 389px;
  border-right: 1px solid #e5e5e5;
  }

#blogs {
  float: right;
  width: 250px;
  }

.topicblog {
  float: right;
  padding: 15px 10px 20px 10px;
  width: 230px;
  border-left: 1px solid #e5e5e5;
  margin-left: -1px;
  }

.topicblog img {
  margin-bottom: 5px;
  }

.topicblog h2 {
  clear:left;
  font-size: 16px;
  margin-bottom:0px;
  }

.topicblog h3 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 3px;
  }

.topicblog h3 a {
  color: #333;  
  font: normal 13px Helvetica, Arial, sans-serif;
  }

.topicblog h3 a:hover {
  text-decoration: none;  
  }

#utils {
  background-color: #fff;
  font-size: .875em;
  padding: 0 0 5px 0;
  width: 100%;
  margin-top:0;
  border-bottom: 1px solid #E5E5E5;
  overflow: auto;
  }

#utils a {
  font-weight: bold;
  }

#utils img {
  margin: 0 5px 2px 0;
  vertical-align: middle;
  }

#utils .item {
  margin-right:10px;
  float:left;
  line-height: 1.5em;
  }

.post {
  clear:left}


/* COMMENT STYLES */

#commentlist  {
  margin: 0 0 10px 0;  
  }

#commentlist li {
  list-style: decimal;
  padding: 10px 10px 10px 0;
  font-size:26px;
  color: #888;
  margin: 0 40px 0 60px;
  background-color: #fff;
  }

#commentlist li span {
  font-size: 13px; 
  line-height: normal; 
  color: #333;
}

#commentlist li p {
  padding-bottom: 10px;
  }

#commentform {
  padding: 10px 5px;
  background-color: #fff;
  }

#comment {
  margin: 10px 0;
  }
#commentform p{
  padding: 3px 0;
}


/* !SIDEBAR STYLES */

#sidebar {
  float: right;
  width: 310px;
  border-left: 10px solid #e5e5e5;
  margin-left:-10px;
  }

.widget {
  border-bottom: 10px solid #e5e5e5;
  padding: 20px 10px;
  width: 290px;
  }

.sideHed {
  margin: 0 0 15px 0;
  }

.widget p {
  font-size: 12px;
  margin-top: 10px;
  }

#sidebar ul {
  margin: 0 5px 10px 15px;
  font-size: 13px;
/*
  list-style: disc;
*/
  line-height: 1.2em;
  }

#sidebar ol {
  margin: 0 5px 10px 15px;
  font-size: 13px;
  list-style: decimal;
  line-height: 1.2em;
  }

#sidebar ul li,
#sidebar ol li {
  margin: 0 0 13px 0;
  }

/* FOOTER STYLES */

#footer {
  background-color: #000;
  clear: both;
  color: #999;
  font-size: .75em;
  margin-bottom: 10px;
  padding: 15px 10px 0 10px;
  position: relative;
  text-align: left;
  width: 960px;
  }
#footer p {
  padding-bottom: 15px;
  }
#footer a {
    color: #FFF;
  }

.democracy ul li {
  display: inherit;
  font-size: 11px;
  margin: 3px 0;
  line-height: normal;
  }
  
.poll-question {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2em;
  }  
  
.dem-results {
  margin-top: 5px;
  }

.searchResult {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px;
  margin: 0;
  font-size: 13px;
  line-height: 1.3em;
  background-color: #fff;
  overflow: auto;
}  

.searchResult .thumbnail {
  margin: 0 10px 0 0;
  }

.searchResult p {
  margin: 0 0 4px 0;
  }
  
.hedh2 {
  margin: 10px 0 10px 10px
  }  
  
p#author {
  margin: -5px 200px 20px 10px;
  line-height: 1.3em !important;
  font-size: 13px;
  }


.navigation a{ 
  font: normal 12px Helvetica, Arial, sans-serif;
  margin: 5px;
  }  

#socialWrap {
  margin:0 290px 0 0;
  float:right;
  width:93px
  }  
  
.dropcontainer, .taskbuttoncontainer {
  float:right
  }  
  
embed {margin: 0 0 10px 0;}  

.searchform {
  margin: 10px;
  }

.moreLink {
  margin: 10px;
  }
    
.imgcaption {
  clear:left;
  font-size: 13px;
  margin: 0 0 15px 0;
  line-height: 1.3em;
  color: #444;
  }  
  

/* !----- Poll Widget ----- */

.dem-total-votes,
.dem-graph b {
  display:none !important;
  }  

.dem-graph i {
  display: inline !important;
  }
  
.polltitle {
  font-weight: bold;
  font-size:14px;
  } 
  
.dem-archives .democracy {
  margin: 0 0 10px 0 !important;
  border-bottom: 1px solid #e5e5e5;
  max-width: none ;
  padding: 0 20px;
  }  
  
.dem-archives .dem-results {
  width: 250px;
  margin: 10px 0 15px 0;
  } 
  

/* !----- Twitter Widget ----- */

.aktt_tweets {
  margin-top: 0;
  }
    
.aktt_more_updates  {
  list-style-type: none;
  }     
  
.aktt_tweet_time {
  font-style: italic;
  margin-left: 5px;
  font-size:11px;
  }


/* !----- Ever Wondered? Widget ----- */

.askscienceline h2 {
  margin-bottom: 20px;
  font-size:15px;
  line-height: 1.2em;
  }

#rssLink {
  background: url(images/icon-rss.jpg) no-repeat left;
  padding: 2px 0 2px 20px;
  margin: 0 0 0 15px;
  }  
  
#twitterLink {
  background: url(images/icon-twitter.gif) no-repeat left;
  padding: 2px 0 2px 20px;
  margin: 0 0 0 5px;
  }  
  
#maiLink {
  background: url(../../plugins/wp-email/images/email_famfamfam.png) no-repeat left;
  padding: 2px 0 2px 20px;
  margin: 0 5px 0 5px;
  }  
  
  
#sitemeter {
  position: absolute;
  right: 5px;
  bottom: 5px;
  }
  
.pageNav {
  text-transform: uppercase;
  margin: 15px 0;
  font: bold 12px Helvetica;
  }  
  
.pageNav a{
  margin: 5px 10px 5px 0;
  }  

.articletext1 p {
    font-size: 0.875em;
    line-height: 1.3125em;
    margin-bottom: 15px;
}

.articletext3 {
  font-size: 14px;
  line-height: normal;
  margin: 5px 0 0 0;
  }

.topicblog  .articletext2  {
  margin:0;
}


.postNav {
  float:right;
  font-weight: bold;
  }
  
.alignleft {
  margin: 0 10px 10px 0;
  }
.alignright {
  margin: 0 0 10px 10px;
  }
    
#blogList ul {
  list-style: none;
  }    

#blogList ul li {
  margin: 0 0 15px 0;
  }    
        
#blogList ul li img {
  margin: 0 0 5px 0;
  }    
  
#blogList a {
  font-size: 16px;
  }    

#blogList p {
  margin-top: 0;
  }   
  
.blogroll  .searchResult {
  margin: 0 0 20px 0;
  background: #f8f8f8;
  }

#facebookLink {
  background: url(/wordpress/wp-content/themes/scienceline2/images/icon-facebook.gif) no-repeat left;
  padding: 2px 0 2px 20px;
  margin: 0 0 0 5px;
}

.widget h3 {
  font: 20px Helvetic, Arial, sans-serif;
  text-transform: lowercase;
  }  
  
.widget h3 span {
  display: none
  }  

/* sidebar 2 style, for popular posts only */
#w2 h3 {
  background: url(images/ttl-popular.gif) no-repeat;
  height: 20px;
  }  
  
#w2 ul {
  list-style: decimal;
  } 
  
/* sidebar 3 style, for comments only */
#w3 h3 {
  background: url(images/ttlSidebar-comments.gif) no-repeat;
  height: 20px;
  margin: 0 0 10px 0;
  }  
  
#sidebar #w1 ul li {
margin-left: 20px;
}  
  
.wpp-excerpt {display: block}  


.more {
  display: block;
  margin: 30px 0 0 0;
  padding: 10px 110px 10px 10px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #e5e5e5;
}                          

#ipad {
	background: url("/wp-content/uploads/2013/05/sciencelineipad.png") no-repeat left;
position: absolute; right: 10px; top: 25px; width: 380px; height:40px;}

div, p, td, h1, h2, h3, h4 {
    font-family: 'Lora', Georgia, serif;
}
h1, h2, h3, h4 {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
