/* portfolio css written by geoffrey smith while drinking wine one late night in august, 2008 */

body {
	margin: 0;
	padding: 0;
	background: #102548 url(/portfolio/images/bg-base.png) no-repeat left top;
}

#wrapper {
	width: 910px;
	margin: 100px 0 0 60px;
	padding: 0;
}

#logo-link {
	width: 70px;
	height: 70px;
	position: absolute;
	top: 0px;
	left: 55px;
}

.portfolio-item {
	width: 250px;
	min-height: 340px;
	margin: 0 30px 30px 0;
	padding: 15px;
	background: #fff;
	float: left;
}

.portfolio-item3 {
	width: 250px;
	min-height: 340px;
	margin: 0 0 30px 0;
	padding: 15px;
	background: #fff;
	float: left;
}

.seework {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

a:link, a:visited {
	text-decoration: none;
	color: #326d94;
}
a:hover {
	color: #000;
	text-decoration: underline;
}


h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, pre, form, body, html, p, blockquote, fieldset, input {
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #555;
} 

h2 {
	font-size: 15px;
	margin: 10px 0 8px 0;
	padding: 0;
	color: #000;
}

p {
	font-size: 11px;
	line-height: 16px;
	margin: 0 0 10px 0;
	padding: 0;
}




/*
-----------------------
SLIMBOX
-----------------------
*/

.alt-links {
	display:none;
}


#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index: 99;
}

.lbLoading {
	background: #fff url(/portfolio/images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 20px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/portfolio/images/prevlabel.png) no-repeat 0% 45%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/portfolio/images/nextlabel.png) no-repeat 100% 45%;
}

#lbBottom {
	font-family: "Lucida Grande",Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	line-height: 1.4em;
	text-align: left;
	border: 20px solid #fff;
	border-top-style: none;
} 

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/portfolio/images/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
	font-size: 14px;
	color: #102548;
}

