/*   
Oulrikoe
*/

/* @group Reset */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

body {
	margin: 0;
	padding: 0;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

blockquote {
	padding: 10px;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
	-moz-outline-style: none;
}

/* remember to highlight inserts somehow! */

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

input, select {
	vertical-align: middle;
}

html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	color: #797979;
	background: #eee;
	font: 75%/1.25em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 0;
	margin: 0;
}

.clearer {
	clear: both;
}

.spacer {
	display: block;
	position: relative;
	height: 100px;
}

.smallSpacer {
	display: block;
	position: relative;
	height: 50px;
}

.external {
	padding-right: 12px;
	background: url(images/icons/external.png) no-repeat right center;
}

/* @end */

/* @group Inline Images */

img {
	border-style: none;
}

.image-left {
	float: left;
	padding: 10px 10px 10px 0;
	position: relative;
}

.image-right {
	float: right;
	padding: 10px 0 10px 10px;
	position: relative;
}

/* @end */

/* @group Links */

a:link {
	text-decoration: none;
	font-weight: normal;
	color: #2ba9d4;
}

a:visited {
	color: #2ba9d4;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #fc0012;
}

a:active {
	text-decoration: underline;
	font-weight: normal;
	color: #fc0012;
}

/* @end */

/* @group Headers */

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	line-height: 1.25em;
}

/* @end */

/* @group Lists */

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

/* @end */

/* @group Extra Content */

.ecName {
	display: none;
}

#extraContainer2 {
	position: relative;
	float: right;
	z-index: 10;
	display: block;
	margin: 0;
	padding: 8px 0 0;
}

#extraContainer3 {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}

#extraContainer4 {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}

#extraContainer5 {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}

#extraContainer6 {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}

#extraContainer7 {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}

#extraContainer8 {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}

/* @end */

/* @group Logo Images */

#logoLeft {
	z-index: 40;
	position: fixed;
	top: 25px;
	left: 25px;
	display: none;
}

#logoRight {
	z-index: 40;
	position: fixed;
	top: 25px;
	right: 25px;
	display: none;
}

#headerLogo {
	display: none;
}

#contentLogoTop {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
}

#contentLogoTop {
	position: relative;
	z-index: 1;
	display: none;
}

#contentLogoBottom {
	position: relative;
	z-index: 1;
	display: none;
}

#sidebarTop {
	text-align: center;
	display: none;
}

#sidebarBottom {
	text-align: center;
	display: none;
}

/* @end */

/* @group Layout */

/* @group Background Image */

#extraContainer1 {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	padding: 0;
	margin: 0;
}

/* @end */

#main {
	padding: 0;
	display: block;
	position: relative;
	margin: 0 auto;
	z-index: 20;
}

#overlay {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

#header {
	display: block;
	height: 2.50em;
	position: relative;
}

#headerWrapper {
	display: block;
	height: 2.50em;
	position: relative;
}

#siteTitle {
	display: inline;
	float: left;
	position: relative;
	z-index: 0;
}

#siteTitle a {
	text-decoration: none;
	font-size: 1.75em;
	line-height: 1.50em;
}

#siteTitleGradient {
	background: transparent url(images/editable_images/site-title-gradient.png);
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	height: 25px;
	width: 100%;
}

#siteSlogan {
	color: #fff;
	display: inline;
	line-height: 1.50em;
	font-size: 1.75em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	padding-left: 20px;
	position: relative;
	z-index: 0;
}

#siteSloganGradient {
	background: transparent url(images/editable_images/site-slogan-gradient.png);
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	height: 25px;
	width: 100%;
}

/* @group Content */

#contentContainer {
	display: block;
	position: relative;
	background-color: #ffffff;
	padding: 15px;
	border: 1px solid #e6e6e6;
}

#contentContainer #content {
	background: #fff;
	padding: 0;
	color: #c0c0c0;
	border: 1px solid #e6e6e6;
	margin: 0 0 0 215px;
	position: relative;
}

#content h1 {
	font-size: 2.25em;
	font-weight: normal;
}

