/* @override http://garrettmurray.net/stylesheets/screen.css */

/*
	Garrett Murray
	Developer
	<info@garrettmurray.net>
*/

/* @group layout */

body {
	background: #cfcfcf url(../images/bg.jpg) no-repeat center top;
	margin: 0;
	padding: 0;
	color: #293b4c;
	text-shadow: #eaeaea 0 1px 0;
	font: 11px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#box {
	margin: 0 auto;
	width: 530px;
/*	-webkit-transition: opacity 1s linear;
	opacity: 0;*/
}

#wrapper {
	float: left;
	padding-bottom: 50px;
}

p#phones {
	width: 705px;
	margin: 0 -130px 0 -130px;
	padding: 30px 0 0 0;
	-webkit-transition: opacity 0.5s linear;
	opacity: 0;
}

/* @end */

/* @group links */

a {
	color: #173754;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid rgba(113,143,170,0.39);
}

a:hover, a:active {
	color: #000;
	border-bottom-color: #718faa;
}

/* @end */

/* @group headers */

h1, h2, h3 {
	margin: 0 auto;
	padding: 0;
	text-indent: -10000px;
}

h1#logo {
	background-image: url(../images/logo.png);
	width: 245px;
	height: 131px;
	margin-top: 70px;
}

h1 a {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
}

h3#projects, h3#clients {
	background: url(../images/projects.png) no-repeat center top;
	width: 323px;
	height: 22px;
	margin: 40px auto 10px auto;
}

h3#clients {
	background: url(../images/clients.png) no-repeat center top;
	width: 197px;
	height: 17px;
}

/* @end */

/* @group projects */

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.projects li {
	margin-bottom: 10px;
}

ul.projects li span.details {
	color: #6e8399;
	text-shadow: #e4e4e4 0 1px 0;
}

/*.p1 { opacity: 1; }
.p2 { opacity: 0.9; }
.p3 { opacity: 0.8; }
.p4 { opacity: 0.7; }
.p5 { opacity: 0.6; }
.p6 { opacity: 0.5; }
.p7 { opacity: 0.4; }*/

/* @end */

/* @group clients */

ul.left, ul.more {
	float: left;
	width: 255px;
	margin: 0 0 0 10px;
}

ul.left {
	text-align: right;
	margin: 0 10px 0 0;
}

/* @end */


