/* @group General Styles */

body {
	padding: 0;
	margin: 0;
	font: 10pt "Lucida Grande","Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	background: #eff6ff url(images/bg.jpg) repeat-x;
	color: #333;
}

* {
	outline: 0;
	border: 0;
}

p {
	margin: 10px;
}

b, strong {
	font-weight: bold;
}

a:link, a:visited {
	color: #008dd0;
	text-decoration: none;
}

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

img {
}

.image-left {
	float: left;
}

.image-right {
	float: right;
}

	
/* @end */

/* @group Layout */

#container {
	width: 980px;
	margin: 0 auto 50px;
	overflow: hidden;
	position: relative;
}

.clearer {
	clear: both;
}

#header {
	width: auto;
	margin: 20px auto 0 auto;
	position: relative;
	left: 50%;
	float: left;
}

* html #header {
	position: absolute;
	margin: 0;
	top: 20px;
}

#contentwrapper {
	background: #fff;
	width: 900px;
	margin: 20px auto 0 auto;
	padding-bottom: 10px;
	position: relative;
	overflow: hidden;
}

* html #contentwrapper {
	margin-top: 80px;
}

#contentwrapper > h2 {
	color: #777;
	font-size: 14pt;
	font-weight: normal;
	border-bottom: #ccc 1px solid;
	padding-bottom: 5px;
	padding-top: 40px;
}

#bottomleft {
	display: block;
	width: 9px;
	height: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(images/bottomleft.png) no-repeat;
}

#bottomright {
	display: block;
	width: 9px;
	height: 10px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(images/bottomright.png) no-repeat;
}

#splash {
	width: 100%;
	height: 380px;
	background: url(images/editable_images/splash.png) center top no-repeat;
}

#contentwrapper #content {
	padding: 10px;
	width: 565px;
	position: relative;
}

#sidebar {
	float: right;
	width: 275px;
	margin: 10px;
}

#sidebar h3 {
}

#footer {
	color: #999;
	font-size: 8pt;
	padding-top: 15px;
}

#footer p {
}

#footer a:link, #footer a:visited {
}

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

/* @group Bread-crumb */

#breadcrumb {
	width: 100%;
	height: 35px;
	background: url(images/breadcrumbbg.png) no-repeat;
	margin: 0;
	padding: 0;
	margin-top: 30px;
	list-style: none;
	position: relative;
}

#breadcrumb li.bcitem {
	float: left;
	padding-left: 23px;
	background: url(images/breadcrumbsep.png) no-repeat center left;
	display: block;
}

* html #breadcrumb li.bcitem {
	position: relative;
	top: -15px;
}

#bclogo {
	display: block;
	width: 12px;
	height: 14px;
	margin: 10px 0 0 14px;
	background: url(images/editable_images/breadcrumb-logo.gif) no-repeat;
}

#breadcrumbcap {
	width: 8px;
	height: 35px;
	background: url(images/breadcrumbcapbg.png) no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}

#breadcrumb li {
	background: none;
	padding: 0;
}

#breadcrumb li a {
	display: block;
	height: 35px;
	line-height: 35px;
	text-decoration: none;
	color: #666;
	padding-right: 14px;
	float: left;
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navwrapper {
	text-align: center;
	position: relative;
	left: -50%;
}

* html #navwrapper {
	left: 0;
}

#navwrapper #logowrapper {
	float: left;
}

#navwrapper #logowrapper #logo {
	width: 117px;
	height: 38px;
	line-height: 38px;
	background: url(images/nav.png) no-repeat;
	background-position: 0px 0px;
	display: block;
	color: #292929;
	text-shadow: 0px 1px 1px #ddd;
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}

#navwrapper #logowrapper #logo img {
	width: 20px;
	height: 22px;
	margin-top: 7px;
}


/* Parent - Level 0 */

#navwrapper .nav {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#navwrapper .nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#navwrapper .nav li ul {
	display: none;
}

