/*   
Theme Name: collaborative
Theme URI: 
Description: A child theme of thematic
Author: 
Author URI: 
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/3c-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');

/*
dark blue:  #272f40
light gray: #c2cac6
navy:       #08003f
*/

body {background-color:#272f40;font-family: Arial,sans-serif;}
#wrapper {background-color:#272f40;}

#branding
{
background-image:url('http://collaborativeprofessionalsofsanantonio.com/wp-content/uploads/2010/03/collaborative-header31.png');
background-repeat:no-repeat;
background-position:center center;
background-color:#eeeeee;
width:960px;
height:0px;
padding-top:154px;
}

#blog-title {display:none;}
#blog-title a {display:none;}
#blog-title a:active,#blog-title a:hover {display:none;}
.entry-title {display:none;}

#access
{
margin-right:auto;
margin-left:auto;
width:960px;
background-color:#eeeeee;
}

.sf-menu li 
{
/*background:#ff0000;*/
}

#main {background-color:white;padding-top:22px;}

#content
{
margin-right:auto;
margin-left:auto;
width:720px;
}

#primary,#secondary {display:none;}

#footer 
{
border-top:0px;
margin-top:0px;
}

#siteinfo
{
border-top:1px solid #ccc;
text-align:center;
color:black;
background-color:#eeeeee;
width:960px;
}
