/** layout.css // self-explanatory, mostly **/

/* cool css vertical centering technique
	http://exanimo.com/css/vertical-centering-with-a-floated-shim/
	no dummy divs here, thank you very much */
#skipnav {
	width: 100%;
	height: 50%;
	margin-top: -275px;
	float: left;
}

#skipnav p {
	position: absolute;
	left: -999px;
}

#wrapper {
	width: 725px;
	height: 550px;
	margin: 0 auto;
	position: relative;
	clear: both;
	background-image: url(/img/epw3.png);
	background-position: bottom left;
}

/* top navigation */
#menu a i {
	visibility: hidden;
}

#menu ul a {
	position: absolute;
	top: 8px;
	height: 83px;
	display: block;
}

a.work {
	left: 517px;
	width: 60px;
}

a.about {
	left: 577px;
	width: 66px;
}

a.contact {
	left: 641px;
	width: 76px;
}

a.work:hover, li.selected a.work {
	background-image: url(/img/nav3.png);
	background-position: 0px 0px;
}

a.about:hover, li.selected a.about {
	background-image: url(/img/nav3.png);
	background-position: -60px 0px;
}

a.contact:hover, li.selected a.contact {
	background-image: url(/img/nav3.png);
	background-position: -124px 0px;
}

/* forces the rollover effect to work properly in IE */
a.about:hover, a.work:hover, a.contact:hover {
	border: none; background-repeat: no-repeat;
}

/* index-only styles */
#index h1 {
	background-image: url(/img/epw3-indextxt.png);
	width: 558px;
	height: 238px;
	background-repeat: no-repeat;
}

#index h1 span {
	visibility: hidden;
}

#index h1 a {
	position: absolute;
	visibility: visible;
	height: 35px !important;
	display: block;
}

#index h1 a i {
	visibility: hidden;
}

a#logos {
	top: 80px;
	left: 255px;
	width: 85px;
}

a#pkgs1 {
	top: 80px;
	left: 355px;
	width: 125px;
}

a#pkgs2 {
	top: 123px;
	left: 0;
	width: 145px;
}

a#webs {
	top: 160px;
	left: 145px;
	width: 130px;
}

a#philo {
	top: 203px;
	left: 245px;
	width: 160px;
}
	
#logo {
	position: absolute;
	top: 7px;
	left: 8px;
}

#content {
	height: 365px;
	width: 568px;
	overflow: auto;
	position: absolute;
	top: 129px;
	left: 150px;
}

#footer {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 10px 15px 10px 0;
	width: auto;
	text-align: right;
	font-size: 0.75em;
}

#work #footer {
	position: relative;
}

.maincont {
	float: left;
	width: 350px;
	
}

.sidebar {
	float: left;
	width: 180px;
	margin-left: 20px;
}

.sidenote {
	width: 135px;
	position: absolute;
	border-left: 2px solid #3176c4;
	padding: 0 30px 0 15px;
	right: 0;
	
}

.alert {
	background: #3176c4;
	padding: 5px;
	margin-top: 2em;
}

.alert a:link, .alert a:hover {
	color: white;
	text-decoration: underline;
}

div {
	border: 0px solid red;
}

#work #wrapper {
	background-image: url(/img/epw3-work.png);
}

#work #content {
	height: auto;
}


.workdetail {
	float: left;
	width: 100%;
	border-top: 1px dotted #555555;
	padding: 1em 0 2em 0;
}

.workdetail img {
	float: right;
	width: 100%;
}

.worktext {
	float: right;
	width: 30%;
}

.workblurb p {
	height: 134px;
	padding-right: 3px;
	overflow: auto;
}

.projectinfo {
	float: left;
	width: 30%
}

.clientlist ul {
	background: url(/img/epw3-clients.png) no-repeat;
	margin: 0;
	line-height: 0.8em;
	width: 15%;
	float: left;
	height: 300px;
	overflow: auto;
}

.disappearme {
    display: none;
}


/* makes boxes behave properly */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* triggers hasLayout in IE */
.clearfix {
	display: inline-block;
}

/* Hide from IE Mac \*/
.clearfix {
	display: block;
}
/* End hide from IE Mac */
* html .clearfix {
	height:1px;
}

