@charset "UTF-8";
/* CSS Document */

body, html{

/* margins */

margin-left:0px;
margin-top:0px;
margin-right:0px;
margin-bottom:0px;

/* colors */
background-color:#000033;
background-color:#7A8908;
background-color:#F0EFE9;
background-color:#212121;
background-color:#141414;
color:#666666;
color:#5A5850;
color:#86826E;
color:#76736A;



/* typography */

font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
line-height:1.618 em;
text-align:center;

}

/* 1px top divider */

#divide{
height:1px;
position:fixed;
top:0px;
width:100%;
z-index:11;
background-color:#666666;
}

/* top bar */

#topbar_wrap{
width:100%;
height:67px;
position:fixed;
top:0px;
margin:0;
padding:0px;
background-image:url(../images/topbar.png);
background-repeat:repeat-x;
text-align:left;
z-index:10;
}

#topbar{
display:table;
background-color:#33CC00;
background-color:#33FFFF;
background-color:#F8FBF8;
background-color:#E55B59;
background-color:#00CCFF;
background-color:#FF3300;
background-color:#BDAE78;
background-color:#EBEAE1;
background-color:#F5F2EE;
background-color:#fff;

width:100%;
height:46px;
text-align:left;
background-image:url(../images/avenger.png);
background-repeat:no-repeat;
background-position:10px 12px;
}

#topbar_element{
padding-left:38px;
padding-right:5px;
padding-top:4px;
display:table-cell;
width:auto;
vertical-align:middle;
text-transform:uppercase;
color:#003399;
color:#666666;
color:#7B6E49;
color:#ACA592;
color:#92A3AC;
color:#6B777E;
color:#59717E;
color:#212121;
color:#E55B59;
color:#333333;



}



/* main */

#main_wrap{
font-size:12px;
position:relative;
top:46px;
width:589px;
margin:0 auto;
min-height:1000px;

padding-top:10px;
padding-bottom:25px;
padding-left:10px;
padding-right:10px;

border:0px;

background-color:#F5F2EE;
background-color:#fff;
border-left:#CCCCCC 1px solid;
border-right:#CCCCCC 1px solid;

z-index:0;
text-align:center;

}

#main_wrap h1{
font-size:18px;
color:#666666;
color:#59717E;
color:#212121;
color:#E55B59;
color:#000033;
color:#282747;
color:#333333;

border-top: #282747 1px dotted;
border-bottom: #282747 1px dotted;
padding:15px;
padding-top:14px;
text-transform:lowercase;
font-variant:small-caps;
font-weight:bold;
text-align:center;

margin-bottom:20px;
margin-right:20px;
margin-left:20px;
margin-top:20px;

letter-spacing:0.12em;
/*background-image:url(../images/clouds.png);
background-repeat:no-repeat;
background-position:center top;
*/
}

#main_wrap h2{
font-size:14px;
color:#E55B59;
color:#282747;
color:#333333;

border-top: #282747 1px dotted;
border-bottom: #282747 1px dotted;
padding:15px;

text-transform:lowercase;
font-variant:small-caps;
font-weight:bold;
text-align:center;

margin-left:60px;
margin-right:60px;
margin-top:20px;
margin-bottom:20px;

letter-spacing:0.12em;
}
#main_wrap h3{
font-size:14px;
color:#E55B59;
color:#282747;

border:0px;
padding:0px;

text-transform:lowercase;
font-variant:small-caps;
font-weight:bold;
text-align:center;

margin-left:60px;
margin-right:60px;
margin-top:0px;
margin-bottom:-33px;

letter-spacing:0.12em;
}

h3 img{
position:relative;
top:23px;
/*
top:24px;
-webkit-transform: rotate(-2deg);
-moz-transform: rotate(-2deg);
*/
}

#main_wrap p{
margin-left:64px;
margin-right:64px;
margin-top:10px;
margin-bottom:10px;
line-height:2em;
text-align:justify;
widows:0;
orphans:0;
}

.date{
display:block;
text-transform:uppercase;
color:#555;
color:#BDAE78;
color:#0099CC;
color:#908974;
color:#444444;
color:#76736A;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:9px;
text-align:center;
font-weight:bolder;
letter-spacing:0.2em;
position:relative;
top:3px;
margin-top:3em;
margin-bottom:3em;
}

.vignette{
display:block;
text-align:center;
}

.vignette img{
position:relative;
width:468px;
height:468px;
border:1px solid #141414;
}

.vignette img:hover{
width:auto;
height:auto;
margin-left:-60px;
}


:focus
{
  -moz-outline-style: none;
}

em {
font-size:0.9em;
letter-spacing:0.1em;
}

.sc{
text-transform:lowercase;
font-variant:small-caps;
white-space:pre;
}