@charset "utf-8";
/* CSS Document */

/*	*************************
	Your website!
	*************************
	Desc:		stylesheet
	File:		general.css
	Version:	1.0
	Created:	November 28th, 2009
	Last Edit:	November 28th, 2009
	Author:		Kate Payton @ www.pixelnourish.com
	Comments:	This file was purchased from
				ThemeForest. Enjoy!
	************************* */

a { outline: none; }


/*	_________________________

	Navigation buttons
	_________________________ */
	

/*	----	Same style for hover	----	*/
a.nav_home:hover,
a.nav_social:hover,
a.nav_portfolio:hover,
a.nav_about:hover,
a.nav_contact:hover
	{ background-position: top; }

/*	----	Same style for active and focus	----	*/
a.nav_home:active, 			a.nav_home:focus, 
a.nav_social:active, 		a.nav_social:focus,
a.nav_portfolio:active,		a.nav_portfolio:focus, 
a.nav_about:active, 		a.nav_about:focus, 
a.nav_contact:active, 		a.nav_contact:focus
	{ background-position: bottom; }
	
	
/*	List for navigation */
a.nav_home, a.nav_social, a.nav_portfolio, a.nav_about, a.nav_contact {
	background-position:	bottom;
	display: 				block;
	text-indent: 			-9999px;
	width: 					150px;}
a.nav_home {				background-image: 	url(../images/nav/n_home.gif);		height: 30px; }
a.nav_social {				background-image: 	url(../images/nav/n_social.gif);	height: 30px; }
a.nav_portfolio {			background-image: 	url(../images/nav/n_portfolio.gif);	height: 32px; }
a.nav_about {				background-image: 	url(../images/nav/n_about.gif);		height: 32px; }
a.nav_contact {				background-image: 	url(../images/nav/n_contact.gif);	height: 30px; }
	
	



