/* @group General Styles */

body {
	background: transparent none;
	margin: 0px 5% 0px 5%;
	text-align: left;
	color: #000000;
	padding: 0px;
	font: 10pt Geneva, Arial, Helvetica;
	border-width: 0;
}

p { 
}

b, strong {
	font-weight: bold;
}

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

a:link:after, a:visited:after {
	content: " ("attr(href)")";
	color: #9c9c9c;
}

a:hover, a:active {
	color: #000;
}	
/* @end */

/* @group Layout */

#container {
	text-align: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-width: 0;
}

#pageHeader {
	text-align: left;
	background: none;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#pageHeader img {
	display: none;
}

#pageHeader #image1, #pageHeader #image2, #pageHeader #image3, #pageHeader #image4, #pageHeader #image5 {
	display: none;
}

#pageHeader h1 {
	color: #000000;
	margin: 0px;
	font-weight: bold;
	font-size: 16pt;
	padding: 0px;
}

#pageHeader h2 {
	color: #333333;
	margin: 0px;
	font-size: 13pt;
	font-weight: normal;
	padding: 0px;
}

#contentContainer {
	float: none !important;
	padding: 0px;
}

#contentContainer #content {
	padding: 0px;
}

#contentContainer #content img {
}

#sidebarContainer {
	float: right;
}

#sidebarContainer .sidebar {
	width: 190px;
	padding: 10px;
	border-left: 1px solid #cccccc;
}

#footer {
	text-align: center; 
	background: none;
	color: #000000;
	font-size: 10pt;
	border-top: 1px solid #cccccc;
	margin-top: 10px;
	padding-top: 10px;
}

#footer a {
}

#footer a:hover {
}
	
/* @end */

/* @group toolbar */

#navcontainer, #navcontainer_side {
	display: none;
}

#logo_side {
	display: none;
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	display: none;
}
	
/* @end */

/* @group Global Classes */

.standout {
	color: #474747;
	font-size: 11pt;
	font-weight: bold;
	letter-spacing: 1px;
	word-spacing: 2px;
	padding: 40px;
	background-color: #f5f5f5;
	font-style: italic;
}

h1 {
	font-size: 20pt;
	font-weight: bold;
	margin-bottom: 3px;
}

h2 {
	font-size: 18pt;
	font-weight: bold;
	margin-bottom: 3px;
}

h3 {
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: 3px;
}

h4 {
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 3px;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
}

.imageStyle {
}
	
/* @end */

/* @group Blog */

.blog-entry {
	border-style: none;
}

.blog-entry-title {
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: 3px;
	border-style: none;
}

.blog-entry-date {
	margin-bottom: 10px;
	margin-top: 5px;
	border-style: none;
	font-size: 10pt;
	color: #333333;
}

.blog-entry-body {
	margin-bottom: 45px;
	border-style: none;
}
	
/* @end */

/* @group File Sharing */

.filesharing-description {
	margin-bottom: 20px;
	border-bottom: 1px solid #d9d9d9;
}

.filesharing-item {
	
}

.filesharing-item-title {
	font-size: 16pt;
	font-weight: bold;
}

.filesharing-item-description {
	margin-bottom: 10px;
}

/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

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

.album-description {
}

.thumbnail-frame {
	margin: 0px;
	padding: 0px;
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
	height: 30px;
}

.thumbnail-frame img {
	background: repeat url(images/sidebar_bg.png);
}

.thumbnail-caption {
	color: #4c4c4c;
	margin-top: -2px;
	font-size: 10pt;
}
	
/* @end */

/* @group Single Page (Photo view) */

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

.photo-navigation {
	background: none;
	display: none;
}

.photo-navigation a {
	display: none;
}

.photo-navigation a:hover {
	display: none;
}

.photo-frame{

}

.photo-links {
	display: none;
}

.photo-title {
	display: none;
}

.photo-caption {
	font-size: 11pt;
	margin: 0px;
	text-align: center;
}

/* @end */
	
/* @end */

/* @group Quicktime Page */

.movie-title {
	font-size: 16pt;
	font-weight: bold;
	text-align: left;
}

.movie-description {
	text-align: center;
}

.movie-frame {
	text-align: center;
	margin-bottom: 10px;
}
	
/* @end */



body,
.movie-background, .photo-background {
	background-color: #666666;
	border-color: #C62837;
}

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

#container {
	border-color: #666666;
	background-color: #333333;
}

#contentContainer {
	background-color: #EEEEEE;
}


#contentContainer #content {
	color: #CCCCCC;
	background-color: #333333;
}



/* @group File Sharing */

.filesharing-item {
	background-color: #282828;
}

.filesharing-item-description {
}

/* @end */

		
#pageHeader {
	background-color: #CCCCCC;
}

.photo-navigation {
	background-color: #282828;
}

