/**
 * Tableless Layout for default template
 *
 * @author Andreas Gohr <andi@splitbrain.org>
 * @author moraes <moraes@tipos.com.br>
 */

html, body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    background: url(bg1.gif) repeat;
  
}
body, a {
    font-family: Verdana, sans-serif;
  font-family: Georgia, "Times New Roman", Times, serif;

    font-size: 11pt;
    line-height: 15pt;
    color: #444;
}
					    
#dokuheader {
    width: 744px;
    height: 193px;
    margin: 20px auto 0 auto;
    background: url('images/kubrickheader2.png');
}
#dokuheader h1 {
	padding-left: 35px;
}
#dokuheader h1 a {
    color: black;
    border: none;
    padding-top: 70px;
    font-weight: bold;
    font-size: 30px;
    line-height: 335px;
    text-align: left;
}
#dokuheader h1 a:hover {
    text-decoration: none;
}

div.dokuwiki {
    width: 740px;
    margin: 0 auto 0 auto;
    border-left: solid 2px #bbb;
    border-right: solid 2px #bbb;
    border-top: none;
    background: white;
}

/* -------------- top row --------------- */

div.stylehead {
    border-bottom: solid 1px #ccc;
}

div.stylefoot {
    color: #fff;
}


div.pagename {
    height: 81pt;
    width: 100%;
}
div.pagename a {
    font-size: 18pt;
    line-height: 135pt;
    vertical-align: text-bottom;
    font-weight: bold;
    color: #222;
    text-decoration: none;
    margin-left: 10px;
}


/* ---------------  top and bottom bar ---------------- */
.bar {
	height:25px;
//    border-top: solid 1px #ccc;
//	padding:2px;
	padding: 0px 2em 0px 2em;
	margin:0;
    clear: both;
}

.bar-left {
    float:left;
    height:25px;
    width:50%;
    padding-top: 0px;
}

.bar-right {
    float:right;
    height:25px;
    width:50%;
    text-align:right;
    padding-top: 2px;
}



div.stylefoot {
    width: 724px;
    height: 39px;
    margin: 0 auto 0 auto;
    background: url('images/kubrickfooter.jpg');
    text-align: center;
    padding: 10px;
    line-height: 10px;
    vertical-align: bottom;
}


/* ------------- buttons ----------------------- */

div.promotion {
    text-align: center;
    padding: 10px 0 30px 0;
}

/* ------------- File Metadata ----------------------- */

div.meta {
  clear: both;
  margin-top: 1em;
  color:#436976;
  font-size:70%;
}

div.meta div.user {
  float:left;
}

div.meta div.doc{
  text-align:right;
}

/* ---------------  Media Selection  ----------------- */

div.uploadform {
  margin-top: 0.5em;
  border-top: 1px solid #8cacbb;
}

.mediaselect-left {
  float:left;
  padding: 0.5em;
}

.mediaselect-right {
  float:right;
  border-left: 1px solid #8cacbb;
  padding: 0.5em;
  width: 50%;
  max-width: 50%;
}
