/*
Theme Name: Barely Corporate
Theme URI: http://www.jasonbobich.com/
Description: A barely corprate Wordpress CMS theme for your company.
Author: Jason Bobich
Author URI: http://www.jasonbobich.com
Tags: two columns, widgets, CMS, corporate, company

Barely Corporate by Jason Bobich || http://www.jasonbobich.com
*/

/* Include navigation css */
@import url('layout/css/nav.css');
/*
body
{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 140%;
	margin:0px auto;
	padding:0px ;
}


/* Homepage Slideshow */

#slideshow-wrapper
{
    width: 560px;
	height: 470px;
	position: relative;
	overflow: hidden;
	margin:0px auto;
	padding:0px ;
}

#slideshow
{
	z-index: 1;
}

#slideshow-nav
{
	/*style="right: 190px; width: 197px;bottom: 272px "*/
	/*style="right: 1px; width: 251px; bottom: -6px; height: 20px"*/
	/*style="right: -1px; width: 250px; bottom: -8px"*/
	position: absolute;
	bottom: 2px;
	right: 1px;
	padding-bottom:4px;
	padding-top:3px;
	z-index: 2;
	width: 200px;
	background-image: url(BG_menu.jpg);
	background-repeat: no-repeat;
}

#slideshow-nav li
{
	float: left;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8c8c8c;
	font-size: 11px;
	font-style: normal;
}

#slideshow-nav li a
{
	display: block;
	text-decoration: none;
	font-size: 11px;
	margin: 0 1px;
	padding: 0;
	background-position: 0 0;
	width: 13px;
	height: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8c8c8c;
	font-size: 11px;
	font-style: normal;
}

#slideshow-nav li a:hover, #slideshow-nav li a.activeSlide
{
	background-position: -13px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-style: normal;
}

.slide
{
	position: relative;
}

.slide-image
{
	float: left;
	display: inline;
}

.slide-excerpt
{
	float: left;
	width: 420px;
	height: 300px;
	display: inline;
}

s/*dl, dt, dd, */
ol, ul, li
{
 margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
