/*

name: School of Wisdom  
designer: Jeff Grossman 
designer_url: http://www.businessofimage.com/ 
layouts: layout-wm

*/


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

/* Global */

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


/* Header */

#header {
    
}

#header-inner {
    
}

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

#header-description {
    
}

#header a {
    text-decoration: none;
}

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


/* Bread Crumbs Nav */

#breadcrumbs-content {
	font-size: 95%;
	line-height: 1.3;
}

#breadcrumbs-content .current { 
    color: #000;
}

/* Tables */

.table-boarder table {
	border: 1px solid #999999;
}

.table-boarder table tr td {
	padding: 5px;
	border: 1px dotted #CCCCCC;
}

.table-boarder tr:hover{
	background-color: #E3E3E3;
}

.table-boarder td:hover{
	background-color: #333333;
	color: #FFFFFF;
}

.odd{
	background-color: #FFFFFF;
}

.even{
	background-color: #fafafa;
}

/* Blog Header */

#blog-name { 
    margin-bottom: 0;
    padding: 0 20px;
    font-size: 22px;
}

#blog-name a { 
    color: #fff;
}

#blog-description { 
    margin-top: 5px;
    padding: 0 20px;
    color: #fff;
    font-size: 95%;
}


/* Content */

.asset-name {
    
}

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

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

.asset-content {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background:url("shadowy.jpg") no-repeat scroll right bottom transparent;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-bottom: 29px;	
}


.asset-body{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	padding-right: 15px;
	padding-bottom: 5px;
}
	
.asset-content b{
	color: #333333;
}

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

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

.asset-footer a,
.comment-footer a {
    font-weight: normal;
}

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

.content-nav li{
	display:block;
	float:left;
	list-style-type: none;
}
.content-nav .current{
	background-color:#76B900;
	border:1px solid #DDDDDD;
	color:#FFFFFF;
	display:block;
	float:left;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
}

.content-nav a{
	background-color:#FFFFFF;
border:1px solid #EEEEEE;
color:#3F607A;
display:block;
float:left;
font-size:14px;
font-weight:bold;
margin:0 5px 0 0;
padding:4px 12px;
text-decoration:none;
}
.content-nav a:hover{
	background-color:#FFFFFF;
	border:1px solid #DDDDDD;
	color:#000000;
	display:block;
	float:left;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
}

h1#page-title.archive-title, 
h1#page-title.search-results-header  {
    margin: 0 0 15px;
    border-bottom: 1px dotted #ccc;
    font-weight: bold;
    font-size: 14px;
}

.trackbacks-info,
.comments-open-content,
.comments-closed {
    margin: 5px 0;
}

.trackback-content,
.comment-content {
    clear: none;
    margin-left: 60px;
    line-height: 1.5;
	font-size: 1.1em;
}

.comment-reply .comment-content{
	clear: none;
    margin-left: 30px;
    line-height: 1.5;
	font-size: 1.1em;
}


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

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

.asset-more-link,
.asset-meta,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed {
    
}


/* 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: #000;
	font-family: georgia;
	background-color: #000000;
	height: 100%;
	width: 100%;
}

a {
	color: #3F607A;
	text-decoration: none !important;
}

a:hover {
    text-decoration: underline !important;
}

hr {
	color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	
}


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

#container{
	margin: 0px;
	height: 100%;
	width: 100%;
}

#content {
	background-color: #fff;
	background-image: url(content-bg.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 15px;
	padding-bottom: 15px;
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 0;
    padding-bottom: 0;
}

#header-inner, #beta-inner, #gamma-inner {
    padding-right: 0;
    padding-left: 0;
}


#container-inner {
	width: 100%;
	margin: 0px;
	height: 100%;
}

#header-inner,
#content-inner,
#footer-inner {
    width: 1000px;
    margin: 0 auto;
}

.column-front{
	float: left;
	width: 300px;
	margin-right: 25px;
	_margin-right: 5px;
	margin-bottom: 15px;
}

.row-front{
	clear: both;
	width: 980px;
}

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

#header {
	background: #000 url(top-nav-bg.png) repeat-x 0 0;
	height: 55px;
}
/*
#header a {
    color: #fff;
}*/

#header-content {
    width: 842px; 
    margin: 30px 20px;
}

#header-name {
    color: #fff; 
    font-size: 30px;
    margin-bottom: 5px;
}

#header-description {
    color: #777;
    font-size: 15px;  
}

#header-logo{
	height: 50px;
	width: 279px;
	margin-right: 80px;
	float: left;
}

/* Navigation -----------------------------------------------------------------*/

#main-navigation {
	height: 55px;
	padding-top: 25px;

}

/* Navigation ----------------------------------------------------------------- 
#main-navigation-inner {
    
}

#main-navigation ul {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: none;
}

#main-navigation ul li {
    float: left;
    padding-top: 2px;
}

#main-navigation ul li a {
    display: block;
    text-decoration: none;
    padding: 7px 15px 7px 16px;
    border-left: 1px solid #ccc;
}

#main-navigation ul li a:hover {
    text-decoration: underline;
}

#main-navigation ul li.on a {
    color: #000;
    background: #fff url(nav-arrow-on.gif) no-repeat 50% bottom;
}

#main-navigation ul li.last {
    border-right: 1px solid #ccc;
}

*/

/* Search ---------------------------------------------------------------- */

.widget-search {
	float: right;
	width: 190px;
	text-align: right;
	margin-right: 15px;
	margin-left: 25px;
}

.widget-search h3 {
    display: none;
}



#search-submit {
    display: none;
}

#search-submit button{
 display: none;
}

.search-box-form{
	background: none;
	border: none;
	color: #000000;
	margin-top: 13px;
	margin-left: 0px;
	margin-right: 50px;
	width: 135px;
}

#breadcrumbs .widget-search{
	background-image: url(search-bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

#breadcrumbs .search-box-form{
	background: none;
	border: none;
	color: #000000;
	margin-top: 13px;
	margin-left: 10px;
	margin-right: 40px;
	width: 135px;
}

/* Sign In ---------------------------------------------------------------- */

#header .widget-sign-in {
	position: absolute;
	right: 2px;
	top: 2px;
	text-align: center;
	color: #777;
	font-family: verdana;
	font-size: 11px;
	margin: 0;
	padding: 0;
	
}

#header .widget-sign-in .widget-header {
    display: none;
}

#header .widget-sign-in .widget-content {
	float: right;
	overflow: hidden;
	padding-top: 3px;
	padding-right: 22px;
	padding-bottom: 5px;
	background-image: url(user-icon.png);
	_background-image: url(user-icon.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 0;
}

#header .widget-sign-in a {
    color: #777;
    text-decoration: underline !important;
}
#header .widget-sign-in a:hover {
    color: #fff;
}


/* Breadcrumbs ----------------------------------------------------------------- */
#breadcrumbs{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}

#breadcrumbs-inner {
	width: 750px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 20px;
	
}

#breadcrumbs-content {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}

#breadcrumbs-content a{
	color: #666666;
}

#breadcrumbs ul, #breadcrumbs li {
    margin: 0;
    display: inline;
    list-style: none;
}

#breadcrumbs li, 
#breadcrumbs li ul { 
    padding: 0;
}

#breadcrumbs ul li a {
	margin-right: 0.75em;
}


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

#blog-header-inner { 
    width: 1000px;
    margin: 10px auto 0;
}

#blog-header-content { 
    margin: 0 15px 0 20px;
    padding: 15px 0;
    background-color: #333;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;    
}


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

#content {
	line-height: 2em;
}

#alpha p{
	padding-bottom: 1.5em;
}

.asset-name,
.asset-name a,
.archive-title {
    
}

.comment-footer,
.comment-footer a,
.trackback-footer {
    
}

.asset-footer {
    font-size: 13px;
    border-top: 1px dotted #ccc;
    padding-top: 15px;
}

.comments-header,
.comments-open-header,
.trackbacks-header,
.archive-header,
.search-form-header,
.search-results-header {
    
}

.asset-name a {
    
}

.entry-asset .asset-name {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 12px;
}

.entry-asset .asset-meta {
    color: #777;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    font-size: 12px;
    padding: 6px 0;
    margin-bottom: 12px;
}


.entry-asset .byline {
    float: left;
}
.entry-asset .asset-comments,
.entry-asset .asset-trackbacks {
    float: right;
    margin-left: 10px;
}
.entry-asset .asset-comments a,
.entry-asset .asset-trackbacks a {
    display: block;
    float: left;
    padding-left: 18px;
}
.entry-asset .asset-comments a {
    background: url(icon-comment.gif) no-repeat 2px 50%;
}
.entry-asset .asset-trackbacks a {
    background: url(icon-trackback.gif) no-repeat 0 50%;
}

.archive li {
    margin-bottom: 5px;
}

#group-nav-inner {
    
    width: 900px;
    margin: 0 auto;
}

h1#page-title {
	font-size: 24px;
	line-height: 1.3;
	color: #3F607A;
}

h2#page-subhead{
	font-style: italic;
	color: #333333;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	line-height: 18px;
}

h3#page-byline{
	font-size: 11px;
	color: #666666;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.mt-main-index h1#page-title {
    font-size: 30px;
    margin-bottom: .5em;
}

#homepage-image {
    width: 905px;
    height: 170px;
    /* photo by Anil Dash */
    background: url(homepage-image.jpg) no-repeat 0 0;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0 0 25px 20px;
}

#alpha .comments .even {
    background-color: #e6f0f5;
    border-right: 1px solid #c0d9e6;
    border-bottom: 1px solid #c0d9e6;
}

#alpha .comments .odd {
    background-color: #f3f3f3;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.comment {
	margin-top: 15px;
	margin-bottom:15px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(comment-bublle.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.comment-reply{
	margin-right: 15px;
	background-image: url(comment-reply-bubble.gif);
	background-position: right bottom;
	padding-right: 60px;
	background-repeat: no-repeat;
}

.comment-header {
    font-weight: bold;
}

h2.comments-header,
h2.comments-open-header,
h2.trackbacks-header {
	height: 50px;
	background: url(comment-header.jpg) no-repeat 0 0;
	font-size: 18px;
	color: #3F607A;
	font-weight: normal;
	border: none;
	line-height: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	margin-bottom: 10px;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 65px;
}
.layout-wtt h2.comments-header,
.layout-wtt h2.comments-open-header,
.layout-wtt h2.trackbacks-header {
    background: url(header-arrow-wide520.gif) no-repeat 0 0;
}

#main-navigation .search-options {
    display: none;
}

.widget-recent-comments ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget-recent-comments ul li {
    padding: 0 0 0 18px;
    margin: 0 0 8px 0;
    background: url(icon-comment.gif) no-repeat 0 4px;
}

.widget-recent-entries dl {

}

.widget-recent-entries dl dt {
    font-size: 18px;
}

.widget-recent-entries dl dd {
    margin-bottom: 3px;
}

.widget-recent-entries dl dd.entry-meta {
    margin-bottom: 10px;
    color: #777;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
}

.widget-recent-assets .item { 
    width: 72px;
    margin: 0 4px 8px;
}

.widget-recent-assets .item img { 
    border: 1px solid #ccc;
}

.userpic {
    float: left;
    
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 0 0;
    padding: 0;
    border: 1px solid #fff;
}

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

.comment-header {
    color: #777;
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: normal;
}

.comment-content {
	clear: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 60;
}

.admin-edit-link {
    text-align: center;
    font-family: verdana;
    margin-top: 10px;
}

.admin-edit-link a {
    border: 1px solid #ccc;
    background: #eee;
    padding: 5px 10px;
}

.page-mod-date{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	clear: both;
	float: right;
}

.page-mod-date a{
	color: #CCCCCC;
}

.classroom-index ul{
	list-style-type: none;
	margin-left: 10px;
}

.classroom-index li{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E3E3E3;
}

.classroom-index ul li .selected{
	background-image: url(star-selected.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}

.classroom-index ul li .description{
	font-style: italic;
	color: #666666;
}

/* Sitemap ---------------------------------------------------------------- */

#sitemap ul{
	list-style-type: none;
	margin-left: 10px;
}

#sitemap ul li{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#sitemap ul li ul li{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#sitemap .folder{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

#sitemap ul li ul li .folder{
	color: #666666;
	font-size: 14px;
	text-decoration: none;
}

#sitemap ul li ul li ul li .folder{
	color: #999999;
	font-size: 14px;
	text-decoration: none;
}

#sitemap .file{
	background-image: url(page.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

/* Forms ---------------------------------------------------------------- */

input.text, textarea {
    border: 1px solid #ccc;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    padding: 1px 2px;
    background-color: #fafafa;
}

.contact-form label {
    display: block;
}

.contact-form input.text {
    font-size: 13px;
}

.contact-form textarea {
    margin-bottom: 15px;
}


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

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

.widget-header {
	color: #3F607A;
	border: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
}


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

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


/* "Powered By" Widget */

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


/* Calendar Widget */

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

/* Panel Navigation Widget */

.widget-pages .widget-header{
	padding: 0px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.widget-pages .home{
	margin-bottom: 2px;
	padding-bottom: 5px;
	padding-left: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	background-image: url(home-nav.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


.widget-pages {
	color: #999999;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 5px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}

.widget-pages a{
	color: #666666;
}

.widget-pages a:hover{
	color: #76b900;
	}


.widget-pages ul li{
	list-style-type: none;
}


.widget-subfolder{
	padding-left: 20px;
}

/* Footer Widgets */

#footer .widget,
#footer .widget-content {
    margin: 0;
    padding: 0;
}

#footer .widget-footer-links {
	width: 200px;
	float: left;
	margin-right: 5px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1F1F1F;
	margin-left: 3px;
	padding-left: 5px;
}

#footer .widget-footer-links a:hover{
	color: #CCCCCC;
}

#footer .widget-powered {
    float: right;
    width: 157px;
    text-align: right;
    clear: none;
}

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

#footer .widget-powered .widget-content span {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

#footer .widget-powered .widget-content span a {
    display: block;
    float: right;
    height: 41px;
    width: 158px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(powered-by-mt-logo.gif) no-repeat 0 0;
}

#footer .widget-content li{
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer .widget-footer-contact{
	width: 210px;
	float: left;
	margin-left: 50px;
	padding-left: 20px;
	padding-top: 40px;
}


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

#footer {
	background-color: #00000;
	background-image: url(footer-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
	margin-bottom: 0px;
}

#footer a {
	color: #525358;
	font-family: Arial, Helvetica, sans-serif;
}

#footer .widget-header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #CCCCCC;
	background-image: none;
	margin: 0px;
	padding: 0px;
	font-variant: normal;
	text-transform: none;
}

#footer-content {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1F1F1F;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
}

#footer-content ul {
	margin: 0;
	padding: 12px 0 0 0;
	float: left;
	list-style-position: inside;
	list-style-image: url(rightarrow.gif);
	list-style-type: none;
}

#footer-content ul li {
	margin: 8;
	padding: 8;
}

#footer-legal{
	clear: both;
	width: 1000px;
	margin-top: 5px;
	padding-top: 5px;
	color: #525358;
}



#footer-legal ul li{
	display: inline;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1f1f1f;
	margin-left: 4px;
	padding-right: 4px;
	margin-bottom: 10px;
}

#footer .footer-logo{
	margin-top: 60px;
}

#designed-by{
	font-size: 9px;
	float: right;
	margin-right: 20px;
	height: 55px;
	font-family: Arial, Helvetica, sans-serif;
	width: 75px;
	margin-top: -20px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #999999;
}

#designed-by img{
	padding-top: 3px;
}

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


#content:after,
#alpha-inner:after,
#beta-inner:after,
#gamma-inner:after,
#main-navigation:after,
.entry-asset .asset-meta:after,
.comment:after,
#footer-content:after,
#footer:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}


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

/* Feature Spot ---------------------------------------------------------- */

#feature-spot{
	background-color: #222222;
	height: 412px;
	width: 100%;
}

#feature-spot-inner{
	background-color: #222222;
	background-image: url(main-bg.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 412px;
	background-position: bottom;
}

#feature-spot h1{
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 15px;
	letter-spacing: .1em;
}



/* Excerpt ---------------------------------------------------------- */

.excerpt-container{
	margin: 5px;
	padding: 0px;
	width: 300px;
	_width: 280px;
}

.excerpt-image{
	-moz-border-radius: 3px 3px 3px 3px;
	background: none repeat scroll 0 0 #EEEEEE;
	border: 1px solid #DDDDDD;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}

.excerpt-title{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	margin-top: 3px;
}

.excerpt-date{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #CCCCCC;
}

.excerpt-body{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #666666;
}

.excerpt-list{
	margin: 5px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.excerpt-image-list{
	-moz-border-radius: 3px 3px 3px 3px;
	background: none repeat scroll 0 0 #EEEEEE;
	border: 1px solid #DDDDDD;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	float: left;
	margin-right: 15px;
}

/* Photo Gallery ---------------------------------------------------------- */

.gallery{
	margin-left: 15px;
	margin-top: 15px;
}

.gallery img{
-moz-border-radius: 3px 3px 3px 3px;
	background: none repeat scroll 0 0 #EEEEEE;
	border: 1px solid #DDDDDD;
	padding: 3px;
	}
	
/* font resize ---------------------------------------------------------- */
.font-resize{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	margin-left: 10px;
	padding-bottom: 4px;
}

.font-resize a{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

.font-resize ul{
	padding: 0px;
	margin: 0px;
}

.font-resize ul li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}

.font-resize .increase{
	background-image: url(plus.gif);
	background-position: left center;
	padding-left: 15px;
	background-repeat: no-repeat;

}

.font-resize .decrease{
	background-image: url(minus.gif);
	background-position: left center;
	padding-left: 15px;
	background-repeat: no-repeat;
	height: 15px;
}

/* page tools ---------------------------------------------------------- */
.page-tools{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	margin-left: 10px;
	padding-bottom: 4px;
}
.share{
	background-image: url(email.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	line-height: 32px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding-right: 5px;
	margin-left: 10px;
	}
.share a{
	color: #666666;
}
.print{
	background-image: url(printer.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	line-height: 32px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding-right: 5px;
}

/* Related Items ---------------------------------------------------------- */

#beta-inner .related{
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E3E3E3;
}

#beta-inner .related a{
	color: #999999;
	background-image: url(plus-green.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding-left: 19px;
}

/* Next Chapter ---------------------------------------------------------- */

.next-chapter{
	background-image: url(next-chapter.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 35px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E3E3E3;
}

.chapter-title{
	font-style: italic;
	padding-left: 10px;
	font-size: 14px;
}

.chapter-number{
	float: right;
	height: 64px;
	width: 75px;
	background-image: url(chapter-folder-icon.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 34px;
	text-align: center;
	font-size: 15px;
	color: #333333;
	margin-left: 10px;
}

/* Media ---------------------------------------------------------- */

h3.media-title{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #3F607A;
	margin: 0px;
	padding: 0px;
}

.media-desciption{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #333333;
	line-height: 14px;
	margin-top: 5px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom: 4px;
}

.no-flash{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	
}

.sample-title{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	background-image: url(speaker-lg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 36px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 10px;
}

.for-sale{
	background-image: url(dollar-sign.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	width: 233px;
	margin-right: 4px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 45px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #3F607A;
	margin-top: 25px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #E3E3E3;
}

.for-sale .description{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #333333;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
	margin-left: 5px;
}

/* 404 missing ---------------------------------------------------------- */

#missing{
	background-image: url(404image.jpg);
	background-repeat: no-repeat;
	height: 500px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.missing-link{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	padding-top: 425px;
}

/* Table Data---------------------------------------------------------- */


#alpha-inner #entry-table .asset-meta {
    padding: 0;
    margin: 0;
}
#alpha-inner #popular-entry .last-comment .asset-meta,
#alpha-inner #entry-table .last-comment .asset-meta {
    margin-left: 46px;
    word-wrap: break-word;
}
.asset-footer {
    margin-top: 0;
}

#alpha-inner .asset-meta a {
    font-weight: bold;
}
#alpha-inner #entry-table .asset-meta a {
    font-weight: normal;
}

#alpha-inner #entry-table .entry {
    margin-bottom: 0;
}

#alpha-inner #entry-table .entry {
    margin-left: 46px;
}

#alpha-inner #entry-table {
    width: 100%;
    margin-top: 20px;
    border-width: 0;
    border-spacing: 0;
    table-layout: fixed;
}

#alpha-inner #entry-table,
#alpha-inner #entry-table th,
#alpha-inner #entry-table td {
    border-style: solid;
    border-collapse: collapse;
}

#alpha-inner #entry-table tr {
    border: none;
}

#alpha-inner #entry-table th,
#alpha-inner #entry-table td {
	border-width: 0 1px 1px 0;
	border-color: #EEEEEE;
	border-style: solid;
}

#alpha-inner #entry-table th {
    width: auto;
    padding: 3px 10px;
    font-weight: normal;
    color: #666666;
    text-transform: uppercase;
}

#alpha-inner #entry-table th.comment-count {
    width: 5em;
    text-align: center;
}

#alpha-inner #entry-table td {
    padding: 10px;
    word-wrap: break-word;
}

#alpha-inner #entry-table .last-comment {
    width: 30%;
    border-right-width: 0;
}

#alpha-inner #entry-table td.comment-count {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

#alpha-inner #entry-table .comments-closed {
    color: #777;
}

#alpha-inner #entry-table .entry-title {
    font-size: 14px;
}

#alpha-inner #entry-table .entry-title a {
    font-weight: bold;
}

#alpha-inner #entry-table .category-name {
    font-size: 12px;
} 
#alpha-inner #entry-table .category-name a {
    font-weight: normal;
    margin-left: 5px;
    padding-left: 12px;
    background: url(forum-icon.gif) no-repeat 0 0;
} 
/* email newsletter---------------------------------------------------------- */

.error_msg { color: red; }
.success_msg { color: green; }
.mc_custom_border{ padding:15px;border-width: 1px;border-style: solid;border-color: #ccc;color: #666666;background-color: #fafafa;}
#signupform{
	width: 400px;
	float: left;
	margin-top: 20px;
}
#signupform input[type="text"]
{width:100%;padding:3px;border:1px solid #c8c2be;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}