#navwrapper .nav li a, #navwrapper .nav li a:visited {
	width: 117px;
	height: 38px;
	line-height: 38px;
	background: url(images/nav.png) no-repeat;
	background-position: -117px 0px;
	display: block;
	color: #292929;
	text-shadow: 0px 1px 1px #ddd;
	font-weight: bold;
	text-decoration: none;
}

#navwrapper .nav li #logo {
	background-position: 0px 0px;
	cursor: default;
}

#navwrapper .nav li #logo img {
	width: 20px;
	height: 22px;
	margin-top: 7px;
}

#navwrapper .nav li .current {
	background-position: -117px -114px;
	color: #fff;
	text-shadow: 0px 1px 1px #000;
}

#navwrapper .nav li .current:hover {
	background-position: -117px -114px;
	color: #fff;
	text-shadow: 0px 1px 1px #000;
}

#navwrapper .nav li a:hover {
	background: url(images/nav.png) no-repeat;
	background-position: -117px -38px;
	color: #fff;
	text-shadow: 0px -1px 1px #000;
}

#navwrapper .nav li a:active {
	background: url(images/nav.png) no-repeat;
	background-position: -117px -76px;
	color: #fff;
	text-shadow: 0px -1px 1px #000;
}

#navwrapper .nav .rightnav {
	width: 20px;
	height: 38px;
	background: url(images/nav.png) no-repeat;
	background-position: -234px 0px;
}

/* Child - Level 1 */

#subnavwrapper {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#subnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	left: 50%;
	font-weight: bold;
}

#subnav ul ul {
	padding: 0;
	list-style: none;
	position: relative;
	left: -50%;
}

#subnav ul li {
	display: inline;
	float: left;
}

#subnav ul a {
	display: none;
}

#subnav ul ul a {
	display: block;
	padding: 8px 20px 8px 20px;
	text-decoration: none;
	color: #bbb;
}

#subnav ul ul a:hover {
	color: #888;
}

#subnav ul ul #current {
	color: #777;
}
#subnav ul ul ul {
	display: none;
}
/* @end */

/* @group Global Classes */

blockquote, .standout {
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

.imageStyle {
}



/* Main content area unordered list styles */
#contentwrapper #content ul {
	margin: 0 0 0 20px;
	padding: 0;
}

#contentwrapper #content li {
}

ul.disc {
	list-style: disc;
}

ul.circle {
	list-style: circle;
}

ul.square {
	list-style: square;
}

ol.upper-alpha {
	list-style: upper-alpha;
}

ol.lower-alpha {
	list-style: lower-alpha;
}

ol.upper-roman {
	list-style: upper-roman;
}

ol.lower-roman {
	list-style: lower-roman;
}

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

#sidebarContainer #sidebar li {
}


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

/* @group Blog */

/* @group Tag Cloud */
ul.blog-tag-cloud:before, #blog-tag-cloud-title {
	content: "Tags";
	display: block;
	font-weight: bold;
	font-size: 1.5em;
	padding-bottom: 10px;
}

ul.blog-tag-cloud {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
	text-align: justify;
}

ul.blog-tag-cloud li {
	display: inline;
	padding: 0 10px 0 10px;
	line-height: 140%;	
}

.blog-tag-size-1 {
	font-size: 8pt;
}

.blog-tag-size-2 {
	font-size: 9pt;
}

.blog-tag-size-3 {
	font-size: 10pt;	
}

.blog-tag-size-4 {
	font-size: 11pt;	
}

.blog-tag-size-5 {
	font-size: 12pt;	
}

.blog-tag-size-6 {
	font-size: 13pt;
}

.blog-tag-size-7 {	
	font-size: 14pt;
}

.blog-tag-size-8 {	
	font-size: 15pt;
}

.blog-tag-size-9 {
	font-size: 16pt;
}

.blog-tag-size-10 {	
	font-size: 17pt;
}

.blog-tag-size-11 {	
	font-size: 18pt;
}

.blog-tag-size-12 {	
	font-size: 19pt;
}

.blog-tag-size-13 {
	font-size: 20pt;
}

