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

#container{
text-aline : center;}

/* tag Kerukun --------------------------------*/
.image {
    margin-top:10px;
    margin-bottom:5px;
    margin-right:30px;}

.caption {
    padding-bottom:25px;}



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

body {
    line-height: 1.6;
}

a:link {
    color: #09c; 
    text-decoration: none;
    font-weight: normal;
}

a:visited {
    color: #639; 
    text-decoration: none;
    font-weight: normal;
}

a:hover {
    color: #f30; 
    text-decoration: underline;
    font-weight: normal;
}

h2{
	font-weight: bold;
	font-size: 140%;
	color: #2f4f4f;
        margin-top: 20px;
}

h3{
	font-size: 110%;
	color: #2f4f4f;
        margin-top: 10px;
}



/* header --------------------------------*/

#header {
    padding-top: 30px;
    padding-bottom: 5px;
    background: none;
}

#header-name a {
    font-size: 32px;
    color:#c0c0c0;
    font-family: Osaka, helvetica;
    letter-spacing :28px;
    font-weight: normal;
}

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

#header-description {
    padding-top: 5px;
    padding-bottom: 20px;
}

.header-menu{
    height: 30px;
    margin-top: 15px;
    float: right;
}

.header-menu a{
    color: #09c; 
    font-size: 18px;
    font-weight: bold;
}


.header-menu a:hover{
    color: #f30; 
    text-decoration: none;
    font-weight: bold;
}

#header ul.header-menu li{
    float: left;
    margin-left: 20px;
    list-style-type:none;
} 

#footer {
    background-color: #c30;
} 



/* layout ---------------------------------- */

.layout-wt #content-inner {
    background: none;
    width: 940px;
}


#header-inner{
    padding-left: 20px;
}

#alpha-inner {
    margin-left: 20px;
    margin-right: 20px;
    width: 645px;
}

#beta,
#gamma,
#beta-inner,
#gamma-inner, 
.archive-widget {
    width: 230px;
    padding-left: 0px;
    float : right;
    background-color: #f5f5f5;
}



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


.widget-header {
    font-size: 18px;
    color: #777;
    background-color: #f5f5f5;
} 


.archive-widget .widget-list .item {
    font-size: 11px;
    color: #888;
    font-weight: normal;
} 

.widget a{
    color:#09c;
    text-decoration: none;
    font-weight: normal;
}

.widget-content a:hover {
    color: #f30; 
    text-decoration: underline;
    font-weight: normal;
}


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

.widget-calendar .widget-content table {
    margin-top: 5px;
    line-height:1.5;
    width:80%;
}


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

.asset-name,
.entry-title,
.asset-name a{
    color: #333;
    font-weight: bold;
}

.asset-name a:hover {
    color: #f30; 
    text-decoration: none;
    font-weight: bold;
}

.asset-meta {
    border-top: 3px dotted #c0c0c0;
}

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




