/* @group YUI Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;} 
table {border-collapse:collapse;border-spacing:0;} fieldset,img{ border:0;} address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}caption,th {text-align:left;} h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;} q:before,q:after { content:''; } abbr,acronym{border:0;}

/* @end */

/* @group General */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.6em;
}

.wrapper {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
}

#headerWrapper{
	height: 120px;
	background-image: url('images/top_grad.png');
	background-repeat: repeat-x;
	background-position: top left;
	position: relative;
	z-index: 11;
}

#dropShadow{
	position: absolute;
	background: url('images/drop_shadow.png') repeat-x 0px 0px;
	left: 0;
	margin-top: -1px;
	height: 25px;
	width: 100%;
	z-index: 10;
}

#headerContent{
	top: 45px;
	font-weight: normal;
	padding: 0;
	width: 100%;
	position: absolute;
}

#logo {
	float: left;
	height: 73px;
	overflow: hidden;
	position: relative;
	margin: 0;
	top: -30px;
}

h1#title{
	font-weight: normal;
	position: relative;
	margin: 0;
	text-indent: 13px;
	background: url('images/square.gif') no-repeat 0 10px;
	padding: 0;
	letter-spacing: 1px;
	font-size: 1.7em;
	float: left;
}

h2#slogan{
	text-transform: uppercase;
	font-weight: normal;
	position: relative;
	padding-left: 6px;
	top: 2px;
	font-size: 7.5px;
	margin: 0;
	float: left;
}

h2.sideTitle{
	display: block;
	font-size: 1.5em;
	padding-bottom: 14px;
}

h1, h2, h3, h4, h5, h6, #currentDate{
	font-weight: normal;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

h1 { 
  font-size: 2em; 
  line-height: 36px;
  padding-bottom: 5px;
}

h2 { 
  font-size: 1.8em; 
  line-height: 24px;
  padding-bottom: 5px;
}

h3 { 
  font-size: 1.6em; 
  line-height: 18px;
  padding-bottom: 5px;
}

h4 { 
  font-size: 1.4em; 
  line-height: 18px;
  padding-bottom: 5px;
}

h5 { 
  font-size: 1.2em; 
  line-height: 18px;
  padding-bottom: 5px;
}

h6 { 
  font-size: 1em; 
  line-height: 18px;
  padding-bottom: 5px;
}

a {
	text-decoration: none;
	outline: none;
}

a img {
	border: none;
}

.image-left{
	float: left;
	padding: 5px 20px 5px 5px;
}

.image-right{
	float: right;
	padding: 5px 5px 5px 20px;
}

blockquote, code{
	margin: 18px 0;
	padding: 13px 18px;
	display: block;
}

code{
	font: 12px 'Courier New', Courier, monospace;
}

#contentWrapper {
	margin-top: 28px;
	background: url('images/content_container.png') repeat-x 0px 0px;
}

#contentWrapper ul{
	margin: 4px 0 0 0;
}

#content ul{
	padding: 0 0 0 15px;
}

#content {
	position: relative;
	padding: 16px 17px;
}

#contentWrapperInner{
	margin-right: 250px;
}

/* @end */

/* @group List Elements */

ul, ol { margin: 0 0 18px 0; padding: 0;}
ol { padding: 0 0 0 15px; }
ul.disc { list-style-type: disc; }
ul.circle{ list-style-type: circle; }
ul.square{ list-style-type: square; }
ol.arabic-numbers{ list-style-type: decimal; }
ol.upper-alpha{ list-style-type: upper-alpha; }
ol.lower-alpha{ list-style-type: lower-alpha; }
ol.upper-roman{ list-style-type: upper-roman; }
ol.lower-roman{ list-style-type: lower-roman; }

/* @end */

/* @group Toolbar */

#navigation {
	position: absolute;
	top: 92px;
	left: -15px;
	width: 100%;
	font-size: 1.10em; 
	z-index: 200; 
	line-height: 20px;
}
	
#navigation ul {
	margin: 0;
	padding: 0; 
	list-style-type: none;
}

#navigation ul li { 
	position: relative; 
	display: inline; 
	float: left; 
}

#navigation ul li a { 
	display: inline-block; 
	padding: 4px 15px; 
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

#navigation ul ul{
	display: none;	
}

/* @end */

/* @group Sidebar */

#sidenote{
	position: absolute;
	top: 17px;
	left: 5px;
	height: 20px;
	width: 4px;
}

