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

/* 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: 'MetaWebPro';
	src: url('http://www.nlpteam.in.ua/fonts/MetaWebPro-Normal.eot');
	src: url('http://www.nlpteam.in.ua/fonts/MetaWebPro-Normal.eot?#iefix') format('eot'),
	     url('http://www.nlpteam.in.ua/fonts/MetaWebPro-Normal.woff') format('woff'), 
	     url('http://www.nlpteam.in.ua/fonts/MetaCompPro-Normal.ttf')  format('truetype');
	     font-style: normal;
	     font-weight: normal;
	}

@font-face {
	font-family: 'MetaWebPro';
	src: url('http://www.nlpteam.in.ua/fonts/MetaWebPro-Bold.eot');
	src: url('http://www.nlpteam.in.ua/fonts/MetaWebPro-Bold.eot?#iefix') format('eot'),
	     url('http://www.nlpteam.in.ua/fonts/MetaWebPro-Bold.woff') format('woff'), 
	     url('http://www.nlpteam.in.ua/fonts/MetaCompPro-Bold.ttf')  format('truetype');
	     font-style: normal;
	     font-weight: bold;
	}

@font-face {
	font-family: 'MetaWebPro';
	src: url('http://www.nlpteam.in.ua/fonts/MetaWebPro-NormalIta.eot');
	src: url('http://www.nlpteam.in.ua/fonts/MetaWebPro-NormalIta.eot?#iefix') format('eot'),
	     url('http://www.nlpteam.in.ua/fonts/MetaWebPro-NormalIta.woff') format('woff'), 
	     url('http://www.nlpteam.in.ua/fonts/MetaCompPro-NormalIta.ttf')  format('truetype');
	     font-style: italic;
	     font-weight: normal;
	}
	
@font-face {
	font-family: 'MetaWebPro';
	src: url('http://www.nlpteam.in.ua/fonts/MetaWebPro-BoldIta.eot');
	src: url('http://www.nlpteam.in.ua/fonts/MetaWebPro-BoldIta.eot?#iefix') format('eot'), 
	     url('http://www.nlpteam.in.ua/fonts/MetaWebPro-BoldIta.woff') format('woff'), 
	     url('http://www.nlpteam.in.ua/fonts/MetaCompPro-BoldIta.ttf')  format('truetype');
	     font-weight: bold;
	     font-style: italic;
	}

/* @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, body,
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;
		font-family: MetaWebPro;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'MetaWebPro';
}

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: 13px/20px 'MetaWebPro', Helvetica, Tahoma, 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: 'MetaWebPro';
	font-size: 28px;
	line-height: 32px;
	letter-spacing: 0px;
}

h2 {
	margin: 0;
	padding: 0;
	font: 'MetaWebPro';
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0px;
}

h3 {
	margin: 0;
	padding: 0;
	font: 'MetaWebPro';
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0px;
}

h4 {
	margin: 0;
	padding: 0;
	font-family: MetaWebPro;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
}

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

sup,
sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
   /* _vertical-align: bottom;*/
    font-size:75%;
    position: relative;
     
}
 
sup {
    bottom: .85ex;
    
}
 
sub {
    top: .5ex;
}
/* Main content area unordered list styles */

#contentContainer #content ul, ol {
padding-left: 22px;
padding-top: 0px;
padding-bottom: 6px;
}

#contentContainer #content ol {
list-style-type: decimal;
}

#contentContainer #content li {

	padding-left: 0px;
	padding-bottom: 4px;
}

#contentContainer ul.disc {
	list-style-type: none;
	padding-left: 0px ! important;
}

ul.disc {
	list-style-type: none;
}

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 0px;
	padding: 0 0 0 47px;
	display: block;
	background: url(images/quotemark.png) no-repeat left top;
	font-size: 14px;
	color: #afafaf;
	line-height: 20px;
	font-family: MetaWebPro, Helvetica, Tahoma, sans-serif;
	font-style: italic;
}

/* @end */

/* @group Layout */

#bkgOverlay {
	padding-top: 0px;
}

#siteTitleWrapper {
	margin-right: auto;
	margin-left: auto;

}

#siteTitleWrapper h1 {
	width: inherit;
	border-style: solid;
	letter-spacing: 0px;
	height: 30px;
	margin-top: -140px;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: right;
	text-indent: 10px;
	text-shadow: #ffffff 0 1px 0;
	color: #999999;
	margin-right: auto;
	margin-left: auto;

}

