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

body{
	background-color:silver;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:small;
	}

p{
	line-height:130%;
	}

h1{
	font-size:1.5em;
	text-decoration:underline;
	}

h5{
	font-size:5em;
	text-align:center;
	color:white;
	padding-top:20px;
	margin-left:-10px;
	}

a{
	color:#333333;
	text-decoration:none;
	text-transform:capitalize;
	size:110%;
	}

a:hover{
	color:#666666;
	text-decoration:underline;
	}


#wrapper{
	margin:10px auto;
	width:975px;
	background-color:white;
	}

#header{
	width:100%;
	background-color:black;
	padding-top:10px;
/*	background-image:url(images/jZingerLogo10Web.png);
	background-position:left;
	background-repeat:no-repeat;
	border:3px solid silver;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;*/
	margin:0;
/*	border-bottom:25px;*/
	}

#border{
	width:100%;
	height:25px;
	background-image:url(images/Border.jpg);
	background-repeat:repeat-x;
	}
	
#header img{
	float:left;
	margin-left:20px;
/*	margin-top:25px;*/
	padding:0;
	}
	
#work{
	padding:10px;
	font-size:.8em;
	margin:0 auto;
	}
/*	
#left{
	float:left;
	width:310px;
	}

#right{
	float:right;
	width:690px;
	}
*/
#header a{
	color:white;
	}

#nav{
	padding:10px;
	margin-top:25px;
	margin-left:auto;
	text-align:center;
	font-size:1.5em;
	}
	
#nav li{
	display:inline;
	}

#latest{
	background-color:silver;
	color:#000000;
	border:2px solid black;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
/*	border:2px solid silver;*/
	font-size:.8em;
	text-align:left;
	float:left;
	padding:20px;
	width:175px;
	min-height:300px;
	margin:20px 10px;
	}

#latest p{
	color:black;
	}

#latest h1{
	color:#333333;
	}
	
#content{
	float:right;
	color:black;
	padding:20px;
	padding-bottom:200px;
	margin-right:50px;
/*	border:10px solid silver;*/
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	}

#viewer{
	width:600px;
	padding:10px;
	margin-top:25px;
	margin-bottom:25px;
	margin-left:300px;
	}

#viewer img{
	width:75px;
	height:56;
	margin:15px 5px;
	float:left;
	border:1px solid silver;
	}
	
/*#websites{
	width:97%;
	height:180px;
	padding:15px;
	margin-top:20px;
	background-color:white;
	color:black;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:10px solid silver;
	}	
*/

#scrollLinks{
	width:100%;
	text-align:center;
	margin-top:20px;
	}

#wn{
	position:relative; 
	width:690px;
	height:432px;
/*	border-left:1px solid black;
	border-right:1px solid black;
*/	overflow:hidden;
	margin:20px 10px;
	padding-top:-10px;
/*	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-color:#999999;*/
	}
	
#wn img{
	padding-right:12px;
	}	
		
/*#content table{
	margin-left:auto;
	margin-right:auto
	}
*/
.thumbnail{
	width:100px;
	margin:auto;
	padding:5px;
	}

#content ul, li, p, td{
	list-style:circle;
	list-style-position:inside;
	line-height:1.5em;
	padding-top:5px;
	}

.example{
	background-color:#663300;
	border:1px solid #0099FF;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	min-width:410px;
	margin:auto;
	margin-top:10px;
	}

.example img{
	margin:auto;
	}
	
.description{
	float:left;
	min-width:260px;
	text-align:right;
	padding:10px;
	margin-bottom:10px;
	border-bottom:2px solid #663300;
	}
	
#clear{
	clear:both;
	}
	
#footer{
	width:100%;
	background-color:black;
	color:#666666;
	padding:10px 0;
	margin:0 auto;
	margin-top:100px;
	text-align:center;
	font-size:0.6em;
	}

#footer a{
	color:#CCCCCC;
	text-decoration:underline;
	}