/*  
Theme Name: Design Lounge
Theme URI: http://www.sldesignlounge.com/
Description: Design Lounge - Resource Portal for Shikatani Lacroix Brand Design.
Version: 1.0
Author: Clive Moore
Author URI: http://clivemoore.ca/

	Design Lounge v1.0
	 http://www.sldesignlounge.com/

	This theme was designed by Kim Yokota and built by Clive Moore.

*/
body {
	font-family:Gotham, Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color:#666;
	background-color:#FFF;
	min-width:1004px;
	}
a{
	color:#f37121;
}
a:link, a:visited{
	color:#FF7F00;
	text-decoration:none;
}
a:hover, a:active{
	color:#333;
	text-decoration:none;
}
#page {
	/*border:1px solid red;*/
	position:relative;
	left:50%;
	top:5px;
	margin-left:-400px;
	font-size:100%;
	line-height: 1.4em;
	}
#header {
	/*border:1px dashed blue;*/
	width:580px;
	height:107px;
	}
#header h1{
	/*border:1px solid green;*/
	width:580px;
	height:74px;
	margin:0;
	background:url(images/logo-dl.gif) top left no-repeat;
}
#header h1 a{
	display:block;
	width:580px;
	height:74px;
	text-indent:-5000px;
}
#header h2{
	/*border:1px solid green;*/
	width:580px;
	margin:0;
	height:33px;
	text-indent:-5000px;
	background:url(images/enabling.gif) top left no-repeat;
}

#header blockquote p{
	text-indent:-9999px;
}

#sectionhead, .resources, .programs, .news, .articles, .white, .web-resources, .recent, .sidebar, .uncategorized, .webinars {	
	width:548px;
	margin-bottom:20px;
	height:88px;
	color:#fff;
	text-transform:lowercase;
}

#sectionhead {background-color: #F37121;}
#news #sectionhead, .news, #news .webinars
#category .news {background-color: #46BDD6;}
#category .white, #category .articles, #category .web,
.resources, .articles, .white, .web, .sidebar, .uncategorized,
#resources #sectionhead,
#white-papers #sectionhead,
#web-resources #sectionhead,
#articles #sectionhead {background-color: #A998B9;}
#programs #sectionhead, .programs, .webinars,
#category .programs {background-color: #FAA61A;}
#register #sectionhead, .recent {background-color: #F37121;}

h3 {
color: #F47920;
font-size: 2.5em;
line-height: 1.3em;
letter-spacing: 0em;
}

h3.section, h3.pagetitle {
color:#fff;
font-size: 2.5em;
padding-top: 5px;
padding-left: 30px;

}

/*hide the print logo from screen view*/
#printheader, .postmetadata {
	display: none;
}

#search{
	/*border:1px dashed blue;*/
	display:none;
}
#slider {
    width: 700px;
    margin: 0 auto;
    position: relative;/*border:1px dashed blue;*/
}
.scroll {
    width: 700px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background-color: #fff;/*border:1px dashed green;*/
}

.scrollContainer div.panel {
    width: 700px; /*border:1px dashed red;*/
}
/*Posts on the resources page are 4 narrow little columns side by side.*/
.scrollContainer div.panel .post{
	font-size: 90%;
	line-height: 1.2em;
	float:left;
	width:140px;
	height: 100%;
	margin-right:15px;
	padding-right:18px;
	/*border: 1px solid #e8e5e2;*/
	font-weight: lighter;
	
}

.scrollContainer div.panel .post h3 {
	font-size: 100%;
	font-weight:500;
	margin: 0;
	padding: 0;
	padding-top: 150px;
}
.scrollContainer div.panel .post h3 a{
	margin:0;
}
.scrollContainer div.panel .post h3 a:link,
.scrollContainer div.panel .post h3 a:visited{
	text-decoration:none;	
}
.scrollContainer div.panel .post h3 a:hover,
.scrollContainer div.panel .post h3 a:active{
	text-decoration:none;	
}
.scrollContainer div.panel .post .readmore {
}
.scrollContainer div.panel .post .readmore a{
	float:right;
	text-transform:lowercase;
	font-weight: lighter;
	padding-top: 5px;
	padding-right: 5px;
}
.scrollContainer div.panel .post p.timestamp{
	/*border:1px dotted black;*/
	height:0;
	text-indent:-9999px;
	font-size:75%;
	font-weight:normal;
	color:#999;
	margin-top:0;
}
.scrollContainer div.panel .post .entry{
}
.scrollContainer div.panel .post .entry p{
	/*border:1px dashed orange;*/
	width:140px;
	/*Gobble up the space where the thumbnail originally resided
	margin-top:-120px;
	margin-right:-20px;*/
}

.scrollContainer div.panel .post .entry img {
	position: absolute;
	top: 0;
	height: 140px;
	width: 140px;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -30px;
}

.scrollButtons.right {
    right: 10px;
}

/*Navigation css appears in css/navigation.css*/

#content {
	min-height:400px;
}

#content a[href$=".pdf"]{
	background:url(/wp-content/themes/designlounge/css/plugins/link-icons/icons/pdf.png) no-repeat left top;
	padding-left:22px;
	padding-bottom:5px;
	color:#C00;
}
#content a[href$=".pdf"]:hover{
	color:#333;
}
/*Home page styles are in css/home.css*/

.narrowcolumn {
	/*border:1px dotted red;*/
	width:360px;
	position:relative;
	margin-left:180px;
	margin-top: 0px;
	
}
.narrowcolumn h3, .fullcolumn .post h3 {
	margin-top: -1.5em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}
