/* @group General Styles */

body {
	margin: 0 auto 20px;
	padding: 0;
	font: .86em/1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

p {
	margin: 5px 0;
	padding: 0;
}

b, strong {

}

a:link, a:visited {
	color: #066fd4;
	text-decoration: none;
}

a:hover, a:active {
	color: #000000;
}

#logo{
	float: right;
}
#logo img{
	
}
img {
	border: none;
}

img a {
	border: none;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0;
	position: relative;
	z-index: 5;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
	position: relative;
	z-index: 5;
}
	
/* @end */

/* @group Layout */
#site_wrapper{
	margin-right: auto;
	margin-top: 20px;
	margin-left: auto;
}
#wrapper {
	text-align: left;
	padding: 10px 0 1px;
	margin: 20px auto;
}

.clearer {
	clear: both;
}

#pageHeader {
	height: 258px;
	position: relative;
	background: url(images/headers/header.jpg) no-repeat;
	margin-top: -1px;
}

#pageHeader img {
	
}
#contentContainer {
	margin-right: 230px;
	line-height: 1.6em;
	z-index: 2;
	position: relative;
	top: 10px;
	margin-bottom: 5px;
	margin-top: 10px;
}
#site_wrapper, #wrapper {
	border-style: solid;
}

#contentContainer #content {
	padding: 20px;
	margin-top: -30px;
}

#sidebarContainer {
	width: 240px;
	float: right;
	position: relative;
	z-index: 3;
}

#sidebarContainer #sidebar {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#sidebarContainer .sideHeader {
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	color: #00070e;
	margin-bottom: 7px;
	font: italic bold 1.2em Arial, Helvetica, Geneva, sans-serif;
}
	
/* @end */

/* @group Toolbar */

/* @group Top Toolbar */
/* Toolbar Styles */

#navcontainer {
	position: relative;
	top: 0;
	text-align: center;
	font-size: 1.2em;
	height: 40px;
	border: 1px solid #252525;
	padding: 0 0 0 6px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-right: auto;
	margin-top: 0;
	margin-left: auto;
	z-index: 1001;
}

#navcontainer .current {
}

#navcontainer .current:hover {
}

#navcontainer .currentAncestor {
	
}

/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 1px;
	position: relative;
	z-index: 10;
}

#navcontainer ul li {
	float: left;
display: inline;
list-style-type: none;
	
}

#navcontainer ul li a {
	display:block;
	text-decoration:none;
	text-align: center;
	float: left;
	list-style-type: none;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	margin: 0 auto 0 0;
	height: 40px;
	padding-right: 8px;
	padding-left: 8px;
	font-size: .9em;
	text-transform: capitalize;
}

#navcontainer ul a:hover {
	
}

/* Child - Level 1 */

#navcontainer ul ul {
	position: relative;
	margin: 0 auto;
	display: none;
	list-style: none;
	margin: 0;
	padding: 0 0 0 1px;
	position: relative;
	z-index: 10;
	float: left;
}

#navcontainer ul ul li {
	
	list-style:none;
	line-height: 40px;
	height: 40px;
	margin-right: 1px;
	margin-left: 1px;
	padding-right: 0;
	padding-left: 0;
}
#navcontainer ul ul li:hover{
	
}

#navcontainer ul ul li a {
	display:block;
	text-decoration:none;
	text-align: center;
	float: left;
	list-style-type: none;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	margin: 0 auto 0 0;
	color: #fff;
	height: 40px;
	padding-right: 8px;
	padding-left: 8px;
	font-size: .9em;
	text-transform: capitalize;
}
#navcontainer a:hover{
	
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	display: none;
}
/* @end */

/* @group Sub Toolbar */

/* Toolbar Styles */


#sub-navcontainer {
	margin-bottom: 20px;
	position: relative;
	top: 10px;
	right: 1px;
	text-align: left;
	font-size: 1em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#sub-navcontainer .current {
	
}

#sub-navcontainer .current:hover {
	
}

#sub-navcontainer .currentAncestor {
	
}


/* Parent - Level 0 */

#sub-navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 190px;
}

#sub-navcontainer ul .currentAncestor {
}
#sub-navcontainer li {
	position: relative;
	display: inline;
	height: 0px;
	
}

#sub-navcontainer a {
	display: none;
	padding-left: 10px;
	padding-top: 6px;
	height: 20px;
	padding-bottom: 3px;
	letter-spacing: 1.4px;
}

#sub-navcontainer a:hover {
	color: #000;
}


#sub-navcontainer a:active {

}

/* Child - Level 1 */

#sub-navcontainer  ul ul {
	width: 240px;
}

#sub-navcontainer  ul ul li a{
	
	border-top-style: solid;
	border-top-width: 1px;
}

#sub-navcontainer  ul ul a {
	display: block;
	padding-left: 10px;
	text-decoration: none;
	color: #fff;
	margin-bottom: 1px;
	padding-top: 3px;
	padding-bottom: 0;
	background-position: center;
	background-repeat: no-repeat;
	line-height: 18px;
	font-size: 1em;
	
}

#sub-navcontainer  ul ul a:hover {
	background-position: center;
	background-repeat: no-repeat;
}

#sub-navcontainer  ul ul .current {
	background-position: center;
	background-repeat: no-repeat;
	font-weight: bold;
}

#sub-navcontainer ul ul .currentAncestor {
}

/* Child Level 2 */

#sub-navcontainer ul ul ul {

}

#sub-navcontainer ul ul ul li {

}

#sub-navcontainer ul ul ul a {
	padding-left: 24px;
	border-top: none;
	border-bottom: none;
	font-size: .96em;
}

#sub-navcontainer ul ul ul .current {
}

#sub-navcontainer ul ul ul .current {
	

}

#sub-navcontainer ul ul ul a:hover {

}

#sub-navcontainer ul ul ul .currentAncestor {

}


/* Child Level 3 */

#sub-navcontainer ul ul ul ul {

}

#sub-navcontainer ul ul ul ul li {

}

#sub-navcontainer ul ul ul ul a {
	padding-left: 44px;
}

#sub-navcontainer ul ul ul ul .current {
	
}
#sub-navcontainer ul ul ul ul .current {
	

}


#sub-navcontainer ul ul ul ul a:hover {

}

#sub-navcontainer ul ul ul ul .currentAncestor {
	
}


/* Child Level 4 */

#sub-navcontainer ul ul ul ul ul {

}

#sub-navcontainer ul ul ul ul ul li {

}

#sub-navcontainer ul ul ul ul ul a {
	padding-left: 64px;
}

#sub-navcontainer ul ul ul ul ul a:hover {

}

#sub-navcontainer ul ul ul ul ul .current {
}

#sub-navcontainer ul ul ul ul ul .currentAncestor {
	

}
/* @end */
/* @end */

/* @group Global Classes */

blockquote, .standout {
}

h1 {
}

h2 {
}

h3 {
	margin-bottom: 10px;
}

h4 {
	margin-bottom: 8px;
}

.imageStyle {

}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
	margin: 10px;
	padding: 0 10px;
}

#sidebarContainer #sidebar li {
}

/* Table Styles */
table {
	font-size: 1em;
}

/* @end */

/* @group Quicktime Page */

.movie-description {

}
	
/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
	color: #066fd4;
	font-size: 1.9em;
	font-weight: normal;
	margin-bottom: 3px;
}.movie-page-description {
	margin-bottom: 10px;
}.movie-thumbnail-frame {
	width: 132px;
	text-align: center;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	display: block;
	position: relative;
	z-index: 12;
}

.movie-thumbnail-frame:hover {
}

.movie-thumbnail-caption {
}
	
/* @end */

/* @group Single Page (Movie View) */

.movie-background {
	margin-top: 10px;
}

.movie-title {
	color: #066fd4;
	font-size: 1.9em;
	font-weight: normal;
}

.movie-frame {

}
	
/* @end */


/* @end */

/* @group Contact Form */
.message-text {
} 

.required-text {

} 

.form-input-field {
		width: 97%;

} 

.form-input-button { 
	
	text-align: center;
} 
/* @end */

/* @group Blog */

/* @group Tag Cloud */
ul.blog-tag-cloud {
	margin: 0 0 10px;
	padding: 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;
}

/* @end */

/* @group Archive Page */

