/* new banner photo version 24/06/20 */

.debug {
	display: none;
}

/* @group Generic Page */
body {
	/*	font: 0.9em "Trebuchet MS", "Lucida Grande", Lucida, Calibri, Verdana, sans-serif;
	    font: 1.0em "museo-sans", "Trebuchet MS", "Lucida Grande", Lucida, Calibri, Verdana, sans-serif;*/
	min-width: 960px;
}

/*BODY A
{
	(*color: red;*)
}*/
body#home #nav_home a, body#otherstuff #nav_otherstuff a, body#about #nav_about a, body#photo #nav_photo a, body#pblog #nav_blogs a, body#eve #nav_blogs a, body#pdiary #nav_blogs a, body#publications #nav_pubs a {
	color: #99E0FA;
	/*background: url(../images/snowflake_left_selected.png) 5px 6px no-repeat;*/
}

input {
	margin: 5px 0 5px 0;
}

h3.subject a {
	text-decoration: underline;
	font-size: 120%;
}

.standardBullet li {
	list-style-type: disc;
	margin-bottom: 1em;
}

#pasteboard {
	background: white;
}

#contentTop, #homecontent, #photo_content {
	/*background: white url(../images/page_bkgd.jpg) repeat-y;*/
	background: white;
	padding-bottom: 30px;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	overflow: hidden;
}

#content {
	background: white;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	min-height: 800px;
}

#contentTop {
	margin-top: 0px;
}

#contentTop, #homecontent, #photo_content {
	/*background: white url(../images/page_bkgd.jpg) repeat-y;*/
	background: #EEE;
	padding-bottom: 30px;
	min-height: 400px;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
}

#contentBottom {
	/*background: white url(../images/page_bkgd.jpg) repeat-y;*/
	background: #FFF;
	padding-bottom: 30px;
	min-height: 400px;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-top: 10px solid #595959;
}

div.paginate {
	display: block;
	font-size: 90%;
	border-top: 1px solid gray;
	margin-top: 1.5em;
	padding-top: 0.5em;
}

/*#content p {
	font-size: 100%;
	line-height: 150%;
	margin-bottom: 1em;
}

#content #right2col p {
	font-size: 0.9em;
}

#content h4 {
	font-size: 1em;
	padding-bottom: 1em;
	color: #879BC3;
}*/
/* @end */
/* @group Navigation */
/*navigation*/
#mainNavigation {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	background: url(../images/tlh_logo.png) left no-repeat;
	background-color: #131127;
	/*font-family: Futura;*/
	/* font-family: "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif; */
	font-size: 16px;
	color: #D4D4D4;
}

#mainNavigationLinks {
	float: right;
	width: 650px;
	height: 60px;
}

#mainNavigation ul {
	height: 30px;
	list-style: none;
	font-size: 100%;
	float: left;
}

#mainNavigationIdBlock {
	float: left;
	padding: 2px 0 0 2px;
}

#mainNavigationBanner {
	float: left;
	padding-left: 70px;
}

#mainNavigation p#sitename {
	font-size: 18px;
	margin-bottom: 7px;
	margin-left: 2px;
	color: white;
	line-height: 1.3em;
}

#mainNavigation p#author {
	font-size: 12px;
	line-height: 0;
	margin-left: 2px;
	color: white;
}

#mainNavigation span.dot {
	color: #D58A00;
}

/*#mainNavigation ul.left {
	width: 560px;
	background: url(../images/nav_gradient_left.png);
}

#mainNavigation ul.right {
	width: 400px;
	background: url(../images/nav_gradient_right.png);
	float: right;
}

#mainNavigation ul.right li.subtitle {
	background: url(../images/nav_transition.png) left no-repeat;
	padding-left: 30px;
	text-indent: 1.5em;
	height:30px;
	line-height: 2em;
}*/
#mainNavigation ul li {
	float: left;
	margin: 20px 0px 0 30px;
	padding: 0;
}

#mainNavigation ul a {
	float: left;
	display: block;
	padding: 0 10px;
	line-height: 1.9em;
	text-decoration: none;
	/*color: #879bc3;*/
	color: white;
}

