@charset "UTF-8";
/* CSS Document */

/* Global 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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 10px;
	vertical-align: baseline;
	background: transparent;
	font-family: Arial, sans-serif;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*= Global layout styles
------------------------------------------------------------------------------*/

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

/* Feedback messages
------------------------------------------------------------------------------*/
.message {
	padding: 1em 0;
	font-weight: bold;
}
.message.success {
	color: #007437;
}
.message.error {
	color: #BA131A;
}
.home .message,
.page .message {
    position: relative;
    top: 60px;
    margin: 0 170px 0 33px;
}

.dialog {
	margin-bottom: 1em; /* spacing under dialog */
	min-height: 4em;
	position: relative;
	overflow: hidden;
}
.dialog .top .left {
	float: left;
	width: 4em;
	height: 4em;
	overflow: hidden;
	position: relative;
}
.dialog .top .right {
	float: right;
	width: 0.5em;
	height: 0.5em;
	overflow: hidden;
	position: relative;
}
.dialog .bottom {
	height: 0.5em;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}
.dialog .bottom .left {
	float: left;
	width: 0.5em;
	height: 0.5em;
	overflow: hidden;
	position: relative;
}
.dialog .bottom .right {
	float: right;
	width: 0.5em;
	height: 0.5em;
	overflow: hidden;
	position: relative;
}
.dialog .top p {
	padding: 1.1em 0.5em;
	margin: 0 0 0 3em;
	color: #FFFFFF;
	font-weight: bold;
}

.dialog.success {
 	background: #66cc33;
}
.dialog.success .top div {
 	background: url(../images/dialogue/success.gif) no-repeat;
}
.dialog.success .bottom div {
 	background: url(../images/dialogue/success.gif) no-repeat;
}

.dialog.error {
 	background: #ab0000;
}
.dialog.error .top div {
 	background: url(../images/dialogue/error.gif) no-repeat;
}
.dialog.error .bottom div {
 	background: url(../images/dialogue/error.gif) no-repeat;
}

.dialog.info {
 	background: #1f87b6;
}
.dialog.info .top div {
 	background: url(../images/dialogue/alert.gif) no-repeat;
}
.dialog.info .bottom div {
 	background: url(../images/dialogue/alert.gif) no-repeat;
}

.dialog .top .left {
 	background-position: top left !important;
}
.dialog .top .right {
 	background-position: top right !important;
}
.dialog .bottom .left {
 	background-position: bottom left !important;
}
.dialog .bottom .right {
 	background-position: bottom right !important;
}


/* STOP SKYPE MESSING WITH THE PAGE
-----------------------------------------------------------------------------------*/

span.skype_pnh_container {display:none !important;}
span.skype_pnh_print_container {display:inline !important;}

/* TEMPLATE
-----------------------------------------------------------------------------------*/

h1, h2, h3, h4 {
	margin-bottom: 0.5em;
}
h1, h2 {
	font-family: "HammerThinRegular", Arial, sans-serif;
	font-size: 2.2em;
	color: #A3002E;
	font-weight: normal;
}
h3 {
	font-size: 1.4em;
	color: #666666;
}
h4 {
	font-size: 1.2em;
	color: #666666;
}
p, ul, ol, blockquote {
	font-size: 1.2em;
	line-height: 1.1em;
	margin-bottom: 1em;
	color: #666666;
}
li, span, strong {
	font-size: 1em;
}
a {
	color: #A3002E;
	text-decoration: none;
	font-size: 1em;
}

.container {
	width: 99.4em;
	margin:	0 auto;
	position: relative;
	overflow: hidden;
}

/* =Tables
-----------------------------------------------------------------------------*/

table {
	border: 1px solid #6D6967;
	position:relative;
	background-color:#FFFFFF;
	overflow: hidden;
}
caption {
	text-align: left;
	font-size: 16px;
	color: #666666;
	margin-bottom: 0.5em;
}
table td {
	padding: 2px;
	position:relative;
}
.inputTable {
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-collapse: collapse;
	margin-bottom: 1em;
}
.inputTable tr.odd {
	background: #FFFFFF;
}
.inputTable tr.even {
	background: #E6E6E6;
} 
.inputTable th, 
.inputTable td {
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	padding: 0.3em 1em;
	text-align: left;
	vertical-align: top;
}
.inputTable th {
	text-align: left;
	vertical-align: top;
	background-color: #e1ded4;
}

