/* RESET */
body,h1,h2,h3,h4,h5,h6,p,form,fieldset {margin:0;padding:0;}


/*
Layout with left and right sidebars
--------------------------------------------------*/
div#wrapper {
	margin:0 auto;
	width:850px;
}
div#container {
	float: left;
	width: 100%;
}
div#content {
	margin: 0 200px;
}
div.sidebar {
	float: left;
	width: 80px;
}
div#primary {
	margin: 0 0 0 -100%;
}
div#secondary {
	margin: 0 0 0 -200px;
}
div#footer { 
	clear: left;
	width: 100%;
}
div#header {
	height:150px;
}


/* CONTENT
--------------------------------------------------*/
div.hentry {
	margin:0 0 5em 0;
}
div.page-link {
	font-weight: bold;
}
div.entry-content p {
	margin: 1em 0;
}
div.entry-meta, body.single div.entry-category {
	clear:both;
}
div.entry-content ul#linkcats,
div#archives-by-category ul, div#archives-by-month ul {
	margin: 0;
	padding: 0;
}
div.entry-content ul#linkcats li,
div#archives-by-category li, div#archives-by-month li {
	list-style: none;
}
div.entry-content ul#linkcats li li,
div#archives-by-category li li, div#archives-by-month li li {
	margin: 0 0 0 0.5em;
}
div.entry-content img.center {
	display: block;
	margin: 0.4em auto;
}
div.entry-content img.alignright {
	margin: 0.4em 0 0.4em 1.1em
}
div.entry-content img.alignleft {
	margin: 0.4em 1.1em 0.4em 0;
}
body.single div.navigation {
	padding: 1em 0 3em 0;
}
div.archive-meta {
	margin: 1em 0 3em 0;
}
div.edit-link {
	clear: both;
}
abbr, acronym {
	border-bottom: 1px dotted blue;
	cursor: help;
}
blockquote {
	border-left: 1em solid #e6e6fe;
	font-style:italic;
	padding: 0 0 0 1em;
}
code, pre {
	font-family: "courier new", courier, monospace;
}
pre {
	overflow:auto;
	margin:0 0 0.5em 0;
	padding:0.5em;
}


/* HEADINGS
--------------------------------------------------*/
h1 {
	line-height: 175%;
}
h2, h3, h4 , h5, h6 {
	line-height: 125%;
}
h2 {
	clear: both;
	font-size: 1.6em;
	margin:1em 0;
}
h3 {
	font-size: 1.4em;
	margin:1em 0 0.5em 0;
}
h3.comment-header {
	margin: 3em 0 1em 0;
}
h3#respond {
	font-size: 1.2em;
	margin: 3em 0 0.5em 0;
}
div.entry-content h2 {
	font-size: 1.2em;
	margin: 1.4em 0;
}
div.entry-content h3 {
	font-size: 1.1em;
	margin: 1.2em 0;
}
div.entry-content h4, div.entry-content h5, div.entry-content h6 {
	font-size: 1em;
	margin: 1em 0;
}


/* COMMENTS
--------------------------------------------------*/
ul.commentlist {
	margin:0;
	padding: 0;
}
ul.commentlist li {
	list-style: none;
	margin: 0 0 1em 0;
}
form#commentform span.req-field {
	color: red;
}
input#author, input#email, input#url, textarea#comment {
	font-family: "Courier New", Courier, monospace;
	padding: 0.2em;
}
textarea#comment {
	height: 13em;
	overflow: auto;
	width:300px;
}
* html textarea#comment {width:280px;} /* IE WIN */


/* SIDEBAR
--------------------------------------------------*/
div.sidebar {
	font-size:0.9em;
}
div.sidebar ul {
	margin: 0;
	padding:0;
}
div.sidebar li {
	list-style: none;
	margin: 0 0 1em 0;
	padding:0;
}
div.sidebar li li {
	margin: 0 0 0.5em 0.5em;
}
div.sidebar h3 {
	font-size: 1.2em;
}
div.sidebar h4 {
	font-size: 1.0em;
}
div.sidebar li a {
	display:block;
	height:1%; /* IE WIN */
}
div.sidebar input#s {
	width: 7em;
}


