/*-----------------------------------------------------------------------------
  kortesandwich.com Style Sheet 

  version:   1.0
  license:   Creative Commons Attribution 3.0 License
  dev date:  September 2009
  author:    Daniel Korte
  email:     daniel (at) danielkorte.com
-----------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------
########## SCREEN #############################################################
-----------------------------------------------------------------------------*/


/* =Eric Meyer's Reset
-----------------------------------------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,
abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,
strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;
font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;
vertical-align:baseline;}
:focus{outline:0;}
body{line-height:1;color:#bf9c76;background:#501708;}
ol,ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption,th,td{text-align:left;font-weight:normal;}
blockquote:before,blockquote:after,q:before,q:after{content:"";}
blockquote,q{quotes:"" "";}


/* =General
-----------------------------------------------------------------------------*/
body {
   color: #bf9c76;
   text-align: center;
   font-family: Georgia, Times, serif;
   background: #501708 url('/images/background.jpg') top center no-repeat;
}
#container {
   width: 1000px;
   margin: 0 auto;
   text-align: left;
}
#flash {
   width: 1000px;
   height: 750px;
   margin: 0 auto;
   text-align: left;
}

/* =Text
-----------------------------------------------------------------------------*/
h1 {
   text-indent: -9999px;
}
h1 a {
   display: block;
   width: 369px;
   height: 139px;
   background: url('/images/korte_sandwich.jpg') top left no-repeat;
}
h2 {
   font-size: 28pt;
   margin-top: 30px;
   margin-right: 50px;
   margin-bottom: 18pt;
   margin-left: 50px;
}
h3 {
   
}
h4 {
   
}
h5 {
   
}
h6 {
   
}
p {
   margin: 0 50px;
   line-height: 135%;
}
p.details {
   margin-top: 50px;
   font-size: 70%;
   border-top: 1px solid #bf9c76;
}
span {
   font-style: italic;
}

/* =Links
-----------------------------------------------------------------------------*/
a:link {
   color: #000;
   text-decoration: underline;
}
a:visited {
   color: #000;
   text-decoration: underline;
}
a:hover {
   color: #000;
   text-decoration: none;
}
a:active {
   color: #000;
   text-decoration: underline;
}


