a {
	outline: none;
}
body {
	background-color: #FFFFFF;
	margin-top: 0px;
	background-image: url("images/bk.png");
	background-attachment: fixed;	
	background-repeat:repeat-x;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a.special:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #00CCFF;
	text-decoration: none;
}
a.special:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #00CCFF;
	text-decoration: none;
}
a.special:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a.special:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #00CCFF;
	text-decoration: none;
}
a.special2:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a.special2:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a.special2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #00CCFF;
	text-decoration: none;
}
a.special2:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #00CCFF;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-align:right;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 14px;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: x-small;
}
.style5 {font-size: 16px}
.style6 {font-size: 14px; color: #999999;}
.style7 {color: #999999}
.style9 {
	color: #00CCFF;
	font-weight: bold;
	font-size: 14px;
}



#download {
	background-image: url('../images/dl-bg.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    margin: 10px 0 10px 0;
    padding-top: 7px;
    padding-left: 10px;
    height: 42px;
}

#download p {
	padding: 0;
	margin: 0;
	padding-left: 20px;
	background-image: url('../images/disk.gif');
	background-repeat: no-repeat;
	background-position: left 4px;
}

#container {
	margin: auto;
	width: 800px;
	margin-top: 0;
	padding-top: 0;
}

#logo {
	float: left;
	width: 400px;
	background: url('../images/logo.gif') #fff no-repeat center left;
	height: 100px;	
}

#masttext {
	float: right;
	width: 310px;
	background: url('../images/masttext.gif') #fff no-repeat center right;
	height: 100px;
	padding-top: 15px;	
}

#masthead {
	height: 130px;
	padding: 30px;
	padding-bottom: 0px;
	padding-top: 25px;
	border-top: 10px solid orange;
	margin-bottom: -15px;
}

#body-text {
	padding: 13px 48px 10px 48px;
	clear: both;
}

#gallery-body {
	padding: 13px 35px 10px 35px;
	clear: both;
}

#left {
	width: 20%;
	float: left;
	padding: 20px 10px 10px 30px;
	font-size: 80%;
}


#right {
	padding: 20px 30px 10px 10px;
	width: 70%;
	float: right;
}

.arrow-list li
{
	line-height:      1.7;
    background-image: url("../images/0002_arrow.png");
    background-repeat: no-repeat;
    background-position: left 0.4em;
    margin-top:       10px;
    margin-left:      -20px;
    padding-left:     20px
}

#left ul li, #left ul ul li {
	margin-left: -20px;
}


.arrow-list
{
    list-style-type:     none;
    list-style-position: outside;
}

#navcontainer
{
	background: url('../images/overline.gif') repeat-x center left;
	margin: 0;
	padding: 0;
	height: 31px;
	width: 791px;
	border-bottom: 1px solid #bbb;
	list-style-type: none;
	margin-bottom: 4px;
	padding-left: 9px;
}


#navlist li
{
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	display: block;
}

#navlist li a, #navlist li a:link
{
	
	color: #666;
	text-decoration: none;
	padding: 2px 10px 0px 10px;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	margin-top: 2px;
}

#navlist li a:hover
{
	color: #336699;
	border-bottom: 3px solid #f90;
	cursor: pointer;
	background: #eee;
}

#navlist li a#current, #navlist li a#current:link
{
	color: #336699;
	border-bottom: 3px solid #f90;
	cursor: default;
	background: #eee;
	font-weight: bold;
}

#navlist li a#current:hover
{
	border-bottom: 3px solid #bbb;
	background: #eee;
}

#footer {
				text-align: center;
				background: #F0F0F0;
				font-size: 10px;
				padding: 30px;
				border-top: 1px solid #bbb;
				border-bottom: 10px solid orange;
				margin: 0;
				clear: both;
				float: center;
				height: 30px;
				margin-top: 30px;
}

.attention {
    border-top:	2px solid #BBBB00;
	border-bottom: 2px solid #BBBB00;
    padding: 8px;
    background-color: #FFFFE0;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 11px;
}

form {
	display: inline;
}

img {
	border: 0;
	display: inline;
}

input.submit
{
	border: 3px double #999999;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
	background-image: url('../graphics/button-bg.gif');
	background-repeat: repeat-x;
	color: #333333;
	font-size: 75%;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

.photos-large {
	border-style: solid;
	border-color: #778899;
	border-width: 1px;
	padding: 10px;
	margin: 4px;
}

#picture-holder a:hover img{
    border-width: 2px;
    border-color: #38c;
	margin: 3px;
}

#gallery-name {
	padding: 0;
	margin: 0;
}

#picture_caption {
	font-size: 12pt;
}

#main_container {
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

#inner_wrapper {
	/* padding: 10px;*/
	width: 100%;
}

#wrapper {
	font-family: Verdana, "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 10pt;
}

#picture-holder {
	text-align: center;
}

#exif_toggle {
	padding: 0;
	margin: 0;
}

.thumbnail img {
	padding: 5px;
	text-align: center;
	margin: 4px;
	background: #FFF;
	border-width: 1px;
	border-color: #778899;
}


.thumbnail a:hover img {
    border-width: 2px;
    border-color: #38c;
	margin: 3px;
}

.photos {
	padding: 5px;
	margin: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}


#jump_menu {
	float: right;
}

#download_selected {
	float: right;
	text-align: right;
}

#pagination {

	padding: 2px;
	margin: 0;
	clear: both;
	border-top: 		1px solid #CDCDCD;
	border-bottom: 		1px solid #CDCDCD;
}

#breadcrumbs {
	margin: 0;
	padding: 2px;
	border-top: 		1px solid #CDCDCD;
	border-bottom: 		1px solid #CDCDCD;
	
	/*border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #FFC; */
}

#breadcrumb_links {
	margin: 2px; 
}

a.print {
	background-image: url(../graphics/printer.gif); 
	background-repeat: no-repeat; 
	background-position: left center;  
	padding-left: 20px; 
}

.page_link {
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
}

#search_box {
	margin-left: 5px;
	float: right;
}

table {
	border: 0px;
	padding: 0px;
	}

.date, #picture_caption
    {
    font-size:         0.9em;
    font-weight:       bold;
    line-height:       1.4;
    background-repeat: no-repeat;
    text-transform:    uppercase;
    letter-spacing:    2px;
    margin-left:       4px;
    padding-bottom:    2px;
    }
		
#picture_caption 
		{
		font-size:		 		 0.8em;
		font-weight:			 normal;
		text-transform: 	 none;
		letter-spacing:		 1px;
		
		}
		
a.nav-link-img-next {
		background-image:    url(../graphics/fforward.gif);
    	background-repeat:   no-repeat;
    	background-position: right 1px;
		padding-right: 20px;
		width: 40px;
	  }

a.nav-link-img-prev {
		background-image:    url(../graphics/rewind.gif);
   	 	background-repeat:   no-repeat;
    	background-position: left 1px;
		padding-left: 20px;
		width: 40px;
	  }
		
	  
.comments p {

	padding: 0;
	margin: 0;
	padding-bottom: 15px;
}

.comments cite  { 
	color: #000; 
	text-transform: uppercase; 
	letter-spacing: 2px; 
	font-size: 75%;
	background: url('../graphics/comment.gif') no-repeat 0 3px;
	padding: 5px;
	padding-left: 23px;
	margin-top: 8px;
	height: 28px;
}

.comment, .comment_alt {
	
	border-top: 1px solid #CDCDCD;
	background-color: #e2e2e2;
	margin: 0;
	padding: 15px;
	list-style: none inside;
}

.comment_alt {
	background-color: #fff;
}	

.meta-header { 
		font-size: 85%;
		padding: 0;
		margin: 0;
		color: #8b0000;
		text-align: center;
}

.comments-closed {
		color: #999966;
		text-align: center;
}

#exif_data {
		padding: 20px;
		text-align: left;
		width: 50%;
}

ul.slides {
  	margin:0;
  	margin-top: 15px;
  	padding:0;
  	list-style:none;
  	line-height:1.4em;
}
  
.slides li {
  	display:block;
	float:left;
  	margin:0 10px 10px 0;
  	padding:0;
	width: auto;
	height: auto;
}

#link-back {

	font-size: 65%;
	text-align: right;
	padding: 0;
	margin: 0;
	
}

.tag {
		 text-align: center;
}

.large-thumb-toolbar {

	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
}		

.errors
{
    width:            500px;
    background-image: url('../graphics/x.gif');
    background-repeat: no-repeat;
    background-position: 5px 8px;
    margin-bottom:    15px;
    border:    1px solid maroon;
    padding:          8px;
    background-color: #FFCCCC;
    padding-left:     28px;
}
		 
