/* -------- generic nav items --------- */


/* removes dotted line around links in firefox */

a:active, a:focus
 	{
 	outline: 0;
 	}
 
a
	{
	text-decoration: none;
	padding-bottom: 0.1em;
	color: #333333;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	}

a:hover
	{
	text-decoration: none;
	color: #567BA0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}

/* -------- main navigation items located in the header --------- */

.home a
	{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

.home a:hover
	{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

#main-nav a
	{
	display: block;
	float: left;
	height: 18px;
	font-size: 10pt;
	text-decoration: none;
	line-height: 11pt;
	padding-top: 0;
	padding-right: 9px;
	padding-bottom: 0;
	padding-left: 9px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-weight: normal;
	border-top-style: none;
	border-bottom-style: none;
	margin: 0px;
	}
	
#main-nav a:hover
	{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #999999;
	border-left-color: #999999;
	border-bottom-style: none;
	color: #557A9F;
	}

/* -------- sub navigation items located in the left column --------- */

#sub-nav a
	{
	color: #E2E5E9;
	text-decoration: none;
	font-weight: normal;
	}

#sub-nav a:hover
	{
	}

/* -------- navigation for log in box in main site --------- */

#log-in a
	{
	color: #FFFFFF;
	}

/* -------- navigation items in the footer --------- */

#footer a
	{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-weight: normal;
	color: #666666;
	border-bottom-style: none;
	}

#footer a:hover
	{
	color: #50769C;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #557A9F;
	}
	
/* -------- other non wp stuff --------- */

more
	{
	font-size: 10px;
	}

a.tenten 
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
}

#vslider a
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#vslider a:hover
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
	
.widget_tag_cloud a
{
	color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.widget_tag_cloud a:hover
{
	color: #557A9F;
}

 .portfolio-link a img
	{
	border: 1px solid #666666;
	margin: 0px;
	padding: 5px;
	}

 .portfolio-link a:hover img
	{
	border: 1px solid #666666;
	margin: 0px;
	background-color: #CCCCCC;	
	}


 .portfolio-link a
	{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	}


.portfolio-link a:hover
	{
	color: #587DA1;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
