/*
	Theme Name: Online Strategy 
	Theme URI: http://www.onlinestrategy.ca
	Description: Theme designed for the Online Strategy house based on the basic framework template
	Version: 4.0
	Author: Christine Rondeau
	Author URI: http://www.bluelimemedia.com
*/
/*----Global Reset Courtesy of Eric Meyer----*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}
.hide {display:none;}


/* Images
----------------------------------------------*/
.alignright {float:right; padding:0 0 10px 10px;}
.alignleft {float:left; padding:0 10px 10px 0;}
.aligncenter {margin: 0 auto 0 auto;}
a img {border:0;}

.wp-caption {
      text-align:center;  
      font-size:10px;
}
.wp-caption p.wp-caption-text {font-size:10px;}

/* Main Layout
-----------------------------------------------*/

body {
	margin: 0px; padding: 0px;
	background:#FFF;
	color: #000;
	font: 12px/18px Helvetica, Arial, Verdana, sans-serif; 
}

#wrap {
	position:relative;
	width: 960px;
	margin: 0px auto 0px auto; padding:0;
	background:#FFF;
}


/* Header Area 
-----------------------------------------------------------*/
#header {
	float:left;
	width:960px; height:180px;
	background:url(images/header.gif) 50% top  no-repeat;
}

#logo a {
	display:block;
	width: 960px; height: 180px;
	float:left;
}


/* Top Navigation 
-----------------------------------------------------------*/

#top_nav {
	float:left;
	width:960px;
	font-size:12px;
	border-bottom:1px dotted #000;
}
#top_nav ul {
	list-style-type:none;
}
#top_nav ul li {
	float:left;
	padding:6px 10px; border-right:1px dotted #000;
}
#top_nav ul li a {
	font-weight:bold;
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
}

#top_nav ul li a:hover, #top_nav ul li.current_page_item a {color:#000;}

/* Main Body Content Area 
-----------------------------------------------------------*/

#main {
	float:left;
	width:960px;
	padding:10px 0;
}

#content {
	float: left; 
	width:600px;
	padding: 20px 10px;
}


/* Main body content formatting
--------------------------------------------------------------*/

.entry {padding:0 0 30px 0;}
.entry p {padding:6px 0;}
 a {color:#950b0b;}
 a:hover {color:#000;}
.entry ul, .entry ol {	margin: 5px 20px; padding:5px 20px;}

h1, h1 a {
	margin:0 0 8px 0;
	font-weight:bold;
	color:#000 !important;
	font-size:18px; line-height:24px;
	text-transform:uppercase;
}

h2, h3, h4, h5, h6 { 
	margin:0 0 8px 0;
	font-weight:bold;
	color:#000;
	font-size:16px;
	text-transform:uppercase;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {text-decoration:none; color:#000;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {text-decoration:underline; }

blockquote{
	color: #000;
	border-left:5px solid #000;
	padding:10px 20px 10px 20px; margin-left:20px;
	font-size:14px;
}

.entrymeta {
	margin:10px 0; padding:6px;
	color: #000;
	border-top:dotted 1px #000;
}
.entrymeta p {padding:3px 0; font-size:11px;}

.post-navigation {padding:10px 0;}

.navigation-previous {
	float:left;
	width:50%;
	text-align:left;
}

.navigation-next {
	float:right;
	width:50%;
	text-align:right;
}


/* Sidebar Area 
-------------------------------------------*/

#sidebar {
	float:right; /* Change to left if you want the sidebar to appear on left */
	width:220px;
	padding: 20px;
}

#sidebar h2 {
	margin: 0px 0 5px 0; padding: 5px;
	color:#FFF;
	background:#000;
	font-weight:normal;
	text-transform: uppercase;
}
#sidebar h2 a {color:#FFF;}
#sidebar h2 a:hover {color:#FFF;}
#sidebar ul {list-style: none;}

#sidebar ul ul {margin-bottom:30px;}

#sidebar ul li {padding:5px 10px;}

#sidebar ul li ul li { border-bottom:1px dotted #000;}

#sidebar a {
	color: #000;
	text-decoration: none;
}

#sidebar a:hover {color: #950b0b;}

#search {margin: 8px 0 15px 0;}


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

#footer {
	clear: both;
	text-align: center;
	width:960px;
	border-top: 1px dotted #000;
	margin:0 auto 0 auto;
}
#footer p {	
	font-size:10px; 
	padding:10px;
}
#footer a {
	text-decoration:none;
	color:#000;
}

#footer a:hover {
	text-decoration:underline;
	color:#950b0b;
}


/* Comments													
-----------------------------------------------------*/
h3#comments { margin:30px 0 10px 0; }		
		
.avatar {
		float: left;
		display:block;
		padding: 0 20px 10px 0px;
	}
			
.commentlist {padding: 20px 0px;}
.commentlist p {padding:6px 0;}
.commentlist a {color:#000;}
.commentlist a:hover {color:#950b0b;}
		
.commentmetadata {margin-top: 0;}
ol.commentlist, ol.commentlist li {	list-style: none;}
ol.commentlist li {padding:10px 0; border-bottom:1px solid #e6e6e6;}
#commentform {padding:20px 0;}
#commentform p {margin-bottom:10px;}

#commentform input, #commentform textarea {
		width:147px;
		border:1px solid #e6e6e6;
		background:#f9f9f9;
		font-size:11px;
		padding:2px 3px 3px;
	}

#commentform textarea {width:500px;}
#commentform #submit {
		width:150px;
		border:none;
		background:#000;
		color:#fff;
		font-size:12px;
		cursor:pointer;
		padding:2px 0 3px;
	}
