section, article, header, footer, nav, aside, hgroup {
  display: block;
}

body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: center;
  margin: 0;
  padding: 0;
  background-color: #F5F5F5;
}

img a {
  text-decoration: none;
}

a, a:visited {
  color: #042962;
  text-decoration: none;
}

#container {
  text-align: left;
  margin: 0;
  padding: 0;
  width: 920px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #CCC;
  background-color: white;
}

#nav {
  text-align: center;
  height: 50px;
  background: url(/images/glossytest.png) repeat-x;
  -moz-box-shadow: 0px 3px 3px #666;
  -webkit-box-shadow: 0px 3px 3px #666;
  box-shadow: 0px 3px 3px #666;
}

#nav #menu {
  list-style: none;
  float: left;
  margin: 0;
  padding: 9px 0 0 0;
}

#menu li {
  float: left;
}

#menu a {
  display: block;
  padding: 7px 2em 0 2em;
  text-decoration: none;
  color: white;
}

#branding {
  background: url(/images/test.png) no-repeat;
  height: 132px;
}

#branding h2 {
  color: white;
  margin-left: 25px;
  float: left;
}

#branding h2 a {
  text-decoration: none;
}

#branding h2 a:visited {
  text-decoration: none;
  color: white;
}

#branding h2 a:hover {
  text-decoration: underline;
}

#post-section {
  width: 518px;
  float: left;
  overflow: hidden;
  padding: 0 20px 0 20px;
  margin-bottom: 20px;
}

#post-section pre.code_sample {
  width: 518px;
  overflow-x: auto;
}

#post-section pre.code_sample code {
  font-family: Monaco, 'Lucida Console', 'Courier', monospace;
  font-size: 0.80em;
}

article.post h2 {
  font-size: 1.8em;
  line-height: 1.1;
  margin: 15px 0px -10px 0;
}

article.post p a {
  color: #EF4300;
}

article.post p a:hover {
  text-decoration: underline;
}

article.post p.continue_reading a {
  color: #042962;
}

article.post.show h2 {
  margin: 15px 0px 0px 0;
}

article.post span.date_info {
  display: block;
  margin-top: 20px;
  font-size: 0.90em;
}

article.post p, li {
  line-height: 1.5em;
}

article.post .embedded_image {
  padding: 5px;
  border: solid 1px #CCC;
  background-color: #FFF;
}

article.post .embedded_image_right {
  padding: 5px;
  border: solid 1px #CCC;
  background-color: #FFF;
  float: right;
}

article.post .embedded_image_left {
  padding: 5px;
  border: solid 1px #CCC;
  background-color: #FFF;
  float: left;
}

article.post p.warning {
  padding: 15px 5px 10px 45px;
  background: url(/images/alert_32.gif) no-repeat 3px #ECDB73;
  border: 1px solid #DECF6D;
  font-size: 0.75em;
}

article.post p.warning a {
  background: none;
  color: black;
  border-bottom: 1px solid #5E5E52;
}

#archive-section {
  width: 518px;
  float: left;
  overflow: hidden;
  padding: 0 20px 0 20px;
  margin-bottom: 20px;
}

#archive-section h1 {
  color: #042962;
}

#archive-section a:link {
  color: #093F90;
  text-decoration: none;
  padding: 1px 2px;
  border-bottom: 1px solid #D6E2EE;
}

#archive-section a:visited {
  color: #093F90;
  text-decoration: none;
  padding: 1px 2px;
  border-bottom: 1px solid #D6E2EE;
}

#archive-section a:hover {
  color: #042962;
  border-bottom: 1px solid #D6E2EE;
  text-decoration: none;
}

#archive-section p {
  width: 500px;
  font-size: small;
}

#page-section  {
  width: 518px;
  float: left;
  overflow: hidden;
  padding: 0 20px 0 20px;
  margin-bottom: 20px;
}

#page-section h1 h2 h3 h4 h5 h6 {
  color: #042962;
}

#page-section a:link {
  color: #093F90;
  text-decoration: none;
  padding: 1px 2px;
  border-bottom: 1px solid #D6E2EE;
}

#page-section a:visited {
  color: #093F90;
  text-decoration: none;
  padding: 1px 2px;
  border-bottom: 1px solid #D6E2EE;
}

#page-section a:hover {
  color: #042962;
  border-bottom: 1px solid #D6E2EE;
  text-decoration: none;
}

.page h2 {
  font-size: 30px;
  margin: 15px 0px -15px 0;
  color: #042962;
}

.page h3 {
  font-size: 25px;
  margin: 15px 0px -5px 0;
  color: #042962;
}

.page h2 a:link {
  color: #042962;
  text-decoration: none;
}

.page h2 a:visited {
  color: #042962;
  text-decoration: none;
}

