/* @group General Styles */

body {
	color: #000;
	font: 0.75em/1.6em "lucida grande", verdana, tahoma, sans-serif;
	margin: 20px;
	padding: 0;
}

p {
}

b, strong {

}

a:link, a:visited {
}

a:hover, a:active {

}

img {

}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
}
	
/* @end */

/* @group Layout */

#container {
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	position: relative;
	background-color: #fff;
}

.clearer {
	clear: both;
}

#pageHeader {
	height: 74px;
	margin-bottom: 20px;
}

#pageHeader img {
	position: absolute;
	top: 0;
	right: 0;
}

#pageHeader h1 {
	color: #7e7e7e;
	font-size: 2.7em;
	margin: 0 0 7px;
	letter-spacing: 1px;
}

#pageHeader h2 {
	font-weight: normal;
	margin: 0;
	font-size: 1em;
	color: #b8b8b8;
	letter-spacing: 1px;
	word-spacing: 2px;
	padding-top: 10px;
}

#contentContainer {
	padding-right: 5px;
	padding-left: 5px;
}

#contentContainer #content {
	color: #000;
}

#sidebarContainer {
	width: 205px;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 5px;
}

#sidebarContainer #sidebar {
	color: #010101;
	width: 99%;
}

#sidebarContainer .sideHeader {
	color: #000000;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}

#footer {
	width: 680px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: center;
}

#footer p {
	margin: 0;
	padding: 5px;
}

#footer a:link, #footer a:visited {

}

#footer a:hover, #footer a:active {
	
}

	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	text-align: center;
	height: 25px;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0;
	padding-top: 5px;
	padding-left: 5px;
	color: #d4d4d4;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {
	color: #d4d4d4;
	text-decoration: none;
}

#breadcrumbcontainer a:hover {

}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#navcontainer #current {
	background: url(images/currentancester.gif) no-repeat 0 center;
	color: #000000;
	font-weight: bold;
}

#navcontainer #current:hover {
	background: url(images/ancestorhover.gif) no-repeat 0 center;
}

#navcontainer .currentAncestor {
	background: no-repeat left center url(images/button_down.png);
}

/* Parent - Level 0 */

#navcontainer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navcontainer li {
}

#navcontainer a {
	background: url(images/normal.gif) no-repeat 0 center;
	display: block;
	height: 20px;
	padding-left: 16px;
	text-decoration: none;
	color: #000;
	text-indent: 7px;
}

#navcontainer a:hover {
	color: #000000;
	background: url(images/ancestorhover.gif) no-repeat 0 center;
}

#navcontainer li .currentAncestor {
	background: url(images/currentancester.gif) no-repeat 0 center;
	}
	
#navcontainer li .currentAncestor:hover {
	background: url(images/ancestorhover.gif) no-repeat 0 center;
	}


#navcontainer a:active {
}

/* Child - Level 1 */

#navcontainer ul ul {

}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	background: none;
	padding-left: 26px;
	background: url(images/normal.gif) no-repeat 0 center;
}

#navcontainer ul ul a:hover{
	background: url(images/ancestorhover.gif) no-repeat 0 center;
}

#navcontainer ul ul #current{
}

#navcontainer ul ul .currentAncestor {
}

/* Child - Level 2 */

#navcontainer ul ul ul {

}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
	padding-left: 36px;
	background: url(images/normal.gif) no-repeat 0 center;
}

#navcontainer ul ul ul a:hover{
	background: url(images/ancestorhover.gif) no-repeat 0 center;

}

#navcontainer ul ul ul #current{
}

#navcontainer ul ul ul .currentAncestor {
}
/* Child Level 3 */

#navcontainer ul ul ul {

}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
	background: url(images/normal.gif) no-repeat 0px center;
	text-indent: 16px;
}

#navcontainer ul ul ul ul a:hover{
	background: url(images/ancestorhover.gif) no-repeat 0 center;

}

/* Child Level 4 */

#navcontainer ul ul ul ul {

}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a{
	background: url(images/normal.gif) no-repeat 0px center;
}

#navcontainer ul ul ul ul ul a:hover{
	background: url(images/ancestorhover.gif) no-repeat 0 center;
}

/* Child Level 5 */

#navcontainer ul ul ul ul ul {

}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul ul a:hover{

}

/* @end */

/* @group Global Classes */

blockquote, .standout {
	font-style: italic;
	margin: 0;
	font-size: 1em;
	color: #b8b8b8;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

.imageStyle {

}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
	margin: 10px;
	padding: 0 10px;
}

#sidebarContainer #sidebar li {
}


/* Table Styles */
table {
	font-size: 1em;
}
/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
}

.blog-entry-summary {
	margin-bottom: 10px;
}
.blog-archive-headings-wrapper {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}.blog-archive-month {
	font-size: 1.7em;
	margin-bottom: 5px;
}

.blog-archive-link {
}.blog-archive-link a:link, .blog-archive-link a:visited {
}
	
/* @end */

.blog-entry {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
}

.blog-entry-title {
	font-size: 1.5em;
	font-weight: bold;
	color: #0b0b0b;
	margin-bottom: 7px;
}

.blog-entry-date {
	color: #000;
	margin-bottom: 15px;
	padding-left: 16px;
}

.blog-read-more {
	display: block;
	padding-top: 10px;
	font-style: italic;
}

.blog-entry-body {
	color: #000;
}

.blog-entry-comments {
	margin-top: 10px;
}

