@import "/styles/nav.css";

body {
	background-color: #788d9f;
	color: #555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin-top: -10px;
	padding: 0;
	text-align: center;
}

#wrap {
	margin: auto;
	background-color: #fff;
	padding: 0;
	text-align: left;
	width: 600px;
}

/* Text */

a:link {
	color: #788D9F;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

h1 {     
	font-family: Arial,sans-serif;
	font-weight: bold;      
	padding-top: 4px;
	margin-bottom: 5px;
	padding-bottom: 1px;
	font-size: 18px;
	color: #788D9F;      
}

h2 {
	padding-top: 4px;
	margin-bottom: 5px;
	padding-bottom: 1px;
	font-size: 13px;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3;
}

ul {
	margin-top: 5px;
	padding-bottom: 0px;
	padding-top: 0;
}

form label {
	display: block;
	font-weight: bold;
	padding-bottom: 3px;
}

/* Header */
#header {
	background-image: url(/images/frog.jpg);
	background-repeat: no-repeat;
	height: 170px;
	width: 600px;
}

#header #logo a {
	background-image: url(/images/logo.gif);
	float: right;
	display: block;
	height: 55px;
	margin-top: 70px;
	width: 322px;
}

#blueblock {
	width: 600px;
	height: 15px;
	background-color: #788D9F;
}

/* Content */

#main {
	width: 400px;
	background: url(/images/side-narrow.gif) 100% 100% repeat-y;
	height: auto;
	padding: 20px 100px 20px 100px;
	background-color: #fff;
	margin: 0;
}

#bar {
	background: #E5E5E5;
	border-left: 1px solid #788D9F;
	border-right: none;
	padding: 5px;
	float: right;
	height: auto;
	font-size: 10px;
	margin: 0px 0px 0 5px;
	/*-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topleft: 10px;*/
	width: 120px;
}

#bar p {
	font-weight: bold;
	margin: 0 0 0 5px;
	padding: 0;
}

#bar ul {
	list-style: none;
	list-style-image: none;
	margin: 0 12px 10px 12px;
	padding: 0;
}

.info {
	width: auto;
	text-align: right;
	font-size: 10px;
	border-top: 1px solid #788D9F;
	padding-top: 5px;
	margin-bottom: 30px;
}

.info .date {
	background-image: url(/images/file.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #777;
	padding-left: 13px;
}

.info a.comments {
	background-image: url(/images/bubble.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 17px;
}

.secnav {
	padding-bottom: 10px;
}

.secnav h1 {
	border-bottom: 1px solid #C9C9C9;
	margin: 0;
}

.secnav p {
	margin-top: 1px;
	text-align: right;
}

.comment {
	border-top: 1px solid #C9C9C9;
	text-align: right;
	font-size: 9px;
	font-color: #C9C9C9;
	margin-top: 10px;
	margin-bottom: 25px;
}

.portfolio_item {
	width: 400px;
	height: 145px;
	padding: 10px 0;
	min-height: 165px;
}

	.portfolio_item .sc {
		width: 200px;
		float: left;
	}
	
		.portfolio_item .sc img {
			border: 0;
		}
	
	.portfolio_item .desc {
		width: 180px;
		height: 145px;
		padding: 5px 10px;
		float: left;
	}
	
	.portfolio_item p {
		font-size: .9em;
	}
	
.front_item {
	width: 400px;
	height: 145px;
	padding: 20px 0;
	min-height: 200px;
}

	.front_item .pic {
		width: 150px;
		float: left;
	}
	
		.front_item .pic img {
			border: 0;
		}
	
	.front_item .desc {
		width: 230px;
		padding: 0 5px 0 15px;
		margin: 0;
		float: left;
	}
	
	.front_item p {
		font-size: .9em;
		margin-top: 0;
	}