/*
Description: A custom design for Benjamin Stuber
Author: Unozip | Alex Miles Younger
Author URI: http://www.unozip.com
*/


body {
	font-family:  "anivers-1","anivers-2", Arial, sans-serif;
	font-size: 0.9em;
	margin: 0 32px;
	width: 1024px;
	color: #252525;
}

#sidebar {
	float: left;
	width: 160px;
	height: 100%;
}

#feature {
	float: left;
	width: 758px;
	margin: 0 0 32px 32px;
}

#navmenu {
	list-style: none;
	margin-bottom: 1.4em;
}

h1, h2, #feature h2, h3, h4, h5, h6 {font-family: "apolline-1","apolline-2", "Times New Roman", serif;}

h1 {margin: 36px 0;}

h1 span {
	font-weight: normal;
	color: RGB(150, 207, 152);
	font-size: 28px;
}

h2 {margin-bottom: 6px;}

h3 {
	font-size: 18px;
	color: #96cf98;
	text-transform: uppercase;
	margin-top: 12px;
	margin-bottom: 4px;
}

p {
	line-height: 1.6em;
	margin-bottom: 1.6em;
}


img {
	border: 1px solid #252525;
}

a:link, a:visited {
	color: #696969;
	text-decoration: none;
}

a:hover {
	color: #96cf98;
}

ul {
	list-style: none;
	margin-bottom: 24px;
}

ul li {
	line-height: 1.6em;
}

ul li ul {
	padding-left: 40px;
	color: #696969;
	margin-bottom: 8px;
}

ul li ul a:link, ul li ul a:visited {
	color: #252525;
}

ul li ul a:hover {
	color: #96cf98;
}

.clear {
	clear: both;
}

/* Sidebar */

ul#navmenu {
	font-size: 16px;
	line-height: 1.53em;
}

.active {
	color: #96cf98 !important;
}

img.sidebar_thumb {
	margin-bottom: 1.4em;
}

img.sidebar_download {
	margin-bottom: 1.4em;
	border: none;
	background: #f2f2f2;
}

img.sidebar_download:hover {
	background: #96cf98;
}

/* Feature */

div.feature-item {
	clear: both;
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #252525;
}


/* Item-1 Welcome */

img#welcome_photo {
	float: right;
	margin: 0 0 16px 16px; 
}


/* Item-3 Image Gallery */

#item-3 h2 {
	margin-bottom: 12px;
}

#imagegallery img {
	border: none;
}


/* Item-6 Performance Resume */

.column1 {width: 225px;}
.column2 {width: 200px;}
.columns1and2 {width: 425px;}

table {
	margin-bottom: 24px;
}

td {
	line-height: 28px;
	border-bottom: 1px solid #f2f2f2;
}

.title {
	font-style: italic;
}

td span {
	font-style: normal;
}


#item-6 ul {
	list-style: none;
	margin-bottom: 36px;
}

#item-6 ul li {
	line-height: 1.6em;
}

#item-6 ul li ul {
	padding-left: 40px;
	color: #696969;
	margin-bottom: 8px;
}

ul#key {
	margin: 0;
	color: #696969;
}


/* jQuery Slideviewer for Image Gallery */


/*preload classes*/ 

.svw {
	width: 752px; 
	height: 502px; 
	background: url(images/preload.png) #f2f2f2;
} 

.svw ul {
	position: relative; 
	left: -999em;
} 

 
/*core classes*/ 

.stripViewer {  
	position: relative; 
	overflow: hidden;  
	margin: 0 0 8px 0;
	border: 1px solid #252525; 
} 

.stripViewer ul { /* this is your UL of images */ 
	margin: 0; 
	padding: 0; 
	position: relative; 
	left: 0; 
	top: 0; 
	width: 1%; 
	list-style-type: none; 
} 

.stripViewer ul li {  
	float:left; 
} 

.stripTransmitter { 
	overflow: auto; 
	width: 1%; 
} 

.stripTransmitter ul { 
	margin: 0; 
	padding: 0; 
	position: relative; 
	list-style-type: none; 
} 

.stripTransmitter ul li { 
	width: 20px; 
	float: left; 
	margin: 0 2px 2px 0; 
} 

.stripTransmitter a { 
	font: normal 14px "anivers-1","anivers-2", Arial, sans-serif; 
	text-align: center; 
	line-height: 28px; 
	background: #696969; 
	color: #fff; 
	text-decoration: none; 
	display: block;
} 

.stripTransmitter a:hover { 
	background: #000; 
	color: #fff; 
} 

.stripTransmitter a.current { 
	background: #96cf98; 
	color: #fff; 
}

div.video {
	clear: none;
	float: left;
	width: 220px;
	height: 175px;
	margin: 15px;
}


