/* @override 
	http://www.simdex.org/sites/md/templates/mauricedurufle/mauricedurufle.css */

/* --------------------------------------------------------------

   reset.css
   * Resets default browser CSS.

-------------------------------------------------------------- */

.pg-top-icons,
.ph-si,
.ph-si-feed,
.ph-cb,
.modal,
.modal-dialog,
.modal-dialog-centered,
.modal-content,
.pg-csv-paginaton,
#pgCategoryModal,
.pg-item-box-title,
.pg-category-box-title {
	display: none !important;
}

html {
  margin:0;
  padding:0;
  border:0;
}

body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* This helps to make newer HTML5 elements behave like DIVs in older browers */
article, aside, details, figcaption, figure, dialog,
footer, header, hgroup, menu, nav, section {
    display:block;
}

/* Line-height should always be unitless! */
body {
  line-height: 1.5;
  background: white;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
  border-collapse: separate;
  border-spacing: 0;
}
/* float:none prevents the span-x classes from breaking table-cell display */
caption, th, td {
  text-align: left;
  font-weight: normal;
  float:none !important;
}
table, th, td {
  vertical-align: middle;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* Remember to define your own focus styles! */
:focus { outline: 0; }

/* END RESET CSS, BEGIN STYLING FOR MAURICE DURUFLÉ TEMPLATE */

body {
	font: 12pt "Adobe Garamond Pro", Garamond, Georgia, serif;
	color: #454545;
	background: url(images/white-transparent-gradient.png) repeat-x #f9f6ed;
}

div.overlay {
	width: 100%;
	height: 100%;
}

#phocagallery form table tbody tr td a {
	margin-left: 10px;
}

div.content-left {
	float: left;
	width: 450px;
	clear: both;
}

div.content-right {
	float: right;
	width: 450px;
}

div.container {
	width: 950px;
	margin: auto;
}

div.navigation {
	clear: both;
	height: 30px;
}

div.header-left {
	float: left;
	margin-bottom: 20px;
}

div.header-right {
	float: right;
	text-align: right;
	margin-bottom: 20px;
	margin-top: -4px;
}

div.header-right a.button {
	margin-right: 0;
	margin-top: -10px;
}

div.header {
	margin-top: 20px;
	margin-bottom: 20px;
}

div.footer {
	clear: both;
}

div.footer-left {
	float: left;
	color: #d1b461;
	margin-top: 2em;
}

div.footer a {
	color: #d1b461;
}

div.footer a:hover {
	color: #454545;
}

div.footer-right {
	float: right;
	text-align: right;
	color: #d1b461;
	margin-top: 2em;
}

a.button {
	color: #ffffff;
	width: 200px;
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 10px;
	border-radius: 10px;
	font-weight: bold;
	font-size: 14pt;
	float: left;
	margin-right: 20px;
	margin-top: 1em;
	background: url(images/button.png) no-repeat;
}

a.button:hover {
	color: #695b31;
}

em {
	font-style: italic;
}

ul.mod-menu li {
	list-style: none;
	float: left;
}

ul.mod-menu li a {
	text-decoration: none;
	color: #d1b461;
	margin-right: 30px;
	font-size: 20pt;
}

a {
	color: #0001a8;
}

div.content li {
	margin-left: 20px;
}

div.content ul li ul {
	margin-bottom: 0;
	margin-left: 0;
}

ul.mod-menu li a:hover {
	text-decoration: underline;
	color: #454545;
}

ul.menu li.current.active a {
	font-weight: bold;
	text-decoration: underline;
}

div.content {
	clear: both;
}

div.header-left h1 {
	font-size: 48pt;
	margin-bottom: -20px;
	color: #d1b461;
}

div.header-left h1 a, div.header-left h2 a {
	text-decoration: none;
	color: #d1b461;
}

div.header-left h2 {
	font-size: 24pt;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #d1b461;
}

div.header-right h2 {
	font-size: 25pt;
	font-style: italic;
	color: #d1b461;
	padding-top: 44px;
}

div.content h2, #phocagallery h1 {
	font-size: 20pt;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 1em;
	color: #d1b461;
	margin-bottom: 0.25em;
}

p, div.content ul, table {
	margin-bottom: 1em;
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
	line-height: 1.5em;
}

img.image-right {
	float: right;
	margin-left: 20px;
}

img.image-left {
	float: left;
	margin-right: 20px;
}