/*  COMMON MULTI-PURPOSE ELEMENTS
--------------------------------------------------*/
.alignleft, div.nav-previous {
	float: left;
}
.alignright, div.nav-next {
	float: right;
}
.clearer {
	clear: both;
}
div#nav-above, body.single div#nav-below {
	display: none;
}

body.single div#nav-above {
	display: block;
}

div#nav-above span.metasep, div#nav-below span.metasep {
	display: none;
}


/* body
--------------------------------------------------*/
body {
	background-repeat: repeat-x;
	background-position: left top;
	font-family:"Segoe UI", ShurmaMJ, ShurmaEMJ;
	font-size:75%;
	line-height:1.6em;
	color: #093b80;
	background-color: #2C75AB;
}

/* For the Sociable Plugin */
.center{
  text-align: center;
	font-size: 1em;
}
img.socialbkmark{
  vertical-align: middle;
  border: 0px;
  margin-bottom: 0px;
}
/* End For the Sociable Plugin */

/* image date
--------------------------------------------------*/
.date {
	width:7em;
	text-align:center;
	color:#FFFFFF;
	background:url(images/date.jpg);

}

.month {text-transform:uppercase; font-weight:bold; color:#009966;}




/* General layout (you define here the different building blocks)
--------------------------------------------------*/
div#wrapper {
	background: url(images/background_wrapper.jpg) repeat-y 20px 0px;
	width:900px;
}

div#content {
	width:500px;
	margin-left: 230px;
	margin-right: 5px;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	
}

div#secondary {
	margin-left:-197px;
	width:120px;
	padding: 15px 0 0 0;
	
}

div#primary {
	padding:0 10px 0 30px;
	width:200px;
}

/* links
--------------------------------------------------*/
a {
	color:#66CC00;
	text-decoration:none;
}

a:hover {color:#66FF00;}

a img {border:none;}

.more-link {
}


/* headings
--------------------------------------------------*/
h2, h2 a,
h3, h3 a,
h4 a
	{
	color:#000000;
	font-family: "Segoe UI";
	font-size: 15px;
	font-weight: bold;
	left: 15px;
}

h2 a:hover,
h3 a:hover,
h4 a:hover
	{color:#0066CC;}

#content h2 {
	font-size:1.7em;
	margin: 5px 0 5px 0;
	font-family: "Segoe UI";
}


/* form
--------------------------------------------------*/
div.form-label { 
	color:#326611;
}

form em {
	color:#718E62;
	font-style:normal;
	font-weight: bold;
}

form span.req-field { color:#FF0000;}

form input, form textarea {
	color:#292929;
	font-size:1em;
	margin:2px 0 0px;
	padding:0px;
	width:200px;
}

form  #searchsubmit {
	font-weight:bold;
	
}

#contactform {
	margin-bottom:18px;
}

#contactform #comment-notes { margin-bottom:10px; }

form#contactform textarea {width:300px;}

* html form#contactform textarea {width:280px;} /* IE WIN */


/* header
--------------------------------------------------*/
div#header {
	background: url(images/background_header.jpg) no-repeat 20px top;
	font-size: 0.9em;
	height: 268px;
	padding:0px 0 0 150px;
	width: 750px;
}

div#header h1 {
	font-size:37px;
	font-family: "Segoe UI", ShurmaMJ, ShurmaEMJ;
	font-weight: 900;
	padding-top: 20px;
	font-style: oblique;
	
}

div#header h1 a {
	color:#3372A1;
	font-family:"Segoe UI", ShurmaMJ, ShurmaEMJ;
	font-size: 37px;
	font-weight: 900;
	padding-top: 20px;
	font-style: oblique;
}

div#header h1 a:hover {color:#00CCFF;}

div#header #blog-description {
	font-size: 15px;
	color: #3372A1;
	padding-left: 150px;
}


/* Globalnav
--------------------------------------------------*/
div#globalnav {
	width: 900px;
	height: 100px;
	background-image: url(images/nav.jpg);
	background-repeat: no-repeat;
	background-position: 20px top;
}

div#globalnav .blog-search {
	float: right;
	width: 280px;
	padding: 34px 19px 0 0;
	text-align: right;
	
}

