/* @group RESET */

*{
	padding: 0;
	margin: 0;
}



p {
	margin: 0 0 1.0em;
}

ul, ol {
	padding: 1.0em 0;
	margin-left: 2.5em;
}

li {
	margin-left: 2.0em;
}

/* @end */

/* @group General Styles */

body {
	background: #174296 center top no-repeat;
	color: #333333;
	font: 80%/1.5em "Myriad Pro", "Lucida Grande","Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	padding: 0;
	height: 100%;
}

p {
}

b, strong {
	font-weight: bold;
}

a:link, a:visited {
	color: #296cd8;
	text-decoration: none;
}

a:hover, a:active {
	color: #000000;
	text-decoration: underline;
}

img, .imageStyle {
	border-style: none;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
}

code, pre {
	font: 1.1em/1.5em "Courier New", Courier, "Times New Roman", Times;
}

.clear {
	clear: both;
}

/* @end */

/* @group Layout */

#container {
	width: 800px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

#pageHeader {
	background: no-repeat url(images/header_aqua.png);
	height: 30px;
	margin-top: 25px;
}

#pageHeader .title {
	color: #000;
	display: block;
	text-align: center; 
	margin: 0;
	padding: 9px 0 0 0;
	font-size: 1em;
}

#contentContainer {
	background: url(images/content_left.png) repeat-y;
	text-align: left;
}

#content {
	margin: 0 30px 0 220px;
	font-size: 0.9em;
	text-align: justify;
	padding: 10px 0;
}

#sidebarContainer {
	width: 194px;
	margin: 0 0 0 10px;
	float: left;
}

#sidebarContainer #sidebar {
	font-size: 0.9em;
	text-align: justify;
	line-height: 1.5em;
	padding: 15px;
	color: #789;
	margin-bottom: 20px;
}

#sidebarContainer .logo {
	margin: 0 auto 20px;
	text-align: center;
}

#sidebarContainer .sideHeader {
	color: #276ad6;
	font-size: 1.5em;
	padding: 0 10px;
	text-align: center;
}

#footer {
	background: no-repeat url(images/footer.png);
	margin: 0 auto 20px;
	height: 55px;
	clear: both;
	font-size: 0.9em;
	line-height: 21px;
	color: #111;
	text-shadow: 0 1px 0 #eee;
}

#footer p {
	margin: 0;
	text-align: right;
	padding: 8px 32px 0;
}

#footer a:link, #footer a:visited, #footer a:hover {
	color: #000;
	margin-right: 10px;
	text-shadow: 0 1px 0 #fff;
}

/* @end */

/* @group Bread-crumb */
#breadcrumb {
	background: url(images/breadcrumb.png) repeat-x;
	margin: 0 9px 0 204px;
	padding-top: 4px;
	height: 24px;
	font-size: 0.9em;
	color: #333;
}

#breadcrumb ul {
	list-style: none;
	margin: 0;
	padding: 0 5px 0 0;
	text-align: right;
}

#breadcrumb li {
	display: inline;
	margin: 0;
}

#breadcrumb a {
	color: #000;
}

#breadcrumb a:hover {
	color: #333;
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	color: #000;
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
}

#navcontainer #current {
	color: #ffffff;
}

#navcontainer #current:hover {
	color: #ffffff;
}

#navcontainer .currentAncestor {
	color: #000;
}

/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navcontainer ul li {
	color: #000;
	margin: 0;
	padding: 0;
}

#navcontainer ul li a {
	color: #000;
	display: block;
	text-decoration: none;
	padding: 4px 0 0 0;
	text-indent: 30px;
	height: 20px;
}

#navcontainer ul li a.currentAncestor {
	background: url(images/current_ancestor.png) no-repeat;
	height: 20px;
	text-align: left;
	list-style: none;
}

/* Child - Level 1 */

#navcontainer ul ul {
}

#navcontainer ul ul li {
}

#navcontainer ul ul li a {
	text-indent: 40px;
}

#navcontainer ul ul li a:hover {
}

#navcontainer ul ul li a.currentAncestor {
	color: #000;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul li a {
	text-indent: 50px;
}

#navcontainer ul ul ul li a:hover {

}

/* Child - Level 3 */

#navcontainer ul ul ul ul {
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul li a {
	text-indent: 60px;
}

#navcontainer ul ul ul ul li a:hover {
}

/* Child - Level 4 */

#navcontainer ul ul ul ul ul {
}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul li a {
	text-indent: 70px;
}

#navcontainer ul ul ul ul ul li a:hover {
}
/* @end */

/* @group Global Classes */

blockquote, .standout {
	border: 1px solid #ebebeb;
	padding: 10px;
	background: #ffffff;
	font-style: italic;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
	
}

#sidebarContainer #sidebar li {
}

/* Table Styles */
table {
}
	
/* @end */

/* @group Blog */

#plugin_sidebar {
	margin: 20px 0 0;
}

/* @group Archive Page */

.blog-archive-background {
}

.blog-entry-summary {
	margin-bottom: 10px;
}


.blog-archive-headings-wrapper {

}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}

.blog-archive-month {

}

.blog-archive-link {

}

