.info {
	height: 100%;
}
body {
	background-image: url(../images/headerslice.jpg);
	background-repeat: repeat-x;
	height: 100%;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */

}
/**********************Header*********************************/
#header {
	background-image: url(../images/header.jpg);
	height: 30px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center;
	
}
h1 {
	text-indent: -9999px;
}
/**********************Navigation*********************************/
#nav_wrapper {
	margin-right: auto;
	margin-left: auto;
	height: 60px;
}
#nav_wrapper a {
	margin: 0px;
	padding: 0px;	
}

#nav_wrapper h2 {
	color: ff9900;
	font-size: 24px;
	float: left;
	padding-top: 11px;
	margin: 0px;
}
#nav_wrapper h4 {
	margin: 0px;
	padding: 0px;	
}
#nav {
	margin-left: 559px;
	
}

#nav li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	height: 39px;
	padding-top: 15px;
	padding-right: 25px;
	padding-left: 25px;
	-webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
	opacity: 0.5;
}
#nav a:hover,
#nav a:active {
	color:#FFF;
	background-image: url(../images/current.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	opacity: 1.0;
}												
#nav #currentpage a{
	color:#F90;
	background-image: url(../images/current.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	opacity: 1.0;
}	
	
h4 .cufon {
	font-size: 40px;
	clear: right;
	float: left;
	color: #FFF;
	padding-left: 8px;
	
}

#content {
	overflow:auto;
	padding-bottom: 100px;
	margin-bottom: 40px;
}


/**********************Tagline*********************************/
#tagline {
	width: 960px;
	height: 220px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-style: groove;
	border-bottom-width: thin;
	margin-bottom: 10px;
	margin-top: 10px;
}
#tagline  h2{
	font-size: 42px;
	color: #F90;
	line-height: 50px;
	width: 520px;
	float: left;
	height: 150px;
	padding-top: 20px;
}
#bracket {
	width: 80px;
	float: left;
	clear: right;
	height: 200px;
	font-size: 200px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 170px;
	color: #CCC;
}
#imagehome {
	clear: right;
	float: left;
	height: 220px;
	width: 400px;
	background-image: url(../images/megaphone.png);
	background-repeat: no-repeat;
	background-position: top;
}
.title {
	height: 40px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.title h3 {
	float: left;
	clear: right;
}
.title h5 {
	float: left;
	clear: right;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	letter-spacing:0.1em;
}

/**********************Home CSS*********************************/
#subcontent {
	height: 100%;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.card_cufon {
	font-size: 24px;
	color: #F90;
	margin-bottom: 20px;
}
.cardtext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	height: 145px;
	float: left;
	font-size: 14px;
	line-height: 22px;
	clear: right;
	padding-top: 20px;
	display: block;
}
.cardtext a {
	color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.cardtext a:hover .orange{
	text-decoration: underline;
}

.orange {
	color: #F90;
	float: left;
	font-size: 14px;
	margin-top: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
}
.cards {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
	-webkit-transition-duration: .3s;
	height: 165px;
	float: left;
	width: 286px;
	margin-left: 10px;
	margin-bottom: 20px;
	margin-right: 31px;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	clear: right;
	display: block;
}
.cards img {
	clear: right;
	float: left;
	height: 128px;
	width: 128px;
	margin-top: 14px;
}
.cards:hover {
	-webkit-box-shadow: 0px 0px 18px rgba(52,56,59,0.9);
	-moz-box-shadow: 0px 0px 18px rgba(52,56,59,0.9);
	box-shadow: 0px 0px 18px rgba(52,56,59,0.9);
}

.card3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
	-webkit-transition-duration: .3s;
	height: 165px;
	float: left;
	width: 286px;
	clear: right;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
}
.card3 img {
	clear: right;
	float: left;
	margin-top: 20px;
}
.card3:hover {
	-webkit-box-shadow: 0px 0px 18px rgba(52,56,59,0.9);
	-moz-box-shadow: 0px 0px 18px rgba(52,56,59,0.9);
	box-shadow: 0px 0px 18px rgba(52,56,59,0.9);
}

