@charset "UTF-8";
/* CSS Document */

/* ---------- Site Styles ----------- */

body {
	background-color: #ECECEC;
	font-family: Arial;
	font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
}

#page-wrapper {
	width: 980px;
	margin: 0 auto 0 auto;
	background-color: #FFF;
	font-size: 14px;
	line-height: 1em;
}

#header,
#navigation,
#content-wrapper,
#footer {
	float: left;
	width: 980px;
	clear: both;
	padding: 10px 20px;
}
#header {
	padding-top: 0;
	padding-bottom: 0;
}

#header,
#footer {
	background-color: #AED673;
	border: none;
}

#header a {
	line-height: 0;
	font-size: 9px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#header img {
	margin: 0 0 0 100px;
	padding: 0 0 0 0;
	border: none;
}

#header h1 {
	float: right;
	padding-top: 100px;
}

#content-wrapper {
	margin-top: 30px;
	margin-bottom: 30px;
}

#slideshow {
	width: 225px;
	height: 375px;
	border: 1px solid #fff;

}

#prev {
	position: absolute;
	top: 75px;
	left:-20px;
	z-index: 10;
}

#next {
	position: absolute;
	top: 75px;
	right: -21px;
	z-index: 10px;
}
		
body.portfolio #thumbs-grid {
	float: left;
	width: 480px;
	margin-left: 95px;
	/* border: 1px solid red; */
}
body.portfolio #content {
	float: right;
	width: 280px;
	margin-right: 40px;
	margin-top: 25px;
	
	/* border: 1px solid blue; */
}

body.portfolio #thumbs-grid ul li {
	float: left;
	margin-left: 0;
	padding: 0;
	
}
body.portfolio #thumbs-grid ul li img {
	margin: 7px;
	padding: 0;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}

body.portfolio #thumbs-grid slider {
	float: left;
	width: 467px;
	height: 289px;
	margin-left: 95px;
	
	
}

h1, #navigation a {
	color: #81117C;
}

#navigation ul,
#navigation ul li,
#navigation ul li a {
	float: right;
}
#navigation ul {
	font-size: 1.2em;
}
#navigation ul li a {
	line-height: 1.4em;
	padding-left: 1.5em;
	padding-right: 1.5em;
	border-left: 1px solid #81117C;
	text-decoration: none;
}

#content ul.home-list {
	color: #999;
}
#content ul.home-list h3 {
	font-size: 1.8em;
	font-weight: 200;
	font-style: none;
	margin-bottom: 0.2em;
}


#copyright {
	font-size: .65em;
	font-weight: 30;
	color: #81117C;
	float: left; 
	margin-top: 1em;
}

#content ul.home-list li {
	line-height: 1.75em;
}
#content ul.home-list li > ul {
	margin-bottom: 1em;
}


</style>