/*#mainNavigation ul a:hover {
/*background: url(../images/snowflake_left_unselected.png) 5px 6px no-repeat;*!/
color:  red;
}*/
#nav_blogs li.dropdown {
	display: inline-block;
}

#mainNavigation ul li.dropdown::after {
	content: "\25BC";
	font-size: 50%;
}

#nav_blogs .dropdown_content {
	display: none;
	position: absolute;
	top: 50px;
	background-color: #131127;
	min-width: 120px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 10;
}

#nav_blogs .dropdown_content a {
	color: white !important;
	padding: 12px 16px;
	text-decoration: none;
	display: inline-block;
	text-align: left;
}

#nav_photo .dropdown_content a:hover {
	color: #99E0FA !important;
}

#nav_photo li.dropdown {
	display: inline-block;
}

#nav_photo .dropdown_content {
	display: none;
	position: absolute;
	top: 50px;
	background-color: #131127;
	min-width: 120px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 10;
}

#nav_photo .dropdown_content a {
	color: white !important;
	padding: 12px 16px;
	text-decoration: none;
	display: inline-block;
	text-align: left;
}

#nav_blogs .dropdown_content a:hover {
	color: #99E0FA !important;
}

.dropdown:hover .dropdown_content {
	display: block !important;
}

/* @end */
/* @group Footer */
#footer {
	height: 120px;
	margin: 0 auto 25px auto;
	padding: 0;
	background: #CEDEF2;
}

#innerFooter {
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	height: 100%;
	background: #131127;
	/*background: #291940;*/
	color: #CEDEF2;
}

#innerFooter .search {
	float: left;
	padding-left: 20px;
	padding-top: 15px;
	text-align: left;
	width: 400px;
	color: #CEDEF2;
	display: inline;
}

#innerFooter .search input {
	width: 150px;
	text-align: left;
}

#innerFooter .search input.submit {
	width: 80px;
	text-align: center;
	margin-left: 5px;
	color: #291940;
}

#innerFooter .search p {
	width: 250px;
	text-align: left;
	margin-bottom: 2px;
	padding-top: 12px;
	font-size: 80%;
}

#innerFooter .content {
	padding: 45px 10px 0px;
	font-size: 80%;
	text-align: right;
}

/* @end */
/* @group Social */
.social {
	font-size: 0.8em;
	text-align: left;
	height: 20px;
	float: left;
}

.feedback {
	font-size: 0.8em;
	margin-left: 10px;
	text-align: left;
	float: left;
}

.social img {
	border: 0 !important;
	padding-left: 5px;
}

.social li {
	float: left;
}

#social-icons {
	background: transparent;
	top: 5px;
	float: left;
	width: 100%;
	height: 30px;
	padding-top: 10px;
	margin: 0;
}

#social-icons a {
	display: inline-block;
	height: 40px;
	width: 40px;
	text-indent: -9999px;
	outline: none;
	text-align: left;
}

#social-icons .rss {
	background: url(../images/float_icons/rssicon.png) right top no-repeat;
}

#social-icons .facebook {
	background: url(../images/float_icons/facebookicon.png) right top no-repeat;
}

#social-icons .flickr {
	background: url(../images/float_icons/flickricon.png) right top no-repeat;
}

#social-icons .a500px {
	background: url(../images/float_icons/500pxicon.png) right top no-repeat;
}

#social-icons .twitter {
	background: url(../images/float_icons/twitter.png) right top no-repeat;
}

/* @end */
/* @group Banner */
#banner {
	background: #CEDEF2;
	left: 0px;
	top: 0px;
	height: 30px;
	margin-top: 0px;
	padding-bottom: 10px;
	padding-left: 10%;
	position: fixed;
	opacity: 0.4;
	width: 100%;
}

#banner span {
	opacity: 0.8;
}

#banner .content {
	color: #4B69A6;
	font-size: 150%;
	letter-spacing: 1.2em;
	margin-top: -0.2em;
}

/* @end */
/* @group Cloud */
.pblogcloud a {
	color: #493673;
}

.teohcloud a {
	color: #879BC3;
}