/*styles the category link in the main entry */
.blog-entry-category {
	color: #000;
}

.blog-entry-category a:link, .blog-entry-category a:visited {
	color: #5174dc;
	text-decoration: none;
}

/*styles the permalink link in the main entry */
.blog-entry-permalink {
	color: #020202;
}

.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
	color: #5174dc;
	text-decoration: none;
}

/* styles the archives in the blog sidebar */
#blog-archives {
	margin-bottom: 10px;
}

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-bottom: 10px;
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	margin-bottom: 10px;
}

.blog-rss-link {
	background: url(images/rss_icon.gif) no-repeat left center;
	padding-left: 16px;
}

.blog-comments-rss-link {
	background: url(images/rss_icon.gif) no-repeat left center;
	padding-left: 16px;
}

/* Comment links */
a[href^="javascript:HaloScan"] {
	padding-left: 16px;
	margin-right: 5px;
}

/* Trackback links */
a[href^="javascript:HaloScanTB"] {
	padding-left: 16px;
}

/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
	font-size: 1.6em;
	margin-bottom: 5px;
}

.album-description {
	margin-bottom: 75px;
}


.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 60px;
	margin-right: 18px;
}

.thumbnail-frame {
	position: absolute;
    bottom: 0;
    left: 0;
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	padding: 1px;
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
	margin: auto;
}

.thumbnail-caption {
	color: #b3b3b3;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 38px;
	display: block;
}
	
/* @end */

/* @group Single Page (Photo view) */

.photo-background {
}

.photo-navigation {
	margin-bottom: 35px;
}

.photo-links {
	margin: 0;
}

.photo-navigation a:link, .photo-navigation a:visited {

}

.photo-navigation a:hover {

}

.photo-frame{
	padding: 1px;
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
}

.photo-title {
	font-size: 1.6em;
	margin: 10px 0 0;
}

.photo-caption {
	margin: 5px 0 10px;
}

/* @end */
	
/* @end */

/* @group Filesharing */

.filesharing-description {
	margin-bottom: 15px;
}

.filesharing-item-title {
	color: #000;
	margin-bottom: 1px;
	font: bold 16px "Lucida Grande", Lucida, Verdana, sans-serif;
	
}


.filesharing-item {
	border: 2px solid #C1C1C1;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #eee url(images/downloadarrow.jpg) no-repeat right;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}

.filesharing-item:hover {
	border: 2px solid #C1C1C1;
	background: #d0dff5 url(images/downloadarrow.jpg) no-repeat right;
}

.filesharing-item-title a:link {
	border-bottom-style: none;
	text-decoration: none;
	padding: 3px;
	margin-bottom: 3px;
}

.filesharing-item a{
	color: #4184ca;
	text-decoration: none;
	padding-left: 10px;
}
.filesharing-item-title a:hover {
	color: #4b3bf9;
}

.filesharing-item-title a:visited {
	color: #4c4c4c;
	text-decoration: none;

}

.filesharing-item-description {
	font-size: 11px;
	line-height: 1.5em;
	padding-left: 3px;
	color: #333333;
	text-align: left;
}

/* @end */





/* @group Quicktime Page */

.movie-description {

}
	
/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
	color: #333333;
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: 2px;
}.movie-page-description {
	color: #cccccc;
	letter-spacing: 2px;
	margin-bottom: 10px;
}.movie-thumbnail-frame {
	width: 132px;
	display: inline-table;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 1px;
	border: Solid 1px #cccccc;
	font-size: 0.9em;
	position: relative;
	z-index: 10;
}

.movie-thumbnail-frame:hover {
}

.movie-thumbnail-caption {
}
	
/* @end */

/* @group Single Page (Movie View) */

.movie-background {
}

.movie-title {
	color: #333333;
	font-size: 1.3em;
	font-weight: normal;
	letter-spacing: 2px;
}

.movie-frame {

}
	
/* @end */


/* @end */

/* @group Contact Form */
.message-text {
} 

.required-text {
} 

.form-input-field {
	width: 99%;
} 

.form-input-button { 
} 
/* @end */


/* @group RapidCal */

/* @group Mini - Calendars */

.rapidCalMini {
	
}/* Main div around the area */

.rapidCalMiniWrapper {
	
} /* the wrapper is a div in vertical mode (Sidebar), it is a table in horizontal mode */

.rapidCalMini td {
	
}/* Day Cells in the Mini Calendar */

.rapidCalMiniEvent {
	
}/*Day that contains the event in the mini calendar */

.rapidCalMiniToday {
	
} /* style for Todays cell in Mini Calendar */

.rapidCalMiniPrevMonth {
	
} /* Previous Month Wrapper */

.rapidCalMiniNextMonth {
	
}/* Next Month Wrapper */

.rapidCalMiniMonthSelect {
	
} /* Central area wrapper, use ".rapidCalMiniMonthSelect p" to override text properties. */

.rapidCalMini a	 {
	
} /* Links within the are */

rapidCalMiniPrevMonthDay {
	
} /* Previous months Days */

.rapidCalMiniNextMonthDay {
	
} /* Next months Days */




/* @end */

.rapidCalWrapper	{
	
} /* Main Div around the whole data */

.rapidCalHeader		{
	
} /*Wrapper around the Header (Use Display none to hide the title */

.rapidCalHeader table	{
	
} /*The header's table */

.rapidCalHeader .monthTitle	{
	
} /*The month and year title above the calendar */

