/* @group General */
/* GENERAL ELEMENTS */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	font-size: 0.9em;
	line-height: 1.6em;
	background: #000 url('images/top-grad.jpg') repeat-x top left;
	font-family: "Helvetica Neue", arial, helvetica, verdana, sans-serif;
}

p {
	
}

#wrapper {
	width: 900px;
	background: url(images/content-bg-900px.jpg) no-repeat 0px 130px;
	margin: 0 auto;
}

* html #wrapper {
	background: url(images/content-bg-900px.jpg) no-repeat 0px 130px;
}

*:first-child+html #wrapper{
	background: url(images/content-bg-900px.jpg) no-repeat 0px 140px;
}

#headerContent{
	width: 100%;
	text-align: center;
}

h1, h2, h3, h4, h5{
	font-weight: normal;
}

h1 { 
  font-size: 24px;
}

h2 { 
  font-size: 18px;
}

h3 { 
  font-size: 16px;
}

ul, ol {
	margin-bottom: 18px;
}

a {
	text-decoration: none;
}

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

a img {
	border: none;
}

.image-left{
	float: left;
}

.image-right{
	float: right;
}

blockquote, code{
	color: #fff;
	font: italic normal 16px/1.5 Georgia, "Times New Roman", Times, serif;
	padding: 15px;
	text-align: center;
}
/* @end */

/* @group List */
/* LIST ELEMENTS */

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

/* BASIC LAYOUT */

#banner{
	width: 900px;
	height: 94px;
	margin-top: 15px;
	clear: both;
	background-image: url(images/header1.png);
}

#content-wrapper {
	margin: 0;
	/*padding: 0;*/
}

#animation {
	height: 240px;
	clear: both;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 20px;
}

#ticker {
	/*height: 240px;*/
	margin-top: 10px;
}

*:first-child+html #animation {
	margin-top: 15px;
}

#content {
	width: 624px;
}


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

#footer a{
	text-decoration: none;
	color: #7E7E7E;
}

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

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

#breadcrumb li {
	display: inline;
}

#credits {
	text-align: center;
  	font-size: .8em;
	color: #666666;
}

/* @end */

/* @group Sidebar */

.sidebarTitle{
	display: block;
	font-size: 1.2em;
	padding-bottom: 10px;
}

#sidenote{
	display: inline;
	position: absolute;
	top: 17px;
	height: 20px;
	width: 4px;
	padding: 0;
	margin: 0;
}

#sidebar-title{
	font-weight: normal;
	font-size: 18px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #eee;
}

/* @end */

/* @group Search */

/* Search Icon */


#searchIcon {
	background: url(images/search_icon_15x13.png) no-repeat;
	cursor: pointer;
	float: right;
	height: 13px;
	position: relative;
	right: 20px;
	top: 4px;
	width: 25px;
	z-index:2001;
}
 
/*  Search Bar  */

#searchBar {
	background: url(images/searchbar_mauve_right.png) no-repeat;
	display: none;
	float: right;
	height: 52px;
	left: 782px;
	position: absolute;
	top: 46px;
	text-align: center;
	width: 273px;
	z-index: 2002;
}

/*  Search Input Field  */
 
.searchField {
	width: 240px;
}

html>body .search {
	position: relative;
	top: 9px;
}

textarea:focus, input:focus {
	outline: none;
}

/* @end */

/* @group Toolbar */

.noLine{ display: none; }

#toolbar{ 
	position: relative;
	z-index: 1008;
	left: 20px;
	/*font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;*/ 
}

#toolbar ul{ 
	padding: 0;	
	margin: 0;
	list-style: none;
}
	
* html #toolbar ul{ 
	border-bottom: none; 
}

#toolbar ul li { 
	position: relative; 
	float: left; 
}

#toolbar ul li a{ 
	padding: 0 20px;
	height: 21px; 
	text-align: left; 
	display: block; 
	text-decoration: none; 
	font-size: .8em; 
	font-weight: normal; 
	/*display: inline-block;*/ 
	/*padding: 16px 0px;*/ 
}

* html #toolbar ul li a{ 
	float: left;
}

#toolbar ul a:hover{ 
}

#toolbar ul li a#current, 
#toolbar ul li a.currentAncestor { 
	position: relative; 
}

#toolbar ul ul li a#current, 
#toolbar ul ul li a.currentAncestor { 
	margin-top: 0; 
	border: none; 
	position: relative;
}

#toolbar ul li span{ 
	float: left; 
}
	
#toolbar ul li ul li span{ 
	display: none; 
}