.cloud a:link {
	text-decoration: none;
}

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

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

.cloud p.sectionHeading {
	/*	font: italic 130% Palatino, "Palatino Linotype","Book Antiqua", Georgia, serif !important; */
	color: #222;
	font-style: italic;
	text-shadow: silver 1px 1px 2px;
}

/* @end */
/* @group recommendation */
#recommendation1 {
	display: none;
	margin-top: 2em;
	padding: 0.5em;
	background-color: rgba(254, 251, 0, 0.15);
	color: #797979;
}

body#home #recommendation1 h3 {
	color: #212121;
	margin-bottom: 0.5em;
}

body#home #recommendation1 p {
	font-size: 80%;
}

/* @end */
/* @group User Message */
#user_message h2 {
	padding: 30px 0;
}

#system_message ul {
	padding-left: 20px;
	padding-bottom: 2em;
}

#system_message li {
	list-style-type: disc;
}

#system_message a {
	font-size: 120%;
}

/* @end */
/* @group home */
/* @group Comment Decoration */
.commentCount {
	width: 30px;
	height: 30px;
	color: white;
	font-weight: bold;
	margin-left: -35px;
	float: left;
	padding-top: 4px;
	padding-left: 7px;
}

.cool {
	background: url(images/coolBubble.png) 0px 0px no-repeat;
}

.mid {
	background: url(images/midBubble.png) 0px 0px no-repeat;
}

.hot {
	background: url(images/hotBubble.png) 0px 0px no-repeat;
}

/* @end */
body#home p {
	font-size: 100%;
	line-height: 130%;
}

/*#homePhotography{
	padding-top: 20px;
	/*background: url(../images/left-underline.gif ) no-repeat left top;*!/
}

#homeOther{
	padding-top: 30px;
	background: url(../images/right-underline.gif ) no-repeat left top;
}

#homeCentre {
	min-height: 400px;
	background: url(../images/aurora-text.gif) center no-repeat;
}

#homeCentre img{
	position: relative;
	top: 120px;
	left: 120px;
}

body#home #homeCentre p {
	margin-top: 0.5em;
	padding-left: 0.5em;
	margin-right: 0.5em;
	text-align: justify;
	font-size: 90%;
	color: #879BC3;
	width: 220px;
}

body#home .blogSummary p, body#otherstuff .blogSummary p{
	font-size:90%;
    margin-bottom: 0.3em;
    margin-left: 0.2em;
    color: #333;
}

body#home .blogEntry {
	padding-bottom: 1em;
}

body#home h2, body#otherstuff h2 {
	margin-bottom: 1em;
	font: italic 160%  Palatino, "Palatino Linotype","Book Antiqua", Georgia, serif; 
}*/
/*BODY#home H2 A, BODY#otherstuff H2 A
{
	text-decoration: none;
}*/
/*BODY#home H3
{
	margin-bottom: 0.2em;
	font-weight: normal;
	font-size: 95%;
	font-style: normal;
	color: #4B69A6;
	padding: 0;
}*/
#home_banner {
	padding-left: 65px;
}

body#home .more {
	padding-top: 1em;
	font-size: 80%;
}

.entryDate {
	font-size: 80%;
	color: #BBB;
	margin-bottom: 1em;
}

.blogAbstract .entryDate {
	font-size: 80%;
	color: #BBB;
	margin-bottom: 1.2em;
}

.inlineimage {
	vertical-align: middle;
	padding-right: 10px;
}

#featured {
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	color: #222;
	border-bottom: 1px solid #EEE;
}

/*BODY#home #featured H2
{
	(*	font: normal 100% "Lucida Grande", Lucida, Verdana, sans-serif; *)
	color: #222;
	text-shadow: silver 1px 1px 2px;
}*/
.blogAbstract {
	margin-left: 1em;
}

#featured li {
	margin-left: 0px;
	padding-left: 24px;
	margin-bottom: 0.5em;
	color: #222;
	background: url(../images/snowflake_bullet.png) no-repeat 0 0;
}

#featured a {
	color: #444;
	text-decoration: none;
	font-size: 80%;
}

#featured a:hover {
	text-decoration: underline;
}

