/* -------------------------------- */

/* RapidWeaver Adventure theme is */

/* designed and developed by elixir */

/* Visit www.elixirgraphics.com for  */

/* more RapidWeaver themes. */

/* -------------------------------- */

/* @group Fonts */
/*@Font-Face declarations*/
@font-face {
	font-family: 'Chunkfive';
	src: url('fonts/Chunkfive-webfont.eot#') format('eot'), 
	     url('fonts/Chunkfive-webfont.woff') format('woff'), 
	     url('fonts/Chunkfive-webfont.ttf')  format('truetype'),
	     url('fonts/Chunkfive-webfont.svg#svgFontName') format('svg');
	}

@font-face {
	font-family: 'MuseoSlab';
	src: url('fonts/museo_slab_500-webfont.eot#') format('eot'), 
	     url('fonts/museo_slab_500-webfont.woff') format('woff'), 
	     url('fonts/museo_slab_500-webfont.ttf')  format('truetype'),
	     url('fonts/museo_slab_500-webfont.svg#svgFontName') format('svg');
	}


/* @end */

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

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 {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	margin: 0;
	width: 100%;
	padding: 0;
	font: 12px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #838381;
}

: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, a:visited {
	text-decoration: underline;
	color: #8f220c;
}

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

.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 #d5d5d5;
}

/* Main content area unordered list styles */

#contentContainer #content ul {
}

#contentContainer #content li {
	list-style-position: inside;
	list-style-type: disc;
}

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

blockquote {
	margin: 0 0 0 22px;
	padding: 0 0 0 55px;
	display: block;
	font-size: 18px;
	line-height: 30px;
	font-style: italic;
}

/* @end */

/* @group Layout */

#bkgOverlay {
	padding-top: 75px;
}

#siteTitleWrapper {
	margin-right: auto;
	margin-left: auto;
	border-style: solid;
	border-width: 1px;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #b3b3b1;
	border-bottom-color: #ffffff;
}

#siteTitleWrapper h1 {
	width: inherit;
	border-style: solid;
	border-width: 1px;
	border-right-style: none;
	border-left-style: none;
	letter-spacing: 0px;
	height: 59px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	text-indent: 10px;
	text-shadow: #ffffff 0 1px 0;
	color: #b1b1ab;
	border-top-color: #ffffff;
	border-bottom-color: #b3b3b1;
}

#headerWrapper {
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #ffffff;
}

#header {
	width: inherit;
	text-shadow: none;
	border-bottom: 1px solid #b3b3b1;
}

#header h2.title {
	font-size: 36px;
	line-height: 42px;
	margin-right: 10px;
	margin-left: 10px;
}

#contentContainer {
	margin-right: auto;
	margin-left: auto;
	padding-top: 45px;
	padding-bottom: 25px;
	border-bottom: 1px solid #b3b3b1;
}

#content {
}

#sidebarContainer {
	display: block;
	width: 240px;
	text-shadow: none;
	padding: 0 25px 25px;
	background: url(images/transparent_bkg.png) repeat;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #b9b9b7;
	border-left: 1px solid #d1d1ce;
	border-right: 1px solid #d1d1ce;
}

#logoContainer {
	overflow: hidden;
	margin-right: -25px;
	margin-left: -25px;
	text-align: center;
}

#logoContainer img {
}

#sidebar h3 {
	margin-bottom: 10px;
	margin-top: 25px;
}

#extraContentMiddle {
	padding-top: 50px;
	padding-bottom: 20px;
	margin: 0 auto;
	text-shadow: none;
}

#extraContainer2 {
	margin-left: 10px;
	margin-right: 10px;
}

#extraContentFooter {
	padding-top: 20px;
	background: url(images/transparent_bkg.png) repeat;
	padding-bottom: 20px;
	margin: 0 auto;
	text-shadow: none;
	border-bottom: 1px solid #b3b3b1;
}

