@import url('global.css');

/* Footer */
	footer { padding-top:18px; }
	footer ul span { left:100%; }
	footer ul { padding: 6px 0 6px 10px; border-left:1px solid #444; }

/* Content */
	div#content { width:470px; }

/* Changes */
	p#intro { margin-top:25px;margin-bottom:25px; width:430px; }

/* Give your word. */
	body.contact form { margin-top:40px; border:0; padding:0; }
	body.contact form fieldset { border:0; padding:0; }
		body.contact form ul li { margin-bottom:10px; }
		body.contact form ul li label { display: block; font-size: 15px; margin-bottom: 7px; color: #a4a4a4; }
		body.contact form input { border:1px solid #111; width:300px; padding:7px; margin-bottom:10px; font-family:arial; font-size:15px; color:#898989; background:#fff;
			-webkit-box-shadow:inset 1px 1px 2px #333; /* Saf3.0+, Chrome */
			   -moz-box-shadow:inset 1px 1px 2px #333; /* FF3.5+ */
			        box-shadow:inset 1px 1px 2px #333; /* Opera 10.5, IE 9.0 */
			    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2px, OffY=2px, Color='#333'); /* IE6,IE7 */
			-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=2px, OffY=2px, Color='#333')"; /* IE8 */ 
		}
		body.contact form textarea { border:1px solid #111; width: 410px; height: 150px; padding: 10px; font-family: arial; font-size: 15px; color: #898989; background: #fff; }
		body.contact form button { margin:30px 0 10px; background-color:#444; color:#fff; padding:6px 20px; border:0; font-size:12px; font-family:Helvetica, Arial;
			-webkit-border-radius:80px;
			-moz-border-radius:80px;
			border-radius:80px;
		}
		body.contact form button:hover { background-color:#666; color:#fff; cursor:pointer; }
		body.contact form input:focus,
		body.contact form textarea:focus { background:#fff; color:#000; }
	
/* Contact Me FAQ */
	body.contact div#faq { float:right; width:425px; border-left:1px solid rgba(255,255,255,0.1); border-bottom:1px solid rgba(255,255,255,0.1); margin-top:10px; }
	body.contact div#faq h2 { margin-bottom:17px; background-color:#373737; display:block; padding-left:7px; }
	body.contact div#faq div#leftcol { float:left; width:175px; padding:0 0 0 35px; }
	body.contact div#faq div#rightcol { float:left; width:175px; padding:0 0 0 35px; }

	body.contact div#faq p { font-size:14px; color:#b9b9b9; margin-bottom:28px; line-height:140%; }
	body.contact div#faq p strong { color:#fff; font-size:15px; display:block; margin-bottom:8px; }
	body.contact div#faq p b { color:#fff; font-weight:normal; }

