/* 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;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}

ol,ul {
    list-style: none;
    font-size: 15px;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
    text-decoration: underline;
    outline: none;
}
hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}


/* Utilities ----------------------------------------------------------------- */

.pkg:after, #beta:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content { display: block; }
/* no ie mac \*/
* html .pkg, * html #content { height: 1%; }
.pkg, #content { display: block; }
/* */

.inline { display: inline; }
.hidden { display: none; }



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

body {
  text-align: center;
  background-color: #D0D0D0;
  background-image: url(/img/bg.gif);
  background-repeat: repeat-x;
}

#container {
  width: 800px;
  margin: 0 auto;
  min-height: 100%;
  text-align: left;
  border-left: 2px solid #444;
  border-right: 2px solid #333;
  background-color: #f0fffa;
}

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

#content, #beta {
    display: inline;
    float: right;
}

#header, #footer {
    overflow: hidden;
}

#footer {
   clear: both;
}

/* Thin-Wide */

.layout-tw #content {
    width: 600px;
}

.layout-tw #beta {
    width: 190px;
    margin: 10px auto;
    background-color: #eeeeee;
}



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

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

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

blockquote, ol, ul {
    margin-left: 30px;
    background-repeat: repeat-y;
}

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





/* Assets */

.asset-body,
.asset-more,
.asset-more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content {
    clear: both;
}

.asset,
.comments,
.trackbacks,
.archive {
    overflow: hidden;
    width: 100%;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
    margin-bottom: 1.5em;
}


#comment-form-remember-me label,
#comment-form-reply label {
    display: inline;
}

.entry-categories,
.entry-tags {
    margin-bottom: .5em;
}


.asset-body, .asset-more {
  margin-left: 24px;
}

.asset-meta {
    border-top: 1px solid #ccc;

    font-size: 95%;
    text-align: right;
    margin-right: 2em;
    margin-top: .25em;
    padding-top: 2px;
    padding-bottom: .3em;
    font-weight: normal;
}

.asset-footer {
    border-top: 1px solid #ddd;

    font-size: 95%;
    text-align: right;
    margin-right: 2em;
    clear: both;
    margin-top: 1.5em;
    padding-top: .5em;
}

.content-nav {
    text-align: center;
}

.entry-tags h4,
.entry-categories h4 {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}

.entry-tags ul,
.entry-categories ul {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.entry-tags ul li,
.entry-categories ul li {
    display: inline;
}

.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}

.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}


/* User pics */


.user-pic {
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 0 0;
}

.auth-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}


/* Feedback */

.comments-open label {
    display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

#comment-submit {
    font-weight: bold;
}

.comment,
.trackback {
    margin-bottom: .5em;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
}

.comment .asset-meta,
.trackback .asset-meta {
    border: 0;
}

.comment-content {
    clear: none;
    line-height: 1.5;
    margin-bottom: 1em;
}

.comment-content p {
    margin-bottom: .5em;
}


@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}


/* Default ---------------------------------------------------------------- */

/* Global */

body {
    font: normal 15px arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
}

/* Content */

.asset-name {
    font-size: 160%;
    font-weight: bold;
}

.asset-name a {
    text-decoration: none;
    color: black;
}

.asset-name a:hover {
    text-decoration: underline;
}

.asset-content {
    margin: 5px 0;
}

.asset-more-link {
    font-weight: bold;
}


.content-nav {
    margin: 5px 0 10px;
}

.archive-title {
    margin: 5px 0 30px;
    font-size: 26px;
    font-weight: bold;
}

.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    margin: 0;
    padding: 5px 0;
    font-size: 18px;
    font-weight: bold;
}

.search-results-header {
    margin-bottom: .25em;
}

.asset-more-link,
.asset-meta,
.typelist-thumbnailed {
    font-size: 11px;
}

/* Footer */

#footer-content,
#footer-content a {
    color: #fff;
}


/* Utility */

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
}


/* Global ----------------------------------------------------------------- */

body {
    color: #333;  
    font-family: trebuchet ms;   
    background-color: #fff; 
}

a {
    color: #ab0404; 
}

a:hover {
    text-decoration: none;
}


/* Header ----------------------------------------------------------------- */

#header { 
    border-color: #014701;
    background: url(/img/header.jpg) no-repeat bottom left; 
    height: 140px;
}

#header a {
    color: #fff; 
    font-weight: bold;
}
#header-name {
    color: #fff; 
    font-size: 160%;
    font-weight: bold;
    padding: 25px 0 10px 70px;
}

