/*

Theme Name: voiceoverbook.com

Theme URI:

Description: voiceoverbook.com

Version: 0.01

Author: Jun Lisondra

Author URI:

*/

body {
  background-color:#96B5DF;
  color:#000000;
  font-family:Arial,Helvetica,sans-serif;
  font-size:9pt;
  margin:10px 0;
  padding:0;
  height:100%;
}

#page{
    width:750px;
    margin:10px auto;
    height:100%;
}

#header {
    background-image:url(images/header.gif);
    background-repeat:no-repeat;
    height:150px;
    margin-bottom:15px;
    padding:10px 10px 0px 10px;
}

#header #miclogo {
    background-image:url(images/Mic1b.jpg);
    background-position:center top;
    background-repeat:no-repeat;
    float:left;
    height:180px;
    width:150px;
}

#navbar {
    background-image:url(images/upper.gif);
    background-repeat:no-repeat;
    height:35px;
    text-align:right;
    padding:10px 20px 0px 0px;
}


#main {
    width:100%;
    background-image:url(images/middle.gif);
    background-repeat:repeat-y;
/*    min-height: 500px;
    height: auto !important;*/
    overflow:auto;
}

div.spacer {
  clear:both;
}

#content {
    float:right;
    width:500px;
    padding-top:20px;
}

#left_sidebar {
    float:left;
    width:198px;
    text-align:center;
}

#footer {
    background-image:url(images/lower.gif);
    background-repeat:no-repeat;
    height:50px;
    font-size:10pt;
    font-family:verdana,sans-serif;
    padding:15px 20px 0 270px;
}

#link_network {
   float:right;
   margin-top:-16px;
}

a,
.navbar a {
    color:#000099;
    font-weight:normal;
    text-decoration:none;
    font-size:10pt;
    font-family:verdana,sans-serif;
}

a, h1 a {
    color:steelblue;
}


#left_sidebar h2 {
    font-family: "Trebuchet MS",sans-serif;
    border-bottom:medium none;
    color:#5B7B57;
    font-size:14pt;
    font-weight:bold;
}

#left_sidebar ul li {
  list-style: none outside none;
}

#left_sidebar ul {
     padding:0px;
     margin:0px;
}


#left_sidebar li li {
    margin-bottom:0.2em;
    margin-top:0.2em;
    padding-bottom:0;
    padding-top:0;
    margin-left:25px;
    list-style-image:url(images/file.gif);
}


a:hover, h1 a:hover {
    color:saddlebrown;
}

a:hover {
    border-bottom:1px dashed #132C4F;
    color:saddlebrown;
    text-decoration:none;
}

a:visited {
    color:#336699;
    text-decoration:none;
}

.entry_header h1 {
    color:#000099;
    text-transform:uppercase;
    font-size:large;
    font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Helvetica,Arial,sans-serif;
    text-align:center;
}

.entry_content {
    margin-top:0px;
    padding-right:20px;

}

.entry_content p {
   font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Helvetica,Arial,sans-serif;
   font-size:10pt;
    text-align: justify;
}


.related_widgets h2 {
    border-bottom:medium none;
    color:#A37B45;
    text-transform:uppercase;
    font-size: medium;
    font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Helvetica,Arial,sans-serif;
}

.related_widgets li {
  list-style: none none;
}

.related_widgets {
    text-align:center;
}

.entry p.post_date {
    margin:0px;
    text-align:center;
    border-bottom:medium none;
    color:#A37B45;
    text-transform:uppercase;
    font-weight:bold;
}

