/* Start of CMSMS style sheet 'svatheme : Style - Video' */
/* CSS Document */

* {
margin:0;
padding:0;
}

body{
margin:0;
padding:0;
text-align: center;
background-color:#dcdbdc;
font-family:Arial, Helvetica, sans-serif;
color:#000000;

}
div {
   font-size: 1em;
}


img {
   border: 0;
}

a {
color:#800000;
text-decoration:none;
}
a:hover{
color:#999999;
text-decoration:none;
}

#pagewrapper{
position:relative;
margin:auto;
margin-top:20px;
width:900px;
height:auto;
background-color:#dcdbdc;
}
#header_top{
width:900px;
height:41px;
background: url(uploads/svatheme/header_top.jpg) center top no-repeat;
}

#header{
width:900px;
height:249px;
color:transparent;
background: url(uploads/svatheme/header.jpg) center top no-repeat;
}
#logo_text{
position:relative;
color:transparent;
top:30px;
left:200px;

}
#logo_text h1{
color:transparent;
font-size:1.8em;
font-weight:bold;
}
#logo{
position: absolute;
width:150px;
height:150px;
right:40px;
bottom:30px;
background:url();
}


#header_bottom{
width:900px;
height:26px;
background: url(uploads/svatheme/header_bottom.jpg) no-repeat;
}

#nav{
height:60px;
position:relative;
background: url(uploads/svatheme/nav.jpg) center repeat-y;
text-align:left;
}

#nav a {
font-family:Arial, Helvetica, sans-serif ;
font-size:11px;
font-weight:bold;
color:#383838;
text-decoration:none;

}
#nav a:hover{
color:#990000;

}

#nav ul{
  margin:0;
  padding:0;
  margin-left:30px;

}
#nav li{
    text-align:center;
  display:block;
  float:left;
  margin:0;
  margin-left:20px;
             list-style:none;
             background: url(uploads/svatheme/nav_button.jpg) left top no-repeat;
             padding:10px 0 0 0;
  width:116px;
  height: 39px;
}
#nav li:hover{
background: url(uploads/svatheme/nav_button_hover.jpg);
}

#nav_bottom{
}
#content_top{
    height:26px;
    background: url(uploads/svatheme/con_top.jpg) center top no-repeat;
}
#content{
    background: url(uploads/svatheme/content.jpg) repeat-y ;
    margin:0;
    padding:0 60px 0 60px;
    text-align:left;  
    color:#333333;
    font-family:Arial, Helvetica, sans-serif;
    font-size:0.7em;
    height:auto;
  }
#content_bottom{
    height:44px;
    background: url(uploads/svatheme/con_bot.jpg) center top no-repeat;
}
#site_end{
color:#333333;
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
}
h1{
padding-bottom:10px;
margin:0;
font-size:2.0em;
font-weight:bold;
color:#990000;
}
h2{
margin:0;
line-height:1.6em;
padding-bottom:10px;
font-size:16px;
font-weight:bold;
color:#990000;
}
h3{
margin:0;
font-size:1.4em;
font-weight:bold;
}
h4{
margin:0;
font-size:1.2em;
font-weight:bold;
}
h5{
margin:0;
font-size:12px;
}
h5{
margin:0;
font-size:1.0em;
}

p {
   font-size: 1em;
   margin: 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}

blockquote {

   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 0 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#content ul,
div#content ol,
div#content dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#content ul li,
div#content ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}

/* End of 'svatheme : Style - Video' */