#toolbar ul li ul { 
	background-image: none; 
	position: absolute; 
	/*left: 0;*/ 
	display: block; 
	visibility: hidden; 
	border: none; 
	width: 170px; 
	height: auto;
}

#toolbar ul li ul a:hover{ 
	border-top: none;
	margin-top: 0; 
} 

#toolbar ul li ul ul{ 
	padding: 0; 
	margin: 0; 
}

#toolbar ul li ul li { 
	display: list-item;	
	float: none; 
	height: auto;
	/*width: 170px;*/
}

* html #toolbar ul li ul li { 
	float: left;
	display: inline;
	width: 170px;
	background-color: #000;
}

*:first-child+html #toolbar ul li ul li { 
	float: left;
	display: inline;
	width: 170px;
	background-color: #000;
}

#toolbar ul li ul li a { 
	margin: 0;
	padding: 9px 20px; 
	font-weight: normal; 
	font-size: .8em; 
	height: auto; 
	line-height: 1.1em; 
	background-color: #000;
	/*background-color: rgba(0, 0, 0, 1);*/
}

* html #toolbar ul li ul li a {
	font-weight: normal; 
	font-size: .8em; 
	height: auto; 
	line-height: 1.1em; 
	background-color: #000;
}

*:first-child+html #toolbar ul li ul li a { 
	font-weight: normal; 
	font-size: .8em; 
	height: auto; 
	line-height: 1.1em; 
	background-color: #000;
}

#toolbar ul li ul li a:hover {
	background-color: #222222;
}

.navDown { 
	/*position: absolute; 
	right: 8px; 
	display: block; 
	width: 11px; 
	height: 8px; 
	background-image: url(images/icons/down.png); 
	font-size: 1%;
	z-index: 1014;*/
}

.navRight {	
	position: absolute; 
	top: 9px; 
	right: 4px; 
	display: block; 
	width: 8px; 
	height: 11px; 
	background-image: url(images/icons/right.png); 
	font-size: 1%;
	z-index: 1014;
}


* html .navRight {
	left: 155px;
	background-image: url(images/icons/right.jpg);
}

/* @end */

/* @group Blog */
/* BLOG ELEMENTS */

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

.blog-entry-title, .blog-archive-month {
	font-size: 18px;
	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/comment.jpg') center left no-repeat;
}

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

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

#blog-categories {
	
}

	#blog-categories a{
		padding-left: 21px;
		background: transparent url('images/tag.jpg') no-repeat 0 0;
	}
	
#blog-archives {
	
}

	#blog-archives a{
		padding-left: 23px;
		background: transparent url('images/date.jpg') center left no-repeat;
	}
	
#blog-rss-feeds {
	
}

	#blog-rss-feeds a{
		padding-left: 23px;
		background: transparent url('images/rss.jpg') center left no-repeat;
	}
	
	#blog-rss-feeds a:hover{
		background: transparent url('images/rss-on.jpg') center left no-repeat;
	}

.blog-archive-headings-wrapper {
	margin-bottom: 24px;
}
	
ul.blog-tag-cloud {
	display: block;
	margin: 0 0 18px 0;
	padding: 18px 0 0 0;
	text-align: justify;
}
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 */
/* FILE SHARING ELEMENTS */

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

.filesharing-item{
	padding: 0 0 6px 23px;
	background: transparent url('images/download.png') no-repeat 0 1px;
}

/* @end */

/* @group Photo Album */
/* PHOTO ALBUM */

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

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

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin: 0 24px 48px 24px;
	border: 5px solid #222;
	padding: 0;
	display: inline;
}

/* @end */

/* @group Photo Page */

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

/* Photo EXIF Metadata */
.exif-data p {
	margin: 0;
	padding: 0;
}
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 movie Album */

/* 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 {
	width: 150px;
	height: 150px;
	float: left;
	position: relative;
	text-align: center;
	padding: 0;
	margin: 20px 24px 20px 24px;
	border: 5px solid #222;
}

/* Movie Thumbnail */
.movie-thumbnail-frame img{ 
	margin-bottom: 5px;
	width: 150px;
	height: 110px;
}

/* Styles the movie thumbnail caption */
.movie-thumbnail-caption{ 
	
}


/* 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;
	border: 5px solid #222;
}

/* @end */

/* @group Contact Form */
/* CONTACT FORM */

.message-text {
	color:#999; 
} 

label{
	color:#888;
}

.required-text {
} 

.form-input-field {
	background: #111;
	border: #222 solid 2px;
	color: #999;
} 

.form-input-button { 
} 

/* CAROUSEL IE6 FIX */

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

* html .carousel_content_align{
width: 98%;
}
/* @end */