/* 	Alex Snyder
	www.AlexSnyder.com			*/
	
/* 	CSS By:
	Viking Design
	www.GetAViking.com
	Project: Feb-March 2010		*/	
	

/* 	Global Stylesheet

	Color Scheme{
	Almost Black: #141414;
	Light Gray: #707070;
	Dark Gray: #2b2b2b;
	Nikon Yellow: #ffe600;
	White: #ffffff;
	}							*/


/* 	CSS contents
	1 Font Formatting
	2 Navigation
	3 Menu Items
	4 Page Formatting
	5 Classes					*/



/* 1 Font Formatting */


@font-face {
	font-family: "Alexs-Font";
	src: url('http://www.alexsnyder.com/alexsfont.ttf') format('truetype');
	}

@font-face {
	font-family: "Alexs-FontBold";
	src: url('http://www.alexsnyder.com/alexsfontbold.ttf') format('truetype');
	}


h1, h3{
	font-weight: normal;
	}

h1{
	font-size: 2.4em;
	color: #ffe600;
	}

h2{
	font-size: 1.8em;
	color: #ffe600;
	margin: 0px;
	padding: 5px;
	}

h3{
	color: #ffffff;
	font-size: 1.4em;
	}

h2, h3{
	font-family: "Alexs-Font", Arial, Helvetica, sans-serif;
	}

a{
	color: #ffe600;
	text-decoration: underline;
	font-weight: bold;
	font-family: "Alexs-Font", Arial, Helvetica, sans-serif;
	}

a:hover{
	text-decoration: none;
	color: #506f9f;
	font-weight: bold;
	}
	
a:visited{
	text-decoration: underline;
	color: #2b4e7b;
	font-weight: bold;
	}
	
a img{
	border: none;
	}

img{
	border: none;
	}

p{
	font-family: "Alexs-Font", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #ffffff;
	}

p.content{
	font-family: "Alexs-Font", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #ffffff;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
	}

.highlight{
	font-family: "Alexs-FontBold", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 18px;
	letter-spacing: 1px;
	}


/* 	2 Navigation	*/   

/*	LEVEL ONE	*/
ul.dropdown{
	position: relative;
	list-style: none;
	margin: 0px;
	padding: 0px;
	z-index: 9;
	}
	
ul.dropdown li{
	font-weight: normal;
	float: left;
	zoom: 1;
	}
	
ul.dropdown a:hover{
	color: #ffe600;
	}
	
ul.dropdown a:active{
	color: #ffe600;
	}
	
ul.dropdown li a{
	display: block;
	font-weight: normal;
	color: #ffffff;
	}
	
ul.dropdown li:last-child a{
	border-right: none; /* Doesn't work in IE */
	}
	
ul.dropdown li.hover, ul.dropdown li:hover{
	color: #ffe600;
	position: relative;
	}
	
ul.dropdown li.hover a{
	color: #ffe600;
	}


/*	LEVEL TWO	*/
ul.dropdown ul{
	width: 150px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	list-style: none;
	}
	
ul.dropdown ul li{
	text-decoration: none;
	background: #2b2b2b;
	font-weight: normal;
	color: #ffffff;
	float: none;
	}

ul.sub_menu{
	padding: 0px;
	margin: 0px;
	z-index: 10;
	}

ul.sub_menu li{
	padding-left: 5px;
	line-height: 20px;
	z-index: 100;
	}

.last{
	padding-bottom: 5px;
	}
									  
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a{
	border-right: none;
	width: 100%;
	display: inline-block;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	} 


/*	LEVEL THREE	*/
ul.dropdown ul ul{
	left: 100%;
	top: 0;
	}
	
ul.dropdown li:hover > ul{
	visibility: visible;
	}
	
	
/* 3 Menu Items */

/* About Button */

.nabout{
     width: 53px;
     height: 40px;
     background-repeat: no-repeat;
     background-image: url('../images/nabout.png');
     background-position: 0px 0px;
	 text-indent: -9999px;
     }

a.nabout:hover{
     background-position: 0px -40px;
     }

.aboutselected{
     width: 53px;
     height: 40px;
     background-repeat: no-repeat;
     background-image: url('../images/nabout.png');
     background-position: 0px -80px;
	 text-indent: -9999px;
     }
     
     
/* Portfolio Button */

.nportfolio{
     width: 72px;
     height: 40px;
     background-image: url('../images/nportfolio.png');
     background-repeat: no-repeat;
     background-position: 0px 0px;
	 text-indent: -9999px;
     }

a.nportfolio:hover{
     background-position: 0px -40px;
     }

.portfolioselected{
     width: 72px;
     height: 40px;
     background-image: url('../images/nportfolio.png');
     background-repeat: no-repeat;
     background-position: 0px -80px;
	 text-indent: -9999px;
     }
     
         
/* Blog Button */
    