#extraContainer3 {
	margin-left: 10px;
	margin-right: 10px;
}

#footer {
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	margin-bottom: 80px;
	font-size: 10px;
	line-height: 16px;
	border-top-color: #ffffff;
}

#expander {
	width: 27px;
	height: 14px;
	background: url(images/expandButton.png) no-repeat 0 0;
	position: absolute;
	margin-top: 1px;
	cursor: pointer;
	display: block;
}

	
/* @end */

/* @group Navbar */

/* Toolbar Styles */

.navcontainer {
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #ffffff;
}

.navcontainer .current.current:hover {
}

/* Parent - Level 0 */

.navcontainer ul{
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 10px;
	height: 38px;
	border-bottom: 1px solid #b3b3b1;
}

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

.navcontainer a, .navcontainer a:visited {
	float: left;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	line-height: 38px;
	margin-right: 24px;
	-webkit-transition-property: color;
	-webkit-transition-duration: 300ms;
	-moz-transition-property: color;
	-moz-transition-duration: 300ms;
	-o-transition-property: color;
	-o-transition-duration: 300ms;
	transition-property: color;
	transition-duration: 300ms;
	letter-spacing: -1px;
	font-weight: bold;
	color: #b1b1ab;
	text-shadow: #fff 0 1px 0;
}

.navcontainer .current,
.navcontainer .currentAncestor, .navcontainer a:visited.current {
	color: #599dd8;
	background: url(images/menupointer.png) no-repeat center bottom;
}

.navcontainer a:hover {
	color: #878787;
	background: url(images/menupointer.png) no-repeat center bottom;
}

.navcontainer a:active {
	color: #fff;
}

.navcontainer ul ul {
	display: none;
}

.navcontainer ul ul ul {
	display: none;
}

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

/* @end */

/* @group SubNavbar */

.subnavcontainer {
	position: relative;
	border-style: none;
	font-size: 16px;
	line-height: 20px;
}

/* Parent - Level 0 */

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

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

.subnavcontainer a, .subnavcontainer a:visited {
	display: none;
	text-decoration: none;
	height: 32px;
	line-height: 32px;
}

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

/* Child - Level 1 */

.subnavcontainer ul ul {
	margin-bottom: 32px;
	padding: 0;
	border-top: 1px solid #c0c0bd;
	border-bottom: 1px solid #eeeeeb;
	margin-right: -25px;
	margin-left: -25px;
}

.subnavcontainer ul ul li {
}

.subnavcontainer ul ul li a.current {
	display: block;
	color: #fff;
	background-color: #cfcfcb;
}

.subnavcontainer ul ul li a.current:hover {
}

.subnavcontainer ul ul a, .subnavcontainer ul ul a:visited {
	display: block;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 48px;
	letter-spacing: -1px;
	border-top: 1px solid #eeeeeb;
	border-bottom: 1px solid #c0c0bd;
	color: #91918f;
	-webkit-transition-property: color;
	-webkit-transition-duration: 300ms;		
	-moz-transition-property: color;
	-moz-transition-duration: 300ms;
	-o-transition-property: color;
	-o-transition-duration: 300ms;
	transition-property: color;
	transition-duration: 300ms;

}

.subnavcontainer ul ul a:hover {
	display: block;
	color: #737371;
	background-color: #cfcfcb;
}

.subnavcontainer ul ul a:active {
	color: #fff;
}

/* Child - Level 2 */

.subnavcontainer ul ul ul a, .subnavcontainer ul ul ul a:visited {
	background-image: none;
	display: block;
	font-size: 12px;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 48px;
}

.subnavcontainer ul ul ul  {
	border-bottom: 1px none #b3b3b1;
	border-top-style: none;
	border-top-color: #cfcfcb;
	margin: 0;
}

.subnavcontainer ul ul ul li a.current {
	display: block;
	color: #fff;
	background-color: #cfcfcb;
}

.subnavcontainer ul ul ul li a.current:hover {
}