.inputTable label.error {
	display: block;
    color: red;
}
.inputTable input.error {
	border: 1px solid red
}

/* HEADER
-----------------------------------------------------------------------------------*/

.header {
	height: 7.2em;
}
.header img.logo {
	margin: 2em 0;
}
/* MAIN NAV
-----------------------------------------------------------------------------------*/

.mainNav {
	height: 3em;
	background: #B3AD93;
}
.mainNav ul {
	float: left;
}
.mainNav ul li {
	font-family: "HammerThinRegular", Arial, sans-serif;
	font-size: 1.818em;
	line-height: 1.5em;
	float: left;
	margin: 0 1.1em 0 0;
}
.mainNav ul li a {
	font-family: inherit;
	font-size: 1em;
	color: #FFFFFF;
}
.mainNav ul li a:hover,
.mainNav ul li.active a {
	color: #A3002E;
}
.mainNav a.twitter {
	display: block;
	width: 2.4em;
	height: 3em;
	overflow: hidden;
	background: url(../images/twitter.jpg) 0px 0px no-repeat;
	margin-right: 0.3em;
}
.mainNav a.rss {
	display: block;
	width: 2.4em;
	height: 3em;
	overflow: hidden;
	background: url(../images/rss.jpg) 0px 0px no-repeat;
}
.mainNav a.twitter:hover,
.mainNav a.rss:hover {
	background-position: 0px -30px;
}

.mainNav .right p {
	color: #FFFFFF;
	line-height: 2.5em;
}
#ml_form {
	background: url(../images/field.gif) no-repeat;
	width: 21.3em;
	height: 2.3em;
	display:block;
	margin: 0.4em;
}
#ml_form #signupEmail {
	background:none;
	border: 0;
	width: 16.5em;
	float: left;
	margin: 0.45em 0.273em;
	padding: 0;
	color: #666666;
}
#ml_form #signupSubmit{
	background:none;
	border: 0;
	width: 2em;
	height: 1.64em;
	cursor: pointer;
	float: left;
	margin: 0.273em 0 0 0;
}

/* CONTENT
-----------------------------------------------------------------------------------*/

.content {
	margin: 1.5em 0;
	overflow: hidden;
}

/* SIDEBAR */


.sidebar {
	width: 22em;
	float: left;
}
.sidebar h1,
.sidebar h2 {
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #B3AD93;
}
.sidebar h3 {
	font-family: "HammerThinRegular", Arial, sans-serif;
	font-size: 2em;
	color: #A3002E;
	font-weight: normal;
}
.sidebar .sect {
	border-bottom: 1px dotted #B3AD93;
}
.sidebar hr {
	border: none;
	border-top: 1px dotted #B3AD93;
	margin: 1em 0;
}
.sidebar li {
	line-height: 1.2em;
}
.sidebar li a {
	color: #000000;
}
.sidebar li.active a,
.sidebar li a:hover {
	color: #990000;
}
.sidebar .pageNav {
	overflow: hidden;
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #B3AD93;
	margin-bottom: 1em;
}
.sidebar .pageNav ul {
}
.sidebar .pageNav li {
	float: left;
	margin-right: 1em;
	font-size: 0.8em;
}
.sidebar .pageNav li span.active {
	font-size: 1.2em;
}

#searchform {
	background: url(../images/searchbox.gif) no-repeat;
	width: 22em;
	height: 2.3em;
	display:block;
	margin: 0;
}
#searchform #s {
	background:none;
	border: 0;
	width: 17.5em;
	float: left;
	margin: 0.363em 0.273em;
	padding: 0;
	color: #666666;
}
#searchsubmit {
	background:none;
	border: 0;
	width: 1.64em;
	height: 1.64em;
	cursor: pointer;
	float: left;
	margin: 0.273em 0 0 0;
}

/* MAIN CONTENT */

.mainContent {
	width: 74.5em;
	float: right;
	overflow: hidden;
}

