/* @group General Styles */

body {
    overflow-y: scroll;
	margin: 0px 5px 0px 5px;
	text-align: center;
	letter-spacing: 1px;
	font: 0.8em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	padding: 0;
}

#pageHeader h1 {
	font-size: 2.2em;
	font-weight: bold;
	letter-spacing: 5px;
}

#pageHeader h2 {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 3px;
}

p {
}

b, strong {
	font-weight: bold;
	letter-spacing: 2px;
}

li
{
	margin-top: 0.5em;
	margin-right: 20px;
	margin-left: -15px;
	line-height: 1.6em;
}

ul {
	list-style-type: circle;
}

.detail {
	color: green;
}

.important {
	color: brown;
	font: 1.05em Courier;
}

.input {
	color: brown;
	font: 1.05em Courier;
}

.output {
	color: #224;
	font: 1.05em Courier;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}
	
/* @end */

/* @group Layout */

#container { 
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
}

#search {
    font: 1em Times, serif;
	color: #444;
	letter-spacing: 0.5px;
	line-height: 3em;
}

#clearer {
}

h1,h2,h3,h4 {
	font-weight: normal;
	margin-bottom: 0.7em;
	letter-spacing: 5px;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1.2em;
}

#contentContainer {
	line-height: 1.8em;
}

#sidebarContainer {
	font-size: 1em;
}

#sidebarContainer #sidebar {
	line-height: 1.4em;
	text-align: justify;
}

#sidebarContainer h1 {
	font-size: 1.4em;
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbContainer ul {
	list-style: none;
}

#breadcrumbContainer li {
	display: inline;
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navigator {
	font-weight: bold;
	line-height: 2.0em;
}

#navigator a {
	display: block;
	text-decoration: none;
}

/* @end */

/* @group Global Classes */

blockquote, .standout {
	letter-spacing: 1px;
}

/* Table Styles */
table {
	font-size: 1em;
}
	
/* @end */

/* @group Photo Album */

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

.album-title {
	font-weight: normal;
	letter-spacing: 6px;
	font-size: 1.5em;
}

.album-description {
	letter-spacing: 5px;
}

.thumbnail-wrap {
	text-align: center;
}

.thumbnail-caption {
	font-size: 0.9em;
	display: block;
}
	
/* @end */

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

.photo-title {
	letter-spacing: 6px;
	font-size: 1.8em;
}

.photo-caption {
	letter-spacing: 4px;
	font-size: 0.9em;
}