#sidebar {
	width: 210px;
	min-height: 200px;
	margin: 0 -250px 0 0;
	float: right;
	position: relative;
	padding: 17px 20px 0 20px;
	line-height: 1.6em;
	background: url(images/sidedots.png) no-repeat 4px 43px;
}

#sidebar-menu{
	display: block;
}

#sidebar-menu ul ul ul {
	margin: 0 0 0 15px;
	padding-bottom: 0;
	border: none;
}

#sidebar-menu ul {
	list-style: none;
	display: inline;
}

#sidebar-menu li {
	display: inline;
}

#sidebar-menu span {
	display: none;
}

#sidebar-menu ul ul {
	display: block;
	padding: 0 0 12px 0;
	margin-bottom: 10px;
	font-size: 13px;
}

#sidebar-menu ul ul ul{
	padding: 0 0 0 5px;
	font-size: 12px;
}

#sidebar-menu ul ul li a{
	display: block;
	margin: 0 0 3px 0;
}

#sidebar-menu ul ul var{
	font-size: 15px;
	font-style: italic;
}

#sidebar-menu ul ul ul var{
	display: none;
}

#sidebar-menu ul ul span {
	display: block;
	padding: 0;
}

#sidebar-menu ul ul a {
	color: #eee;
	padding: 0 0 0 10px;
	text-decoration: none;
}

#sidebar-menu a:hover {
}

#sidebar-menu a.current, #sidebar-menu a.currentAncestor, #sidebar-menu ul li a.current:hover, #sidebar-menu ul li a.currentAncestor:hover {
	padding: 0 0 0 10px;
}

/* @end */

/* @group Footer */

#footer {
	display: block;
	clear: both;
	margin: 20px 0;
	padding: 15px 8px 18px 10px;
	font-size: .9em;
}

#breadcrumb {
	display: block;
	padding: 5px 0;
}

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

#breadcrumb li {
	display: inline;
}

/* @end */

/* @group Blog Page */

.js-kit-comments { float: left; }

.blog-entry {
	margin-bottom: 24px;
}

.blog-entry-title, .blog-archive-month {
	font-size: 1.8em;
	line-height: 20px;
	margin-bottom: 8px;
}

.blog-entry-title a {
	text-decoration: none;
	font-weight: normal;
}
	
.blog-entry-title a:hover {
	text-decoration: underline;
}
	
.blog-entry-date {
	font-size: 12px;
	margin-bottom: 5px;
	font-weight:  bolder;
}

.blog-entry-comments {
	font-size: 12px;
	margin-top: 7px;
	padding: 0 0 0 20px;
	background: transparent url('images/icons.png') no-repeat 0 -78px;
	height: 15px;
}

p.blog-entry-tags{
	margin: 0;
	padding: 0;
	font-size: 12px;
	margin-top: 7px;
	padding: 0 0 2px 18px;
	background: transparent url('images/icons.png') no-repeat 0 -37px;
} 

#blog-archives, #blog-categories, #blog-rss-feeds {
	margin-top: 18px;
}

#blog-categories {
	line-height: 1.6em;
}

#blog-categories a{
	padding-left: 21px;
	height: 15px;
	background: transparent url('images/icons.png') no-repeat 0 -39px;
}
	
#blog-archives {
	
}

#blog-archives a{
	padding: 0 0 1px 23px;
	height: 15px;
	background: transparent url('images/icons.png') no-repeat 0 -61px;
}

#blog-rss-feeds a{
	padding-left: 23px;
	height: 15px;
	background: transparent url('images/icons.png') no-repeat -1px 0px;
}
	
#blog-rss-feeds a:hover{
	background: transparent url('images/icons.png') no-repeat -1px -20px;
}

.blog-archive-headings-wrapper {
	margin-bottom: 24px;
}

.js-kit-comments, .js-CommentsArea{ width: 98%; }

ul.blog-tag-cloud {
	display: block;
	margin: 0 0 18px 0;
	padding: 18px 0 0 0;
	text-align: justify;
	font-size: .9em;
}
ul.blog-tag-cloud li {
	display: inline;
	padding-right: 5px;
}
.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;
}

/* @end */

/* @group File Sharing */

.filesharing-description{
	margin-bottom: 18px;
}

.filesharing-item{
	padding: 0 0 20px 0px;
	background: transparent url('images/icons.png') no-repeat -3px -99px;
}

