/*
Theme Name: Blue Sky
Theme URI: http://www.arrastheme.com/
Description: Child theme for the Arras Theme for WordPress
Author: Creature
Date: June 26, 2010
Author URI: http://www.arrastheme.com/
Template: arras-theme
Version: 1.0
.
For more information on how to create and use child themes:
http://codex.wordpress.org/Child_Themes

Any CSS code written below will override any existing
declarations from the theme itself.
*/

#header {
   background: #FFFFFF url(img/light-blue.png) repeat scroll 0%;
   border-bottom: 5px solid #383332; padding: 0;
}

.blog-name { 
  font-weight:normal;
  letter-spacing:-.1px;
  font:48px georgia,times New Roman;
  font-style:italic;
  display: block; 
  text-transform: none;
  color: #08476A;
}
.blog-name a:link, .blog-name a:visited   { color: #08476A; text-decoration: none; }
.blog-description	{
   font-family: 'Segoe UI', Arial, Helvetica, sans-serif; line-height: 1em; display: block;
   font-size: 15px; font-weight: 700; color: #08476A; 
   margin: 0; padding: 0px 0 0;
   text-transform: none; zoom: 1; *display: inline; 
}

body {
   background-color: #f1efe6;
   color: #333; 
   font: 14px Verdana,Arial,Helvetica,sans-serif; 
   height: 100%; min-height: 100%; margin: 0; padding: 0; }

p {
   font-size: 14px;
   line-height: 1.5em;
}

.widgetcontainer .excerpt {
   font-size:12px;
   margin:5px 0;
}

img.aligncenter, img.alignright, img.alignleft { 
   border: 0px solid #EEE;
   margin-bottom: 10px;
}