#content h2 {
	font-size: 2.00em;
	font-weight: normal;
}

#content h3 {
	font-size: 1.75em;
	font-weight: normal;
}

#content h4 {
	font-size: 1.50em;
	font-weight: normal;
}

#content h5 {
	font-size: 1.25em;
	font-weight: normal;
}

#content h6 {
	font-size: 1.00em;
	font-weight: normal;
}

#contentWrapper {
	margin: 0;
	padding: 0;
	background: transparent;
	overflow: hidden;
}

/* @end */

/* @group Sidebar */

#aside {
	width: 200px;
	display: block;
	position: relative;
	float: left;
}

#sidebarTitle h3 {
	color: #929292;
	padding-bottom: 3px;
}

#aside #sidebar {
	color: #929292;
	padding-bottom: 3px;
}

#sidebar h1 {
	font-size: 2.25em;
	font-weight: normal;
}

#sidebar h2 {
	font-size: 2.00em;
	font-weight: normal;
}

#sidebar h3 {
	font-size: 1.75em;
	font-weight: normal;
}

#sidebar h4 {
	font-size: 1.50em;
	font-weight: normal;
}

#sidebar h5 {
	font-size: 1.25em;
	font-weight: normal;
}

#sidebar h6 {
	font-size: 1.00em;
	font-weight: normal;
}

/* @end */

#footerContainer {
	height: 2.00em;
	display: block;
	position: relative;
}

#footer {
	display: inline;
	position: absolute;
	right: 0;
	top: 5px;
	font-size: 80%;
	text-align: right;
}

#breadcrumb {
	display: inline;
	position: absolute;
	top: 5px;
	left: 0;
}

#breadcrumb ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#breadcrumb li {
	display: inline;
	float: left;
	font-size: 80%;
}

/* @end */

/* @group Navigation */

#nav {
	display: block;
	padding: 0;
	margin: 0 0 15px;
	position: relative;
}

#nav ul {
	display: block;
	padding: 0;
	margin: 0;
}

#nav li {
	display: inline;
	padding: 0;
	margin: 0;
}

#nav ul li a {
	position: relative;
	line-height: 1.50em;
	text-decoration: none;
	padding-left: 0;
}

#nav a:hover {
	text-decoration: none;
}

#nav ul li a {
	display: block;
}

#nav .current,
#nav .current:hover {
	cursor: default;
	text-decoration: none;
}

#nav ul ul li a {
	padding-left: 20px;
}

#nav ul ul ul li a {
	padding-left: 40px;
}

/* @end */

/* @group Search Bar Functions */

#topSearchContainer {
	display: none;
	position: relative;
}

#topSearchFunction {
	display: inline;
	height: 27px;
	width: 202px;
	margin: 0 10px 0 0;
	padding: 0;
}

#topSearchFunction fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

#topSearchFunction input {
	float: left;
	font-size: 12px;
	width: 198px;
	margin: 0;
	background: #fff url(images/editable_images/search.gif) no-repeat right center;
	border: 1px solid #e6e6e6;
	color: #c0c0c0;
	text-indent: 3px;
	padding: 0;
	line-height: 22px;
	height: 22px;
	outline: none;
}

/* Middle Search Bar */

#middleSearchContainer {
	display: none;
	position: relative;
}

#middleSearchFunction {
	display: inline;
	height: 27px;
	width: 202px;
	margin: 0 10px 0 0;
	padding: 0;
}

#middleSearchFunction fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

#middleSearchFunction input {
	float: left;
	font-size: 12px;
	width: 198px;
	margin: 0;
	background: #fff url(images/editable_images/search.gif) no-repeat right center;
	border: 1px solid #e6e6e6;
	color: #c0c0c0;
	text-indent: 3px;
	padding: 0;
	line-height: 22px;
	height: 22px;
	outline: none;
}

/* Lower Search Bar */

#lowerSearchContainer {
	display: none;
	position: relative;
	margin-top: 15px;
}

#lowerSearchFunction {
	display: inline;
	height: 27px;
	width: 202px;
	margin: 0 10px 0 0;
	padding: 0;
}

