/* CSS Document for pixelfix.com website */



/* layout */

body	{
	background: #fff;
	color: #000;
	margin: 0;
	padding: 20px;
	border-top: 5px solid #F30;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	

	
#header {
	text-align: right;
	margin: 0;
	padding: 0;	
}
	
#maincontent	{
	text-align: center;
	margin: 0 auto;
	padding: 0;
	border: 0;
}

#portlayout img {
	display: inline;
	border: 1px solid #F30;
	margin-bottom: 15px;
}

#photographylayout img {
	display: inline;
	margin-bottom: 15px;
	border: 0;
}



img {
  	display: block;
	border: 0;
	
}

img.inline {
	display: inline;
	border: 0;
}

.hide {
  	display: none;
 }


 
 

/* typography */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

h1 {
	font-size: 22px;
	color: #F60;
}

h2, h3 {
	font-size: 18px;
	background-color : transparent;
	color: #F96;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}




	
/* linkology */
		
a:link {
	color: #FF6600;
	font-weight: bold;	
	background-color: transparent;
	text-decoration: none;
}


a:visited {  
     color: #FF9966;
     font-weight: bold;	
	 background-color: transparent;
	 text-decoration: none;
	 
}

a:hover {
	text-decoration: underline;
	font-weight: bold; 
	background: transparent; 
}

a:active {
	font-weight: bold; 
	text-decoration: none;
	color: #003;
	background: transparent;  
}








/* navigation bar */


#primarynav {
	text-align: left;
}

#primarynav ul {
	list-style: none;
	padding: 0;
	margin: 10px;
	border: 0;
}

#primarynav li {
	text-align: center;
	border-bottom: 1px solid #FF6600;
	width: 150px;
	margin: 0;
	padding: 0;
	font: 10px/20px Verdana, Lucida, Arial, sans-serif;
	color: #000;
	background: #ccc;
}

#primarynavtop {
	border-top: 1px solid #FF6600;
}

#primarynav li a {
	display: block;
	font-weight: normal;
	padding: 0;
	border-left: 1px solid #FF6600;
	border-right: 1px solid #FF6600;
	background: white;
	color: #000;
	text-decoration: none;
	width: 150px; /* False value for IE4-5.x/Win. */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 148px; /* You get it? God value for complient browsers */
}

html>#primarynav li a {
	width: 148px; /* Be nice to Opera*/
}

#primarynav li a:hover {
	font-weight: normal;
	border-left: 1px solid #FF6600;
	border-right: 1px solid #FF6600;
	background: #ff9966;
	color: #000;
	text-decoration: none;
} 
