/*
Goldilocks Approach to Responsive Web Design Boilerplate

Author: Design by Front - @designbyfront
Version: 0.1
URL: http://www.goldilocksapproach.com
----------------------------------------------------------------------------------------

CONTENTS - GLOBAL.CSS
-----------------------------------------
1. RESET
2. ROOT
3. CORE TYPOGRAPHY
4. LINKS
5. GLOBAL LAYOUT & GLOBAL CUSTOM TYPOGRAPHY
6. CUSTOM LAYOUT & TYPOGRAPHY (Baby bear)
7. BROWSER AND NON-SEMANTIC STYLING

CONTENTS - LAYOUT.CSS
-----------------------------------------
8. CUSTOM LAYOUT & TYPOGRAPHY (Daddy bear)
9. CUSTOM LAYOUT & TYPOGRAPHY (Mummy bear)

*/


/* 1. 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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size:100%;
  font: inherit;
  vertical-align: baseline;
  }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  }
  
  
/* 2. ROOT
----------------------------------------------------------------------------------------*/
html { 
  overflow-y: scroll;
  background: #FFF;
  }

/* /ht Ethan Marcotte - http://front.ie/l8rJaA */
img, embed, object, video { max-width: 100%; }
.ie6 img.full, .ie6 object.full, .ie6 embed, .ie6 video { width: 100%; }


/* 3. CORE TYPOGRAPHY
----------------------------------------------------------------------------------------*/




body {
  /*font-family: Georgia, "Times New Roman", serif; */
  font-size: 0.9em;
  line-height: 1.618em;
  color: #000;
  background:#fff;
  
   font-family: "prenton";
   font-weight:400; 
   border:  5px solid rgba(0, 0, 0, 0.5);
  
   
  
  }

h3, h4, h5, h6 {
  margin-bottom: 0.809em;
  line-height: 1em;
  font-family:"futura-pt",sans-serif;
  font-style: italic;
  text-transform: uppercase;

  }

h1 {
  
  font-size: 2.618em;
  line-height: 1.2em;
  font-family:"futura-pt",sans-serif;
  
  }
  
h2 {
  
  font-size: 1.8em;
  line-height: 2em;
  margin: 0 0 15px 0;
          font-family:"futura-bt",sans-serif;

  font-style: italic;
  text-transform: uppercase;
  
  
  }  


p, ul, ol, dl, blockquote {
    font-size: 1em;
    line-height: 1.618em;
    margin-bottom: 1.618em; 
   /* max-width: 30em;  Optimal width for long-form text */
  }
  
    
ul { list-style-type: disc; }
ol { list-style-type: decimal; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0;}

b, strong { font-weight: bold; }
i, em { font-style: italic; }
small { font-size: 80%; }


a.name {
  display:block;
  font-family: futura-pt; 
font-size: 1.65em; 
letter-spacing: 0.2em;  
font-weight: 700; 
font-style: normal; 

text-align:center;
text-transform: none;
line-height:2em;
color:#000;
border-bottom: 1px solid #ededed;
width:285px;
 text-shadow: 0px 1px 1px #cccccc;
   filter: dropshadow(color=#cccccc, offx=0, offy=1);
  
  }

a.name:hover {
	color:#000;
	border-bottom: 1px solid #000;
}


a.jewellery{
  display:block;
  font-family: futura-pt; 
font-size: 1.5em;
letter-spacing: 0.1em;  
font-weight: 700; 
font-style: normal; 
line-height:2em;
text-align:center;
text-transform: none;
width:auto;
color:#6d6d6d;
margin:0 0 10px 0;

  
  }

a.jewellery:hover{
	color:#8D8D8E;
}


/* 4. LINKS
----------------------------------------------------------------------------------------*/
a { outline: none; color: #850200; text-decoration: none; }  
a:hover { outline: none; text-decoration:none; }  
a:active, a:focus { outline: none; }


/* 5. GLOBAL LAYOUT & GLOBAL CUSTOM TYPOGRAPHY
----------------------------------------------------------------------------------------*/



/* 6. CUSTOM LAYOUT & TYPOGRAPHY (Baby bear)
----------------------------------------------------------------------------------------*/
#container {
    padding: 0.809em;
    max-width: 30em;
    margin: auto;
    
    
  }







#logo {
	width: auto;
	display:block;
	position: relative;
	margin: 0 0 20px 0;
	float: left;


}

#box{
	
	display:inline-block;
	position: relative;
	width: 100%;
	
	
	
}


ul#nav{
		
		margin: 0 0 2em 0;
		
}


