/* LAYOUT */

body {
  font-family: helvetica, arial, sans-serif;
  background: #fff url('/images/header.png') repeat-x;
}

p, .message_text {
  line-height:1.4em; 
  padding:10px;
}

small
{
  display:block;
  font-size:0.7em;
  line-height:1.2em;
  margin-top: 15px;
}
.ads
{
  margin: 0 auto; 
  width: 510px;
}

#content
{
  margin:0 20px 0 40px;
  width: 600px;
}

#rightbar
{
  position:absolute;
  margin-left:610px;
  width:180px;
}
#rightbar a{
  font-weight:normal;
}

#rightbar ul {
  list-style-type: none;
  padding: 3px 10px;
}

#rightbar ul li {
  padding-top: 5px;
}

#header {
  height: 200px;
  color: #fff;
  padding-left: 20px;
}


#header a{
  color: #fff;
  text-decoration: none;
}

#logo {
	text-decoration: none;
  letter-spacing: -2px;
  font-size: 2.8em;
  font-weight:bold;
  padding-top: 30px;
}

h1, h2 {
  font-size: 1.6em;
  font-weight:bold;
  padding-top: 30px;
  letter-spacing: -1px;
}

h2 { font-size: 1.2em; }

#header #strapline {
  font-size: 0.8em;
	padding-top: 5px;
}

#footer {
  background-color: #FFF9B3;
  border: 5px solid #FFF572;
  margin: 0px auto;
  margin:50px 0;
  padding: 10px;
  width:550px;
}

#powered_by
{
  margin: 10px;
}

#by {
  margin-bottom: 10px;
}

#by a {
  color: #000;
}

#disclaimer {
  font-size: 0.8em;
}

/* COMMENT */

.comment, #howdoi {
  width: 550px;
  margin:20px 0px 10px 0px;
}

ol {
  margin: 1em 0 0 1em;
  list-style-type: none;
}

ol li {
  padding-bottom: 1em;
}

ol li strong {
  color: #ED6FDA;
  font-size: 1.7em;
  letter-spacing: -1px;
  padding:0 2px;
}

.comment
{
  border-top: 5px solid #CAF1F3;
  margin:10px 0px 10px 0px;
  padding-bottom:10px;
  width: 550px;
  margin-top:20px;
}

.add_comment, .add_ykyat
{
  background-color: #CAF1F3;
  width:550px;
  margin-top:10px;
  padding: 10px;
}

.add_ykyat label {
  float: none;
  width: auto;
}

.add_ykyat .underline_field {
  background-color: #CAF1F3;
  border: none;
  border-bottom: 1px dashed #555;
  font-family: helvetica,arial,sans-serif;
  font-size: 1em;
  font-weight: bold;
  padding: 0 2px;
}

.field_with_errors .underline_field {
  border-bottom: 1px dashed red;
}

.comment_author {
  float:right;
  text-align: right;
  padding-right: 0px;
}

.new_comment textarea {
  height: 3em;
}

.new_comment p {
  padding-top: 4px;
  padding-bottom: 4px;
}

.comment p a.inner_link {
  font-weight: normal;
}


/* MESSAGE */

.message {
  width: 505px;
  margin: 0px auto;
}

.message .heading {
  font-size: 1.1em;
}

.message .category {
  text-decoration: underline;
}

.tweet_about_it {
  background-color: #CAF1F3;
  margin: 20px 10px;
  padding: 10px;
  text-align: center;
}

a.message_text {
	font-weight: normal;
}

blockquote {
  position:relative;
  background: url('/images/ykyat-bubble.png') no-repeat;
  background-position: top left;
  height: 129px;
  width: 482px;
  color: #000;
  padding: 0;
  font-size:1.1em;
}

blockquote p {
  padding-left: 60px;
  padding-top: 30px;
  text-decoration: none;
}

blockquote p a {
  text-decoration: none;
  font-weight: normal;
}

blockquote p a.inner_link {
  text-decoration: underline;
  color: #AC00B4;
}

.message .message_author {
  float:right;
  text-align: right;
}

.another {
  margin-left:80px;
  font-weight:bold;
  clear: right;
}

.permalink {
  font-size: 0.6em;
  line-height: 1.0em;
  font-weight: normal;
}

.comment_count {
  position:absolute;
  top: 86px;
  right: 10px;
  text-align:right;
}

.comment_count a {
  padding: 8px;
  font-weight: bold;
}

.permalink a {
  font-weight: normal;
}


a {
  font-weight: bold;
  color: #000;
}


/* LOGIN/AUTHENTICATION */

.login_form {
  width: 550px;
  background-color: #CAF1F3;
  border: 5px solid #9AE4E8;
  margin: 20px 0;
  padding: 10px;
}

label {
  float: left;
  width: 100px;
}


/* FLASH MESSAGES */

.flash {
  position: absolute;
  left: 5px;
  top: 5px;
  padding: 5px;
  font-weight: bold;
  border: 2px solid white;
  color: white;
}

.flash.notice {
  background-color: #f5b5e9;
  color: black;
}

.flash.error {
  background-color: black;
  color: #f5b5e9;
}



/* Pagination styles */

.pagination {
  text-align: center;
  padding: 1em;
}

.pagination a, .pagination span {
  padding: 0.2em 0.3em;
}

.pagination span.disabled {
  color: #aaa;
}

.pagination span.current {
  font-weight: bold;
  background-color: #ddd;
  padding-top: 5px;
}

.pagination a {
  text-decoration: none;
  color: black;
}

.pagination a:hover, .pagination a:focus {
  text-decoration: underline;
}