/* new */
#home #blogLatest .date {
	font-size: 90%;
	margin: 0em 0 0.1em 0em;
	/*text-align: top;*/
	color: #777;
	font-style: normal;
}

#alldiaries {
	font-size: 50%;
	color: #1C1C1C;
	padding-left: 435px;
}

#home #blogLatest h2 {
	color: #777 !important;
	font-weight: bold;
	font-style: normal;
	line-height: 1.3em;
	font-size: 200%;
	padding-top: 0px;
	margin-bottom: 0px;
}

#home h3 {
	margin-bottom: 6px;
}

#home #photoDiaryContent, #blogLatest {
	border-top: 5px solid #CCCCCC;
}

#home #photoDiary h2 {
	color: #999 !important;
	font-weight: bold;
	font-style: normal;
	line-height: 1.3em;
	font-size: 170%;
	padding-top: 0px;
	margin-bottom: -10px;
}

#home #photoDiary a:hover {
	text-decoration: none;
}

/* @end */
/* @group About */
#lastfm {
	margin-bottom: 20px;
}

#facebook {
	margin-bottom: 20px;
}

div#me img {
	margin-bottom: 1em;
}

div#me p {
	width: 300px;
}

div#snowhenge {
	background: url(../images/aurora-text.gif) center 20px no-repeat;
	min-height: 530px;
}

#snowhenge img {
	position: relative;
	top: 60px;
	left: 120px;
}

/* @end */
/* @group Other stuff / Eve */
#otherstuff #intro {
	padding-top: 1em;
}

#otherstuff h1 {
	font-size: 130%;
	margin-bottom: 1em;
}

/* @end */
/* @group Photo Page ? */
/*photo page*/
#photo h1 {
	/*	font: italic 1.8em Palatino, "Palatino Linotype","Book Antiqua", Georgia, serif;*/
	margin-bottom: 0.5em;
	margin-top: 0em;
	border-bottom: 0px solid silver;
}

#flickr {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 100px;
}

#flickr p {
	margin: 10px 100px;
}

/* @end */
/* @group category_list */
#content p.category_entry {
	margin: 0px;
	padding: 0 0 0 1em;
	line-height: 100%;
}

/* @end */
/* @group Blog */
/* blog pages */
div#entry ul {
	/* affects social icons below post */
	/*padding: 10px;*/
}

ul.archives, div#blog ul {
	margin: 0 20px 0 20px;
}

.archives li {
	line-height: 0.6em;
}

div#blog li {
	list-style-type: disc;
	text-indent: 0em;
	margin-bottom: 1em;
}

div#blog .social li {
	list-style-type: none;
	text-indent: 0em;
	margin-bottom: 1em;
}

div#recommended h1 {
	padding: 1em 0 0.5em 0;
}

div#recommended h2 {
	margin-bottom: 0;
	text-decoration: none;
}

div#recommended .entry p {
	padding: 0em;
	margin: 0 0 0 0.5em;
}

div#recommended .entry p a {
	padding: 0em;
	margin: 0em;
	text-decoration: none;
}

div#recommended .description {
	margin: 0 0 3em 0;
}

body#eve #branding {
	background: url(../images/eve_banner.jpg) no-repeat transparent;
	height: 80px;
	margin-left: -10px;
	margin-bottom: 15px;
	width: 960px;
}

body#pblog #branding {
	background: url(../images/pblog_banner_2016.jpg) -45px no-repeat transparent;
	height: 80px;
	margin-left: -10px;
	margin-bottom: 15px;
	width: 960px;
}

body#pdiary #branding {
	background: url(../images/pblog_banner_2016.jpg) -45px no-repeat transparent;
	height: 80px;
	margin-left: -10px;
	margin-bottom: 15px;
	width: 960px;
}

body#about #branding, body#site_search #branding {
	background: transparent url(../images/about_banner.jpg) no-repeat;
	position: relative;
	height: 120px;
}

