body {
 margin: 10px;
 background: #DEEDFF;
 color: #000000;
 font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
 font-size: 55.5%;
 text-align: center;
}

a {
 color: #0e0063;
 text-decoration:none;
}

a:hover {
 text-decoration:underline;
 color: #0e0063;
}

h1, h1 a, h2, h2 a, h3, h4, h5, h6 {
 margin-bottom:0;
 color: #0e0063;
 text-align:left;
}

h2 a:hover{
  color: #597AFF;
}

h1 {font-size:2.6em;}
h2 {font-size:1.7em;font-family:courier}
h3 {font-size:1.6em;}
h4 {font-size:1.2em;}
h5 {font-size:1em;}
h6 {font-size:0.8em;}


img {
 border:0;
}


input {
 font-size:1.2em;
}

input[type=text], textarea{
 background:#999999;
 border: 1px solid #353535;
}
input[type=submit] {
 background: #999999;
 border: 1px solid #353535 ;
}

textarea {
 font-size:12px;
}

pre {
 font-size:12px;
 overflow:auto;
}
code {
 font-size:12px;
 background-color: #FFFFFF;
 color: #0e0063;
}

/* Layout */

#page {

}

#wrapper {
}

#content{
  float: left;
  width: 65%;
  padding-left: 30px;
  padding-right: 30px;
}

.content_top{
  background-image: url(images/content_top_body.gif);
  height: 21px;
}

.content_top_left{
  background-image: url(images/content_top_left.gif);
  height: 21px;
  width: 27px;
  float: left;
}

.content_top_right{
  background-image: url(images/content_top_right.gif);
  height: 21px;
  width: 26px;
  float: right;
}

.content_body{
  clear: both;
}

.content_body_left{
  background-image: url(images/content_body_left.gif);
  width: 27px;
  height: 20px;
  float: left;
}

.content_body_right{
  background-image: url(images/content_body_right.gif);
  width: 26px;
  height: 20px;
  float: right;
}

.content_body_content{

}

.content_bottom{
  background-image: url(images/content_bottom_body.gif);
  height: 31px;
}

.content_bottom_left{
  background-image: url(images/content_bottom_left.gif);
  height: 31px;
  width: 27px;
  float: left;
}

.content_bottom_right{
  background-image: url(images/content_bottom_right.gif);
  height: 31px;
  width: 26px;
  float: right;
}

#sidebar{
 float: right;
 background-image: url(images/sidebar_body.gif);
 width: 303px;
 text-align: left;
 font-size: 7pt;
}

#sidebar a {
  color: #FFFFFF;
  text-decoration:none;
}

#sidebar a:hover {
  color: #FFFFFF;
  text-decoration:underline;
}

.sidebar_ul{
  padding-left: 35px;
  padding-right: 35px;
}


.sidebar_top{
  background-image: url(images/sidebar_top.gif);
  width: 303px;
  height: 21px;
}

.sidebar_bottom{
  background-image: url(images/sidebar_bottom.gif);
  width: 303px;
  height: 30px;
}

/* Header */

#header {
  height: 153px;
  background-image: url(images/header_body.gif);
  text-align: left;
}

.header_left{
  background-image: url(images/header_left.gif);
  height: 153px;
  width: 31px;
  float: left;
}

.header_logo{
  height: 118px;
  width: 100px;
  float: left;
  margin-top: 15px;
}


.header_right{
  background-image: url(images/header_right.gif);
  height: 153px;
  width: 34px;
  float: right;
}

#headertitle {
  padding-top: 10px;
}


#headertitle h1 {
  color: #FFFFFF;
}

#headertitle h1 a {
  color: #FFFFFF;
}

#headertitle h1 a:hover {
  color: #FFFFFF;
}

#headertitle p {
  color: #DEEDFF;
  padding: 0px;
  margin: 0px;
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  font-size: 10pt;
}

.search {
 float:right;
}
.search form {
 margin:0;
 padding:0;
}
.search input {
 display:inline;
 width:218px;
 border: 1px solid #192A8E;
 margin:0;
 padding:0.2em 5px;
 background: #4A67E5;
 color: #DEEDFF;
 font-size:1.1em;
}


/* Top navigation */
#navbar {
 background: #DEEDFF;
 height: 2.3em;
 margin: 0px;
 padding: 0px ;
  padding-bottom: 9px;
}

#nav {
 margin:0 5%;
 padding: 0px;
 list-style: none;
 font-size: 9pt;
}

#nav ul {
 padding:0.1em 0 0 0;
 margin:0;
 list-style: none;
 background:transparent;
 }

#nav a {
 color: #0D1A79;
 display: block;
 font-weight: bold;
 padding: 0.5em;
}

#nav a:hover {
 color: #597AFF;
 display: block;
 text-decoration: none;
 padding: 0.5em;
}

#nav li {
 float: left;
 margin: 0;
 text-transform:uppercase;
 padding: 0 2em 0 0;
}

#nav li li {
 float: left;
 margin: 0;
 padding: 0;
 width: 14em;
}

#nav li li a, #nav li li a:link, #nav li li a:visited {
 background: #666666;
 color: #c6c8c9;;
 width: 14em;
 float: none;
 margin: 0;
 padding: 0.5em ;
 border-bottom: 1px solid #aaa;
}

#nav li li a:hover, #nav li li a:active {
 background: #237ab2;
 color: #fff;
}

#nav li ul {
 position: absolute;
 width: 10em;
 left: -999em;
 }

#nav li:hover ul {
 left: auto;
 display: block;
 }

#nav li:hover ul, #nav li.sfhover ul {
 left: auto;
 }


/* Sidebar */

