/* CSS for Heat Wave theme */

/* @group General Styles */

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 20px;
	color: #626262;
}

p {
	margin: 0;
	padding: 0;
}


br {
	margin: 0;
	padding: 0;
}

img {
   border: none;
}

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

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

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

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

.clearer {
	clear: both;
}

blockquote {
}

code {
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 30px;
	line-height: 32px;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 26px;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 22px;
}

h4 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 16px;
}

hr {
	border-top: 1px solid #bfbfbf;
}

.imageStyle {

}

#container #content ul {
}

#container #content li {
}

/* @end */

/* @group Layout */

#container {
	margin: 36px auto 42px;
	background-color: #fff;
}
#header {
	height: 200px;
}

#title {
	padding-top: 36px;
}

#header h1 {
	margin-right: 36px;
	margin-left: 36px;
}

#header h2 {
	margin-right: 36px;
	margin-left: 36px;
}

#contentContainer {
	margin-top: 36px;
}

#content {
}

#sidebarContainer {
	width: 240px;
	margin-top: 0;
	padding-top: 0;
}

#sidebar h3 {
	font-size: 16px;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

#sidebar {
	padding-left: 4px;
}

#archiveContainer {
	margin-top: 24px;
}

#footer {
	background: url(images/bottom_fade.png) repeat-x 0 bottom;
	height: 40px;
	width: 100%;
	text-align: center;
	margin-top: 36px;
	font-size: 10px;
	line-height: 12px;
}

#breadcrumb {
	margin-right: auto;
	margin-left: auto;
	height: 36px;
	padding-left: 28px;
	margin-top: 36px;
	padding-top: 1px;
}

.divider {
	background: url(images/divider.png) no-repeat;
	width: 11px;
	height: 36px;
	float: left;
	display: inline;
}

.bcitem {
	float: left;
	display: inline;
	padding-top: 9px;
	padding-right: 4px;
	padding-left: 8px;
}

#breadcrumb a {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-shadow: #fff 0 1px 0;
}

.logoContainer {
	float: right;
	display: block;
	margin-right: 24px;
	height: 200px;
}

	
/* @end */

/* @group Horizontal Menu */

/* Toolbar Styles */

.navcontainer {
	overflow: hidden;
	height: 48px;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 13px;
}

.navcontainer .currentCenter {
}

.navcontainer .current {
	text-decoration: none;
	display: inline-block;
	font-weight: normal;
	text-shadow: #fff 0 2px 0;
	height: 37px;
	max-width: 129px;
	overflow: hidden;
	width: 129px;
	margin-right: 12px;
	margin-left: 12px;
}

.navcontainer .current a:link {
	padding-top: 12px;
	width: 101px;
	text-align: center;
}

.navcontainer .current a:hover {
	text-decoration: none;
	display: inline-block;
}

.navcontainer .current a:visited {
	text-decoration: none;
	display: inline-block;
	padding-top: 9px;
}

.navcontainer .currentAncestor {
	text-decoration: none;
	display: inline-block;
	font-weight: normal;
	text-shadow: #fff 0 2px 0;
	height: 37px;
	width: 129px;
	max-width: 129px;
	overflow: hidden;
	margin-right: 12px;
	margin-left: 12px;
}

.navcontainer .currentAncestor a {
	padding-top: 12px;
}

.navcontainer .currentAncestor:visited {
	text-decoration: none;
	display: inline-block;
}

/* Parent - Level 0 */

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

.navcontainer ul li {
	padding: 0;
	float: left;
}

.navcontainer a{
	text-decoration: none;
	display: inline-block;
	height: 25px;
	padding-top: 15px;
	text-shadow: #fff 0 1px 0;
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-right: 12px;
	margin-left: 12px;
}

.navcontainer a:hover{
	text-decoration: none;
	display: inline-block;
}

.navcontainer a:visited{
	text-decoration: none;
}

.navcontainer a:active {
	text-decoration: none;
	display: inline-block;
}

/* Child - Level 1 */

.navcontainer ul ul  {
	display: none;
}

.navcontainer ul ul li {
}

.navcontainer ul ul a {
}

.navcontainer ul ul a:hover {
}

