/* @override http://localhost/~zarinozappia/designbyzarino/css/screen.css */

/* Screen CSS stylesheet for zarino.co.uk
   Handcoded by Zarino Zappia */
   
* {
	margin: 0;
	padding: 0;
}

.clear {
	display: block;
	clear: both;
}


/* > LINKS */

a, a:link {
	color: #39c;
}

a:hover, a:focus {
	text-decoration: none;
	outline: none;
}

a:active {
	color: #28a;
	outline: none;
}


/* > HEADINGS */

h1 a {
	display: block;
	width: 480px;
	height: 40px;
	background: transparent url(../img/designbyzarino.gif) 0 0 no-repeat;
	text-indent: -9000px;
	margin: 40px 0 30px 0;
}

#sorry h2 {
	line-height: 24px;
	font-size: 24px;
	color: #ccc;
	margin-bottom: 10px;
	width: 355px;
}

#portfolio h2 {
	display: none;
}


/* > MAIN STRUCTURE */

body {
	background-color: #222;
	min-width: 480px;
	font: 13px/15px Helvetica, Arial, sans-serif;
	color: #fff;
}

#header, #content, #footer {
	width: 480px;
	margin: 0 auto;
}

#footer {
	padding: 30px 0 50px 0;
	border-top: 1px solid #aaa;
	text-align: center;
	font-size: 12px;
	color: #666;
}

#sorry {
	font-weight: bold;
	font-size: 15px;
	line-height: 17px;
	color: #999;
	margin-bottom: 30px;
	background: transparent url(../img/construction.jpg) top right no-repeat;
}

#sorry p.first {
	width: 355px;
}

#sorry p {
 margin-bottom: 10px;
}


/* > PROJECTS */

.project {
	padding: 20px 0;
	border-top: 1px solid #aaa;
	color: #ccc;
}

.project h3 {
	display: inline;
	float: left;
	width: 105px;
	color: #ccc;
	font-size: 18px;
	line-height: 20px;
}

.project p {
	margin-left: 125px;
	margin-top: 10px;
}

.project p.first {
	margin-top: 0;
}

div.thumbnail {
	display: inline;
	position: relative;
	float: left;
	width: 105px;
	height: 80px;
	margin: 0 0 20px 20px;
}

div.thumbnail a {
	display: block;
	position: absolute;
	background-color: #aaa;
	height: 80px;
	width: 105px;
	text-indent: -9000px;
	background: #333 url(../img/thumbnail.jpg) top left no-repeat;
}

div.thumbnail a.second {
	background-position: top center;
}

div.thumbnail a.third {
	background-position: top right;
}

#grandmasteeth div.thumbnail a.video {
	background-image: url(../img/grandmasteeth_play.jpg);
}

#bob div.thumbnail a.video {
	background-image: url(../img/bob_play.jpg);
}

#content div.thumbnail a.video:hover {
	background-position: bottom center;
}
