h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
	margin: 10px 0 20px;
	font-size: 28px;
	letter-spacing: 1px;
	color: #000;
	line-height: 40px;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
	margin: 20px 0 10px;
	font-size: 26px;
	letter-spacing: 1px;
	color: #000;
	line-height: 38px;
	font-weight: normal;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
	margin: 14px 0 8px;
	font-size: 20px;
	letter-spacing: 2px;
	color: #000;
	line-height: 28px;
	font-weight: normal;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
	margin: 10px 0 8px;
	font-size: 16px;
	letter-spacing: 2px;
	color: #333;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
	margin: 6px 0;
	font-size: 14px;
	letter-spacing: 2px;
	color: #333;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
	margin: 5px 0;
	font-size: 14px;
	letter-spacing: 2px;
	color: #666;
}

h1 a, h1 a:link, h1 a:visited, h1 a:hover,
h2 a, h2 a:link, h2 a:visited, h2 a:hover,
h3 a, h3 a:link, h3 a:visited, h3 a:hover,
h4 a, h4 a:link, h4 a:visited, h4 a:hover,
h5 a, h5 a:link, h5 a:visited, h5 a:hover,
h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
    margin:0;
}

p.ewave {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 20px;
	width: 600px;
}

.ewave a {
	color: #999;
}
.ewave a:hover {
	color: #333;
	text-decoration: underline;
}
h1.title , h2.title, h3.title{
	background: url(../images/postheadericon.png) no-repeat left center;
	padding-left: 20px;
}

#social {
	margin: 10px;
}


.highlight {
	background:#FF6;
}
#nav_bar {
	margin: 0px 10px 0px 20px;
	padding: 0px;
}

#nav_bar li {
	list-style: url(../images/bullet_1.png);
}

#links .img {
	margin: 2px 10px 2px 2px;
	padding: 2px;
	float: left;
	border: 1px solid #666;
}
#links .link {
	clear: both;
	float: left;
	position: relative;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 100%;
	margin-bottom: 10px;
}


#links a.ttile, #links .title {
	float: none;
}
#links .url {
	font-size: 90%;
	color: #390;
}
blockquote   {
	margin:20px;
	color:#000;
	font-style:italic;
	padding: 0px 10px 0px 20px;
	border-left: thick solid #333;
	font-size: 14px;
	line-height: 22px;
}
caption {background:#eee;}

.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}

.alt {
	color:#666;
	font-style: italic;
}
.caps {
	text-transform: uppercase;
}
.quiet {color:#666;}
.loud {color:#000;}

.border {
	padding: 2px;
	border: 1px solid #474747;
}
.left{
	float: left;
	margin: 2px 10px 2px 0px;
	padding: 2px;
	border: 1px solid #666;
}
.right{
	float: right;
	margin: 2px 0px 2px 10px;
	padding: 2px;
	border: 1px solid #666;
}

marquee {
	font-size: 16px;
	color: #2E2E2E;
	background: #2E2E2E url(../images/opac.png);
	padding: 5px;
	font-weight: bold;
	text-transform: uppercase;
}

.album_thumb {
	background: #FFF;
	margin: 24px;
	padding: 5px;
	float: left;
	width: 160px;
	border: 1px solid #CCC;
	cursor: pointer;
}

.album_thumb p {
	font-style: italic;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	line-height: 15px;
	margin: 0px;
	padding: 4px 0px 0px;
	height: 34px;
}

#gallery {
	position: relative;
	padding: 10px;
	height: 660px;
	margin: auto;
	overflow: hidden;
	text-align: center;
}

.gallery {
	padding: 10px;
	position: absolute;
	background: #FFF;
	border: 2px solid #CCC;
	width: 480px;
	margin-top: 80px;
	margin-bottom: auto;
	margin-left: 80px;
	cursor:pointer;
	overflow: hidden;
}

.gallery p {
	margin: 0px;
	padding: 6px 0px 0px;
}

#next{
    position:absolute;
    top:50%;
    left:50%;
    width:56px;
    height:56px;
    margin:-28px 0 0 -28px;
    z-index:200;
    cursor:pointer;
    background:url(../images/next_photo.png) no-repeat 50% 50%;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}

.banner {
	display: none;
}

