/* 
Theme Name: DefinedLogic.com
Theme URL: http://www.definedlogic.com/
Description: The theme for DefinedLogic's website re-design
Author: Jason Unterman
Author URI: http://www.definedlogic.com

*/


/* Page Layout */
#header {
	background:none;
}
#container{
	background:white url('images/home_bg.png') no-repeat;
	min-height: 745px;
}
#sidebar{	
	padding-top:225px;
}

#slidePanel{
	height: 390px;
	width: 275px;
	text-align: left;
	position: absolute;
	top: 150px;
	left: 0;
	marging-top:-100px;
	
	background-image: url('images/oam_slider/dl_oam_slider_bg.png');
	background-repeat: no-repeat;
	background-position: right; 

	
	overflow:hidden;
}
#slideContent{
	position:absolute;
	top:125px;
	right: 45px;
	height: 160px;
	overflow:hidden;
	
	padding:0 20px;
	
	color: #FFF;
	font-size: 14px;
}
.slideTitle{
	font-size: 13px;
	padding-bottom:10px;
}
.slideBody{
	font-size: 12px;
	line-height: 14px;
}
#slideClose{
	position: absolute;
	top:0px;
	right:32px;
	
	height:18px;
	width:18px;
	
	cursor:pointer;
}
#slideLink{
	position: absolute;
	bottom: 25px;
	right:45px;
}
#slideButton {
	position: absolute;
	right:0;
	top: 119px;
	width:35px;
	height:185px;
	cursor:pointer;
}

