/*   
Theme Name: Whalesense
Theme URI: 
Description: Whalesense default theme (a Themematic child theme)
Author: Garrett Coakley
Author URI: http://polytechnic.co.uk
Template: thematic
Version: 1.0
Tags: 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/3c-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');

body, input, textarea {
  font: 1em/1.5em Arial, sans-serif;
}

body {
  color: #ffffff;
  background: #006999 url('bg-site.jpg') no-repeat top left;
}

blockquote {
	border-left: 2px solid #333333;
	padding: 0 2em 0 1em;
}

/* Sitewide link defaults */
a:link,
a:visited {
	color: #FB913B;
	text-decoration: none;
}

a:hover,
.entry-title a:hover,
.entry-utility a:hover,
.aside a:hover {
	color: #FB913B;
	text-decoration: underline;
}

a:active {
	color: #990000;
	text-decoration: none;
}

.aside .current_page_item a {
  color: #FB913B;
}

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

.aside {
  color: #ffffff;
}

.aside h3 {
  margin-bottom: 6px;
  line-height: inherit;
  font-weight: bold;
  font-style: normal;
  color: #ffffff;
}

.wp-caption-text {
  color: #ffffff;
}

/* Containers */
#wrapper {
  background: transparent url('inky.png') no-repeat 0 640px;
}


#header {
  margin: 0 auto 0 auto;
  width: 940px;
  height: 140px;
}

#main {
  padding-top: 0;
}

#content,
#primary,
#secondary {
  background-color: rgba(25, 120, 163, 0.7);
  padding: 20px;
  -moz-border-radius: 5px; /* FF1+ */
  -webkit-border-radius: 5px; /* Saf3+, Chrome */
  -khtml-border-radius: 5px; /* Konqueror */
  border-radius: 5px; /* Standard. IE9 */
}

#content {
  margin: 0 220px 0 280px;
}

#secondary {
  margin: 0 0 0 -200px;
  width: 160px;
}


/* Header */
#branding {
  padding: 0 0 0 0;
  position: relative;
}

#blog-title {
  height: 160px;
  background: transparent url('logo.png') no-repeat 10px 0;  
  font-size: 3.929em; /* 55.0px at 14px base */
  text-indent: -5000px;
}

#blog-title a {
  color: #ffffff;
}

#blog-description {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 10px 10px 10px;
  background-color: #00509C;
  color: #ffffff;
/*  font-style: normal;*/
  font-size: 16px;
  float: right;
  -moz-border-radius-bottomright: 5px; /* FF1+ */
  -webkit-border-bottom-right-radius: 5px; /* Saf3+, Chrome */
  -khtml-border-bottom-right-radius: 5px; /* Konqueror */
  border-bottom-right-radius: 5px; /* Standard. IE9 */
  -moz-border-radius-bottomleft: 5px; /* FF1+ */
  -webkit-border-bottom-left-radius: 5px; /* Saf3+, Chrome */
  -khtml-border-bottom-left-radius: 5px; /* Konqueror */
  border-bottom-left-radius: 5px; /* Standard. IE9 */
}


/* Left column */ 
#primary {
  border: none;
}

#primary ul {
  margin: 20px 0 0 0;
  padding: 0 0 0 0;
}

ul#menu-primary-navigation {
  list-style-image: none;
  list-style: none;
  width: inherit;
  font-size: 1.071em; /* 15.0px at 14px base */
}

ul#menu-primary-navigation li {
  margin-bottom: 6px;
}

/* Content */
#nav-above {
  display: block;
}

.entry-meta {
  color: #ffffff;
}

.entry-content img {
  border: 1px solid #ffffff;  
}

.species {
  clear: left;
  margin: 0 0 0 0;
  text-align: left;
}

.entry-content .species a img {
  float: left;
  margin: 0 15px 20px 0;
  padding: 0 0 0 0;
}

/* Right column */
#secondary li {
  margin-bottom: 28px;
}

#species-1 a {
  display: block;
  text-align: center;
}

#species-1 a img {
  border: 1px solid #ffffff;
  display: block;
  margin-bottom: 3px;
}

/* Footer */
#footer {
  margin-top: 0;
  border-top: none;
}

#footer #subsidiary {
  margin-top: 0;
  padding-top: 0;
}

#siteinfo {
  color: #FFFFFF;
  text-align: center;
}

