/*   
Theme Name: Inside Hiring
Theme URI: 
Description: Theme for Trio Media Group
Author: Bryan Nielsen
Author URI: http://www.triomediagroup.com/
Template: thematic
Version: 1.0
Tags: Thematic, Trio Media Group, Bryan Nielsen
.
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/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');

/* Thematic Reset */
#blog-title, #blog-description {
display: none;	
}

#primary {
clear: right;
}

.sf-menu a, .sf-menu, #access, #primary, #secondary, #footer {
border: none;	
}

.aside table, .aside tbody, .aside table tr, .aside table td, .aside table th {
border: none !important;
}
.aside th {
padding-left: 0px;	
}
		
/* END Thematic Reset */

#access {
display: none;	
}

html, body {
background-color: #999;
font-family: Helvetica, Arial, sans-serif;	
}

#branding {
height: 235px;
padding: 0px;
width: 960px;
border-bottom: 10px solid #444;
background: transparent url(images/business-woman.jpg) top right no-repeat;
}

#logo {
padding: 40px 0 0 90px;	
}

#side-nav {
position: fixed;
top: 262px;
}

#side-nav ul {
list-style: none;
margin-left: -25px;	
}

#side-nav li#home {
position: relative;
height: 89px;
width: 25px;	
}

#side-nav li#home a {
display: block;
background: transparent url(images/home_btn.png) 0px 0px no-repeat;
height: 89px;
width: 25px;
}

#side-nav li#home a:hover {
background: transparent url(images/home_btn.png) -25px 0px no-repeat;
height: 89px;
width: 25px;
}

#side-nav li#quarterly-report {
position: relative;
margin-top: 15px;
height: 177px;
width: 25px;	
}

#side-nav li#quarterly-report a {
display: block;
background: transparent url(images/qr_btn.png) 0px 0px no-repeat;
height: 177px;
width: 25px;
}

#side-nav li#quarterly-report a:hover {
background: transparent url(images/qr_btn.png) -25px 0px no-repeat;
height: 177px;
width: 25px;
}

#main, #branding {
background-color: #fff;
margin: 0px 40px;

}

#main {
padding-top: 33px;	
}

#container {
/*border-right: 2px solid #999;*/	
}

#content {
margin-left: 40px;	
}

h1, h2, h3, h4, h5, h6, .entry-title, .aside {
font-family: Helvetica, Arial, sans-serif;	
}

h2.posts-list {
font-size: 1.4em;
border-bottom: 2px solid #999;
padding-bottom: 5px;
margin-bottom: 10px;
color: #999;
}

.posts-list li {
color: #333;	
}
.posts-list li a, .posts-list li a:link, .posts-list li a:visited {
text-decoration: underline;
color: #333;
}

.entry-date abbr {
font-size: 1em;
text-transform: none;
}

.excerpt-read-more a.more-link {
font-weight: bold;
text-transform: lowercase;
color: #933;
}

a.more-link:hover , a.more-link:active, .entry-meta .author a:hover {
text-decoration: underline;	
}

h2.entry-title, .single .hentry h1,
h2.entry-title a, h2.entry-title a:visited, 
a, a:link, a:visited {
text-decoration: none;
color: #000;
}

h2.entry-title a:hover, h2.entry-title a:active,
.entry-meta a:hover, .entry-meta a:active,
.entry-utility a:hover, .entry-utility a:active,
.navigation a:hover, .navigation a:active,
h3.widgettitle a:hover, h3.widgettitle a:active,
a:hover, a:active,
.posts-list li a:hover, .posts-list li a:active {
color: #933;
/*text-decoration: underline;*/	
}

.entry-meta, .entry-meta a, .entry-meta a:visited,
.entry-utility, .entry-utility a, .entry-utility a:visited,
h3.widgettitle a, h3.widgettitle a:visited,	
.navigation a, .navigation a:visited {
text-decoration: none;
color: #933;
}

#author-listing .author-name a {
font-weight: bold;
text-decoration: none;
font-size: 1.1em;
}

#author-listing .xoxo li ul li {
clear: both;
margin-top: 5px;	
}

.department-name {
display: block;
color: #444;
}

#secondary ul li a {
text-decoration: none;	
}

#secondary ul li a:hover, #author-listing .author-name a:hover {
text-decoration: underline;
color: #000;
}

.widgetcontainer a, .widget-container a:visited {
color: #000;
text-decoration: underline;
}
.widgetcontainer a:hover, .widget-container a:active {
color: #933;
}
	
h3.widgettitle {
color: #933;
font-weight: bold;
font-style: normal;
padding-left: 30px;
margin-bottom: 5px;
}

.aside ul ul {
color: #222;
list-style: none;
border-left: 10px solid #933;
margin-left: 0px;
padding-left: 20px;
}

.aside .alignleft, aside img.alignleft {
margin-right: 10px;	
}

li.widget_twitter ul li {
font-size: 0.9em;
margin: 7px 0px;
}

li.widget_twitter .entry-meta {
display: none;	
}

li.widget_twitter .entry-content {
padding: 0px;
}

#secondary .xoxo li {
float: left;
width: 130px;
}

#footer {
	width: 960px;
margin: 0px 40px;
}

#siteinfo {
text-align: right;
padding: 10px 20px 10px 0;
background-color: #222;
}

.clear {
clear: both;	
}


