/* TYPE balance.com*/
/* --------------------colors 
black, white
red #ff0000
grey #cccccc
Sangria red brown #600
----------------------------*/


#container{
	position: absolute;
	top: 0;
	left 0;
	margin: 0px !important;
	padding: 0px !important;
	font-family: Helvetica, Univers, Arial, Verdana, Sans-serif;
	font-size: smaller;
	line-height: 150%;
}
img, img a, a img{
	border: none !important;
	border-width: 0px !important;
}
a, a href, a link{
	text-decoration: none;
	color: black;
	font-size: 11px;
	font-weight: bold;
}
a:hover{
	color: #600;
}
ul{
	list-style-type: none;
}
/* --------------------MAIN */
#main {
	position: absolute;
	top: 0;
	left: 300px;
	min-height: 600px;
	min-width: 600px;
	padding: 0;
	padding-top: 72px;
	background-color: white;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	}

#homelinks img {
	/* float: right; */
	}
#homelinks strong{
	color: red;
	}
#homelinks ul {
	padding-top: 60px;
	line-height: 110%;
	list-style-image: url(images/icon_pdf.gif);
	}
	
#portfoliolist ul.icons{
	padding: 12px 0 120px 0;
}

#images {
	position: absolute;
	top: 200px;
	left: 1px;
	width: 3000px;
	/* background-color: #f0f0f0; */
	vertical-align: top;
}
#now_images {
	width: 3000px;
	/* background-color: #f0f0f0; */
	vertical-align: top;
}
p {
	font-size: 12px;
	letter-spacing: 0.25px;
	line-height: 150%;
	max-width: 600px;
	color: #666;
}
p.comment {
	font-size: 9px;
	font-family: Helvetica, Univers, Arial, Verdana;
	color: #a9a9a9;
}
#images p.comment {
	margin-top: -24px;
	margin-left: 50px;
}

h2.coffee, h2.tea, h2.photo, h2.crane, h2.incomplete, h2.sketches  {
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 60px;
	line-height: 42px;
}
h2.tea  { background-image: url(images/icon_teabag.gif); }
h2.coffee  { background-image: url(images/icon_coffee.gif); }
h2.crane  { background-image: url(images/icon_crane.gif); }
h2.incomplete  { background-image: url(images/icon_notcomplete.gif); }
h2.photo { background-image: url(images/icon_photo.gif); }
h2.sketches { background-image: url(images/icon_pencil.gif); }




/* --------------------NAV */

#nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	min-height: 600px;
	background-color: white;
}
ul.icons {
	margin: 0;
	padding: 12px;
	padding-top: 60px;
}
ul.icons li {
	display: inline;
	padding: 4px;
}
#blog {
	position: absolute;
	top: 240px;
	width: 240px;
	height: 500px;
	overflow: hide;
	margin-left: 24px;
	background-color: #f3f3f3;
}
#blog h4{
	color: black;
	font-family: Helvetica, Univers, Arial, Verdana, Sans-serif;
	font-size: 11px;
	text-align: center;
	z-index: 1;
}
#blog img{
	position: absolute;
	top: 0;
	z-index: 0;
	opacity: 0.5;
}
#portfoliolist{
	position: absolute;
	top: 0;
	left: 50px;
}
h2{
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 4px;
}
.inprogress a, .inprogress h2
{
	color: #667266; !important;
}
#gobacknow {
	padding: 20px 0 180px 160px;
}
#goback
{
	padding: 20px 60px 0 160px;
}
#portfolioimage {
	padding: 0 0 0 190px;
}






