/* Base Theme ============================================================= */

/* Reset ------------------------------------------------------------------ */

/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.shared/css/base.css by beausmith.com
    http://developer.yahoo.com/yui/reset/
*/

:link,:visited {
    text-decoration:none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin:0;
    padding:0;
}

h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}

table {
    border-spacing:0;
}

fieldset,img,abbr,acronym {
    border:0;
} 


ol,ul {
    list-style:none;
}

a {
    text-decoration:underline;
    outline:none;
    color: #809900; 
}
hr {
    border:0;
    height:1px;
    background-color:#000;
    color:#000;
}
a img,:link img,:visited img {
    border:none;
}

a:hover {
    text-decoration: none;
}


/* Layout ----------------------------------------------------------------- */

body {
    background:#fff;
    font: normal 13px arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
    font-family: trebuchet ms;
    color: #333;
}

#container {
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
    width: 728px;
}


#content { 
    margin: 20px auto 50px;
    display: inline-block;
}

#header, #content, #alpha, #beta, #footer {
    position: relative;
}

#alpha, #beta {
    display: inline;
    float: left;
}

#header, #navbar  {
    text-align:center;
}

#alpha-inner, #beta-inner {
    position: static;
}

#alpha-inner {
    overflow: hidden;
    padding-right: 26px;
    padding-left: 4px;
}



/* Layout */

 #alpha {
    width: 498px;
}

#beta {
    width: 230px;
}

#footer {
    margin: 0 auto;
}



#header:after,
#content:after,
#alpha-inner:after,
#beta-inner:after,
#footer:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}



/* Content ---------------------------------------------------------------- */

a:link, a:visited {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
    margin-bottom: .75em;
}

ol, ul {
    margin-left: 30px;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }


/* Assets */

.asset-name {
    margin-bottom: .25em;
    color: #A6006D;
    font-size: 22px;
    font-weight: bold;
}

.asset-content {
    margin: 5px 0;
    color: #333;
    text-align:justify;
}

.footer-content {
    font-size: 0.8em;
    color: #999999;
}

.footer-content a {
    color: #999999;
}


/* Widgets */


.widget-header {
    margin: 0px 15px 8px 15px;
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #809900; 
    padding-bottom: .3em; 
    color: #809900;
    font-size:14px;
    font-weight: bold;
}



.widget-content {
    position: relative;
    margin: 5px 15px 20px 15px;
    font-size: 11px;
    color: #666;
}

.widget-content a {
    color: #A6006D;
}

.sb {
    color: #A6006D;
    font-weight: bold;
}