/*
THEME NAME: SEM Insights
DESCRIPTION: A WordPress theme for SEM Insights
VERSION: 1.0
AUTHORS: Sam Lu & Mike Tighe
AUTHOR URI: http://samlu.ca & http://miketighe.net
CREDITS: Based off Sandbox theme kit (http://www.plaintxt.org/themes/sandbox/)
*/
* {
	margin: 0;
	padding: 0;
}

body {
	background: url('images/body_bg.gif') top center repeat-y #cfcfcf;
	font-size: 100.01%;
}

#wrapper {
	width: 910px;
	margin: 0 auto;
	font-size: 95%;
}
##wrapper { 				/* IE's definition of background: center means 1px left of center... */
	padding: 0 0 0 1px;
}
#header {
	background-color: #76ced9;
	height: 85px;
	margin: 0;
	display: block;
}

form#searchform {
	float: right;
	margin: -25px 10px 0 0;
}

input[type=text] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 2px;
	color: #949594;
}

input#searchfield {
	border: 1px solid #92bdc3;
}

#searchsubmit {
	margin-bottom: -2px;
}

#blog-title a {
	background: url('images/sprite.gif') 0 0 no-repeat;
	text-indent: -9999px;
	width: 366px;
	height: 57px;
	display: block;
	position: relative;
	overflow: hidden;
	top: 15px;
	left: 12px;
}


/*---- NAV ----*/

#nav {
	background: url('images/nav_bg.gif') top left repeat-x;
	height: 26px;
	width: 910px;
	display: block;
	float: left;
}

#nav ul {display: inline; width: 371px; height: 26px; list-style-type: none;}
#nav ul li {float: left; list-style: none; height: 26px; line-height: 26px;}
#nav ul li a {
background: url('images/nav_sem_insights.gif') no-repeat top left;
display: block; 
line-height: 26px; 
height: 26px; 
text-indent: -9999px;
overflow: hidden;}

#nav ul li a.nav_blogs {width: 71px; background-position: 0px 0px;}
#nav ul li a.nav_confe {width: 106px; background-position: -71px 0px;}
#nav ul li a.nav_tools {width: 65px; background-position: -177px 0px;}
#nav ul li a.nav_feeds {width: 64px; background-position: -242px 0px;}
#nav ul li a.nav_about {width: 65px; background-position: -306px 0px;}

#nav ul li a.nav_blogs:hover, #nav ul li a.nav_blogs_selected {background-position: 0px -26px;}
#nav ul li a.nav_confe:hover, #nav ul li a.nav_confe_selected {background-position: -71px -26px;}
#nav ul li a.nav_tools:hover, #nav ul li a.nav_tools_selected {background-position: -177px -26px;}
#nav ul li a.nav_feeds:hover, #nav ul li a.nav_feeds_selected {background-position: -242px -26px;}
#nav ul li a.nav_about:hover, #nav ul li a.nav_about_selected {background-position: -306px -26px;}

#nav .currentdate {
	color: #949594;
	float: right;
	display: inline;
	position: relative;
	margin: 7px 20px 0 0;
	font-family: 'Arial', 'Helvetica', 'sans-serif';
	font-size: 0.7em;
}


/*---- LEFT SIDEBAR ----*/

#left-sidebar {
	width: 150px;
	display: block;
	position: relative;
	min-height: 500px;
	float: left;
}

#left-sidebar img {
	border: 0;
}

.signup {
	background-color: #d7d8d8;
	padding: 10px 0 10px 20px;
}

.signup .emailclub {
	background: url('images/sprite.gif') 0 -74px no-repeat;
	width: 97px;
	height: 7px;
	text-indent: -9999px;
}

.signup form {
	margin-top: 10px;
}

.signup input#l293272-293272 {
	width: 85px;
	border: 1px solid #ccc;
}

#emailsubmit {
	margin-bottom: -4px;
}

/*RSS Sign Up on Left bar*/
.signup_rss {
	border-top: 1px solid #ccc;
}
.get_rss a {
	background: url('images/get_rss.gif') no-repeat;
	display: block;
	width: 150px;
	height: 59px;
	text-indent: -9999px;
}

div.left-listing {
	margin: 10px 0 0 20px;
}

.rss {
	background-color: #bfc0c0;
	border-top: 1px solid #ececec;
}

#left-sidebar h4 {
	text-indent:-9999px;
	width: 110px;
	height: 22px;
	display: block;
}

h4.categories {
	background: url('images/sprite.gif') 0 -288px no-repeat transparent;
}

h4.sponsors {
	background: url('images/sprite.gif') 0 -328px no-repeat transparent;
}

ul.nostyle {
	list-style-type: none;
	list-style-position: inside;
	margin: 10px 0 0 5px;
	padding: 0;
}

ul.nostyle li {
	margin-bottom: 3px;
}

ul.nostyle a {
	font-family: 'Arial', 'Helvetica', 'sans-serif';
	color: #656666;
	font-size: 0.8em;
}

ul.nostyle a:hover {
	color: #000;
}

a.helcim {
	margin: 10px 0 0 28px;
	display: block;
}

/*---- THE MEAT & POTATOES (CONTENT) ----*/

#content, #wide-content {
	margin: 0 0 0 20px;
	display: block;
	float: left;
	font-family: 'Arial', 'Helvetica', 'sans-serif';
	color: #656666;
	padding-top: 20px;
	min-height: 900px;
}

