/*
Theme Name: Heller Photography
Version: 1.0
Author: Jon Heller
Author URI: http://www.hellertechnology.com
Tags: 

*/

@import url("reset.css");

/* Begin Typography & Colors */

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Georgia, Serif;
	font-weight: bold;
	color: #000000;
	margin-bottom: 1em;
	}

h1 {
	font-size: 2em;	
	}
#header h1 {
	font-size: 4.4em;
}


h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

p {
	margin-bottom: 12px;
}

/* Begin Structure */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #ccc;
	color: #000;	
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	}

#header {
	width: 765px;
	background: #fff url(images/background.png) repeat;
	height: 50px;
	padding: 15px 0 0 15px;
	}

#header-links {
	padding-left: 150px;
}

#header-links a {
	font-weight: bold;
	font-size: 1.2em;
}
.sm {list-style:none; width:780px; height:90px; display:block; overflow: hidden;}
.sm li {float:left; display:inline; overflow:hidden}

#content {
	background: #fff;
	width: 750px;
	min-height: 500px;	
	padding: 30px 15px 15px 15px;
	font: 1.6em Georgia;
	}

#content ul {
  margin: 25px;
}

#content ul li {
  float: left;
  padding: 5px;
}


td {
	margin: 0 5px 5px 0;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}

#menu {
	border-top: 7px solid #000;
border-bottom: 7px solid #000;
	margin: 0;
	padding: 0;
	width: 100%;
}

/* End Structure */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}


a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

.pics {
height: 400px;
width: 500px;
    margin: 40px 0 0 110px;
    padding: 0;
}

.pics img {
    padding: 15px;
    border:  1px solid #ccc;
    background-color: #eee;
    width:  500px;
    height: 388px;
    top:  0;
    left: 0;
    }

#px1 {
  margin: 25px;
}

.pxDivWrapper {
  float: left;
  padding: 5px;
}

#contact {
  text-align: center;
  font-style: italic;
  margin-top: 30px;
}