/*body#eve .blogDescription {
    float: left;
    width: 580px;
    color: yellow;
    padding: 50px 0 0 0;
    text-align:left;
    opacity: 0.8;
    font-size: 100%;
}*/
.blogDescription {
	float: left;
	color: #CEDDF1;
	padding: 10px 0 0 10px;
	width: 600px;
	text-align: left;
	opacity: 0.8;
	font-size: 120%;
}

body#pblog #blog {
}

body#about .blogDescription, body#site_search .blogDescription {
	float: left;
	width: 400px;
	color: yellow;
	padding: 50px 0 0 0;
	text-align: left;
	opacity: 0.8;
	font-size: 150%;
}

body#pblog .membership, body#eve .membership, body#about .membership {
	display: none;
}

/* body#eve .membership {
	float:  right;
    text-align: right; !important
	width: 100%;
	color: white;
	font-size: 80%;
	padding: 15px 5px;
} */
body#eve .membership a {
	color: #CEDEF2;
}

#blog img {
	padding-bottom: 0px;
	border: 1px solid gray;
	margin: 0 auto;
	color: #333;
}

#blog img.noborder {
	border: none;
}

#blog img.photo {
	border: 15px solid #EEEFEE;
	margin-bottom: 0.5em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#blog p.caption, #blog p.blogcaption {
	font-size: 80%;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 1em;
	padding-left: 16px;
	padding-bottom: 0.2em;
	color: #333;
	display: block;
	background-color: #F0F0B2;
}

#blog #prevnext {
	font-size: 80%;
	padding-top: 20px;
	margin-top: 10px;
	border-top: 1px solid gray;
}

#blog blockquote {
	margin-left: 1.5em;
	padding: 0.5em;
	/*	font-family: Palatino, "Palatino Linotype","Book Antiqua", Georgia, serif; */
	background-color: #EEF;
}

h2.year {
	font-size: 200%;
	color: black;
	padding: 0.5em;
	border-bottom: solid 1px silver;
}

#blog h3.month {
	padding-top: 1em;
}

div.imgholder {
	margin-bottom: 1em;
}

#blog h2.subtitle {
	font-style: italic;
	margin-left: 2em;
	font-size: 18px;
}

/* @end */
/* @group search */
.searchresults {
	margin-top: 30px;
}

.searchresults h3 {
	font-size: 120%;
}

.searchresults h1 {
	margin-bottom: 1em;
	font-size: 140%;
}

.searchresults .entry h2 {
	font-size: 120%;
}

#content .searchresults p.date {
	color: #BBB;
	margin-bottom: 0.5em;
}

/* @end */
/* @group Article */
#articleBody img, .entry img, .entry object {
	display: block;
	margin: 1em 0 0.5em 0;
}

#articleBody .caption {
	/* font: 90% Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif; */
	color: #333;
}

#article h1, .entry h1, h1.title {
	border-style: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin-bottom: 0.5em;
	padding-bottom: 0.2em;
	margin-top: 0.5em;
}

/*#articleBody {
	margin-bottom: 1em;
	line-height: 1.5em;
}*/
.entry {
	margin-bottom: 2em;
}

.entry h1 a {
	text-decoration: none;
	color: #618EA9 !important;
}

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

#article h2, .entry h2 {
	/*	font: italic 120% Palatino, "Palatino Linotype","Book Antiqua", Georgia, serif;*/
	margin: 0.5em 0 0.5em 0;
}

#article h3, #blog h3, h3.date {
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 1.0em;
}

.endplate {
	margin-top: 2em;
}

.endimage {
	padding: 20px 0 20px 0;
	border: none !important;
}

/* @end */
/* @group Sidebar */
#sidebar {
	padding-top: 0px;
	font-size: 90%;
	line-height: 130%;
	background: rgba(0, 0, 0, 0.1);
	width: 230px;
	margin-right: 0;
}

.sidebarItem {
	padding: 0em 0.5em 0 1em;
	height: auto;
}

#sidebarMainTitle {
	margin: 0px;
	height: 80px;
	overflow: hidden;
	color: white;
}

#sidebarMainTitle h2 {
	font-size: 110%;
	padding: 10px 0 0 8px;
	line-height: 20px;
	color: white !important;
}

a.sidebarMainTitleLink {
	margin: 0;
	padding: 0;
	color: white;
}

