/* LAYOUT ADJUSTMENTS */

#header, #menu, #banner, #sidebar, #footer {
	display: none;
}

#wrapper, #content {
	margin: 0;
	padding: 0;
	width: 100%;
}


/* TEXT AND CONTENT STYLES */

body {
	font-size: 12px;
	line-height: 18px;
	font-family: arial, helvetica, verdana, sans-serif;
}

p {
	margin-bottom: 18px;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	margin-bottom: 18px;
}

h1 {
	font-size: 36px;
	line-height: 42px;
}

h2 {
	font-size: 24px;
	line-height: 30px;
}

h3 {
	font-size: 18px;
	line-height: 24px;
	
}

h4, h5 {
	font-size: 12px;
	line-height: 18px;
}

ul, ol {
	margin-bottom: 18px;
}

a {
	text-decoration: underline;
}

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

a img {
	border: none;
}

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

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

/* BLOG ELEMENTS */

.blog-entry {
	margin-bottom: 24px;
}

.blog-entry-title, .blog-archive-month {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 5px;
}

	.blog-entry-title a {
		text-decoration: none;
	}
	
	.blog-entry-title a:hover {
		text-decoration: underline;
	}
	
.blog-entry-date {
	font-size: 12px;
	margin-bottom: 5px;
}

.blog-entry-comments {
	font-size: 12px;
	margin-top: 7px;
	padding: 0 0 0 20px;
	background: transparent url('images/comment.png') center left no-repeat;
}

p.blog-entry-tags{
	margin: 0;
	padding: 0;
	font-size: 12px;
	margin-top: 7px;
	padding: 0 0 0 20px;
	background: transparent url('images/tag.png') center left no-repeat;
}

.blog-archive-headings-wrapper {
	margin-bottom: 24px;
}

/* FILE SHARING ELEMENTS */

.filesharing-description{
	margin-bottom: 18px;
}

.filesharing-item{
	padding: 0 0 6px 23px;
	background: transparent url('images/download.png') 0 2px no-repeat;
}

/* PHOTO ALBUM */

.album-title{
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 18px;
}

.album-wrapper {
	width: 99%;
	overflow: auto;
	margin-top: 24px;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
}

/* PHOTO PAGE */

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

/* Styles around the navigation controls */
.photo-navigation{
	margin: 0 auto 48px auto;
	padding-top: 10px;
}

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

/* Styles the photo caption */
.photo-caption{
	font-size: 24px;
}

/* MOVIE ALBUM */

.movie-page-title{
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 18px;
}

/* Styles the page description */
.movie-page-description{
	margin-bottom: 24px;
}

/* Styles around the movie thumbnail */
.movie-thumbnail-frame {
	width: 132px;
	height: 110px;
	float: left;
	position: relative;
	text-align: center;
	padding: 2px;
	margin-bottom: 10px;
}

/* Movie Thumbnail */
.movie-thumbnail-frame img{ 
	margin-bottom: 9px;
}
/* TEXT COLORS */

body {
	background-color: #EBE9DE;
	color: #85857E;
}

#headerWrapper{
	background-color: #EBE9DE;
}

h1, h2, h3, h4, h5, .photo-title, .album-title{
	color: #8399AE;
}

a:link, a:visited {
	color: #013577;
}

a:hover, a:active {
	color: #3468AA;
}

blockquote, code {
	background: #3B3632;
	color: #8E8677;
	border-top: 1px solid #544F4B;
}

h1#title, .blog-entry-date{
	color: #8399AE;
	text-shadow: #C4C2B7 0 1px 0;
}

h2#slogan{
	color: #85857E;
	text-shadow: #D1CFC4 0 1px 0;
}
	
#currentDate{
	color: #8399AE;
	text-shadow: #C4C2B7 0 1px 0;
}
	
#sidenote{
	background-color: #8399AE;
}

h2.sideTitle, .blog-entry-title a{
	color: #57667E;
}

/* TAB COLORS */

#navigation ul {
	background-color: #F0EEE3;	
}

#navigation a {
	color: #72726D;
	text-shadow: #D1CFC4 0 1px 0;
}

#navigation a:hover {
	color: #94948D;
}

#navigation a:active {
	color: #E4E4DA;
}

#navigation a.current, #navigation a.currentAncestor {
	color: #C1C1B9 ;
}


/* SIDEBAR Navigation */

#sidebar-menu ul ul li a {
	color: #E4E4DA;
}

#sidebar-menu ul ul li a:hover {
	color: #ABABA3;
}

#sidebar-menu ul ul li a.current {
	color: #FFFFFF;
}

#sidebar-menu ul ul {
	border-bottom: 1px solid #FFFFF7;
}

#sidebar-menu ul ul var{
	color: #697F94;
}

#footer{
	color: #8399AE;
}

#footer a{
	color: #DAB9A3;
}

#footer a:hover{
	color: #FDFEFD;
}

/* CONTACT FORM COLORS */
.message-text, label{
	color: #8399AE;
}

.form-input-field {
	background-color: #F7F5EA;
	border: #FFFFFA solid 2px;
	color: #697F94;
} 

/* FILESHARING COLORS */

.filesharing-item a{
	color: #1A4E90
}

.filesharing-item a:hover{
	color: #3468AA
}

/* PHOTO ALBUM COLORS */

.thumbnail-wrap img, .movie-frame, .movie-thumbnail-frame img {
	color: #85857E;
	border: 5px solid #FFFFFF;
}

.thumbnail-wrap img:hover, .movie-frame, .movie-thumbnail-frame img:hover {
	border: 5px solid #FFFFFF;
}


/* PHOTO SLIDE COLORS */

.photo-caption {
	color: #85857E;
}

.photo-links a {
	color: #013577;
}

.photo-links a:hover {
	color: #4074B6;
}

/* MOVIE ALBUM COLORS */

.movie-page-title {
	color: #8399AE;
}

.movie-thumbnail-caption {
	color: #85857E;
}


/* MOVIE POPUP COLORS */

.movie-background {
	color: #EBE9DE;
}

.movie-title {
	color: #8399AE;
}


		#headerWrapper{
	background-image: url('images/top_grad_light_noise.png');
}

#contentWrapper {
	background: url('images/content_container_light_noise.png') repeat-x 0px 0px;
}

.wrapper{
	width: 1000px;
}

@media only screen and (max-device-width: 480px) {
  .wrapper {width: 960px;}
}

#mmddyy{
	display: none;
}

#ddmmyy{
	display: none;
}

#yymmdd{
	display: none;
}

#featureImage, .slide{
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#contentWrapper{
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#featureImage {
	background: url('images/editable_images/header1.jpg') top left no-repeat;
}

h1, h2, h3, h4, h5, h6, #currentDate {
	font-family: Arial, Helvetica, sans-serif;
}


		