#nav li a {
        display: block;        
        text-align: center;        
        
        font-family:"futura-pt",sans-serif;
        
        text-transform: uppercase;
        color: #000;
        font-size: 1.35em;
        font-weight:700;
        text-decoration: none;
        letter-spacing: 0;
        min-width: 12%;
        line-height: 40px;
        padding: 3px 15px 3px 0;
        
        border-bottom: 1px solid #ededed;
       
       
     
}


#nav li a:hover{
		color: #6d6d6d;
		border-bottom: 1px solid #333;
		
		
} 

.on{
		
		background: rgba(0, 0, 0, 0.03);
		
} 


ul#nav li {
        display: inline; /* Prevents "stepdown" */
        margin: 0 auto;
}

#indexleft{
	width: 100%;
	
	
	display: inline-block;
	
	margin: 0 0 0 0;
}


#indexright{
	width: 100%;
	
	
	display: inline-block;
	margin: 0 0 40px 0;
}

#indexright img {
	
	border: 5px solid #fff;
	box-shadow: -1px 5px 5px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: -1px 5px 5px rgba(0, 0, 0, 0.30);
	-webkit-box-shadow: -1px 5px 5px rgba(0, 0, 0, 0.30);
	width: 95%;
	height: auto;
	margin: 5px;
	
}

/* Browser Resets */
.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {width: 100%; margin: 0; padding: 0;}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {background: #fff; border: 4px solid #fff; position: relative; margin:0;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

/* Direction Nav */
.flex-direction-nav li a {width: 52px; height: 52px; margin: -13px 0 0; display: none; background: url(../theme/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav li .next {background-position: -52px 0; right: -21px;}
.flex-direction-nav li .prev {left: -20px;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -30px; text-align: center;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 13px; height: 13px; display: block; background: url(../theme/bg_control_nav.png) no-repeat 0 0; cursor: pointer; text-indent: -9999px;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}


#contactleft{
	width: 100%;
	
	float: left;
	display: inline-block;
}

#contactleft li{
	display: block;        
	
	
}
#contactright{
	width: 92%;
	
	float: left;
	display: inline-block;
}

#map {
	width: 95%;
	height: 30em;
	border: 5px solid #fff;
	box-shadow: -1px 5px 5px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: -1px 5px 5px rgba(0, 0, 0, 0.30);
	-webkit-box-shadow: -1px 5px 5px rgba(0, 0, 0, 0.30);
	
}







table {
	
	
}

th, td {
padding: 5px 10px 5px 10px;

	
}

.year {
	
	
	background: #fff;
	
	
}


.date {
	min-width: 3.5em;
	
	border-spacing: 10px 0px;
	text-align: center;
	background: rgba(0, 0, 0, 0.05);
	
}

.show {
	min-width: 10em;
	width:100%;
	background: rgba(0, 0, 0, 0.02);
}


#ewright img {
	
	border: 5px solid #fff;
	box-shadow: -1px 5px 5px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: -1px 5px 5px rgba(0, 0, 0, 0.30);
	-webkit-box-shadow: -1px 5px 5px rgba(0, 0, 0, 0.30);
	width: 40%;
	height: auto;
	margin: 5px;
	
	
}

#ewright a {
	text-decoration: none;
}



#ewgallery img {
	
	border: 5px solid #fff;
	box-shadow: -1px 5px 5px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: -1px 5px 5px rgba(0, 0, 0, 0.30);
	-webkit-box-shadow: -1px 5px 5px rgba(0, 0, 0, 0.30);
	width: 43.5%;
	height: auto;
	margin: 5px;
	
	
}

#ewgallery a {
	text-decoration: none;
}

#fcright img {
	
	border: 5px solid #fff;
	box-shadow: -1px 5px 5px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: -1px 5px 5px rgba(0, 0, 0, 0.30);
	-webkit-box-shadow: -1px 5px 5px rgba(0, 0, 0, 0.30);
	width: 95%;
	height: auto;
	margin: 5px;
	
}


#pcright img {
	
	border: 5px solid #fff;
	box-shadow: -1px 5px 5px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: -1px 5px 5px rgba(0, 0, 0, 0.30);
	-webkit-box-shadow: -1px 5px 5px rgba(0, 0, 0, 0.30);
	width: 95%;
	height: auto;
	margin: 5px;
	
}

.outline{
    list-style: square;
    margin: 0 0 1.5em 4%;
}

.outline li{
    margin: 0 0 0.75em 0;
}

#contactright li{
	margin: 30px 0 0 0 ;
	display: block;        
	
	
}

/* 7. BROWSER AND NON-SEMANTIC STYLING
----------------------------------------------------------------------------------------*/
.cf:before, .cf:after { content: ""; display: block; }
.cf:after { clear: both; }
.ie6 .cf { zoom: 1 }


::selection {
	background: #111;
	color: white;
	text-shadow: none;
}


::-moz-selection {
     background: #111;
     color: white;
     text-shadow: none;
}