/*
Theme Name: thematicchild
Theme URI: http://www.firsttheegg.com/
Description: child theme for Thematic
Author: Molly Westerman
Author URI: http://www.firsttheegg.com/
Template: thematic
Version: 0.1
*/
/* 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');

#blog-title a {
display:block;
text-indent:-9000px;
height: 210px;
width: 760px;
background:url(images/header.JPG) no-repeat top center;
margin: 0 auto 0
}

#blog-description {
position:absolute;
left:-9000px;
}

/*POSITIONING HEADER IMAGE & ADDING/SIZING BACKGROUND*/
#branding {
padding: 0px 0 25px;
}
#header {background:black url(images/pattern8-pattern-52b.png) scroll 0 0; background-repeat:repeat;
height:210px}

/*FOOTER*/
#footer {background:black url(images/pattern8-pattern-52b.png) scroll 0 0; background-repeat:repeat-x; border-top:none
}

/*NAVIGATION MENU*/
#access {
    border-bottom:1px dotted #000000;
    height:32px;
    font-size:13px;
    overflow:visible;
position:absolute;
width:100%;
    z-index:100;
}

/*SEARCH: hiding submit button after creating a search box in the menu, styling the text, & moving the box to the right*/
#access-search #searchsubmit {
display:none;
}
#access-search #s {font-family:Georgia,serif; font-size:13px; text-align:center; color:#666666; width:170px; height:19px}
#access-search{
position:absolute;
left:60.5%;
width:186px;
margin-left:170px;
}

/*link color*/
a {
	color: #000;
}

a:hover {
	color: #ae141e;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0px;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
/*REMOVING VERTICAL LINE TO THE RIGHT OF THE NAVIGATION MENU*/
border-right:0
}

.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
/*REMOVING BORDER FROM NAVIGATION MENU ITEMS*/
.sf-menu a {
	display:		block;
	position:		relative;
border-top:none;
border-bottom:none;
border-left:none;
border-right:none;}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** THEMATIC SKIN ***/
.sf-menu a, .sf-menu a:visited{
color:#666666; /*Sets top level font color*/
}
/*BACKGROUND HOVER COLOR FOR DROPDOWN NAVIGATION MENU*/
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:     #fafafa;
	outline:		0;
    border-bottom-color:#ccc;
}
.sf-menu ul {
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}

/*BACKGROUND HOVER COLOR FOR DROPDOWN NAVIGATION MENU*/
.sf-menu ul a {
    background:#fafafa;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #FF4B33;
}

/* text widget ('ABOUT' BOX)*/
#primary {
border-right:1px solid #FF6103;
border-left:1px solid #FF6103;
border-top:none;
border-bottom:none;
margin-bottom:22px;
padding:18px 0 0;
}

/* LINK COLORS IN THE LEFT/BLOG COLUMN: */
a:link {
color:#FF6103;
}
a:visited {
color:#666666;
}
a:active{
color:#666666;
}
a:hover {
color:#EE0000;
}

/*RESIZE COLUMNS*/
#content {
    margin:0 0 0 10px;
    width:640px;
}
.main-aside {
    width:200px;
}

/*STYLING BLOGROLL WIDGET*/
#content .aside ul {
padding:50px 20px;
}

/*REMOVING BORDER FROM & STYLING PAGE TOP WIDGETS*/
#content .aside {
border-right:none;
border-left:1px solid #FF6103;
border-top:none;
border-bottom:none;
}

/*REMOVING PAGE TITLES*/
.page .entry-title {display: none;}

/*ADJUSTING WIDTH AFTER REMOVING SIDEBAR ON MAIN PAGE*/
.main #container {width:960px;}
.main #content {width:940px;}
