/*
Theme Name: Physiobench 
Theme URI: http://calvadesign.com/
Description: Built on Thematic Street Theme</a>
Author: Chris Hodgson
Author URI: http://calvadesign.com/
Template: thematic
Version: 0.2 
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* 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 */
@import url('default.css');

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

/* street theme */
@import url('street.css');

/* 
med blue 5599c5 ( slightly darker 4A8DB4/4888ac )
light blue cde7f6
dark blue 0f2837

dark green 79c8ab
light green b9e0d2
*/


/* blog title
*/
#blog-title a { font-size: 1.3em; text-transform:none;  }
#blog-title a:hover, #blog-title a:active { color: #cde7f6 }


/* blog desc 
*/
#blog-description { 
   display: block; color: #fff; font-size: 0.7em; font-style: normal; padding: 5px 0 0 2px; 
}


/* post/page title
*/
.entry-title { font-size: 1.7em; color: #5599c5 }
.entry-title a { font-size: 0.75em; color: #5599c5 }
.entry-title a:active, .entry-title a:hover { color: #4888ac; }


/* post/page content
*/
.entry-content { font-size: 0.75em }


/* links - med blue 
*/
a:hover, 
a:active, 
.entry-meta a:active,
.entry-meta a:hover, 
.entry-utility a:active, 
.entry-utility a:hover,
#siteinfo a:active, 
#siteinfo a:hover { 
   color:#4888ac 
}


/* links - dark blue  
*/
.aside .current_page_item a,
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active, 
.aside a:active, 
.aside a:hover {
    color: #0f2837
}

/* font family 
*/
body,input,textarea { font-family: /*Georgia, serif,*/ Arial, Helvetica, sans-serif; }


/* form fields 
*/
textarea, input { color: #555; font-size: 0.8em; } 
textarea:focus, input:focus,  input:focus#searchsubmit { color: #000; }

input#submit, input#searchsubmit, input#submit { background: #5599c5; color: #fff; }
input:hover#submit, input:hover#searchsubmit { background: #4A8DB4; color: #fff } 


/* header, sidebar
*/
#header { background: #0f2837 } 
#primary, #secondary { background: #cde7f6 } 


/* border above header
*/
#branding{ border-top:5px solid #4888ac } 


/* navigation menu
*/
.sf-menu a:hover, .sf-menu a:active { 
background: #cde7f6; color: #0f2837; border-bottom-color: #cde7f6; }

/* dark  background on menu 
.sf-menu a:hover, .sf-menu a:active { background: #0f2837; color: #cde7f6; } 
*/

#access { background: #5599c5; border-top-color: #0f2837; 
border-bottom-color: /*#cde7f6 */ #5599c5; }

/* give a shaddow to menu 
#access {border-bottom: 3px solid #4A8DB4 }  
*/

