body {
	background-color: #eee;
	color: #333;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-shadow: #fff 0px 1px 0px;
}

#main {
	border-style: solid;
	border-width: 1px;
	border-color: #aaa;
	background-color: #ccc;
	padding: 10px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	text-shadow: #eee 0px 1px 1px;
}

.article {
	font-size: 90%;
	display: block;
	text-shadow: rgba(215, 215, 215, 255) 0px 1px 0px;
}

.article img {
    border: none;
}

.article img.narrow{
    float: left;
    margin-right: 15px;
    margin-bottom: 1px;
}

.article-info {
	clear: right;
}

.article-thumbnail {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

a {
	color: #333;
}

a:hover {
	color: #447;
}

p {
	max-width:60em;
}

.clear {
	clear: both;
}

.hidden {
    display:none;
}

.article-thumbnail img {
    float:right;
    margin-left:10px;
}

img.narrow {
	display:block;
    float:right;
    clear:right;
    margin-left:10px;
}

img.wide {
	display:block;
	clear:both;
}

a img {
	border:none;
}

.pagelet {
	word-wrap: break-word;
	overflow:hidden;
}

.photogrid-index h3, .listing-index h3 {
	font-size:1em;
	font-weight:normal;
}


body {
	width:751px;
	margin:10px;
	margin:auto;
	}

h1 {
	color: #447;
	margin-bottom:0px;
}

h1 a {
	color: #447;
	text-decoration: none;
}

h2 {
	margin-top: 0px;
}


#sidebar {
	float: right;
	width: 170px;
	border-style: solid;
	border-width: 1px;
	border-color: #aaa;
	background-color: #ccc;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	text-shadow: #eee 0px 1px 1px;
	padding: 0px 10px;
	font-size: 90%;
/*	margin-left:10px;*/
}

.allow-sidebar #main {
	float: left;
	width: 521px;
}

.callout {
  float: right;
	text-align: center;
	width: 200px;
	margin: 20px;
	margin-right:0px;
	padding: 0 8px 4px 8px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	background-color: #d7d7d7;
	border-style: solid;
	border-width: 1px;
	border-color: #bbb;
}

.callout h4 {
	padding:0px;
    font-size: 1.0em !important;
}

#title {
	width:751px;
	float: left;
	padding-bottom:0px;
	margin-bottom:0px;
}

#title p {
	text-align: right;
}

#logo {
	float:right;
}

#page-bottom {
	font-size: 75%;
}

/* Photo Grid Flow */

.gridItem {
	float:left;
	width:145px;
	height:185px;
	text-align:center;
	overflow:visible;
}

.gridItem img {
	-webkit-box-shadow: 0 0 2px #222;
	-moz-box-shadow: 0 0 2px #222;
}


.gridItem h3 {
	font-size: 90%;
  font-weight:normal;
 }

#sitemenu-container {
    clear:both;
		margin-bottom:4px;
}

#sitemenu {
	overflow: hidden;
}

#sitemenu-content ul {
  text-align: center;
  padding: 3px 0px 0px 0px;
	margin: 0 10px auto 10px;
	overflow: hidden;
	line-height: 200%;
}

#sitemenu-content li {
  margin: -1px 5px 0px 0px;
  padding: 8px 5px 4px 5px;
	display:inline;
	font-size: 1.1em;
}

.photo {
	text-align:center;
	border-width: 0px;
}


.photo-navigation {
    position: relative;
    z-index: 100;
    height: 3px;
    padding:0px;
}

/* Hides from IE5-mac \*/
* html .photo-navigation {
    margin-top: 2px;
}
/* End hide from IE5-mac */

.photo-navigation a:active {
    border: none;
}

#previous-photo	{
    width: 35px;
    height: 35px;
    background: url(photo-buttons-disabled.png)		no-repeat;
    position: absolute;
    left: 624px;
    margin-top: -42px;
    text-indent: -5000em;
}

#previous-photo a {
    width: 35px;
    height: 35px;
    display: block;
    background: url(photo-buttons.png)		no-repeat;
}

#next-photo {
    text-indent: -5000em;
    width: 35px;
    height: 35px;
    background: url(photo-buttons-disabled-03.png)		no-repeat;
    position: absolute;
    left: 694px;
    margin-top: -42px;
}

#next-photo a {
    width: 35px;
    height: 35px;
    display: block;
    background: url(photo-buttons-03.png)		no-repeat;
}

#photo-list {
    text-indent: -5000em;
    width: 35px;
    height: 35px;
    background: url(photo-buttons-disabled-02.png)		no-repeat;
    position: absolute;
    left: 659px;
    margin-top: -42px;
}

#photo-list a {
    width: 35px;
    height: 35px;
    display: block;
    background: url(photo-buttons-02.png)		no-repeat;
}

