/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, 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, header, 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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/** end style resets **/


/* Grid system
-------------------------------------------------------------- */

.container {
	margin: 0 auto;
	width: 100%;
}

/** big declarations **/
body {
	background: #e5e5e5 url(/img/background.jpg) center top;
	font: normal 100% Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #111;
}
a {
	color: #111;
	text-decoration: none;
}
a:active, a:hover {
	/*color: #421400;*/
}

hr.invisible {
	visibility: hidden;
	height: 1px;
	margin: 0;
	clear: both;
}

#header {
	background: #421400;
	padding: 2.2222222%;
	margin-bottom: .5em;
}
#header img {
	max-width: 90%;
}

#content {
	margin: .5em auto;
	width: 96%; /* 920px / 960px */
}
#footer {
	margin: 0 auto 1em;
	width: 96%; /* 920px / 960px */	
}

/** type & more **/
h1 {
	font-family: adelle-1,adelle-2,serif;
	font-weight: bold;
	font-size: 3em; /* 48px / 16px */
	margin: 0 0 .25% 0; /* 4px / 16px */
}

h2 {
	font-family: adelle-1,adelle-2,serif;
	font-weight: bold;
	font-size: 2em; /* 32px / 16px */
	margin: 0 0 .25% 0; /* 4px / 16px */
}

h3 {
	font-family: adelle-1,adelle-2,serif;
	font-weight: bold;
	font-size: 1.5em; /* 24px / 16px */
	margin: 0 0 .25% 0; /* 4px / 16px */
}
a h3 {
	color: #bb4a11;
}

h4 {
	font-family: adelle-1,adelle-2,serif;
	font-weight: bold;
	font-size: 1.25em; /* 20px / 16px */
	margin: 0 0 .25% 0; /* 4px / 16px */
}

h5 {
	font-family: adelle-1,adelle-2,serif;
	font-weight: bold;
	font-size: 1em; /* 16px / 16px */
	margin: 0 0 .25% 0; /* 4px / 16px */
}


.folio-item {
	border-bottom: 1px solid #421400;
}
.folio-quick div {border: none; margin: 0;}
.folio-quick img {max-width: 100%; height: auto; margin: 0;}
.folio-item a {
	display: block;
	padding: 2.3333334%;
}
.folio-item a:hover h3, .folio-item a:hover p {
	color: #421400;
}
.folio-item a:hover h3:before {
	content: url(/img/arrow-right-20.gif) " ";
}
.folio-item a:hover img, .folio-quick div a:hover img {
	box-shadow: 3px 3px 10px #ccc;
}
#next, #prev {
	text-indent: -9999px;
	background: url(/img/arrow-right-30.gif) top left no-repeat;
	display: block;
	width: 30px;
	height: 30px;
	float: left;
	margin: .5em;
}
#prev {
	background-image: url(/img/arrow-left-30.gif);
}
#next:hover {
	background: url(/img/arrow-right-30-orange.gif);
}
#prev:hover {
	background: url(/img/arrow-left-30-orange.gif);
}

.p_thumb {
	max-width: 100%;
	margin: .5em 0 0; 
}
#p_info p {
	font-size: .75em; /* 12px / 16px */
	margin: .5em 0;
	padding-bottom: 1em;
	border-bottom: 1px solid #bb4a11;
}
#p_gallery {
	clear: both;
}
.images div img {
	display: block;
	max-width: 100%;
	margin: 0 auto 10px;
	box-shadow: 3px 3px 10px #ccc;
}
.images div {
	width: 100%;
	text-align: center;
}

#default #header {text-align: center;}
#default #content {width: 90%; /* 920px / 960px */ font-family: adelle-1,adelle-2,serif; font-size: 2em; line-height: 1.4}
#default .intro {text-align: center;}
#default #content p {margin-bottom: 1.5em;}
#default #content img {margin: 0 5%; width: 90%;}
#default #content a {font-weight: bold; color: ##bb4a11; padding: .125em .25em; margin: -.125em -.25em; display: inline-block; border-radius: .25em; -moz-border-radius: .25em; -webkit-border-radius: .25em; font-size: 1.25em;}
#default #content a:active, #default #content a:hover {background: #bb4a11; color: #e5e5e5;}
#default #go-on {display: none;}
#default blockquote {margin: 2em 2em 0; background: #e1d9c9; padding: 1em; border-radius: .5em; -moz-border-radius: .5em; -webkit-border-radius: .5em;}
#default cite {margin: .25em 2em 0; display: block;}
#default #footer {margin-top: 2em; font-size: .75em;}

@media screen and (min-width: 480px) { /* landscape phone */



}

@media screen and (min-width: 600px) { /* 7" tablet */

/* Enhancements
-------------------------------------------------------------- */

}

@media screen and (min-width: 760px) { /* portrait ipad */

/* Enhancements
-------------------------------------------------------------- */
.folio-item a:hover {
	background: url(/img/arrow-right-40.gif) 95% 50% no-repeat;
}
.folio-item a:hover h3:before {
	content: "";
}

}

