/* @group Meyer's CSS reset */

/* v1.0 | 20080212 */
/* with slight modifications*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 22px;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
	-moz-outline-style:none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* @end */

/* @group General Styles */

html {
	height: 100%;
	width: 100%;
}

body {
	height: 100%;
	width: 100%;
}

:focus {
  -moz-outline-style:none;
}

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;
	color: #f4ad25;
}

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

.clearer {
	clear: both;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 44px;
	line-height: 48px;
	letter-spacing: -2px;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: -1px;
}

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

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

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

blockquote {
	border-left: 3px double #dadada;
	padding-left: 20px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 15px;
	line-height: 21px;
}

/* Main content area unordered list styles */

#content ul {
}

#content li {
}

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

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
	margin: 5px 0;
	padding-left: 20px;
}

#sidebarContainer #sidebar li {
}


/* Table Styles */
table {
}

/* @end */

/* @group Layout */

#container {
	width: 1000px;
	height: 100%;
	background-color: transparent;
}

#sidebar {
	width: 250px;
	float: right;
	color: #a5a5a5;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#sidebar h3 {
	margin-bottom: 6px;
}

#logoContainer {
	width: 200px;
	overflow: hidden;
	margin-bottom: 25px;
}

#sidebarContent {
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 15px;
}

#contentContainer {
	margin-right: 300px;
	margin-left: 50px;
}

#header {
	height: 200px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	margin-bottom: 40px;
	background: #eaeaea url(images/editable_images/hdr_fancy.jpg) no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#titleAndSlogan {
	margin-bottom: 25px;
}

#titleAndSlogan h1 {
	font: normal normal 50px/54px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: -4px;
}

#titleAndSlogan h2 {
	font: normal normal 24px/26px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: -1px;
}

#header h1 {
	font: normal normal 50px/54px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: -4px;
	position: relative;
	top: 45px;
	left: 25px;
}

#header h2 {
	font: normal normal 24px/26px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: -1px;
	position: relative;
	top: 45px;
	left: 25px;
}

#content {
	margin-left: 180px;
}

#footer {
	margin-top: 20px;
	margin-bottom: 40px;
}

	
/* @end */

/* @group Navigation */

/* Toolbar Styles */

.navcontainer {
	width: 150px;
	float: left;
	padding: 0;
}


.navcontainer #current {
	color: #f4ad25;
	background: #eaeaea url(images/little_circle.png) no-repeat 3px center;
}

.navcontainer #current:hover {
	background-color: #dadada;
}

.navcontainer .currentAncestor {
	background: #eaeaea url(images/little_arrow.png) no-repeat left center;
}

/* Parent - Level 0 */

.navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 8;
	text-align: left;
}

.navcontainer li {

	position: relative;
}

.navcontainer a:link, .navcontainer a:visited {
	display: block;
	text-decoration: none;
	font-size: 14px;
	line-height: 16px;
	text-align: right;
	background-color: #eaeaea;
	margin-bottom: 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 7px 6px;
	color: #888;
	border-bottom: 1px solid #cdcdcd;
}

.navcontainer a:hover {
	background-color: #dadada;
}

.navcontainer a:active {
}

/* Child - Level 1 */
.navcontainer ul ul {
	margin-left: 15px;
}


/* Child Level 3 */

.navcontainer ul ul ul {
	margin-left: 30px;
}

/* @end */

/* @group Blog */

/* @group Tag Cloud */
ul.blog-tag-cloud {
	text-align: left;
	margin-bottom: 24px;
	margin-right: 5px;
	margin-left: 2px;
	border-top: 3px double #dadada;
	padding-top: 5px;
	padding-left: 5px;
}

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

.blog-archive-background {
	background-color: transparent;
}

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

.blog-archive-entries-wrapper {
}

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

.blog-archive-month {
	margin: 0;
	font: normal 2em "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	float: none;
}

.blog-archive-link {
}

.blog-archive-link a:link, .blog-archive-link a:visited {
	padding: 0 0 15px;
	margin: 0;
}	
/* @end */

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

.blog-entry .image-left,
.blog-entry .image-right {
	text-indent: 0;
}

h1.blog-entry-title {
	margin: 0;
	font: normal 2em "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	float: none;
	letter-spacing: 0;
}

.blog-entry-title a {
	text-decoration: none;
}

.blog-entry-date {
	margin-bottom: 15px;
}

p.blog-entry-tags {
	margin: 10px 0;
	padding-left: 20px;
	background: url(images/tag.png) no-repeat left 2px;
}

p.blog-entry-tags a {
	font-weight: normal;
}

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

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

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

.blog-entry-category a:link,
.blog-entry-category a:visited {
	padding-left: 20px;
	background: url(images/category.png) no-repeat left center;
	margin-left: 1px;
}

/* styles the archives in the blog sidebar */
#blog-archives {
	margin-bottom: 24px;
	border-top: 3px double #dadada;
	padding-top: 5px;
}

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

.blog-archive-link-disabled {
	padding-left: 18px;
	background: url(images/category.png) no-repeat left center;
}
/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-bottom: 24px;
	margin-top: 24px;
	border-top: 3px double #dadada;
	padding-top: 5px;
}

a.blog-category-link-enabled {
	padding-left: 20px;
	background: url(images/category.png) no-repeat left -1px;
	text-decoration: none;
}

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

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	margin-bottom: 24px;
	border-top: 3px double #dadada;
	padding-top: 5px;
}

#blog-rss-feeds br  {
	display: none;
}

a.blog-rss-link,
a.blog-comments-rss-link {
	padding-left: 18px;
	display: block;
	background: url(images/rss.gif) no-repeat left center;
	margin-left: 2px;
}

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

.blog-read-more a:hover
{
}

/* @end */

/* @group File Sharing */

.filesharing-description {
	margin: 0 0 20px 0;
}

.filesharing-item {
	margin-bottom: 20px;
	background: url(images/downloads.png) no-repeat left 2px;
	margin-left: 0;
	padding-left: 75px;
}

.filesharing-item-title a:link {
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 24px;
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {
}

.filesharing-item-description {
}

/* @end */

/* @group Quicktime Page */

.movie-description {
	margin-top: 20px;
	margin-bottom: 20px;
}
	
/* @end */

/* @group Quicktime Album */

/* @group Index Page View */

.movie-page-title {
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: normal;
	font-size: 24px;
	line-height: 32px;
}

.movie-page-description {
	margin: 10px 0 20px 0;
}

.movie-thumbnail-frame {
	display: block;
	float: left;
	margin-right: 43px;
	margin-bottom: 0px;
}

.movie-thumbnail-caption {
	display: block;
	width: 138px;
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 0.7em;
	text-align: center;
}
	
/* @end */

/* @group Single Page View */
.movie-background {
	font-size: 1.2em;
	text-align: center;
}

.movie-title {
}

.movie-frame {
	padding: 5px;
	padding-bottom: 11px;
}Single Page (Movie View)
	
/* @end */


/* @end */

/* @group Contact Form */
form {
}

label {
}

.message-text {
} 

.required-text {
	padding: 10px;
} 

.form-input-field {
	padding: 2px 5px;
	color: #a8a8a8;
	letter-spacing: 0;
	line-height: 22px;
	font-size: 16px;
} 

.form-input-button { 
} 
/* @end *//* @group JS-Kit Override */

.js-singleCommentBodyT {
	display: block;
	padding-top: 17px !important;

}

.js-singleCommentHeader {
	padding: 0 8px !important;
}

.js-OldComments,
.js-commentFieldLabel,
.js-pmFieldLabel,
.js-singleCommentBody,
.js-singleCommentKarmaComMod,
.js-commentBodyLabel,
.js-commentCmtTextarea,
.js-commentAvatarArea,
.js-OldCommentsWrap,
.js-OldComments,
.js-CreateCommentFieldsWrap,
.js-CreateCommentFields,
.js-commentCmtTextarea,
.js-kit-comments div {
	clear: none !important;
}

.js-singleCommentText {
	display: block !important;
	clear: both !important;
}

.js-kit-comments br {
	display: none !important;
}

.js-singleCommentBody br {
	display: block !important;
}

/* @end */

/* @group Breadcrumb Trail */

#breadcrumb {
	margin-bottom: 20px;
	margin-top: 20px;
}

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

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

#breadcrumb a {
	display: inline;
}

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

/* @group Photo Album */

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

.album-title {
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: normal;
	font-size: 24px;
	line-height: 32px;
}

.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 a {
}

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

.thumbnail-frame img {
	margin: auto;
}

.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;
	background: #f9f6f0 repeat-x 0 top;
	color: #7d7160;
	text-align: center;
}

.photo-navigation {
	background: url(images/header_tile_blue.jpg) repeat-x 0 top;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	border-color: #fff;
	border-width: 10px;
	border-bottom-style: solid;
	color: #fff;
	padding-top: 25px;
	padding-bottom: 25px;
}

.photo-navigation {
	background: url(images/header_tile_blue.jpg) repeat-x 0 top;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	border-color: #fff;
	border-width: 10px;
	border-bottom-style: solid;
	color: #fff;
	padding-top: 25px;
	padding-bottom: 25px;
}

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

.photo-title {
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
}

.photo-caption {
}

.photo-links {
}

.photo-links a {
	color: #fff;
}

.photo-links a:hover, .photo-links a:active {
	color: #88e4fc;
}

.photo-navigation a:hover {
}

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



/* @end */

/* @group EXIF data */
/* Data wrapper */
.exif-data {
	margin-top: 12px;
	margin-bottom: 24px;
}

.exif-data p {
	text-align: center;
}

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

/* new_elemens */


/* @end */

