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

/* Designed and developed by elixir */

/* Visit www.elixirgraphics.com for  */

/* more RapidWeaver themes. */

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

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

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%;
	width: 100%;
	font: 12px/20px Helvetica, Arial, Geneva, sans-serif;
	margin: 0;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	color: #404040;
}

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

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

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

/* 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;
	list-style-position: outside;
}

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

#menuBarBkg {
	height: 69px;
	background: url(images/menuBarBkg.jpg) repeat-x;
}

#header {
	width: 100%;
}

#headerOverlay {
	width: 100%;
	height: 100%;
	background-image: none;
}

#innerHeader {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

#logoContainerTitle {
	float: right;
	display: block;
}

#extraContainer1 {
	display: none;
}

#subnavBarBkg {
	height: 25px;
}

#container {
	background-color: #fff;
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 40px;
}

#contentContainer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
}

#pageTitle h3 {
	width: 900px;
	font-weight: normal;
	font-style: normal;
	font-size: 28px;
	margin-bottom: 24px;
}

#extraContainer2Wrapper {
	display: none;
}

#extraContainer2 {
	display: none;
	width: 900px;
}

#content {
}

#sidebarContainer {
	width: 250px;
}

#sidebar h3 {
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
}

#extraContainer3 {
	width: 900px;
	display: none;
}

#footer {
	width: 900px;
	text-align: left;
	margin: 12px auto 40px;
}

	
/* @end */

/* @group Navbar */

/* Toolbar Styles */

.navcontainer {
	position: relative;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

/* Parent - Level 0 */

.navcontainer ul{
	display: block;
	list-style-type: none;
	position: relative;
	left: 12px;
	overflow: hidden;
	float: right;
	height: 69px;
	margin: 0;
	padding: 0;
}

.navcontainer li {
	float: left;
	border-style: solid;
	border-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-color: #000;
	border-right-color: #2a2a2a;
	margin: 0;
	padding: 0;
}

.navcontainer li:first-child {
	border-left-style: none;
}

.navcontainer li:last-child {
	border-right-style: none;
}

.navcontainer a {
	float: left;
	height: 52px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	line-height: 35px;
	text-shadow: #000 0 -1px 0;
	color: #8b8b8b;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 15px;
	padding-right: 18px;
	padding-left: 18px;
}

.navcontainer a:visited {
	text-shadow: #000 0 -1px 0;
	color: #8b8b8b;
}

.navcontainer .current,
.navcontainer .currentAncestor, .navcontainer a:visited.currentAncestor,
.navcontainer a:link.current, .navcontainer a:hover, .navcontainer a:visited.current  {
	background: url(images/menuCurrentBkg.jpg) repeat-x;
	color: #000;
	text-shadow: #bce13d 0 1px 0;
	height: 52px;
	border-style: none;
}

.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: 12px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	height: 26px;
}

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

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

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

/* Child - Level 1 */

.subnavcontainer ul ul {
}

.subnavcontainer ul ul li a.current {
	background: url(images/submenuArrow.png) no-repeat center bottom;
}

.subnavcontainer ul ul li a.current:hover {
	background: url(images/submenuArrow.png) no-repeat center bottom;
}

.subnavcontainer ul ul a {
	display: inline;
	text-align: left;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	float: left;
	padding-top: 4px;
	color: #2a4304;
	text-shadow: #bce13d 0 1px 0;
	height: 21px;
	margin-right: 25px;
}

.subnavcontainer ul ul a:hover {
	background: url(images/submenuArrow.png) no-repeat center bottom;
}

/* Child - Level 2 */

.subnavcontainer ul ul ul  {
	display: none;
}

/* Child Level 3 */

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

/* Child Level 4 */

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

/* Child Level 5 */

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

/* Child Level 6 */

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


/* @end */

/* @group Blog */

/* @group Tag Cloud */
ul.blog-tag-cloud {
	text-align: left;
	margin-top: 12px;
	padding: 0;
	margin-bottom: 12px;
	display: block;
}

ul.blog-tag-cloud a, ul.blog-tag-cloud a:visited{
	text-decoration: none;
}

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

ul.blog-tag-cloud li {
	display: inline;
	padding: 0;
	margin: 0;
	position: relative;
}

.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;
	background: url(images/blogBadgeStar.jpg) no-repeat left top;
	padding-left: 50px;
}

.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 {
	padding-bottom: 3px;
	border-bottom: 1px solid #e6e6e6;
}

.blog-entry-body {
	padding-top: 16px;
}

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

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

.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 top;
	text-decoration: none;
}

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

/* styles the archives in the blog sidebar */
#blog-archives {
	margin-bottom: 12px;
}

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

.blog-archive-link-disabled {
	padding-left: 17px;
	background: url(images/write.png) no-repeat left 2px;
}

a.blog-archive-link-enabled,
.blog-archive-link-disabled {
}
/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-bottom: 12px;
	margin-top: 16px;
}

a.blog-category-link-enabled {
	padding-left: 20px;
	background: url(images/document.gif) no-repeat left 2px;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 2px;
}

.blog-category-link-disabled {
	padding-left: 20px;
	background: url(images/document.gif) no-repeat left 2px;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 2px;
}

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

/* @end */

/* @group File Sharing */

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

.filesharing-item {
	margin-bottom: 16px;
	background: url(images/download.jpg) no-repeat 1px 1px;
	padding-bottom: 16px;
	border-bottom: 1px dashed #d0d0d0;
}

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

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

.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: 50px;
}

/* @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;
	background: #3c3c3c url(images/menuBarBkg.jpg) repeat-x;
}

.photo-background p{
	margin: 0;
	text-align: center;
}

.photo-navigation {
	width: 500px;
	margin: 0 auto;
	padding: 20px;
	border-top: none;
	height: 102px;
	position: relative;
	top: -6px;
	text-align: center;
}

.photo-links {
	text-align: center;
	margin-top: 12px;
}

.photo-navigation a:link, .photo-navigation a:visited {
	text-decoration: none;
	text-align: center;
	line-height: 18px;
	font-size: 16px;
}

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

.photo-frame{
	border: 8px solid #e9efdd;
	margin-top: 30px;
}

.photo-background p.photo-title {
	padding-bottom: 2px;
	color: #fff;
	line-height: 40px;
	font-size: 36px;
	text-align: center;
}

.photo-background p.photo-caption {
	font-size: 12px;
	line-height: 16px;
	color: #f0f0f0;
	margin-top: 22px;
	text-align: center;
}

/* @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-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	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;
	font-size: 0.71428571428571em;
	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 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 #a6a6a6;
	color: #979797;
} 

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

/* @group Breadcrumb Trail */

#breadcrumbContainer {
	background-color: #e6e6e6;
}

#breadcrumb {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	text-align: left;
}

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

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

#breadcrumb li:last-child a {
	font-weight: bold;
}

#breadcrumb a {
	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 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 */