#lowerSearchFunction fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

#lowerSearchFunction input {
	float: left;
	font-size: 12px;
	width: 198px;
	margin: 0;
	background: #fff url(images/editable_images/search.gif) no-repeat right center;
	border: 1px solid #e6e6e6;
	color: #c0c0c0;
	text-indent: 3px;
	padding: 0;
	line-height: 22px;
	height: 22px;
	outline: none;
}

/* @end */

/* @group Footer Navigation Links */

#footerNavigationLinks {
	text-align: left;
	display: none;
	position: absolute;
	top: 5px;
	left: 0;
	margin: 0;
	line-height: 1.00em;
	padding: 0;
	font-size: 80%;
}

#footerNavigationLinks ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#footerNavigationLinks li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0 10px;
}

#footerNavigationLinks li:first-child {
	padding-left: 0;
}

#footerNavigationLinks a,
#footerNavigationLinks p {
	display: inline;
	margin: 0;
	padding: 0;
}

#footerNavigationLinks ul ul {
	display: none;
}

/* @end */

/* @group Blog */

.blog-archive-background {
	
}

.blog-entry-summary {
	margin-bottom: 15px;
}

.blog-archive-headings-wrapper {
	border-bottom: 1px solid;
}

.blog-archive-entries-wrapper {
	
}

.blog-archive-entries-wrapper .blog-entry {
	
}

.blog-archive-month {
	font-size: 2.2em;
	letter-spacing: -1px;
}

.blog-archive-link {
	
}

.blog-archive-link a:link, .blog-archive-link a:visited {
	
}

/* Blog Tag Cloud */

ul.blog-tag-cloud {
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

ul.blog-tag-cloud li {
	display: inline;
	padding-right: 5px;
}

.blog-tag-size-1 {
	font-size: 0.8em;
}

.blog-tag-size-2 {
	font-size: 0.85em;
}

.blog-tag-size-3 {
	font-size: 0.9em;
}

.blog-tag-size-4 {
	font-size: 0.95em;
}

.blog-tag-size-5 {
	font-size: 1em;
}

.blog-tag-size-6 {
	font-size: 1.05em;
}

.blog-tag-size-7 {
	font-size: 1.1em;
}

.blog-tag-size-8 {
	font-size: 1.15em;
}

.blog-tag-size-9 {
	font-size: 1.2em;
}

.blog-tag-size-10 {
	font-size: 1.25em;
}

.blog-tag-size-11 {
	font-size: 1.3em;
}

.blog-tag-size-12 {
	font-size: 1.35em;
}

.blog-tag-size-13 {
	font-size: 1.4em;
}

.blog-tag-size-14 {
	font-size: 1.45em;
}

.blog-tag-size-15 {
	font-size: 1.5em;
}

.blog-tag-size-16 {
	font-size: 1.55em;
}

.blog-tag-size-17 {
	font-size: 1.6em;
}

.blog-tag-size-18 {
	font-size: 1.65em;
}

.blog-tag-size-19 {
	font-size: 1.7em;
}

.blog-tag-size-20 {
	font-size: 1.75em;
}

/* Main Blog entries */

.blog-entry {
	padding-bottom: 20px;
}

.blog-entry-title {
	font-size: 150%;
	line-height: 1.00em;
	font-weight: normal;
	margin: 0px;
	padding-bottom: 5px;
}

.blog-entry-title a {
	text-decoration: none;
	padding-bottom: 5px;
}

.blog-entry-date {
	line-height: 1.00em;
	padding-bottom: 10px;
}

.blog-read-more {
	display: block;
	padding-top: 0px;
}

.blog-entry-body {
	
}

.blog-entry-comments {
	
}

p.blog-entry-tags {
	
}

/* Styles the category link/s in the main Blog entry */

.blog-entry-category {
	
}

.blog-entry-category a {
	
}

.blog-entry-category a:link, .blog-entry-category a:visited {
	
}

#blog-archives br,
#blog-categories br,
#blog-rss-feeds br {
	display: none;
}

