/*
Description: Main Screen CSS for joshgerdes.com
Author: Josh Gerdes
Author URI: http://joshgerdes.com
*/

/* Layout */
body {text-align:center;border-top:solid 6px #666; background: #EEE url('../img/jg-bg.png') repeat scroll 0 0;}
#container {margin:0 auto; padding:0; width:960px; text-align:left;}
#header {margin: 50px 0 50px 0;}
#about {margin: 0 0 30px 0;}
h2 {margin: 0 0 6px 0;}
cite {width: 100%; display: inline-block; text-align:right;}
#portfolio p {margin: 10px 0 10px 0;}
#portfolio ul li {margin: 0 30px 30px 0; display:block; float:left; list-style:none; width:290px; height: 390px; }
#portfolio img {width:280px; height:168px; margin: 0 0 10px 0;}
#contact-form-box {background:#666; border-bottom:solid 6px #666;}
#contact-link {display: inline-block; width:60px; height:22px; background: #666; line-height:18px; text-align:center;}
#contact {width:320px; z-index:999; position:absolute; top: 0; left: 50%; margin-left: 160px; text-align:right;}
#contact ul li {margin: 0 0 10px 10px; display:block; float:left; list-style:none;}
#contact form {display:none; width:280px; padding: 20px; text-align:left; background: #666;}
#contact legend {padding: 0 0 10px 0;}
#contact label {margin: 0 0 4px 0; display: inline-block; width:60px;}
#contact input[type=text] {width:195px; height:20px; margin: 0 0 4px 0; padding: 1px; border:solid 1px #FFF;}
#contact textarea {width:260px; height:100px; margin: 0 0 4px 0; padding: 1px; border:solid 1px #FFF;}
#contact input[type=text]:focus,  #contact textarea:focus {border:solid 1px #FF9933; }
#contact-result {display:none;}
.error {text-align:right; width: 100%;}
#footer {height: 40px; background:#666; border-top:solid 4px #AAA;}
#footer ul {margin:0 auto; padding:6px 0 0 0; width:960px; text-align:left;}
#footer ul li {width:320px; display:block; float:left; list-style:none;}
.right {text-align: right;}

.contact-box-shadow, #contact-link {
	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2); 
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 3px 5px; 
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 2px 3px 5px;
	-khtml-box-shadow: rgba(0, 0, 0, 0.2) 2px 3px 5px;
}

#portfolio img {
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2); 
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 4px 4px 5px; 
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 4px 4px 5px;
	-khtml-box-shadow: rgba(0, 0, 0, 0.2) 4px 4px 5px;
}

#contact-link {
	border-radius: 0px 0px 10px 10px; 
	-webkit-border-radius: 0px 0px 10px 10px; 
	-moz-border-radius: 0px 0px 10px 10px; 
	-khtml-border-radius: 0px 0px 10px 10px;
}

#portfolio img {
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
	-khtml-border-radius: 10px;
}

/* Typography */
body {font-family: arial, helvetica, sans-serif; font-weight:normal; color:#666; text-shadow: rgba(0,0,0,0.01) 0px 0px 1px;}
h1 {font-size: 2.1em; font-weight: bold; text-transform: uppercase; letter-spacing: 2px;}
h2 {font-size: 2em; font-weight: bold; text-transform: uppercase; letter-spacing: 2px;}
h3 {font-size: 0.9em; font-weight: bold; text-transform: uppercase; letter-spacing: 2px;}
a {text-decoration: none; letter-spacing:0px;}
cite {font-size: 0.7em; font-weight: normal; text-transform: uppercase; letter-spacing: 1px;}
#contact {color:#EEE; font-size: 0.6em; text-transform: uppercase; letter-spacing: 1px;}
#contact-link a {color:#EEE;  font-weight: bold; text-shadow: #444 1px 1px 1px;}
#contact legend {font-weight: bold;}
#contact-result {color:#FF9933;}
#about p {text-align:justify;}
#portfolio p {font-size: 0.8em; text-align:justify;}
#portfolio a {color: #AAA;}
#portfolio a:hover {color: #555;}
#portfolio h3 a {font-size: 0.8em;}
#portfolio h3 a:hover {color:#FF9933; text-decoration: none;}
#footer {color:#EEE; font-size: 0.7em; text-transform: uppercase; letter-spacing: 1px; text-shadow: #444 1px 1px 1px;}
#footer a {color:#EEE; text-transform: uppercase; letter-spacing: 1px; text-shadow: #444 1px 1px 1px;}
#footer a:hover {color:#FFF; text-decoration: none; text-shadow: none;}
.error {color:#FF9933; font-size: 0.9em;}

/* Fancy Button */
a.button {
	border-radius: 18px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-khtml-border-radius: 18px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 3px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 3px;
	-khtml-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 3px;
	text-shadow: rgba(0,0,0,0.25) 0px -1px 1px;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	padding: 4px 8px 4px 8px;
	font-size: 0.9em;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration:none;
	color: #555; 
	background:#EEE url(../img/button-overlay.png) repeat-x scroll 0 0;
}
a.button:hover {color:#444; background:#EEE url(../img/button-36px-blended.png) repeat-x scroll 0 0;}

/* Clearfix */
.clearfix:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