.blog-tag-size-14 {	
	font-size: 21pt;
}

.blog-tag-size-15 {
	font-size: 22pt;
}

.blog-tag-size-16 {	
	font-size: 23pt;
}

.blog-tag-size-17 {	
	font-size: 24pt;
}

.blog-tag-size-18 {	
	font-size: 25pt;
}

.blog-tag-size-19 {
	font-size: 26pt;
}

.blog-tag-size-20 {	
	font-size: 27pt;
}

/* @end */

/* @group Archive Page */

.blog-archive-background {
}

.blog-entry-summary {
}

.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 {
}
	
/* @end */

.blog-entry {
	padding-bottom: 30px;
}

h1.blog-entry-title {
}


h1.blog-entry-title a {
	color: #333;
	text-decoration: none;
}

h1.blog-entry-title a:hover {
	text-decoration: underline;
}

.blog-entry-date {
	padding: 10px 0 10px 0;
}

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

}

.blog-entry-category a:link, .blog-entry-category a:visited {
}

.blog-read-more {
}

.blog-entry-body {
}

.blog-entry-comments {
}

p.blog-entry-tags {
	font-style: italic;
}

/* styles the archives in the blog sidebar */
#blog-archives:before, #blog-archives-title {
	content: "Archives";
	display: block;
	font-weight: bold;
	font-size: 1.5em;
	padding-bottom: 10px;
	padding-top: 30px;
}

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
}

#blog-categories:before, #blog-categories-title {
	content: "Categories";
	display: block;
	font-weight: bold;
	font-size: 1.5em;
	padding-bottom: 10px;
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
}

.blog-rss-link {
}

.blog-comments-rss-link {
}

/* @end */

/* @group File Sharing */

.filesharing-description {
}

.filesharing-item {
}

.filesharing-item-title a:link {
	padding-left: 34px;
	margin: 5px 0 5px 0;
	background: url(images/download.png) no-repeat;
	display: block;
	height: 32px;
	line-height: 32px;
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {
}

.filesharing-item-description {
}

/* @end */

/* @group Photo Album */

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

.album-title {
	display: none;
}

.album-description {
	padding-bottom: 20px;
}


.album-wrap {
}

.thumbnail-wrap {
	float: left;
	width: 100px;
}

.thumbnail-frame {
}

.thumbnail-frame a {
	padding: 10px;
	display: block;
	width: 80px;
	height: 80px;
}

.thumbnail-frame a:hover {
	background: #ccc;
}

.thumbnail-frame img {
	width: 80px;
	height: 80px;
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
}

.thumbnail-caption {
	display: none;
}
	
/* @end */

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

.photo-background {
}

.photo-navigation {
	font-size: 1.5em;
	text-align: center;
}

.photo-links {
	font-size: 1.25em;
	text-align: center;
}

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

.photo-navigation a:hover {
}

.photo-frame {
}

.photo-frame img {
}

.photo-title {
}

.photo-caption {
}

/* @group EXIF data */
/* Data wrapper */
.exif-data {
}

.exif-data p {
}

/* 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 */

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

/* @group Quicktime Page */

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

/* @group Quicktime Album */

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

.movie-page-title {
}

.movie-page-description {
}

.movie-thumbnail-frame {
}

.movie-thumbnail-frame:hover {
}

.movie-thumbnail-caption {
}
	
/* @end */

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

.movie-background {
}

.movie-title {
}

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


/* @end */

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

.required-text {
} 

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

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

/* @group Sitemap Plugin */

#sitemap ul {
	background: url(images/sitemap.png) repeat-y;
	margin: 0;
	padding: 0;
	list-style: none;
}

#sitemap ul ul {
	margin: 0 0 0 10px;
}

#sitemap ul li {
	margin: 0;
	padding: 0 12px;
	line-height: 20px;
	background: url(images/sitemapitem.png) no-repeat;
}

#sitemap ul li.last {
	background: url(images/sitemaplast.png) no-repeat;
}