.nblog{
    width: 40px;
    height: 40px;
    background-image: url('../images/nblog.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
	text-indent: -9999px;
    }

a.nblog:hover{
    background-position: 0px -40px;
    }

.blogselected{
    width: 40px;
    height: 40px;
    background-image: url('../images/nblog.png');
    background-repeat: no-repeat;
    background-position: 0px -80px;
	text-indent: -9999px;
    }     
  
  
/* Clients Button */

.nclients{
    width: 53px;
    height: 40px;
    background-image: url('../images/nclients.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
	text-indent: -9999px;
    }

a.nclients:hover{
    background-position: 0px -40px;
    }

.clientsselected{
    width: 53px;
    height: 40px;
    background-image: url('../images/nclients.png');
    background-repeat: no-repeat;
    background-position: 0px -80px;
	text-indent: -9999px;
    }     
      

/* Contact Button */

.ncontact{
    width: 56px;
    height: 40px;
    background-image: url('../images/ncontact.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
	text-indent: -9999px;
    }
	
a.ncontact:hover{
    background-position: 0px -40px;
    }

.contactselected{
    width: 56px;
    height: 40px;
	background-image: url('../images/ncontact.png');
    background-repeat: no-repeat;
    background-position: 0px -80px;
	text-indent: -9999px;
    }      


/* 4 Page Formatting */

body{
	background-color: #141414;
	background-image: url("../images/glow.png");
	background-repeat: no-repeat;
	background-position: top center;
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	}

#topbar{
	background-color: #707070;
	width: 100%;
	height: 40px;
	clear: both;
	}

#topbar2{
	background-color: #2b2b2b;
	width: 100%;
	height: 40px;
	clear: both;
	}

#header{
	width: 1000px;
	margin: auto;
	clear: both;
	}

#logo{
	float: left;
	margin-top: 13px;
	}
	
#header2{
	width: 1000px;
	margin: auto;
	clear: both;
	}
	
#navigation{
	float: left;
	width: 1000px;
	height: 40px;
	margin: auto;
	margin-bottom: 0px;
	}	

#wrapper{
	width: 1000px;
	height: auto;
	margin: auto;
	padding: 0px;
	clear: both;
	}
	
#middle{
	width: 1000px;
	margin: auto;
	padding: 20px;
	}

#content{
	width: 400px;
	height: 560px;
	padding-top: 8px;
	background-image: url('../images/contentbox-dark.png');
	background-repeat: repeat;
	}
	
#footer{
	width: 1000px;
	margin: auto;
	margin-bottom: 30px;
	margin-top: 20px;
	}

#copyright{
	width: 300px;
	height: 60px;
	text-align: left;
	float: left;
	}

#credits{
	text-align: right;
	width: 300px;
	float: right;
	height: 60px;
	}

#credits a{
	color: #ffffff;
	text-decoration: underline;
	}

/* About page */

.about{
	background-image: url('../images/about.jpg');
	background-repeat: no-repeat;
	}


/* Biography page */

.biography{
	background-image: url('../images/biography.jpg');
	background-repeat: no-repeat;
	}


/* Resume page */

.resume{
	}


/* Portfolio Pages */

.portfolio{
	}
	
	/* GalleryView Stuff */
	
	/* LOADING BOX */
	.loader { background: url(loader.gif) center center no-repeat #ddd; }

	/* DEFINE HEIGHT OF PANEL OVERLAY */
	/* NOTE - It is best to define padding here as well so overlay and background retain identical dimensions */
	.panel .panel-overlay,
	.panel .overlay-background { height: 30px; padding: 3px; }
	
	/* PANEL OVERLAY BACKGROUND */
	.panel .overlay-background { background: #222; }
	
	/*FONT STYLING FOR OVERLAY */
	.panel h2 {
	font-size: 1.8em;
	color: #ffe600;
	margin: 0px;
	padding: 5px;
	}
	
	.span-overlay {
	margin: 0px;
	padding: 5px;
	}
	
	/* GalleryView Stuff End */


/* Contactthanks page */

.contactthanks{
	background-image: url('../images/contactthanks.jpg'); /* I'm using this image since the comics are reserved for coded error pages.. and because it was the only image I could think of that wasn't already in use. */
	background-repeat: no-repeat;
	}
	
/* Clients Page */
.clients {
	background-image: url('../images/clients.jpg');
	background-repeat: no-repeat;
	}

/* Multimedia Items */
#multimedia{
	margin: auto;
	width: 1000px;
	}
	
.flash-content{
	margin: auto;
	padding: 0px;
	text-align: center;
	}

/* Under Construction Page */
#wholepage_content{
	width: 1000px;
	padding-top: 8px;
	background-image: url('../images/contentbox-dark.png');
	background-repeat: repeat;
	}

	
/* Error (contact error) page */

.error{
	background-image: url('../images/about.jpg');
	background-repeat: no-repeat;
	}


/* Classes */

.left{
	float: left;
	}
	
.right{
	float: right;
	}
	
hr.clear {
	clear:both;
	display:block;
	visibility:hidden;
	}