#header-description {
    color: #fff;
    font-size: 12px;
    margin: 10px 0 10px 50px;
}

#header a {
    text-decoration: none;
}

#header a:hover {
    text-decoration: underline;
}



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

.asset-name,
.asset-name a,
.archive-title {
    color: #000;
}

.comments-header,
.comments-open-header,
.trackbacks-header,
.archive-header,
.search-form-header,
.search-results-header {
    color: #333;
}

.comment,
.trackback {
    border-color: #ddd;
}


 .asset-name a {
    margin-bottom: 8px;
}

.asset-name a:hover {
    text-decoration: underline;
}

.archive-list-item {
    margin-bottom: 5px;
}



.widget-tag-cloud .widget-content ul {
    margin-right: 0;
    margin-left: 0;
}

.widget-tag-cloud .widget-content li {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 1.2;
    background: none;
}

.widget-tag-cloud .rank-1  { font-size: 1.75em; }
.widget-tag-cloud .rank-2  { font-size: 1.75em; }
.widget-tag-cloud .rank-3  { font-size: 1.625em; }
.widget-tag-cloud .rank-4  { font-size: 1.5em; }
.widget-tag-cloud .rank-5  { font-size: 1.375em; }
.widget-tag-cloud .rank-6  { font-size: 1.25em; }
.widget-tag-cloud .rank-7  { font-size: 1.125em; }
.widget-tag-cloud .rank-8  { font-size: 1em; }
.widget-tag-cloud .rank-9  { font-size: 0.95em; }
.widget-tag-cloud .rank-10 { font-size: 0.9em; }


.widget-recent-assets .widget-content ul {
    overflow: auto;
    margin-right: 0;
}

.item {
    display: inline;
    float: left;
    margin: 0pt 5px 8px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}

.widget-search ul,
.widget-syndication ul {
    margin-left: 0;
    list-style: none;
}

.widget-search li,
.widget-syndication li  {
    margin: 5px 0;
}

.widget-search .widget-content {
  margin: 4px;
}

.widget-openid {
    width: 160px;
    margin: 10px auto;
    border: none !important;
}
.widget-openid .widget-content {
    border: 1px solid #ccc;
    background: #fff url(../images/openid-accepted.gif) no-repeat 7px 3px;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
    color: #666;
    margin: 0;
    padding: 0 !important;
}
.widget-openid .widget-content em {
    display: block;
    font-style: normal;
    padding: 34px 9px 9px 68px;
}
.widget-openid .widget-content strong {
    left: -9999px;
    position: absolute;
}
.widget-openid .widget-content a {
    display: block;
    background: #eee;
    text-align: center;
    padding: 5px 3px;
    color: #666;
    text-decoration: underline;
    font-weight: normal;
}

.input-default {
    background-color: #9AAEC2;
}

.status-indicator {
    display: inline;
    height: 20px;
    width: 20px;
    background: url(../images/indicator-login.gif) no-repeat 0 0;
    padding: 2px 7px;
}


/* Widget ----------------------------------------------------------------- */

.widget {

    position: relative;
    overflow: hidden;
    width: 180px;

    padding-top: 2px;
    margin-bottom: 5px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5px;

   border: 1px solid #FFFFFF;
   background-color: #cccccc;
}
.widget-header {
    display: block; 
    width: 160px;
    height: 24px;
    line-height: 24px;

    margin: 2px auto 0 auto;
    padding: 0;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    font-family: trebuchet ms; 

    background: url(/img/menu.gif) no-repeat bottom left;
    border-right: 1px solid #969583;
    border-left: 1px solid #969583;
}
.widget-header,
.widget-header a {
    color: #FFFFFF;
    text-decoration: none;
}
.widget-header a:hover {
    text-decoration: underline;
}

#content .widget-powered .widget-content {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
} 


.archive-content ul,
.widget-content ul {
    margin: 0 0 5px 0;
    padding: 0;
}
.widget-content li {
  list-style: none outside;
}
ul.page-category li a { 
  display: block;
  width: 115px;
  line-height: 20px;

  margin-right: auto;
  margin-left: auto;
  padding: 0 25px 3px 25px;

  font-size: 14px;
  font-weight: bold;
  color: #666666;
  text-decoration: none;

  background-color: #eeeeee;
  background-image: url(/img/menuli.gif);
  background-repeat: no-repeat;
  background-position: 7px center;

  border-bottom: 1px solid #948C74;
  border-top: 1px solid #CBC8BC;
}
ul.page-category li a:hover {
  color: #33aa33;
  background-position: 8px center;
  background-color: #ffffff;
}


