a {
	color: #666666;
	text-decoration: none;
	}
a:link {
	color: #666666;
	text-decoration: none;
	}
a:visited {
	color: #666666;
	text-decoration: none;
	}
a:active {
	color: #666666;
	text-decoration: none;
	}
a:hover {
	color: #DA523A;
	text-decoration: none;
	}

#sidebar {
 float: right;
 background-color: #FFFFFF;
 overflow: hidden;
 width: 380px;
	}

#whatsnew-content{
 border-left:solid 1px #E56613;
 padding: 8px;
}

#whatsnew-title{
 height: 41px;
 background-repeat:no-repeat;
 background-image:url(imgs/whatsnew.gif);
}

#news-title{
 height: 41px;
 background-repeat:no-repeat;
 background-image:url(imgs/news.gif);
}


#menu-category{
 height: 41px;
 background-repeat:no-repeat;
 background-image:url(imgs/menu-category.gif);
}

#menu-comment{
 height: 41px;
 background-repeat:no-repeat;
 background-image:url(imgs/menu-comment.gif);
}

#home{
 margin-top: 20px;
 height: 35px;
 background-repeat:no-repeat;
 background-image:url(imgs/menu-home.gif);
}

#about{
 height: 35px;
 background-repeat:no-repeat;
 background-image:url(imgs/about.gif);
}

#menber-int{
 height: 35px;
 background-repeat:no-repeat;
 background-image:url(imgs/menber-int.gif);
}

#menber-inv{
 height: 35px;
 background-repeat:no-repeat;
 background-image:url(imgs/menber-inv.gif);
}

#sarto-logo{
 height: 35px;
 background-repeat:no-repeat;
 background-image:url(imgs/sarto-logo.gif);
}

h3.whatsnew{
    font-size: 11px;
    line-height: 130%;
}

h3.menu-category{
    font-size: 12px;
    line-height: 130%;
}


h1.title{
    font-size: 16px;
    padding:5px 0px 5px 7px;
     border-left: 8px solid #920D04;
    border-bottom: 1px solid #920D04; 
}

:link,:visited {
    text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}

a {
    text-decoration: none;
    outline: none;
}

a img,:link img,:visited img {
    border: none;
}

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

.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

.pkg, #content-inner { display: inline-block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

.inline { display: inline; }
.hidden { display: none; }

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

body {
    text-align: center;
    background: #fff;
}

#container-inner {
    width: 940px;
    margin: 0 auto;
    min-height: none;
    text-align: left;
    border-right: 2px solid cornsilk;
    border-left: 2px solid cornsilk;
    border-bottom: 2px solid cornsilk;
}

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

#alpha, #beta, #gamma {
    width: 560px;
    float: left;
}

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

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

#footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
    line-height: 150%;
    font-size: 13px;
}

#footer-inner{
 width: 100%;
 border-top: 2px solid cornsilk;
}

#entry-footer{
 line-height: 150%;
 font-size: 11px;
 border-top: 1px dotted #E56613;
}

#comment-line{
 line-height: 150%;
 font-size: 12px;
 border-top: 1px #E56613;
}

#comments-split{
 line-height: 150%;
 font-size: 12px;
 border-left: 1px dotted #E56613;
}




#header-inner {
    font-size: 14px;
    font-weight: bold;
    line-height: 150%;
    background-color: cornsilk;
}


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

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}

blockquote, ol, ul {
    margin-left: 30px;
    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 {

}