#content {
	width: 402px;
}

.activitybox {
	margin-bottom: 20px;
}

#wide-content {
	width: 710px;
}

h1.entry-title, h2.entry-title {
	margin-bottom: 2px;
}

h1.entry-title a, h2.entry-title a {
	font-size: 1.1em;
	color: #656666;
	font-weight: normal;
	text-decoration: none;
}

h1.entry-title a:hover, h2.entry-title a:hover {
	text-decoration: underline;
}

.entry-content h2 {
	margin-bottom: 10px;
	margin-top: 8px;
}

.entry-content {
	font-size: 0.85em;
	line-height: 1.3em;
}

.entry-content p {
	margin-bottom: 10px;
}


.entry-content img {
	border: 1px solid #777;
}

.continuereading a, .entry-content a, .right-block a {
	color: #60a9b2;
}

.continuereading a:hover, .entry-content a:hover, .right-block a:hover {
	color: #457e86;
}

.continuereading a {
	font-style: italic;
	font-size: 0.8em;
}

.entry-date {
	font-style: italic;
	font-size: 0.8em;
	margin: 0 0 10px 0;
	text-decoration: none;
}

.entry-date abbr {
	font-weight: bold;
}

.entry-date a {
	color: #60a9b2;
	text-decoration: none;
}

.entry-date a:hover {
	color: #457e86;
	text-decoration: underline;
}

.postbody {
	margin: 0 0 20px 0;
}

#content hr, hr {
	height: 1px;
	border: 0;
	color: #bdbcbc;
	background-color: #bdbcbc;
	margin-bottom: 20px;
}

#content ul, #wide-content ul { margin: 0 0 1.2em 2.5em;}

#content ul li, #wide-content ul li { margin: 0 0 1.1em 0;}

#content ol, #wide-content ol { margin: 0 0 1.2em 2.5em;}

#content ol li, #wide-content ol li { margin: 0 0 1.1em 0;}

/*---- RIGHT SIDEBAR ----*/

#right-sidebar {
	display: block;
	position: relative;
	width: 300px;
	float: right;
	margin: 20px 18px 0 0;
}

.right-block {
	width: 298px;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
}

#right_register .reg_title {
	background:#E5E5E5 url(http://www.semcanada.org/assets/images/titles/right_reg_today.gif) no-repeat scroll left center;
	height:30px;
	line-height:30px;
	text-indent:-9999px;
}

#right_register .reg_learn {
	background:transparent url(http://www.semcanada.org/assets/images/learn_more_semc.gif) no-repeat scroll left center;
	height:120px;
	margin:0pt 0pt 0pt 17px;
	text-indent:-9999px;
	width:260px;
}

#right_register ul {
	margin:0pt 25px;
}

#right_register ul li {
	color:#656666;
	font-size:12px;
	margin:0pt 0pt 0pt 15px;
}

#right_register #reg_red_button {
margin:16px 0pt 16px 16px;
padding:0.5em;
width:235px;
}
#right_register #reg_red_button a {
background:#B34749 none repeat scroll 0%;
color:#FFFFFF;
display:block;
font-weight:bold;
padding:0.5em;
}
#right_register #reg_red_button a:hover {
background:#636466 none repeat scroll 0%;
text-decoration:underline;
}

/*---- FOOTER ----*/

#footer {
	width: 870px;		/* original 910px */
	padding: 10px 20px;
	background: url('images/footer_bg.gif') top left repeat-x #959595;
	margin-top: 20px;
	font-family: 'Arial', 'Helvetica', 'sans-serif';
	font-size: 0.85em;
	color: #fff;
}

#footer a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
}


/* COMMENTS */

.comments a, .comments a:visited {
	color: #60a9b2;
}

.comments a:hover {
	color: #457e86;
}

.comments h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0;
}

.comments li {
	margin-left: 20px;
}

.commentform {
	width: 390px;
	float: left;
}

div.bubble, div.authorbubble {
	font-size: 0.8em;
	line-height: 1.4em;
}

.comments input[type=text], .comments textarea {
	border: 1px solid #CCC;
}

.comments p {
	margin: 5px 0;
	font-size: 12px;
}

p.subscribe-to-comments {
	font-size: 0.8em;
}

/* COMMENTS - Normal Bubble */
div.bubble {
	width: auto;
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background: #fff;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: 0;
	padding: 10px 0px 0px 15px;
	top: 7px;
	background: transparent url('images/tip.gif') no-repeat 20px 0px;
	font-style: normal;
}

/* COMMENTS - Author Bubble */

div.authorbubble {
	width: auto;
	margin-bottom: 24px;
}
div.authorbubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background: #eee;
}
div.authorbubble blockquote p {
	margin: 10px;
	padding: 0px;
}
div.authorbubble cite.author {
	position: relative;
	margin: 0px;
	padding: 10px 0px 0px 15px;
	top: 7px;
	background: transparent url('images/authortip.gif') no-repeat 20px 0;
	font-style: normal;
}


/*---- SOCIAL STYLES ----*/
.stumble {
background: url(http://cdn.stumble-upon.com/images/160x30_thumb_blue.gif) no-repeat top left;
width: 160px; height: 30px;
text-indent: -9999px;
overflow: hidden;
display: block;
float: left;
margin: 1.5em 0 0 0;
}
iframe {float: left; width: 125px;}

/*---- GENERAL STYLES ----*/

.clear {
	clear: both;
}