body {
	background:url("images/BG_blog.jpg") repeat scroll center top #FFFFFF;
	color: #42505B;
	font: 62.5% Verdana, sans-serif;


}
* {
	margin: 0;
	padding: 0;
}
a {
	color: #42505b;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
blockquote {
	border-left: 2px solid #42505b;
	color: #555;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 1.5em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0.7692em;
	font-style: italic;
	background-color:#C9E7D9;
}
abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
	font-size: 0.8462em;
	letter-spacing: 1px;
	line-height: 1.0em;
	text-transform: uppercase;
}
code {
	color: #090;
	font-family: Courier, "Courier New", monospace;
	line-height: 1.0em;
}
pre {
	background: #ececec;
	font-size: 1.3em;
	margin: 0 0 1.5385em 0;
	overflow: auto;
	padding: 0.7692em;
}
p {
	padding-bottom: 1em;
	line-height: 1.3em;
}
p.unstyled {
	font-size: 1.3em;
}
p.center {
	text-align: center;
}
.flickr_blue {
	color: #007ae4;
	text-transform: lowercase;
}
.flickr_pink {
	color: #ff2a96;
	text-transform: lowercase;
}
h1, h2, h3, h4 {
	font: bold 1.0em "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1, h2 {
	color: #42505b;
	font-size: 2.8em;
	letter-spacing: -1px;
	line-height: 1.4286em;
}
h2 a, h2 a:visited {
	color: #42505b;
}
h2 a:hover {
	background-color: #42505b;
	color: #dce9f2;
}
.page h1 {
	/*border-bottom: 0.10714em double #ccc;*/
	margin: 0 0 0.6071em 0;
}
.archive h1 {
	color: #000;
	font-size: 2.4em;
	line-height: 1.66667em;
	margin: 0 0 1.66667em 0;
}
#sidebar h2 {
	border-bottom-color: #42505b;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #42505b;
	font-size: 1.5em;
	line-height: 1.5556em;
	margin: 0 0 0.5em 0;
}
/*#sidebar h2:hover {
	border-bottom-color: #dce9f2;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #000;
	font-size: 1.5em;
	line-height: 1.5556em;
	margin: 0 0 0.5em 0;
}*/
h3 {
	color: #42505b;
	font-size: 1.3846em;
	line-height: 1.1111em;
	padding-top: 1em;
}
.entry h3 {
	margin: 0 0 0.5556em 0;
}
#comments h3 {
	font-size: 1.8em;
}
#comments h3.comment_intro {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1.11111em;
	margin-left: 50px;
	padding-top: 2.05556em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#comments h3#respond {
	margin-top: 2.2222em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 50px;
}
h4 {
	color: #42505b;
	font-size: 1.1538em;
	line-height: 1.3333em;
	padding: 1em 0 0.5em;
}
#header {
	color: #fff;
	margin-bottom: 0px;
	margin-top: 0px;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	background-position:center center;
	height:300px;
}
#container {
	margin: 0 auto;
	padding: 15px;
	/*width: 75.8em;*/
        width: 92.8em;	
}
#content_box {
	width: 92.8em;
}
#content {
	float: left;
	margin-right: 0em;
	width: 72em;
}
#sidebar {
	float: left;
	width: 20em;
}
#footer {
	background-image:url("images/footer.png");
	background-position:center top;
	padding: 0;
	height:225px;
	background-repeat:no-repeat;
}
#logo {
	margin: 0 auto;
	width: 80em;
	text-align: right;
}
#logo a {
	color: #fff;
	font: normal 5.0em "American Typewriter", "Trebuchet MS", Verdana, sans-serif;
}
#logo h1, #logo #tagline {
	display: none;
	font: normal 1.6em "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#nav {
	margin: 0 0 50px 0;
	width: 72.8em;
}
#nav ul {
	list-style: none;
}
#nav ul li {
	background-color: #a6ebe0;
	float: left;
	font-size: 1.6em;
}
#nav ul li a, #nav ul li a:visited {
	color: #a90000;
	display: block;
	padding: 0.3125em 0.8125em 0.5em 0.8125em;
}
#nav ul li a:hover, #nav ul li a.current:hover {
	background: #a90000;
	color: #fff !important;
	text-decoration: none !important;
}
#nav ul li a.current, #nav ul li a.current:visited {
	color: #a90000;
	text-decoration: underline;
}
.post_date {
	color: #42505b;
	font-size: 1.1em;
	line-height: 1.5455em;
	margin-bottom: 0px;
}
.post_date a, .post_date a:visited {
	color: #000;
	padding: 0.0909em;
}
.post_date a:hover {
	background: #42505b;
	color: #dce9f2;
}
.entry {
	/*
	background-color: #dce9f2;
	border-bottom-color: #42505b;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #42505b;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #42505b;
	border-top-style: solid;
	border-top-width: 1px; */
	font-size: 1.3em;
	line-height: 1.5385em;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-right: 15px;
	padding-top: 10px;
}
.entry a, .entry a:visited {
	color: #42505b;
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: underline;
	font-size:10px;
	/*font-weight:bold;*/
}
.entry a:hover {
	background-color: #42505b;
	color: #dce9f2;
	text-decoration: none;
}
.entry p {
	color: #42505b;
	margin: 0;
}
.entry ul, .entry ol {
	margin: 0 0 1.5385em 3.0em;
}
.entry ul {
	list-style-type: disc;
}
.entry li {
}
.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol {
	margin: 0 0 0 1.5em;
}
.entry dl {
	margin: 0 0 1.5385em 0;
}
.entry dt {
	font-weight: bold;
}
.entry dd {
	margin: 0 0 0 1.5em;
}
.entry sup, .entry sub {
	line-height: 1.0em;
}
.entry blockquote.right, .entry blockquote.left {
	border: 0.0625em solid #ccc;
	border-width: 0.0625em 0;
	font-size: 1.2308em;
	line-height: 1.25em;
	padding: 0.4375em 0;
	text-align: center;
	width: 13.6875em;
}
.entry blockquote.right {
	clear: right;
	float: right;
	margin: 0 0 0 0.9375em;
}
.entry blockquote.left {
	clear: left;
	float: left;
	margin: 0 0.9375em 0 0;
}
.entry blockquote.right p, .entry blockquote.left p {
	margin: 0 !important;
}
.entry .ad {
	clear: right;
	float: right;
	margin: 0 0 0 1.1538em;
}
.entry .ad_left {
	clear: left;
	float: left;
	margin: 0 1.1538em 0 0;
}
.entry img {
	margin-top: 1.1538em !important;
}
.entry img.left {
	clear: left;
	float: left;
	margin: 0 1.1538em 0 0;
}
.entry img.right {
	clear: right;
	float: right;
	margin: 0 0 0 1.1538em;
}
.entry img.center {
	clear: both;
	display: block;
	margin: 0 auto 1.5385em auto;
}
.entry img.frame {
	border: 0.3846em solid #ddd;
}
.entry img.stack {
	clear: none !important;
}
.post_meta {
	clear: both;
	color: #42505b;
	font-size: 1.1em;
	font-size: 1.3em;
	line-height: 1.0em;
	margin-bottom: 70px;
	margin-top: 0px;
	padding: 0.3846em 0 0 0;
}
.add_comment {
	background: url('images/comment.png') 0 50% no-repeat;
	padding: 0 0 0 1.6154em;
}
.post_meta a:hover {
	background-color: #42505b;
	color: #dce9f2;
}
.page .entry {
	/*border-bottom: 0.23077em double #ccc;*/
	margin: 0 0 3.0769em 0;
}
.navigation {
	font-size: 14px;
	line-height: 1.6667em;
	width: 420px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3.3333em;
	margin-left: 50px;
}
.navigation a:hover {
	background-color:#42505b;
	color: #dce9f2;
}
.next {
	text-align: right;
}
.navigation p {
	float: left;
}
.navigation p.next {
	float: right;
}