/* styles the archives in the blog sidebar */

#blog-archives {
	margin-bottom: 20px;
	margin-top: 20px;
}

.blog-archive-link-enabled {
	background-repeat: no-repeat;
	display: block;
}

.blog-archive-link-disabled {
	background-repeat: no-repeat;
	display: block;
}

/* Styles the blog categories in the blog sidebar */

#blog-categories {
	margin-top: 20px;
}

.blog-category-link-enabled {
	display: block;
}

.blog-category-link-disabled {
	display: block;
}

/* Styles the blog RSS feeds in the blog sidebar */

#blog-rss-feeds {
	margin-top: 20px;
}

.blog-rss-link {
	background-repeat: no-repeat;
	background-image: url(images/icons/rss-icon.png);
	background-position: left center;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
}

.blog-comments-rss-link {
	background-repeat: no-repeat;
	background-image: url(images/icons/rss-icon.png);
	background-position: left center;
	padding-left: 15px;
	display: block;
}

/* @end */

/* @group File Sharing */

.filesharing-description {
	
}

.filesharing-item {
	padding-bottom: 15px;
	padding-top: 15px;
}

.filesharing-item-title a:link {
	font-weight: normal;
	margin-bottom: 0px;
	text-decoration: none;
}

.filesharing-item-title a:hover {
	font-weight: normal;
	text-decoration: none;
}

/* @end */

/* @group Flash */

#flashcontent {
	text-align: center;
}

/* @end */

/* @group Photo Album */

.album-title {
	font-weight: bold;
	margin-bottom: 3px;
	font-size: 1.25em;
}

.album-description {
	margin-bottom: 50px;
}

.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 60px;
	margin-right: 20px;
}

.thumbnail-frame {
	background-image: url('images/theme_files/loading_background.png');
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 5px;
}

.thumbnail-frame:hover {
	
}

.thumbnail-frame a {
	
}

.thumbnail-frame a:hover {
	background: transparent;
}

.thumbnail-frame img {
	margin: auto;
	border: none;
	padding: 0px;
}

.thumbnail-caption {
	margin: 0;
	width: 100%;
	height: 38px;
	display: block;
	padding: 0 0 0 5px;
}

/* CSS Formatting for Single Page (Photo view) */

.photo-background {
	text-align: left;
}

.photo-navigation {
	width: 200px;
	float: left;
	margin: 15px 15px 0;
	padding: 15px;
}

.photo-links {
	
}

.photo-navigation a:link,
.photo-navigation a:visited {
	
}

.photo-navigation a:hover {
	background: transparent;
}

.photo-frame {
	background-image: url('images/theme_files/loading_background.png');
	padding: 0px;
	position: absolute;
	left: 260px;
	top: 15px;
}

.photo-title {
	margin: 0;
	font-size: 1.25em;
	font-weight: normal;
}

.photo-caption {
	margin: 0;
}

/* Styling Exif Data */

.exif-data {
	font-size: 0.75em;
	line-height: 1.5em;
	clear: left;
	margin-left: 15px;
	margin-top: 15px;
	padding: 15px;
	float: left;
	width: 200px;
}

.exif-data p {
	margin: 0;
	padding: 0;
}

/* @end */

/* @group Movie Page */

.movie-description {
	margin-top: 15px;
}

/* @end */

/* @group Movie Album */

.movie-page-title {
	font-weight: bold;
	margin-bottom: 0px;
}

.movie-page-description {
	margin-bottom: 15px;
}

