/***************************************
Description: CSS for nonsens blog layout
Date: 2008-11-23
Author: Edward Grönroos
***************************************/

.adminTools {
  float: left;
  padding: 2px 0px 3px 10px;
  font-size: 0.83em;
}

.adminTools a {
  color: #ffffff;
}


#commentForm {
  background: #ffffff;
  color: #000000;
  padding: 10px;
  position: relative;
}

#commentForm h1 {
  margin-bottom: 10px;
}

#commentForm .left {
  width: 30%;
  }
  
#commentForm .right {
  width: 70%;
}

#commentForm textarea {
  font-size: 1.0em;
  width: 100%;
  font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
}

#commentForm label {
  margin-top: 5px;
  display: block;
}

#commentForm input {
  display: block;
}

#commentForm #cbNotify {
  clear: left;
  float: left;
  margin-top: 6px;
  margin-right: 10px;
  margin-bottom: 5px;
}

#commentForm #btnSaveAjax {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

#commentlist {
  margin-top: 20px;
}

#commentlist h1 {
  background: #ff0000;
  border-bottom: 5px solid #000;
  line-height: 0.75em;
  padding-left: 10px;
  color: #ffffff;
}

#commentlist .comment {
  margin-bottom: 20px;
}

#commentlist .comment h3 {
  color: #fff;
  position: relative;
  left: 10px;
  bottom: -3px;
}

#commentlist .comment h3 a {
  color: #fff;
  }

#commentlist .comment h3 a:hover {
  text-decoration: none;
}

#commentlist .comment .header {
  background: #FF0000;
  padding: 2px 10px 3px;
  color: #ffffff;
  text-align: right;
  font-size: 0.83em;
}

#commentlist .comment .header a {
  color: #ffffff;
}

#commentlist .comment .content {
  padding: 10px;
  background: #fff;
}

/***************************************
basic style
***************************************/

* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif; 
  font-size: 0.75em;
  font-weight: normal;
}

img {
  border: 0px;
}

a {
  text-decoration: none;
  color: #ff0000;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.17em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.83em;
}

h6 {
  font-size: 0.75em;
}

/***************************************
framework style
***************************************/

#wrapper {
  background: #252525 url('gfx/wrapper_bg_fade.gif') 57px 0px fixed repeat-x;
  width: 100%;
}

#header {
  background: #a8a8a8 url('gfx/header_bg_fade.gif') repeat-x;
  border-bottom: 2px solid #ffffff;
  border-top: 6px solid #ff0000;
  height: 49px;
  position: fixed;
  width: 100%;
}

#header .container {
  background: url('gfx/header_bg.gif') no-repeat top center;
  height: 49px;
}

#header .content {
  width: 880px;
  margin: 0 auto;
}

#header img {
  margin-top: 16px;
  float: left;
}

#header #searchbox {
  float: right;
  width: 190px;
  padding-top: 4px;
}

#searchbox #searchfield {
  width: 145px;
  border: 1px solid #000;
  font-size: 1.0em;
  border-right: 0px;
  margin-bottom: 5px;
  height: 15px;
  float: left;
  padding-top: 2px;
  padding-bottom: 3px;
}

div.button {
  background: #ff0000;
  color: #ffffff;
  border: 1px solid #000000;
  font-weight: bold;
  font-size: 1.0em;
  padding: 3px;
  float: left;
}

#searchbox #searchcomments {
  float: left;
  margin-right: 5px;
  clear: left;
}

#searchbox label {
  float: left;
  color: #ffffff;
}

#content {
  width: 620px;
  float: left;
}

#main {
  background: url('gfx/main_bg.gif') no-repeat top center fixed;
  padding-top: 57px;
}

#main .container {
  width: 880px;
  margin: 0 auto;
}

;#content {
  float: left;
  width: 620px;
  }
  
#sidebar {
  float: right;
  width: 190px;
  margin-top: 53px;
  }

#sidebar h4 {
  border-top: 2px solid #cc0000;
  background: url('gfx/sidebar_title_bg.gif') no-repeat;
  color: #ffffff;
  padding: 6px 10px;
}

#sidebar .widgetContent {
  padding: 5px 10px;
  margin-bottom: 15px;
  background: #ffffff;
}

#sidebar ul {
  list-style: none;
  margin-bottom: 5px;
}

#footer {
  background: #ff0000;
  border-top: 5px solid #ffffff;
  padding: 10px;
  text-align: center;
  margin-top: 20px;
  min-height: 200px;
  }
  
#footer a {
  color: #ffffff;
  font-weight: bold;
/*text-transform: uppercase;*/
  font-size: 2em;
}

/**************************************
common style
**************************************/

.left {
  float: left;
}

.right {
  float: right;
}

/**************************************
navigation style
**************************************/

#postNavigation {
  background: #ff0000;
  padding: 3px 10px;
  font-size: 0.75em;
}

#postNavigation a {
  color: #ffffff;
}

/**************************************
post style
**************************************/

.post {
  margin-top: 30px;
  }

.post h1.title,
.post h1.title a {
  color: #ffffff;
  text-decoration: none;
  margin-bottom: -5px;
  padding-left: 10px;
}

.post .postInfo {
  background: #ff0000;
  color: #000000;
  text-align: right;
  padding: 2px 10px 3px 0px;
  font-size: 0.83em;
}

.post .postInfo a,
.post .postInfo .date {
  color: #ffffff;
}

.post .postContent {
  background: #ffffff;
  padding: 10px;
}

.post .postFooter {
  background: #ff0000;
  font-size: 1.33em;
  line-height: 1.5em;
}

.post .postFooter h4 {
  display: block;
  background: #ffffff;
  color: #ff0000;
  font-size: 1.33em;
  padding-left: 10px;
  margin-bottom: -4px;
}

.post .postFooter a {
  color: #ffffff;
  font-weight: bold;
}

.post .tags {
  width: 65%;
  float: left;
}

.post .actions {
  width: 35%;
  float: right;
}

.post .tagsLinks,
.post .actionLinks {
  background: #ff0000;
  padding: 10px;
}

.post .actionLinks ul {
  list-style: none;
}

.post .actionLinks img.icon {
  position: relative;
  top: 2px;
}

.post .postImage {
  border-collapse: collapse;
  margin: 10px 0px;
}

.post .postImage em {
  color: #ffffff;
  background: #000000;
  display: block;
  padding: 5px 10px 10px 10px;
}

/**************************************
clearfix
**************************************/

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
  }	  

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1px;
}

.clearfix {
  display: block;
}
/* End hide from IE-mac */z

.fadeSome {
    opacity:0.30;
    filter:alpha(opacity=30);
    -moz-opacity: 30%;        
}
.fadeLots {
    opacity:0.50;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;        
}  
.fadeCompletely {
    opacity:0.0;
    filter:alpha(opacity=0);
    -moz-opacity: 0.0;
}     
#silverlightControlHost {
    width: 600px;
    height: 400px;
}