#siteTitleWrapper .siteslogan {
	display: block;
	border-style: none;
	border-width: 0px;
	border-right-style: none;
	border-left-style: none;
	letter-spacing: 0px;
	height: 127px;
	margin-top: 0px;
	margin-bottom: -10px;
	padding-top: 0;
	padding-bottom: 0;
	text-indent: 10px;
	text-align: right;
	text-shadow: #ffffff 0 1px 0;
	color: #999999;
	border-top-color: #ffffff;
	border-bottom-color: #545454;
	letter-spacing: 0px;
	font: 10px MetaWebPro, Tahoma, Helvetica, sans-serif;
	line-height: 16px;
}

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

#header {
	width: inherit;
	text-shadow: none;
	padding-top: 0px;
	padding-bottom: 0px;

}


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

#logoContainer img {
}

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

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

#content {
}

#sidebarContainer {
	width: 240px;
	float: right;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	color: #8f8f8f;
	padding: 0px 10px;
	border-bottom: 0px solid;
}

#sidebar h4 {
	margin-bottom: 10px;
	margin-right: -20px;
	margin-left: -20px;
	padding-right: 20px;
	padding-left: 20px;
	font-style: normal;
	line-height: 23px;
	font-size: 18px;
	font-variant: normal;
}



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

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

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

#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: 0px 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: normal;
	color: #545454;
	text-shadow: #fff 0 1px 0;
}

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

.navcontainer a:hover {
	color: #262626;
	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 {
	display: block;
	margin-right: auto;
	margin-left: auto;
border-top: 1px solid #b3b3b1;

}
.subnavcontainer h3 {
display: inline;
background: url(images/menupointer3.png) no-repeat 100% 50%;
color: #828280;
	margin: 0;
	padding: 0 12px 0 10px;
	height: 38px;
	line-height: 38px;
}

/* Parent - Level 0 */

.subnavcontainer ul {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0px 0 0 10px;
	height: 38px;
	

}

.subnavcontainer li {
	float: right;
	padding: 0;
	margin: 0;
}

.subnavcontainer a, .subnavcontainer a:visited {
	display: none;
	text-decoration: none;
	background: url(images/menupointer2.png) no-repeat center top;
	height: 36px;
	line-height: 36px;
	color: #0091D0;
	
}

.subnavcontainer a:hover {
	text-decoration: none;
	color: #262626;
	background: url(images/menupointer2.png) no-repeat center top;
}

/* Child - Level 1 */

.subnavcontainer ul ul {
	display: block;
	list-style-type: none;
	margin: 0 auto;
	padding: 0px 0 0 10px;
	height: 38px;

}

.subnavcontainer ul ul li {
	float: left;
	padding: 0;
	margin: 0;
}

.subnavcontainer ul ul li a.current {
	color: #828280;
	background: url(images/menupointer2.png) no-repeat center top;
}

.subnavcontainer ul ul li a.current:hover {
color: #262626;
}

.subnavcontainer ul ul a, .subnavcontainer ul ul a:visited {
	display: block;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	letter-spacing: -1px;
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;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-style: none;
}

.subnavcontainer ul ul a:hover {
	display: block;
}

.subnavcontainer ul ul a:active {
}

/* Child - Level 2 */

.subnavcontainer ul ul ul a, .subnavcontainer ul ul ul a:visited {
	background-image: none;
	display: none;
	margin: 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: none;
}

.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: none;
	margin-left: 68px;
	width: 160px;
	padding: 0 0 0 10px;
	margin-top: 0;
	line-height: 18px;
	font-size: 12px;
}

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


/* @end */

/* @group Blog */

/* @group Tag Cloud */
ul.blog-tag-cloud {
	text-align: left;
	display: block;
	list-style-position: inside;
	list-style-type: none;
	clear: both;
	padding-top: 5px;
	margin-bottom: 12px;
	padding-left: 0;
	line-height: 19px;
}

ul.blog-tag-cloud a, ul.blog-tag-cloud a:visited{
}

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

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;
	float: none;
	position: relative;
}

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

.blog-archive-month {
	margin: 0;
	font: normal 2em MetaWebPro, "Helvetica Neue", Helvetica, Tahoma, 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: 0px;
	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;
	font: MetaWebPro, Tahoma, Helvetica, sans-serif;
}

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 {
	padding-top: 6px;
	margin-bottom: 12px;
}

#blog-archives br {
	display: none;
}

