/* 
    Document   : oob
    Created on : May 4, 2011, 1:08:02 PM
    Author     : qwazix
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http:
*/

root { 
    display: block;
}

img {
    border: 0;
}
a { 
    color: lightgrey;
    color: inherit;
    text-decoration: none;
    text-decoration: inherit;
}


html{
    min-height: 100%;
    padding: 0;
    margin: 0;
}

ul {
    margin: 0;
}

body{
    font-family: Didot;
    min-height: 100%; 
    padding: 0;
    margin: 0;
    color: #eedaa9;
    background-color: #6e030d;
    display: inline;
}

.toolbar button{

    width: 60px;
    height: 60px;
    display: block;
}

button {
    background: #cdcdcd;
    border: 0px none;
    margin: 10px 0 10px 0;
    border-radius:10px; -o-border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px;
    box-shadow: -3px -3px 20px grey inset, 3px 3px 20px white inset; -o-box-shadow: -3px -3px 20px grey inset, 3px 3px 20px white inset; -webkit-box-shadow: -3px -3px 20px grey inset, 3px 3px 20px white inset; -moz-box-shadow: -3px -3px 20px grey inset, 3px 3px 20px white inset;
    font-size: 20px;
    font-family: inherit;
    padding: 10px 20px;
}

button:hover{
    background: #eeeeee;
}

button:active{
    box-shadow: 3px 3px 20px grey inset, -3px -3px 20px white inset; -o-box-shadow: 3px 3px 20px grey inset, -3px -3px 20px white inset; -webkit-box-shadow: 3px 3px 20px grey inset, -3px -3px 20px white inset; -moz-box-shadow: 3px 3px 20px grey inset, -3px -3px 20px white inset;
}

.absolute{
    position: absolute;
}

#background {
}

#background img{
}

#center {
    position: absolute;
    left: 50%;
    top: 0;
}

.labels img {
    display: none;
    width: 180px;
}

.imgwrapper img{
    width: 100%;
}

.footer{
    font-size: 17px;
    color: #c83737;
    text-align: right;
    margin: 30px 10px 4px 0;
}

.footer a{
    color: white;
}

@font-face {
	font-family: 'Purisa';
	src: url('fonts/Purisa.eot?#iefix') format('embedded-opentype'), 
	     url('fonts/Purisa-webfont.woff') format('woff'), 
	     url('fonts/Purisa-webfont.ttf')  format('truetype'),
	     url('fonts/Purisa-webfont.svg#svgFontName') format('svg');
}
@font-face {
	font-family: 'Didot';
	src: url('fonts/gfsdidot-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('fonts/gfsdidot-webfont.woff') format('woff'), 
	     url('fonts/gfsdidot-webfont.ttf')  format('truetype'),
	     url('fonts/gfsdidot-webfont.svg#svgFontName') format('svg');
}
@font-face {
	font-family: 'mailart';
	src: url('fonts/m-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('fonts/m-webfont.woff') format('woff'), 
	     url('fonts/m-webfont.ttf')  format('truetype'),
	     url('fonts/m-webfont.svg#svgFontName') format('svg');
}
/*@font-face {
	font-family: 'Didot';
        font-style: Italic;
	src: url('fonts/gfsdidotitalic-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('fonts/gfsdidotitalic-webfont.woff') format('woff'), 
	     url('fonts/gfsdidotitalic-webfont.ttf')  format('truetype'),
	     url('fonts/gfsdidotitalic-webfont.svg#svgFontName') format('svg');
}*/




.smallRed {
    color: #c83737;
    font-size: 70%;
}

.hoverLink {
    cursor: pointer;
}

a:hover {
    color: #c83737;
}

.selected{
    color:#999999;
}

.stack{
    height: 300px;
    width: 700px;

}

.stack>div{
    position: absolute;
    width: 420px;
    box-shadow: 2px 2px 10px black; -o-box-shadow: 2px 2px 10px black; -webkit-box-shadow: 2px 2px 10px black; -moz-box-shadow: 2px 2px 10px black;
    color: black;
    cursor: url('template/images/grab.gif'), url('template/images/grab.cur'), pointer;
}

.stack img {
    width: 100%;
    display: block;

}

.text {
    position: absolute;
    left: 20px;
    width: 500px;
    top:100px;
    font-family: Didot;
}

h1{
   font-style: italic; 
   font-weight: normal;
}

.row1 {
    height: 140px;
}

.row1>* {
    display: inline-block;
    overflow: hidden;
}

.row1>img{
    /* height: 100px; */
/*    width: 200px;*/
    vertical-align: top;
}

.title {
    font-size: 40px;
    padding-top:35px;
    margin-left: 50px;
    
}

.location {

    margin-left: 10px;
}

.row2 {
    background-color:  #808080;
    /* background: url('images/container-background.png'); */
    background: #520101;
    height: 120px;
}

div.logo {
    padding: 15px 0 0 20px;
    margin-bottom: 20px;
}



.col1 {
    float: left;
}

.col2 {
/*    margin: 0 240px 0 240px;*/
    margin: 0 20px 0 260px;
/*    padding-bottom: 60px;*/
    max-width: 900px;
}

.cards a div div img{
    
}

.cards a div div.label{
    color:#c83737;
}

.col2 #article a{
    color:#FFFFFF;
}
.col2 #article a:hover{
    color:#c83737;
}

