/***********************************************************
 SECTION: GENERAL
***********************************************************/

body{
	background: none;
	margin: 0px 5% 0px 5%;
	font-size: 11px;
	letter-spacing: 0.5px;
	word-spacing: 1px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 1.5em;
}

h1,h2,h3,h4,h5{
	margin: 0;
	padding: 0;
}

h1{ font-size: 2em; }

h2{ font-size: 1.75em; }

h3{ font-size: 1.5em; }

h4{ font-size: 1.25em; }

h5{ font-size: 1em; }

a img{ border: none; }

a:link, a:visited{
	text-decoration: underline;
}

a:hover, a:active{
	text-decoration: none;
}

.image-left{
	float: left;
	padding: 15px;
}

.image-right{
	float: right;
	padding: 15px;
}

blockquote, code{
	margin: 15px 0;
	padding: 15px;
	border-left: 1px solid #000;
	background: #CCC;
	font-style: italic;
}




/***********************************************************
 SECTION: LIST ELEMENTS
***********************************************************/

ul.disc { list-style-type: disc; }
ul.circle{ list-style-type: circle; }
ul.square{ list-style-type: square; }
ol.arabic-numbers{ list-style-type: decimal; }
ol.upper-alpha{ list-style-type: upper-alpha; }
ol.lower-alpha{ list-style-type: lower-alpha; }
ol.upper-roman{ list-style-type: upper-roman; }
ol.lower-roman{ list-style-type: lower-roman; }




/***********************************************************
 SECTION: THEME LAYOUT
***********************************************************/

#header h2{
	position: relative;
	margin: 0;
	padding: 0 0 20px 0;
}

#header img{ 
	position: relative;
	margin: 0;
	padding: 0 0 20px 0;
}



/***********************************************************
 SECTION: TOOLBAR
***********************************************************/

#toolbar, #breadcrumbs{  display: none; }



/***********************************************************
 SECTION: CONTENT AND SIDEBAR
***********************************************************/

#sidebar{ display: none; }



/***********************************************************
 SECTION: BLOG PAGE STYLE
***********************************************************/

/* Blog entry container */
.blog-entry {
	margin-bottom: 20px;
}

/* Blog title and permalink */
.blog-entry-title {
	font-size: 1.5em;
}

/* Blog entry date and category tags */
.blog-entry-date{
	padding: 7px 0 10px 0;
	font-weight: bold;
}

/* Blog article tags */
p.blog-entry-tags{
	font-weight: bold;
}							




/***********************************************************
 SECTION: BLOG ARCHIVES
***********************************************************/

/* Styles the month/week/year heading */
.blog-archive-month{
	font-size: 2em;
	font-weight: bold;
}

/* Styles the month/week/year links */
.blog-archive-link{
	padding: 15px 0;
}





/***********************************************************
 SECTION: BLOG PAGE STYLE
***********************************************************/

/* Styles the page description */
.filesharing-description{ margin-bottom: 15px; }

/* Surrounds each file sharing entry */
.filesharing-item{
	padding: 10px 0;
}

/* Styles the title of each entry */
.filesharing-item-title{
	font-size:1.5em;
	margin-bottom: 5px;
}





/***********************************************************
 SECTION: PHOTO ALBUM PAGE STYLE
***********************************************************/

/* Styles the album title */
.album-title{
	font-size: 2em;
	font-weight: bold;
}

/* Styles the album description */
.album-description{ 
	display: block;
	padding: 20px 0;
}

/* Surrounds all image thumbnails */
.album-wrapper{
	position: relative;
	width: 100%;
	padding-top: 20px;
	overflow: visible;
}

/* Surrounds each album thumbnail entry; use for positional and alignment purposes */
.thumbnail-wrap{
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 60px;
	margin-right: 10px;
}

/* Surrounds the thumbnail image and caption */
.thumbnail-frame {
	position: absolute;
    bottom: 0;
    left: 0;
}





/***********************************************************
 SECTION: PHOTO INDIVIDUAL PAGE
***********************************************************/

/* Styles the background for this page */
.photo-background{
	margin: 50px 0;
	width: 100%;
	text-align: center;
	background: none;
}

/* Styles around the navigation controls */
.photo-navigation{
	width: 840px;
	margin: 0 auto;
}

/* Styles the title of this page */
.photo-title{
	font-size: 2em;
}

/* Styles the photo caption */
.photo-caption{ margin: 5px 0; }

/* Styles the navigation links */
.photo-links{
	padding-bottom: 15px;
}

/* Photo EXIF Metadata */
.exif-data p {
	margin: 0;
	padding: 0;
}





/***********************************************************
 SECTION: MOVIE ALBUM PAGE STYLE
***********************************************************/

.movie-page-title{
	font-size: 2em;
	font-weight: bold;
}

/* Styles the page description */
.movie-page-description{
	padding: 20px 0;
}

/* Styles around the movie thumbnail */
.movie-thumbnail-frame{
	display: block;
	width: 100%;
	overflow: auto;
	padding: 10px 0;
	border-top: 1px solid #EEE;
}

/* Movie Thumbnail */
.movie-thumbnail-frame img{ 
	float: left;
	padding-right: 15px;
}

/* Styles the movie thumbnail caption */
.movie-thumbnail-caption{ 
	float: left;
	font-size: 1.2em;
}






/***********************************************************
 SECTION: MOVIE POPUP
***********************************************************/

/* Styles the background of the popup window */
.movie-background{
	margin: 0;
	padding: 25px;
	background: none;
}

/* Styles the movie title */
.movie-title{
	font-size: 1.2em;
}

/* Styles around the actual movie (This is also used on the standard quicktime page style) */
.movie-frame{
	width: 100% !important;
	padding-bottom: 20px;
	overflow: hidden;
	text-align: left;
}