.rapidCalHeader .goPrev	{
	
}/*the leftward arrow to previous month, on top left*/

.rapidCalHeader .goNext	{
	
} /*the leftward arrow to next month, on top left*/

.rapidCal	{
	
} /* Div around the main calendar */



.rapidCal table	{
	
}

.rapidCal td	{
	
}

.rapidCalToday	{
	
} /* Special class for "Todays" td */

.rapidCalToday p	{
	
}/* Todays Date */

.rapidCal .dayHeader	{
	
}/* The Weekdays Row */

.rapidCal ul	{
	
}/* The Events List in the Day Cell */

.rapidCal li	{
	
}/* A Single Event */

.rapidCal .allDay	{
	
}/* All day events */

.hasTooltip	{
	
}/*used if the event has a tooltip*/

.rapidCal .weekNumber	{
	
}/*Week number Cells*/

.rapidCal .prevMonth	{
	
}/*Day Cells belonging to the previous month in the main Calendar*/

.rapidCal .nextMonth	{
	
}/*Day Cells belonging to next month*/



/* @end */



body {
	background: #FFFFFF; /* Old browsers */
	background: -moz-linear-gradient(top, #00A6D7 0%, #FFFFFF 100%) no-repeat; /* FF3.6+ */
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#00A6D7), to(#FFFFFF)) no-repeat;
	background: -webkit-linear-gradient(top, #00A6D7 0%,#FFFFFF 100%) no-repeat; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #00A6D7 0%,#FFFFFF 100%) no-repeat; /* Opera11.10+ */
/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00A6D7', endColorstr='#FFFFFF',GradientType=0 ) no-repeat;/* IE6-9 */
	background: linear-gradient(top, #00A6D7 0%,#FFFFFF100%) no-repeat; /* W3C */
	background-color: #FFFFFF;/* Old browsers */
}

a:link {
	color: #20447C;
}

a:visited {
	color: #9EB5DB;
}

a:active {
	color: #FFFFFF;
	background-color: #20447C;
}

a:hover {
	color: #6D98DB;
}

/* @group PageHeader */

#pageHeader {
	background-color: #FFFFFF;/* Old browsers */
	background: #FFFFFF; /* Old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#FFFFFF)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FFFFFF 0%,#FFFFFF 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FFFFFF 0%,#FFFFFF 100%); /* Opera11.10+ */
/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#FFFFFF',GradientType=0 );/* IE6-9 */
	background: linear-gradient(top, #FFFFFF 0%,#FFFFFF100%); /* W3C */
	border-color: #000000;
}

#pageHeader h1 {
	color: #000000;
}
		
#pageHeader h2 {
	color: #000000;
}



/* @end */

/* @group Extra Content Containers */

#extraContainer1 {
	color: #000000;
	background-color: #E6E6E6;
}

#extraContainer2 {
	color: #000000;
	background-color: #E6E6E6;
}

#extraContainer3 {
	color: #000000;
	background-color: #E6E6E6;
}

#extraContainer4 {
	color: #000000;
	background-color: #E6E6E6;
}

#extraContainer5 {
	color: #000000;
	background-color: #E6E6E6;
}

#extraContainer6 {
	color: #000000;
	background-color: #E6E6E6;
}

#extraContainer7 {
	color: #000000;
	background-color: #E6E6E6;
}

#extraContainer8 {
	color: #000000;
	background-color: #E6E6E6;
}

#extraContainer9 {
	color: #000000;
	background-color: #E6E6E6;
}

#extraContainer10 {
	color: #000000;
	background-color: #E6E6E6;
}

#extraContainer11 {
	color: #000000;
	background-color: #E6E6E6;
}

#extraContainer12 {
	color: #000000;
	background-color: #E6E6E6;
}

/* @end */


#container {
	background-color: #FFFFFF;/* Old browsers */
	background: #FFFFFF; /* Old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#FFFFFF)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FFFFFF 0%,#FFFFFF 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FFFFFF 0%,#FFFFFF 100%); /* Opera11.10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#FFFFFF',GradientType=0 );/* IE6-9 */
	background: linear-gradient(top, #FFFFFF 0%,#FFFFFF100%); /* W3C */
	border-color: #000000;
}

#contentContainer {

}

#contentContainer #content {
	background-color: #FFFFFF;/* Old browsers */
	background: #FFFFFF; /* Old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#FFFFFF)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FFFFFF 0%,#FFFFFF 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FFFFFF 0%,#FFFFFF 100%); /* Opera11.10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#FFFFFF',GradientType=0 );/* IE6-9 */
	background: linear-gradient(top, #FFFFFF 0%,#FFFFFF100%); /* W3C */
	color: #000000;
}

/* @group Sidebar */

#sidebarContainer {
	background-color: #FFFFFF;/* Old browsers */
	background: #FFFFFF; /* Old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#FFFFFF)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FFFFFF 0%,#FFFFFF 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FFFFFF 0%,#FFFFFF 100%); /* Opera11.10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#FFFFFF',GradientType=0 );/* IE6-9 */
	background: linear-gradient(top, #FFFFFF 0%,#FFFFFF100%); /* W3C */
	border-color: #FFFFFF;
}

#sidebarContainer .sideHeader{
	color: #000000;
	background: #FFFFFF;
}

#sidebarContainer #sidebar {
	color: #000000;
}

#sidebarContainer h1,
#sidebarContainer h2,
#sidebarContainer h3,
#sidebarContainer h4,
#sidebarContainer h5 {
	border-bottom-color: #333333;
	color: #000000;
}