.blog-archive-link a:link, .blog-archive-link a:visited {
}

.blog-archive-link a:hover, .blog-archive-link a:active {
}

/* @end */

.blog-entry {
}

.blog-entry-title {
	font-weight: normal;
	margin-bottom: 3px;
	padding-bottom: 0;
	font-size: 1.5em;
}

.blog-entry-date {
	margin-top: 2px;
	color: #bfbfbf;
	margin-bottom: 10px;
	padding-left: 15px;
	background: url(images/clock.png) no-repeat left 2px;
}

/*styles the category link in the main entry */
.blog-entry-category {
}

.blog-entry-category a:link, .blog-entry-category a:visited {
	margin-top: 2px;
	margin-bottom: 10px;
	padding-left: 15px;
	background: url(images/category.png) no-repeat left 0;
}

.blog-entry-category a:hover, .blog-entry-category a:active {
	padding-left: 15px;
	background: url(images/category_over.png) no-repeat left 0;
}

/*styles the permalink link in the main entry */
.blog-entry-permalink {
}

.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
	padding-left: 15px;
	background: url(images/permalink.png) no-repeat left 0;
}

.blog-entry-permalink a:hover, .blog-entry-permalink a:active {
	padding-left: 15px;
	background: url(images/permalink_over.png) no-repeat left 0;
}

.blog-read-more {
	display: block;
	padding-top: 10px;
	font-style: italic;
}

.blog-entry-body {
	margin-bottom: 35px;
}

.blog-entry-comments {
	margin-top: 10px;
	border-top: 1px dotted #bfbfbf;
}

/* styles the archives in the blog sidebar */
#blog-archives {
	margin-bottom: 10px;
}

a.blog-archive-link-enabled {
	display: block;
	float: left;
	padding-left: 15px;
	background: url(images/side_clock.png) no-repeat left 1px;
}

a.blog-archive-link-enabled:hover {
	background: url(images/side_clock_over.png) no-repeat left 1px;
}

.blog-archive-link-disabled {
	padding-left: 15px;
	background: url(images/side_date.png) no-repeat left 1px;
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-bottom: 10px;
}

a.blog-category-link-enabled {
	display: block;
	float: left;
	padding-left: 15px;
	background: url(images/category.png) no-repeat left 1px;
}

a.blog-category-link-enabled:hover {
	background: url(images/side_category_over.png) no-repeat left 1px;
}

.blog-category-link-disabled {
	padding-left: 15px;
	background: url(images/category.png) no-repeat left 1px;
}

/* styles the Tag Cloud in the sidebar */


ul.blog-tag-cloud {
	margin: 0;
	padding: 0;
}

ul.blog-tag-cloud li {
	display: inline;
	margin: 0;
	padding: 0;
}


#sidebarContainer .content ul.blog-tag-cloud li a {
}

#sidebarContainer .content ul.blog-tag-cloud li a:hover {
	text-decoration: underline;
}

.blog-tag-size-1 {	
	font-size: 0.8em;
}

.blog-tag-size-2 {	
	font-size: 0.85em;
}

.blog-tag-size-3 {	
	font-size: 0.9em;
}

.blog-tag-size-4 {	
	font-size: 0.95em;
}

.blog-tag-size-5 {	
	font-size: 1em;
}

.blog-tag-size-6 {	
	font-size: 1.05em;
}

.blog-tag-size-7 {	
	font-size: 1.1em;
}

.blog-tag-size-8 {	
	font-size: 1.15em;
}

.blog-tag-size-9 {	
	font-size: 1.2em;
}

.blog-tag-size-10 {	
	font-size: 1.25em;
}

.blog-tag-size-11 {	
	font-size: 1.3em;
}

.blog-tag-size-12 {	
	font-size: 1.35em;
}

.blog-tag-size-13 {
	font-size: 1.4em;
}

.blog-tag-size-14 {	
	font-size: 1.45em;
}

.blog-tag-size-15 {
	font-size: 1.5em;
}

.blog-tag-size-16 {	
	font-size: 1.55em;
}

.blog-tag-size-17 {	
	font-size: 1.6em;
}

.blog-tag-size-18 {	
	font-size: 1.65em;
}

.blog-tag-size-19 {
	font-size: 1.7em;
}

.blog-tag-size-20 {	
	font-size: 1.75em;
}

/* Styles the blog RSS feeds in the blog sidebar */

#blog-rss-feeds {
	margin: 20px 0 0;
}

a.blog-rss-link {
	background: url(images/rss_icon.gif) no-repeat left 1px;
	padding-left: 16px;
	display: block;
	float: left;
}

a.blog-comments-rss-link {
	background: url(images/rss_icon.gif) no-repeat left 1px;
	padding-left: 16px;
	display: block;
	float: left;
	margin-bottom: 10px;
}

a.blog-rss-link:hover, a.blog-comments-rss-link:hover {
	background: url(images/rss_icon_over.gif) no-repeat left 1px;
}

/* @end */

/* @group File Sharing */

.filesharing-description {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #bfbfbf;
}

.filesharing-item-title {
	font-size: 1.4em;
}

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

