/* 
  Original Theme: StudioPress Orange
    Author: Daily Blog Tips, http://www.dailyblogtips.com
  Extensions for blogger.com
    Author: Girly Blogger, http://girlyblogger.com
  Extensions for mlsec.org
    Author: Konrad Rieck
*/

#navbar, #navbar-iframe {
    height: 0px;
    visibility: hidden;
    display: none;
}

.feed-links {
    display: none;
    visibility: hidden;
}

h1, h2, h3, h4, h5, h6, p, blockquote, dt, td {
    margin: 0;
    padding: 10px;
}

a {
    color: #A44400;
    text-decoration: none;
}

a:hover {
    color: #D47414;
    text-decoration: underline;
}

#content li {
    padding-right: 15px; 
    padding-bottom: 15px;
}

#content strong {
    color: #A44400;
}

dt {
    font-family: Georgia;
    padding-bottom: 0px;
}

blockquote {
    margin: 7px 15px 7px 7px;
    padding: 5px 15px;
    background: #F3F3F3;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-family: Georgia, serif;
    line-height: 20px;
    font-size: 11pt;
}

code {
    color: #B46404;
    font-size: 10pt;
}

pre {
    margin: 7px 15px 7px 7px;
    padding: 5px 15px;
    background: #F3F3F3;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 10pt;
    line-height: 1.2em;
}

pre.orange {
    color: #222;
    background: #fff0e0;
    border-top: 1px solid #fcc;
    border-bottom: 1px solid #fcc;
}

a img {
   border: none;
}

.sidebar a img {
   border-bottom: 1px solid #ccc;
}

/* Reset Defaults Ends */
body {
    line-height: 20px;
    font-size: 11pt;
    position: relative; /* Fixes browser resizing bug in IE6 */
    margin: 0 auto 10px auto;
    width: 950px;
    font-family:  Verdana, sans-serif;
    text-align: center; /* IE Centering Technique */
    background: #656565 url(http://www.mlsec.org/images/bgbody.jpg) repeat-x top left;
}

#wrapper {
    text-align: left; /* IE Centering Technique */
}

.topcurve {
    margin-top: 15px;
    height: 13px;
    background: url(http://www.mlsec.org/images/bgtop.gif) left top no-repeat;
}

.topcurvewhite {
    margin-top: 15px;
    height: 13px;
    background: url(http://www.mlsec.org/images/bgtopwhite.gif) left top no-repeat;
}

.topcurvewhite2 {
    margin-top: 15px;
    height: 13px;
    background: url(http://www.mlsec.org/images/bgtopwhite2.gif) left top no-repeat;
}

.bottomcurve {
    margin: 0;
    height: 13px;
    background: url(http://www.mlsec.org/images/bgbottom.gif) left bottom no-repeat;
}

.bottomcurvewhite {
    margin: 0;
    height: 13px;
    background: url(http://www.mlsec.org/images/bgbottomwhite.gif) left bottom no-repeat;
}

#header {
    margin: 0;
    padding: 0 0 0 0;
}

#header .topright {
    float: right;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: right;
    color: #fff;
}

#searchform {
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
}

#searchform {
    margin-left: 5px;
    width: 213px;
    padding-top: 4px;
    height: 28px;
    background: #ccc;
    background: url(http://www.mlsec.org/images/search.gif) left 3px no-repeat;
}

*:first-child+html #searchform { /* Filter for IE7 */
    padding: 6px 0;
}

* html #searchform { /* Filter for IE6 */
    padding: 6px 0;
}

#searchbox {
    margin-left: 5px;
    margin-bottom: 3px;
    width: 150px;
    background: none;
    border: none;
}

#searchbutton {
    width: 50px;
    background: none;
    border: none;
}

#searchbutton:hover {
    cursor: pointer;
}

#underheader {
    clear: both;
    margin-top: 24px;
    padding: 0 0 15px 0;
}

#underheader h1.sitename {
    padding: 30px 0 0 0;
    position: relative;
    font-size: 20pt;
    width: 700px;
}

#underheader h1.sitename a {
    color: #fff;
    text-decoration: none;
}

#underheader h2.sitedesc {
    padding: 5px 0 0 0;
    position: relative;
    font-size: 10pt;
    color: #D47414;
}

#underheader #toplogo{
    float: right;
    position: absolute;
    left: 760px;
    text-align: right;
}

#underheader #toplogo img {
    padding-top: 10px;
}

/* Menu */
#nav {
    clear: both;
    margin: 10px 0 -15px 0;
}

#nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav li {
    float: left;
    margin-right: 10px;
}

* html #nav li a { /* Filter for IE6 to prevent li stacking */
    float: left;
    text-decoration: none;
}

* html #nav li a span { /* Filter for IE6 to prevent li stacking */
    float: left;
    margin-left: 4px;
    text-decoration: none;
}

#nav li a {
    display: block;
    height: 26px;
    background: url(http://www.mlsec.org/images/bgtableft.gif) left top no-repeat;
    text-transform: lowercase;
    font-size: 10pt;
    text-decoration: none;
}
#nav li a span {
    display: block;
    margin-left: 6px;
    padding-left: 5px;
    padding-right: 12px;
    line-height: 26px;
    font-weight: bold;
    color: #FFF;
    background: url(http://www.mlsec.org/images/bgtabright.gif) right top no-repeat;
    text-decoration: none;
}

#nav li a:hover {
    background-position: left -26px;
    text-decoration: none;
    cursor: pointer; /* For IE6 */
}

#nav li a:hover span {
    background-position: right -26px;
    color: #000;
}

#nav li.current_page a {
    background-position: left -26px;
}