.filesharing-item a{
	font-weight: bolder;
	font-size: 1.2em;
	padding: 0 0 5px 15px;
	display: block;
}

/* @end */

/* @group Photo Album */

.album-title{
	font-size: 18px;
	line-height: 18px;
	margin:  0 0 25px 5px;
	padding: 0;
}

.album-wrapper {
	width: 99%;
	overflow: auto;
	margin: 0 auto;
}

.thumbnail-wrap {
	text-align: left;
	position: relative;
	float: left;
	margin: 0 24px 58px 24px;
	padding: 0;
	display: inline;
	font-size: .9em;
	line-height: 1.3em;
}

.thumbnail-caption{
	padding-top: 3px;
}

/* PHOTO PAGE */

/* Styles the background for this page */
.photo-background{
	margin: 0;
	text-align: center;
}

/* Styles around the navigation controls */
.photo-navigation{
	margin: 20px auto 48px auto;
	padding: 0;
}

.photo-frame{
	border: 10px solid #222;
}

/* Styles the title of this page */
.photo-title{
	font-size: 24px;
	padding-bottom: 13px;
}

/* Styles the photo caption */
.photo-caption{
	font-size: 26px;
	padding-bottom: 22px;
}

/* @group exif */

.exif-data p {
}
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 */

/* @group Movie Album */

.movie-page-title{
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 18px;
}

/* Styles the page description */
.movie-page-description{
	margin-bottom: 15px;
}

/* Styles around the movie thumbnail */
.movie-thumbnail-frame {
	float: left;
	position: relative;
	text-align: center;
	padding: 0;
	margin: 10px 18px;
}

/* Movie Thumbnail */
.movie-thumbnail-frame img{
}

/* Styles the movie thumbnail caption */
.movie-thumbnail-caption{ 
	text-align: left;
}


/* MOVIE POPUP */

/* Styles the background of the popup window */
.movie-background{
	margin: 0;
	padding: 24px;
	border: none;
	text-align: center;
}

/* Styles the movie title */
.movie-title{
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 18px;
}

/* Styles around the actual movie (This is also used on the standard quicktime page style) */
.movie-frame{
	margin-bottom: 10px;
}

/* @end */

/* @group Contact Form */

.message-text {
} 

label{
}

.required-text {
} 

.form-input-field {
	padding: 5px;
	margin-top: 2px;
} 

.form-input-button { 
}

/* @end */

/* @group Current Date */

#currentDate{
	padding: 9px 154px 0 13px;
	background: url(images/square.gif) no-repeat 0 10px;
	float: right;
	font-size: 1.7em;
	font-weight: normal;
	display: block;
	position: relative;
}

#ddmmyy{
	display: none;
}

#yymmdd{
	display: none;
}

/* @end */

/* @group Slideshow */

#featureImage, .slide{
	height: 202px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#slideshow{
	display: none;
}

#featureImage #slideshow{
	display: block;
}

.slideRadius3{
-moz-border-radius-bottomleft: 3px;
-moz-border-radius-bottomright: 3px;
-webkit-border-bottom-left-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
}

.slideRadius5{
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
}

.slideRadius7{
-moz-border-radius-bottomleft: 7px;
-moz-border-radius-bottomright: 7px;
-webkit-border-bottom-left-radius: 7px;
-webkit-border-bottom-right-radius: 7px;
}

.slideRadius9{
-moz-border-radius-bottomleft: 9px;
-moz-border-radius-bottomright: 9px;
-webkit-border-bottom-left-radius: 9px;
-webkit-border-bottom-right-radius: 9px;
}

.slideRadius11{
-moz-border-radius-bottomleft: 11px;
-moz-border-radius-bottomright: 11px;
-webkit-border-bottom-left-radius: 11px;
-webkit-border-bottom-right-radius: 11px;
}

/* @end */

/* @group Titillium */

h1.titleCu{
	font-size: 1.9em !important;
	letter-spacing: 0 !important;
}
.currentDateCu{
	padding: 9px 135px 0 13px !important;
	font-size: 1.9em !important;
}

h2.sideTitleCu{
	font-size: 1.77em !important;
}

/* @end */

/* @group IE6 Fix */

* html .carousel_wrap{
left: -4px;
width: 100%;
}

* html .carousel_content_align{
width: 98%;
}

/* @end */

