
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
    background: url(images/background.jpg) #5F9ACF;
    font-family: Tahoma;
    font-size: 12px;
    min-width: 1200px;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clear{
clear: both;
}

#document{
  background: url(images/header.jpg) top left no-repeat;
  width: 100%;
  height: 100%

}
#main{
  background: url(images/back.jpg) top left repeat-y;
  width: 100%;
  height: 100%;
}


#header{
  height: 310px;
  width: 1200px;
}
#footer_back{
  background: url(images/footer.jpg) bottom left no-repeat;
  width: 100%;
  height: 100%
}
#footer{
  height: 50px;
  width: auto;
  line-height: 2;
  padding-left: 200px;
  color: #FFFFFF;
  font-size: 12px
}
#footer a{
  color: #FFFFFF
}
#footer a:hover{
  color: #000000
}


/*BROWSE
--------------------------------------------------------------*/
#browse{
  border-top: none;
  float: left;

  width: 610px;
  height: 60px;
  color: #6C7634;
  font-weight: bold;
  font-size: 14px;
  margin-left: 200px;


  display: block;

  padding-top: 80px;
  line-height: 1.2
}
#browse h3{
  color: #445A6E;
  font-size: 18px;
  text-indent: 3px;
}


#browse a{
  color: #FFFFFF;
  padding: 0 5px;
  display: block;
  float: left;
  text-decoration: none;
}
#browse a:hover{
  color: #FFFFFF;
  background-color: #445A6E
}

/*SEARCH;
-----------------------------------------------------------*/
#form_search{
  margin: 0;
  padding: 0;
  float: left;
  width: 370px;
  height: 70px;
  padding-top: 60px;
  padding-left: 10px;

  font-size: 10px;

  color: #FFFFFF;

}
#form_search .sect_input{
  width: auto;
  height: auto;
  float: left;
  height: auto;
  margin-right: 3px;


}
#form_search .sect_input li{
  height: auto;
  width: auto;
  float: left;


}


#form_search .sect_radio{
  width: auto;
  float: left;
  height: 50px;
  font-size: 10px;
  margin-top: 5px;
  margin-right: 10px;



}
#form_search .sect_radio li{
  float: none;

}


.sect_checkbox{
  width: auto;
  float: left;

  font-size: 10px;
  margin-top: 5px;


}
.sect_checkbox li{
  float: none;
  margin-right: 10px;

}


#string{
  width: 280px;
  height: 18px;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #737373;
  background: #FFFFFF;


}
#stringsubmit{


  width: 60px;
  border: 1px solid #737373;
  cursor: pointer;
  height: 22px;
  background: #8ABD41;
  color: #FFFFFF;
  display: block;
  font-size: 12px;
  padding-bottom: 5px;
  margin-left: 5px;


}
#stringsubmit:hover{
  color: #FFFFFF;
  background: #006600;
}



#advanced{
  width: auto;
  border: none;
  cursor: pointer;
  font-weight: bold;
  font-size: 12px;
  height: 40px;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
  text-decoration: none;

  display: block;
  margin-top: 10px;
  float: left;
  margin-left: 30px;
}
#advanced:hover{
  color: #445A6E;
  text-decoration: underline
}

/*SIDEBAR;
-----------------------------------------------------------*/
#sidebar_first{
  width: 200px;
  height: 100%;
  float: left;
  margin-right: 20px;
  padding-bottom: 300px;


}

/*on_this_page;
-----------------------------------------------------------*/
#on_this_page, #genre{
  width: 100%;
  height: auto;
  margin-bottom: 12px;

}
#on_this_page h2{
  background: url(images/navig.jpg) left no-repeat;
  width: 200px;
  height: auto;
  display: block;
   font-size: 18px;
  text-align: left;
  font-weight: bold;
  color: #373737;
  line-height: 40px;
  text-indent: 30px;
}
#genre h2{
  background: url(images/feed.jpg) left no-repeat;
  width: 200px;
  height: auto;
  display: block;
   font-size: 18px;
  text-align: left;
  font-weight: bold;
  color: #373737;
  line-height: 40px;
  text-indent: 30px;
}



#on_this_page ul, #genre ul{

  width: 200px;
  background: #6BA4DA;
  height: auto;
  padding-bottom: 13px;
  padding-top: 13px;
  border: 1px solid #4991D1;


}


#on_this_page li, #genre li{

  font-family: arial;
  font-size: 12px;

  width: auto;
  height: 20px;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  font-weight: bold
}
#on_this_page li:hover, #genre li:hover{



}

#on_this_page a, #genre a{
  color: #FFFFFF;
  font-size: 12px;
  text-decoration: underline;
  display: block;
  height: 20px;
  width: 100%;
  line-height: 1.5
}
#on_this_page a span, #genre a span{
  color: #67737F;
  text-decoration: underline
}

