/* *************************************** */ 
/* ******* 01.init.css */ 
/**
 *  Reset
 */

html {
  overflow: -moz-scrollbars-vertical;
}

body {
  margin: 0;
  padding: 0;
  cursor: default;
}
a img {
  border: none;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  font-weight: normal;
}
table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  
}
table, tr, td, th {
}
th {
  text-align: left;
  vertical-align: top;
  font-weight: normal;  
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}



.a {
  text-decoration: underline;
  cursor: pointer;
  cursor: hand;
}
b.a {
  font-weight: normal;
}
.clear {
  clear: both;
}


/**
 *  Forms
 */
form {
  margin: 0;
  display: inline;
}
input.text, input.file,
textarea,
select,
label,
button {
  font-family: Arial, "Microsoft Sans Serif"; 
}
input.box {
  width: 13px;
  margin-right: 3px;
}
input.text, input.file,
textarea {
  padding: 0px 8px 0px 4px;
  font-size: 100%;
}
textarea {
  overflow: auto;
}

button {
  font-size: 100%;
  cursor: pointer;
  cursor: hand;

  padding: 0;
  margin: 0;
}


label.text {
  display: block;
}
label.box {
  cursor: pointer;
  cursor: hand;
}

/**
 *  Helpers
 */

.c:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.ie .c {
  zoom: 1;
}



p {
  font-size: 90%;
}

/* *************************************** */ 
/* ******* 03.content.css */ 
body {
  _text-align: center;
  background-color: #FFF;
  font-family: arial,sans-serif;
}

div.main {
  _text-align: left;
  margin: 0 auto;
  width: 1100px;
  position: relative;
  padding-top: 130px;
}

div.header {
  width: 1100px;
  position: absolute;
  left:0; top:10px;
}

div.header * {
  vertical-align: middle;
}
div.header div {
  float: right;
  font-size: 80%;
}




div.footer {
  clear: both;
  border-top: 10px solid #FC3;
  margin-top: 10px;
  padding: 10px;
  font-size: 80%;
}



div.content {
  clear: both;
  margin: 10px 0;
  border: 1px solid #CCC;
  background-color: #F3F3F3;
  padding: 10px;
}

h2,
h3 {
  color: #333;
  margin-bottom: 10px;
}

h3 a {
  color: #339;
}


ul.posts {
  display: block;
}
ul.posts li {
  display: block;
  padding-bottom: 20px;
  border-bottom: 3px solid #093;
  margin: 20px 0;
}






a.post {
  padding-left: 20px;
  margin-right: 20px;
  background-position: left center;
  background-repeat: no-repeat;
}
a.post-twi {
  background-image: url(/r/post/twi.gif);
}
a.post-lj {
  background-image: url(/r/post/lj.gif);
}
a.post-del {
  background-image: url(/r/post/del.gif);
}
a.post-ml {
  background-image: url(/r/post/ml.gif);
}
a.post-vk {
  background-image: url(/r/post/vk.gif);
}

