/*  
Theme Name: Handzo
Description: An image gallery theme
Version: 1.0
Author: Ben Handzo
Author URI: http://www.benhandzo.com

*/

@charset "UTF-8";
/* layout*/
body  {
	font: 100%  Tahoma, Geneva, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 25px auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	left: -70px;
} 

#sidebar {
	float: left;
	border: 0;
	margin: 0;
	padding: 0;
	width: 100px;
}

#content {
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 2px 0 0 68px;
	border-top: 1px solid #666666;
	padding: 2px 0 0 0;
}

#photo {
	float: left;
	width: 247px;
	background: #FFFFFF;
	padding: 2px 0 0 3px;
}

#nav {
	float: left;
	clear: left;
	padding: 0 0 0 3px;
	margin: 428px 0 0 0px;
}
	
#image {
	margin: 0 0 0 250px; 
	padding: 10px 0 0 15px; 
	border-left: 1px solid #666666;
}
#vertimage {
	margin: 0 0 0 250px;
	padding: 10px 0 0 125px;
	border-left: 1px solid #666666;
	}

#imagenav {
	clear: left;
	margin: 0 0 0 254px;
	} 
#imagenavv {
	clear: left;
	margin: 0 0 0 144px;
	}	
#projlist {
	clear:left;
	float: left;
	padding: 3px 0 0 0;
	}
.text {
	padding: 0 20px 0 20px;
	}


/*formatting*/
img {
	border: none;
}

p {
	margin: 0;
}

#nav p
{
	margin: 4px 0 0 0;
	}
	
.space {
	padding: 3px 0 0 0;
	}

img.A:link {
	text-decoration: none;
	border: none;
	}
A:visited {
	text-decoration: none;
	color:#6A1313
			}
A:active {text-decoration: none}
A:hover {text-decoration: none}
A:link {
	text-decoration: none;
	color: #9D1C29;
}


	
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

p.ind {
	margin-left:20px;
	}
