body {
	background-color: #fff;
}

a:link, a:visited {
	color: #1870da;
}

#top_grad {
	background: repeat-y 50% 0 url(../../images/body_top_grad.png);
}

#container {
}

#pageHeader {
	background: url(../../images/header_bg.gif) repeat-x;
}

#pageHeader h1 {
}

#pageHeader h2 {
	color: #ffffff;
}

#sidebarContainer #sidebar {
	color: #0a559c;
}


#sidebarContainer .sideHeader {
}


#footer a:link, #footer a:visited {
	color: #fff;
}

#footer a:hover, #footer a:active {
	color: #fff;
}

#navcontainer {
}

#navcontainer #current {
	color: #e41b5b;
	background: transparent;
	text-shadow: 2px 2px 2px #ccc;
}

#navcontainer #current:hover {
	color: #e41b5b;
	background: transparent;
}

#navcontainer .currentAncestor {
	color: #e41b5b;
	background: transparent;
}

#navcontainer a{
	color: #2f63ab;
	background: transparent;
}

#navcontainer a:hover {
	background: transparent;
	color: #e41b5b;
	border: none;
}

#navcontainer ul ul a {
	background: transparent;
}

#navcontainer ul ul #current{
	background: transparent;
}

#navcontainer ul ul .currentAncestor {
	background: transparent;
}

#navcontainer ul ul ul #current{
	background: #70b3ef;
	color: #0a559d;
}

.blog-archive-month {
	text-shadow: 2px 2px 2px #07326d;
}

.blog-entry-title {
	color: #e41b5b;
}

.blog-entry-date {
	color: #999999;
}

.blog-entry-category, .blog-entry-permalink {
	color: #99999;
}

.album-title {
}

.photo-navigation {
	/*background: url(../../images/header_bg.png) repeat-x;*/
}

.photo-title {
	/*text-shadow: 2px 2px 2px #07326d;*/
}

.photo-caption {
	/*color: #c7e5fa;
	text-shadow: 2px 2px 2px #07326d;*/
}

.movie-page-title {
	color: #1870da;
}

.movie-background {
	background: repeat url(../../images/body_bg.png);
}

.movie-title {
	text-shadow: 2px 2px 2px #07326d;
}

/* Home specific */
.intro {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 1.4em;
	color: #e41b5b;
	line-height: 1.4em;
	margin-bottom: 30px;
}


/* Other styles */

.price {
	font-weight: bold;
	color: #d7001e;
}

.callout {
	font-size: 0.9em;
	display: block;
	background-color: #cafed0;
	padding: 10px;
}