#social_bookmarks {
	border-top-color: #FFFFFF;
}



/* @end */



/* Processed Colour Gradients up to here */


/* @group Menu */

#navcontainer_1,
#navcontainer_2,
#navcontainer_3,
#navcontainer_4 {
	background-color: #5EBBDF;/* Old browsers */
	background: #5EBBDF; /* Old browsers */
	background: -moz-linear-gradient(top, #5EBBDF 0%, #5EBBDF 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5EBBDF), color-stop(100%,#5EBBDF)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5EBBDF 0%,#5EBBDF 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5EBBDF 0%,#5EBBDF 100%); /* Opera11.10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5EBBDF', endColorstr='#5EBBDF',GradientType=0 );/* IE6-9 */
	background: linear-gradient(top, #5EBBDF 0%,#5EBBDF100%); /* W3C */
	border-color: #FFFFFF;
}

/*
#toolbar_1,
#toolbar_2,
#toolbar_3, 
#toolbar_4 {
	background-color: %colour_menu_bottom%;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#60BCDF), to(#60BCDF));
	background: -moz-linear-gradient(0% 100% 90deg,#60BCDF, #60BCDF);
	background: linear-gradient(#60BCDF, #60BCDF);
}
*/

#toolbar_1 ul,
#toolbar_2 ul,
#toolbar_3 ul, 
#toolbar_4 ul {
}

#toolbar_1 li,
#toolbar_2 li,
#toolbar_3 li, 
#toolbar_4 li {
}

/*The button for the current page*/
#toolbar_1 #current,
#toolbar_2 #current,
#toolbar_3 #current, 
#toolbar_4 #current,
#toolbar_1 .current,
#toolbar_2 .current,
#toolbar_3 .current, 
#toolbar_4 .current {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0092D1;/* Old browsers */
	background: #0092D1; /* Old browsers */
	background: -moz-linear-gradient(top, #0092D1 0%, #0092D1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0092D1), color-stop(100%,#0092D1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0092D1 0%,#0092D1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0092D1 0%,#0092D1 100%); /* Opera11.10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0092D1', endColorstr='#0092D1',GradientType=0 );/* IE6-9 */
	background: linear-gradient(top, #0092D1 0%,#0092D1100%); /* W3C */
}

#toolbar_1 a:active,
#toolbar_2 a:active,
#toolbar_3 a:active, 
#toolbar_4 a:active {
	background-color: #1FABD9;
}

/* Non current container when mouse is not hovering ofer it*/
#toolbar_1 a,
#toolbar_2 a,
#toolbar_3 a, 
#toolbar_4 a {
}

#toolbar_1 ul a,
#toolbar_2 ul a,
#toolbar_3 ul a, 
#toolbar_4 ul a {
	color: #141313;
	background-color: #1FABD9;/* Old browsers */
	background: #1FABD9; /* Old browsers */
	background: -moz-linear-gradient(top, #0092D1 0%, #1FABD9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0092D1), color-stop(100%,#1FABD9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0092D1 0%,#1FABD9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0092D1 0%,#1FABD9 100%); /* Opera11.10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0092D1', endColorstr='#1FABD9',GradientType=0 );/* IE6-9 */
	background: linear-gradient(top, #0092D1 0%,#1FABD9100%); /* W3C */
}

/* Sets the background and border colour of all active menu buttons  */
#toolbar_1 ul li a,
#toolbar_2 ul li a,
#toolbar_3 ul li a, 
#toolbar_4 ul li a {
}