#programs .fullcolumn h3 {
	margin-bottom: 0.5em;
}
.narrowcolumn h3#program_date, .fullcolumn h3#program_date{
	margin-top: 1em;
	margin-left: -160px;
	color: #A2988A;
	font-size: 1em;	
}
.narrowcolumn h3, .narrowcolumn h3 a{
	color:#FF7F00;
}
.narrowcolumn h3 a{
	text-decoration:none;
}
.narrowcolumn p.timestamp{
	display:none;
	margin:0;
	font-size:75%;
}
.narrowcolumn p img{
	position:absolute;
	top:40px;
	left:-160px;
}
.widecolumn, .homecolumn, .webinar, .archivecolumn {
	/*border:1px dotted blue;*/
	width:560px;
	position:relative;
	margin-left:36px;
	margin-top: 40px;
}
.widecolumn .post, .webinar .post, .archivecolumn .post {
	/*border:1px dotted blue;*/
	width:360px;
	position:relative;
	margin-left:180px;
	margin-top: 0px;
	min-height: 220px;
	}
#home-content {
	border-top:2px solid #F47920;
	width:540px;
	position:relative;
	padding-top: 10px;
	margin-top: 10px;
}
#home .homecolumn #home-content p {
	width:520px;
	margin-bottom:0.5em;
	font-weight: 200;
}

#resources .widecolumn .post {min-height: 200px;}
#category .widecolumn .post {margin-bottom: 1.5em; border-bottom: 1px solid #e8e5e2; }


.webinar .post .entry p img, .archivecolumn .post .entry p img {
	float: left;
	margin-right: 1em;
	margin-bottom: 0.5em;
	margin-left: -180px;	
}
 .webinar .post h3, .archivecolumn .post h3 {
	margin-bottom: 0.5em;
}

.fullcolumn, .scrollcolumn {
	/*border:1px solid red;*/
	width:740px;
	position:relative;
	margin-left:36px;
	margin-top: 40px;
}

.fullcolumn .post, .widecolumn .post {
	/*border:1px dotted blue;*/
	width:360px;
	position:relative;
	margin-left:180px;
	margin-top: 0px;
	
}

.fullcolumn p img {
	position:absolute;
	top: 0;
	left:380px;
	height: 100px;
	width: 100px;
}

#programs .fullcolumn .post .readmore {
	display:none;
}

.widecolumn .excerpt{
	/*border:1px dashed black;*/
	position:relative;
	margin:0;
}
.widecolumn p.timestamp, .webinar p.timestamp, .fullcolumn p.timestamp, .scrollcolumn p.timestamp {
	display:none;
	font-size:80%;
	margin-bottom:0;
}
.widecolumn .excerpt p img, .widecolumn .entry p img{
	position:absolute;
	left:-150px;
	top:0;
	width: 150px;
	height: auto;
}
.widecolumn .entry p img{
	left:-180px;
}
.widecolumn .excerpt p br{
	/*Excerpts have a br tag after the thumbnail in the first p to eliminate an IE bug - don't need it here*/
	display:none;
}
.widecolumn .excerpt h4{
	margin-top:0;
}
.widecolumn .excerpt a:link,
.widecolumn .excerpt a:visited{
	color:#FF7F00;
	text-decoration:none;
}
.widecolumn .excerpt a:hover,
.widecolumn .excerpt a:active{
	color:#333;
	text-decoration:none;
}
.widecolumn .excerpt p.readmore{
	font-size:80%;
	text-transform:lowercase;
}
.widecolumn .entry p {
	}

.narrowcolumn .entry, .widecolumn .entry {
	}
		
.narrowcolumn .postmetadata, .widecolumn .postmetadata {
	}

.alt {
	}
#sidebar{
	/*border:1px dashed purple;*/
	position:absolute;
	right:36px;
	top:108px;
	width:160px;
	color: #A2988A;
	padding-top: 111px;
	background:transparent url(images/lounger.gif) top left no-repeat;
}
#sidebar h3{
	text-transform:uppercase;
	color:#999;
	font-size:100%;
}
#sidebar #recent_posts ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#sidebar #recent_posts p img {
	margin-top: 10px;
}
#sidebar #recent_posts li{
	margin-bottom:2em;
	padding-left:12px;
	font-size:75%;
}
#sidebar #recent_posts strong{
	font-size:125%;
}
#sidebar #recent_posts a:link,
#sidebar #recent_posts a:visited{
	text-decoration:none;
}
#sidebar #recent_posts a:hover,
#sidebar #recent_posts a:active{
	text-decoration:none;
}
#footer{
	/*border:1px dashed blue;*/
	clear:both;
	padding:90px 36px 10px 36px;
	text-align:right;
	font-size:70%;
}
#footer p {padding-top: 14px;}

#footer a{
	text-decoration:none;
	color:#666;
	margin-right:0.5em;
	margin-left:0.5em;
}
#footer a:link, #footer a:visited{
	color:#666;
}
#footer a:hover, #footer a:active{
	color:#333;
}
#footer ul {
	float: left;
	/*border: 1px solid red;*/
	}
	
#sld-logo {
	position: absolute;
	right:36px;
	bottom:60px;
	height: 40px;
	width: 160px;
	margin-top: -80px;
	}
	
#sld-logo h3 {
	/*border:1px solid green;*/
	width:160px;
	height:40px;
	margin:0;
	background:transparent url(images/sld-logo.gif) 0 -3px no-repeat;
	}
	
#footer #sld-logo h3 a {
	display:block;
	width:160px;
	height:40px;
	color:#fff;
	}

.post .alignleft {float:left;position:relative;margin-right:10px;margin-top:10px;}
.post .alignright {float:right;position:relative;margin-left:10px;margin-top:10px;}

div.topsy_theme_blue {float: right !important;}
div.topsy-sm {}