/* FOOTER
-----------------------------------------------------------------------------------*/
.footer {
	background: #B3AD93;
	padding: 0.3em 0;
}
.footer p {
	color: #FFFFFF;
	font-size: 1em;
	text-align: center;
	margin: 0;
}
/* HOME PAGE
-----------------------------------------------------------------------------------*/
.home .mainContent .left {
	width: 44.2em;
}
.home .mainContent .right {
	width: 29.1em;
}
.home .slideshow {
	overflow: hidden;
	margin-bottom: 1.1em;
}
.home .latestNews {
	height: 22.3em;
	overflow: hidden;
	margin-bottom: 1.1em;
}
.home .latestNews h2 {
    padding-bottom: 0.5em;
    border-bottom: 1px dotted #B3AD93;
    margin-bottom: 0.5em;
}

.home .latestNews .post {
    border-bottom: 1px dotted #B3AD93;
    margin-bottom: 0.5em;
}
.home .latestNews .post .readmore {
    display: block;
    text-align: right;
}
.home .latestNews .post h3 {
    font-size: 1.4em;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
}

/* GALLERIES
-----------------------------------------------------------------------------------*/
.thumbnailGrid {
	width: 76em;
	overflow: hidden;
}
.thumbnailGrid .thumbnail {
	float: left;
	margin: 0 1.1em 1.1em 0;
}
.fullimage {
	height: 538px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	display: table;
}
.fullimage a {
	overflow: hidden;
} 
.fullimage .image-wrapper {
	position: absolute;
	left: 0;
	top: 0;
}
.imageNav {
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	border-bottom: 1px dotted #B3AD93;
	overflow: hidden;
}
.imageNav .prev {
	display: block;
	float: left;
	width: 2em;
	height: 2em;
	overflow: hidden;
	background: url(../images/arrows.gif) 0 -2em no-repeat;
	text-indent: -100em;
}
.imageNav .prev:hover {
	background-position: 0 -4em;
}
.imageNav .prev.disabled {
	background-position: 0 0;
}
.imageNav .back {
	display: block;
	float: left;
	width: 2.1em;
	height: 2em;
	overflow: hidden;
	background: url(../images/arrows.gif) -2.6em -2em no-repeat;
	text-indent: -100em;
	margin: 0 7.95em;
}
.imageNav .back:hover {
	background-position: -2.6em -4em;
}
.imageNav .next {
	display: block;
	float: right;
	width: 2em;
	height: 2em;
	overflow: hidden;
	background: url(../images/arrows.gif) -5.3em -2em no-repeat;
	text-indent: -100em;
}
.imageNav .next:hover {
	background-position: -5.3em -4em;
}
.imageNav .next.disabled {
	background-position: -5.3em 0;
}

/* SHOP
----------------------------*/

.addtocart {
	overflow: hidden;
	padding-bottom: 1em;
	border-bottom: 1px dotted #B3AD93;
	margin-bottom: 1em;
}

/*Notify form
-----------------*/
.notify {
	padding: 1em;
}


/* CART
----------------------------*/

table#cart {
	width: 100%;
	margin: 0 auto;
}
.cart_buttons {
	width: 100%;
	margin: 1em auto;
}
.cart_buttons a {
	font: 18px "HammerThinRegular", sans-serif;
	color: #000000;
}
.cart_buttons a:hover {
	color: #990000;
}

/* CHECKOUT
----------------------------*/

.checkoutButtons a,
.checkoutButtons input {
	font: 18px "HammerThinRegular", sans-serif;
	border: none;
	color: #000000 !important;
	background: none !important;
}
.checkoutButtons a:hover,
.checkoutButtons input:hover {
	color: #990000 !important;
}

#prints #mainContent h1 {
	width: 745px;
	margin: 0 auto;
	font: 26px "HammerThinRegular", sans-serif;
	color: #000000;
}
#prints #mainContent .textblock {
	width: 745px;
	min-height: 538px;
	overflow: hidden;
	margin: 0 auto;
}

.page #mainContent {
	padding: 30px;
}
.page #mainContent h1 {
	font: 26px "HammerThinRegular", sans-serif;
	color: #000000;
}
