/* - - - - - - - - - - - - - - - - - - - - -

Title : Online Portfolio
Author : Tyler Gardosh
URL : www.tylergardosh.com

- - - - - - - - - - - - - - - - - - - - - */
body {
	margin: 0;
	padding: 0;
	background: #fff url(../img/body-bg.jpg) 0 0 repeat-x;
	font: 12px/14px Arial, Helvetica, sans-serif;
	color: #000;
	}
	
.photos {
	border: 2px; 
	border-color: #358ca6; 
	border-style: solid;
	}
	
A:hover .photos, A:active .photos {
	border: 2px; 
	border-color: #13cbe1; 
	border-style: solid
	}

#header, #content, #footer {
	margin: 0 auto;
	text-align: left;
	width: 980px;
	}

/* - Header - */

#header h3, #header h3 a {
	background: url(../img/logo.png) 0 0 no-repeat;
	}
	
#header-wrap {
	height: 106px;
	text-align: center;
	}
	
#header {
	position: relative;
	height: 106px;
	}
	
#header h3 {
	position: absolute;
	top: 75px;
	left: 99px;
	margin: 0px;
	width: 211px;
	height: 31px;
	z-index:1;
	}

#header h3 a {
	text-indent: -9000em;
	overflow: hidden;
	width: 211px;
	height: 31px;
	display: block;
	text-decoration: none;
	float:left;
	}
	
.heading {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	}

/* - Navigation - */

#nav  {
	background: transparent url(../img/nav-bg.png) top right no-repeat;
	position: absolute;
	bottom: 49px;
	left: 521px;
	margin: 0;
	width: 350px;
	top: 76px;
	height: 29px;
	}
	
#nav li {
	display: inline;
	float: left;
	margin: 6px 6px 0 6px;
	}
	
#nav a {
	color: #444;
	text-decoration: none;
	border-bottom: 1px solid #358ca6;
	}
	
#nav a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid #13cbe1;
	}
	
/* - Content - */

#gallery {
	margin-top: 10px;
	padding-left: 10px;
	margin-bottom: 120px;
	width: 540px;
	float: left;
	z-index: 1;
	}

#info {
	padding-top: 1px;
	padding-left: 10px;
	margin-bottom: 150px;
	width: 540px;
	float: left;
	z-index: 1;
	}

	
#footer {
	background: #fff url(../img/content-bg.jpg) 50% 0 no-repeat;
	}
	
#footer-wrap {
	clear: both;
	text-align: center;
	padding: 0 0;
	}
	
#navlist {
	margin-left: 115px;
	float: left;
	width: 210px;
	}

#navlist ul {
	margin-left:20px;
	margin-right:60px;
	padding: 0px 0px;
	
	}
	
#navlist li {
	line-height: 180%;
	list-style-image: url(../img/bullet.png);
	border-bottom: 1px dotted #ccc;
	}
	
#navlist ul li a, #navlist ul li a:visited {
	text-decoration: none;
	}
	
#navlist ul li a:hover, #navlist ul li a:active {;
	text-decoration: none;
	}


#copy span {float:right;}

#foot {
	clear: both;
	font-size: 0.9em;
	width: 980px;
	margin-top: -10px;
	margin-bottom: 10px;
	}

	
/* - Links - */

#content a {color: #ac4834;}
#content a:hover {color: #364C4A;}
#footer-wrap a {color: #358ca6;}
#footer-wrap a:hover {color: #13cbe1;}

/* - sIFR - */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}