div#globalnav ul {
	margin:0px 0 0 70px;
	padding:0;
	font-size: 12px;
	height: 0px;
}

div#globalnav li {
	float:left;
	list-style-type:none;
	white-space:nowrap;
}

div#globalnav li a {
	display:block;
	color:#0099FF;
	padding:0 6px 0 0px;
	font-size:1.4em;
	line-height: 31px;
	font-family: "Segoe UI";
	font-weight: bold;
	
}

* html div#globalnav a {
	width:1%;
	height: 31px;
} /* see http://www.positioniseverything.net/explorer/escape-floats.html */

div#globalnav li a:hover  {
	background-color:#FF3333;
}

div#globalnav form {
	height:31px;
	padding:0;
}

div#globalnav form .search-text { display:none;}

div#globalnav form input {
	margin:0 0 0 0;
}

div#globalnav #s {
	height:1.2em;
	border:1px solid #292929;
	height:1.2em;
	line-height: 1.2em;
	vertical-align:middle;
	width:140px;
	padding: 0 2px;
}

div#globalnav #searchsubmit {
	color:#0099FF;
	height:auto;
	width:auto;
	padding:0px 1px 0;
	letter-spacing:1px;
	text-align:center;
	vertical-align:middle;
	border: none;
	background-color: #FFFFFF;
}


/* Entry
--------------------------------------------------*/



div.hentry {
	margin-bottom: 3.5em;
	padding-bottom: 5px;
}

div.entry-meta {
	font-style: normal;
	font-size:1.1em;
	line-height:38px;
	margin-top:10px;
	min-height: 38px;
}

.single div.entry-meta {
	line-height:normal;
}

div.comment-meta {
	line-height:38px;
	min-height: 38px;
}

.html div.entry-meta,
.html div.comment-meta {
	height: 38px;
}

.entry-meta span {margin:0 2px;}

.entry-meta .metasep { color:#323232;}

a.commentlink {
	margin-left: 100px;
	margin-right: 4px;
}

.entry-date {
	height: 30px;
	width: 30px;
}

.entry-author {
}


.entry-editlink, .editlink {
	float: right;
	height:38px;
	width:42px;
}

.entry-editlink a,
#comments li .editlink a {
  display:block;
  height:38px;
  width:42px;
  margin:0;
  padding:0;
  border:none;
  font-size:1px; /* IEWin */
  line-height:0; /* IEWin */
  text-indent:-9999px;
  background:url(images/edit01.jpg) 0 0;
}

.entry-editlink a:hover,
#comments li .editlink a:hover
  {background:url(images/edit02.jpg) no-repeat 0 0;}


/* Archives
--------------------------------------------------*/
div#archives-by-month li {
	background: url(images/bullet.jpg) 0 0 no-repeat;
	color:#718E62;
	padding-left:20px;
}

div#archives-by-category li {
	background:url(images/bullet.jpg) 0 0 no-repeat;
	color:#718E62;
	padding-left:20px;
}

div#archives-by-category li li {
	background:url(images/sub_categories.gif) 0 3px no-repeat;
	color:#FFFFFF;
	padding-left:15px;
}

div.entry-content ul#linkcats li ul li {
	background:url(images/bullet.jpg) 0 0px no-repeat;
	padding-left:20px;
}

div.archive-meta{text-align:right;}


/* content misc
--------------------------------------------------*/
body.single div.navigation {
	overflow: auto;
	height:1%;
	margin:5px 0 10px 0;
	padding-bottom:13px;
	border-bottom:1px solid #F3F4F4;
}

body div#nav-above {font-size:1.1em;}

blockquote {
	border-left: 1em solid #f4f4f4;
}

.entry-category {
	text-align: right;
}

#content .entry-content {
	font-size: 1.2em;
	margin-top: 8px;
}


/* Comments
--------------------------------------------------*/
div.comments li p {padding:0 0 10px 0;}

ul.commentlist li.comment .comment-meta {
	background-color:#F4F4F4;
	margin:0 0 10px 0;
	font-style: normal;
}

ul.commentlist li.alt .comment-meta {
	background-color:#F4F4F4;
}

