/*   
Theme Name: SVCA Thematic Recreation
Theme URI: 
Description: Theme for SVCA Recreation Blog / Sub-site
Author: Mark Conover
Author URI: http://conotech.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* 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');


/*    Customization code follows */

#testdiv { 
    /* background: pink;  */

/*     background: url('/images/test.jpg');    */
}

/* Overriding the body styles from the Parent Theme */

body {  
	/* background: #CCCC99; */
/*        background: url('images/body_bg.gif')  left top repeat-x; */
}

/* Branding includes the blog-title, which is also where we place the sailboat logo */
#branding {
    background:url(images/keystone-smaller.gif) no-repeat top left; 
    height: 140px;  
    padding: 0;
/*    padding-top: 15px; */
    position: relative;
    padding-top: 20px;

/*     background: pink;  */
}

#blog-title a, #blog-title  a:hover {

/*    float:right; */

    color: black;
    padding-top: 40px; 
    display:block;
   text-indent:200px;   
    /* width: 940px; */

    position: relative;
    z-index:10;
}


.sf-menu a, .sf-menu a:visited {

    color: white; 

/*    background: #D1E0BD; */

    background: url(images/blue_navbar_darker.png); 
    font-weight:bold;
    border:	 0;
/*    border-right:	 1px solid #fff; */
}


.sf-menu a:hover {

    color: white;
/*    background: #A1D09D;  */
    background: url(images/blue_navbar_darker.png ); 
    font-weight:bold;
}


.sf-menu ul a, .sf-menu ul a:visited {

    color: white;

    font-weight:bold;

    border-top:	 1px solid #fff;
    border-left: 1px solid #fff; 
    background: #0054a6;       /* sub menu background color */
}

.sf-menu ul a:hover {

    color: white;
	background: #0000b9;       /* sub menu background color */

    font-weight:bold;

}

.login_text_box {
	padding: 0.25em;
        font: bold 1.2em Verdana, serif;
        text-decoration: none;
	border: 1px solid #555555;
}

