/* *************************************** */ 
/* ******* 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 {
  padding: 0;
}
th {
  text-align: left;
  vertical-align: top;
  font-weight: normal;  
}
.a {
  text-decoration: underline;
  cursor: pointer;
  cursor: hand;
}


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


.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;
}




/* *************************************** */ 
/* ******* 03.content.css */ 
body {
  background: #003D4C url(i/g1.gif) repeat-x;
  font-family: Verdana, arial, sans-serif;
  margin: 0;
  padding: 0;
}





div.layout {
  zoom: 1;
  position: relative;
  margin: 0 20px;
  color: #000;

  background-color: #FFF;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;

  min-height: 540px;
}

div.layout div.bar {
  width: 200px;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 20px;

  background-color: #FFF;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
div.layout div.side {
  width: 200px;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 20px;

  background-color: #FFF;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
div.layout div.content {
  margin: 0 220px;
  padding: 20px;
}











h6 {
  font-size: 32px;
}
h6 a {
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
}

h1, h2 {
  font-size: 110%;
  color: #283B4C;
  margin-bottom: 10px;
}

p {
  font-size: 90%;
  margin-bottom: 5px;
}


div.header {
  font-size: 70%;
  padding: 20px 40px 20px 40px;
  position: relative;
}
div.footer {
  clear: both;
  font-size: 70%;
  padding: 20px 40px;
  margin: 20px 240px;
}

div.header form.search {
  position: absolute;
  margin: 0;
  top: 20px;
  right: 25px;
}

div.header form.search input {
  background-color: #FFF;
  border: 1px solid #BBB;
  width: 195px;
}
div.header form.search button {
  width: 20px;
  height: 20px;
  text-indent: -1000px;
  overflow: hidden;
  background: url(/r/i/s.gif) no-repeat 5px 5px;
  border: none;
  padding: 0;
  margin: 0;
}

div.header form.search button:active:hover {
  background-position: 6px 6px;
}




.barbox {
  border: 1px solid #BBB;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 5px;
  
  margin-bottom: 20px;
  position: relative;
  left: -5px;
}

.bar ul li a {
  color: #2E5B82;
  font-size: 80%;
}

ul.categories li {
}
ul.categories li.current {
  font-weight: bold;
}

ul.tags {
  display: block;
}
ul.tags li {
  display: inline
}




ul.movie,
ul.movie li
{
  zoom: 1;
}
ul.movie:after,
ul.movie li:after
{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}


ul.movie {
  display: block;
}

ul.movie li {
  display: block;

  height: 300px;
  width: 330px;
  float: left;
  padding-right: 10px;
}


ul.movie li h3 {
  font-size: 90%;
}

ul.movie li img {
  float: left;
  margin-right: 10px;
  width: 180px;
}




a.download {
  margin: 20px 0;
  background: url(i/dl.gif) no-repeat left top;
  padding: 8px 10px 12px 40px;

  display: -moz-inline-box;
  display: inline-block;

  font-weight: bold;
  color: #393;
}





form label {
  font-size: 90%;
}
form label.error {
  color: #F33;
}


form input.text {
  border: 1px solid #BBB;
  background-color: #FFF;
  color: #000;
}

form button {
  border-color: #BBB;
  border-width: 1px;

  background-color: #AAA;
  color: #000;
  margin-top: 1em;
  font-size: 90%;
}



form.user input.text {
  border-color: #888;
  margin-bottom: 1em;
}

form.user button {
  font-size: 120%;
  background-color: #FFF;
  border-color: #336;
  border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 0 10px;
}



/* *************************************** */ 
/* ******* 04.corners.css */ 

.ie div.layout {
    zoom: expression( runtimeStyle.zoom=1,
    innerHTML = "<div class=ltc><div class=rtc><div class=lbc><div class=rbc>"+innerHTML+ "</div></div></div></div>"
    );
}

.ie .layout .ltc { zoom:1; background: transparent url(/r/i/main-lt.gif) no-repeat left top; }
.ie .layout .rtc { zoom:1; background: transparent url(/r/i/main-rt.gif) no-repeat right top; }
.ie .layout .lbc { zoom:1; background: transparent url(/r/i/main-lb.gif) no-repeat left bottom; }
.ie .layout .rbc { zoom:1; background: transparent url(/r/i/main-rb.gif) no-repeat right bottom; }






.ie .barbox {
    zoom: expression( runtimeStyle.zoom=1,
    insertAdjacentHTML("afterBegin", "<div class=ltc></div><div class=rtc></div><div class=lbc></div><div class=rbc></div>")
    );
    position: relative;
}


.ie .barbox .ltc,
.ie .barbox .rtc,
.ie .barbox .lbc,
.ie .barbox .rbc {
    display: block;
    width: 8px;
    height: 8px;
    overflow: hidden;
    position: absolute;
}

.ie .barbox .ltc { background: url(/r/i/box-lt.gif); left:-1px; top:-1px; }
.ie .barbox .rtc { background: url(/r/i/box-rt.gif); right:-1px; top:-1px; }
.ie .barbox .lbc { background: url(/r/i/box-lb.gif); left:-1px; bottom:-1px; }
.ie .barbox .rbc { background: url(/r/i/box-rb.gif); right:-1px; bottom:-1px; }