/* Root Menu Bar */
#toolbar_1 ul a:hover,
#toolbar_2 ul a:hover,
#toolbar_3 ul a:hover, 
#toolbar_4 ul a:hover {
	color: #66FFFF;
	background-color: #68B67E;/* Old browsers */
	background: #68B67E; /* Old browsers */
	background: -moz-linear-gradient(top, #64B478 0%, #68B67E 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#64B478), color-stop(100%,#68B67E)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #64B478 0%,#68B67E 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #64B478 0%,#68B67E 100%); /* Opera11.10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64B478', endColorstr='#68B67E',GradientType=0 );/* IE6-9 */
	background: linear-gradient(top, #64B478 0%,#68B67E100%); /* W3C */
}

/* Colour of container when mouse is hovering ofer it*/
#toolbar_1 a:hover,
#toolbar_2 a:hover,
#toolbar_3 a:hover, 
#toolbar_4 a:hover {
	color: #66FFFF;
	background-color: #68B67E;/* Old browsers */
	background: #68B67E; /* Old browsers */
	background: -moz-linear-gradient(top, #64B478 0%, #68B67E 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#64B478), color-stop(100%,#68B67E)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #64B478 0%,#68B67E 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #64B478 0%,#68B67E 100%); /* Opera11.10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64B478', endColorstr='#68B67E',GradientType=0 );/* IE6-9 */
	background: linear-gradient(top, #64B478 0%,#68B67E100%); /* W3C */
}

/* Sets the background and border colour of all ancestor menu buttons  */
#toolbar_1 .currentAncestor,
#toolbar_2 .currentAncestor,
#toolbar_3 .currentAncestor, 
#toolbar_4 .currentAncestor {
	color: #FFFFFF;
	background-color: #E6E6E6;/* Old browsers */
	background: #E6E6E6; /* Old browsers */
	background: -moz-linear-gradient(top, #E6E6E6 0%, #E6E6E6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E6E6E6), color-stop(100%,#E6E6E6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #E6E6E6 0%,#E6E6E6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #E6E6E6 0%,#E6E6E6 100%); /* Opera11.10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E6E6E6', endColorstr='#E6E6E6',GradientType=0 );/* IE6-9 */
	background: linear-gradient(top, #E6E6E6 0%,#E6E6E6100%); /* W3C */


}

/* For horizontal menus. Direct Parent Pages but not root page*/
#toolbar_1 ul ul .currentAncestor,
#toolbar_2 ul ul .currentAncestor,
#toolbar_3 ul ul .currentAncestor, 
#toolbar_4 ul ul .currentAncestor {
	color: #FFFFFF;
	background-color: #E6E6E6;/* Old browsers */
	background: #E6E6E6; /* Old browsers */
	background: -moz-linear-gradient(top, #E6E6E6 0%, #E6E6E6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E6E6E6), color-stop(100%,#E6E6E6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #E6E6E6 0%,#E6E6E6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #E6E6E6 0%,#E6E6E6 100%); /* Opera11.10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E6E6E6', endColorstr='#E6E6E6',GradientType=0 );/* IE6-9 */
	background: linear-gradient(top, #E6E6E6 0%,#E6E6E6100%); /* W3C */
}

/*Colour Of parent pages but not direct ancestor pages. Not Root menu or current page*/
#toolbar_1 ul ul a,
#toolbar_2 ul ul a,
#toolbar_3 ul ul a, 
#toolbar_4 ul ul a {
}

/*Colour Of Sub-menus with mouse hovering over it. Not Root menu or current page*/
#toolbar_1 ul > ul a:hover,
#toolbar_2 ul > ul a:hover,
#toolbar_3 ul > ul a:hover, 
#toolbar_4 ul ul a:hover { 
	background-color: #68B67E;/* Old browsers */
	background: #68B67E; /* Old browsers */
	background: -moz-linear-gradient(top, #64B478 0%, #68B67E 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#64B478), color-stop(100%,#68B67E)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #64B478 0%,#68B67E 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #64B478 0%,#68B67E 100%); /* Opera11.10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64B478', endColorstr='#68B67E',GradientType=0 );/* IE6-9 */
	background: linear-gradient(top, #64B478 0%,#68B67E100%); /* W3C */
}




/* @end */

/* @group Blog */

h1.blog-entry-title {
	color: #000000;
	background-color: #FFFFFF;
}

.blog-entry-date {
	color: #000000;
	background-color: #FFFFFF;
}

.blog-entry-title a {
	color: #000000;
}

.blog-archive-link,
.blog-entry-title a:hover {
	color: #20447C;
	background-color: #FFFFFF;
}



/* @end */

/* @group Photo */

/* @group Index Page (Thumbnail view) */

.thumbnail-frame img {
	background: #E6E6E6;
	border-color: #E6E6E6;
}

.thumbnail-frame img:hover {
	background: #E6E6E6;
	border-color: #E6E6E6;
}

.thumbnail-frame {
	background: #E6E6E6;
	border-color: #E6E6E6;
}
.thumbnail-frame a {
	border-color: #E6E6E6;
}

.thumbnail-frame:hover {
	border-color: #E6E6E6;
}


.thumbnail-wrap {
}



/* @end */

/* @group Single Page (Photo view) */

.photo-caption {
	color: #000000;
}

/* The margin around the image in the single image view*/
.photo-frame {
	border-color: #A3A3A3;
}

.photo-navigation a:link,
.photo-navigation a:visited {
	color: #141313;
}

.photo-navigation a:hover {
	color: #66FFFF;
}

.photo-links {
	background-color: #999999;
	border-bottom-color: #7F7F7F;
	color: #999999;
}

/* The thumbnails in the single image view*/
.photo-thumb {
	border-color: #A3A3A3;
}

.photo-navigation {
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
}



/* @end */

/* @group Quicktime Album */

/* @group Single Page (Movie View) */

.movie-background {
	color: #000000;
	background-color: #FFFFFF;
}



/* @end */



/* @end */

.exif-data,
.movie-title {
	color: #000000;
}



/* @end */

/* @group Quicktime Album */

.movie-page-description,
.movie-title {
	background-color: #FFFFFF;
	color: #000000;
}


/* @end */

/* @group File Sharing */

.filesharing-description {
}

.filesharing-item {
	background-color: #E6E6E6;
	border-color: #CCCCCC;
}

.filesharing-item-title {
	color: #000000;
}

.filesharing-item-description {
	color: #000000;
	background-color: #000000;
}


.filesharing-item a:link {
	color: #000000;
}




/* @end */

/* @group Footer */

#footerContainer,
#footer {
	color: #000000;
	background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#FFFFFF)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FFFFFF 0%,#FFFFFF 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FFFFFF 0%,#FFFFFF 100%); /* Opera11.10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#FFFFFF',GradientType=0 );/* IE6-9 */
	background: linear-gradient(top, #FFFFFF 0%,#FFFFFF100%); /* W3C */
	border-color: #000000;
}

#footer a:link,
#footer a:hover,
#footer a:active {
	color: #1D3B6F
}



/* @end */



		.top_margin {
	margin: 0px auto 0;/* Right And Left Margin Widths To Auto */
}

#navcontainer_1,
#pageHeader,
#navcontainer_2,
#container,
#footerContainer {
	border-style: none;
	border-width: 0px;
}

#extraContainer1,
#extraContainer2,
#extraContainer4,
#extraContainer12 {
	border-style: none;
	border-width: 0px;
}

#navcontainer_1,
#pageHeader,
#navcontainer_2,
#container,
#footerContainer {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

/* @group Extra Content Containers */

#extraContainer1,
#extraContainer2,
#extraContainer4,
#extraContainer11,
#extraContainer12,
#extraContainer13 {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}



/* @end */

/* @group EasySlider */

#extraContainer3,
#myExtraContent3,
#slideshow,
.slideshow-item,
.slideshow-item a img {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}



/* @end */





#container {
/*shadow Prefs: horizontal position, vertical position, edge blur, #colour; */
	-webkit-box-shadow: 2px 2px 5px #333; /* (Webkit/Safari) */
	-moz-box-shadow: 2px 2px 5px #333; /* (Firefox) */
	box-shadow: 2px 2px 5px #333; /* (Standard) */
}