.movie-thumbnail-frame {
	width: 134px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.movie-thumbnail-frame:hover {
	
}

.movie-thumbnail-frame img {
	padding: 1px;
	margin-bottom: 5px;
}

.movie-thumbnail-caption {
	
}

/* CSS formatting for Singular Quicktime Movies */

.movie-page-title {
	font-weight: bold;
	margin-bottom: 0px;
}

.movie-page-description {
	margin-bottom: 10px;
}

.movie-thumbnail-frame {
	width: 132px;
	display: inline;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 1px;
	font-size: 1em;
	position: relative;
	z-index: 10;
}

/* @end */

/* @group Contact Form */

form {
	margin: 0px;
	padding: 0px;
}

.message-text {
	font-style: normal;
}

.form-input-field {
	font-size: 1.25em;
	width: 98%;
}

.form-input-button {
	font-size: 1.5em;
}

/* @end */





/* @group JS-Kit Override */

.js-singleCommentBodyT {
	display: block;
	margin: 0;
	padding: 17px 0 0;
}

.js-singleCommentHeader {
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
}

.js-OldComments,
.js-commentFieldLabel,
.js-pmFieldLabel,
.js-singleCommentBody,
.js-singleCommentKarmaComMod,
.js-commentBodyLabel,
.js-commentCmtTextarea,
.js-commentAvatarArea,
.js-OldCommentsWrap,
.js-OldComments,
.js-CreateCommentFieldsWrap,
.js-CreateCommentFields,
.js-commentCmtTextarea,
.js-kit-comments div {
	clear: none !important;
}

.js-singleCommentText {
	display: block !important;
	clear: both !important;
}

.js-kit-comments br {
	display: none !important;
}

.js-singleCommentBody br {
	display: block !important;
}

/* @end */

/* @group RW5 Sitemap */

.rw-sitemap ul {
	margin: 0;
	padding: 0;
	list-style-type: disc;
	list-style-position: inside;
}

.rw-sitemap ul li {
	margin: 0 0 10px 0;
}

.rw-sitemap ul li:last-child {
	margin: 0;
}

.rw-sitemap ul li li {
	margin: 0 0 5px 0;
}

.rw-sitemap ul li li:last-child {
	margin: 0;
}

.rw-sitemap ul ul {
	padding: 0 0 0 20px;
	list-style-type: square;
}

.rw-sitemap ul ul ul {
	list-style-type: circle;
}

/* @end */
body {
	background: #330033;
}

#slogan h2 {
	color: #3F003F;
}


a:link {
	color: #E7ACE8;
}

a:hover {
	color: #CC99CC;
}

a:active {
	color: #663366;
}

a:visited {
	color: #9A6799;
}

h1 {
	color: #666666;
}

h2 {
	color: #FCCDFC;
}

h3 {
	color: #FECCFE;
}

h4 {
	color: #FFCCFF;
}

h5 {
	color: #9A6699;
}

h6 {
	color: #666666;
}

blockquote {
	background: #E4E4E4;
	color: #666666;
	border-left: 2px solid #CCCCCC;
}

#extraContainer1 {
	color: %colour_ec_one%;
}

#extraContainer2 {
	color: %colour_ec_two%;
}

#extraContainer3 {
	color: %colour_ec_three%;
}

#extraContainer4 {
	color: %colour_ec_four%;
}

#extraContainer5 {
	color: %colour_ec_five%;
}

#extraContainer6 {
	color: %colour_ec_six%;
}

#extraContainer7 {
	color: %colour_ec_seven%;
}

#extraContainer8 {
	color: %colour_ec_eight%;
}

#topSearchFunction input,
#middleSearchFunction input,
#lowerSearchFunction input {
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #929292;
}

#siteTitle a {
	color: #270026;
	text-shadow: #000000 1px 1px 1px;
}

#siteTitle a:hover {
	color: #270026;
}

#siteSlogan {
	color: #270026;
	text-shadow: #000000 1px 1px 1px;
}

#contentContainer {
	background: #320233;
	border: 1px solid %colour_contentcontainer_border%;
}

#contentContainer #content {
	color: #FFFFFF;
	background: #320233;
	border-color: #260326;
}

#nav a {
	color: #CC99CC;
}

#nav a:hover {
	color: #9B6899;
}

#nav a:active {
	color: #FFFFFF;
}

#nav .current,
#nav .current:hover {
	color: #FFFFFF;
}

#sidebarTitle h3 {
	color: #FF99CC;
}

#sidebar,
#pluginSidebar {
	color: #CCCCCC;
}