.blog-archive-link-enabled {
	display: block;
}

#blog-archives a, #blog-archives a:visited {
	border-style: none;
	padding: 2px 8px;
	color: #a3a3a3;
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 300ms;
	-moz-transition-property: background-color;
	-moz-transition-duration: 300ms;
	-o-transition-property: background-color;
	-o-transition-duration: 300ms;
	transition-property: background-color;
	transition-duration: 300ms;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 1px;
	text-decoration: none;
	background-color: #f5f5f5;
}

#blog-archives>a:nth-of-type(odd) {
	background-color: #fcfcfc;
}

#blog-archives a:hover {
	background-color: #e2e2e2;
	text-decoration: none;
}

.blog-archive-link-disabled {
	display: none;
}

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

#blog-categories a, #blog-categories a:visited {
	border-style: none;
	padding: 2px 8px;
	color: #a3a3a3;
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 300ms;
	-moz-transition-property: background-color;
	-moz-transition-duration: 300ms;
	-o-transition-property: background-color;
	-o-transition-duration: 300ms;
	transition-property: background-color;
	transition-duration: 300ms;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 1px;
	background-color: #f5f5f5;
}

.blog-category-link-enabled, .blog-category-link-disabled {
	display: block;
}

#blog-categories>a:nth-of-type(odd) {
	background-color: #fcfcfc;
}

#blog-categories a:hover {
	background-color: #e2e2e2;
}

.blog-category-link-disabled {
	display: none;
}

.blog-category-link-enabled:hover, .blog-category-link-disabled:hover {
}

#blog-categories br {
	display: none;
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	padding-top: 6px;
	line-height: 19px;
}

#blog-rss-feeds br  {
}

a.blog-rss-link,
a.blog-comments-rss-link {
}

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

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

#breadcrumb ul {
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 10px;
	border-bottom: 1px solid #545454;
	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 */


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

/* RapidWeaver Adventure theme is */

/* designed and developed by elixir */

/* Visit www.elixirgraphics.com for  */

/* more RapidWeaver themes. */

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

a, a:visited {
	color: #0091D0;
}

a:hover, a:active {
	color: #0074A6;
}

#header {
	color: #3C3D3C;
}

.navcontainer .current,
.navcontainer .currentAncestor, .navcontainer a:visited.current {
	color: #0091D0;
}

body, #content {
	color: #3C3D3C;
}

#sidebarContainer {
	color: #3C3D3C;
}

#headerWrapper a, #headerWrapper a:visited {
	color: #FFFFFF;
}

#headerWrapper a:hover, #headerWrapper a:active {
	color: #D8D8D8;
}


		#breadcrumb, .navcontainer, #footer, #extraContentFooter, #extraContentMiddle, #headerWrapper, #siteTitleWrapper, #contentContainer {
	width: 1100px;
}

#expander {
	margin-left: 1063px;
}

h1.blog-entry-title, .blog-entry-date, .blog-entry-body {
	margin-left: 0px;
}


.blog-entry {
	float: left;
	width: 364px;
	background-image: none;
}

h1.blog-entry-title, .blog-entry-date, .blog-entry-body {
	margin-left: 0px;
}


body {
	background-color: #FFFFFF;
}

#bkgOverlay {
	background: url(images/overlays/overlay_stripes1.png) no-repeat left top;
}

#headerWrapper {
	background: url(images/header/trans_orange.png) no-repeat;
}

#header .siteslogan {
	display: none;
}

#header .pagetitle {
	display: block;
}

#header #extraContainer1 {
	display: none;
}

#header h2 {
	position: relative;
}

#header h2.title {
	text-align: right;
}

#header {
	height: 190px;
}

#header h2 {
	top: 65px;
	text-align: center !important;
}

#extraContentMiddle {
	display: block;
}

#extraContainer2 {
	display: block;
}

#extraContentFooter {
	display: block;
}

#extraContainer3 {
	display: block;
}

#footer {
	border-top-style: solid;
	border-top-width: 1px;
}

.filesharing-item {
	background: url(images/filesharing/filesharing2.png) no-repeat 1px 6px;
}

#sidebarContainer {
	display: none;
}

.subnavcontainer a, .subnavcontainer a:visited {
	background: none;
}

#expander {
	display: none;
}

#siteTitleWrapper h1 {
	letter-spacing: 0px;
	font: bold 16px/18px ff-meta-web-pro, Tahoma, Times, serif;
}


		