.blog-archive-background {
}.blog-archive-headings-wrapper {
	border-bottom: 1px solid #b3b3b3;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}.blog-archive-month {
	font-size: 1.5em;
	color: #000;
	margin: 0px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-right: 10px;
}

.blog-archive-link {
}.blog-archive-link a:link, .blog-archive-link a:visited {
}
	
/* @end */

.blog-entry {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #878787;
}

.blog-entry img {
	padding: 6px;
	background-color: #f8f8f8;
}

.blog-entry-title {
	font-size: 1.5em;
	color: #000;
	margin: 0px;
	font-weight: bold;
	margin-bottom: 5px;
}

.blog-entry-title a:link {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.blog-entry-date {
	margin-bottom: 15px;
	color: #2d2d2d;
	padding-left: 15px;
	background: url(images/clock.png) no-repeat left 5px;
}

.blog-entry-body {
}

.blog-entry-comments {
	margin-top: 10px;
}

/* Comment links */
a[href^="javascript:HaloScan"] {
}

a[href^="javascript:HaloScan"]:hover {
}

/* Trackback links */
a[href^="javascript:HaloScanTB"] {
}

a[href^="javascript:HaloScanTB"]:hover {
}

/*styles the category link in the main entry */
.blog-entry-category {
	margin-left: 10px;
}

.blog-entry-category a:link, .blog-entry-category a:visited {
	padding-left: 15px;
	background: url(images/category_over.png) no-repeat left 2px;
}

.blog-entry-category a:hover, .blog-entry-category a:active {
	padding-left: 15px;
	background: url(images/category_over.png) no-repeat left 2px;
}
/* styles the archives in the blog sidebar */
#blog-archives {
	margin-bottom: 10px;
}

a.blog-archive-link-enabled {
	display: block;
	float: left;
	padding-left: 15px;
	background: url(images/side_clock_over.png) no-repeat left 3px;
}

a.blog-archive-link-enabled:hover {
	background: url(images/side_clock_over.png) no-repeat left 3px;
}

.blog-archive-link-disabled {
	padding-left: 15px;
	background: url(images/side_clock_over.png) no-repeat left 3px;
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-bottom: 10px;
}

a.blog-category-link-enabled {
	display: block;
	float: left;
	padding-left: 15px;
}

a.blog-category-link-enabled:hover {
	background: url(images/side_category_over.png) no-repeat left 3px;
}

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

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	margin-bottom: 10px;
}

a.blog-rss-link {
	background: url(images/rss_icon.gif) no-repeat left center;
	padding-left: 16px;
	display: block;
	float: left;
}

a.blog-comments-rss-link {
	background: url(images/rss_icon.gif) no-repeat left center;
	padding-left: 16px;
	display: block;
	float: left;
	margin-bottom: 10px;
}

a.blog-rss-link:hover, a.blog-comments-rss-link:hover {
	background: url(images/rss_icon_over.gif) no-repeat left center;
}


/* @end */

/* @group Bread-crumb and Footer */

#breadcrumbcontainer {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-size: .9em;
	position: relative;
	height: 30px;
	margin-top: 6px;
	padding-right: 14px;
	padding-left: 14px;
	line-height: 30px;
}

#breadcrumbcontainer ul {
	list-style-type: none;
	margin: 0;
	padding: 0px;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {
	text-decoration: none;
}

#breadcrumbcontainer a:hover {

}

#footer {
	color: #ffffff;
	text-align: left;
	font-size: .9em;
	position: relative;
	margin: 10px 14px 2px;
}

#footer p {
	
}

#footer a:link, #footer a:visited {
	text-decoration: underline;
}

#footer a:hover, #footer a:active {
	color: #111111;
	text-decoration: none;
}
	
/* @end */

#extraContainer1, #extraContainer2, #extraContainer3, #extraContainer4 {
	color: #ffffff;
	font-style: normal;
	line-height: 1.4em;
	font-size: 1em;
	height: 246px;
	padding-top: 8px;
	padding-bottom: 10px;
	margin: 8px 20px 0 50px;
	z-index: 1;
}

.Xtra1, .Xtra2, .Xtra3, .Xtra4 {

}