#rss {
	background: url('images/rss.gif') 50% 0 no-repeat;
	float: right;
	height: 70px;
	text-align: center;
	width: 20em;
}
#rss a {
	display: block;
	height: 48px;
	margin: 0 auto;
	width: 48px;
}
ul.sidebar_list {
	list-style: none;
}
ul.sidebar_list li.widget, ul.sidebar_list li.linkcat {
	float: left;
	font-size: 1.2em;
	line-height: 1.6667em;
	margin: 0 0 2.5em 0;
	padding: 3px;
	width: 16.6667em;
}
li.widget p {
	margin: 0 0 1.66667em 0;
}
li.widget ul, li.linkcat ul {
	list-style: none;
	margin: 0 0 0.8333em 0;
}
li.widget ul:hover, li.linkcat ul:hover {
	list-style: none;
	background-color:#dce9f2;
	margin: 0 0 0.8333em 0;
}
li.widget li, li.linkcat li {
	padding: 0 0 0 1.16667em;
}
li.widget li a:hover, li.linkcat li a:hover {
	background-color:#42505b;
	color: #dce9f2;
}
#calendar_wrap {
	margin: 0 0 0.8333em 0;
	padding: 0 0.166667em;
	width: 16.3333em;
}
table#wp-calendar {
	border-collapse: collapse;
	width: 16.3333em;
}
table#wp-calendar caption {
	border-bottom: 0.08333em solid #ccc;
	font-weight: bold;
	line-height: 1.58333em;
}
table#wp-calendar th {
	border-bottom: 0.08333em solid #ccc;
	color: #666;
	font-size: 1.0em;
	line-height: 1.58333em;
	text-align: center;
	width: 2.3333em;
}
table#wp-calendar td {
	color: #999;
	line-height: 1.66667em;
	text-align: center;
	width: 2.3333em;
}
table#wp-calendar td a, table#wp-calendar td a:visited {
	color: #a90000;
	font-weight: bold;
}
table#wp-calendar td a:hover {
	text-decoration: underline;
}
table#wp-calendar td#next, table#wp-calendar td#prev {
	width: 7.0em;
}
li.widget ul.flickr_stream {
	list-style: none;
	margin: 0;
	padding: 0 10px;
}
li.widget ul.flickr_stream li {
	display: inline;
	margin: 0;
	padding: 0 5px 5px 0;
}
li.widget ul.flickr_stream li a img {
	padding: 3px;
}
li.widget ul.flickr_stream li a:hover img {
	background: #ff2a96;
	border-bottom: none;
}
#footer p {
	font-size: 1.0em;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	text-transform: uppercase;
	width: 72.8em;
}
#footer a, #footer a:visited {
	color: #42505b;
	margin-right: 20px;
}
#footer a:hover {
	color: #000;
}
#comments {
	width: 46.8em;
}
dl#comment_list {
	margin: 0 0 0 0;
}
dl#comment_list dt {
	background: url('images/comment_top.png') 0 100% no-repeat;
	color: #42505b;
	font-size: 1.1em;
	line-height: 1.8182em;
	padding: 0 0 33px 0;
	margin-left:50px;
}
dl#comment_list dt.author {
	background: url('images/comment_author_top.png') 0 100% no-repeat;
	margin-left:50px;
}
dl#comment_list dt .comment_num {
	padding: 0 0.3636em 0 0;
}
dl#comment_list dt .comment_num a, dl#comment_list dt .comment_num a:visited {
	color: #42505b;
	border:1px #42505b dashed;
	padding-left:3px;
	padding-right:3px;
	background-color:#dce9f2;
}
dl#comment_list dt .comment_num a:hover {
	color: #dce9f2;
	border:1px #dce9f2 dashed;
	background-color:#42505b;
}
dl#comment_list dt strong {
	color: #000;
	font-size: 1.4545em;
}
dl#comment_list dt strong a, dl#comment_list dt strong a:visited {
	border-bottom: 1px dotted #42505b;
	color: #000;
}
dl#comment_list dt strong a:hover {
	color:#dce9f2;
	background-color:#42505b;
}
dl#comment_list dd {
	background-color:#dce9f2;
	width: 356px;
	border-top:0;
	border-bottom:1px solid #42505b;
	border-right:1px solid #42505b;
	border-left:1px solid #42505b;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1.5385em;
	margin-left: 50px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 50px;
}
dl#comment_list dd.author {
	background-color:#42505b;
	color:#dce9f2;