.navcontainer ul ul .current {
}

.navcontainer ul ul .current:hover {
}

.navcontainer ul ul .currentAncestor  {
}

/* Child - Level 2 */

.navcontainer ul ul ul {
	display: none;
}

.navcontainer ul ul ul ul {
	display: none;
}

/* @end */

/* @group Sidebar Menu */

.subnavcontainer {
	position: relative;
	border-style: none;
	font-size: 13px;
}

/* Parent - Level 0 */

.subnavcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.subnavcontainer li {
	position: relative;
	display: inline;
	height: 0;
}

.subnavcontainer a {
	display: none;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.subnavcontainer a:visited {
	text-decoration: none;
}

.subnavcontainer a:hover {
	text-decoration: none;
}

/* Child - Level 1 */

.subnavcontainer ul ul {
	margin-bottom: 24px;
}

.subnavcontainer ul ul .current {
}

.subnavcontainer ul ul a {
	display: block;
	padding: 5px 12px;
	margin-bottom: 3px;
}

.subnavcontainer ul ul a:hover {
	display: block;
	padding: 5px 12px;
}

/* Child - Level 2 */

.subnavcontainer ul ul ul a {
	margin-left: 12px;
}

.subnavcontainer ul ul ul  {
	margin-bottom: 0;
}

/* Child Level 3 */

.subnavcontainer ul ul ul ul a {
	margin-left: 24px;
}

.subnavcontainer ul ul ul ul  {
	margin-bottom: 0;
}

/* Child Level 4 */

.subnavcontainer ul ul ul ul ul a {
}

.subnavcontainer ul ul ul ul ul  {
	margin-bottom: 0;
}

/* Child Level 5 */

.subnavcontainer ul ul ul ul ul ul a {
}

.subnavcontainer ul ul ul ul ul  {
	margin-bottom: 0;
}

/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
}

.blog-archive-headings-wrapper {
	text-align: left;
}

.blog-archive-entries-wrapper {
	text-align: left;
}

.blog-archive-month {
}

.blog-archive-link {
}
	
/* @end */

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

.blog-entry-title {
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 26px;
	line-height: 36px;
}

