/*   
Theme Name: Suncoast Planning
Theme URI: suncoast
Description: A custom Child Theme Designed for the Suncoast APA FL
Author: thenameisdan
Author URI: http://www.thenameisdan.com
Template: thematic
Version: .01
.
General comments/License Statement if any.
.
*/
/* 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');


body, input, textarea {
font-family:Gotham HTF, helvetica, arial, sans-serif;
}


#header {
    background:#8FC8C0;
background:url(images/header.jpg) top center; /* adds in the logo image */
	border-top:10px solid #333;}





#blog-title a {
color:#fff;
text-indent:-9000px; /* Hides the text--but not from search engines */
display:block; /* We do this so we can add a background image */
height: 130px; /* height of your logo, like 180px */
width: 940px; /* width of your logo, like 940px */
background:url(images/banner.png) no-repeat top center; /* adds in the logo image */
}
#branding {
   padding-top: 30px;
   padding-bottom: 30px;
}
#blog-description {
	padding-left: 10px;
color:#000;
} 

.entry-title{
	color:#933833;
	}

#text-2 .widgettitle{
	color:#933833;
	}
	
	
	
	
	
/* =Menu
-------------------------------------------------------------- */

#access {
    background: inherit;
    
}







#access-search{
	position:fixed;
	left:65%;
	width:260px;
}



#access-search input[type="text"] {
	background: url(images/search-field.png) no-repeat;
	border:none;
	height:20px;
	padding: 5px 0px 0px 30px;
	width:170px;
}

#access-search input[type="submit"] {
	display: none;
}

.entry-title { display:none;}
