/*
Theme Name: GO
Theme URI: GO
Author: GO
Author URI: GO
Description: GO
Version: 1.0
*/


@charset "UTF-8";

* {margin:0;padding:0;border:0;background:transparent;outline:none;text-decoration:none;outline:none;}
div, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}
ol, ul, li {list-style:none;display:block;}
table {border-collapse: collapse;border-spacing: 0;}
a img {border: none;}
a{outline: none;}
h1,h2,h3,h4,p{margin-bottom:10px;}

body{background:url('background.png') fixed center center repeat; font-family: 'Playfair Display', serif;color: #754c29;}


header{position: fixed; top: 0; left: 50%; width: 800px; margin-left: -400px; height: 100px; text-align: center; z-index: 999; background: #fff; 
-webkit-box-shadow: 2px 1px 9px black; box-shadow: 2px 1px 9px black;}
header li{display: inline; padding: 10px;}
header li a{line-height: 100px; font-size: 16px; color: #754c29;}
header li a:hover{color: #dacdb8;}
header li.current_page_item a{color: #dacdb8;}
section{position: relative; float: left; width: 800px; height: auto; left: 50%; margin-left: -400px; top: 120px; text-align:center; padding-bottom: 300px;}
section img{border: 10px solid #fff !important; -webkit-box-shadow: 0px 0px 2px black; box-shadow: 0px 0px 2px black;}
div.gallery{position: relative; float: left !important; width: 800px; height: auto;}
footer{position: relative; float: left; width: 100%; height:300px; bottom:0; left: 0; text-align:center;  background: #fff; 
-webkit-box-shadow: 2px 1px 9px black; box-shadow: 2px 1px 9px black;}


div.ideide{position: fixed; width: 100%; height: 100%; left: 0; top: 0; background: rgba(255,255,255,0.8); z-index: 99999; text-align: center; display: none;}
div.ideide img{max-height: 800px; max-width: 800px; margin-top: 20px; border: 10px solid #fff; -webkit-box-shadow: 2px 1px 9px black; box-shadow: 2px 1px 9px black; }

div.ideide a.close{position: fixed; width: 60px; height: 60px; top: 0; right: 0; background: #fff; color: #999; text-align: center; cursor: pointer;
line-height: 60px; font-size: 20px; font-family: sans-serif; -webkit-box-shadow: 2px 1px 9px black; box-shadow: 2px 1px 9px black;}
div.ideide a.close:hover{color: #000;}