/****************************************************************************************************
Begin Miscellaneous
****************************************************************************************************/
*
{
	margin: 0;
	padding: 0;
}

img
{
	border: 0;
}

a
{
	text-decoration: none;
	color: #b3000a;
}

a:hover
{
	text-decoration: none;
	color: #555;
}

/****************************************************************************************************
Begin Body
****************************************************************************************************/
body
{
	background: #343434;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	color: #666;
}




/****************************************************************************************************
Begin Outersection
****************************************************************************************************/
#outersection
{
	background: url('images/outersection.jpg') repeat-x;
	position:absolute;
	top: 50%;
	width: 100%;
	height: 530px;
	margin-top: -265px;
}

/****************************************************************************************************
Begin Innersection
****************************************************************************************************/
#innersection
{
	background: url('images/innersection.jpg') no-repeat;
	position:absolute;
	left: 50%; 
	top: 50%;
	width: 760px;
	height: 530px;
	margin-left: -380px;
	margin-top: -265px;
}



#pageHeader {
    background: #6b7b91;
    border-bottom: 0px solid #818fa1;
    padding: 20px 40px;
    position: relative;
    margin-top: -130px;
    margin-bottom: -1px;
    z-index: 0;
    background: url(images/header_bg.jpg) repeat-x;
    height: 90px;
}

#pageHeader img {
	position: absolute;
	right: 0;
	top: 0;
}

#pageHeader h1 {
	color: #ffffff;
	font-size: 2.7em;
	letter-spacing: 0px;
	margin: 0 0 5px;
}

#pageHeader h2 {
	color: #b5bdc8;
	font-size: 1.4em;
	letter-spacing: 0.5px;
	margin: 0;
}





/****************************************************************************************************
Begin Navigation
****************************************************************************************************/
#navigation
{	
	padding: 32px;
	width: 696px;
	height: 88px;
}

#navigation li
{
	float: right;
	height: 88px;
	width: 85px;
	list-style-type: none;
	list-style-image: none;
}

#navigation a
{
	color: #FFF;
	display: block;
	height: 50px;
	width: 85px;
	line-height: 50px;
	padding: 50px 0 0;
	text-align: center;
}

#navigation ul ul li {
	display: none;
}

#navigation a:hover
{
	background: url('images/navigation.jpg') repeat-x;
	color: #111;
}

#navigation #current
{
	background: url('images/navigation.jpg') repeat-x;
}

/****************************************************************************************************
Begin Content
****************************************************************************************************/
#content
{	
	line-height: 1.6em;
	margin-top: -30px;
	padding-left: 42px;
	padding-right: 42px;
	padding-bottom: 0;
	width: 676px;
	height: 378px;
	overflow: auto;
}

#content h1, .blog-entry-title, .sidebar_title
{
	font-size: 200%;
	color: #333;
}

.album-title, .movie-page-title
{
	margin-top: 10px;
	font-size: 200%;
	color: #333;
}

/****************************************************************************************************
Begin Copyright
****************************************************************************************************/
#copyright
{
	margin-top: -25px;
	padding: 35px;
	width: 696px;
	height: 20px;
	text-align: right;
}

#copyright a:link, #copyright a:visited {
	color: #fff;
}

#copyright a:hover, #copyright a:active {
    text-decoration: none;
}

#sidebar {
	padding-top: 10px;
	width: 150px;
}

.image-left {
	float: left;
	margin-right: 5px;
}

.image-right {
	float: right;
	margin-left: 5px;
}

.blog-image-smiley {
	margin-bottom: -6px;
}

.blog-entry {
	margin-bottom: 10px;
	margin-top: 10px;
}

.blog-entry-date {
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
}

.movie-background {
	text-align: center;
}

.movie-frame {
	padding: 10px;
}

.photo-title {
  clear: both;
  margin: 10px 0;
  font: 700 3em verdana, sans-serif;
  text-transform: uppercase;
  padding: 2px;
  color: #fff;
  margin-bottom: -10px;
}

.filesharing-item {
	margin: 5px;
	padding: 5px;
}

.filesharing-item:hover {
	padding: 4px;
	border: 1px solid #800;
}

.filesharing-item-description {
	margin-left: 25px;
}

.photo-caption, .movie-title {
  clear: both;
  margin: 10px 0;
  font: 700 1em verdana, sans-serif;
  padding: 2px;
  color: #fff;
}

.album-description, .movie-page-description, .filesharing-description, .message-text {
	padding: 10px;
}

.movie-thumbnail-frame img, .thumbnail-frame img {
	padding: 2px;
	border: 1px solid #00;
}

.movie-thumbnail-frame img:hover, .thumbnail-frame img:hover {
	background-color: #800;
	border: 0px;
	margin: 1px;
}

.movie-thumbnail-frame, .thumbnail-wrap {
	text-align: center;
	margin: 5px;
	padding: 5px;
	float: left;
}

.thumbnail-caption {
	margin-right: -0.5em;
	margin-top: -8px;
}

.photo-background {
	text-align: center;
}

.photo-navigation a {
	color: #fff;
}

.photo-navigation {
	margin-bottom: 10px;
}