.filesharing-item-title a:link {
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {

}

/* @end */

/* @group Photo Album */

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

.album-title {
	font-weight: normal;
	margin-bottom: 3px;
	font-size: 1.5em;
}

.album-description {
	margin-bottom: 60px;
	margin-top: 2px;
	border-bottom: 1px dotted #bfbfbf;
	padding-bottom: 5px;
}

.album-wrap {
	display: block;
	width: 99%;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 60px;
	margin-right: 15px;
	margin-left: 15px;
}


.thumbnail-frame {
	position: absolute;
    bottom: 0;
    left: 0;
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	margin: auto;
    border: none;
}

.thumbnail-caption {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 38px;
	display: block;
}
	
/* @end */

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

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

.photo-navigation {
	background: #ffffff;
	height: 80px;
	margin-bottom: 50px;
}

.photo-links {
	background: #ffffff;
	padding: 5px;
	position: relative;
	top: 7px;
	border-bottom: 5px solid;
}

.photo-navigation a:link, .photo-navigation a:visited {

}

.photo-navigation a:hover {

}

.photo-frame{
	background: #ffffff;
	padding: 10px;
	border: 5px solid;
}

.photo-title {
	margin: 0;
	font-weight: normal;
	padding: 20px 20px 0 40px;
	font-size: 1.8em;
}

.photo-caption {
	margin: 0;
	font-weight: normal;
	padding-right: 20px;
	padding-left: 40px;
	font-size: 0.9em;
}

/* @end */

/* @group EXIF data */
/* Data wrapper */

.exif-data {
	background-color: #fff;
	width: 300px;
	text-align: center;
	margin: 10px auto;
	padding: 10px;
	border: 5px solid;
}

.exif-data p {
	display: inline;
	margin-right: 10px;
	text-align: center;
}

.exif-data p:after {
	content: ", ";
}

/* p tag classes for all exif data */
p.exif-version {
}

p.exif-colour-space {
}

p.exif-focal-length {
}

p.exif-dimensions {
}

p.exif-pixel-y-dimension {
}

p.exif-pixel-x-dimension {
}

p.exif-oecf-value {
}

p.exif-subsec-time-original {
}

p.exif-exposure-mode {
}

p.exif-spatial-frequency-response {
}

p.exif-scene-capture-type {
}

p.exif-subject-location {
}

p.exif-shutter-speed {
}

p.exif-datetime-original {
}

p.exif-subsec-time {
}

p.exif-compressed-bits-per-pixel {
}

p.exif-flash-energy {
}

p.exif-saturation {
}

p.exif-brightness {
}

p.exif-exposure-time {
}

p.exif-f-number {
}

p.exif-file-source {
}

p.exif-gain-control {
}

p.exif-subject-area {
}

p.exif-cfa-pattern {
}

p.exif-scene-type {
}

p.exif-white-balance {
}

p.exif-flash {
}

p.exif-exposure-index {
}

p.exif-flashpix-version {
}

p.exif-device-setting-description {
}

p.exif-focalplane-x-resolution {
}

p.exif-image-uniqueid {
}

p.exif-components-configuration {
}

p.exif-light-source {
}

p.exif-sensing-method {
}

p.exif-aperture {
}

p.exif-sharpness {
}

p.exif-exposure-program {
}

p.exif-subject-distance {
}

p.exif-subsec-time-digitized {
}

p.exif-contrast {
}

p.exif-focalplane-resolution-unit {
}

p.exif-gamma {
}

p.exif-35mm-focal-length {
}

p.exif-datetime-digitized {
}

p.exif-subject-distance-range {
}

p.exif-custom-rendered {
}

p.exif-max-aperture {
}

p.exif-sound-file {
}

p.exif-metering-mode {
}

p.exif-spectral-sensitivity {
}

p.exif-exposure-bias {
}

p.exif-focalplane-y-resolution {
}

p.exif-iso-rating {
}

p.exif-maker-note {
}

p.exif-digital-zoom-ratio {
}

p.exif-user-comment {
}
/* @end */

/* @group Flash Slideshow */

#flashcontent {
	text-align: center;
}

/* @end */

/* @end */

/* @group Quicktime Page */

.movie-frame {
	margin: 0 auto 40px;
	text-align: center;
}

.movie-description {
}
	
/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
	font-size: 2.3em;
	padding-bottom: 1.0em;
	line-height: 1.0em;
}

.movie-page-description {
	padding-bottom: 2.0em;
}

.movie-thumbnail-frame {
	float: left;
	width: 132px;
	margin: 0 10px 20px;
}

.movie-thumbnail-frame img {
	border: 1px solid #333;
}

.movie-thumbnail-frame:hover {

}

.movie-thumbnail-caption {
	width: 95%;
	text-align: center;
}
	
/* @end */

/* @group Single Page (Movie View) */

.movie-background {
	margin: 10px 0;
}

.movie-title {
	background: #f7f5f6;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	font-size: 1.5em;
	padding: 8px;
}

.movie-frame {

}
	
/* @end */


/* @end */

/* @group Contact Form */
.message-text { 
} 

.required-text {
} 

.form-input-field {
	width:  98%;
} 

.form-input-button { 
} 
/* @end */