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


/* ---- reset ------*/

* {margin:0;padding:0;}
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {margin:0;padding:0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {font-size:1em;font-weight:normal;font-style:normal;}
ul,ol {list-style:none;}
fieldset,img,hr {border:none;}
caption,th {text-align:left;}
table {border-collapse:collapse;border-spacing:0;}
td {vertical-align:top;}
.clear {clear:both; width: 0px;}
.left {float: left;}
.right {float: right;}


/* ------------------ body --------------------- */


body {
    background: #F6F6F6 url(../images/bg.jpg);
    font: 62.5% Georgia, Times, serif;
    text-align: center;
    color: #0C3353;
}


/* ------------ text ------------ */

p {
    font-size: 1.8em;
    line-height: 1.4em;
    padding-bottom: 1.0em;
}

input {
    font-size: 1.4em;
}

h1 {
  font-size: 3.2em;
}

h2 {
  font-size: 2em;
}

a {
  color: #FF8500;  
}

a:hover {
  color: #940200;
}


/* ------------------ top --------------------- */

#top {
    width: 100%;
    height: 110px;
    background-repeat: repeat-x;
    background-position: left 99px;
    background-color: black;
}

#header {
  width: 900px;
  height: 110px;
  margin: 0 auto;
  overflow: hidden; 
}

.logo a {
  float: left;
  margin-top: 23px;
}

/* ------------ nav ------------ */

#header ul {
    float: right;
    width: 490px;
    margin-top: 38px; 
}

#header ul li a {
    float: left;
    color: #FF8500;
    font-size: 1.7em;
    text-decoration: none;
    padding: 0px 15px 5px 15px;
    margin-top: 1em;
    border-right: 2px solid #F1D5A6;
    font-weight: bold;
}

#header ul li a:hover, #header ul li a.current {
    color: #940200;
    color: white;
    color: #F1D5A6;
    font-weight: bold;
}

#header ul li.lastone a {
    background:none;
    border-right:none;
}

#header ul li.twitter_lg a {
    height: 6px;
    margin: 9px 0 0 20px;
    padding-top: 0.3em;
    padding-right: 0;
    display: block;
    background: url(../images/twitter_lg.png) 0 0 no-repeat;
}

#header ul li.twitter_lg a:hover {
    background: url(../images/twitter_lg.png) 0 -16px no-repeat;
}

/* ----------------- middle -------------------- */

#middle {
    position: relative;
    width: 900px;
    min-height: 600px;
    margin: 0 auto;
    padding: 30px 0;
    text-align: left;
    overflow: hidden; 
}

#middle center {
  text-align: center;
}


/* ----------------- bottom -------------------- */

#bottom {
  width: 100%;
  height: 100px;
  background: url(../images/line_header.png) left 16px repeat-x;
}

#footer {
  width: 900px;
  margin: 0 auto;
  padding: 40px 0;
  background: url(../images/shadow_bottom.png) center top no-repeat;
  overflow: hidden;
}

#footer .left {
  font-size: 1.2em;  
}

/* ------- footer nav ------- */


#footer ul {
  float: right;
  width: 390px;
}

#footer ul li a {
  float: left;
  color: #FF8500;
  padding: 0 12px;
  font-size: 1.4em;
  text-decoration: none;
  border-right: 1px solid #F1D5A6;
}

#footer ul li a:hover {
  color: #940200; 
}

#footer ul li.lastone a {
    border-right:none;
}

#footer ul li.twitter_sm a {
  height: 11px;
  margin: 3px 0 0 15px;
  padding-right: 0;
  display: block;
  background: url(../images/twitter_sm.png) 0 0 no-repeat;
  border: none;  
}

#footer ul li.twitter_sm a:hover {
  background: url(../images/twitter_sm.png) 0 -11px no-repeat;
}

.addressbox {
    float: right;
    width: 700px;
    padding: 2em;
    border: none;
}

#footer ul.address {
    float: right;
    width: 700px;
    padding: 3px;
}

#footer ul li.address {
    float: right;
    color: #666666;
    padding: 0 12px;
    font-size: 1.3em;
    text-decoration: none;
    border-right: 1px solid black;
}

#footer ul li.address.last {
  border-right: none;
}


/* -----------------------------------------------------------

/* ----------------- blog -------------------- */

#blog {}

/* --- left --- */

#middle #blog .left {
  width: 680px;  
}

#middle #blog .left .post {
  padding-bottom: 30px;
  margin-bottom: 30px;
  background: url(../images/line_div.png) 0 bottom repeat-x;  
}

#middle #blog .left h4 {
  font: 62.5% Georgia, Times, serif;
  font-size: 1.4em;
  color: #930100;
  margin: 4px 0 18px;
}

#middle #blog .left h3 {
  font: 62.5% Georgia, Times, serif;
  font-size: 1.8em;
  color: #930100;
  margin: 18px 0 18px;
  text-shadow: 0 0px 0px #000;
}

#blog p {
    font-size: 1.8em;
    line-height: 1.4em;
    padding-bottom: 1.0em;
}

#blog ul {
    font-size: 1.5em;
    padding-left: 2em;
    padding-bottom: 1em;
    list-style-type: square;
    list-style-position: inside;
}


#blog .left img {
  float: right;
  padding: 16px;
  margin: 20px;
  background: #FFF;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.65);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.65);
  box-shadow: 0 1px 3px rgba(0,0,0,0.65);  
}

#middle #blog .archive .left, #middle #blog .archive .right {
  font-size: 1.8em;
  color: #FF8500;
  border: none;
  width: 200px;
  padding: 0;
  margin: 0;
}

#middle #blog .archive .right {
  text-align: right;  
}


/* --- right --- */

#middle #blog .right {
 width: 150px;
 padding: 10px 0 25px 15px;
 border-left: 1px solid #D2C4AB;
}

#middle #blog .right .subscribe a {
  margin-left: -15px;
  padding: 10px 0 20px 55px;
  width: 150px;
  border-bottom: 1px solid #D2C4AB;
  background: url(../images/icon_rss.png) 15px 5px no-repeat;
  font-size: 1.6em;
  color: #00303F;
  text-decoration: none;
  display: block;
}

#middle #blog .right .subscribe a:hover {
  text-decoration: underline;  
}

#middle #blog .right h1 {
  font-size: 1.4em;  
}

#middle #blog h1 a {
  text-decoration: none;
}

#middle #blog h1 a:hover {
  text-decoration: underline;  
}

#middle #blog em {
    font-style: oblique;
    color: black;
}

#middle #blog .right h4 {
  color: #940200;
  padding-top: 3px; 
}

#middle #blog .right .post_small {
  padding: 20px 0 25px;
  background: url(../images/line_dotted.png) 0 bottom repeat-x;
}

