@font-face {
    font-family: 'Alice';
    src: url('/fonts/alice-regular-webfont.eot');
    src: url('/fonts/alice-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/alice-regular-webfont.woff') format('woff'),
         url('/fonts/alice-regular-webfont.ttf') format('truetype'),
         url('/fonts/alice-regular-webfont.svg#AliceRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'UncialAntiqua';
    src: url('/fonts/uncialantiqua-regular-webfont.eot');
    src: url('/fonts/uncialantiqua-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/uncialantiqua-regular-webfont.woff') format('woff'),
         url('/fonts/uncialantiqua-regular-webfont.ttf') format('truetype'),
         url('/fonts/uncialantiqua-regular-webfont.svg#UncialAntiquaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body, p { margin: 0; padding: 0; }
html, body, #ie-detect { width: 100%; height: 100%; }
html {
    background-color: #161616;
    background-position: center top;
    background-repeat: no-repeat;
    font-family: 'Alice', 'Times New Roman', serif;
    font-size: 15px;
    color: #161616;
}
body {
    position:relative;
    min-width: 980px;    
}
a { color: #b50000; }
a img { border: none; }
p {
    margin: 1em 0;
}
h1, h2 {
    font-weight: normal;
    color: #880101;
    font-family: UncialAntiqua, 'Times New Roman', serif;
    font-variant:small-caps;
    margin: 0;
}
h1 { font-size: 1.6em; margin: 0.7em 0; }
h2 { font-size: 1.2em; margin: 0.5em 0; }
hr {
    height: 1px;
    color: #880101;
    border: 0;
    border-top: 1px solid #942909;
    border-color: rgba(148, 41, 9, 0.5);
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.header, .article, .footer { display: block; }
.left-inner, .right-inner, .center-inner {
    min-height: 615px;
}
.left-outer {
    width: 50%;
    float: left;
    margin-right: -391px;
}
.left-inner {
    margin-right: 390px;
    background: url(/img/bg_left.jpg) top right no-repeat;
}
.right-outer {
    width: 50%;
    float: right;
    margin-left: -391px;
}
.lte7 .right-outer {
    margin-left: -392px; 
}
.right-inner {
    margin-left: 390px;
    background: url(/img/bg_right.jpg) top left no-repeat;
}
.center-outer {
    width: 780px;
    min-height: 100%;
    margin: 0 auto;
    position: relative;
    z-index:10;
    background: #f4f0e6 url(/img/bg_content.jpg) repeat-y;
    border: 1px solid #942909;
    border-color: rgba(148, 41, 9, 0.5);
    border-width: 0 1px;
    box-shadow: 0 0 1px 1px rgba(148, 41, 9, 0.5);
    float:left;
}
.center-inner {
    background: url(/img/bg_content_top.jpg) no-repeat;
    margin-bottom: 3em;
}
.header {
    position: relative;
}
.logo img {
    margin: 8px 5px;
}
#BODY .fb-like {
    position: absolute;
    right: -30px;
    top: 10px;
}
.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 40px;
    right: 30px;
    font-family: UncialAntiqua, 'Times New Roman', serif;
    font-variant:small-caps;
    font-size: 20px;
}
.lte7 .menu {
    overflow: hidden;
    height: 100%;
}
.menu li {
    display: inline-block;
    margin-left: 9px;
}
.lte7 .menu li {
    float: left;
}
.menu a {
    display: inline-block;
    text-decoration: none;
    border-radius: 40px;
    padding: 0 8px;
}
.menu a:hover, .menu .on a {
    box-shadow: 0 0 10px #D4C7A9;
}
.article {
    padding: 10px 30px;
    line-height: 1.5em;
    min-height: 250px;
}
.article > *:first-child {
    margin-top: 0;
}
.article p a {
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px solid #b20205;
    line-height: 100%;
}
.article h2 a {
    text-decoration: none;
}
.footer {
    margin: 1em 0;
    padding: 0 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #9f8d63;
}
.html5 {
    position: absolute;
    top: -2px;
    right: 5px;
}
.html5 img {
    width: auto;
    height: 23px;
}
blockquote {
    margin: 1em 0;
}
cite {
    display: block;
    text-align: right;
}
.portfolio {
    list-style: none;
    margin: 0;
    padding: 0;
}
.portfolio li {
    padding-top: 2em;
}
.portfolio img {
    float: left;
    margin: 0 1em 1em 0;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 0 2px #D4C7A9;
}
.portfolio a:hover img {
    box-shadow: 0 0 10px #D4C7A9;
}
.portfolio-home {
    list-style: none;
    margin: 0;
    padding: 1px;
    background: rgba(159, 141, 99, 0.1);
    border-radius: 2px;
    text-align: center;
    line-height: 0;
}
.portfolio-home li {
    display: inline-block;
    margin: 22px 14px;
}
.portfolio-home a {
    display: inline-block;
}
.portfolio-home img {
    display: inline-block;
    box-shadow: 3px 3px 6px rgba(159, 141, 99, 0.2);
    border: 1px solid rgba(159, 141, 99, 0.3);
}
.lte7 .portfolio-home li,
.lte7 .portfolio-home a,
.lte7 .portfolio-home img {
    display: inline;
}
.lte7 .portfolio-home {
    overflow: auto;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#229F8D63, endColorstr=#229F8D63);
}
.ie8 .portfolio-home {
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#229F8D63, endColorstr=#229F8D63)";
}