
* { margin: 0; padding: 0; } /* Global Reset */

body { 
	font-family: arial, helvetica, sans-serif; font-size:12px; line-height: 18px; color: #000;
	color: #999;
	background: #000;
	text-align: center;
}

#flashcontent {
	width:100%;
	background: url("../img/pad-paper.jpg") top center repeat-y;
}

@media only screen and (orientation:landscape){
	width:1024px;
}

@media only screen and (orientation:portrait){
	width:768px;
}

.heading {
	font-size:18px;
	color:#f19401;
	padding-left:20px;
	margin-bottom:12px;
}

ul {
	margin-left:30px;
}

#logo {
	float:left;
	top: 12px;
	left: 24px;
	width: 250px;
	height: 53px;	
	margin: 20px 0 0 20px;
	padding: 0px;
}

#nav {
	float:right;
	clear:none;
	top: 20px;
	right: 20px;
	margin-top:15px;
	margin-right:25px;
	height:90px;
}

#nav a {
	
	display: block;
	width: 70px;
	height: 70px;
	margin: 0px 0px 0px 6px;
}

#nav a span {
	display: none;
}

#nav #about {
	background: url("../img/pad-about.png") no-repeat 0px 0px;
}

#nav #twitter {
	background: url("../img/pad-twitter.png") no-repeat 0px 0px;
}
#nav #email {
	background: url("../img/pad-email.png") no-repeat 0px 0px;
}



.work {
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	text-align: left;
	height: 180px;
	float: left;
	margin: 0px 0px 24px 24px;
	padding: 0px;
	border:solid 1px #333;
}

h2 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
}


.work a,
.work a:visited,
.work a:hover {
		border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	display: block;
	height: 165px;
	padding-top: 16px;
	padding-left:16px;
	padding-right:16px;
	margin-top: -20px;
	margin-left:-2px;
	z-index:1;
	font-size:0.72em;
	
}


.work a,
.work a:visited {
	opacity: 0.0;
	filter: alpha(opacity=0);
	color: #fff;
	background-color: #000;
}

.work a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	color: #ccc;
	background-color: #333;
	z-index:1;
	border: solid 1px #000;
}

.work a.site-link, .work a.site-link:hover, .work a.site-link:visited {
	clear:none;
	float:right;
	background:none;
	border-radius: 0px;
	border:none;
	height:10px;
	width:70px;
	margin-top:-12px;
	z-index:999;
	opacity: 1.0;
	filter: alpha(opacity=100);
	color:#666;
	font-size:0.74em;
}

img {
	border: solid 1px #000;
	margin: 0px;
	padding: 0px;
}

.work img {
	height: 180px;
	display: none;
}

a:link,
a:visited {
	color: #fff;
	text-decoration: none;
}

.clear {
	clear: both;
	margin-bottom:25px;
}
