/* 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: #ff0033;
					text-colors: #fff;
					dark color: #333333;
					link color: #ff0033;
 END colors*/

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

 
 

 


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

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

/*Nav*/

#nav {
 
 
	height: 70px;
}

#nav ul {
	height: 70px;
	width:300px;
	 margin: 0 auto;	
}

#nav ul li{ 
	display: block;
	float: left;
 
	width: 70px;
	height:70px;
	padding :1px;
	 background-image:url(/Themes/Public/img/msg2.png);
	  background-repeat:no-repeat;
	 text-align:center;
}
#nav ul li:hover

{ background-image:url(/Themes/Public/img/msg2h.png);
    background-repeat:no-repeat;
    
}
#nav ul li.in
{
    
    background-position:left;
    background-repeat:no-repeat;
   
}
#nav ul li.trash
{
   
    background-position:left;
    background-repeat:no-repeat;
   
}
#nav ul li.send
{
    
    background-position:left;
    background-repeat:no-repeat;
   
}
#nav ul li div
{padding-top:8px;
    
    }
#nav ul li div a {
		color: Black;
	 
	 
	text-decoration: none;	
}
#nav ul li div  a:hover {color: Gray;}
#nav a:visited, #nav a:active {
		color: Black;
}

#nav a:hover {
	color: Black;
}

/*Content*/

#content {
 
	min-height:250px;
	padding:20px 10px 0px 10px;
}

.contentBoxTop {
	position: relative;
	width: 950px;
	height: 67px;
	 
}

.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: 950px;
	 
}

.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(/Themes/Public/img/images/contentBoxBottom.png) no-repeat;
	width: 424px;
	height: 61px; 
} 

.downloadLink a:hover {
	display: block;
	background: url(/Themes/Public/img/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(/Themes/Public/img/images/twitter.png) no-repeat;
	height: 61px;
	width: 424px;
}

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

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

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

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

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

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

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

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

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

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

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

#workMiddle {
	background: url(/Themes/Public/img/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(/Themes/Public/img/images/workLine.png) no-repeat;
	width: 408px;
	height: 1px;
	margin: 10px 0;
	padding: 0;	
}

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

/*contact page*/


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

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

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

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

form {
	 
	margin: 0 auto;
	padding: 0px;
}

 
 
 
  

/*Footer*/
#footer {
	background-color:#97715C;
	width: 950px;
	height: 22px;

}

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

.hide {
	display: none;

}
