div#header_wrapper {
	color: inherit;
	background: #FFFFCC;
	margin-left: 0;
	margin-right: 0;
	margin-top: 1%;
	margin-bottom: 1%;
	padding: 7px;
	border-style: solid;
	border-width: 1px;
	border-left: none;
	border-right: none;
	text-align: center;
	vertical-align: middle;
}
div#main_wrapper {
	overflow: hidden;
	padding: 0px;
	width: 70%;
	margin-right: 4%;
	margin-left: 4%;
	margin-top: 0px;
	margin-bottom: 1%;
	float: right;
}
div#footer_wrapper {
	background-color: #FFFFCC;
	color: inherit;
	margin-left: 0;
	margin-right: 0;
	margin-top: 1%;
	margin-bottom: 1%;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-left: none;
	border-right: none;
	text-align: center;
	clear: both;
}
div#sidebar_localiser {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	position: absolute;
	right:76%;
	width: 18%;
}
div#sidebar_container {
	padding: 4px;
	background-color: #F0F0F0;
	border: 1px;
	border-color: #AAAAAA;
	border-style: solid;
}
div#sidebar_title {
	font-size: x-small;
	font-variant: small-caps;
	font-weight: bold;
	margin: 0%;
	padding: 1%;
	text-align: left;
	display: block;
}
div#sidebar_signature {
	border-color: rgb(204, 204, 204);
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	font-size: xx-small;
	font-weight: bold;
	margin: 0%;
	padding: 0%;
	text-align: right;
	display: block;
}
div#sidebar_external_bloggerbadge {
	padding: 20px;
	text-align: center;
}
div#sidebar {
	margin: 0px;
	padding: 0px;
	color: inherit;
}
div#sidebar div.widget {
	border-style: dashed;
	border-width: 1px;
	border-color: rgb(204, 204, 204);
	border-left: none;
	border-right: none;
	margin: 4px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 2px;
}
div#sidebar div.widget:hover {
	background-color: rgb(221, 221, 221);
}
/* sidebar widget titles */
div#sidebar div.widget h2 {
	font-size: 105%;
	font-variant: small-caps;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-left: 4px;
}
div#sidebar div.widget-content {
	font-size: 80%;
	font-weight: normal;
}
div#sidebar a {
	border: none;
	display: inline;
	text-decoration: none;
}

div#header_center {
	position: relative;
	left: 10%;
	width: 50%;
	display: block;
	text-align: left;
	font-weight: bold;	
	font-size: x-small;
	margin: 0px;
}
div#header_right {
	position: absolute;
	right: 1%;
	padding: 2px;
	padding-right: 0px;
	display: block;
	text-align: right;
	font-weight: bold;	
	font-size: x-small;
	vertical-align: middle;
}

/* in div#header_center */
div#main_title {
	background: transparent;
	font-size: xx-large;
	font-family: monospace;
	font-weight: bold;	
	/* text-align: center;*/
	text-align: left;
}

div#footer_pre {
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: black;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

div#footer_pre_left {
	float: left;
	font-size: xx-small;
	font-variant: small-caps;
	text-align: left;
	width: 20%;
	
}
div#footer_pre_right {
	float: right;
	font-size: xx-small;
	font-variant: small-caps;
	text-align: right;
	width: 20%;	
}

div#footer_pre_center {
	border-style: dashed;
	border-color: black;
	border-width: 0px 1px 0px 1px;

	text-align:center;
	font-size: xx-small;
	width:30%;
	margin-left: 35%;
	margin-right: 35%;
}

div#footer_post {
	border-width: 1px;
	border-style: solid;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-color: black;
	padding-top: 0px;
}

div#footer_post_left {
	float: left;
	text-align: left;
	font-size: smaller;
	width: 35%;
}

div#footer_post_right {
	float: right;
	text-align: right;
	font-size: smaller;
	width: 35%;
}

div#footer_post_center {
	border-style: dashed;
	border-color: black;
	border-width: 0px 1px 0px 1px;
	text-align: center;
	/*color: #888888;*/
	color: black;
	background-color: inherit;
	font-size: xx-small;
	width: 30%;
	margin-left: 35%;
}

div#main {
	padding: 1%;
	margin: 0px;
	background-color: #F9F9F9;
	color: inherit;
	border: 1px;
	border-color: #CCCCCC;
	border-style: solid;
}

