/* Default Layout:  */
@import url(../spd/blog.css);
@import url(../general.css);

/* --------------------------------------------------REVISION/blog.css----- */
*	{
    margin: 0;
    padding: 0;
}

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

body {
    text-align: center;
}

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

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

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

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


#header-inner, #footer-inner,
#alpha-inner, #beta-inner {
    overflow: hidden;
}

/* Wide-Thin */

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

.layout-wt #beta {
    width: 190px;
}

/* 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: 20px;
    background-repeat: repeat-y;
}

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


/* Header */

#header-name {
    margin-bottom: .25em;
}

#header-description {
    margin-bottom: 0;
}


/* 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;
}

.asset-header,
.asset-content,
.asset-body,
.comments-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content,
.search-form-header,
.search-results-header {
    margin-bottom: .75em;
}

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

.asset-name {
    margin-bottom: .25em;
}

.asset-footer	{
    font-size: 0.8em;
}

.asset-meta {
    margin-top: .25em;
    padding-top: 2px;
    padding-bottom: .3em;
    font-weight: normal;
}

.asset-footer {
    clear: both;
    margin-top: 1.5em;
    padding-top: .5em;
}

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

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

.entry-tags-list,
.entry-categories-list {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.entry-tags-list .entry-tag,
.entry-categories-list .entry-category {
    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;
}

/* Widgets */

.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.widget-content {
    position: relative;
    margin: 5px 0 20px;
}

.widget-list,
.archive-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-list  {
    margin-left: 5px;
}

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

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

.widget-tag-cloud {
    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; }

#footer .widget-content {
    margin-top: 0;
    margin-bottom: 0;
}

.widget-recent-assets .widget-content .widget-list {
    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;
}

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

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





/* Default - Layout --------------------BASE-minimalist-red/screen.css----- */

/* Global */

body {
    font-weight: normal;
	font-family: verdana, arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
    color: #333;  
    background-color: #fff; 
    /*background-color: #898989; */
}

a {
    color: #ab0404; 
}

a:hover {
    text-decoration: none;
}



/* container */

#container	{
    width: 860px;
    margin: 0 auto;
	padding:0;
}

#container-inner	{
    min-height: 100%;
    text-align: left;
	padding:0;
	margin:0 0 15px 0;
    background: #ccc url(images/bg-header.gif) no-repeat top right; 
    /*background: #595757 url(images/bg-header.gif) no-repeat top right; */
}


/* Header */

#header		{
	padding:15px 15px 0 15px;
    width: 830px;
	height:120px;
    margin: 0 auto;
	line-height:100%;
}



#header-name {
    margin: 0 0 5px;
    line-height: 1;
}

#header-description {
    margin: 0;
    font-size: 14px;
    line-height: 1.125;
}

#header a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

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


#header-content {
    width: 830px;
	height:85px;
}
#header-content h1 {
	float:left;
	margin:0;
	height:85px;
}
#header-content h2 {
	float:left;
	padding-left:375px;
	margin:0;
	height:85px;
}

#header-name {
    color: #fff; 
    font-weight: bold;
}

#header-description {
    color: #fff;  
}


/* gmenu */

#gmenu	{
    width: 830px;
	height:35px;
	margin:0;
	padding:0;
	text-align:left;
    background: #999 url(images/bg-gmenu.jpg) no-repeat top right; 
    /*background: #595757 url(images/bg-gmenu.jpg) no-repeat top right; */
}

/* content */

#content {
    background: #ccc url(images/bg-content.gif) no-repeat top right; */
    /*background: #595757 url(images/bg-content.gif) no-repeat top right; */
    margin-top: 0;  
    margin-bottom: 0;  
	line-height:150%;
}

#content-inner {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    width: 830px;
    margin: 0 auto;
	padding:0 15px;
}


#alpha	{
    background: #fff url(images/bg-alpha.gif) no-repeat top right; 
}
#beta,#alpha	{
	padding:0;
}