#overlay {
  	position: absolute; 
  	visibility: hidden; 
  	background-color: #38c;
	font-family: "Georgia", "Verdana", serif;
	font-weight: bold;
	font-size: 14px;
	padding: 4px;
	text-align: center;
	width: 18px;
	color: #fff;
}

#jump-search-container {
	text-align: right; 
	vertical-align: bottom;
}

#sortby-container, #rss-tag-container {
	text-align: right; 
	white-space: nowrap;
}

#rss-image {
	margin:0; 
	padding:0; 
	display:inline
}

#no-pictures-msg {
	text-align: center; 
	padding: 15px 0px 15px 0px;
}

.align-right {
	text-align: right;
}

#prev-link-container {
	width: 50%; 
	text-align: left;
}

#next-link-container {
	width: 50%; 
	text-align: right;
}

#exif-container-toggle {
	width: 100%; 
	text-align: center;
}

.flatButton {
	background-color: #1c71f9;
	display: inline-block;
	border: none;
	cursor: pointer;
	color: #ffffff;
	font-family: arial;
	font-size: 17px;
	padding: 16px 31px;
	text-decoration: none;
}

	.flatButton:hover {
		background-color: #104293;
	}

	.flatButton:active {
		position: relative;
		top: 1px;
	}

	.templatediv {
		border: 6px solid transparent;
		border-radius: 4px;
		padding: 5px 10px;
		background: white;
	}

	.templatediv:hover {
		border: 6px solid #ee8f00;
	}

.templateTitle {
	font-size: 12pt;
	font-weight: bold;
}


.messages_message {
	text-align: left;
}



/* CSS used for social media includes from RssFeeds/MyNews in Preview Pane */
.facebook_item {
	margin-bottom: 20px;
}

.facebook_box {
	border-radius: 15px 15px 0 0;
	width: 720px;
	background-color: #333333;
	padding-top: 16px;
}

.facebook_img {
	height: 540px;
	width: 720px;
}

.facebook_avatar {
	/* z-index: 2; */
	/* position: absolute; */
	margin-top: -45px;
	margin-left: 6px;
	width: 64px;
	height: 64px;
	background-size: cover;
	background-position: top center;
	border-radius: 50%;
	background-image: url('Images/facebook.png');
}

.facebook_post {
	/* padding: 0px; */
	/* z-index: 3; */
	/* position: relative; */
	/* top: -60px; */
	/* left: 60px; */
	/* right: 160px; */
	/* padding-left: 70px; */
	/* margin-left: 80px; */
	color: #eeeeee;
	font-size: 16pt;
	/* max-width: 180px; */
	/* text-align: left; */
	/* min-width: 380px; */
}

.twitter_item {
	margin-bottom: 20px;
}

.twitter_box {
	width: 720px;
	background-color: #333333;
	padding-top: 16px;
}

.twitter_img {
	max-width: 680px;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	padding: 20px;
}

.twitter_avatar {
	/* z-index: 2; */
	/* position: absolute; */
	margin-top: -45px;
	margin-left: 6px;
	width: 64px;
	height: 64px;
	background-size: cover;
	background-position: top center;
	border-radius: 50%;
	background-image: url(Images/twitter.png);
}

.twitter_post {
	/* padding: 0px; */
	/* z-index: 3; */
	/* position: relative; */
	/* top: -60px; */
	/* left: 60px; */
	/* right: 160px; */
	/* padding-left: 70px; */
	/* margin-left: 80px; */
	color: #eeeeee;
	font-size: 16pt;
	/* max-width: 180px; */
	/* text-align: left; */
	/* min-width: 380px; */
}

.instagram_item {
	margin-bottom: 20px;
}

.instagram_box {
	width: 720px;
	background-color: white;
	padding-top: 16px;
	border: 1px solid black;
}

.instagram_img {
	height: 540px;
	width: 720px;
}

.instagram_avatar {
	/* z-index: 2; */
	/* position: absolute; */
	margin-top: -45px;
	margin-left: 6px;
	width: 64px;
	height: 64px;
	background-size: cover;
	background-position: top center;
	border-radius: 50%;
	background-image: url('Images/instagram.png');
}

.instagram_post {
	/* padding: 0px; */
	/* z-index: 3; */
	/* position: relative; */
	/* top: -60px; */
	/* left: 60px; */
	/* right: 160px; */
	/* padding-left: 70px; */
	/* margin-left: 80px; */
	color: #222222;
	font-size: 16pt;
	/* max-width: 180px; */
	/* text-align: left; */
	/* min-width: 380px; */
	/* margin-left: 80px; */
}