* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5 {
	margin-bottom: 8px;
	padding: 0;
}

blockquote, code {
	padding: 20px;
}

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

body, #body-wrapper, #content-wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	color: #000;
}

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

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


/* BLOG ELEMENTS */

.blog-entry {
	/* Bottom margin defined in css/blog/... */
}

.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.gif') 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.gif') center left no-repeat;
}


/* FILE SHARING ELEMENTS */

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

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

.filesharing-item-title {
	padding-bottom: 3px;
}


/* 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;
}

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


/* 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;
}

/* Styles the movie thumbnail caption */
.movie-thumbnail-caption{ 
	
}


/* MOVIE POPUP */

/* Styles the background of the popup window */
.movie-background{
	margin: 0;
	padding: 24px;
	border: none;
	text-align: center;
}

/* Styles the movie title */
.movie-title{
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 18px;
}

/* Styles around the actual movie (This is also used on the standard quicktime page style) */
.movie-frame{
	margin-bottom: 10px;
}
/* Body Footer Background */

body {
	color: #7F7F7F;
}

body, #footer-wrapper {
	background-color: #C8C8C8;
}


/* HEADER COLORS */

#header-wrapper {
	background-color: #D8D8D8;
}

#header h1 {
	color: #313131;
}

#header p {
	color: #4B4B4B;
}


/* MENU 1 COLORS */

#menu-color {
	background-color: #4C7F9D;
}

#menu ul li a {
	border-left: 1px solid #4C7F9D;
}

#menu ul li:last-child a {
	border-right: 1px solid #4C7F9D;
}

#menu ul li a {
	color: #FFFFFF;
}

#menu ul li a:hover {
	color: #9BAFC1;
}

#menu ul li a.current, #menu ul li a.currentAncestor {
	color: #CED6DF;
}


/* MENU 2 COLORS */

#menu2 {
	background-color: #9595A4;
}

#menu2 a {
	color: #B3B3B3;
}

#menu2 a:hover {
	color: #FFFFFF;
}

#menu2 a.current, #menu2 a.currentAncestor {
	color: #FFFFFF;
}


/* BODY COLORS */

#body-wrapper {
	background-color: #FFFFFF;
}

#content-wrapper a {
	color: #4C7F9D;
}

#content-wrapper a:hover {
	color: #9BAFC1;
}

h1, h2, h3, h4, h5 {
	color: #4C7F9D;
}

blockquote, code {
	background: #CCCCCC;
	color: #333333;
}


/* SIDEBAR COLORS */

#sidebar-user-content {
	color: #7F7F7F;
}

#sidebar-header {
	background-color: #9595A4;
	border-bottom: 1px solid #FFFFFF;
}

#sidebar-header h4 {
	color: #FFFFFF !important;
}

#sidebar-menu, #sidebar-content {
	background-color: #E7E7E7;
}

#sidebar-menu a, #sidebar-content a {
	color: #4C7F9D;
}

#sidebar-menu a:hover, #sidebar-content a:hover {
	color: #000000;
}

#sidebar-menu a.currentAncestor {
	color: #000000;
}

#sidebar-menu a.current {
	color: #2C76B8;
}


/* FOOTER COLORS */

#footer-wrapper {
	border-top: 10px solid #B2B2B2;
}

#footer {
	color: #000000;
}

#footer a {
	color: #2B76B7;
}

#footer a:hover {
	color: #2B76B7;
}


/* BLOG PAGE COLORS */

.blog-entry-title a, .blog-entry-title a:hover {
	color: #2D76B9 !important;
}

.blog-entry-date {
	color: #000000 !important;
}

.blog-entry-date a {
	color: #47AC29 !important;
}

.blog-entry-date a:hover {
	color: #47AC29 !important;
}

.blog-entry-comments, p.blog-entry-tags {
	color: #000000 !important;
}

.blog-entry-comments a, p.blog-entry-tags a {
	color: #47AC29 !important;
}

.blog-entry-comments a:hover, p.blog-entry-tags a:hover {
	color: #47AC29 !important;
}

.blog-archive-month {
	color: #2D76B9 !important;
}


/* PHOTO ALBUM COLORS */

.album-title {
	color: #2D76B9;
}

.thumbnail-wrap {
	color: #666666;
}


/* PHOTO SLIDE COLORS */

body.photo-background {
	background-color: #FFFFFF !important;
}

.photo-title {
	color: #888888;
}

.photo-caption {
	color: #AAAAAA;
}

.photo-links {
	padding-top: 10px;
}

.photo-links a {
	color: #46AB29;
}

.photo-links a:hover {
	color: #46AB29;
}


/* FILE SHARING COLORS */

.filesharing-item-title a {
	color: #46AB29 !important;
}

.filesharing-item-title a:hover {
	color: #46AB29 !important;
}

.filesharing-item-description {
	color: #666666;
}


/* MOVIE ALBUM COLORS */

.movie-page-title {
	color: #2D76B9;
}

.movie-thumbnail-caption {
	color: #666666;
}


/* MOVIE POPUP COLORS */

body.movie-background {
	color: #666666;
	background-color: #FFFFFF !important;
}

.movie-title {
	color: #2D76B9;
}


		#content-wrapper, #banner, #header, #menu, #menu2, #footer {
	width: 1000px;
}

body {
	font-family: arial, helvetica, verdana, sans-serif;
}

#menu ul li a {
	padding: 0 14px;
}

#menu ul li a {
	text-transform: uppercase;
}

#menu2 li {
	margin-right: 5px;
}

#menu2 {
	display: none;
}

#content-wrapper-inside {
	padding-right: 225px;
}

#sidebar {
	float: right;
	margin-right: -112px;
}

html > body #sidebar {
	margin-right: -225px;
}

#content {
	padding-right: 5%;
}

html > body #content {
	padding-right: 30px;
}

#banner {
	background-image: url('images/editable_images/banner1.jpg');
}

#header {
	text-align: left;
}

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

.thumbnail-wrap {
	margin-bottom: 50px;
	margin-right: 10px;
}

.movie-thumbnail-frame {
	margin-right: 10px;
}


		