/*  Gary Von Schilling's Portfolio stlye.css  */

body {
	background: url(images/background.jpg) #4e4e4e repeat-x; /**/
	font-family: helvetica, arial, sans-serif;
}
img {
	border: 1px solid #CCC;
}
#page {
	color: white;
}
#content {
}
	#content div{ background: url(images/div_head.gif) black repeat-x;
	}
		#content #promotion{
			background: none;
		}

p {
	line-height: 125%;
}

h2 {
	color: black;
}

#header {
}
	#header h1 {
		background: url(images/title.gif) #272727 no-repeat; /**/
	}
	#header .home span, #header h1 span {
		display: none;
	}
/*Navigation*/
#header li a span { background: url(images/nav_sprite.jpg) repeat-x; background-position: center;
			color:black;		text-decoration:none;	}
#header ul { background: url(images/nav_sprite.jpg) repeat-x; 
			 background-position:center;}
#header a {text-decoration: none;}
/*Hover Highlight*/
#header .highlight li a:hover span { background-position:top;}
#header li span.highlight { background-position:top;}
/*Highlight Current Page*/
#webdesign .webdesign span, #video .video span, #gallery .gallery span, #other .other span{
	background-position:bottom;
}
#webdesign #header .webdesign a:hover, #video #header .video a:hover, #gallery #header .gallery a:hover, #other #header .other a:hover,
	{ background-position:bottom;
	cursor:default;}
#home #footer .home, #webdesign #footer .webdesign, #video #footer .video, #gallery #footer .gallery, #other #footer .other   {text-transform: uppercase}
#webdesign .webdesign .highlight, #video .video .highlight, #gallery .gallery .highlight, #other .other .highlight 
	{display:none;}
/*Links*/ 
a {	color:#BBB; }
div a { color:#888;}
a:hover {	color:#FF0; }
a:hover img { border: 1px solid yellow; }

/*Footer*/
#footer {	background: url(images/div_head.gif) black repeat-x;}
#footer p a {color:white;}
	#footer p a:hover {color:yellow;}
#footer a {text-decoration:none;}
#footer #copyright span{
	color:#191919;
    display:block;
	font-family:impact,"arial black",sans-serif;
	line-height:1.2em;
	font-size:50px;
	margin-left:16px;
}

/*******************************************
*    	Page specific 
*/
#other #content img {
	border: none;	
}

/*******************************************
*    	Gallery section
*/
#content div.gallery
{
	background: url(images/gal_back.gif) black repeat-x;
	
}


/*  Gary Von Schilling 2008 */