/*

	mark pettit photography 
		smallScreen.css
		
	this stylesheet changes the 
	layout for screens where the 
	window == height>800px 
 
*/

/*

	 {z}indexProductions
 
*/


/* -- [ Global Styles ] -- */
body {
	font-family: geneva, helvetica, sans-serif;
}
img {
	border: none;
}
a {
	text-decoration: none;
	color: #840303;
}
a:hover {
	text-decoration: underline;
}
li {
	list-style-type: none;
}


/*  [ Static Elements ]  */
#wrapper {
	width: auto;
	height: auto;
	background-color: white;
}
#left {

}
#right {
	position: absolute;
	top: 100px;
	left: 10px;
}
#logobar {
	width: 351px;
	height: 39px;
	left: 20px;
	top: 20px;
	position: absolute;
}
#logobar a:hover {
	text-decoration: none;
}
#categories {
	position: absolute;
	left: 40px;
	top: 50px;
}
#categories img {
	cursor: pointer;
}

#subcategories, #picsSubcategories {
	display: inline;
	position: absolute;
	left: 150px;
	top: 50px;
	cursor: pointer;
	z-index: 99;
}
#subcategories a, #picsSubcategories a {
	cursor: pointer;
}
#subcategories a:hover, #picsSubcategories a:hover {
	text-decoration: none;
}
#fullSize {
	position: absolute;
	left: 385px;
	top: 10px;
	width: 850px;
	height: 605px;
	text-align: left;
}

#thumbs {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 405px;
	height: 110px;
	cursor: pointer;
	padding-top: 10px;
	
}
#indexFooter {
	top: 650px;
}

.footer {
	font-size: 0.8em;
	z-index: 1;
	position: absolute;
	left: 20px;
	top: 720px;
}

/*  [ Index ]  */
#homePic {
	position: absolute;
	left: 400px;
	top: 10px;
	width: 850px;
}