/* Child Level 3 */

.subnavcontainer ul ul ul ul a, .subnavcontainer ul ul ul ul a:visited {
	height: 21px;
	display: block;
	margin-left: 68px;
	width: 160px;
	padding: 0 0 0 10px;
	margin-top: 0;
	line-height: 18px;
	font-size: 12px;
}

.subnavcontainer ul ul ul ul  {
	padding: 10px 0 0;
	margin-bottom: 12px;
}

/* Child Level 4 */

.subnavcontainer ul ul ul ul ul a {
}

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

/* Child Level 5 */

.subnavcontainer ul ul ul ul ul ul a {
}

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


/* @end */

/* @group Blog */

/* @group Tag Cloud */
ul.blog-tag-cloud {
	text-align: left;
	display: block;
	list-style-position: inside;
	margin-left: 0;
	list-style-type: none;
	background: url(images/tag_cloud.png) no-repeat left 22px;
	padding: 20px 0 20px 40px;
	clear: both;
}

ul.blog-tag-cloud a, ul.blog-tag-cloud a:visited{
	text-decoration: none;
	-webkit-transition-duration: 300ms;
	-moz-transition-property: color;
	-moz-transition-duration: 300ms;
	-o-transition-property: color;
	-o-transition-duration: 300ms;
	transition-property: color;
	transition-duration: 300ms;
}

ul.blog-tag-cloud a:hover{
	text-decoration: underline;
}

ul.blog-tag-cloud li {
	display: inline;
	padding: 0;
	margin: 0;
	position: relative;
	list-style-position: inside;
	list-style-type: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* @end */
/* @group Archive Page */

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

.blog-archive-headings-wrapper {
	margin-bottom: 20px;
	display: block;
	float: none;
}

.blog-archive-entries-wrapper {
	display: block !important;
	float: none !important;
	position: relative !important;
}

.blog-archive-entries-wrapper .blog-entry {
	width: 100% !important;
	float: none !important;
	display: block !important;
	position: relative !important;
}

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

.blog-archive-link {
	float: none;
	display: block;
}

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

.blog-entry {
	display: block;
	overflow: hidden;
	margin-right: 18px;
	margin-bottom: 36px;
	-webkit-transition-property: background-position;
	-webkit-transition-duration: 200ms;
	-moz-transition-property: background-position;
	-moz-transition-duration: 200ms;
	-o-transition-property: background-position;
	-o-transition-duration: 200ms;
	transition-property: background-position;
	transition-duration: 200ms;
}

.blog-entry:hover  {
	background-position: 5px 2px;
	padding-left: 0px;
}

.blog-entry:hover .blog-read-more   {
}

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

h1.blog-entry-title {
	float: none;
	letter-spacing: -1px;
	line-height: 24px;
	font-size: 20px;
	margin-right: 20px;
	margin-left: 75px;
}

.blog-entry-title a {
	text-decoration: none;
	-webkit-transition-property: color;
	-webkit-transition-duration: 300ms;
	-moz-transition-property: color;
	-moz-transition-duration: 300ms;
	-o-transition-property: color;
	-o-transition-duration: 300ms;
	transition-property: color;
	transition-duration: 300ms;
}

.blog-entry-date {
	padding-bottom: 3px;
	margin-right: 20px;
	margin-left: 75px;
}

.blog-entry-body {
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 75px;
}

p.blog-entry-tags {
	background: url(images/tinystar.png) no-repeat left center;
	padding-left: 15px;
	font-weight: bold;
}

p.blog-entry-tags a, p.blog-entry-tags a:visited {
	font-weight: normal;
	text-decoration: none;
}

p.blog-entry-tags a:hover {
	font-weight: normal;
	text-decoration: underline;
}

.blog-entry-comments {
	padding-bottom: 20px;
	text-align: right;
}

.blog-entry-comments a, .blog-entry-comments a:visited {
	text-decoration: none;
}

.blog-entry-comments a:hover {
	text-decoration: underline;
}

.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 {
	font-size: 11px;
	text-transform: uppercase;
	line-height: 12px;
}

.blog-entry-category a:link,
.blog-entry-category a:visited {
	padding-left: 17px;
	background: url(images/document.gif) no-repeat left 1px;
	text-decoration: none;
}

.blog-entry-category a:hover {
	text-decoration: underline;
}

/* styles the archives in the blog sidebar */
#blog-archives {
	display: block;
	clear: both;
	padding-top: 20px;
}