#footerContainer {
/*shadow Prefs: horizontal position, vertical position, edge blur, #colour; */
	-webkit-box-shadow: 2px 2px 5px #333; /* (Webkit/Safari) */
	-moz-box-shadow: 2px 2px 5px #333; /* (Firefox) */
	box-shadow: 2px 2px 5px #333; /* (Standard) */
}

#navcontainer_1,
#pageHeader,
#pageHeader h1,
#navcontainer_2,
h1.blog-entry-title,
#container,
#contentContainer,
#contentContainer #content,
#footerContainer,
#footer,
.photo-thumb-navigation {
	-webkit-border-radius: 20px; /* (Webkit/Safari) */
	-moz-border-radius: 20px; /* (Firefox) */
	border-radius: 20px; /* (Standard) */
}

/* @group EasySlider */

#extraContainer3,
#myExtraContent3,
#slideshow,
.slideshow-item,
.slideshow-item a img {
	-webkit-border-radius: 20px; /* (Webkit/Safari) */
	-moz-border-radius: 20px; /* (Firefox) */
	border-radius: 20px; /* (Standard) */
}



/* @end */

/* @group Extra Content Containers */

#extraContainer1,
#extraContainer2,
#extraContainer4,
#extraContainer10,
#extraContainer12,
#extraContainer13 {
	-webkit-border-radius: 20px; /* (Webkit/Safari) */
	-moz-border-radius: 20px; /* (Firefox) */
	border-radius: 20px; /* (Standard) */
}

#extraContainer5 {
	-webkit-border-top-left-radius: 20px; /* (Webkit/Safari) */
	-webkit-border-top-right-radius: 20px;  /* (Webkit/Safari) */
	-moz-border-radius-topleft: 20px; /* (Firefox) */
	-moz-border-radius-topright: 20px; /* (Firefox) */
	border-top-left-radius: 20px; /* (Standard) */
	border-top-right-radius: 20px;
	padding-left: 10px;
}

#extraContainer11 {
	-webkit-border-bottom-left-radius: 20px; /* (Webkit/Safari) */
	-webkit-border-bottom-right-radius: 20px;  /* (Webkit/Safari) */
	-moz-border-radius-topleft: 20px; /* (Firefox) */
	-moz-border-radius-topright: 20px; /* (Firefox) */
	border-bottom-left-radius: 20px; /* (Standard) */
	border-bottom-right-radius: 20px;
	padding-left: 10px;
}



/* @end */

.photo-navigation {/* Header bar in single image view*/
	-webkit-border-bottom-left-radius: 20px; /* (Webkit/Safari) */
	-webkit-border-bottom-right-radius: 20px; /* (Webkit/Safari) */
	-moz-border-radius-bottomleft: 20px; /* (Firefox) */
	-moz-border-radius-bottomright: 20px; /* (Firefox) */
	border-bottom-left-radius: 20px; /* (Standard) */
	border-bottom-right-radius: 20px; /* (Standard) */
}

body {
	font-family: Verdana, "Lucida Grande","Lucida Sans Unicode", helvetica, arial, "Bitstream Vera Sans", "Vera Sans", Tahoma, Geneva, sans-serif;
}

/* Solid HR Line: */
#sidebarContainer #sidebar hr,
#contentContainer hr {
	border-bottom-style: solid;
	border-width: 0;
	border-bottom-width: 1px;
}

#pageHeader {
	height: 250px;
}

/* @group EasySlider */


#extraContainer3,
#myExtraContent3,
#slideshow,
.slideshow-item,
.slideshow-item a img {
	height: 250px;
}

/* @end */

#pageHeader {
	margin-bottom: 10px;
}


#pageHeader {
	background: #fff url(images/Editable_Images/header_03.jpg) no-repeat;
}


#logo img,
#logo a img {
	float: right;
	margin-right: 20px;
	margin-top: 10px;
}

#theme_copyright_message {
	background-image: url(www.aasitedesigns.com/rw_common/themes/aasd_options/images/Editable_Images/translucent_header_image_background.gif);
}

#pageHeader h1 {
	margin: 0px;
	padding-top: 10px;
	text-align: left;
	padding-left:25px;
	letter-spacing: 1px;
}

#pageHeader h2 {
	margin: 0px;
	text-align: left;
	padding-left:25px;
}

#pageHeader h1 {
	text-transform: none;
}

#pageHeader h1 { 
	font-size: 2.000em /* 32px */;
}


#pageHeader h2 {
}

