﻿
/*
Theme:  Temp SES Consulting
Author: Scott Gallant
Company: Blue Tree Media
URL: http://www.bluetreemedia.ca
Wordpress Version: 2.9.1
Copyright 2010 Blue Tree Media
*/

/* COLOR SCHEME
                - Blue 052986
                - Red D60000
*/

/* GRID -  */

/* RESET - Global reset Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */ *, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 } table { border-collapse:collapse; border-spacing:0 } fieldset, img { border:0 } address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal } ol, ul, li { list-style:none } caption, th { text-align:left } h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal } q:before, q:after { content:''}  /* Global reset-RESET */ /* The below restores some sensible defaults */ strong { font-weight:bold } em { font-style:italic } a img { border:none } /* Gets rid of IE's blue borders */

/*
------------------------------------------------------------------------------ High level styles
*/

body {
	font-family: helvetica, arial, sans-serif;
	background: #eee;
	line-height: 1.5em;
	font-size: 14px;
}

#body-wrap {
	width: 900px;
	margin: 0 auto;
	background: white;
}

#content{
	padding: 0 20px;
}

#content-wrap{
	padding-bottom: 20px;
}


/* base.css, part of YUI's CSS Foundation */
h1 {
    /*18px via YUI Fonts CSS foundation*/
    font-size:138.5%;  
}

h2 {
    /*16px via YUI Fonts CSS foundation*/
    font-size:123.1%;
}

h3 {
    /*14px via YUI Fonts CSS foundation*/
    font-size:108%;  
}

h1,h2,h3 {
    /* top & bottom margin based on font size */
    margin:1em 0;
}

h1,h2,h3,h4,h5,h6,strong {
    /*bringing boldness back to headers and the strong element*/
    font-weight:bold;
}

abbr,acronym {
    /*indicating to users that more info is available */
    border-bottom:1px dotted #000;
    cursor:help;
}

em {
    /*bringing italics back to the em element*/
    font-style:italic;
}

blockquote,ul,ol,dl {
    /*giving blockquotes and lists room to breath*/
    margin:1em;
}

ol,ul,dl {
    /*bringing lists on to the page with breathing room */
    margin-left:2em;
}

ol li {
    /*giving OL's LIs generated numbers*/
    list-style: decimal outside;    
}

ul li {
    /*giving UL's LIs generated disc markers*/
    list-style: disc outside;
}

dl dd {
    /*giving UL's LIs generated numbers*/
    margin-left:1em;
}

th,td {
    /*borders and padding to make the table readable*/
    border:1px solid #000;
    padding:.5em;
}

th {
    /*distinguishing table headers from data cells*/
    font-weight:bold;
    text-align:center;
}

caption {
    /*coordinated marking to match cell's padding*/
    margin-bottom:.5em;
    /*centered so it doesn't blend in to other content*/
    text-align:center;
}

p,fieldset,table {
    /*so things don't run into each other*/
    margin-bottom:1em;
}

/*
------------------------------------------------------------------------------ header
*/

#header {
	display: relative;
	padding: 0 20px 20px 20px;
	*float: left;
}

#logo {
	float: left;
}

/*
------------------------------------------------------------------------------ Main Nav
*/

#nav {
	margin: 20px 0;
	padding-bottom: 20px;
	border-top: 1px solid #ddd;
	position: relative;
	float: right;
	width: 540px;
	top: 68px;
}

#main_nav {
	margin-left: 0;
	margin-bottom: 10px;
}

#main_nav li {
	list-style-type:none;
	float: right;
	margin-right: 10px;	
}

#main_nav li a{
	display: block;
	padding: 5px;
	background: white;
	color: black;
	text-decoration: none;
	border: 1px solid #fff;
	font-size: 18px;

}

#main_nav li a:hover{
	background: #ddd;
}

body #main_nav .current a{
	background: #eee;
}

body #main_nav .current a:hover{
	background: #eee;
	text-decoration: none;
}



/*
------------------------------ Sub Category
*/

/*
------------------------------------------------------------------------------ Content
*/

#footer {
	background: #bbb;
	padding: 10px;
	border: 2px solid #fff;
}

#footer p, #footer strong {
	color: white;
	font-size: 17px;
}

#team-table,#team-table td, #team-table tr,#team-table th {
	border: 0;
	vertical-align: top;
}

#team-table tr {
	border-bottom:2px solid #ddd;
}

#team-table td {
	padding-top: 20px;
}

.team h3 {
	margin-top: 0;
}

/*
------------------------------------------------------------------------------ Footer
*/

#mission {
	background-color: #bbb;
	height: 45px;
	padding: 20px;
	margin-bottom: 20px;
	border: 2px solid white;
	border-width: 0 2px 0 2px;
}

#mission p{
	float: right;
	font-size: 22px;
	padding-top: 10px;
	color: white;
}

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* 'alert' has a basic style, since it's useful to have it standing out for testing purposes. */
.alert { background:red; color:white }

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them */
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */

