/* Eric Meyer Reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
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 {
	font: 12px/18px arial, verdana, sans-serif; color: #333; background: #FFF; border-top: 7px solid #000;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

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

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* GENERAL ELEMENTS */

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

h1 { 
  font-size: 24px; 
  line-height: 36px;
  margin-bottom: 9px; 
}

h2 { 
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 18px;
}

h3 { 
  font-weight: bold;
  font-size: 12px; 
  line-height: 18px; 
}

h4 { 
  font-size: 12px; 
  line-height: 18px; 
}

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

a:link, a:visited { text-decoration: underline; }
a:hover, a:active { text-decoration: none; }
a img { border: none; }

.image-left{ float: left; padding: 18px; }
.image-right{ float: right; padding: 18px; }

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


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

#content{ display: inline; }
#content ul, #sidebar-user-content ul, #content ol, #sidebar-user-content ol { margin: 0 0 0 1.5em; }
#content ul, #sidebar-user-content ul{ list-style: disc; }
#content ol, #sidebar-user-content ol{ list-style: decimal; }


/* Layout */

#wrapper { margin: 0 auto; }


/* Header */

#header { margin: 18px 0 0 0; }
#header img { margin: 0 0 12px 0; }

#menu{ background: transparent url(images/menu-end.png) top left no-repeat; }
#menu ul{ margin: 0 0 1px 6px; height: 27px; background: transparent url(images/menu.png) top right no-repeat; }
#menu ul li{ float: left; padding-right: 2px; background: transparent url(images/menu-divider.jpg) bottom right no-repeat; }
#menu ul li a{ display: block; height: 27px; line-height: 27px; padding: 0 17px 0 15px; color: #888; text-decoration: none; }
#menu ul li a.current, #menu ul li a.current-ancestor{ background: transparent url(images/menu-current.png) bottom center no-repeat; }
#menu ul li a:active { background: transparent url(images/menu-active.jpg) top repeat-x; }
#menu ul ul{ display: none; }


/* Feature */

#feature {
	width: 100%;
	height: 200px;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
}


/* Content */

#content-wrapper{ padding: 18px 0; }
#content-wrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#sidebar { display: inline; width: 214px; } /* Sidebar will have 36px margin on left or right */

#sidebar-menu{ line-height: 24px; }
#sidebar-menu ul li{ display: block; padding-left: 18px; background: transparent url(images/bullet-arrow-off.png) 0 5px no-repeat; }
#sidebar-menu ul li:hover{ background-image: url(images/bullet-arrow-on.png); }
#sidebar-menu ul li.current, #sidebar-menu ul li.current-ancestor{ background-image: url(images/bullet-arrow-current.png); }
#sidebar-menu ul li a{ text-decoration: none; }
#sidebar-menu ul ul{ margin: 0; }
#sidebar-menu ul ul li{ background-image: url(images/bullet-dot-light.png); }
#sidebar-menu ul ul li:hover{ background-image: url(images/bullet-dot-dark.png); }
#sidebar-menu ul ul li.current, #sidebar-menu ul ul li.current-ancestor{ background-image: url(images/bullet-dot-dark.png); }

#sidebar-user-content{ margin-bottom: 18px; }

#blog-categories, #blog-archives, .blog-tag-cloud, #blog-rss-feeds{ display: block; margin-top: 18px; }
#blog-categories a, #blog-archives a, #blog-rss-feeds a, .blog-category-link-disabled, .blog-archive-link-disabled, .blog-comments-rss-link{ padding-left: 23px; }
#blog-categories a, .blog-category-link-disabled{ background: transparent url('images/tag.png') 0 -1px no-repeat; }
#blog-archives a, .blog-archive-link-disabled{ background: transparent url('images/calendar.png') 0 -1px no-repeat; }
#blog-rss-feeds a, .blog-comments-rss-link{ background: transparent url('images/bullet-rss-off.png') center left no-repeat; }


/* Footer */

#footer { padding: 18px 0; font-size: 11px; border-top: 1px solid #c7cad1; }
#breadcrumbs li { display: inline; }


/* BLOG ELEMENTS */

.blog-entry-title, .blog-archive-month { font-size: 18px; line-height: 36px; }
.blog-entry-title a { text-decoration: none; }
.blog-entry-title a:hover { text-decoration: underline; }	
.blog-entry-date { margin-bottom: 18px; }
.blog-entry-comments {
	margin-top: 18px;
	padding: 0 0 0 20px;
	background: transparent url('images/comment.png') center left no-repeat;
}
.blog-entry-comments-inline{ margin-top: 18px; }
.js-kit-comments, .js-CommentsArea{ width: 95%; }
p.blog-entry-tags{
	margin: 18px 0 0 0;
	padding: 0 0 0 20px;
	background: transparent url('images/tag.png') center left no-repeat;
} 
	
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;
}


/* FILE SHARING ELEMENTS */

.filesharing-description{ margin-bottom: 18px; }
.filesharing-item{ position: relative; padding: 0 0 6px 23px; background: transparent url('images/download.png') 0 2px no-repeat; }


/* PHOTO ALBUM */

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

.album-wrapper {
	width: 99%;
	overflow: auto;
	margin-top: 24px;
	padding-bottom: 24px;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
}


/* PHOTO PAGE */

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

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

/* Styles the title of this page */
.photo-title{
	font-size: 36px;
}

/* Styles the photo caption */
.photo-caption{
	font-size: 24px;
}

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


/* MOVIE ALBUM */

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

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

/* Styles around the movie thumbnail */
.movie-thumbnail-frame {
	width: 132px;
	height: 180px;
	float: left;
	position: relative;
	text-align: center;
	padding: 2px;
	margin-bottom: 10px;
}

/* Movie Thumbnail */
.movie-thumbnail-frame img{ 
	margin-bottom: 9px;
	border: 1px solid #CCC;
}

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