.blog-entry-title a:link {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

.blog-entry-title a:visited {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

.blog-entry-title a:hover {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

.blog-entry-date {
	margin-bottom: 20px;
	padding-left: 18px;
	background: url(images/clock.gif) no-repeat 0 center;
}

.blog-entry-body {
}

.blog-entry-comments {
	margin-top: 4px;
}

.blog-entry-comments a:link {
	padding-left: 21px;
	background: url(images/chat.png) no-repeat left center;
}

.blog-entry-comments a:hover {
}

.blog-entry-summary { 
}

.blog-read-more a:link, .blog-read-more a:visited {
	display: block;
}

.blog-read-more a:hover
{
}


.blog-entry-category a:link, .blog-entry-category a:visited {
	padding-left: 18px;
	background: url(images/document2.gif) no-repeat left center;
	padding-right: 4px;
	margin-left: 3px;
}

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

/* styles the archives in the blog sidebar */

blog-archive-link-enabled {
	padding-left: 18px;
	background: url(images/categories.gif) no-repeat left center;
}

.blog-archive-link-enabled:link {
	padding-left: 18px;
	background: url(images/categories.gif) no-repeat left center;
}

.blog-archive-link-enabled:visited {
	padding-left: 18px;
	background: url(images/categories.gif) no-repeat left center;
}

.blog-archive-link-enabled:hover {
	background: url(images/categories.gif) no-repeat left center;
}

.blog-archive-link-disabled {
	padding-left: 18px;
	background: url(images/categories.gif) no-repeat left center;
}

/* Styles the blog categories in the blog sidebar */

#blog-categories {
	padding-bottom: 22px;
}

.blog-category-link-enabled {
	padding-left: 18px;
	background: url(images/document2.gif) no-repeat left center;
}

.blog-category-link-enabled:link, .blog-category-link-enabled:visited {
}

.blog-category-link-enabled:hover {
	padding-left: 18px;
	background: url(images/document2.gif) no-repeat left center;
}

.blog-category-link-disabled {
	padding-left: 18px;
	background: url(images/categories.gif) no-repeat left center;
}

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

#blog-rss-feeds {
}

.blog-rss-link {
}

.blog-rss-link:link, .blog-rss-link:visited {
	padding-left: 18px;
	background: url(images/rss.png) no-repeat left center;
}

.blog-rss-link:hover {
}

.blog-comments-rss-link {
}

.blog-comments-rss-link:link, .blog-comments-rss-link:visited {
	padding-left: 18px;
	background: url(images/rss.png) no-repeat left center;
}

.blog-comments-rss-link:hover {
}
	
/* @end */

/* @group New Blog Styles (3.6) */

p.blog-entry-tags {
	margin-top: 20px;
	background: url(images/tag.gif) no-repeat left center;
	padding-left: 20px;
}
/* Styles blog tag links normal and visited state */
p.blog-entry-tags a:link,
p.blog-entry-tags a:visited {
}

/* Styles blog tag links hover state */
p.blog-entry-tags a:hover {
}

/* Styles blog tag links active state */
p.blog-entry-tags a:active {
}

/* Styles the tag clous un-ordered list */
ul.blog-tag-cloud {
	margin-right: 0;
	display: block;
	margin-left: 3px;
	padding-right: 0;
	padding-top: 0;
	padding-left: 0;
	margin-top: 0;
}

/* Styles tag cloud list item */

/* Styles all links in the tag cloud in normal and visited state */

ul.blog-tag-cloud li {
	padding-right: 5px;
	text-align: left;
	list-style-type: none;
	margin: 0;
	vertical-align: bottom;
	display: inline;
	text-decoration: none;
}

ul.blog-tag-cloud li a:link {
	text-decoration: none;
}

/* Styles all links in the tag cloud in hover state */
ul.blog-tag-cloud li a:hover {
	text-decoration: none;
	margin: 0;
	text-align: left;
}

/* Styles all links in the tag cloud in active state */
ul.blog-tag-cloud li a:active {
}

/* tag size 1-20 styles */
.blog-tag-size-1 {
	font-size: 9px;
}

.blog-tag-size-2 {
	font-size: 10px;
}

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

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

.blog-tag-size-5 {
	font-size: 11px;
}
.blog-tag-size-6 {
	font-size: 12px;
}

.blog-tag-size-7 {
	font-size: 12px;
}

.blog-tag-size-8 {
	font-size: 13px;
}

.blog-tag-size-9 {
	font-size: 13px;
}

.blog-tag-size-10 {
	font-size: 14px;
}

.blog-tag-size-11 {
	font-size: 14px;
}

.blog-tag-size-12 {
	font-size: 15px;
}

.blog-tag-size-13 {
	font-size: 15px;
}

.blog-tag-size-14 {
	font-size: 16px;
}

.blog-tag-size-15 {
	font-size: 17px;
}

.blog-tag-size-16 {
	font-size: 17px;
}

.blog-tag-size-17 {
	font-size: 18px;
}

.blog-tag-size-18 {
	font-size: 19px;
}

.blog-tag-size-19 {
	font-size: 19px;
}

.blog-tag-size-20 {
	font-size: 21px;
}

/* Order & Un-ordered List Support
These CSS classes style the list style type of an un-ordered list. */

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 Forms */
.message-text {
	width: 95%;
} 

.required-text {
	font-weight: bold;
} 

.form-input-field {
	width:  95%;
	font-size: 16px;
	color: #a6a59c;
	padding: 4px;
	background: #fff repeat-x;
	line-height: 20px;
} 

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

/* @group Bread-crumb */

#breadcrumb {
}

#breadcrumb ul {
	display: inline;
	margin: 0;
	list-style-type: none;
	padding: 0;
}

#breadcrumb li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#breadcrumb a {
	display: inline;
}

#breadcrumb a:hover {
	display: inline;
}
	
/* @end */

/* @group Photo Album */

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

.album-title {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 8px;
}

.album-description {
}


.album-wrapper {
	display: block;
	width: 99%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	margin-top: 30px;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 30px;
	margin-right: 24px;
	margin-top: 34px;
}

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

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
	background: transparent;
}

