/*   
Theme Name: A Thematic/Buddymatic Child Theme
Theme URI: 
Description: Original child theme developed by Ian Stewart.
Author: Ron Rennick
Author URI: http://ronandandrea.com/
Template: buddymatic
Version: 1.0
Tags: Thematic, Buddymatic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/
/*
Buddymatic is © Ron Rennick http://ronandandrea.com/
Thematic is © Ian Stewart http://themeshaper.com/

To use this child theme with Thematic change the Template above and import folders below from buddymatic to thematic.
*/

/* Reset browser defaults */
@import url('../buddymatic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('typography.css');

/* Apply a basic layout */
@import url('../buddymatic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../buddymatic/library/styles/images.css');

/* Apply default theme styles and colors */
@import url('../buddymatic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../buddymatic/library/styles/plugins.css');


/* =Global Elements
-------------------------------------------------------------- */

/* apply a background color to the whole page */
body {
	background-color: #fff;
}

/* apply the same background color to header and footer */
#header, #footer {
background-color: #333;
}

/* blog-title color must be redifined inside <a> tag */
#blog-title a{
color: #FFFFFF;
font-style:normal;
}
#blog-title a:hover {
    color: #598745;
}

body, input, textarea {
    color:#21211E;
    font:16px/21px Georgia, Times, Times New Roman, serif;
}
strong, em, b, i {
    font-weight:bold;
    
}

a {
    color:#595957;
    font-style:italic;
    text-decoration:none;
}

a:link {
    color:#999999;
}
a:visited {
    color:#9EC38f;
}
a:active,
a:hover {
    color: #598745;
    text-decoration:underline;
}

blockquote {
    font-size:14px;
    font-style:italic;
}
blockquote a {
}
/*drop down */

.sf-menu ul a:visited{
    color: #9EC38F;
}

.sf-menu ul a:hover {
    color: #598745;
}



.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#999999;
}

.sf-menu a:hover{ /* visited pseudo selector so IE6 applies text colour*/
	color:			#598745;
}

/* =banner
-------------------------------------------------------------- */
#header {
    background: url("http://www.lucasskrobot.com/wp-content/uploads/2011/05/landscape-background.jpg")#333333
    no-repeat center -150px;    
    position:	align ;
    }
#branding {
    padding: 200px 0px 44px 0px;
}

/*----------------------

 =curvers and shadows
 
-------------------------------------------------------------- */

#primary {
    border:1px solid #ccc;
    padding:18px 0 0 0;
    margin-bottom:22px;
    -moz-border-radius:3px 3px 3px 3px;
    -moz-box-shadow:5px 5px 5px #999999;
}

.sf-menu ul a {
    background:#fafafa;
	border-bottom:none;
    -moz-border-radius:0px 0px 0px 0px;
    -moz-box-shadow: 5px 5px 5px #999 !important;
}

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
     -moz-border-radius:8px 8px 0px 0px;
}

.sf-menu a {
        border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;        
	padding:9px 13px;
	text-decoration:none;      
        
}

.sf-menu a:hover {  
    -moz-box-shadow: -1px -1px 5px #999
}  

.entry-content img {
    -moz-box-shadow: 3px 3px 3px #999999;
}
