/*
Theme Name: Sharpfolio
Theme URI: http://webrevolutionary.com/sharpfolio
Description: A WordPress theme designed to help build your online portfolio.
Version: 2.0
Author: Matt Lenz
Author URI: http://webrevolutionary.com/
Tags: sharpfolio, portfolio, dark, light
*/
body {
	text-align: center;

	color: #666;
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 24px;
}

/* slider stuff */

.container {text-align: center; width:800px; height:600px; overflow:hidden; position:relative; cursor:pointer; margin-bottom:5px;  }
.slides { position:relative; top:0; text-align: center;}
.slides div { position:relative; top:0; width:auto; text-align: center; }

#loopedSlider { text-align: center; width:800px; height:650px; overflow:hidden; margin:0px 0px 0px 0px;}

#previous { float:left;}

#next { float:left;}



#previous a{
	background:transparent url(images/slider/rcprev.png) no-repeat top left;
	display:inline-block;
	height:14px;
	width:67px;
	font-size:0px;
	text-decoration:none;
	color:white;
} 

#previous a:hover{
	background: transparent url(images/slider/rcprevovr.png) no-repeat top left;
}



#next a{
	background:transparent url(images/slider/rcnext.png) no-repeat top left;
	display:inline-block;
	height:14px;
	width:73px;
	font-size:0px;
	text-decoration:none;
	color:white;
	margin-left: 10px;
}

#next a:hover{
	background: transparent url(images/slider/rcnextovr.png) no-repeat top left;
	text-decoration:none;
}

#dotties { padding: 0px; text-align:left;margin:0 0 0 200px;}

#dotties ul {list-style:none; margin:-3px 0 0 0; padding:0px}

#dotties li {display:inline;}

#dotties li a{ color:#817C75; font-size:12px; padding: 0px 3px; text-decoration:none;}
#dotties li a:hover {color:#6F7392; text-decoration:none;}

#dotties ul li.active a {
color:#25637A;
}

#blbg{
	width:800px;
	height:600px;
	background:black;
	text-align:center;
	position: absolute;
	z-index: -1;
}