.thumbnail-frame img {
	margin: auto;
	border: 1px solid #d0d0d0;
}

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

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

.photo-background {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.photo-navigation {
	clear: left;
	float: left;
	width: 170px;
	padding: 5px;
	text-align: center;
	margin: 50px 0 0 20px;
	background: #fff right top;
}

.photo-navigation a:link, .photo-navigation a:visited {
	color: #7e7e7e;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}

.photo-title {
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 20px;
	color: #868686;
	padding-top: 5px;
	margin: 0;
	padding-bottom: 0;
	text-align: center;
}

/* color title image below */

.photo-caption {
	font-style: italic;
	color: #7e7e7e;
	padding: 0px;
	margin-top: 7px;
}

.photo-links {
	color: #7e7e7e;
	margin-bottom: 6px;
}

.photo-links a {

}

.photo-links a:hover, .photo-links a:active {

}

.photo-navigation a:hover {
	text-decoration: underline;
	color: #9d9d9d;
}

.photo-frame{	
	padding: 0;
	position: absolute;
	left: 235px;
	top: 9px;
	border: 10px solid #fff;
	margin-top: 40px;
}



/* @end */

/* new_elemens */

.photo-background {
}

.photo-navigation {
}

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

.exif-data {
	clear: left;
	margin: 0 0 0 20px;
	float: left;
	width: 170px;
	padding: 5px 4px 5px 6px;
	background: #fff left top;
}

.exif-data p {
	color: #6e6e6e;
	text-align: left;
	padding-left: 38px;
	border-bottom: 1px solid #b9b9b9;
	font-size: 10px;
	line-height: 22px;
	background-repeat: no-repeat;
	height: 22px;
}



/* p tag classes for all exif data */

p.exif-version {
	background-image: url(images/exif/photos.png);
}

p.exif-colour-space {
	background-image: url(images/exif/color.png);
}

p.exif-focal-length {
	background-image: url(images/exif/focalpoint.png);
}

p.exif-dimensions {
	background-image: url(images/exif/dimensions.png);
}

p.exif-pixel-y-dimension {
	background-image: url(images/exif/y.png);
}

p.exif-oecf-value {
	background-image: url(images/exif/genericicon.png);
}

p.exif-subsec-time-original {
	background-image: url(images/exif/time.png);
}

p.exif-exposure-mode {
	background-image: url(images/exif/aperture.png);
}

p.exif-pixel-x-dimension {
	background-image: url(images/exif/x.png);
}

p.exif-spatial-frequency-response {
	background-image: url(images/exif/genericicon.png);
}

p.exif-scene-capture-type {
	background-image: url(images/exif/scenetype.png);
}

p.exif-subject-location {
	background-image: url(images/exif/genericicon.png);
}

p.exif-shutter-speed {
	background-image: url(images/exif/shutterspeed.png);
}

p.exif-datetime-original {
	background-image: url(images/exif/date.png);
}

p.exif-subsec-time {
	background-image: url(images/exif/time.png);
}

p.exif-compressed-bits-per-pixel {
	background-image: url(images/exif/pixels.png);
}

p.exif-flash-energy {
	background-image: url(images/exif/flash.png);
}

p.exif-saturation {
	background-image: url(images/exif/color.png);
}

p.exif-brightness {
	background-image: url(images/exif/brightness.png);
}

p.exif-exposure-time {
	background-image: url(images/exif/time.png);
}

p.exif-f-number {
	background-image: url(images/exif/fstop.png);
}

p.exif-file-source {
	background-image: url(images/exif/genericicon.png);
}

p.exif-gain-control {
	background-image: url(images/exif/genericicon.png);
}

p.exif-subject-area {
	background-image: url(images/exif/genericicon.png);
}

p.exif-cfa-pattern {
	background-image: url(images/exif/genericicon.png);
}

p.exif-scene-type {
	background-image: url(images/exif/scenetype.png);
}

p.exif-white-balance {
	background-image: url(images/exif/gamma.png);
}

p.exif-flash {
	background-image: url(images/exif/flash.png);
}

p.exif-exposure-index {
	background-image: url(images/exif/aperture.png);
}

p.exif-flashpix-version {
	background-image: url(images/exif/flashpix.png);
}

p.exif-device-setting-description {
	background-image: url(images/exif/genericicon.png);
}

p.exif-focalplane-x-resolution {
	background-image: url(images/exif/genericicon.png);
}

p.exif-image-uniqueid {
	background-image: url(images/exif/id.png);
}

p.exif-components-configuration {
	background-image: url(images/exif/configuration.png);
}

p.exif-light-source {
	background-image: url(images/exif/brightness.png);
}

p.exif-sensing-method {
	background-image: url(images/exif/genericicon.png);
}

p.exif-aperture {
	background-image: url(images/exif/aperture.png);
}

p.exif-sharpness {
	background-image: url(images/exif/sharpness.png);
}

p.exif-exposure-program {
	background-image: url(images/exif/aperture.png);
}

p.exif-subject-distance {
	background-image: url(images/exif/subjectdistance.png);
}

p.exif-subsec-time-digitized {
	background-image: url(images/exif/time.png);
}

p.exif-contrast {
	background-image: url(images/exif/contrast2.png);
}

p.exif-focalplane-resolution-unit {
	background-image: url(images/exif/genericicon.png);
}

p.exif-gamma {
	background-image: url(images/exif/gamma.png);
}

p.exif-35mm-focal-length {
	background-image: url(images/exif/focalpoint.png);
}

p.exif-datetime-digitized {
	background-image: url(images/exif/date.png);
}

p.exif-subject-distance-range {
	background-image: url(images/exif/subjectdistance.png);
}

p.exif-custom-rendered {
	background-image: url(images/exif/genericicon.png);
}

p.exif-max-aperture {
	background-image: url(images/exif/aperture.png);
}

p.exif-sound-file {
	background-image: url(images/exif/audio.png);
}

p.exif-metering-mode {
	background-image: url(images/exif/genericicon.png);
}

p.exif-spectral-sensitivity {
	background-image: url(images/exif/genericicon.png);
}

p.exif-exposure-bias {
	background-image: url(images/exif/aperture.png);
}

p.exif-focalplane-y-resolution {
	background-image: url(images/exif/genericicon.png);
}

p.exif-iso-rating {
	background-image: url(images/exif/iso.png);
}

p.exif-maker-note {
	background-image: url(images/exif/note.png);
}

p.exif-digital-zoom-ratio {
	background-image: url(images/exif/zoom.png);
}

p.exif-user-comment {
	background-image: url(images/exif/comment.png);
}

/* @end */


/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
	font-size: 1.7em;
	margin-bottom: 5px;
	letter-spacing: -1px;
}

.movie-page-description {
	margin-bottom: 15px;
}

.movie-thumbnail-frame {
	width: 132px;
	height: 132px;
	text-align: center;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.movie-thumbnail-frame:hover {
}

.movie-thumbnail-frame img {
}

.movie-thumbnail-caption {
	font-size: 0.85em;
}
	
/* @end */

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

.movie-background {
	margin: 10px;
}

.movie-title {
	font-size: 1.7em;
	letter-spacing: -1px;
}

.movie-frame {
	margin-bottom: 5px;
}
	
/* @end */


/* @end */

/* @group Quicktime Page */

.movie-description {
}

.movie-frame {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
	
/* @end */

/* @group File Sharing */

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

.filesharing-item {
	margin-top: 0;
	margin-bottom: 24px;
	padding: 14px;
	background-color: #ebebeb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


.filesharing-item-title a:link {
	margin: 0;
}

.filesharing-item-title {
	font: 22px "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, sans-serif;
	padding-left: 28px;
	background: url(images/download_arrow.png) no-repeat left center;
}

.filesharing-item-description {
}

/* @end */

/* @group Plugins */

/* @group RapidSearch */

/* Hides Yahoo Search Credit */

#search_credits {
	display: none;
}

#rapidsearch { 
	color: #4f4f4f;
}



/* @end */

/* @group RapidBlog */

.blog-entry-comments-body {
}

.blog-entry-comments-body-even {
}

.blog-entry-comments-body-odd {
}

/* @end */



/* @end */

