/* mirabyte Website Template 3.0 Style Sheet */

/* default styles */

.navigation {
  font-size:9px;
}

.postmetadata {
   border-top-width:1px;
   border-top-style:solid;
   border-top-color:#808080;
   font-size:9px;
   padding-bottom:20px;
}

DIV.post > H2 A {
  color:#888888;
}

DIV.entry {
  padding-top:5px;
}

BODY {
   margin:0px;
   padding:0px;
   background-color:#999999;
   text-align:center;
   font-family:Verdana,Tahoma,Arial,sans-serif;
   font-size:13px;
}
  
IMG {
   border-style:none;
}
    
A {
   color:#ef262c;
   text-decoration:none;
}
    
P { 
   margin:0px; 
   padding:0px; 
   margin-bottom:10px;
}
    
OL {
   list-style-type:decimal;
   list-style-position:outside;
   margin-left:10px;
   padding:0px;
   margin:0px;
}

UL {
   list-style-type:disc;
   list-style-position:outside;
   margin-left:10px;
   padding:0px;
   margin:0px;
}

LI, BLOCKQUOTE {
   margin-left:20px;
}
    
H1 {
   font-size:28px;
   font-weight:bold;
   color:#232323;
   margin:0px;
   padding-top:40px;
   padding-bottom:20px;
}

H1 A {
   color:#232323;
}

H2 {
   font-size:17px;
   margin-top:25px;
   border-bottom-width:1px;
   border-bottom-style:solid;
   border-bottom-color:#808080;
   color:#808080;
   font-weight:bold;
}

H3 {
   font-size:14px;
   border-bottom-width:1px;
   border-bottom-style:solid;
   border-bottom-color:#808080;
   color:#808080;
   font-weight:bold;
}

H3 A {
   color:#232323;
}

/* custom elements */

#page {
   background:url('../images/bgheader.png');
   background-repeat:repeat-x;
   background-color:#f1f1f1;
}
  
#container {
   margin:0 auto; 
   width:1000px;
   text-align:left;
   height:auto !important;
   height:360px;
   min-height:360px;
   background-color:#ffffff;
   background-image:url('../images/background.png');
   background-repeat:repeat-y;
   background-position:top;
   padding-bottom:1px;
}

#content {
   background-image:url('../images/header.jpg');
   background-repeat:no-repeat;
   background-position:top;
   height:auto !important;
   height:360px;
   min-height:360px;
   padding-left:60px;
   padding-right:25px;
}

#logo {
   float:left;
   margin-top:70px;  /* + */
   margin-left:0px;
}

#banner {
   float:left;
   margin-top:70px;   /* + */
   margin-left:80px;
   width:400px;
   height:100px;
}

#toolbox {
   float:right;
   width:220px;
   height:80px;
   text-align:right;
   font-size:10px;
   color:#232323;
   padding-top:33px;  /* + */
}

#searchform {
   padding:0px;
   margin:0px;
   padding-top:10px;
}

#searchfield {
   width:120px;
   padding:2px;
   margin:0px;
   vertical-align:middle;
   border: 1px solid #666666;
   background: #ffffff;
   height:16px;
}

#searchbutton {
   padding:0px;
   margin:0px;
   vertical-align:middle;
   border: 1px solid #b52929;
   background: #ff9999;
   height:22px;
   background-image:url('../images/button-bg.png');
   background-repeat:repeat-x;
   background-position:center;
}
  
#menu {
   margin-top:15px;
   color:#232323;
}

#menu A {
   color:#232323;
   text-decoration:none; 
}

#menu A:hover {
   color:#ef262c;
   text-decoration:none; 
}

#menu A.selected {
   text-decoration:underline !important;
}

#menu UL {
   margin:0;
   padding:0;
   list-style:none;
   display: inline;
}

#menu LI {
   display: inline;
   margin:0;
   padding:0px;
   padding-right:40px;
   font-size:23px;
}

#submenu {
   margin-top:25px;
}

#submenu A {
   color:#232323;
   text-decoration:none; 
}

#submenu A:hover {
   color:#ef262c;
   text-decoration:none; 
}

#submenu A.selected {
   text-decoration:underline !important;
}

#submenu UL {
   margin:0;
   padding:0;
   list-style:none;
   display: inline;
}

#submenu LI {
   display: inline;
   margin:0;
   padding:0px;
   padding-right:30px;
   font-size:16px;
}

#text {
   color:#353535;
   padding-right:25px;
}

#column {
   float:right;
   width:250px;
   color:#353535;
}

#column H2.widgettitle, H2.widgettitle A {
   font-size:16px;
   font-weight:normal;
   color:#888888;
   background-image:url('../images/separator.png');
   background-repeat:no-repeat;
   background-position:bottom;
   height:22px;
   margin-bottom:5px;
   margin-top:0px;
   padding-top:20px;
   border:none;
}


#logobox {
   float:right;
   margin-right:30px;
   margin-top:-10px;
   font-size:9px;
   text-align:left;
}

#footer-container {
   background-image:url('../images/bgfooter.png');
   background-repeat:repeat-x;
   background-position:top;
   height:96px;
}
  
#footer {
   margin: 0 auto; 
   width:1000px;
   text-align:left;
   background-image:url('../images/footer.png');
   background-repeat:no-repeat;
   background-position:bottom;
   height:auto !important;
   height:96px;
   min-height:96px;
}

#footer-page {
   padding-left:60px;
   padding-right:15px; 
   padding-top:25px;
   text-align:left;
}

/* custom classes */

.icon {
   vertical-align:middle;
   border:none;
   cursor:pointer;
}

.clear {
   clear:both;
   height:0px;
}

.column {
   width:630px;
}

DIV#column > UL {
  list-style-type:none;
}