.col3 {
    float: right;
    text-align: right;
    display: none;
}

.col1, .col3 {
    padding-top: 20px;
    width: 220px;
  /*  background-color: #808080; */
/*  background-color: #333333; */
    height: 100%;
   /* color: #452727 */
   color: white;
    
}

.col1 ul, .col3 ul {
    list-style: none;
    padding: 0 20px;
}

.col1 ul li, .col3 ul li {
    margin-bottom: 5px;
    font-size: 1.3em;
}

.cards {
    text-align: center;
}

.cards>a>div {
    display: inline-block;
    vertical-align: top;
    
}

.cards .label{
    visibility: hidden;
    font-size: 20px;
}

#hateIe7{
    
    
    
}

#slideshow{
    display: block;
    padding: 0;
/*    margin-bottom: 30px;*/
/*    display: table-cell;*/
    vertical-align: bottom;
    position: relative; 
    float: left;
    margin-right: 15px;
    width: 50%;
    
}

#myslideshow{
    display: inline-block;
}

#myslideshow ul{
    max-width: 210px;
    list-style: none;
}

#myslideshow ul li{
    display: inline-block;
    padding: 3px 0px; 
    vertical-align: top;
}

#myslideshow .thumbs{
    padding-bottom: 15px;
}

#myslideshow ul li a div{
    width:55px;
    height: 55px;
    overflow: hidden;
    text-align: center;
}

#myslideshow ul li a.thumb img{
    max-width: 60px;
    min-height: 60px;
    width: auto;
}


#showphoto{
    width:60%;
    /* max-height: 580px; */
    padding: 0;
    margin-bottom: 40px;
    display: inline-block;
    vertical-align: bottom;
    position: relative; 
    float: left;
    margin-right: 30px;
}

#showphoto img{
    max-width: 100%;
    max-height: 580px;
}

.col2.photogallery {
    height: 700px;
}

#contactForm{
    float:left;
}
.contactcol2{
    position: absolute;
    left: 750px;
    width: 300px;
/*    padding-bottom: 60px;*/
}
#ContactForm textarea{
    width: 400px;
    height: 200px;
}



#slideshow .crop{
    position: absolute;
    left: 0;
    top: 0;
    width:400px;
    height:300px;
    overflow: hidden;
}

#slideshow img{
    /* display: none;*/ 
}

ul.thumbs{
    height:350px;
    min-width: 210px;
}
.bottom.pagination{
    padding-top: 5px;
    padding-left: 50px;
}
.bottom.pagination span {
    padding-right: 10px;
}
.bottom.pagination a {
    padding-right: 10px;
}

/*TODO: png background for IE*/

#slideshow .overlay{
    /*background-color:
        rgba(0,0,0,0.3);*/
    background-image: url('images/24percentblackalpha.png');
    padding: 10px;
    left:0;
    bottom:0;
    position: absolute;
    height: 60px;
    color:white;
    text-shadow:
        2px 2px 4px black;
    display: none;
    width: 95%;
}

#notification {
    display: none;
    border-radius: 9px; -o-border-radius: 9px; -webkit-border-radius: 9px; -moz-border-radius: 9px;
    background: rgba(70,0,0,0.8);
    border: 2px solid #2e0000;
    z-index: 9999;
    padding: 10px;
    top: 340px;
    box-shadow: 2px 2px 3px #2e0000, -2px -2px 3px #2e0000, 2px 2px 3px #2e0000 inset, -2px -2px 3px #2e0000 inset; -o-box-shadow: 2px 2px 3px #2e0000, -2px -2px 3px #2e0000, 2px 2px 3px #2e0000 inset, -2px -2px 3px #2e0000 inset; -webkit-box-shadow: 2px 2px 3px #2e0000, -2px -2px 3px #2e0000, 2px 2px 3px #2e0000 inset, -2px -2px 3px #2e0000 inset; -moz-box-shadow: 2px 2px 3px #2e0000, -2px -2px 3px #2e0000, 2px 2px 3px #2e0000 inset, -2px -2px 3px #2e0000 inset;
    font-family: tahoma, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: white;
    width: 30%;
    margin-top: 70px;
    position: absolute;
}


button::-moz-focus-inner {
  border: 0;
}


a:active{
    outline: 0;
}
