/*
Theme Name: Thematic Orange
Theme URI: http://yourdomain.com/
Description: Testing WordPress Child Themes
Author: Introworks
Author URI: http://yourdomain.com/
Template: thematic
Version: 1.0
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');
 
/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');
 
/* Style the meta panel for logged-in users */
@import url('../thematic/library/styles/sitemeta.css');
 
/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');
 
/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* Bring over Style */
@import url('../thematic/style.css');
 

/* Overwrite thematic header */

#branding {
	width:900px;
}

#blog-title a {
	display:block;
	text-indent:-9000px;
	height: 55px;
	width: 5px;
	overflow:hidden;
}
#blog-description {
	position:absolute;
	left:-9000px; /* We avoid display:none because it's bad for SEO */
}

#access {
    font-size:11px;
    margin:-13px 0 0 0;
	float:right;
}

/* Container for the Introworks logo that will link back home */
#introHome {
	width:155px;
	height:50px;
	background:#CCC;
	float:left;
}

/* Match these sections to the one on the main site*/
#newCopyright {
	width:500px ;
	color: #6A7275;
	font-size: 9px;
	font-family: arial, helvetica, geneva, sans;
	text-align:left;
	padding:3px 0 0 0;
	float:left;
	clear: left;
}
#newContact {
	color: #f47b20;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	width:300px;
	padding:2px 0 0 0;
	float:right;
}
#newContact a {
	margin:0 0 0 15px;
}
#newContact a:link, #newContact a:visited {
	color: #f47b20;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
#newContact a:hover {
	color: #f47b20;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

/* correct ul spacing */
.unIndentedList {
	margin-top: 0;
	padding-top: 0;
}

/* logo placement */ 
#logo {
	float: left;
	padding-bottom: 10px;
}

/* Primary nav */
#navigate {
	color: #f47b20;
	font-size: 1em;
	font-weight: bold;
	text-align: right;
	width: 680px;
	float: right;
	padding-top: 38px;
}
#navigate a {
	padding:0 0 0 18px;
}
#navigate a, #navigate a:link {
	color: #f47b20;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration:
	none;
}
#navigate a:hover {
	text-decoration: underline;
}
#navigate a:active, #navigate a.active {
	color: #7E8082;
	text-decoration:none;
}

/* correct h3 line-height */
h3 {
        line-height: 18px;
}