/*
Theme Name: StyleKid
Description: Child Theme for Thematic
Author: Andrea Swenson Dunlap
Author URI: http://www.seedlingproject.com
Template: Thematic
Version: 0.1
.
This work is released under the GNU General Public License 2:
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/
 
@import url("../thematic/style.css");

/* Reset the browser defaults */
@import url('../thematic/library/styles/reset.css');
 
/* Apply default typography */
@import url('../thematic/library/styles/typography.css');
 
/* Add WordPress image styles */
@import url('../thematic/library/styles/images.css');
 
/* Start with some default styles */
@import url('../thematic/library/styles/18px.css');

/*
LAYOUT: One-Column (Right) Fixed
DESCRIPTION: Two-column 124px fixed layout with one sidebar right of content
*/

body {
    min-width:1080px;
}
#header {
    position:relative;
}
#branding {
    width:1080px;
    margin:0 auto;
}

#branding #searchform {
    position:absolute;
    top:40px;
    right:0;
}

#access {
    position:relative;
    overflow: ;
}
.menu {
    width:1080px;
    margin:0 auto;
}
#main {
    width:1080px;
    margin:0 auto;
    overflow:;
    position:relative;
}
#container {
    width:700px;
    float:left;
}
#content {
    margin:0 0 0 10px;
    width:840px;
    overflow:;
}
.main-aside {
    width:100px;
    float:right;
    position:relative;
    right:10px;
}
#secondary {
    clear:right;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:140px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#siteinfo {
    clear:both;
    width:1040px;
    margin:0 auto;
}
/* page layout ____ end
*/

a:link, a:visited {
    color: #339933;
    }

a:hover, a:active {
	    color: #FF6633;
	    }
	
/* #branding {
		background:transparent url(images/logo.gif) no-repeat scroll center top;
		background-position: bottom;
		height:74px;
		position:relative;
		z-index:10;
		}
		
		*/
		
#blog-title a {
		display:block; /* We do this so we can add a background image */
		text-indent:-9000px; /* text position on page */
		height: 74px; /* height of your logo, like 180px */
		width: 100px; /* width of your logo, like 940px */
		background:url(images/logo.gif) no-repeat top center; /* adds in the logo image */
		}
		
font: --px Arial,sans-serif;
		
#searchform label {
		display: none;
		}

.entry-title {
	padding: 40px 10px 10px 10px;
	float: center;
}

.entry-meta {
	padding: 40px 0 0 0;
}

.entry-content {
    padding:10px 0 0px 0;
}

.entry-content .wp-post-image {
    	border: 0px;
	padding: 0px;
	height: 150px;
	width: 150px;
	content: true
}

.entry-thumb {
	border: 0px;
}

.entry-meta {
	padding: 20px 20px 20px 20px;
}
		
h1,h2,h3,h4,h5,h6 { 
		font: Garamond,serif;
		font-weight:normal;
		clear:both;
		}
.gallery-icon {
	border: none;
}

