/* @group Body Color */

body {
	background-color: #000000;
}

/* @end */

/* @group Header */

#header {
	background-color: #000000;
}

.sitetitle {

	color: #FFFFFF;
	
}

.slogan {
	color: #C6C6C6;
	
}

/* @end */

/* @group Navigation Horizontal */

#toolbar_horizontal {
	background-color: #CCCCCC;
}



#toolbar_horizontal a:hover, #toolbar_horizontal .current, #toolbar_horizontal .currentAncestor {
	background: #CCCCCC;
	color: #666666;
}

#toolbar_horizontal .current:hover, #toolbar_horizontal .currentAncestor:hover {
	background-color: #CCCCCC;
}

#toolbar_horizontal a {

	color: #333333;

}



#toolbar_horizontal ul ul a {

	color: #333333;
	background-color: #B3B3B3;


	
}

#toolbar_horizontal ul ul a:hover, #toolbar_horizontal ul ul a:active{
	background: #000000;

}

#toolbar_horizontal ul ul a:hover, #toolbar_horizontal ul ul a:active, #toolbar_horizontal ul ul .currentAncestor , #toolbar_horizontal ul ul .current{	color: #333333;

}


/* @end */

/* @group Navigation Vertical */



#side-navcontainer a:hover,
#side-navcontainer .current,
#side-navcontainer .currentAncestor
 {
	background-color: #434343;
	color: #FFFFFF;
}

#side-navcontainer a {

	color: #FFFFFF;

}

#side-navcontainer ul ul a {
color: #FFFFFF;
}

#side-navcontainer .currentAncestor:hover,
#side-navcontainer .current:hover {
background-color: #7E7E7E;
	}



#side-navcontainer ul ul .current,#side-navcontainer ul ul .currentAncestor,#side-navcontainer ul ul a:hover {
	color: #000000;
}

#side-navcontainer ul ul a:hover {


	background-color: #FFFFFF;
}




/* @end */

/* @group Link Color */

a:link, A:visited {
	text-decoration: none;
	color: #000000;
}

/* @end */

/* @group Hover Color */

a:hover, a:active {
	text-decoration: none;
	color: #4C4C4C;
}

/* @end */

/* @group Content Colour */

.right {

	color: #464646;
	background-color: #FFFFFF;
	border-color: #292929;
}

.left {
	color: #575757;
	background-color: #000000;
	border-color: #292929;
}

/* @end */

/* @group Footer Link Colour */

#footer {
	color:  #565656;
}
#footer a:link, #footer a:visited {
	color:  #FFFFFF;
}
#footer a:hover, #footer a:active{
	color:  #565656;
}
/* @end */

/* My Comment */

/* @group Navcontainer Links */

#navcontainer .currentAncestor {
	color: %colour_nav_current%;
}

#navcontainer a:hover { 
	color: %colour_nav_hover%;

	text-decoration: none;
}

#navcontainer ul ul #current{
	height: 20px;
	color: %colour_subnav_cur%;
	text-indent: 10px;
	background-image: none;
}

/* @end */

/* @group H title */

h3 {
	font: bold 11px Helvetica, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	color: #565656;
	margin: 0 0 5px;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #565656;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #565656;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #565656;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	color: #565656;
}



/* @end */

/* @group Sidebar */

.left h5 {
	font-size: 12px;
	font-weight: bold;
	color: #565656;
	margin: 0 0 10px;
}



/* @end */

/* @group Plugins */



.blog-read-more {
	display: block;
	height: 18px;
	background: no-repeat left center url(../../images/readmore.png);
	padding-left: 30px;
	line-height: 18px;
	color: #2467AD;
	text-decoration: none;
	margin-top: 20px;
	text-align: left;
	font-weight: bold;
} 	.blog-archive-headings-wrapper {
	color: #2467AD;
	font-size: 25px;
	line-height: 30px;
	text-decoration: none;
}

.album-title {
	color: #2467AD;
	font-size: 20px;
} 	.thumbnail-caption {
	text-align: center;
	color: #2467AD;
} .photo-title {
	color: #2467AD;
	font-size: 20px;
}

.movie-page-title {
	color: #2467AD;
	font-size: 20px;
} 	.movie-thumbnail-caption {
	text-align: center;
	margin-top: 5px;
	color: #2467AD;
} 	.movie-title {
	text-align: center;
	color: #2467AD;
	font-size: 12px;
}



/* @end */

