/* CSS Reset */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}
body{
	line-height:1
}
ol,ul{
	list-style:none
}
blockquote,q{
	quotes:none
}
blockquote:before,blockquote:after,q:before,q:after{
	content:'';
	content:none
}
:focus{
	outline:0
}
ins{
	text-decoration:none
}
del{
	text-decoration:line-through
}
table{
	border-collapse:collapse;
	border-spacing:0
}

/* CSS End Reset ------------------------------------------------------------------------ */

/*html {
	height: 100%;
}

*/
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-size: 0.75em;
	line-height: 1.6em;
	font-family: Helvetica, Arial, sans-serif;
/*	font-family: Georgia, Times, serif;*/
	color: #666;
}

p, br {
	line-height: 1.5em;
}

.cleared {
	clear: both;
	overflow: hidden;
	zoom: 1;
}

#logo {
	position: absolute;
	top: 20px;
	left: 135px;
}

#logo a, #logo a:hover {
	background: none;
	text-decoration: none;
} 

a#next, a#prev {
	position: fixed;
	display: block;
	width: 50px;
	height: 50px;
	top: 45px;
	text-decoration: none;
} 

a#prev {
	left: 20px;
	z-index: 999;
	background: url('../media/imgs/prev.png') no-repeat 50% 50%;
}

a#next {
	right: 20px;
	z-index: 998;
	background: url('../media/imgs/next.png') no-repeat 50% 50%;
}

#items {
	position: absolute;
	overflow: hidden;
	top: 140px;
	width: 100%;
	border: none;
	padding-bottom: 60px;
}

/* not here
#items ul {
	width: 5200px;
	list-style: none;
}
*/

#items ul li {
	list-style: none;
	float: left;
	width: 320px;
	margin-right: 50px;
	/*background: #de3;*/
}

#items ul li p {
	width: 90%;
	margin-bottom: 1.2em;
}

#items ul li.begin {
	width: 90px;
}

#items ul li.intro {
	position: relative;
	height: 550px;
}

#items ul li.intro p {
	width: 90%;
	margin-top: 0;
}

#items ul li.intro #footer {
	position: absolute;
	color: #999;
	bottom: 42px;
	left: 0;
}

#items ul li.intro #footer .footerTxt {
	float: left;
	margin-right: 5px;
}


#logo a:hover img {
	filter: alpha(opacity=75);
	opacity: 0.75;
}

li .workImg {
	position: relative;
	display: block;
	height: 460px;
	margin-bottom: 10px;
}

li .workImg img {
	position: absolute;
}

li a {
	color: #d42523;
	text-decoration: none;
}

li a:hover {
	text-decoration: underline;
	color: #d42523;
}

li #news #newsNav {
	position: absolute;
	top: 0;
	right: 0;
}

a.zoom, a.zoom:hover {
	background: none;
}


a.icon {
	float: left;
	text-decoration: none;
	width: 16px;
	height: 16px;
	margin-right: 6px;
}

a.icon:hover {
	text-decoration: none;
	background-position: 0 -20px;
}

a.fb {
	background: url('../media/imgs/btn-facebook.gif') no-repeat 0 0;
}

a.fl {
	background: url('../media/imgs/btn-flickr.gif') no-repeat 0 0;
}

a.bl {
	background: url('../media/imgs/btn-blogger.gif') no-repeat 0 0;
}

a.my {
	background: url('../media/imgs/btn-myspace.gif') no-repeat 0 0;
}

h2 {
	font-size: 1.5em;
	margin-bottom: 1.2em;
}

h3, h4 {
	line-height: 1.5em;
}

h4 {
	color: #999;
	font-weight: normal;
}