#alpha-inner	{
    padding:30px 15px 10px;
}/* width:610px */

#alpha-inner-index	{
    padding:0;
}/* width:640px */

#alpha-inner h3	{
	border-left:8px #E9639F solid;
	border-bottom:1px #999999 solid;
	padding:5px 10px;
	font-size:1.2em;
	font-weight:bold;
}
#alpha-inner h4	{
	border-left:14px #4DAAD7 double;
/*	border-left:14px #7DC3ED double;*/
	padding:2px 10px;
	font-size:1.1em;
	font-weight:bold;
}

#alpha-inner h4.curriculum01	{
	border-left:none;
	padding:2px 10px;
}
.curriculum01txt	{
	margin:5px 30px 15px 40px;
}


#alpha-inner h5	{
    background:url(images/bg-arrow01.gif) no-repeat left center; 
	border-bottom:1px #999 dashed;
	padding:3px 0 2px 20px;
	font-weight:bold;
	font-size:1em;
	margin-left:5px;
	color:#336;
}
.outline01txt	{
	margin-left:20px;
	padding:5px 0 10px 80px;
    background:url(images/bg-outline01txt.jpg) no-repeat left bottom; 
}

.asset-body	{
	padding:10px 20px;
}/* width:570px */


.gototop	{
	text-align:right;
	font-size:0.9em;
}

#beta-inner {
	padding:0 0 0 1px;
	color:#000;
	font-size:0.9em;
}
#beta-inner ul {
	padding:0;
	margin:0;
}
#beta-inner ul li {
	margin-bottom:5px;
	line-height:130%;
}

#beta-inner ul li.this {
	font-weight:bold;
	color:#336;
}

#beta-inner a {
	color:#000;
}
#beta-inner a:hover {
	color:#191970;
border-bottom:1px #000 dashed;
}


/* Footer */

#footer { 
    width: 830px;
    margin: 0 auto;
}

#footer-inner {
	padding:0;
}

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

#footer-content {
    margin:0;
	padding:5px;
	font-size:0.9em;
}



/* entry */

.asset-header	{
	margin-left:10px;
	font-weight:bold;
	color:#336;
}
#page-title	{
	color:#333;
}

.asset-name a:hover {
	color:#7DC3ED;
    text-decoration: none;
}

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

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

.asset-meta {
	margin:0 15px;
}

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

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

.archive-title {
    margin: 5px 0 30px;
    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: 1.2em;
    font-weight: bold;
}

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

.asset-more-link,
.typelist-thumbnailed {
    font-size: 0.9em;
}



/* 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;
}





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




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

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

.asset-footer {
    border-top-color: #ddd;
}

.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;
}

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


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

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

.widget-header { 
	border-bottom:1px #999 solid;
    padding: 3px 0 2px 20px;
    margin:0 5px 10px 10px;
	font-size:1em;
	font-weight:bold;
    color: #000;
    background:url(images/bg-arrow02.gif) no-repeat left center; 
}


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


.widget-header a {
    text-decoration: none;
}
/*
.widget-header a:hover {
    text-decoration: underline;
}
*/

.widget-content {
    margin-top: 5px;
    margin-bottom: 20px;
}


.widget-list	{
    margin:0;
	padding:0;
}

.widget-list-item	{
    margin:0;
	padding:0 0 5px 0;
}

.to-archives	{
	border-top:1px #999 solid;
	border-bottom:1px #999 solid;
	padding:0 0 5px 10px;
    margin:15px 5px 10px 10px;
	font-size:0.95em;
}

/* "Powered By" Widget */

.widget-powered .widget-content {
    padding: 10px;
    text-align: center;
}


/* Calendar Widget */

.widget-calendar .widget-content table {
    font-size: 10px;
}


/* 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 ----------------------------------------------------------------- */



/* 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 ---------------------------------------------------------- */

#header-nav-inner {
    position: relative;
    width: 900px;
    margin: 0 auto;
}