/* full post div */
div.post:hover {
	background-color: rgb(238, 238, 238);
	border-left-color: rgb(170, 170, 170);
	border-right-color: rgb(170, 170, 170);
	border-bottom-color: transparent;
	color: inherit;
}
div.post {
	margin-left: 5%;
	margin-right: 5%;
	border-top-color: rgb(170, 170, 170);
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-style: solid;
	border-width: thin;
	padding: 5px;
}
/* post title */
h3.post-title {
	display: block;
	border-color: rgb(119, 119, 119);
	border-style: none none dashed none;
	border-width: thin;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 10px;
	padding-left: 5px;
	margin: 0px;
	text-transform: capitalize;
}
/* links in post title (generally the title itself) */
h3.post-title a, h3.post-title a:hover {
	text-decoration: none;
	border: none;
	background: transparent;
}
h2.date-header {
	margin: 0px;
	margin-right: 5%;
	padding: 10px;
	float: right;
	font-size: smaller;
	font-weight: bold;
	text-align: center;
}

/* post body */
div.post-body {
	padding: 5px;
	padding-left: 20px;
}

body {
	font-weight: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.98em;
	margin: 0px;
	padding: 0px;
}

tt {
	font-size: 11pt;
}

a:link {
	background-color: inherit;
	color: #0000dd;
	text-decoration: none;
	border-bottom: 1px dotted #bbbbbb;
}

a:visited {
	background-color: inherit;
	color: #000088;
	text-decoration: none;
	border-bottom: 1px dotted #bbbbbb;
}

a:link:hover, a:visited:hover {
	text-decoration: none;
	border-bottom: 1px dashed #666666;
}

a:link:active, a:visited:active {
	text-decoration: none;
	border-bottom: 1px dashed #444444;
	border-top: 1px dashed #444444;
}

a.image,a.image:hover,a.image:link,a.image:visited,a.image:active {
	text-decoration: none;
	border: none;
	background: transparent;
}

/* images inside an anchor of class image should not contain ant borders */
a.image img {
	border: none;
}

td {
	vertical-align: top;
	}

pre.code {
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 3px;
	border: thin;
	border-color: #AAAAAA;
	border-style: solid;
	font-family: monospace;
	font-size: 10pt;
	color: #333333;
	background: #EEEEEE;
	overflow: auto;
}

h1#page_title {
	background-color: #EEEEEE;
	color: inherit;
	border: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	padding: 1%;
	text-align: left;
	font-variant: small-caps;
	text-transform: capitalize;
	font-weight: bold;	
	font-size: large;
	letter-spacing: 3px;
	float: right;
	margin-top: 0px;
	margin-bottom: 1%;
}
/* end of page header definition */
/* ***************************** */


div.bordered_box {
	padding: 10px;
	margin: 5px;
	background-color: #FEFEFE;
	border: 1px;
	border-color: #CCCCCC;
	color: inherit;
	border-style:solid;
	text-align: center;
}

div.copyright_box {
	position: relative;
	padding: 1%;
	margin: 1%;
	background-color: #FEFEFE;
	border: 1px;
	border-color: #CCCCCC;
	color: inherit;
	border-style:solid;
	text-align: center;
	width: 30%;
	left: 33%;
}

h1.title_div {
	padding: 10px;
	margin: 5px;
	background-color: transparent;
	border: 0px;
	border-bottom: thin;
	border-style: dashed;
	font-size: x-large;
	font-weight: bold;
}

h2.subtitle_div {
	width:80%;
	padding: 7px;
	padding-top: 14px;
	margin: 3px;
	background-color: transparent;
	border: 0px;
	border-bottom: thin;
	border-style: solid;
	border-color: #BBBBBB;
	font-size: large;
	font-weight: bold;
	}

h3.subtitle_div {
	width: 50%;
	padding: 7px;
	padding-top: 14px;
	padding-left: 21px;
	margin: 3px;
	font-size: medium;
	font-weight: normal;
	letter-spacing: 3px;
	border: 0px;
	border-bottom: thin;
	border-style: solid;
	border-color: #BBBBBB;
}

.text-tt {
	font-family: monospace;
}
.text-it {
	font-style: italic;
}



div#BloggerButton1 div.widget-content {
	padding: 10px;
	text-align: center;
}