#extraContainer1 p, #extraContainer2 p, #extraContainer3 p, #extraContainer4 p {
	font-size: 1em;
	padding-top: 10px;
}
#extraContainer1 .image-left, #extraContainer2 .image-left, #extraContainer3 .image-left, #extraContainer4 .image-left  {
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 7px;
	margin: -5px 1px 3px 3px;
}
#extraContainer1 .image-right, #extraContainer2 .image-right, #extraContainer3 .image-right, #extraContainer4 .image-right  {
	padding: 3px 3px 3px 7px;
	margin-top: -5px;
	margin-left: 1px;
	margin-bottom: 3px;
}
#extraContainer1 h1, #extraContainer2 h1, #extraContainer3 h1, #extraContainer4 h1{
	font-size: 2em;
	font-style: italic;
	margin-bottom: -4px;
}
#extraContainer1 h2, #extraContainer2 h2, #extraContainer3 h2, #extraContainer4 h2{
	font-size: 1.8em;
}
#extraContainer1 h3, #extraContainer2 h3, #extraContainer3 h3, #extraContainer4 h3{
	font-size: 1.6em;
}
#extraContainer1 h4, #extraContainer2 h4, #extraContainer3 h4, #extraContainer4 h4{
	font-size: 1.2em;
}

#bottom{
	margin-right: auto;
	margin-left: auto;
	margin-top: 6px;
}

/* @group ExtraContent */

/* @group EC1 */

#extraContainer1 ul.blog-tag-cloud {
	font-size: 120%;
	line-height: 1.5em;
	text-align: center;
}
.Xtra1{
	text-align: left;
	margin-right: 20px;
}


.Xtra1 .ecName, .Xtra2 .ecName, .Xtra3 .ecName, .Xtra4 .ecName, .Xtra5 .ecName, .Xtra6 .ecName{
	display: none;
}

/* @end */

/* @group EC2 */

.Xtra2{
	text-align: left;
}
#extraContainer2{
	
}
#extraContainer2 .box li {

}


/* @end */

/* @group EC3 */

/* @end */

/* @group EC4 */
#extraContainer4{
	
}

/* @end */

/* @group EC5 */

#extraContainer5{
	margin-top: -10px;
}

/* @end */

/* @group EC6 */


#extraContainer6{
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
}
#extraContainer6 .column ul li {
	
}

/* @end */



/* @end */

/* @group Logo */

#logo{
	position: absolute;
	top: 10px;
	right: 30px;
	width: 200px;
	height: 200px;
}

/* @end */

/* @group Up2Five */

/*Up2five*/

.column { float: left;
	padding-bottom: 20px;
}
.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: 96% ! important; margin: -20px auto 0; padding: 0 ! important; float: none ! important;}


/* @end */
/* @group Looped */
.looped { width:1000px; height:258px; overflow:hidden; position:relative;
 }
.slides { position: absolute; top:0; left:0;
	
}
.slides div { position: relative; top:0; display: block; }
		
#loopedSlider { position:relative; clear:both;
	margin-top: 1px;
	margin-left: auto;
	margin-bottom: 18px;
}
ul.pagination { list-style:none; padding:0; margin: 0 auto;
	text-align: center;
	position: relative;
	top: 240px;
	z-index: 1002;
}
ul.pagination li  {
	display: inline;
}
ul.pagination li a { 
	padding:2px 4px;
	background-color: #fe5352;
}
ul.pagination li.active a {
	background-color: #00fca6;
}
ul.pagination li a:hover {
	background-color: #4026f9;
}
a.previous {
	position:absolute;
	top: 42%;
	left:0;
	z-index: 1000;
}
.prev{
	height: 22px;
	width: 27px;
	background: url(images/prev.gif) no-repeat;
}
a.next { position:absolute; top: 42%; right:0; }
.next_{
	height: 22px;
	width: 27px;
	background: url(images/next.gif) no-repeat right;
}

/* @end */

/* RWT Slider beta Date 9-17-09 */

/* @group File Sharing */

