@charset "UTF-8";
/* CSS Document */

body { 
	margin: 15px 0px 0px 0px;
	background: #FFFFFF;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	}	
	
.main {
	width: 890px;
	margin: 0px auto;
	}
	
	
.header {
	border-bottom: 1px #999999 solid;
	padding-left: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	}

.nav {
	padding-left: 15px;
	margin-bottom: 15px;
	height: 14px;
	}
	
	
.navleft {
	float:left;
	width: 470px;
	}	

.navright {
	float: right;
	text-align: right;
	width: 288px;
	border-left: 1px #999999 solid;
	padding-right: 0px;

	}

.navbutton {
	margin-right:15px;
	}

.footer {
	border-top: 1px #999999 solid;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	font-size: 10px;
	text-align: right;
	margin-top: 15px;
	margin-bottom: 15px;
	}
	
	
.editcontent {	
	padding-left: 0px;
	padding-right: 0px;
	}

.landing-gallery {
	width: 860px;
	height: 572px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url(http://www.jaimekowal.com/images/landing/rotate.php) no-repeat center top;
	}

a:link, a:active, a:visited {
	color:#27baba; 
	text-decoration: none;
	}	
	
a:hover {
	color:#999999;
	text-decoration: none;
	}	

.portfoliothumb {
	margin-bottom: 10px;
	}
	
.onecolumn {
	width: 860px;
	margin-top: 50px;
	margin-bottom: 0px;	
	}
	
.onecolumnheaderimage {
	font-size: 28px;
	line-height: 40px;
	color: #27baba;
	margin-bottom: 0px;
	width: 600px;
	}	

 .inputbox { 
	border: 1px #999999 solid;
	padding: 2px 2px 2px 2px;
	font-size: 10px;
	width: 200px;
	background: #FFFFFF;
	color: #999999;
	}
	
.button { 
	border: 1px #999999 solid;
	color: #999999;
	padding: 2px 2px 2px 2px;
	font-size: 10px;
	background: #FFFFFF;
	}	


/* Portoflio below here */

#mySlideshow
{
	width: 860px;
	height: 572px;
	z-index:5;
	margin-bottom: 15px;
}

.jdSlideshow
{
	display: none;
	overflow:hidden;
	position: relative;
}

.jdSlideshow img
{
	border: 0;
	margin: 0;
}

.jdSlideshow .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

.jdSlideshow .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('http://www.jaimekowal.com/img/loading-bar.gif');
}

.jdSlideshow .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	left: 0;
	bottom: 0;
	display: none;
	background: #000000;
	color: #FFFFFF;
	text-indent: 0;
}

.jdSlideshow .slideInfoZone h2
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 10px;
	font-weight: bold;
}

.jdSlideshow .slideInfoZone p
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 10px;
}

.jdSlideshow a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdSlideshow a.right, .jdSlideshow a.left
{
	position: absolute;
	height: 100%;
	width: 40%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html .jdSlideshow a.right, * html .jdSlideshow a.left
{
	filter:alpha(opacity=50);
}

.jdSlideshow a.right:hover, .jdSlideshow a.left:hover
{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

.jdSlideshow a.left
{
	left: 0;
	top: 100;
	background: url('http://www.jaimekowal.com/img/left.png') no-repeat left;
}

* html .jdSlideshow a.left { background: url('http://www.jaimekowal.com/img/left.gif') no-repeat left; }

.jdSlideshow a.right
{
	right: 0;
	top: 100;
	background: url('http://www.jaimekowal.com/img/right.png') no-repeat right;
}

* html .jdSlideshow a.right { background: url('http://www.jaimekowal.com/img/right.gif') no-repeat right; }

a
{
  outline: none;
}

:focus
{
  -moz-outline-style: none;
}

#sideBar{
	
padding-left:42px;
	
	}
	
	
#sideBar p{
	line-height:18px;
	margin:0;
	padding:0;
	padding-bottom:15px;
	
	
	}	
	
	
.big {

	font-size: 16px
}

.bigBlue {
	color: #27baba;
	font-size: 16px;

}
p{
	
margin-top:0;
padding-top:0;
}




