/*** all color definitions shown here for easy editing ***/
* {
	margin:0;
	padding:0;
}
HTML {
	width:100%;
	height:100%;
}
/* description with originally set color as comment after each entry */
BODY {
	background-color: #fff;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	width:100%;
	height:100%;
	font-size: 12px;
	letter-spacing: normal;
}
#pageFrame {
	margin: 0 auto;
	padding: 0;
	width: 700px;
	position: relative;
}
#header {
	border-bottom: none;
	float: left;
	width: 100%;
	padding: 0px 0;
	background: transparent url(img_kate/head.png) no-repeat left top;
	height: 120px;
	margin: 0;
	position: relative;
}
UL#navBar {
	float: none;
	width: 650px;
	text-align: center;
	position: absolute;
	bottom: 0px;
	right: auto;
	margin: 0;
	padding: 5px;
	top: auto;
	left: 20px;
}
#navBar LI {

}
#navBar LI A {
	font-weight: normal;
	font-size: 17px;
	color: #666;
	padding: 0px 5px 0px;
	margin: 0px;
	background: transparent;
	border-left: 1px solid #fff;
	display: inline-block;
}
#navBar LI A:hover {
	text-decoration: underline;
	background-color: transparent;
	color: #2F97FF;
}
#navBar LI.page_item {
	border-left: 1px solid #ccc;
	padding: 0;
	margin: 0;
	display: inline;

}
#navBar LI.current_page_item A {
	text-decoration: underline;
	color: #000;
	font-weight: normal;
}
H1#blogTitle {
	display:block;
	width:250px;
	float: none;
	clear: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 10px;
	left: 220px;
}
H1#blogTitle A.accent {
	display:block;
	font-size:1px;
	text-indent:-50000px;
	height: 80px;
	background: no-repeat left top;
	overflow: hidden;
}
#tagline {
	clear: none;
	display: block;
	font-size: 1px;
	font-style: italic;
	float: left;
	width: 250px;
	margin-top: 0px;
	text-indent: -50000px;
}
#content {
	clear: both;
	float:left;
	width:100%;
	background: transparent url(img_kate/content.png) repeat-y left top;
}
.postTitle {
	color: #A2B8C6;
	font-style: normal;
	border-top: 1px solid #E4E4E4;
	padding: 10px;
	border-bottom: 1px solid #E4E4E4;
	background: #F7FBFE;
	margin: 0 10px 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.postTitle H2 {
	font-size: 2em;
	font-weight: normal;
	text-align: center;
	display: block;
}
.postTitle H2 .Cat {
	font-weight:normal;
}
#topContent {
	background:transparent /*url(img_kate/content-top.png)*/ no-repeat left top;
	padding:0px 0 20px;
}
#topContent A:hover {
	background-color:transparent;
}
#topContent A:hover IMG.photoQImg {
	background-color:#fff;
	border-color:#999;
}
#topContent IMG.photoQImg {
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;	
}
#topContent .photoQDescr {
	display: none;
}
#bottomContent {
	margin: 0 10px;
	background: transparent;
	border-top: 1px solid #eee;
	border-bottom: 1px none #eee;
}
.bottomContent {
	border-top: 1px solid #eee;
}
#photoInfoBox {
	width: 400px;
	text-align: center;
	float: left;
	margin: 0px 5px;
	padding: 0px 25px;
}
#photoInfoBox .photoQDescr {
	font-weight: bold;
	font-size: 1.2em;
}
#photoInfoBox .postmetadata {
}
#photoInfoBox H3 {
	border-bottom: 1px solid #eee;
	display: none;
}
#photoInfoBox .postmetadata {
	text-align: center;
}
#photoInfoBox .postmetadata .Data {
}
#photoInfoBox .postmetadata .Meta {
	display: block;
	margin-top: 5px;
}
#photoInfoBox .postmetadata .Cat {
}
#photoInfoBox .postmetadata .Tags {
	display:none;
}
#photoInfoBox .sociable {
	font-size:0.9em;
	color: #666;
	margin: 1.5em 0px 0px;
}
#photoInfoBox .sociable .sociable_tagline {
}
#photoInfoBox .sociable .sociable_tagline STRONG {
	font-weight: normal;
}
#photoInfoBox .sociable UL {
	list-style:none;
}
#photoInfoBox .sociable UL LI {
	list-style:none;
	display:inline;
}
#photoInfoBox .nocomments {
	display:none;
}
#footer {
	color: #999;
	border-top: none;
	font-size: 1em;
	text-align: left;
	clear: both;
	padding: 5px;
	background: transparent url(img_kate/foot.png) no-repeat left top;
	height: 120px;
}
#footer A {
}
#footer A:hover {
}
#footer STRONG {
}
#footer .footerLeft {
	font-size: 0.8em;
	text-align: center;
	margin-top: 50px;
	width: 400px;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
