body
{
	font-family: Helvetica, Trebuchet MS, Verdana sans-serif;
	color: #676767;
    font-size: 0.9em;
	background:url(images/cloudback.png) repeat-x top center #ffffff;
	background-color:#ffffff;
	padding: 0;
	margin: 0;
}

a {
    text-decoration: none;
    color: gray;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

img
{
	border: 0;
}

#photoTemplate img{
    width: 80%;
    border: 1px solid #BBBBBB;
}

#morePictures {
    text-align: right;
    margin-right: 25px;
}

.thumb a
{
	display: inline-block;
	border: 1px solid #BBBBBB;
	margin: 15px;
	text-decoration: none;
	color: gray;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 5px;
}

.thumb a:hover
{
	background: #eeeeee;
}

.thumb
{
    display: inline-block;
}

.thumb p
{
    line-height: 16px;
    text-align: center;
    margin-top: 5px;
    font-weight: bold;
    font-size: 0.8em;
    margin-bottom: 0px;
}

.thumbStats
{
    display: block;
    font-size: 0.75em;
    line-height: 16px;
    margin-top: 5px;
}

.thumbStatsRight
{
    text-align: right;
    display: inline-block;
    width: 35px;
    
    padding-right: 20px;
    background: url('images/picture.png');
    background-repeat: no-repeat;
    background-position: right;
}

.thumbStatsLeft
{
    text-align: left;
    display: inline-block;
    width: 105px;
}

#albumThumbTemplate, #photoThumbTemplate, #videoThumbTemplate
{
	display: none;
}

#wrap
{
    width: 1001px;
    margin: 0 auto;
}

h1 {
    font-weight: normal;
}

#nav
{
    margin-left: 0px;
    width: 144px;
    height: 48px;
    display: inline-block;
    background: url('images/nav_bg.png');
}

#rightNav
{
    display:inline-block;
    font-size: 2.0em;
    vertical-align: top;
    margin-top: 10px;
    width: 100px;
    text-align: left;
    color: #bbbbbb;
}

#leftNav
{
    display:inline-block;
    font-size: 2.0em;
    text-align: left;
    vertical-align: top;
    margin-top: 10px;
    width: 100px; 
}

#head
{
	background: url('images/mainTopBack.png');
	height: 57px;
    text-align: center;
    margin: 0 auto;    
}

#foot
{
    background: url('images/foot_bg.png');
    height: 32px;
    padding-left: 20px;
}

#page
{
    background: url('images/mainBack.png');
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

#nav a
{
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
    height: 24px;
    width: 24px;
    margin-left: 16px;
    margin-top: 8px;
}

#picLink
{ 
    background: url('images/pics_i.png');
}

#videoLink
{
    background: url('images/video_i.png');
}

#homeLink
{
    background: url('images/house_i.png');
}
