/* Portfolio Stylesheet for www.tonyleodesign.com - built by Tony! Leo */

/* Reset */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

/* General Globals and Nearly-Globals */
html {
	overflow-x: hidden; }
body { 
	color: #333; 
	font: 12px/18px Verdana, Helvetica, Arial, sans-serif;
	overflow-y: auto;
	overflow-x: hidden; }
h1 { 
	font-size: 1.667em; }
h2 { 
	font-size: 1.5em; 
	color:#a2cd3a; 
	font-weight:bold;}
h3 {
	font-size: 1.333em; }
a { 
	color: #333; }
a:hover { 
	text-decoration: none; }
.clearing { 
	clear: both; }
.last { 
	margin-bottom: 0; }
.screenReader { 
	left: -9999px; 
	position: absolute; 
	top: -9999px; }

/* Basic Layout */
#wrap { 
	margin: 5px auto; 
	width:790px;
	position: relative; }
#header { 
	height: 270px;
	width: 790px; }
#header150 {
	height: 150px;
	width: 790px; }
#hi {
	position:absolute;
	top: 120px;
	right: 658px;
	background-color: #a2cd3a;
	height: 45px;
	width: 800%;
	text-align: right; }
#topnav {
	position: absolute;
	top:20px;
	left:350px;
	background-color: #a2cd3a;
	width: 800%; }
#topnav li {
	list-style: none;
	float: left;
	font-size:20px;
	padding:5px 10px;
	margin: 5px 0;
	border-right: 1px solid #333; }
#topnav li.last {
	border-right: none; }
#topnav li a {
	display:block;
	color: #fff;
	line-height: 1em; }
#topnav .subnav {
	font-size: 12px;
	color: #333;
	font-weight: normal; }
#topnav li ul {
	display: none; }
#topnav li:hover ul, #topnav li.hover ul {
	position: absolute;
	display: inline;
	left: 0;
	top: 100%;
	margin-top: -5px;
	width: 100%;
	padding: 0; }
#topnav li ul li { 
	padding: 5px 10px;
	font-size:16px;
	border-right: none; }
#topnav li ul a { 
	color: #333;
	text-decoration: none; }
#topnav li ul a:hover, #topnav li ul a.hover {
	color: #a2cd3a; }
#topnav li ul li.current{ 
	text-decoration: none; 
	background-color: #a2cd3a; }
#topnav li ul li.current a {
	color: #fff; }
ul#portfolio { 
	list-style: none; 
	margin: 30px 0 0 60px; }
ul#portfolio li { 
	border: 1px solid #dedede; 
	float: left; 
	margin: 0 10px 10px 0; 
	padding: 5px;
	width: 202px;
}
ul#portfolio a { display: block; width: 100%; }
ul#portfolio a:hover { text-decoration: none; }
ul#portfolio img { border: 1px solid #dedede; display: block; padding-bottom: 0; }

span .btn {float:right; display:inline;}
#contact {
	margin-left: 60px; }
#contact label {
	margin-bottom: 5px;
	float:left;
	text-align:right;
	font-weight:bold;
	clear:left;
	width:150px; }
#contact input, #contact textarea, #contact select {
	float: left; 
	margin-left: 5px; }
#contact input#submit {
	margin-left: 150px; }

/* Questionnaire Styles */
#questionnaire fieldset {
	border-color: #dcdcdc;
	margin-bottom: 10px;
	padding: 10px; }
#questionnaire legend {
	font-size: 16px;
	color: #a2cd3a;
	font-weight:bold;
	margin-left: 30px; }
#questionnaire label {
	float: left;
	text-align:right;
	font-weight:bold;
	clear:both;
	width: 190px; }
#questionnaire input[type="text"], #questionnaire textarea, #questionnare select, #questionnaire .boxes {
	float:left;
	margin-left: 5px;
	margin-bottom: 5px; }
a.awesome {
	font-family: MyriadPro-Semibold;
	font-size: 16px;
	display: inline-block;
	padding: 5px 10px 4px;
	margin: 0 10px 0 0;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	background-color:#a2cd3a;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(161,205,58)), color-stop(1, rgb(89,117,19)));
	background-image: -moz-linear-gradient(center top, rgb(161,205,58) 0%, rgb(89,117,19) 100%);
	position: relative;
	cursor: pointer; }
a.awesome:hover {
	background-color: #555;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(85,85,85)), color-stop(1, rgb(119,119,119)));
	background-image: -moz-linear-gradient(center top, rgb(85,85,85) 0%, rgb(119,119,119) 100%);
	border-bottom: none; }