#footer .Backlink {
	display:block;
	margin-top:5px;
}
#footer .Backlink A.accent,
#footer .Backlink A.accent:hover {
	font-size:9px;
	color:#B9B9B9!important;
	background:transparent;
	font-weight:normal;
	text-decoration:none;
}
#footer .footerRight {
	font-size:9px;
	color:#B9B9B9;
	text-align:center;
	margin-top:0px;
	visibility: hidden;
}
#footer .footerRight A {
	color:#B9B9B9;
	font-weight: normal;
}
#footer .footerRight A:hover {
	color:#999!important;
	background:transparent;
	text-decoration: none;
}
/* ----------------------- PAGES
*/
.narrowcolumn {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 490px;
}
.narrowcolumn .entrytext {
	line-height: 1.5em;
	padding: 0 10px;
}
.narrowcolumn .entrytext H3 {
	font-size: 1.7em;
	font-weight: normal;
}
.narrowcolumn .entrytext H4 {
	font-size: 1.4em;
	margin-top: 1em;
	font-weight: normal;
	margin-bottom: 0.5em;
}
.narrowcolumn .entrytext P {
	margin-bottom: 1em;
}
.narrowcolumn .entrytext UL {
	margin-left: 0em;
	list-style-type: none;
}
.narrowcolumn .entrytext UL LI {
	background: url(img_kate/bullet1.png) no-repeat left 0.1em;
	padding-left: 20px;
	margin-left: 0px;

}
/* --------------- Pag SEARCH
*/
.narrowcolumn .navigation {
	clear: both;
	background-color: #eee;
	padding: 2px;
}

/* ------------------------- SIDEBAR
*/
#sidebar {
	width: 160px;
	float: right;
	margin: 0px 0px 0 0;
	padding: 0px 10px;
}
#sidebar UL {
}
#sidebar LI {
}
#sidebar > LI UL {
	padding: 0;
}
#sidebar > LI LI {
	padding-top: 0px;
	list-style: none;
}
#sidebar UL.children {
	padding: 0;
}
#sidebar UL.children LI {
}
#sidebar UL.children LI A {
}
#sidebar UL.children LI A:hover {
}
#sidebar LI.widget {
}
#sidebar LI.widget UL {
	list-style: none;
}
#sidebar LI.widget UL LI {
}
#sidebar LI.widget UL LI A {
	display: block;
	padding: 3px 5px;
	text-decoration: none;
}
#sidebar LI.widget UL LI A:hover {
}
#sidebar .widgettitle {
	margin-top: 0px;
	font-weight: normal;
	font-size: 17px;
	background: url(img_kate/tit-widget1.png) no-repeat 95% top;
}
#sidebar LI.widget_categories {
}
#sidebar LI.widget_categories .widgettitle {
}
#sidebar LI.widget_categories UL LI A {
}
#sidebar .widget_search {
}
#sidebar .widget_search .widgettitle {
	display:none;
}
#sidebar .widget_search INPUT {
	font-size: 10px;
	padding: 3px;
}
#sidebar .widget_search INPUT#s {
	margin-bottom: 5px;
	font-size: 12px;
	width: 80px;
}
/* this let's you accentuate some text that should appear differently */
.accent,
A.accent {
	color: #366393;
}
A {
	color:#4497DB;
}
A:hover {
	background-color:#DCEBF8;
	text-decoration:none;
	color: #1A6AAC!important;
}
A:visited {
	color:#4497DB;
}
H3 {
	border-bottom: 1px solid #E1E1E1;
}
.thumbnail {
	width: 86px;
	padding: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	height: 86px;
	overflow: hidden;
	font-size:10px;
	text-align:center;
}
.thumbnail A {
	display:block;
}
.thumbnail IMG {
	border: 1px solid #ccc;
	padding: 2px;
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;	
}
.thumbnail A:hover IMG {
	border: 1px solid #4497DB;
	background-color: #4497DB;
}
.thumbnail  .linkTextPrevious,
.thumbnail  .linkTextNext {
	display:none;
}
.nextPrevThumbnail {
	background-color: #fff;
}
#bottomContent .left {
	margin-left: 15px;
}
#bottomContent .right {
}

INPUT,
TEXTAREA {
	background-color: #EFF7FD;
	color: #000;
	border: 1px solid #CCCCCC;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;	
}
INPUT:hover,
TEXTAREA:hover {
	border-color:#666;
}
INPUT:focus,
TEXTAREA:focus {
	border-color:#333;
	background-color: #D8EBFA;
}
INPUT[type=submit] {
	background:#4497DB;
	color: #fff;
	font-weight: bold;
	border-top: 1px solid #67CDF9;
	border-right: 1px solid #09A5E8;
	border-bottom: 1px solid #09A5E8;
	border-left: 1px solid #67CDF9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	cursor: pointer;
}
.wpcf7 P {
	clear:both;
	margin-bottom:1em;
	float:left;
	width:100%;
}
.wpcf7 LABEL {
}
.wpcf7 LABEL B {
	float: left;
	width: 30%;
}
.wpcf7 LABEL B EM {
	font-weight: normal;
}
.wpcf7 LABEL BR {
	display:none;
}
.wpcf7 LABEL .wpcf7-form-control-wrap {
	float: right;
	width: 65%;
}
.wpcf7 LABEL .wpcf7-form-control-wrap INPUT,
.wpcf7 LABEL .wpcf7-form-control-wrap TEXTAREA {
	width:95%;
}
.wpcf7 .Bots {
	text-align:left;
	float:right;
	width:65%;
}
.wpcf7 .wpcf7-response-output {
	clear:both;
	color: #8C4600;
	background: #FFE2A8;
	border: 1px solid #FF9900;
}
.wpcf7 .wpcf7-not-valid-tip {
	clear:right;
	float:right;
	margin:3px 0;
	position:relative;
	width:95%;
	font-size:0.9em;
	left:auto;
	top:auto;
	color: #CC0000;
	background: #FDEAEA;
	border: 1px solid #F00000;
}
