/* For help in navigating this file or adding your own styles. You can contact me directly at
					support@iwdstudios.com
*/

/*Colors defined in the site

navigation color on hover: #3BB9FF;
					text-colors: #fff;
					dark color: #333333;
					link color: #3BB9FF;
 END colors*/

/* A few global styles */
ul.pointer {
	list-style-image: url(../images/ul.png);
	padding-left: 40px;
}

a:link {
	color: white;
}

a:visited {
	color: white;
}

a:hover {
	color: #3BB9FF;
}

a:active {
	color: #3BB9FF;
}


 /* header and wrapper styles*/
#wrapper {
	width: 480px;
	margin: 0 auto;	
	position: relative;
}

#header {
	background: url(../images/headerBack.png) no-repeat;
	width: 480px; 
	height: 235px;
}
 
#header_id {
	position: relative;
	width: 218px;
	height: 65px;
	top: 85px;
	left: 131px;
}

/*Nav*/

#nav {
	background: url(../images/nav.png) no-repeat;
	width: 480px;
	height: 52px;
}

#nav ul {
	height: 52px;
	width: 480px;
	padding-left: 50px;
}

#nav ul li{ 
	display: block;
	float: left;
	margin-top: 16px;
	width: 120px;
	text-align: center;
}

#nav ul li a {
	display: block;
	color: white;
	text-decoration: none;	
}

#nav a:visited, #nav a:active {
	color: white;
}

#nav a:hover {
	color: #3BB9FF;
}

/*Content*/

#content {
	background: url(../images/mainBackground.png) repeat-y;
	width: 454px;
	padding:20px 0 0 26px;
}

.contentBoxTop {
	position: relative;
	width: 424px;
	height: 67px;
	background: url(../images/contentBoxTop.png) no-repeat;
}

.contentBoxTop p {
	color: #333333;
	margin: 5px 20px;
	padding: 0;
}

.contentBoxTop p, .contentBoxTop h2 {
	position: relative;
	width: 200px;
	top: 10px;
	padding: 0;
}

.contentBoxTop #aboutIcon {
	position: absolute;
	top: 10px;
	right: 15px;
}

#intro {
	float: left;
}

#headshot {
	float: left;
}

.contentBoxMiddle {
	width: 424px;
	background: url(../images/contentBoxMiddle.png) repeat-y;
}

.contentBoxMiddle p {
	padding: 10px 20px;
	color: white;
	line-height: 1.3em;
	font-weight:normal;
	width: 93%;
}

.contentBoxMiddle ul {
	margin-left: 20px;
}

.contentBoxMiddle li {
	line-height: 1.3em;
}

.downloadLink a {
	display: block;
	background: url(../images/contentBoxBottom.png) no-repeat;
	width: 424px;
	height: 61px; 
} 

.downloadLink a:hover {
	display: block;
	background: url(../images/contentBoxBottom_hover.png) no-repeat;
	width: 424px;
	height: 61px;
}

/*social page*/ 

#socialpage li a {
	position: relative;
	top: 13px;
	left: 20px; 
	text-decoration: none;
	color: #333333;
	line-height: 1em;
}

#socialpage ul li#twitter {
	background: url(../images/twitter.png) no-repeat;
	height: 61px;
	width: 424px;
}

#socialpage ul li#twitter:hover {
	background: url(../images/twitter_hover.png) no-repeat;
	height: 61px;
	width: 424px;
}

#socialpage ul li#facebook {
	background: url(../images/facebook.png) no-repeat;
	width: 424px;
	height: 60px;
}

#socialpage ul li#facebook:hover {
	background: url(../images/facebook_hover.png) no-repeat;
	width: 424px;
	height: 60px;
}

#socialpage ul li#flickr {
	background: url(../images/flickr.png) no-repeat;
	width: 424px;
	height: 60px; 
}

#socialpage ul li#flickr:hover {
	background: url(../images/flickr_hover.png) no-repeat;
	width: 424px;
	height: 60px;
}

