/*   
Theme Name: Nabewise Blog Template
Theme URI: http://blog.nabewise.com
Description: A WordPress theme for the Nabewise blog
Author: Nabewise
Template: thematic

.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

#wrapper {
  width: 940px;
  margin: 0 auto;
}

a:visited {
  color: #7CA168;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

@font-face {
  font-family: "Museo-300";
  src: url("./fonts/Museo300-Regular.otf");
}

h2.entry-title, .about, .navigation, h1.entry-title, #searchsubmit  {
  font-family: "Museo-300", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

#blog-title a {
  display: block;
  width: 377px;
  height: 65px;
  background: url(images/blog_logo.png) no-repeat;
  text-indent: -999em;
}

#branding {
  padding: 35px 0 15px 0;
  border-bottom: 3px solid #CCC;
}

h2.entry-title a, .entry-title {
  color: #3A7394;
}

.wp-caption-text {
  color: #666;
  font-style: italic;
}

#access {
  display: none;
}

#main {
  padding: 25px 0 0 0;
  width: 940px;
}

.navigation {
  margin-bottom: 10px;
}

.navigation a {
  color: #3a7394;
  font-style: normal;
  font-weight: bold;
}

#blog-description {
  display: none;
}

.paged #nav-above {
  display: none;
}

#primary {
  border: 0;
  padding-top: 0;
  margin-top: 10px;
}

.post {
  padding-left: 65px;
  border-bottom: 3px solid #e9e9e9;
  margin-bottom: 25px;
}

.hentry, .single .hentry {
  padding: 0 0 15px 75px;
  font-size: 14px;
  color: #333;
}

.entry-utility {
  margin: 0;
  border-top: 1px solid #E9E9E9;
  padding-top: 10px;
}

#header-info {
  float: right;
  display: inline;
  padding-top: 35px;
}

#header-info span {
  text-align: right;
  width: 100%;
  display: block;
  font-size: 12px;
  margin-bottom: 12px;
  position: relative;
  z-index: 500;
}

#header-info a {
  color: #3a7394;
}

form#searchform #s {
  background: #f2f2f2;
  border: 1px solid #c2c2c2;
  padding: 4px 8px;
  height: 18px;
  float: left;
}

input#searchsubmit {
  background: #76a4be;
  border: 3px solid #d0e0e9;
  font-size: 12px;
  text-transform: lowercase;
  color: #FFF;
  letter-spacing: 1px;
  height: 28px;
  float: right;
  margin-left: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 0 7px;
}

#searchform {
  position: relative;
  z-index: 500;
}

input#searchsubmit:hover {
   cursor: pointer !important;
}

input::-moz-focus-inner /*Remove button padding in FF*/
{ 
    border: 0;
    padding: 0;
    margin: 0;
}


.about {
  background: #679b4b;
  padding: 15px 20px 10px 20px;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
  overflow: hidden;
}

.about p {
  margin: 0;
}

.about a {
  color: #FFF;
  text-decoration: underline;
  float: right;
  font-size: 14px;
}

#content {
  width: 580px;
  margin-left: 0;
}

#cities {
  padding: 5px;
  border-bottom: 3px solid #E9E9E9;
}

#cities ul {
  text-align: left;
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 5px;
}

#cities li {
  display: inline;
}

#cities a {
  color: #3a7394;
  font-size: 13px;
  text-decoration: none;
  padding: 0 25px 0 0;
}

.entry-content {
  padding-top: 10px;
}

#footer {
  margin-top: 0;
  border-top: 3px solid #cccccc;
}

#footer ul {
  text-align: right;
  list-style-type: none;
}

#footer li {
  display: inline;
  margin: 0 10px;
}

h1.page-title {
  padding-bottom: 15px;
  padding-left: 10px;
}

.main-aside {
  right: 0;
}

.main-aside ul {
  padding-right: 0;
}

#nabewise-sidebar {
  width: 250px;
}

#nabewise-sidebar ul {
  margin: 0;
  padding: 0;
}

#nabewise-sidebar ul.pages {
  margin-bottom: 25px;
}

#nabewise-sidebar ul.pages li a {
  font-size: 18px;
  color: #999;
  text-decoration: none;
  display: block;
  padding: 5px 0;
  border-bottom: 1px dotted #CCC;
}

#nabewise-sidebar ul.authors a {
  color: #76a4be;
  text-decoration: none;
  display: block;
  padding: 2px 0;
}

h3.widgettitle {
  font-style: normal;
  font-size: 18px;
  color: #999;
  margin-bottom: 5px;
}

a.rss {
  display: block;
  color: #999;
  font-size: 18px;
  background: url(images/blog_rss.png) no-repeat;
  line-height: 25px;
  padding-left: 30px;
  text-decoration: none;
  margin-bottom: 20px;
}

#nav-below {
  margin-top: -15px;
}

.entry-content {
  padding-bottom: 10px;
}

a:hover {
  color: #C0482D !important;
}

#siteinfo {
  padding-top: 15px;
}

ul#twitter, ul#twitter li{
  list-style-type: none;
}

ul#twitter {
  padding: 20px;
  margin-top: 30px;
  background: url(images/twitter.png) no-repeat 140px bottom #c7c7c7;
}

ul#twitter a {
  color: #3a7394;
}

.post img {
  padding: 3px;
  border: 1px solid #CCC;
}

.twtr-hd, .twtr-ft {
  display: none;
}

.twtr-tweet-wrap {
  background: none;
}

.entry-content {
  font-size: 13px;
}


