body {
	background: #000 url('../i/dakota-bg2.jpg') no-repeat top center;
	background-attachment: fixed;
	font: normal 62.5% "Verdana", Helvetica, Arial, sans-serif;
	color: #fff;
}

p { font-size: 1.3em; line-height: 1.4em; }

h3 { font-size: 1.2em; margin: 0; padding: 0; }

a { border: none; color: #666; }
a:hover { color: #999; }
a img { border: none; }

.clear { clear: both; display: block; position: relative; }


/**** divs ****/

#container {
	margin: 0 auto;
	width: 1000px;
	position: relative;
}

#header {
	margin: 20px 10px 0 10px;
	padding: 0;
	border-bottom: 1px solid #525252;
	width: 980px;
	position: relative;
}

#header h1 a {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	position: relative;
	background: transparent url('../i/dakotafine_logo.png') no-repeat 0 0;
	width: 171px;
	height: 58px;
	text-indent: -9999px;
}

#pagination { 
	margin: 5px 10px 0 10px; padding: 0 0 5px 0;
	height: 10px;
	clear: both;
	border-bottom: 1px solid #525252;
}
#pagination ul { margin: 0; padding: 0; display: block; float: right; }
#pagination ul li { display: block; float: left; list-style: none; }
#pagination ul li.more-images a { 
	display: block;
	background: transparent url('../i/nav-moreimages.jpg') no-repeat 0 0;
	height: 9px;
	width: 35px;
	text-indent: -9009px;
	}
	#pagination ul li.more-images a:hover { background-position: 0 -9px; }

#content { width: 550px; margin: 30px auto; }

#secondary { 
	margin: 5px auto;
	float: left;
	clear: both;
	position: relative;
	}

#footer { 
	width: 980px;
	margin: 0 auto;
	clear: both;
	border-top: 1px solid #525252;
	}
	#footer p { margin: 0; padding: 7px 0; font-size: 1em; }
	
/**** navigation ****/

#nav { display: block; float: left; position: relative; }
#nav ul { margin-top: 35px; }
#nav ul li { margin-right: 30px; display: block; float: left; list-style: none; }
#nav ul li#home a { 
	display: block;
	background: transparent url('../i/nav-home.png') no-repeat 0 0;
	height: 15px;
	width: 44px;
	text-indent: -9009px;
	}
	#nav ul li#home a:hover { background-position: 0 -15px; }
#nav ul li#about a { 
	display: block;
	background: transparent url('../i/nav-about.png') no-repeat 0 0;
	height: 15px;
	width: 52px;
	text-indent: -9009px;
	}
	#nav ul li#about a:hover { background-position: 0 -15px; }
#nav ul li#blog a { 
	display: block;
	background: transparent url('../i/nav-blog.png') no-repeat 0 0;
	height: 15px;
	width: 40px;
	text-indent: -9009px;
	}
	#nav ul li#blog a:hover { background-position: 0 -15px; }
#nav ul li#contact a { 
	display: block;
	background: transparent url('../i/nav-contact.png') no-repeat 0 0;
	height: 15px;
	width: 70px;
	text-indent: -9009px;
	}
	#nav ul li#contact a:hover { background-position: 0 -15px; }
#nav ul li#links a { 
	display: block;
	background: transparent url('../i/nav-links.png') no-repeat 0 0;
	height: 15px;
	width: 46px;
	text-indent: -9009px;
	}
	#nav ul li#links a:hover { background-position: 0 -15px; }
#nav ul li#twitter a { 
	display: block;
	background: transparent url('../i/nav-twitter.png') no-repeat 0 0;
	height: 15px;
	width: 60px;
	text-indent: -9009px;
	}
	#nav ul li#twitter a:hover { background-position: 0 -14px; }
#nav ul li#facebook a { 
	display: block;
	background: transparent url('../i/nav-facebook.png') no-repeat 0 0;
	height: 15px;
	width: 73px;
	text-indent: -9009px;
	}
	#nav ul li#facebook a:hover { background-position: 0 -14px; }


/**** Masonry CSS ****/

.wrap {
  background: #FFF;
  border: 0px solid #456;
  padding: 10px;
	margin-bottom: 20px;
	border-radius: 5px;
	clear: both;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}

.box {
  margin: 5px;
  padding: 5px;
  float: left;
  position: relative;
  display: block;
}

.col1 { width: 80px; }
.col2 { width: 180px; }
.col3 { width: 280px; }
.col4 { width: 380px; }
.col5 { width: 480px; }

.col1 img { max-width: 80px; }
.col2 img { max-width: 180px; }
.col3 img { max-width: 280px; }
.col4 img { max-width: 380px; }
.col5 img { max-width: 480px; }