html
{
	height: 100%;

	background:#293450 url('/images/background_sky.png') repeat-x;
}

*
{
	padding: 0;
	margin: 0;
}

body
{
	background-color: #eee;
	margin: 0;
	padding: 0;

	background:url('/images/background_mountains_back.png') repeat-x 10% 0px;
}

body, td, input, textarea
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	color: #666;
}

p
{
	margin-bottom: 15px;
	line-height: 20px;
}

hr
{
	border: 2px solid #efe;
	margin: 40px;
}

h2
{
	color: #3e513e;
	margin-bottom: 20px;
}

h3
{
	color: #3e513e;
	margin-bottom: 20px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* misc styles */

#background
{
	background: url('/images/background_mountains_front.png') repeat-x 30% 10px;
}

#wrap
{
	width: 800px;
	margin: 0 auto;
}

#title
{
	padding-top: 40px;
	color: #fff;
	
	text-shadow: 1px 1px 5px #1a2132;
}

#title h3
{
	color: #fff;
}

#site_container
{
	-webkit-box-shadow: 5px 5px 25px #1a2132;
	-moz-box-shadow: 5px 5px 25px #1a2132;

    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;

    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
}

#navigation
{
	margin-top: 40px;
	padding: 20px;
	background-color: #ada;
	text-align: center;

    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
}

#navigation a
{
	text-decoration: none;
	padding: 5px 15px;
}

#navigation a.selected, #navigation a:hover
{
	background-color: #fff;

    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

#navigation a:hover
{
	background-color: #efe;
}


#content
{
	padding: 40px;
	background-color: #fff;
}

#photos, #biz
{
	text-align: center;
}

#photos img
{
	border: 10px solid #000;
}

#biz a
{
	padding: 0 10px;
}

#footer
{
	padding: 20px;
	background-color: #ada;
	font-size: 12px;
	text-align: center;

    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* friendfeed styles */

.entry
{
	margin-bottom: 40px;
}

.entry .service
{
	background-color: #cfe;
	padding: 10px 15px;

    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}

.entry.blog .service, .entry.blog .title
{
	background-color: #cfc;
}

.entry.digg .service, .entry.digg .title
{
	background-color: #eef;
}

.entry.facebook .service, .entry.facebook .title
{
	background-color: #ddf;
}

.entry.twitter .service, .entry.twitter .title
{
	background-color: #dfd;
}

.entry.upcoming .service, .entry.upcoming .title
{
	background-color: #fcc;
}

.entry.delicious .service, .entry.delicious .title
{
	background-color: #afc;
}

.entry .title
{
	display: block;
	background-color: #cfe;
	padding: 20px;
}

.entry .date
{
	float: right;
	color: #ada;
	font-size: 12px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* microformats hcard styles */

.vcard
{
	display: none;
}