@media screen and (min-width: 1024px) { /* landscape ipad, small desktop */

/* Columns
-------------------------------------------------------------- */
   
.column {
	float: left;
}

.span-1  {width: 4.166667%; /* 40px / 960px */}
.span-2  {width: 8.3333334%; /* 80px / 960px */}
.span-3  {width: 12.5%; /* 120px / 960px */}
.span-4  {width: 16.166667%; /* 160px / 960px */}
.span-5  {width: 20.833333%; /* 200px / 960px */}
.span-6  {width: 25%; /* 240px / 960px */}
.span-7  {width: 29.166667%; /* 280px / 960px */}
.span-8  {width: 33.333333%; /* 320px / 960px */}
.span-9  {width: 37.5%; /* 360px / 960px */}
.span-10 {width: 41.166667%; /* 400px / 960px */}
.span-11 {width: 45.833333%; /* 440px / 960px */}
.span-12 {width: 50%; /* 480px / 960px */}
.span-13 {width: 54.166667%; /* 520px / 960px */}
.span-14 {width: 58.833333%; /* 560px / 960px */}
.span-15 {width: 62.5%; /* 600px / 960px */}
.span-16 {width: 66.666666%; /* 640px / 960px */}
.span-17 {width: 70.833333%; /* 680px / 960px */}
.span-18 {width: 75%; /* 720px / 960px */}
.span-19 {width: 79.166667%; /* 760px / 960px */}
.span-20 {width: 83.333333%; /* 800px / 960px */}
.span-21 {width: 87.5%; /* 840px / 960px */}
.span-22 {width: 91.666667% /* 880px / 960px */;}
.span-23 {width: 95.833333%; /* 920px / 960px */}
.span-24 {width: 100%;}

/* Add these to a column to append empty cols. */
.append-1  {padding-right: 4.166667%; /* 40px / 960px */}
.append-2  {padding-right: 8.3333334%; /* 80px / 960px */}
.append-3  {padding-right: 12.5%; /* 120px / 960px */}
.append-4  {padding-right: 16.166667%; /* 160px / 960px */}
.append-5  {padding-right: 20.833333%; /* 200px / 960px */}
.append-6  {padding-right: 25%; /* 240px / 960px */}
.append-7  {padding-right: 29.166667%; /* 280px / 960px */}
.append-8  {padding-right: 33.333333%; /* 320px / 960px */}
.append-9  {padding-right: 37.5%; /* 360px / 960px */}
.append-10 {padding-right: 41.166667%; /* 400px / 960px */}
.append-11 {padding-right: 45.833333%; /* 440px / 960px */}
.append-12 {padding-right: 50%; /* 480px / 960px */}
.append-13 {padding-right: 54.166667%; /* 520px / 960px */}
.append-14 {padding-right: 58.833333%; /* 560px / 960px */}
.append-15 {padding-right: 62.5%; /* 600px / 960px */}
.append-16 {padding-right: 66.666666%; /* 640px / 960px */}
.append-17 {padding-right: 70.833333%; /* 680px / 960px */}
.append-18 {padding-right: 75%; /* 720px / 960px */}
.append-19 {padding-right: 79.166667%; /* 760px / 960px */}
.append-20 {padding-right: 83.333333%; /* 800px / 960px */}
.append-21 {padding-right: 87.5%; /* 840px / 960px */}
.append-22 {padding-right: 91.666667% /* 880px / 960px */;}
.append-23 {padding-right: 95.833333%; /* 920px / 960px */}
.append-24 {padding-right: 100%;}


/* Add these to a column to prepend empty cols. */
.prepend-1  {padding-left: 4.166667%; /* 40px / 960px */}
.prepend-2  {padding-left: 8.3333334%; /* 80px / 960px */}
.prepend-3  {padding-left: 12.5%; /* 120px / 960px */}
.prepend-4  {padding-left: 16.166667%; /* 160px / 960px */}
.prepend-5  {padding-left: 20.833333%; /* 200px / 960px */}
.prepend-6  {padding-left: 25%; /* 240px / 960px */}
.prepend-7  {padding-left: 29.166667%; /* 280px / 960px */}
.prepend-8  {padding-left: 33.333333%; /* 320px / 960px */}
.prepend-9  {padding-left: 37.5%; /* 360px / 960px */}
.prepend-10 {padding-left: 41.166667%; /* 400px / 960px */}
.prepend-11 {padding-left: 45.833333%; /* 440px / 960px */}
.prepend-12 {padding-left: 50%; /* 480px / 960px */}
.prepend-13 {padding-left: 54.166667%; /* 520px / 960px */}
.prepend-14 {padding-left: 58.833333%; /* 560px / 960px */}
.prepend-15 {padding-left: 62.5%; /* 600px / 960px */}
.prepend-16 {padding-left: 66.666666%; /* 640px / 960px */}
.prepend-17 {padding-left: 70.833333%; /* 680px / 960px */}
.prepend-18 {padding-left: 75%; /* 720px / 960px */}
.prepend-19 {padding-left: 79.166667%; /* 760px / 960px */}
.prepend-20 {padding-left: 83.333333%; /* 800px / 960px */}
.prepend-21 {padding-left: 87.5%; /* 840px / 960px */}
.prepend-22 {padding-left: 91.666667% /* 880px / 960px */;}
.prepend-23 {padding-left: 95.833333%; /* 920px / 960px */}
.prepend-24 {padding-left: 100%;}

/* Enhancements
-------------------------------------------------------------- */
#wrap {	max-width: 1200px;}
h3 {font-size: 1.75em; /* 28px / 16px */}
.folio-quick div {border: none; float: left; margin: 1.5em;}
.folio-item a:hover {background-image: url(/img/arrow-right-60.gif);}
#next, #prev {
	background: url(/img/arrow-right-20.gif) top left no-repeat;
	width: 20px;
	height: 20px;
}
#prev {background-image: url(/img/arrow-left-20.gif);}
#next:hover {background: url(/img/arrow-right-20-orange.gif);}
#prev:hover {background: url(/img/arrow-left-20-orange.gif);}

#default #content {width: 50%; /* 480px / 960px */ font-size: 1.5em;}
#default #content img {margin: 0 25%; width: 300px; max-width: 100%;}
#default #content a {font-size: 1em;}


}

@media screen and (min-width: 1200px) { /* large desktop */



}