/************************************************************************* 
	Justin Schroeder Copyright 2008. No Rights Reserved.
	
	Thanks for reading my css, it shows you care. Like what you see?
	Lets Talk. Shoot me a line, you've earned the right:
	justin (at) jpschroeder (dot) com

**************************************************************************/


/******** GLOBAL NAVIGATION ELEMENTS ********/

.navigation ul{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	display: inline;
}

.navigation li{
	display: inline;
}



/******** TAB NAVIGATION ********/
#tabs{
height: 37px;
width: 215px;
position: relative;
float: right;
top: 113px;
overflow: hidden;
}

#tabs ul li a{
	background-image: url(../graphics/tabs.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	float: left;
	margin: 0px;
	display: inline;
	width: 107px;
	height: 37px;
}

#tabs ul li#portfolio a{
	background-position: 0px -37px;
}

#tabs ul li#blog a{
	width: 108px;
	background-position: -107px -37px;
}

#tabs ul li#portfolio a:hover{
	background-position: 0px -74px;
}

#tabs ul li#blog a:hover{
	background-position: -107px -74px;
}

#tabs ul li#blog a.selected_blog{
	background-position: -107px -0px;
}
#tabs ul li#portfolio a.selected_portfolio{
	background-position: -0px -0px;
}


/******** HORIZONTAL ARROWS ********/
#horizontal_arrows{
	height: 64px;
}
#horizontal_arrows .padding{
	padding: 11px 0px;
}
#horizontal_arrows a{
	height:42px;
	width: 47px;
	background-position: 0px 0px;
}
#horizontal_arrows a.right{
	background-image: url(../graphics/right_arrow.jpg);
	float: right;
}
#horizontal_arrows a.left{
	background-image: url(../graphics/left_arrow.jpg);
	float: left;
}
#horizontal_arrows a:hover{
	background-position: 0px -42px;
}
#panes{
	display:none;
}

/******** MAIN NAVIGATION BAR ********/

#navbar{
	height: 56px;
	width: 900px;
	margin: 0px auto;
	overflow: hidden;
	display: block;
}

#navbar ul li a{
	background-image: url(../graphics/navbar.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	float: left;
	margin: 0px;
	display: inline;
	width: 180px;
	height: 56px;
}

#navbar ul li#about_nav a{
	background-position: 0px 0px;
}
#navbar ul li#services_nav a{
	background-position: -180px 0px;
}
#navbar ul li#resume_nav a{
	background-position: -360px 0px;
}
#navbar ul li#partners_nav a{
	background-position: -540px 0px;
}
#navbar ul li#contact_nav a{
	background-position: -720px 0px;
}


#navbar ul li#about_nav a:hover{
	background-position: -0px -56px;
}
#navbar ul li#services_nav a:hover{
	background-position: -180px -56px;
}
#navbar ul li#resume_nav a:hover{
	background-position: -360px -56px;
}
#navbar ul li#partners_nav a:hover{
	background-position: -540px -56px;
}
#navbar ul li#contact_nav a:hover{
	background-position: -720px -56px;
}

/******** MINI TEXT NAVIGATION BAR ********/

.mini_nav{
	width: 430px;
	padding-top: 6px;
	float: right;
	position: relative;
	font-size: 12px;
}
.mini_nav ul li a{
	padding: 4px 5px;
	text-decoration: none;
	color: #cccccc;
	float: right;
	margin: 0px 2px;
}

.mini_nav ul li.selected{
	background-color: #000000;
	color: #ffffff;
	padding: 4px 5px;
	margin-left: 10px;
	margin-right: 10px;
	float: right;
}

.no_right{
	margin-right: 0px;
}

.mini_nav ul li a:hover{
	background-color: #000000;
	color: #ffffff;
}

/******** GET YOUR SITE NAVIGATION BUTTON ********/

#services_button a{
	width: 250px;
	height: 47px;
}
#services_button a.button{
	background-image: url(../graphics/getyours.jpg);
	background-position: 0px 0px;
	float: left;
}
#services_button a:hover.button{
	background-position: 0px -47px;
}

/******** VALUES NAVIGATION BUTTON ********/

.values_padding{
	padding-top: 10px;
}

.values ul li a{
	float: left;
	height: 72px;
	width: 280px;
	background-image: url(../graphics/values.jpg);
	text-decoration: none;
	font-size: 11px;
	color: #ffffff;
}
.values ul li a.middlespace{
	margin: 0px 17px;
}
.values ul li a.communication{
	background-position: 0px 0px;
}
.values ul li a:hover.communication{
	background-position: 0px -72px;
}
.values ul li a.dynamic{
	background-position: -280px 0px;
}
.values ul li a:hover.dynamic{
	background-position: -280px -72px;
}
.values ul li a.standards{
	background-position: -560px 0px;
}
.values ul li a:hover.standards{
	background-position: -560px -72px;
}

/******** DOWNLOAD RESUME NAVIGATION BUTTON ********/
#resume_button a{
	width: 253px;
	height: 48px;
}
#resume_button a.button{
	background-image: url(../graphics/downloadresume.jpg);
	background-position: 0px 0px;
	float: left;
}
#resume_button a:hover.button{
	background-position: 0px -48px;
}
