/* CSS for Unozip.com v1.5 */
/* Author: Alex Miles Younger */
/* Author url: http://www.unozip.com */

@import "http://www.unozip.com/css/reset.css";

/* Global Elements */


html {
	border-top: 10px solid #000;
	min-width: 1000px;
}


body {
	background: #fff url(images/stripes.png) repeat-y 944px 0;
	font-family: Helvetica, Arial, Sans-Serif;
}

#wrapper {
	margin-left: 24px;
}

h1 {
	text-indent: -9999px;
	background-image: url(images/unozip.png);
	background-repeat: no-repeat;
	background-position: -8px 21px;
	height: 131px;
	margin-bottom: 0;
}

h2, h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

p {
	font-size: 1.4em;
	line-height: 1.5em;
	margin-bottom: 14px;
}


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

a:hover {
	text-decoration: underline;
}


span {
	color: #067fcc;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}


/* Welcome */

#welcome {
	width: 906px;
	padding-bottom: 24px;
	margin-bottom: 48px;
	border-bottom: 1px dashed #000;
}

#welcome .bio_links a:link, #welcome .bio_links a:visited {
	color: #535353 !important;
}

#welcome .bio_links a:hover {
	color: #ff2121 !important;
}


/* Portfolio */

#portfolio {
	width: 914px;
	margin-top: 24px;
}

#portfolio h2 {
	color: #067fcc;
}

#portfolio h3 {
	margin-bottom: 12px;
}


div.portfolio_item {
	padding-bottom: 48px;
	margin-bottom: 48px;
	border-bottom: 1px dashed #000;
	float: left;
}

div.portfolio_item ul.portfolio_info {
	list-style: none;
	width: 284px;
	margin-top: -4px;
	margin-left: 16px;
	margin-bottom: 16px;
	float: left;
	font-size: 1.4em;
}

div.portfolio_item ul.portfolio_info li {
	margin-bottom: 0.4em;
}

div.portfolio_item p {
	font-size: 1.4em;
	width: 284px;
	margin-left: 16px;
	float: left;
}

div.portfolio_item p span {
	font-weight: bold;
}

div.portfolio_item p.highlight {
	margin-bottom: 2px;
	color: #ff2121;
	font-weight: bold;
}

div.portfolio_image {
	width: 600px;
	float: left;
}

div.portfolio_image p {
	width: auto;
	float: right;
	margin-top: -18px;
	color: #535353;
}

div.portfolio_item a.visitsite {
	margin-left: 16px;
	float: left;
	font-size: 1.1em;
}

/* Testimonials */

#testimonial {
	clear: both;
	width: 906px;
	padding-bottom: 24px;
	margin-bottom: 48px;
	border-bottom: 1px dashed #000;
}

#testimonial h2 {
	color: #067fcc;
}

a.iframe img {
	margin: 0 20px 20px 20px;
	border: 1px dashed #000000;
	padding: 4px;
}

#testimonialportfolio {
	clear: both;
	width: 906px;
	padding-bottom: 24px;
	margin-bottom: 48px;
	border-bottom: 1px dashed #000;
}

#testimonialportfolio h3 {
	margin-bottom: 24px;
}

#testimonialportfolio p {
	margin-bottom: 48px;
}


/* Goodbye */

#dontgoyet {
	clear: both;
	width: 906px;
	padding-bottom: 24px;
	margin-bottom: 48px;
}

#dontgoyet h2 {
	color: #067fcc;
}


/* jQuery Slideviewer for Portfolio */


/*preload classes*/ 

.svw {
	width: 600px; 
	height: 400px; 
	background: url(images/preload.png) #fff;
} 

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

 
/*core classes*/ 

.stripViewer {  
	position: relative; 
	overflow: hidden;  
	margin: 0 0 10px 0; 
} 

.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 1px 1px 0; 
} 

.stripTransmitter a { 
	font: bold 10px Verdana, Arial; 
	text-align: center; 
	line-height: 22px; 
	background: #000; 
	color: #fff; 
	text-decoration: none; 
	display: block;
} 

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

.stripTransmitter a.current { 
	background: #067fcc; 
	color: #fff; 
}