/**********************Work CSS*********************************/
#imagework {
	clear: right;
	float: left;
	height: 230px;
	width: 400px;
	background-image: url(../images/iMac.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.portfolio_img {
	box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
	-webkit-transition-duration: .3s;
	width: 590px;
	margin-top: 12px;
	margin-left: 12px;
	margin-bottom: 40px;
	clear: both;
	float: left;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.portfolio_img:hover {
	-webkit-box-shadow: 0px 0px 18px rgba(52,56,59,0.9);
	-moz-box-shadow: 0px 0px 18px rgba(52,56,59,0.9);
	box-shadow: 0px 0px 18px rgba(52,56,59,0.9);

	
}
.details {
	float: left;
	width: 276px;
	margin-left: 30px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 16px;
}
.details dt {
	padding: 20px 0 2px 0;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #999;
}
.details dd {
	font-size: 18px;
	line-height: 21px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
}
.details dd strong { 
	font-size: 22px; 
	font-weight: normal; 
}
.details p { 
	margin-top: 20px;
}
.details a {
	text-decoration: none;
	color: #F90;
}
.details a:hover { 
	text-decoration: underline; 
}



/**********************About CSS*********************************/
#about_img {
	clear: right;
	float: left;
	height: 230px;
	width: 400px;
	background-image: url(../images/mypic.png);
}
#main_about {
	-moz-box-shadow: 0 0 .4em #999;
	-webkit-box-shadow: 0 0 .4em #999;
	box-shadow: 0 0 .4em #999;
	width: 590px;
	margin-left: 3px;
	margin-bottom: 40px;
	clear: both;
	float: left;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin-top: 8px;
}

/**********************Contact CSS*********************************/
#imagecontact {
	clear: right;
	float: left;
	height: 230px;
	width: 400px;
	background-image: url(../images/coffee.png);
	background-repeat: no-repeat;
}
#cform_wrapper {
	-moz-box-shadow: 0 0 .4em #999;
	-webkit-box-shadow: 0 0 .4em #999;
	box-shadow: 0 0 .4em #999;
	width: 600px;
	margin-left: 3px;
	margin-bottom: 10px;
	clear: both;
	float: left;
	padding-top: 20px;
	padding-bottom: 40px;
	margin-top: 8px;
}
#cform {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}

label{
	float: left;
	clear: both;
	margin-top: 8px;
	margin-bottom: 4px;
}
input, textarea {
	border: solid 1px #E5E5E5;
	outline: 0;
	width: 484px;
	background-color: #FFFFFF;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 4px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 4px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 4px;
	float: left;
	clear: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 100%;
	font-weight: normal;
	font-variant: normal;
	padding: 8px;
	margin-bottom: 12px;
	}

textarea {
	width: 500px;
	max-width: 500px;
	max-height: 100px;
	height: 300px;
	line-height: 150%;
	float: left;
	clear: left;
	padding: 8px;
	margin-bottom: 20px;
	}
form img {
	clear: left;
	float: left;
}

input:hover, textarea:hover,
input:focus, textarea:focus { 
	border-color: #C9C9C9; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	}

.form label { 
	margin: 0 10px; 
	color: #999; 
	width: 200px;
	}

#button {
	text-align: center;
	width: 70px;
	margin-top: 10px;
	padding: 5px 15px;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 95%, from(rgb(255, 255, 255)), to(rgb(232, 232, 232)));
	font-size: 14px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	clear: both;
	color: #666;
	}
	
#button:hover {
	color:#f90;
	}
.info {
	float: left;
	width: 316px;
	clear: right;
	margin-left: 40px;
	margin-top: 8px;
}
.info p{
	color: #666;
	float: left;
	padding-left: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 24px;
	clear: left;
	padding-top: 0px;
}
.info a{
	color: #f90;
}
.info h6 {
	clear: left;
	float: left;
	padding-bottom: 6px;
}
.info ul {
	clear: left;
	float: left;
	margin-top: 6px;
}
.info ul li {
	display: block;
	float: left;
	margin-right: 7px;
}
.info a:hover{
	text-decoration: underline;
}

/**********************Footer*********************************/
#footer_container {
	height: 100px;
	background-image: url(../images/footerslice.jpg);
	background-repeat: repeat;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	float: left;
}
#footer {
	height: 100px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footer.jpg);
	
}
#footer p{
	color:#FFF;
	float: right;
	padding-top: 30px;
	font-size: 11px;
}
.push {
	height: 100px; /* .push must be the same height as .footer */
}
/**********************Resume CSS*********************************/