/* Footer Widgets */

#footer .widget {
    margin: 10px 0;
}

#footer .widget-content {
    padding-right: 0;
    padding-left: 0;
}

#footer .widget-powered .widget-content {
    padding: 0;
    text-align: left;
}


/* Footer ----------------------------------------------------------------- */

#footer { 
    background-color: #aacc99; 
    text-align: center;
    height: 40px;
    padding-top: 15px;
}

#footer-content {
    margin: 20px 0;
}


/* Utilities -------------------------------------------------------------- */

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


#header-inner,
#content-inner,
#footer-inner,
.asset-body {
    height: 1%;
}


/* Custom Styles ---------------------------------------------------------- */


.asset-name {
  font-size: 22px;
  font-weight: bold;

  padding-left: 20px;
  margin: 18px 0 18px 14px;

  background: url(/img/h1.jpg) no-repeat left center;
}

ul.recent-update {
  margin:0;
  padding:0;
}
ul.recent-update li a {
  display: block;
  width:135px;

  font-size: 12px;
  color:#666666;
  line-height: 15px;
  text-decoration: none;

  margin-right: auto;
  margin-left: auto;
  padding: 3px 15px 3px 15px;

  background-image: url(/img/newli.gif);
  background-repeat: no-repeat;
  background-position: 5px center;
  background-color: #eeeeee;

  border-bottom: 1px solid #948C74;
  border-top: 1px solid #CBC8BC;
}

ul.recent-update li a:hover {
  text-decoration: underline;
  background-position: 6px center;
  color: #33aa33;
}
p.recent-update {
  display: block;
  width:135px;

  margin-left: auto;
  margin-right: auto;
  padding: 3px 15px 3px 15px;

  font-size: 12px;

  background-color: #eeeeee;
  border-bottom: 1px solid #948C74;
  border-top: 1px solid #CBC8BC;
}

a {
  color: #339966;
}

dt {
  margin: 0.5em 0 0.7em 0;
  text-decoration: underline;
  background: url(/img/menuli.gif) no-repeat left center;
  padding-left: 20px;
}
dd {
  color: #333333;
  margin: 0.7em 0 1.5em 0.7em;
}
em {
  font-style: normal;
  font-weight: bold;
}
strong {
  font-weight: bold;
  margin: 0 0.3em;
 color: #22aa21;
 font-size: 110%;
}

h2,h3,div.hh3 {
  margin: 1.5em 0 0.7em 0;
  background: url(/img/h2.gif) no-repeat left center;
  padding-left: 18px;
  line-height: 25px;
  font-size: 16px;
  font-weight: bold;
}
#content p { 
  line-height: 2em;
  margin: 1.5em 0.5em;
  font-size: 15px;
}


#folder-page {
  margin-left: 24px;
}
#folder-page-header {
}
.folder-page-list li {
  list-style: circle;
  font-size: 13px;
}
.folder-page-list li a {
  text-decoration: none;
  color: #228844;
}
.folder-page-list li a:hover {
  text-decoration: underline;
}
.folder-page-list li a:visited {
  color: #43a976;
}

.topMenuTable {
  margin: 0 20px;
}

td.t1, td.t2 {
  margin: 1px;
  padding: 4px 8px 6px 8px;
  vertical-align: top;
  font-size: 14px;
  line-height: 150%;
}
td.t1 {
  background-color: #BCFFBC;
}
td.t2 {
  background-color: #E3FFD4;
}
div.topSubtitle {
  background: url(/img/menuli.gif) no-repeat left center;
  padding-left: 18px;
  line-height: 28px;
  font-weight: bold;
  font-size: 16px;
}

.topRecent-header {
  margin: 1.5em 0 0.7em 0;
  background: url(/img/h2.gif) no-repeat left center;
  padding-left: 18px;
  line-height: 25px;
  font-size: 16px;
  font-weight: bold;
}
.topRecent-content {
  font-size: 15px;
}
.topRecent-content li {
  list-style: none;
  padding-left: 15px;

  background-image: url(/img/newli.gif);
  background-repeat: no-repeat;
  background-position: 5px center;
}
.topRecent-content li a {
  text-decoration: none;
}
.topRecent-content li a:hover {
  text-decoration: underline;
}

#adsense {
  margin-left: 2em;
}