ul.commentlist li.comment .comment-meta strong {}

form#commentform {
	background-color:#F4F4F4;
	margin-bottom:18px;
	padding: 10px;
}

form#commentform input {
	margin:2px 0 5px;
	width:140px;
}

form#commentform textarea {
	margin:2px 0 5px;
}


/* adsense
--------------------------------------------------*/
div.adsense {
	padding:0 0px 0 50px;
	text-align:center;
	width: 120px;
	margin: 0;
}


/* Sidebar
--------------------------------------------------*/
div.sidebar {
	font-size:1.2em;
	line-height:1.5em;
}



/* calendar
--------------------------------------------------*/
table#wp-calendar {
	empty-cells: show;
	padding:0;
	margin:0px;
	text-align: center;
	width:187px;
}

table#wp-calendar caption {
	border-bottom-color:#ffffff;
	padding-bottom:5px;
	letter-spacing:0.1em;
	text-align:center;
  	width:185px;
}

table#wp-calendar thead tr {
	color:#093b80;;
}

table#wp-calendar th {
	border-bottom:1px solid #ffffff;
	border-top:1px solid #ffffff;
}

table#wp-calendar td {
	padding:3px 0;
	font-size:0.9em;
}

table#wp-calendar td#today a {
  	color:#00CC33;
	font-size:1em;
	font-weight:bold;
	background:none;
}

table#wp-calendar td a {
  	background-color:#9ECBEB;
	display:block;
	border-bottom:1px solid #093b80;
	font-weight:bold;
	font-size:1em;
}

table#wp-calendar td a:hover {
	background-color:#093b80;
	color:#FFFFFF;
	border-bottom:1px solid #ffffff;
}

table#wp-calendar tfoot {
}

table#wp-calendar tfoot a {
	background:none;
	border:none;
	font-weight:bold;
}

table#wp-calendar #prev a  {
	background-color: #093b80;
	text-align:center;
	color:#FFFFFF;
	border: 1px solid #093b80;
	width: 40px;
}


table#wp-calendar #next a {
	background-color: #FFFFFF;
	text-align:center;
	color:#3E8EFF;
	border: 1px solid #093b80;
	width: 40px;
	margin-left:55px;}

table#wp-calendar #prev a:hover, table#wp-calendar #next a:hover {
	background-color: #FFFFFF;
	color:#66CCFF;
}




/* footer
--------------------------------------------------*/
div#footer {
	background: #2C75AB url(images/background_footer.jpg) no-repeat 20px top;
	color:#0066CC;
	font-size:12px;
	height: 65px;
	line-height: normal;
	padding:10px 0 0 50px;
	margin: 0;
}

#footer strong { font-weight:bold; }

#footer a {color:#000000;}
#footer a:hover {color:#FFFFFF;}

#footer #copyright strong a {
color:#FFFFFF;
}
#footer #copyright strong a:hover {
color:#395500;
}

#footer #nav_bottom {
	font-size: 14px;
	padding: 0 0 0 230px;
}

#footer #nav_bottom ul {
	margin:0;
	padding:0;
}

#footer #nav_bottom li {
	display:inline;
	list-style-type:none;
}

#footer #nav_bottom li a {
	padding:0 5px;
	letter-spacing:1px;
}
#footer #nav_bottom li a:hover {
	color:#FFFFFF;
}

#copyright {
	padding-left: 230px;
	margin-top: 5px;
}

#footer #copyright #theme-link a {
	color: #000000;
	font-weight: bold;
}
#footer #copyright #theme-link a:hover {
	color: #0066FF;
}
.title {
	float: left;
}
.entry-content {
	font-family: "Segoe UI";
	background-color: #E8FAFF;
	border: thin dotted #33CCFF;
	color: #000000;
	margin-left: 0px;
}
.entry-category {
	float: none;
	font-family: "Segoe UI";
}
.sticky {
	height: 15px;
	width: 728px;
	position: absolute;
	top: auto;
}
.time {
	font-family: "Segoe UI";
	color: #FFFFFF;
	background-image: url(images/date.jpg);
	height: 26px;
	width: 90px;
	font-weight: bold;
	text-align: center;
}