#on_this_page a:hover, #genre a:hover{

  color: #DBDBDB;

}
#on_this_page a:hover span, #genre a:hover span{
  color: #DBDBDB
}

#genre .tvshows{

}
#genre .movies{

}
/*bookmark*/
#bookmark_block{
  width: 100%;
  height: auto;
  margin-bottom: 12px;

  text-align: center;
  width: 160px;
  height: 72px;
  padding:20px;

}


#bookmark_block a{
  text-align: center;
  color: #FFFFFF;
}
#bookmark_block a:hover{
  color: #000000;
  text-decoration: none;
}


/*INDEX PAGE;
-----------------------------------------------------------*/
#content{
  width: 900px;
  height: 100%;
  float: left;

  margin-left: 25px;
  padding: 20px;
  padding-top: 10px;
  color: #FFFFFF;
  padding-bottom: 250px;
}



#content .post a{
  color: #000000;
  line-height: 1.5
}
#content .post a:hover{
  text-decoration: none;
  color: #DBDBDB;
}


#content .post img{
  float: left;
  margin-right: 45px;
  margin-bottom: 10px;
}

#content h1{
  font-size: 26px;
  text-align: left;
  font-weight: bold;
  color: #000000;
  padding-bottom: 20px;
  text-indent: 145px;
}
#content h3{
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: bold;

}

.post p{
  line-height: 1.5;
  padding-left: 145px;
}
/*TABS
----------------------------------------------------------------------*/

.ui-tabs-nav{
  width: 591px;
  height: 30px;
  padding-left: 20px;


}
.ui-tabs-nav a{
  color: #1D0D10;
  text-align: center;
  font-weight: bold;
  line-height: 17px;
  text-decoration: none;

}


.ui-tabs-panel{
  clear: both;
  height: 100%;
  padding: 10px;
  background: #AECDEB;

  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  width: auto;
  line-height: 2;
  color: #8894AA
}
.ui-tabs-panel .font_tag_1{
  font-size: 14px
}
.ui-tabs-panel .font_tag_2{
  font-size: 16px
}
.ui-tabs-panel .font_tag_3{
  font-size: 18px
}
.ui-tabs-panel .font_tag_4{
  font-size: 20px
}


.ui-tabs-panel a{
  color: #373737;

  text-decoration: underline;

}
.ui-tabs-panel a:hover{
  color: #000000;
  text-decoration: none;
}



#tabsmov,#tabsshows{

  width: auto;
  height: 100%;

  line-height: 1.5;

  background: #6BA4DA;
  padding: 5px;
  border: 1px solid #4991D1;
  margin-left: 145px;
}

#tabsmov h2{

}

#tabsshows h2{

}


.ui-state-default{

  border-bottom: none;
  display: block;
  float: left;
  height: 30px;

  width: 120px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 3;
  background: #89B6E1;
}
.ui-state-active{

  border-bottom: none;
  display: block;
  float: left;
  height: 30px;

  width: 120px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 3;

  background: #AECDEB;
}


.ui-state-default a{
  color: #FFFFFF;
  text-decoration: underline
}

.ui-state-active a{
  color: #FFFFFF;
  text-decoration: underline
}
.ui-widget-content{

}
.ui-tabs-hide{
  display: none;

}

/*SINGLE POST;
-----------------------------------------------------------*/
.font_genre{
  width: 30px;
}
#single_post h1{
  background: none;
  color: #00000;
  width: auto;
  text-align: left;
  text-indent: 30px;
  font-size: 24px;

}


#single_post{
  font-size: 12px;
  line-height: 1.5;
  padding: 5px;
  margin-left: 150px;
}
#single_post a{
  color: #000000;
}
#single_post a:hover{
  color: #DBDBDB;
}
.link_header{
  font-size: 24px;
  font-weight: bold
}



/*LIST POST;
-----------------------------------------------------------*/
#list_post{
  font-size: 12px;
  line-height: 1.5;
  margin-left: 150px;
}


#list_post a{
  color: #000000;
  text-decoration: none;
}
#list_post a:hover{
  color: #DBDBDB;
  text-decoration: underline
}
.link_title{
  display: block;
  width: 100%;
  height: auto;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold
}
.list_pages{
  text-align: justify
}


.btn_small_blue{
  border: 1px solid #1D0D10;
  padding: 0 3px;
}
.font_marked{

  padding: 0 3px;
  text-align: justify
}
.list_pages .btn_small_blue:hover{
  color: #FFFFFF;
  border: 1px solid #8F13B7;
  background-color: #FFFFFF
}
#list_post h1{
  line-height: 1
}