.page h2 a:hover {
  border-bottom: 1px solid #D6E2EE;
}

.page p {
  font-size: 14px;
  line-height: 1.5em;
}

.page li {
  font-size: 14px;
  line-height: 1.5em;
}

.page p a:link {
  color: #093F90;
  text-decoration: none;
  padding: 1px 2px;
  border-bottom: 1px solid #D6E2EE;
}

.page p a:visited {
  color: #093F90;
  text-decoration: none;
  padding: 1px 2px;
  border-bottom: 1px solid #D6E2EE;
}

.page p a:hover {
  color: #042962;
  border-bottom: 1px solid #D6E2EE;
  text-decoration: none;
}

.page .embedded_image {
  padding: 5px;
  border: solid 1px #CCC;
  background-color: #FFF;
}

.page .embedded_image_right {
  padding: 5px;
  border: solid 1px #CCC;
  background-color: #FFF;
  float: right;
}

.page .embedded_image_left {
  padding: 5px;
  border: solid 1px #CCC;
  background-color: #FFF;
  float: left;
}

.continue_reading img {
  position: relative;
  top: 3px;
}

#sidebar {
  width: 322px;
  float: right;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

#sidebar #post_details {
  position: fixed;
  width: 300px;
}

#sidebar #post_details p {
  line-height: 1.5em;
}

#sidebar #post_details p cite {
  font-style: italic;
  font-weight: bold;
}

#sidebar #post_details ul.tag-list {
  font-size: 1.2em;
}

#sidebar p img {
  position: relative;
  top: 4px;
}

#sidebar h3 {
  font-size: large;
  color: #042962;
  margin-bottom: 0;
}

#sidebar #search {
  position: relative;
}

#sidebar #search input[type="text"] {
  font-size: 1.1em;
  width: 230px;
}

#sidebar #x_search_results {
  position: absolute;
  list-style-type: none;
  margin: 0px;
  padding: 0;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 225px;
  background: #f8f8f8;
  left: 5px;
}

#sidebar #x_search_results li {
  position: relative;
  font-size: 0.95em;
  margin-bottom: 2px;
}

#sidebar #x_search_results li.no_search_results {
  color: red;
}

#sidebar #x_search_results li a {
  display: block;
  border: none;
  color: #000;
  background: none;
}

#sidebar #x_search_results li a:hover {
  background: #CAF8CB;
}

#sidebar #x_search_results li span {
  font-size: 0.50em;
  text-transform: uppercase;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -opera-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  background-color: #000;
  position: absolute;
  right: 1px;
  top: 1px;
  padding: 3px;
}

#feeds {
  list-style: none;
  padding-left: 0;
}

#feeds li
{
  background:  url(/images/Feeds_Blue_16x16.png) no-repeat 0 100%;
  padding-left: 24px;
  font-size: 14px;
  margin-bottom: 10px;
}

#media img {
  padding: 5px;
  border: solid 1px #CCC;
  height: 75px;
  width: 58px;
  background-color: #FFF;
}

#recent_posts {
  padding-left: 20px;
  padding-top: 10px;
  width: 269px;
  float: left;
}

#recent_posts ul {
  list-style: none;
  padding-left: 0;
}

#recent_posts li {
  padding: 3px 0 3px 22px;
}

#recent_posts ul li a {
  color: black;
  text-decoration: underline;
}

#recent_posts ul li a:visited {
  text-decoration: underline;
  color: black;
}

#archives {
  float: left;
  padding-left: 30px;
  padding-top: 10px;
  width: 220px;
  position: relative;
}

#archives a {
  color: black;
  text-decoration: underline;
}

#archives a:visited {
  text-decoration: underline;
}

#archives ul {
  list-style: none;
  padding-left: 0;
}

#archives li {
  padding: 3px 0 3px 0px;
}

#archives p {
  font-weight: bold;
  position: absolute;
  bottom: -20px;
}

#recent_comments {
  float: left;
  padding-left: 60px;
  padding-top: 10px;
  width: 250px;
}

#recent_comments dt {
  margin-top: 10px;
}

#recent_comments a {
  color: black;
}

#recent_comments a:visited {
  text-decoration: underline;
}

#recent_comments .commentAuthor {
  background:  url(/images/comment.png) no-repeat 0 100%;
  padding-left: 20px;
  margin-left: 10px;
}


#pre-footer {
  clear: both;
  height: 300px;
  font-size: small;
  color: white;
  background: #626F7B url(/images/footer_banner.png) repeat-x bottom;
}

#pre-footer h3 {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  text-transform: uppercase;
  letter-spacing: 5px;
  padding: 5px 0 5px 0;
}

#end {
  text-align: center;
  background-color: #222222;
  height: 50px;
}

#end img {
  padding-top: 10px;
}

