/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/mt-static/themes-base/blog.css);
@import url(/mt-static/themes/minimalist-red/screen.css);
/* end StyleCatcher imports */


/* Header */
body {
 background-color:#FFFFFF;
 color:#333333;
 font-family: Courier New, monospace;
}

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


.entry-title {
  font-size:20px;
  font-weight:normal;
  margin:5px 0 30px;
}

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

.asset-body {
  font-size:18px;
  font-weight:normal;
}

#container {
  background-color: #FFFFFF;
}

#header {
  height:180px;
  background-color: #FFFFFF !important;
  background: #FFFFFF !important;
  border-top-width: 0px;
}

#header a {
  display:block;
  position: absolute;
}

#header a.gohome {
  width: 180px;
  height: 150px;
  top: 25px;
  left: 95px;
}

#header-inner {
  width: 800px;
  height: 180px;
  left: 150px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

#content-paper {
  background-image:url(/images/letter750middle.png);
  background-position: left top;
  background-repeat: repeat-y;
  background-color: #FFFFFF;
  border-top-width: 0px;
}

#content-paper-top {
  background-image:url(/images/letter750top.png);
  background-position: left top;
  background-repeat:no-repeat;
  background-color: #FFFFFF;
  height: 50px;
}

#content-paper-bottom {
  background-image:url(/images/letter750bottom.png);
  background-position: left bottom;
  background-repeat:no-repeat;
  background-color: #FFFFFF;
  height: 50px;
}

#alpha, #beta, #gamma {
  display: inline;
  float: none;
}

.layout-wt #alpha {
  width: 750px;
}



#content-paper-inner, #alpha-inner {
  width:650px;
  padding-left:35px;
  padding-right:5px;
}


/* Footer */
#footer {
  background-color: #FFFFFF;
}

/* Main */
#bg_image {
  position: fixed;
  top: 204px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}



/* Widgets */

.widget-archive-category {
  top: 20px;
  margin-left: 40px;
  width: 250px;
}

.widget-archive-category li {
  padding-bottom: 25px;
  margin: 0px;
}

.widget-content {
  margin-left:5px;
  margin-right:5px;
}

.fake-categories-main {
  position: absolute;
  margin-left:230px;
  top:28px;
  width:180px;
  height: 80px;
}

.fake-categories {
  padding-left: 5px;
  padding-right: 5px;
}

.fake-categories li {
  padding-bottom: 20px;
  list-style: none;
}

.widget-pages {
  position: absolute;
  margin-left: 450px;
  top: 20px;
  width:80px;
  height: 40px;
}

.widget-content-pages {
  padding-left:15px;
  padding-right:15px;

}


.widget-tag-cloud {
  margin-top: 40px;
  margin-left: 50px;
  width: 250px;
}

.widget-tags {
  margin-top: 40px;
  margin-left: 50px;
  width: 250px;
}

.widget-search {
  margin-top: 40px;
  margin-left: 50px;
  width: 250px;
}


.widget-recent-assets {
  display: none;
}

.widget-recent-entries {
  display: none;
}

.widget-archive-monthly {
  display: none;
}

.widget-about-this-page {
  display: none;
}



/* Sidebar */

#content-inner {
  background: #FFFFFF;
  width: 750px;
  margin-left: 110px;
}



#entry-category {
  float: right;
  margin-left: auto;
  margin-right: auto;
  left: 500px;
  width: 640px;
}

#entry-category-inner {
  padding: 10px;  
}

#entry-category-detail {
  margin-left: 150px;
  margin-right: auto;
  width: 1000px;
}

#entry-category-detail-inner {
  text-indent: 10px;
  padding-right: 170px;  
}

.entry-category-detail-body {
  text-indent: 10px;
  width: 1000px;
}

.entry-detail-comments {
  padding-right: 170px;
}


#beta-inner {
  width: 170px;
  padding-left: 10px;
}


.entry-bar-vert {
  height:170px;
  width: 8px;
}

/* Comments */
.comments {
  margin-left: 30px;
}

.trackbacks {
  margin-left: 30px;
}


.page-asset {
   width: 650px;
   margin-left: 35px;
}