#sidebar ul {
 padding:0;
 margin:0;
 list-style: none;
 font-size:1.1em;
}
#sidebar ul ul a{
 font-size:1em;
 color: #FFFFFF;
}

#sidebar ul li {
 margin:0 0 2em 0;
}

#sidebar ul ul {
 margin:0;
 padding:0;
}

#sidebar li li {
 margin:0.1em 0;
}

#sidebar li li li {
 padding-left:10px;
}

#sidebar ul h2 {
 margin:0;
 padding:0;
 color: #E5E5E5;
 font-size:1.2em;
 text-transform:uppercase;
}

h2.widgettitle{
 color: #ffcc00;
}

/* Footer */
#footer {
 clear:both;
 text-align:center;
 font-size:1em;
 background-image: url(images/bottom_body.gif);
 color: #DEEDFF;
 height: 103px;
 padding: 0px;
 margin: 0px;
}

.footer_left{
  background-image: url(images/bottom_left.gif);
  float: left;
  width: 31px;
  height: 103px;
}

.footer_right{
  background-image: url(images/bottom_right.gif);
  float: right;
  width: 34px;
  height: 103px;
}

.footer_body{
  padding-top: 30px;
  float: left;
  text-align: center;
  width: 50%
}

.footer_baners{
  width: 30%;
  text-align: center;
  padding-top: 30px;
  float: right;
}


#footer a {
 color: #9D9D9D;
}

/* Post */
.post {
}

.post p, .post ol li, .post ul li{
 margin-top:0;
 font-size:1.2em;
 line-height:1.5em;
 text-align:justify;
}
.post li li {
 font-size:1em;
}
.post blockquote {
 padding:0 0 0 2em;
 border-left:0.4em solid #ccc;
 font-size:0.9em;
}
.post blockquote blockquote {
 margin-left:0;
 font-size:1em;
}

.postentry a {
 color: #0e0063;
 border-bottom:1px solid #ddd;
}
.postentry a:hover {
 color: #0e0063;
 border-bottom:1px solid #258;
 text-decoration:none;
}

.postmetadata {
 clear:left;
 margin:1em 0;
 font-size:1.1em;
 color: #000000;
 text-align:justify;
 font-style: oblique;
}

div.navigation {
 font-size:1.1em;
}

.postentry table {
 border-width:0 1px 1px 0;
 border-style:solid;
 border-color:#ccc;
 font-size:0.9em;
}


.postentry table tr td {
 padding:5px 10px;
 border-width:1px 0 0 1px;
 border-style:solid;
 border-color:#ccc;
}

.postentry table tr th {
 border-width:1px 0 0 1px;
 border-style:solid;
 border-color:#ccc;
 padding:5px 10px;
 background:#f4f4f4;
 color: #666;
 font-weight:bold;
 text-transform:uppercase;
 text-align:center;
}

/* Comments */

#comments {
 font-size:1.2em;
}

.commentlist {
 margin:20px 0;
 padding:0;
 border-width:0 0.1em 0.1em 0;
 border-color: #69b;
 border-style:solid;
}

.commentlist li {
 list-style:none;
 margin:0;
 padding:0;
 border-width:0.1em 0 0 0.1em;
 border-color:#69b;
 border-style:solid;
}

li.comment div, li.pingback div {
 padding:20px;
 overflow:auto;
}

li.comment div div, li.pingback div div {
 padding:0;
 overflow:visible;
}

.commentlist li.even {
 background-color: grey;
}

.commentlist li.odd {
 background-color: grey;
}

ul.children li {
 list-style:none;
}

img.avatar {
 float:right;
 border:1px solid #69b;
 padding:2px;
 margin:0;
 background:#505050;
}

.comment-meta, .reply {
 color: black;
 margin:0;
 padding:0;
 font-size:0.8em;
}

.comment-author cite {
 font-style:normal;
 font-weight:bold;
 font-size:1.2em;
}


textarea#comment {
 width:100%;
}

#comments div.navigation {
 font-size:0.9em;
}

/* Comment ends */


/* Calendar */

div#calendar_wrap a a:hover{
  color: #71B8D7;
}

div#calendar_wrap{
  margin-top: 65px;
  color: #49748B;
  margin-left: 5px;
  padding-left: 0px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #000000;
}

#wp-calendar caption {
 text-transform:uppercase;
 font-weight:bold;
 color: #FFCC00;
 text-align:left;
 padding-bottom: 14px;
}

#wp-calendar thead th {
 font-weight:normal;
 color: #06368f;
 text-align:center;
 background-color: #73a1ff;
}

#wp-calendar tbody td {
 text-align:center;
}

#wp-calendar tbody td a {
 font-weight:bold;
 color: #0000CE;
}

#wp-calendar tbody td.pad {
 border: none;
}

td#prev {
  border-top: 1px solid #000000;
  padding-top: 3px;
  padding-bottom: 4px;
}


/* Calendar ends */

abbr {
 cursor:help;
 border-bottom: 0.1em dotted;
}

.aligncenter,
div.aligncenter {
 display: block;
 margin-left: auto;
 margin-right: auto;
}

.alignleft {
 float: left;
 margin: 5px 5px 5px 0;
}

.alignright {
 float: right;
 margin: 5px 0 5px 5px;
}

.wp-caption {
 border: 1px solid #ddd;
 text-align: center;
 background-color: #f3f3f3;
 padding-top: 4px;
 margin: 10px;
}

.wp-caption img {
 margin: 0;
 padding: 0;
 border: 0 none;
}

.wp-caption p.wp-caption-text {
 font-size: 11px;
 line-height: 17px;
 padding: 0 4px 5px;
 margin: 0;
}