.filesharing-description {
	margin-bottom: 20px;
	margin-top: -20px;
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {

}

.filesharing-item-description {
	margin-top: 4px;
	margin-bottom: 4px;
}

.filesharing-item {
	margin-bottom: 15px;
	padding: 7px;
	border-style: solid;
	float: left;
	display: inline;
	width: 44%;
	position: relative;
	height: 120px;
	margin-right: 15px;
}
.filesharing-item-title{
	background: url(images/icons/dload.png) no-repeat left center;
	padding-left: 44px;
	padding-top: 4px;
	height: 26px;
	
}
.filesharing-item .filesharing-item-title{
	font-size: 1.1em;
	font-weight: bold;
}
.filesharing-item-title a:link {
	position: absolute;
	width: 100%;
	height: 100%;
}

/* @end */

/* @group Photo Album */

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

.album-title {
	letter-spacing: 1px;
	margin-bottom: 5px;
	font-size: 1.4em;
	font-weight: bold;
}

.album-description {
	font-size: 0.9em;
	margin-bottom: 75px;
	padding-bottom: 10px;
	
}


.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 60px;
	margin-right: 14px;
}

.thumbnail-frame {
	position: absolute;
    bottom: 0;
    left: 0;
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

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

.thumbnail-frame img {
	margin: auto;
	border: 1px outset #515b6a;
}

.thumbnail-caption {
	color: #373737;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 38px;
	display: block;
}
	
/* @end */

/* @group EXIF data */
.exif-data {

	background: #000 url(images/efix.jpg) no-repeat left top;
	clear: left;
	margin: 9px 0 0 8px;
	float: left;
	width: 200px;
	padding: 52px 4px 5px 6px;
	position: absolute;
	top: 180px;
	left: 1px;
}

.exif-data p {
	color: #d5d5d5;
	text-align: left;
	padding-left: 17px;
	border-bottom: 1px solid #2f2f2f;
	font-size: 14px;
	line-height: 14px;
	padding-bottom: 10px;
}

/* p tag classes for all exif data */
p.exif-version {
}

p.exif-colour-space {
}

/* icon */

p.exif-focal-length {
	
}

/* icon */

p.exif-dimensions {
	
}

/* icon */

p.exif-pixel-y-dimension {
	}

/* icon */

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

/* icon */

p.exif-shutter-speed {
	
}

/* icon */

p.exif-datetime-original {
	
}

p.exif-subsec-time {
}

p.exif-compressed-bits-per-pixel {
}

p.exif-flash-energy {
}

p.exif-saturation {
}

p.exif-brightness {
}

/* icon */

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

/* icon */

p.exif-image-uniqueid {
	
}

p.exif-components-configuration {
}

p.exif-light-source {
}

p.exif-sensing-method {
}

/* icon */

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

/* icon */

p.exif-35mm-focal-length {
}

/* icon */

p.exif-datetime-digitized {
	
}

p.exif-subject-distance-range {
}

p.exif-custom-rendered {
}

/* icon */

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

/* icon */

p.exif-iso-rating {
	
}

/* icon */

p.exif-maker-note {
	
}

p.exif-digital-zoom-ratio {
}

/* icon */

p.exif-user-comment {
	
}/* @end */

/* @group Single Page (Photo view) */

.photo-navigation a:link, .photo-navigation a:visited {
	color: #000000;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}

/* color title image below */

.photo-caption {
	font-style: italic;
	color: #000000;
	padding: 0px;
	margin-top: 7px;
}

.photo-links {
	color: #000000;
	margin-bottom: 6px;
}

.photo-links a {

}

.photo-links a:hover, .photo-links a:active {

}.photo-navigation a:hover {	text-decoration: underline;
	color: #000000;
}

/* new_elemens */

html > body .photo-background {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
html .photo-background{
	text-align: center;
}
html > body .photo-navigation {
}.photo-background {
}

.photo-navigation {
	margin-bottom: 35px;
}

.photo-links {
	margin: 0;
	color: #fff;
}

.photo-navigation a:link, .photo-navigation a:visited {
	color: #000000;
}

.photo-navigation a:hover {

}

.photo-frame{
	padding: 1px;
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
	margin-top: 28px;
}

.photo-title {
	margin: 40px 0 0;
	color: #000000;
	font-size: 2.2em;
}

.photo-caption {
	margin: 12px 0 10px;
	color: #000000;
	font-size: 1.1em;
}

/* @end */
	
/* @end */

a.faq-pdf-link{
	margin-left: 10px;
}
a.faq-pdf-link img{
	margin-right: 7px;
}
