/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */
html,body {margin:0;padding:0}

.readmore {
	float: left;
	position: relative;
	top: -10px;
    display: block;
    width: 89px;
    height: 31px;
    background: url("http://nickmorrisdesigns.com/images/readmore.jpg") no-repeat 0 0;
	margin: 0 5px 0 0;
}

.readmore:hover
{ 
    background-position: 0 -31px;
}

.readmore span
{
    display: none;
}


/*Navigation*/


#navwrapper {
	position: absolute;
	margin: 0;
	top: 0;
	left: 480px;
	width: 525px;
	height: 50px;
	text-align: left;
	color: white;
	font-size: 16px;
}


.navMenu{
	text-align: left;
	margin: 0;
	padding: 0;
	float: left;
	font: 16px Arial, Verdana, Helvetica, sans-serif;
	width: 525px;
	border: none;
	height: 49px;
	text-transform: uppercase;
}

.navMenu li{
	height: 10px;
	text-align: center;
	display: inline;
	border: none;
	height: 35px;
}



.navMenu li a{
	height: 17px;
	width: 100px;
	float: left;
	color: #c5c5c5;
	padding: 5px 0 7px 0;
	text-decoration: none;
	text-align: center;
	margin: 0 2px 0 0;
}



.navMenu li a:hover {
	float: left;
	width: 100px;
	height: 15px;
	text-align: center;
	margin: 0 2px 0 0;
	float: left;
	text-decoration: none;
	background-color: #111111;
	color: white;
	background: url("http://nickmorrisdesigns.com/wp-content/themes/default/images/buttonbg.jpg") repeat-x;
}

.navMenu li .current {
	float: left;
	width: 100px;
	height: 15px;
	text-align: center;
	margin: 0 2px 0 0;
	float: left;
	text-decoration: none;
	background-color: #111111;
	color: white;
	background: url("http://nickmorrisdesigns.com/wp-content/themes/default/images/buttonbg.jpg") repeat-x;
}


.navMenu li .current:hover {
	height: 15px;
	background-color: #111111;
	color: white;
}


.viewsite {
	float: left;
	position: relative;
	top: -10px;
    display: block;
    width: 89px;
    height: 31px;
    background: url("http://nickmorrisdesigns.com/images/visitsite.jpg") no-repeat 0 0;
	margin-bottom: 3px;
}

.viewsite:hover
{ 
    background-position: 0 -31px;
}

.viewsite span
{
    display: none;
}



.push {
	clear: both;
	height: 211px; /* .push must be the same height as .footer */
}


.portfolioBlock2 {
	float: left;
	display:block;
	height: 20px;
	width: 381px;
	margin: 0 10px 0 20px;
	color: #c6c6c6;
}


.portfolioBlock {
	position: relative;
	float: left;
	display:block;
	height: 500px;
	width: 381px;
	margin: 0 10px 0 20px;
	color: #c6c6c6;
	background: url(http://nickmorrisdesigns.com/images/portfolioblockTop.jpg) #151515 no-repeat;
	padding: 0;

}

.portfolioBlock h3 {
	margin: 14px 0 0 3px;
	padding: 10px;
}

.portfolioBlock a {
	color: white;
	font-weight: bold;
}

img.portfolioImg {
	border: 3px solid #131313;
	margin: 0 0 0 4px;
}

.portfolioBlock p{
	padding: 10px;
	font-size: 12px;

}

.pbDate {
	position: relative;
	top: -40px;
	left: 316px;
	font-size: 16px;
}

.pBBottom {
	background: url(http://nickmorrisdesigns.com/images/portfolioblockBottom.jpg);
	width: 381px;
	height: 24px;
	position: relative;
	top: -3px;
}

p {
	line-height: 25px;
}