.sidebarTitle {
	font-size: 90%;
	background: url(../images/blue_wedge_30.png) no-repeat right;
	padding: 5px 0 3px 10px;
	margin-left: -14px;
	width: 244px;
}

.sidebarTitle a {
	line-height: 2em;
}

#sidebar #cloud a {
	text-decoration: none;
}

#sidebar h3, #content h3 {
	font-size: 1.2em;
	padding-bottom: 0.3em;
	color: #493673;
}

#recentEntries ul, .sidebarItem ul {
	margin-top: 0em;
	padding-bottom: 0.5em;
}

#recentEntries li, .sidebarItem li {
	list-style-type: none;
	margin-bottom: 0.3em;
}

#sidebar .blogroll dd {
	font-size: 90%;
	margin-top: -1em;
}

#sidebar .blogroll dt {
	font-size: 90%;
}

dl.blogroll {
	margin-top: 1em;
	font-size: 110%;
	border-bottom: 1px solid silver;
	opacity: 80%;
}

.blogroll p {
	color: #A39D9D;
}

.relatedtag {
	text-decoration: none;
	font-size: 120%;
	font-weight: bold;
}

/*#article.sidebar {
	border-left-color: silver;
	border-left-width: 1px;
}*/
/* @end */
/* @group Comments */
#comments, #commentForm {
	margin-top: 2em;
	padding-top: 1em;
	color: #333;
	font-size: 100%;
	border-top-style: dotted;
	border-top-width: 1px;
}

#comments h2 {
	color: black;
	font-size: 130%;
}

.commentbody {
	background: #EEE;
	padding: 1em;
	margin-bottom: 1em;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.commentByline {
	/*	font: italic 100% Palatino, "Palatino Linotype","Book Antiqua", Georgia, serif;*/
	background-color: #CCC;
	padding: 0.2em 0.5em;
}

.c_1 {
	background-color: #493673;
	color: white;
	margin-left: 1em;
}

.c_1 p.commentByline {
	background: transparent;
}

#commentForm p {
	margin-bottom: 0.3em;
}

#commentForm input {
	text-align: left;
	float: none;
	display: block;
}

.posted {
	margin: 0.5em 0 0.5em 0;
	/*	font: 90% "Trebuchet MS", "Lucida Grande", Lucida, Calibri, Verdana, sans-serif;*/
	color: #333;
}

/* @end */
/* @group photo galleries */
#photo .links {
	font-size: 90%;
}

#photo .heading {
	/* font: italic 2.2em Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif; */
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	margin-left: 1em;
}

#photo .subheading {
	font-size: 90%;
	margin-left: 3em;
	color: #7D7D7D;
	display: block;
}

.portfolio a, .recent a {
	text-align: center;
	display: block;
	color: #444;
	margin-top: 0.2em;
	font-size: 90%;
	padding: 0px;
	text-decoration: none;
}

.portfolio {
	width: 180px;
	height: 135px;
	display: inline-table;
}

.panoramic {
	width: 210px;
	height: 120px;
}

.recent {
	width: 100%;
	display: inline-block;
}

p.note {
	margin-top: 1em;
}

#gallerylist {
	padding-top: 20px;
}

#photo #commentary p {
	font-size: 90%;
	color: #7D7D7D;
	text-align: right;
}

#photo #commentary span {
	/* font: italic 2.2em Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif; */
	font-style: italic;
	font-size: 140%;
}

#blogintro #commentary span {
	font-style: italic;
	font-size: 120%;
	color: #7D7D7D;
	text-align: right;
}

#subcontent {
	padding: 20px 0 40px 0;
}

#toplinks {
	padding-bottom: 10px;
}

#thumbnails {
	border-left: solid 1px #EFEFEF;
}

#thumbnails_header span.title {
	display: block;
	width: 100%;
	background-color: #FAFAFA;
	padding: 0.4em;
}

span.category {
	color: red;
}

img.photoThumbnail {
	margin: 10px 5px 2px 10px;
	padding: 8px 8px 14px 8px;
	background-color: #F2F2F2;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

img.photoThumbnail1 {
	margin: 10px 10px 2px 10px;
	padding: 8px 8px 14px 8px;
	background-color: #F2F2F2;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#thumbnails td {
	width: 190px;
	text-align: center;
}

#thumbnails a {
}