#footer {
  width: 920px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

.tag-list {
  list-style: none;
  padding: 0;
  display: inline-block;
  clear: both;
  margin: 0;
}

.tag-list li {
  float: left;
  margin: 10px 5px 0px 0px;
  font-size: 0.75em;
}

.tag-list li a {
  text-decoration: none;
  border: none !important;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -opera-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  background: #F0F5FA !important;
  color: #093F90 !important;
  padding: 4px !important;
  -webkit-transition: all 125ms linear;
}

.tag-list li a:hover {
  -webkit-transition: all 100ms linear;
  color: #042962 !important;
  background: #D6E2EE !important;
}

#comment_list {
  list-style: none;
  padding: 0;
}

#comment_list a {
  text-decoration: underline;
  color: black;
}

#comment_list li {
  margin-bottom: 15px;
}

#comment_list li div {
  border: solid 1px #C2DC88;
  background-color: #F2FFD6;
  padding: 0 5px 10px 5px;
}

#comment_list li p {
  line-height: 1.4em;
}

#comment_list li div img {
  float: left;
  position: relative;
  top: 9px;
  left: 37px;
}

#comment_list .author_comment {
  margin-bottom: 25px;
}

#comment_list .author_comment p {
  font-size: small;
  margin: 0 0 0 15px;
}

#comment_list .author_image {
  position: relative;
  right: 50px;
  float: left;
}

#comment_list .author_image img {
  border: 1px solid gray;
}

.comment-number {
  float: right;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4em;
  font-style: italic;
  color: #C2DC88;
  padding: 5px;
  position: relative;
  top: 10px;
}

.admin_comment {
  position: relative;
  bottom: 25px;
  float: right;
  font-style: italic;
  background: url(/images/star.png) no-repeat;
  padding-left: 20px;
}

#validation-error {
  border: solid 1px red;
}

#comment_form_container {
  background-color: #F5F5F5;
  border: 1px solid #CCC;
  padding: 5px 10px 10px 10px;
}

#comment_form_container span {
  font-size: 12px;
}

#comment_form div {
  border: 1px solid #CCC;
  padding: 10px;
  background-color: #F1F1F1;
}

#comment_form div#x_actions {
  padding: 10px;
  background-color: #F1F1F1;
  margin-top: 5px;
  border: none;
}

#comment_form div#x_actions a {
  font-size: 0.85em;
  margin-left: 10px;
  color: #042692;
}

#comment_form div#x_actions div {
  border: none;
  padding: 0;
}

#comment_form label {
  display: block;
  font-weight: bold;
}

#comment_form label input {
  display: block;
  width: 75%;
  margin: 5px 0 15px 0;
  font-size: 1em;
}

#comment_form label textarea {
  margin: 5px 0 15px 0;
  font-size: 1em;
}

#comment_form label.side_by_side {
  display: inline;
  font-size: 80%;
  margin-left: 10px;
}

#comment_form label.side_by_side input {
  display: inline;
  margin-bottom: 0;
  font-size: 1em;
  width: 10%;
}


#openid_url {
  background: url(/images/login-bg.gif) no-repeat #FFF;
  padding-left: 25px;
}

#comment_body {
  height: 200px;
  width: 480px;
}

.author_url {
  background: url(/images/arrow_right.png) no-repeat;
  padding-left: 20px;
}

#login_frame {
  border: 1px #4D79B8 solid;
  background-color: #CCDCF3 ;
  margin: 60px auto 20px auto;
  width: 600px;
  padding-left: 20px;
}

#login_frame form {
  padding: 5px;
  background: url(/images/imac_leopard.png) no-repeat 0 50%;
  padding-left: 220px;
}

#login_frame form input {
  font-size: 1.5em;
}

.error {
  border: solid 1px #D63F3F;
  margin: 20px auto 20px auto;
  width: 500px;
  padding: 15px;
  background: #FF6161;
  text-align: center;
}

.message {
  border: solid 1px #C2DC88;
  margin: 20px auto 20px auto;
  width: 500px;
  padding: 15px;
  background: #F2FFD6;
  text-align: center;
}

.notice {
  border: solid 1px #C2DC88;
  margin: 20px auto 20px auto;
  width: 500px;
  padding: 15px;
  background: #F2FFD6;
  text-align: center;
}

.facebox {
  text-align: left;
  width: 800px;
}

#signed_in_banner {
  position: fixed;
  background: #F5F5F5;
  width: 100%;
  z-index: 100;
  opacity: 0.75;
  filter:alpha(opacity=95);
  -moz-opacity: 0.95;
  -khtml-opacity: 0.95;
  color: #333;
}

#signed_in_banner a {
  text-decoration: underline;
}

.post_content {
  clear: both;
  padding-top: 10px;
}