#pageHeader h2 {
	text-transform: none;
}

#pageHeader h2 {
	font-size: 1.125em /*18px*/;
}



#pageHeader h2 {
}

#navcontainer_1 {
	display: none;
}

#navcontainer_2 {
	display: block;
}

#contentContainer {
	margin: 0;
}

#contentContainer #content{
	margin: 0;
	padding: 6px;
}

#sidebarContainer {
	display: none;
}

#navcontainer_4 {
	display: none;
}

/* @group Navigation Containers */

/* @group Navigation Container 1 */

/* (Horizontal - Above Header) */

#navcontainer_1 {
	font-size: 0.800em;
	text-align: center;
	height: 25px;
	padding-bottom: 2px;
	clear: both;
}



/* @end */

/* @group Navigation Container 2 */

/* (Horizontal - Below Header) */

#navcontainer_2 {
	font-size: .800em;
	text-align: center;
	height: 25px;
	padding-bottom: 2px;
	position: relative;
}




/* @end */

/* @group Navigation Container 3 */

/* (Vertical - Below Header)  */

#navcontainer_3 {
	display: none;
}




/* @end */

/* @group Navigation Container 4 */

/* (Vertical - In Sidebar) */

#navcontainer_4 {
	display: none;
}



/* @end */



/* @end */

/* @group Toolbar 1 (Horizontal) */

/* Toolbar (Menu that sits inside Navcontainers) */

/* The Root menu current page*/

#toolbar_1 {
	font-size: 0.800em;
	height: 23px;
	position: relative;
	z-index: 1000;
}

#toolbar_1 #current {
}

#toolbar_1 #current:hover {
}

#toolbar_1 .currentAncestor {
	font-weight: bold;
	border-bottom-style: none;
}

/*UL is an Unordered list exterior,
LI is the list contents.*/

/* The root menu dimensions*/
/* Parent - Level 0 */
#toolbar_1 ul {/* Toolbar container*/
	list-style: none;
	margin: 0 13px;/* Moves toolbar 13px to left/right to allow for curves*/
	padding: 0;
	z-index: 1000;
}

#toolbar_1 li {/* Toolbar content*/
	position: relative;
	width: 150px;
	display: inline;
	float: left;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px; 
	-moz-border-top-left-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#toolbar_1 li li { /* This removes curves from Sub Menus. */
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px; 
	-moz-border-top-left-radius: 0px;
	-moz-border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

/* The non current root menu details*/
#toolbar_1 a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px; 
	-moz-border-top-left-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#toolbar_1 a:hover {
}

/* Fix IE. Hide from IE Mac \*/

* html #toolbar_1 ul li {
	float: left;
	height: 1%;
}

* html #toolbar_1 ul li a {
}

#toolbar_1 a:active {
}

#toolbar_1 ul li a {
}

/* End Fix IE*/

/* Child - Level 1 */
/* All browsers will use this code, it will make the pop out menus work */
#toolbar_1 ul ul {/*sub-directory */
	width: 150px;
	position: absolute;
	left: 0;
	top: 26px; /* Moves the sub menus down below root menu*/
	display: none;
	margin: -5px 0 0 0;
	padding: 0;
	text-decoration: none;
}

html > body #toolbar_1 ul ul {
	margin: 0;
}

#toolbar_1 ul ul li {/* sub directory content*/
	background: none;
}

#toolbar_1 ul ul a {
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px; 
	-moz-border-top-left-radius: 0px;
	-moz-border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

/* The submenu page that the mouse hovers over*/
#toolbar_1 ul ul a:hover {
}

/* The sub-menu current page details*/
#toolbar_1 ul ul #current {
}

/* Child Level 3 */

#toolbar_1 ul ul ul {
	position: absolute;
	left: 150px; /*moves sub-menus to right*/
	top: 0; /*Keeps horizontal sub menus in line*/
	margin: -10px 0 0;
	padding: 0;
}

#toolbar_1 ul ul ul ul li {
}

#toolbar_1 ul ul ul ul a {
}

#toolbar_1 ul ul ul ul a:hover {
}

div#toolbar_1 ul ul,
div#toolbar_1 ul ul ul,
div#toolbar_1 ul li:hover ul ul,
div#toolbar_1 ul li:hover ul ul ul,
div#toolbar_1 ul li:hover ul ul ul ul,
div#toolbar_1 ul li:hover ul ul ul ul ul {
	display: none;
}

div#toolbar_1 ul li:hover ul,
div#toolbar_1 ul ul li:hover ul,
div#toolbar_1 ul ul ul li:hover ul,
div#toolbar_1 ul ul ul ul li:hover ul,
div#toolbar_1 ul ul ul ul ul li:hover ul {
	display: block;
}

* html #toolbar_1 #current {
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

* html #toolbar_1 ul {
}

/* @end */

/* @group Toolbar 2 (Horizontal) */

/* Toolbar (Menu that sits inside Navcontainers) */

/* The Root menu current page*/

#toolbar_2 {
	font-size: 0.800em;
	height: 23px;
	position: relative;
	z-index: 1000;
}

#toolbar_2 #current {
}

#toolbar_2 #current:hover {
}

#toolbar_2 .currentAncestor {
	font-weight: bold;
	border-bottom-style: none;
}

/*UL is an Unordered list exterior,
LI is the list contents.*/