#sidebar a,
#pluginSidebar a {
	color: #CC99CC;
}

#sidebar a:hover,
#pluginSidebar a:hover {
	color: #CC98CC;
}

#sidebar a:active,
#pluginSidebar a:active {
	color: #CC98CC;
}

#sidebar a:visited,
#pluginSidebar a:visited {
	color: #CC98CC;
}

#footer {
	color: #9C699A;
}

#footer a:link,
#footerNav a {
	color: #996699;
}

#footer a:hover,
#footerNav a:hover {
	color: #9B6899;
}

#footer a:active,
#footerNav a:active {
	color: #996699;
}

#headerSidebarContent a {
	color: #CC99CC;
}

#headerSidebarContent a:hover {
	color: #CC98CC;
}

#headerSidebarContent a:active {
	color: #CC98CC;
}

#breadcrumbcontainer li, #breadcrumbcontainer {
	color: #ADADAD;
}

#breadcrumb a {
	color: #996699;
}

#breadcrumb a:hover {
	color: #CC99CC;
}

#breadcrumb a:active {
	color: #9C699A;
}




/* @group Albums */

.movie-thumbnail-frame img,
.thumbnail-frame img {
	box-shadow: 2px 2px 4px #666666;
  	-moz-box-shadow: 2px 2px 4px #666666;
  	-webkit-box-shadow: 2px 2px 4px #666666;
  	border: 5px solid #FEFEFE;
}

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

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

p.movie-title,
p.photo-title {
	color: #333333;
}

p.photo-caption {
	color: #333333;
}

.photo-links {
	color: #B3B3B3;
	border-top: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
}

.photo-links a {
	color: #2BA9D4;
}

.photo-links a:visited {
	color: #2BA9D4;
}

.photo-links a:hover {
	color: #2BA9D4;
}

.photo-links a:active {
	color: #2BA9D4;
}

.movie-frame object,
img.photo-frame {
	box-shadow: 2px 2px 6px #000000;
  	-moz-box-shadow: 2px 2px 6px #000000;
  	-webkit-box-shadow: 2px 2px 6px #000000;
}

.exif-data {
	color: #fff;
	box-shadow: 2px 2px 6px #000000;
  	-moz-box-shadow: 2px 2px 6px #000000;
  	-webkit-box-shadow: 2px 2px 6px #000000;
}

/* @end */





		/* @option user selected background position setting */

#extraContainer1 img {
        /* Set rules to fill background */
        min-height: 100%;
        min-width: 1024px;

        /* Set up proportionate scaling */
        width: 100%;
        height: auto;

        /* Set up positioning */
        position: fixed;
        top: 0;
        left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
        #extraContainer1 img {
                left: 50%;
                margin-left: -512px;   /* 50% */
        }
}

/* @option user selected background overlay pattern setting */

#overlay {
	display: none;
}

/* @option user selected body padding setting */

.spacer {
	height: 25px;
}

#contentContainer #content {
	border-width: 1px;
	border-style: solid;
}

h1, h2, h3, h4, h5, h6,
#siteTitle,
#siteSlogan,
#headerSidebarTitle h3,
.blog-entry-title,
.album-title,
.photo-title,
.movie-page-title {
	font-family: Helvetica, helvetica, sans serif;
}

body {
	font-family: Arial, arial, Helvetica, sans-serif;
}

body {
	font-size: 80%;
}

body {
	line-height: 1.50em;
}

#contentLogoTop {
	display: block;
	margin-bottom: 15px;
	text-align: left;
}



#topSearchContainer {
	display: none;
}

#contentContainer #content {	
	margin-left: 190px;
	margin-right: 0;
}

#aside {
	display: block;
	float: left;
	width: 175px;
}

/* Width minus 2px aside width */
#topSearchFunction input,
#middleSearchFunction input,
#lowerSearchFunction input {
	width: 173px;
}

#nav {
	font-size: 125%;
}

#main {
	width: 950px;
}

.middleCorners {
	width: 750px;
}

#contentContainer #content {
	padding: 15px;
}


		