#socialpage ul li#delicious {
	background: url(../images/delicious.png) no-repeat;
	width: 424px;
	height: 60px;
}

#socialpage ul li#delicious:hover {
	background: url(../images/delicious_hover.png) no-repeat;
	width: 424px;
	height: 60px;
}

#socialpage ul li#linkedin {
	background: url(../images/linkedin.png) no-repeat;
	width: 424px;
	height: 62px;	
}

#socialpage ul li#linkedin:hover {
	background: url(../images/linkedin_hover.png) no-repeat;
	width: 424px;
	height: 62px;
}

#socialpage ul li#google {
	background: url(../images/google.png) no-repeat;
	width: 424px;
	height: 62px;

}

#socialpage ul li#google:hover {
	background: url(../images/google_hover.png) no-repeat;
	width: 424px;
	height: 62px;
}

#socialpage li span {
	color: #fff;
	font-size: 1.4em;
}

/*work page*/
#workTop {
	background: url(../images/workTop.png);
	width: 424px;
	height: 7px;
}

#workMiddle {
	background: url(../images/contentBoxMiddle.png) repeat-y;
	width: 424px;
}

#workMiddle select {
	margin: 20px 0;
	background: #333333;
	color: #fff;
}

#workMiddle .thechoices {
	width: 200px;
	border: none;
	margin-left: 112px;
}

#workMiddle ul {
	width: 408px;
	margin: 0 auto;
}

#workMiddle li {
	list-style: none;
}

.boxes li.border{
	background: url(../images/workLine.png) no-repeat;
	width: 408px;
	height: 1px;
	margin: 10px 0;
	padding: 0;	
}

#workBottom {
	background: url(../images/workBottom.png) no-repeat;
	width: 424px;
	height: 7px;
}

/*contact page*/


#contactTop a {
	display: block;
	width: 424px;
	height: 60px;
	background:url(../images/contactTop.png) no-repeat;
}

#contactTop a:hover {
	width: 424px;
	height: 60px;
	background:url(../images/contact_send.png) no-repeat;
}

#contactMiddle {
	width: 424px;
	background: url(../images/contentBoxMiddle.png) repeat-y;
}

#contactBottom {
	background: url(../images/workBottom.png) no-repeat;
	width: 424px;
	height: 7px;
}

form {
	width: 250px;
	margin: 0 auto;
	padding: 10px;
}

form .text {
	padding: 5px 0;
}
 
form input {
	background: url(../images/input.png) no-repeat;
	width: 206px;
	height: 30px;
	border: none;
	margin: 5px 0;
	color: #fff;
	padding: 5px 10px;
}

form textarea {
	width: 214px;
	height: 99px;
	background: url(../images/comments.png) no-repeat;
	border: none;
	margin-top: 5px;
	color: #fff;
	padding: 5px 10px;
}

form #send {
	background: url(../images/send.png) no-repeat;
	width: 90px;
	height: 26px;
	border: none;
	margin-top: 5px;
	cursor: pointer;
}

form #send:hover {
	background: url(../images/send_hover.png) no-repeat;
	width: 90px;
	height: 26px;
	border: none;
	margin-top: 5px;
	cursor: pointer;
}

form #reset {
	background: url(../images/reset.png) no-repeat; 
	width: 90px;
	height: 26px; 
	border: none;
	margin-top: 5px;
	cursor: pointer;
}

form #reset:hover {
	background: url(../images/reset_hover.png) no-repeat; 
	width: 90px;
	height: 26px; 
	border: none;
	margin-top: 5px;
	cursor: pointer;
}

/*Footer*/
#footer {
	background: url(../images/footer.png) no-repeat;
	width: 480px;
	height: 22px;

}

#copywrite {
	margin-top: 20px;
	color: #ccc;
	text-align: center;
	width: 480px;
	height: 45px;
}

.hide {
	display: none;

}