#nav li.current_page a span {
    background-position: right -26px;
    color: #000;
}

/* Main content */
#main {
    clear: both;
    width: 925px; /* Overrides miscalculation in IE6; ignored by other browsers. */
    margin: 0;
    padding: 0 15px 15px 10px;
    background: #fff;
}

#contentwrapper {
    float: left;
    width: 670px;
    margin-right: 15px;
    border-right: 1px solid #eee;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 30px;
}

#content h3, h4,h5 {
    font-weight: normal;
    color: #D47414;
    padding-bottom: 5px;
}

#content h3 {
    font-weight: bold;
    font-size: 16pt;
    letter-spacing: -1px;
}

#content h4, h5 {
    font-weight: normal;
    font-size: 12pt;
    letter-spacing: -1px;
}


#content p, table, tr, td, dt, dd {
    font-size: 11pt;
    font-family: Georgia, serif;
    line-height: 20px;
    padding-bottom: 5px;
}

#content ul, ol {
   font-size: 11pt;
   font-family: Georgia, serif;
   padding-bottom: 0px;
   margin-bottom: 0px;
}

#content p.instr {
   color: #222;
   padding-left: 40px; 
   padding: 5px 30px;
   background: #fff0e0;
   border-top: 1px solid #fcc;
   border-bottom: 1px solid #fcc;
   margin: 7px 15px 7px 7px;
}

#content dd, dt {
    padding-top: 0px;
    padding-bottom: 3px;
}

#content ul.iconblock, dl.iconblock {
    font-size: 11pt;
    color: #222;
    font-family: Georgia, serif;
    line-height: 20px;
    list-style-type: none;
    margin: 7px 15px 7px 7px;
    padding-top: 10px;
    padding-bottom: 0px;
    background: #F3F3F3;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#content table.iconblock {
    font-size: 11pt;
    color: #222;
    margin: 7px 15px 7px 7px;
    padding-bottom: 3px;
    background: #F3F3F3;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#content img.iconblock {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 30px;
    float: left;
 }

#content img.intext {
   margin-bottom: -2px;
   padding-left: 3px; 
   padding-right: 3px;
}

a.mainlink {
   font-size: 16px;
   font-style: italic;
   font-family:  Verdana, sans-serif;
   color: #F60;
}

.navigation {
    margin: 10px 0;
    color: #406E8D;
    text-align: center;
    font-size: 10pt;
}

.navigation a {
    text-decoration: none;
}

/* Start of sidebar */
#allsidebars {
    padding-left: 0px;
    padding-top: 75px;
    padding-right: 5px;
    width:194px;
    float: left;
}

#info {
    clear: both;
    padding: 0 10px;
}
#info a {
display: inline;
color: #DE9952;
}
#info a:hover {
    color: #D47414;
}
#info p {
    color: #fff;
    margin-top: 5px;
    padding-left: 70px;
    background: url(http://www.mlsec.org/images/welcome.gif) left top no-repeat;
}

.sidemenu {
    width: 194px;
    margin-top: 15px;
    padding-bottom: 15px;
}

.sidemenu ul {
    margin: 0;
    padding-left: 25px;
    padding-bottom: 30px;
    margin-left: -15px;
    border-bottom: 1px solid #eee;
}
.sidemenu li {
    margin-bottom: 20px;
    list-style: none;
    font-size: 12pt;
    letter-spacing: -1px;
}

.sidemenu ul li {
    margin: 10px;
    padding: 3px 2px 2px 16px;
    line-height: 17px; 
}
.sidemenu a {
    color: #666;
    display: block;
    text-decoration: none;
    display: inline;
}
.sidemenu a:hover {
    color: #5B8;
}

.sidemenu li.current_page {
    font-weight: bold;
}

.sidebar {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.sidebar img {
    padding: 5px;
}

.sidebar p {
    font-size: 9pt;
    color: #666;
    padding: 5px;
    line-height: 16px;
}

.sidebar h2 {
    padding: 2px 7px;
    font-size: 11pt;
    color: #fff;
    letter-spacing: -1px;
    background: url(http://www.mlsec.org/images/sidebar2_h2.gif) left no-repeat;
    margin-bottom: 3px;
}


/* Footer */
#footer {
    clear: both;
    padding-top: 0;
    color: #bbb;
    text-align: center; /* IE Centering Technique */
    background: #000;
    margin: 0 auto;
    line-height: 10pt;
}

#footer p {
    padding: 0;
    font-size: 8pt;
    text-align: center;
}

#footer a {
    color: #89C7D4;
}

#footer a:hover {
    color: #FB9D3A;
}

.cleared {
    clear: both;
}

.left {
    float:left;
}

.right {
    float:right;
}

#content img.left {
   padding-bottom: 10px;
   padding-right: 10px;
   margin-right: 10px;
}

#content img.right {
   padding-bottom: 10px;
   padding-left: 15px;
   margin-left: 15px;
}

#mainpage {
    width: 760px;
    margin: auto;
    color: #fff;
}

#mainpage h1 {
   font-family: Verdana, sans-serif;
   font-weight: normal;
   font-size: 24px;
   color: #fff;
   padding-bottom: 30px;
   font-style: italic;
   text-shadow: #000 1px 1px 2px;
}

#mainpage h2 {
   font-family: Verdana, sans-serif;
   color: #f60;
   font-weight: normal;
   font-size: 20px;
   text-shadow: #000 1px 1px 2px;
}

#mainpage a {
   color: #f60; 
}

#mainpage img {
   padding-right: 20px;
   padding-top: 5px;
   padding-left: 5px;
}

