/*   
Theme Name: Ironside Group Thematic
Theme URI: 
Description: Thematic Child Theme Created for The Ironside Group
Author: Greg Bonnette
Author URI: http://www.ironsidegroup.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
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('default.css');

/* Apply Salesforce Contact Form Styles */
@import url('contact.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

body.page #container {
	width: 960px;
}

body.page #content {
	width: 940px;
}


body.home #main,
body.pageid-398 #main
 { 
    padding-top: 20px;
}

.strong {
    font-weight:bold;
}

/*Home Page Modifications*/

/*Hide the titles of specific pages*/
.home .entry-title,  /*Home*/
.pageid-398 .entry-title /*Training*/
{
    display:none;
}

div#landing {
    width:936px;margin:0 auto;
}

div#landwrap{
    float:left;
    width:100%;
    margin-bottom:13px;
}

div.col { 
    padding-top:5px;
    background: url('images/column_background.png') no-repeat top left;
    height: 375px;
}

div.col div.colMsg {
    height:290px;
    width:290px;
    overflow:hidden;
}

div.col  h2 {
    width: 238px;
    font-size: 24px;
    font-weight:bold;
    margin-left:10px;
    padding: 4px 0px 0px 42px;
    height: 32px;
    line-height: 100%;
}

div.colMsg  ul {
    font-size:12px;
    margin-bottom:5px;
}

div.colMsg  p {
    font-size:12px;
    margin: 5px 0px 5px 15px;
}

.ctabutton {
    width:100%;
    text-align:center;
    margin:0 auto;
    padding:0px;
}

/* Define the individual landing page columns */

div#col1{
    float:left;
    width:300px;
    margin-left:-936px;
}

div#col2{
    margin: 0 318px;
}

div#col3{
    float:left;
    width:300px;
    margin-left:-300px;
}

/* Icons for Landing Page Column Headers */

div#col1 .colMsg h2 {background: url('images/isg_32.png') no-repeat top left;}
div#col2 .colMsg h2 {background: url('images/firstaidkit_32.png') no-repeat top left;}
div#col3 .colMsg h2 {background: url('images/public_class_32.png') no-repeat top left;}

/* Banner Styles */

div#banner {
    position:relative;
    background: url('images/banner_background_long.png') no-repeat top left;
    height:340px;
    margin-bottom: 18px;
}

.bannerNav {
	font-size: 16px;
    font-weight:bold;
    background: transparent;
	margin: 1px 0px 20px 1px;
	height: 40px;
    list-style: none;
}

.bannerNav ul { 
	border: 1px #000;
}

.bannerNav li {
	float: left;
	position: relative;
}

.bannerNav li a {
	text-decoration: none;
	line-height: 40px;
	padding: 0 9px;
	display: block;
	float: left;
	color: #666;
	height: 40px;
    cursor:pointer;
}

.bannerNav li a:hover {
	background: #666 url('images/bannernav_down_arrow_hover.png') no-repeat center bottom;
    color: #eee;
	padding-bottom: 11px;
}

.bannerNav li.selected a, .bannerNav li.selected a:hover {
	background: #333 url('images/bannernav_down_arrow_select.png') no-repeat center bottom;
    color: #eee;
	padding-bottom: 11px;
}

.bannerContainer {
	position:absolute;
	top:60px;
	left:15px;
}

.bannerPanel {
	overflow: hidden;
	position: relative;
	padding: 0;
	margin: 0;
    width: 900px;
}

.bannerText, .bannerAside {
    position:relative;
	float:left;
    width: 450px;
	height: 280px;
}

.bannerText h2 {
    font-size: 24px;
    font-weight:bold;
    padding: 0px 0px 10px;
    margin: 0px;
}

.bannerText p {
    margin-right:10px;
    margin-bottom:0px;
    padding-bottom:0px;
}

.bannerText .ctabutton  img{
	margin: 0;
	padding: 0;
}

.bannerText .ctabutton {
	position:absolute;
	bottom:5px;
}

.bannerQuote {
	position:relative;
    width:450px;
    height:260px;
    background: url('images/banner_quote2.png') no-repeat top left;
}

.bannerQuoteText{
	font-size:15px;
	font-style:italic;
	line-height:1.5em;
    padding: 15px 15px; /* to space text away from the bg image */
	margin:0;
}

.bannerQuoteAuthor {
	position:absolute;
	bottom:-5px;
	right:90px;
	font-size:14px;
    font-weight:bold;
	margin:0;
}

img.quoteCtrl {
    margin-left:5px;
    margin-top:-15px;
}

img.asideImage {
    width:400px;
    height:260px;
    margin-left:25px;
    overflow:hidden;
}

/***************************
 * Featured Article Styles *
 ***************************/

div.postContainer {
    width: 260px;
    margin: 0px 0px 0px 20px;
}

div.postContainer ul {
    list-style:none;
    margin: 0px;
    padding: 0px;
}

.postItem h3 {
    font-size:14px;
    margin: 0px;
    padding: 0px;
}

.postItem a {
    text-decoration:none;
}

.postItem p {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

/***************************
 * Training Page Styles    *
 ***************************/
 
 .courseItem {
    font-size:13px;
    width:280px;
    height:290px;
    overflow:hidden;
    float:left;
    margin:5px;
    padding:10px 10px 0 10px;
    background: url('images/course_item_background.png') no-repeat top left;
}

.courseItem h4, .courseItem p {
    padding:0px;
    margin:0px;
}

.courseItem h4 {
    font-size:14px;
    padding-left:40px;
    height:32px;
    line-height:16px;
    margin-bottom:5px;
    vertical-align:middle;
}

.courseItem#qs h4{background: url('images/course_query.gif') no-repeat top left;}    
.courseItem#rs h4{background: url('images/course_report.gif') no-repeat top left;} 
.courseItem#rsadv h4{background: url('images/course_report.gif') no-repeat top left;} 
.courseItem#olap h4{background: url('images/course_olap.gif') no-repeat top left;} 
.courseItem#fm h4{background: url('images/course_fm.png') no-repeat top left;} 
.courseItem#fmadv h4{background: url('images/course_fm.png') no-repeat top left;} 
.courseItem#sap h4{background: url('images/course_sapbw32.png') no-repeat top left;} 
.courseItem#adm h4{background: url('images/course_admin.gif') no-repeat top left;} 
.courseItem#sdk h4{background: url('images/course_sdk.png') no-repeat top left;} 

.courseItem p {
    font-size:12px;
    height:210px;
}

.courseItem a { 
    padding: 4px 0px 4px 24px;
    margin-left:45px;
    font-size:14px;
    font-weight:bold;
    /*font-variant:small-caps;*/
    text-decoration:none;
    text-align:center;
    background: transparent url('images/file_pdf_24.gif') no-repeat center left;
}
