/*
Name: Mikael C. Fritts
URL: http://mikaelfritts.com
Description: 
Version: 2.0
Author: Mikael C. Fritts
Author URL: http://mikaelfritts.com
*/

body, div, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px; padding: 0px; border: 0px; font-family: Tahoma, Geneva, sans-serif;
}
h1, h2, h3, h4 {
	margin: 0px; padding: 0px; border: 0px; color: #073500; font-family: Tahoma, Geneva, sans-serif;
}

body {
font-family: Helvetica, Arial, sans-serif; /* Set the global font */ 	
background:  #d6ba8a url(http://www.mikaelfritts.com/dev/images/body-bg.jpg) center top repeat-y;
background-repeat: no-repeat; /* Add the repeating texture file */
}

.confirmation-field { 
display: none; 
}

#page-wrap {
		background-color: #FFF;
}

/* Lay out the page structure with a container */
#container {
	width: 900px; /* Width of the container minus the left padding below */
	margin: 0 auto; /* Aligns the container to the centre of the page */
	padding: 60px 0 0 40px; /* Add some top and left padding */
}

#header {
	margin: 0 0 40px 0;	/* Bottom margin on the header */
}

	#header h1 a {
		display: block; /* Anchors are inline by default, change it to block... */
		width: 860px; height: 105px; /*...Which then allows us to specify width and height (according to the image) */
		color: #073500; margin: 0 0 20px 0; /* the color can't actually be seen on the text, but it avoids a blue dotted border in Firefox */
		background: url(http://www.mikaelfritts.com/dev/images/name_logo.png); text-indent: -9999px;
		background-repeat:no-repeat;/* Add the background image as part of the CSS Image Replacement and shift the text out of the way */
	}
	
	#header h2 {
		width: 860px; height: 100px;
		background: url(http://www.mikaelfritts.com/dev/images/greetings.png); text-indent: -9999px;
	}

#portfolio {
	margin: 0 0 10px 0;
}
	
	#portfolio h2 {
		width: 192px; height: 57px; margin: 0 0 10px 0;
		background: url(../images/my-work.jpg); text-indent: -9999px;
	}
	
	#portfolio ul {
		list-style: none; /* Remove the bullet points from the list */
	}
		#portfolio ul li {
			float: left; /* Float the lists to the left, laying them out side by side */
			padding: 10px; margin: 0 23px 23px 0;
			background: url(../images/img-bg.png); /* Add the semi-transparent background, used along with padding to give the impression of a see-through border */
			/* Let's get crazy with some CSS3, only visible in Firefox, Safari & Chrome. Other browsers simply revert to square corners */
			border-radius: 10px; 
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
		}
		
#footer {
	margin: 0 0 40px 0;
}

	#footer h2 {
		width: 200px; height: 57px; margin: 0 0 10px 0;
		background: url(../images/say-hello.jpg); text-indent: -9999px;
	}
	
	#footer ul {
		list-style: none; margin: 0 0 60px 0;
	}
		#footer ul li {
			display: inline; /* IE6 fix to prevent the step down bug */
		}
			#footer ul li a {
				display: block; /* Make the anchors a block element, allowing the width and height to be specified and increasing the clickable area */
				float: left; /* Float them side by side */
				height: 40px; /* 40px is the height of the icon */
				margin: 0 89px 0 0; /* Space out the links with some right margin */
				padding: 10px 0 0 60px; /* Align the text to the icon with top padding and move it away from the icon with left padding */
				color: #827161; text-decoration: none; font-size: 30px; /* Style up the link text, remove the default underline */
				background-image: url(../images/contact-icons.jpg); /* Add the icon sprite */
				background-repeat: no-repeat; 
			}
			/* Reposition the sprite background image for each of the links according to their class name */
			#footer ul li a.email { background-position: 0 0; }
			#footer ul li a.twitter { background-position: 0 -50px; }
			#footer ul li a.facebook { background-position: 0 -100px; }
			#footer ul li a.digg { background-position: 0 -150px; margin: 0; }
			
			#footer ul li a:hover {
				color: #746150; /* Change the color of the link text on hover */
			}
	
	#footer p.copyright {
		clear: both; /* The links above were floated, so clear the float on the copyright text */
		float: right; margin: 0 40px 0 0; /* Add a new float to the right and shift into place with some right margin */
		font-size: 11px; color: #827161; /* Style up the text */
	}

/* A handy 'Clearfix' technique to clear floats in order to avoid affecting page elements further down the document */		
.clear:after {
	content: "";
	display: block; visibility: hidden; clear: both;
}
	.clear { zoom: 1; } /* Clearfix IE fix */
	
/* Twitter Settings*/
#twitter_div{
	float: left;
	margin-top:-50px;
	margin-left:50px;
	margin-bottom: 10px;
	width:860px;
}

#twitter_div ul{
	float: left;
	list-style: url(http://www.mikaelfritts.com/dev/images/tweet.png); 
	font-size: 12px;
}

#twitter_div li{
	margin:0;

}

/*PORTFOLIO SECTION*/

#myAnchor{
}

#portfolioSection {
	clear:both;
	padding-top:30px;
}


 ul.section {
	list-style-type:none;
	height:430px;
	background:url(images/portDiv.png) no-repeat;
	padding-top:50px;
	
}

ul.portDiv{
	background:none;
	list-style-type:none;
	height:430px;
}



.section li, .portDiv li{
	width:430px;
	float:left;
}

.section p, .portDiv p{
	text-indent:0; 
	width:430px;
	margin:10px 0 20px 0;
}	

.section img, .portDiv img{
	border:2px solid #888;
	margin-bottom:5px;
	margin-left:12px;
}

ul.section 	li.pic a, ul.portDiv li.pic a{
		float:right;

}

a:link, a:visited{
	color:#073500;
	font-size:1.1em;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	color: #073500;
	text-decoration:underline;
}

hr {
	border-top: 1px dotted  #060;
	border-bottom: 1px solid #060;
	border-left: none;
	border-right: none;
	height: 6px;
}
/*RESUME*/
#resume{
}
a.com-mikaelfritts-resumehtm,
a.com-mikaelfritts-resumexml {
    background-image: url('http://www.mikaelfritts.com/images/icons/htm.png');
}

a.com-mikaelfritts-resumetxt {
    background-image: url('http://www.mikaelfritts.com/images/icons/txt.png');
}

a.com-mikaelfritts-resumepdf {
    background-image: url('http://www.mikaelfritts.com/images/icons/pdf.png');
}

a.com-mikaelfritts-resumedoc {
    background-image: url('http://www.mikaelfritts.com/images/icons/doc.png');
}

ul.resume
{
list-style-type:none;
padding:0px;
margin:0px;
}
li.resume
{
background-image:url(arrow.gif);
background-repeat:no-repeat;
background-position:0px 5px; 
padding-left:6px; 
}

/* Navigation */
#nav{
}
ul.nav
{
list-style-type: disc;
text-align:center;
display: inline;
padding:0px;
margin:0px;
}
li.nav
{
display: inline;
background-image:url(arrow.gif);
background-repeat:no-repeat;
background-position:0px 5px; 
padding-left:6px; 
}




form#contactForm {
	clear:both;
	width:650px;
	float:right;
	list-style-type:none;
	margin:2px 0;
	padding-left:10px;
}

form#contactForm p {
	text-indent:0;
	display:none;

