/*  
Theme Name: Tina
Description: A custom theme for Tina Orwall by Elf M. Sternberg, using Boilerplate
Version: 0.8
Author: Elf M. Sternberg
Author URI: http://elfsternberg.com
*/

body {
  background-color: #4ba6dd;
}

#page { margin: 0 auto; width: 960px; background-color: white; }

a {
  color: #18468b;
  text-decoration: underline;
}

a:hover {
  color: #888888;
  text-decoration: none;
}

#header { 
  margin-top: 20px;
  height: 200px;
  width: 960px;
  background: #21357c url(/wp-content/themes/tina/images/banner.png) top left no-repeat;
}

#navbar {
  background: #355097;
  color: #FFFFFF;
  width: 100%;
  font-weight: bold;
  height: 30px;
  margin: 0;
}

#navbar ul {
  margin: 0;
  padding: 5px 22px 0px 22px;
  list-style: none;
  float: left;
  width: 480px;
}

#navbar li {
  display: inline;
  margin: 0 20px 0 0;
  padding: 0;
}

#navbar a {
  color: #FFFFFF;
  text-decoration: underline;
}

#navbar a:hover {
  color: #B0B0B0; 
  text-decoration: none;
}


#search-box {
  padding-top: 7px;
  padding-right: 10px;
}	

#search-box form {
  margin: 0;
  padding: 0;
  display: block;
  float: right;
}

#search-box input {
  margin: 0;
  padding: 0;
  width: 160px;
  color: #888888;
}


#sidebar {
  float: left;
  width: 260px;
  margin-right: 50px;
  padding-top: 20px;
}

#sidebar h2 {
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  font-size: 1.1em;
  letter-spacing: 1px;
  color: white;
  margin: 0 0 2px 0;
  padding: 0 0 3px 8px;
  border-bottom: 6px solid #F4F4F4;
}

#sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#sidebar ul ul {
  margin: 6px 0 15px 8px;
  padding: 0;
}

#sidebar ul ul ul {
  margin-bottom: 6px;
}

#sidebar li {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 0.95em; 
}

#sidebar a {
  color: white;
  text-decoration: none;
}

#sidebar a:hover {
  color: #456FA2;
  text-decoration: underline;
}

#donatebtn { 
  margin-left: 8px;
}

#body { 
  width: 960px; 
  position: relative;
  background: url(/wp-content/themes/tina/images/bodybg.png);
}

#content {
  width: 600px;
  float: left;
  padding-top: 20px;
}


#content h1 {
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  margin: 0 0 2px 0;
  font-size: 1.3em;
  color: #456FA2;
}

#content h1 a {
  text-decoration: none;
}

#content h1 a:hover {
  text-decoration: none;
}

#content h1.pagetitle {
  font-size: 1.1em;
  color: #888888;
  margin-bottom: 6px;
}

#content h2 {
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  margin: 0 0 0.75em 0;
  font-size: 160%;
}

#content h3 {
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  margin: 0 0 0.50em 0;
  font-size: 130%;
}

#content h4 {
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  margin: 0 0 .035em 0;
  font-size: 110%;
}


#content .post-date {
  color: #707070;
  font-size: 0.8em;
  margin: 0 0 3px 0;
}

#content p {
  margin: 0 0 12px 0;
  line-height: 140%;
}

#content .post-info {
  color: #505050;
  font-size: 0.8em;
  background: #F4F4F4;
  padding: 4px 8px 4px 8px;
}

#content .post-info a {
  text-decoration: none;
}

#content .post-info a:hover {
  text-decoration: underline;
}

#content .single-date {
  text-align: right;
  font-size: 0.9em;
  color: #707070;
  margin-bottom: 3px;
}




#content .attachment-image {
  text-align: center;
  padding: 10px 0 10px 0;
}




code {
  font: 0.9em 'Courier New', Courier, Fixed;
  color: #456FA2;
}

blockquote {
  background: #F4F4F4;
  padding: 4px 8px 4px 8px;
  margin: 5px 0 15px 0;
  font-size: 0.9em;
}




acronym, abbr, span.caps {
  font-size: 0.9em;
  cursor: help;
}

acronym, abbr {
  border-bottom: 1px dashed #808080;
}




.navigation {
  display: block;
}






#wp-calendar #prev a, #wp-calendar #next a {
  font-size: 0.9em;
}

#wp-calendar a {
  text-decoration: none;
}

#wp-calendar caption {
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  margin: 0 10px 2px 10px;
  width: 240px;
  font-size: 1.4em;
  color: white;
  text-align: center;
  font-weight: bold;
  background-color: inherit;
}

#wp-calendar th {
  font-style: normal;
  text-transform: capitalize;
  text-align: center;
}
  
#wp-calendar {
  empty-cells: show;
  margin: 10px auto 0;
  width: 155px;
  color: white;
}

#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
}

#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left;
}

#wp-calendar a {
  display: block;
}

#wp-calendar td {
  padding: 3px 0;
  text-align: center;
}

#wp-calendar td a {
  color: #white;
  font-weight: bold;
}

#wp-calendar td.pad:hover {
  background-color: #FFFFFF; 
}


img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  padding: 4px;
  margin: 0 0 2px 4px;
  display: inline;
}

img.alignleft {
  padding: 4px;
  margin: 0 4px 2px 0;
  display: inline;
}




.alignright {
  float: right;
}

.alignleft {
  float: left
}

.center {
  text-align: center;
}








h3#comments, h3#respond {
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  margin: 0 0 6px 0;
  font-size: 1.1em;
  background: #456FA2;
  color: #FFFFFF;
  padding: 3px 10px 3px 10px;
}

ol.commentlist {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9em;
}

ol.commentlist li {
  margin: 0;
  padding: 0;
  border-top: 8px solid #F4F4F4;
  padding: 3px 0 5px 0;
}

ol.commentlist li.alt {
  border-top: 8px solid #E8E8E8;
}

ol.commentlist .comment-date {
  width: 35%;
  float: right;
  text-align: right;
  font-size: 0.9em;
  display: inline;
}

ol.commentlist .comment-author {
  width: 55%;
  float: left;
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  margin: 0 0 3px 0;
  font-size: 1.2em;  
  color: #808080;
  display: inline;
}

ol.commentlist .comment-date a, ol.commentlist .comment-author a {
  text-decoration: none;
}

ol.commentlist .comment-date a:hover, ol.commentlist .comment-author a:hover {
  text-decoration: underline;
}

ol.commentlist .comment-text {
  clear: both;
}

form#commentform textarea {
  width: 100%;
}

form#commentform label {
  font-size: 0.9em;
}





#footer { 
  background-color: #e51b24; 
  clear: both; 
  padding: 8px 22px 25px 22px; 
  width: 916px; 
}

#footer #footcontent {  
  margin: 0 auto; 
}

