@import url("/_tmpl_styles/94/style.css");

body,html {
    width: 750px;
    margin-left: auto;
    margin-right: auto; 
    height: 100%;
    background-color: #E8E8CE;
}

blockquote {
	margin: 0 0 0 30px;
	padding: 10px 0 0 20px;
	font-style: italic;
	font-size: 13px;
	line-height: 1.5em;
	color: Black;
	background: #F5F5F5 url(http://blog.qumana.com/quotes.png) no-repeat top left;
}

textarea {
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
font: normal 12px;
    border: 1px solid #999;  
    color: #333333;
    background-color: #FFF;
}

input {
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    font: normal 12px;
    border-top: 1px solid #DEDEDE;  
    border-bottom: 1px solid #999;  
    border-left: 1px solid #DEDEDE;  
    border-right: 1px solid #999;  
    color: #333;
    background-color: #FFF;
    padding: 1px 1px 1px 1px;
}

select {
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    font: normal 12px;
    border: 1px solid #333;  
}


table.columns td.header {
    background-color: transparent;

    padding: 20px 15px 8px 15px;
    border-color: #fff;
    border-style: none;

}
table.blogHeader {
    margin: 0;
    padding: 6px 15px;
    border-bottom: 0px solid #fff;

    
}

table.blogHeader a:link,
table.blogHeader a:active, 
table.blogHeader a:visited {
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

table.blogHeader a:hover {
    text-decoration: underline;
    color: #666;
}


td.blogHeaderLeft {
    vertical-align: bottom;
    text-align: left;

}

.componentBlogname {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    font: normal 17px;
    line-height: 30px;
    letter-spacing: -1px;
    background-color: transparent;
    color: #000;
}

body {
    margin: 0 35px 20px 35px;
    color: #333;
    background-color: #fff;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    font: 12px;
}

table {
    background-color: #fff;
    color: #333;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    font: 12px;;
}

a {
    text-decoration: none;

}

a:link {
    background-color: transparent;
    color: #0033CC;
    text-decoration: underline;
    cursor: pointer;
}


a:visited {
    background-color: transparent;
    color: #996633;
    text-decoration: underline;
    cursor: pointer;
}

a:active {
    background-color: transparent;
    color: #0066FF;
    text-decoration: underline;
    cursor: pointer;
}



a:hover {
    background-color: transparent;
    color: #0066FF;
    cursor: pointer;
}

a.plain {
    text-decoration: none;
}

textarea {
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    font: normal 12px;
    padding: 1px;
}

input {
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    font: normal 12px;
    cursor: pointer;
}

select {
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    font: normal 12px;
}
.articleAuthor {
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    background-color: transparent;
    font: normal 10px;
    margin: 0 0 13px 0;
    color: #999;
    clear: both;
}

.articleBody {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    font: 12px;
    line-height: 150%;
    clear: both;
}

div.articleBody table td,
div.articleBody table th {
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    font: 12px;
    line-height: 150%;
}

.articleMore {
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    font: normal 11px;
}

.articleStats {
    background-color: transparent;
    color: #999;
    margin: 8px 0;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    font: normal 10px;
    white-space: nowrap;
    clear: both;
}

#leftcol .componentContent {
    padding: 6px 6px 3px 6px;
    background-color: #E8E7D0;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #fff;
}

#leftcol .componentHead {
    margin: 0 0 2px 0;
    padding: 1px 0 0 0;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    font-size: 11px !important;
    font-weight: bold;
    text-transform: none;
    border-top: 2px solid #000;
    border-left: 1px solid #fff;    
}

#rightcol .componentHead {
    margin: 0 0 2px 0;
    padding: 1px 0 0 0;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    font-size: 11px !important;
    font-weight: bold;
    background-color: transparent;
    text-transform: none;
    border-top: 2px solid #000;
    border-right: 1px solid #fff;
}

#rightcol .componentContent {
    padding: 6px 6px 3px 6px;
    background-color: #E8E7D0;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #fff;
}

.componentCalendar {
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    font: normal 9px;
    text-align: center;
}

.componentBlogname {
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    font: normal 34px;;
    line-height: 34px;
    letter-spacing: -1px;
    background-color: transparent;
    color: #666;
}

div.componentBlogname a:link
{
    text-decoration: none;
    color: #0033CC;
    cursor: pointer;
    font-weight: normal;
    font-style: normal;
}


div.componentBlogname a:visited
{
    text-decoration: none;
    color: #996633;
    cursor: pointer;
    font-weight: normal;
    font-style: normal;
}

div.componentBlogname a:hover,
div.componentBlogname a:active
 {
    text-decoration: none;
    color: #0066FF;
    cursor: pointer;
    font-weight: normal;
    font-style: normal;
}

.componentPostArticleLink,
.componentEditArticleLink,
.componentRssLink,
.componentHomeLink,
.componentEmailNotifyLink {
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    font: bold 11px;
    background-color: transparent;
    color: #0033CC;
}

.commentsHead {
    font-weight: bold;
    margin-bottom: 14px;
    text-transform: none;
    border-top: 2px solid #ccc;
}

.commentAuthor {
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    font: normal 11px;
    margin-bottom: 8px;
    padding-top: 2px;
    border-top:1px solid #ccc;
    color: #999;
    background-color: transparent;
}

.categoryPostList {
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    font: normal 11px;
    margin: 18px 0;
    clear: both;
}

table.categoryPostListTable {
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    font: normal 11px;
}


.articleBreadcrumb {
    font-size: 11px;
    white-space: nowrap;
    padding: 6px 0 6px 0;
    margin: 0 0 20px 0;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    font: normal 11px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}

.photoBreadcrumb {
    font-size: 11px;
    white-space: nowrap;
    padding: 6px 0 6px 0;
    margin: 0 0 12px 0;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    font: normal 11px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}

div.articleBreadcrumb table {
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    font: normal 11px;
}

div.photoBreadcrumb table {
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    font: normal 11px;
}

.articlePrintLink {
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    font: normal 11px;
    margin-top: 12px;
    clear: both;
}