body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }

body {
  background: #E0E9F7;
  color: #262626;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;	
  text-align: center;
}

/* links  */

a {
  color: #246CDE;
  text-decoration: none;
}
a:hover {
  color: #262626;
}

/* headings */

h1 {font-size: 24px}
h2 {font-size: 24px}
h3 {font-size: 16px}
h4 {font-size: 12px}

/* strong and italic */
strong { font-weight: bolder; }
em { font-style: italic; }

/* tables & forms */

input, select, th, td {
  font-size: 12px
}

/* classes */

.error { color: red; }

/* page structure & layout */

#page {
  background: #E0E9F7;
  margin: 0 auto;
  text-align: left;
  width: 1000px;
}

#header {
  background-color: #262626;
  border-bottom: 3px solid #4E4E4E;
  height: 158px;
  position: relative;
}

#nav {
  top: 15px;
  right: 10px;
  position: absolute;
}

#rss {
  bottom: -120px;
  right: -10px;
  position: absolute;
}

#title {
  background: #262626;
  float: left;
  margin: 15px 15px 15px 0px;
  border-bottom: 3px solid #4E4E4E;
  width: 700px;
  clear: left;
}

#content {
  background: #FFFFFF;
  float: left;
  margin: 0px 15px 15px 0px;
  width: 700px;
}

#sidebar {
  background: #FFFFFF;
  float: right;
  margin: 15px 0px 15px 0px;
  width: 285px;
}

#footer {
  clear: both;
  color: #4E4E4E;
  font-size: 10px;
  height: 50px;
}

/* header */

#header h1 {
  position: absolute;
}

/* navigation */

#nav ul {
  display: inline;
}
#nav li {
  display: block;
  float: left;
  list-style: none;
}
#nav li a {
  background: #323232;
  color: #FFFFFF;
  display: block;
  margin: 0 5px 0 5px;
  padding: 7px 15px 7px 15px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}
#nav li a:hover,
#nav li a.current {
  background: #246CDE;
  color: #323232;
  text-decoration: none;
}

/* title */

#title h2 {
  color: #246CDE;
  margin: 15px 30px 15px 30px;
}

#title h2 a {
  color: #246CDE;
  text-decoration: none;
}

#title h2 a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

/* content */

#content h3 {
  color: #246CDE;
  margin: 15px 30px 0px 30px;
}

#content h4 {
  color: #246CDE;
  margin: 15px 30px 0px 30px;
}

#content p, #content ul {
  margin: 15px 30px 15px 30px;
}

#content table {
  margin: 15px 30px 15px 30px;
}

#content p.info {
  color: #AAAAAA;
  font-size: 10px;
  font-style: italic;
}

#content div.entry {
  border-bottom: 15px solid #E0E9F7;
}

#content div.welcome {
  border-bottom: 15px solid #E0E9F7;
}

/* secondary content */

#sidebar h2 {
  background: #262626;
  border-bottom: 3px solid #4E4E4E;
  padding: 15px 30px 15px 30px;
  color: #4E4E4E;
  
}

#sidebar h3 {
  color: #4E4E4E;
}

#sidebar p, #sidebar img {
  padding: 15px 30px 15px 30px;
  border-top: 15px solid #E0E9F7;
  border-bottom: 15px solid #E0E9F7;
}

#sidebar ul {
  padding: 15px 30px 0px 30px;
  border-top: 15px solid #E0E9F7;
  border-bottom: 15px solid #E0E9F7;
}
#sidebar ul li {
  padding: 0px 0px 15px 0px;
}


/* footer */

#footer p {
  margin-top: 15px;
  text-align: center;
}
#footer a {
  color: #262626;
}

/* misc */

a img {
  border: none;
}

blockquote {
  color: #4E4E4E;
  border-left: 2px solid #4E4E4E;
  margin: 15px 75px 15px 60px;
  padding: 0px 0px 0px 0px;
}

hr, .hide { display: none; }
.show { display: inline; }

/* classes */

.right {
  float: right;
}
.left {
  float: left;
}

/* comment */

.comment-form-body {
  width: 450px;
}#FFFFFF