/* Copyright Prasad Khose - Print version */
/* Web Design, Cross browser valid W3C CSS/XHTML development */
/* CSS tips blogs @ www.cssidiots.com */

body{
	font-family:sans-serif, Arial, Helvetica;
}
a, a:visited, a:active{
	text-decoration:underline;
	border-bottom:0;
}
/*{------------------------------
Head styles
-------------------------------}*/
#head{
	display:none;
}
/*{------------------------------
Main Navigation styles
------------------------------}*/
#mainNav ul li a, #mainNav ul li a:visited, #mainNav ul li a:active{
	text-decoration:underline;
}
/*{-------------------------
Content styles
---------------------------}*/
#contentClip{
	margin:20px auto 0 auto;
}
#contentClip div.workContent h1 span, #contentClip div.blogsContent h1 span, #contentClip div.contactContent h1 span{
	text-indent:0;
	font-size:15px;
}
.workContent, .blogsContent, .contactContent{
	padding:0 0 10px 0;
	margin-left:0;
	float:left;
}
.blogsContent{
	margin:0 65px 0 40px;
}
.workContent div, .blogsContent div, .contactContent div{
	width:auto;
	padding:0 15px 15px 0;
}
.contactContent{
	margin-top:0;
}
.contactContent span{
	padding:0 25px 0 0;
}
.workContent > a, .blogsContent > a, .contactContent > a{
	margin-left:0;/*View all portfolio, blogs, contact links*/
}
/*{-------------------------
Footer styles
-------------------------}*/
.recognitions h3 span, .resources h3 span, .photography h3 span{
	text-indent:0;
	font-size:15px;
}
.recognitions, .resources{
	width:313px;
}