#blog-archives br {
	display: none;
}

a.blog-archive-link-enabled, .blog-archive-link-disabled {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height: 22px;
	display: block;
	text-decoration: none;
	background: url(images/paperCheck.png) no-repeat 4px center;
	margin-bottom: 4px;
	padding-left: 24px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #d5d5d2;
}

.blog-archive-link-disabled {
	background: url(images/paperBlank.png) no-repeat 4px center;
	background-color: #d5d5d2;
}

a.blog-archive-link-enabled:hover, .blog-archive-link-disabled:hover {
	background-color: #c7c7c4;
}
/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-bottom: 16px;
	margin-top: 16px;
	clear: both;
}

#blog-categories a, #blog-categories a:visited {
	text-decoration: none;
}

.blog-category-link-enabled, .blog-category-link-disabled {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height: 22px;
	display: block;
	text-decoration: none;
	background: url(images/paperCheck.png) no-repeat 4px center;
	margin-bottom: 4px;
	padding-left: 24px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #d5d5d2;
}

.blog-category-link-disabled {
	background: url(images/paperBlank.png) no-repeat 4px center;
	background-color: #d5d5d2;
}

.blog-category-link-enabled:hover, .blog-category-link-disabled:hover {
	background-color: #c7c7c4;
}

#blog-categories br {
	display: none;
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	margin-bottom: 12px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 12px;
}

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

a.blog-rss-link,
a.blog-comments-rss-link {
	padding-left: 17px;
	display: block;
	background: url(images/rss.png) no-repeat left 4px;
	-webkit-transition-property: color;
	-webkit-transition-duration: 300ms;
	-moz-transition-property: color;
	-moz-transition-duration: 300ms;
	-o-transition-property: color;
	-o-transition-duration: 300ms;
	transition-property: color;
	transition-duration: 300ms;
}

/* Read More links */

.blog-read-more {
	display: block;
	padding-left: 15px;
	background: url(images/magnigyingglass.png) no-repeat left;
	margin-top: 8px;
	-webkit-transition-property: margin-left;
	-webkit-transition-duration: 300ms;
	-moz-transition-property: margin-left;
	-moz-transition-duration: 300ms;
	-o-transition-property: margin-left;
	-o-transition-duration: 300ms;
	transition-property: margin-left;
	transition-duration: 300ms;
}

.blog-read-more a {
	color: #7e7f7a;
	text-decoration: none;
	font-weight: bold;
}

/* @end */

/* @group File Sharing */

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

.filesharing-item {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px dotted #c6c6c6;
	padding-top: 5px;
	-webkit-transition-property: background-position;
	-webkit-transition-duration: 200ms;
	-moz-transition-property: background-position;
	-moz-transition-duration: 200ms;
	-o-transition-property: background-position;
	-o-transition-duration: 200ms;
	transition-property: background-position;
	transition-duration: 200ms;
}

.filesharing-item:hover {
	background-position: 1px 0;
}

.filesharing-item:last-child {
	border-bottom-style: none;
}

.filesharing-item-title {
	font-size: 20px;
	line-height: 26px;
	margin-left: 56px;
}

.filesharing-item-title a:link {	
	margin-bottom: 5px;
	text-decoration: none;
}

.filesharing-item-title a:hover {
	text-decoration: underline;
}

.filesharing-item-title a:visited {
	text-decoration: none;
}