#thumbnails_description p {
	margin-left: 10px;
}

#thumbnails_description .category {
	text-decoration: underline;
}

#thumbnails_description .description {
	color: #A6A6A6;
	font-size: 80%;
}

img.largephoto {
	padding: 20px 20px 40px 20px;
	background-color: #F2F2F2;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.homephoto {
	padding: 10px 10px 5% 10px;
	background-color: #F9F9F9;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: block;
	margin: 0 auto 1em auto;
}

#bannerPhoto {
	padding-left: 0em;
	margin-top: 5%;
	min-height: 350px;
}

.bannerPhotoTitle {
	display: block;
	position: relative;
	text-align: center;
	left: 0px;
	bottom: 5px;
	font-size: 80% !important;
	color: #AAA;
}

.bptitle {
	display: block;
	font-size: 150% !important;
	padding-bottom: 1em;
	color: #666;
	text-shadow: 2px 2px #DADADA;
}

.bannerPhotoTitle a {
	color: #999;
}

#bannerPhoto .gallery {
	display: block;
	text-align: center;
	margin-top: 0;
	padding-bottom: 0;
	font-size: 90%;
}

#photoholder p {
	text-align: center;
	color: #A6A6A6;
	/* font: italic 1em Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif; */
	margin-top: -35px;
	padding-bottom: 30px;
}

#photo_navigation {
	text-align: center;
	margin-bottom: 1em;
	font-size: 90%;
}

#photo_navigation a {
	color: #7D7D7D;
	text-decoration: none;
}

#photo_content {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* @end */
#buttons input {
	display: inline;
}

/* classes */
.blue {
	color: red;
	/* font: italic bold 100% Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif; */
}

p.channel {
	/* font: italic 90% Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif; */
	color: #777;
	font-style: italic;
	margin-bottom: 0em !important;
}

/* ------------  NEW STYLES  ------------ */
#home #photoDiary img {
	float: left;
	margin-right: 1em;
	padding-top: 0.7em;
}

#home #galleryTags {
	line-height: 1em;
	color: silver;
	height: 79px;
	position: relative;
}

#home #galleryTags h1 {
	opacity: 0.3;
	font-size: 207%;
	margin-top: 1px;
	margin-left: 0px;
	color: #BBBBBB !important;
}

#home #tagContainer {
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
	padding-left: 17px;
}

#home .galleryLink {
	text-decoration: none;
	font-size: 130%;
	color: #B5DDE8;
	font-weight: bold;
}

#home .galleryLink:not(:last-child)::after {
	content: "\0020\00b7";
}

#home #contentBottom h2 {
	/* background: url(../images/blue_wedge_46.png) left no-repeat transparent; */
	/* background-color: #131127; */
	color: #DDD;
	height: 46px;
	width: 430px;
	/*font-size: 300%;*/
	margin-left: -10px;
	padding: 0 20px 0px 10px;
	display: inline-box;
}

#home .recentComments {
	font-size: 80%;
	border-top: 2px solid silver;
}

#contentBottom h1 {
	font-size: 207%;
	color: #BBBBBB !important;
	opacity: 0.3;
}

/* ----- pdiary -------- */
#diary_images {
	border: 1px solid #EBEBEB;
	margin-top: 0;
	margin: 0px;
	padding: 30px;
	/*+border-radius: 10px;*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	background-color: #FBFBFB;
}

#pdiary img.photo {
	border: 15px solid #EEEFEE;
	margin-bottom: 50px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#pdiary .instructions {
	text-align: center;
	font-style: italic;
	color: #B1B4B1;
}

.diaryEntryDate {
	color: #AAA;
	font-size: 70%;
	padding-left: 0.6em;
	font-weight: bold;
}

.diaryEntryDateHome {
	color: #B5B5B5;
	font-size: 70%;
	padding-left: 0.7em;
}

.diarySummaryItem {
	width: 160px;
	height: 220px;
	float: left;
}