/* The root menu dimensions*/
/* Parent - Level 0 */
#toolbar_2 ul {/* Toolbar container*/
	list-style: none;
	margin: 0 13px;/* Moves toolbar 13px to left/right to allow for curves*/
	padding: 0;
	z-index: 1000;
}

#toolbar_2 li {/* Toolbar content*/
	position: relative;
	width: 150px;
	display: inline;
	float: left;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px; 
	-moz-border-top-left-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#toolbar_2 li li { /* This removes curves from Sub Menus. */
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px; 
	-moz-border-top-left-radius: 0px;
	-moz-border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

/* The non current root menu details*/
#toolbar_2 a {
	display: block;
	text-decoration: none;
	padding: 5px;
	font-weight: bold;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px; 
	-moz-border-top-left-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#toolbar_2 a:hover {
}

/* Fix IE. Hide from IE Mac \*/

* html #toolbar_2 ul li {
	float: left;
	height: 1%;
}

* html #toolbar_2 ul li a {
}

#toolbar_2 a:active {
}

#toolbar_2 ul li a {
}

/* End Fix IE*/

/* Child - Level 1 */
/* All browsers will use this code, it will make the pop out menus work */
#toolbar_2 ul ul {/*sub-directory */
	width: 150px;
	position: absolute;
	left: 0;
	top: 26px; /* Moves the sub menus down below root menu*/
	display: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

html > body #toolbar_2 ul ul {
	margin: 0;
}

#toolbar_2 ul ul li {/* sub directory content*/
	background: none;
}

#toolbar_2 ul ul a {
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px; 
	-moz-border-top-left-radius: 0px;
	-moz-border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

/* The submenu page that the mouse hovers over*/
#toolbar_2 ul ul a:hover {
}

/* The sub-menu current page details*/
#toolbar_2 ul ul #current {
}

/* Child Level 3 */

#toolbar_2 ul ul ul {
	position: absolute;
	left: 150px; /*moves sub-menus to right*/
	top: 0; /*Keeps horizontal sub menus in line*/
	margin: -10px 0 0;
	padding: 0;
}

#toolbar_2 ul ul ul ul li {
}

#toolbar_2 ul ul ul ul a {
}

#toolbar_2 ul ul ul ul a:hover {
}

div#toolbar_2 ul ul,
div#toolbar_2 ul ul ul,
div#toolbar_2 ul li:hover ul ul,
div#toolbar_2 ul li:hover ul ul ul,
div#toolbar_2 ul li:hover ul ul ul ul,
div#toolbar_2 ul li:hover ul ul ul ul ul {
	display: none;
}

div#toolbar_2 ul li:hover ul,
div#toolbar_2 ul ul li:hover ul,
div#toolbar_2 ul ul ul li:hover ul,
div#toolbar_2 ul ul ul ul li:hover ul,
div#toolbar_2 ul ul ul ul ul li:hover ul {
	display: block;
}

* html #toolbar_2 #current {
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

* html #toolbar_2 ul {
}

/* @end */



#sidebarContainer .sideHeader {
	font-size: 0.875em;
}


#sidebarContainer .sideHeader {
	text-align: left;
}
  

#extraContainer6,
#extraContainer7  {
	font-size: 0.950em;/* 0.950em = 15px */
}

#extraContainer8,
#extraContainer9,
#sidebarContainer #sidebar {
	font-size: 0.750em;/* 0.750em = 12px */
}

#sidebarContainer #sidebar{
	text-align: left;
}
  

#sidebarContainer #sidebar {
}


#content {
}

#contentContainer #content {
	font-size: 0.750em;/*12px=0.750em*/
}

#extraContainer5,
#extraContainer11 {
	font-size: 0.750em;
}

#extraContainer1,
#extraContainer2,
#extraContainer4,
#extraContainer12,
#extraContainer13 {
	font-size: 0.550m;
}

#contentContainer #content {
	text-align: left;
}

#contentContainer #content {
}


#container,
#contentContainer,
#contentContainer #content,
#extraContainer11 {
	-webkit-border-bottom-left-radius: 0px; /* (Webkit/Safari) */
	-webkit-border-bottom-right-radius: 0px; /* (Webkit/Safari) */
	-moz-border-radius-bottomleft: 0px; /* (Firefox) */
	-moz-border-radius-bottomright: 0px; /* (Firefox) */
	border-bottom-left-radius: 0px; /* (Standard) */
	border-bottom-right-radius: 0px; /* (Standard) */
	border-bottom-style: none;
}

#footer,
#footerContainer,
#footer p,
#theme_copyright_message {
	-webkit-border-top-left-radius: 0px; /* (Webkit/Safari) */
	-webkit-border-top-right-radius: 0px; /* (Webkit/Safari) */
	-moz-border-radius-topleft: 0px; /* (Firefox) */
	-moz-border-radius-topright: 0px; /* (Firefox) */
	border-top-left-radius: 0px; /* (Standard) */
	border-top-right-radius: 0px; /* (Standard) */
}

h1.blog-entry-title { 
	font-size: 1.500em /* 24px */;
}

.filesharing-item {
	width: 98%;
	float: left;
	margin: 5px;
	-webkit-box-shadow: 2px 2px 2px #333;
/*	-moz-box-shadow: 2px 2px 2px #333;
	box-shadow: 2px 2px 2px #333;*/
}

.filesharing-item:hover {
	-webkit-box-shadow: 5px 10px 20px #333;
/*	-moz-box-shadow: 5px 10px 20px #333;
	box-shadow: 5px 10px 20px #333;*/
}




		