.filesharing-item-description {
	margin-top: 6px;
	margin-left: 56px;
}

/* @end */

/* @group Photo Album */

/* @group Index Page View */

.album-title {
	margin: 0 0 5px 0;
	padding: 0;
	letter-spacing: -1px;
	font-style: normal;
	line-height: 34px;
	font-size: 30px;
}

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


.album-wrapper {
}

.thumbnail-wrap {
	display: block;
	float: left;
	border: 4px solid #e9efdd;
	margin-right: 16px;
	margin-bottom: 32px;
}

.thumbnail-frame {
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame a img {
}

.thumbnail-frame a img:hover {

}

.thumbnail-caption {
	padding: 0 0 10px;
	margin: 0;
	font-size: 10px;
	text-align: center;
	line-height: 12px;
	height: 30px;
}
	
/* @end */

/* @group Single View */

.photo-background {
	text-align: center;
	width: 100%;
	height: 100%;
	background: #333 url(images/title/titlebkg_rust.jpg) repeat-x;
}

.photo-background p{
}

.photo-navigation {
	text-align: center;
	display: block;
}

.photo-links {
	text-align: center;
}

.photo-navigation a:link, .photo-navigation a:visited {
	text-decoration: none;
	text-align: center;
}

.photo-navigation a:hover {
	text-decoration: none;
}

.photo-frame{
	border: 8px solid #fff;
	margin-top: 55px;
}

.photo-background p.photo-title {
	font-size: 32px;
	text-align: center;
	margin-top: 22px;
	padding: 0;
}

.photo-background p.photo-caption {
	text-align: center;
	margin-top: 40px;
}

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

/* @end */
	
/* @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: 2em;
}

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

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

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

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

.movie-title {
}

.movie-frame {
	padding: 5px;
	padding-bottom: 11px;
}

	
/* @end */


/* @end */

/* @group Forms */
form {
}

label {
}

.message-text {
} 

.required-text {
	padding: 10px;
} 

.form-input-field {
	line-height: 24px;
	font-size: 16px;
	width: 97%;
	padding: 5px;
	border: 1px solid #d1d1ce;
	color: #cacac3;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
} 

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

/* @group Breadcrumb Trail */

#breadcrumb {
	padding: 0;
	margin: 0 auto;
	text-shadow: none;
	border-bottom: 1px solid #ffffff;
	clear: both;
}

#breadcrumb ul {
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 10px;
	border-bottom: 1px solid #b3b3b1;
	border-top: 1px solid #ffffff;
}

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


#breadcrumb a:link {
	display: inline;
	text-decoration: none;
}

#breadcrumb a:hover {
	display: inline;
	text-decoration: underline;
}
	
/* @end */

/* @group ExtraContent Columns */

/*
CSS code for ExtraContent Columns Snippets*/

.column { 
	float: left; 
}

.one { 
	width: 100%; 
}

.two { 
	width: 50%; 
}

.three { 
	width: 33%; 
}

.four { 
	width: 25%; 
}

.five { 
	width: 20%; 
}

.two3rds { 
	width: 66%; 
}

.three4ths { 
	width: 75%; 
}

.four5ths { 
	width: 80%; 
}

.column .content { width: 90% ! important; margin: 0 auto; padding: 0 ! important; float: none ! important;}

/* @end */

/* @group Disqus Commenting */

#disqus_thread {
	overflow:hidden;
}

.dsq-toolbar-icon {
	text-indent: 10000px !important;
}

#dsq-comments-title {
    clear:none !important;
} 

#dsq-content .dsq-options {
    clear:none !important;
}

#dsq-thread-settings  {
    clear:none !important;
}

#dsq-content div {
    clear:none !important;
}

.dsq-login-buttons li {
    clear:none !important;
    margin-bottom: 25px!important;
}

.blog-entry-comments li {
	list-style-type: none !important;
	padding: 0;
	display: block;
}

/* @end */