/*	background-image:url(images/comment_author_bottom.png);
	background-repeat:no-repeat;
	background-position:bottom;*/
}
dl#comment_list dd.author p {
	color:#dce9f2;
}
dl#comment_list dd.entry p, dl#comment_list dd.entry ul, dl#comment_list dd.entry ol, dl#comment_list dd.entry blockquote {
	margin-bottom: 1.1538em;
}
p.log_in {
	margin: 0 0 3.07692em 0;
}
#comment_form {
	width: 46.8em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4em;
	margin-left: 50px;
}
#comment_form a:hover {
	text-decoration: underline;
}
#comment_form p {
	padding: 0.7692em 0;
}
#comment_form label {
	font-size: 1.2em;
	padding: 0 0 0 0.83333em;
}
#comment_form .text_input {
	border-bottom: 0.07692em solid #eee;
	border-left: 0.15385em solid #999;
	border-right: 0.07692em solid #eee;
	border-top: 0.15385em solid #999;
	color: #42505b;
	font: bold 1.3em Verdana, sans-serif;
	padding: 0.23077em;
	width: 15.3846em;
}
#comment_form .text_input:focus {
	border-bottom-color: #ddd;
	border-left-color: #666;
	border-right-color: #ddd;
	border-top-color: #666;
}
#comment_form .text_area {
	width: 32.9231em;
}
#comment_form p.subscribe-to-comments {
	font-size: 1.3em;
}
#comment_form p.subscribe-to-comments label {
	font-size: 1.0em;
}
#comment_form .form_submit {
	background: url('images/submit_bg.gif') repeat-x;
	border: 1px solid #dce9f2;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #42505b;
	cursor: pointer;
	font: bold 1.4em/1.0em "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 0.5em;
}
#comment_form .form_submit:hover {
	color: #42505b;
	border: 1px solid #42505b;
}
#search_form {
	margin: 0 0 0.5833em 0;
}
html[xmlns*=""] body:last-child #search_form {
	margin: 0 0 0.75em 0;
}
#search_form .search_input {
	border: 0.083333em solid #999;
	border-bottom-color: #eee;
	border-right-color: #eee;
	color: #777;
	font: normal 1.0em Verdana, Arial, Helvetica, sans-serif;
	padding: 0.25em;
	width: 15.91667em;
}
#search_form .search_input:focus {
	border-bottom-color: #ddd;
	border-left-color: #666;
	border-right-color: #ddd;
	border-top-color: #666;
}
#content .search_input {
	font-size: 0.9231em !important;
}
#header:after, #logo:after, #nav:after, #content_box:after, .page .entry:after, #comments:after, dl#comment_list dd:after, #comment_form:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.postglobal {
	background-color: #EEF7F2;
	margin-bottom: 50px;
	padding: 5px;
}
#content h2, #content h1 {
	margin-left: 49px;
}
#content .post_date {
	margin-left: 50px;
}
#content .post_meta {
	margin-left: 50px;
}