#pageHeader h1 {
	color: #660000;
}
		
#pageHeader h2 {
	color: #000000;
}
		
.photo-links {
	background-color: transparent;
	border-bottom-color: transparent;
}

.photo-caption {
	color: #CCCCCC;
}

.photo-title {
	color: #F4F4F4;
}

.blog-entry-title a {
	color: #CCCCCC;
}

.blog-entry, .filesharing-description, .standout {
	border-bottom-color: #555555;
}

.photo-links {
	color: #ACC7E7;
}

.exif-data,
.movie-title {
	color: #666666;
}

#navcontainer {
	border-bottom-color: #FFFFFF;
}

.photo-navigation a:link,
.photo-navigation a:visited {
	color: #ACC7E7;
}

#sidebarContainer .sideHeader,
#sidebarContainer h1,
#sidebarContainer h2,
#sidebarContainer h3,
#sidebarContainer h4,
#sidebarContainer h5
 {
	border-bottom-color: #CCCCCC;
	color: #999999;
}

#sidebarContainer {
	color: #999999;
}

#sidebar {
	color: #999999;
	background-color: #EEEEEE;
}

#sidebarContainer a {
	color: #999999;
}

#footer {
	background-color: #111111;
	color: #CCCCCC;
	border-color: #666666;
}

#footer a:link, #footer a:visited {
	color: #E0E0E0;
	text-decoration: underline;
}

#footer a:hover, #footer a:active {
	color: #F4F4F4;
	text-decoration: none;
}

#content h1 {
	color: #A3A3A3;
}

#content h2 {
	color: #A3A3A3;
}

#content h3 {
	color: #B7B7B7;
}

#content h4 {
	color: #B7B7B7;
}

#content h5 {
	color: #CCCCCC;
}

.photo-frame, .thumbnail-frame {
	/*border-color: #1E1E1E;
	background-color: #474747;*/
}

.form-input-field, .form-input-button {
	background-color: #666666;
	border-color: #212121;
	color: #CCCCCC;
}

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer ul a {
	color: #999999;
}

#navcontainer ul a:hover {
	color: #111111;
	background-color: #9C7A7D;
}

#navcontainer .current,
#navcontainer .currentAncestor {
	color: #111111;
	background-color: #9C7A7D;
}

#navcontainer a:hover {
	background-color: #9C7A7D;
	background-color: transparent;
}

#navcontainer ul ul a:hover, #navcontainer ul ul ul a:hover {
	background-color: transparent;
}
	
#navcontainer ul ul .current, #navcontainer ul ul ul .current, #navcontainer ul ul .currentAncestor, #navcontainer ul ul ul .currentAncestor {
	color: #111111;
	background: none;
}



/* Parent - Level 0 */

#navcontainer, #navcontainer ul {
	background-color: #31363E;
}


/* Child - Level 1 */

#navcontainer ul ul {
	background-color: #2C3037;
}



/* Child Level 3 */

#navcontainer ul ul ul {
	background-color: #22252B;
}

/* @end */


		body {
	font-family: Verdana, "Bitstream Vera Sans", "Vera Sans", Tahoma, Geneva, sans-serif;
}

body {
	font-size: 0.9em;
}

#navcontainer {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

#navcontainer li {
	width: 25%;
}

#navcontainer {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#navcontainer {
	height: 25px !important;
}

#pageHeader {
	height: 180px;
}

#pageHeader {
	background-image: none;
}


#pageHeader h1, #pageHeader h2 {
	
}

#pageHeader h1.header_effect, #pageHeader h2.header_effect {
	display: block;
}

#pageHeader h1.header_effect {
	opacity: 0.3;
	-moz-opacity: 0.3;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
}

#pageHeader h2.header_effect {
	opacity: 0.1;
	-moz-opacity: 0.1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=10);
}

#container, #footer, #navcontainer {
	width: 840px;
}

#navcontainer {
	margin-left: -420px;
	left: 50%;
}

#container {
	width: 840px;
}

* html #navcontainer ul ul, * html #navcontainer ul ul ul {
	width: 840px;
}

#sidebarContainer {
	display: none;
}

#container {
	background-image: none;
}

#contentContainer {
	width: 100%;
	border: none;
	margin: 0;
}


#contentContainer #content img {
	border-top: 1px solid #f0f0f0;
	border-right: 2px solid #dcdcdc;
	border-bottom: 2px solid #dcdcdc;
	border-left: 1px solid #f0f0f0;
}


#container {
}

.image-left {
	width: 40%;
	height: auto;
}


.image-right {
	width: 40%;
	height: auto;
}

.imageStyle {
	width: 100%;
	height: auto;
}

* html .imageStyle {
	w\idth: 98%;
	he\ight: auto;
}



#copyright {
	display: none;
}



		