/*******************************************************************************
    PapierMache.co.uk style sheet
    
    Hi there!
    
	Colour reference:
	
	Text               -> #666
	Dark purple 	   -> #5d4672
	Green			   -> #90C32C
	Lilac (common)	   -> #e9e1f0
	Lilac (lighter)    -> #f5edfc
*******************************************************************************/

/*******************************************************************************
	Bootstrap grid
*******************************************************************************/
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666667%;
}
.col-xs-pull-10 {
	right: 83.33333333%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666667%;
}
.col-xs-pull-7 {
	right: 58.33333333%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666667%;
}
.col-xs-pull-4 {
	right: 33.33333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.66666667%;
}
.col-xs-pull-1 {
	right: 8.33333333%;
}
.col-xs-pull-0 {
	right: 0%;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666667%;
}
.col-xs-push-10 {
	left: 83.33333333%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666667%;
}
.col-xs-push-7 {
	left: 58.33333333%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666667%;
}
.col-xs-push-4 {
	left: 33.33333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.66666667%;
}
.col-xs-push-1 {
	left: 8.33333333%;
}
.col-xs-push-0 {
	left: 0%;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-0 {
	margin-left: 0%;
}
@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	.col-sm-pull-0 {
		right: 0%;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.66666667%;
	}
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	.col-sm-push-0 {
		left: 0%;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-pull-11 {
		right: 91.66666667%;
	}
	.col-md-pull-10 {
		right: 83.33333333%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-8 {
		right: 66.66666667%;
	}
	.col-md-pull-7 {
		right: 58.33333333%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-5 {
		right: 41.66666667%;
	}
	.col-md-pull-4 {
		right: 33.33333333%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-2 {
		right: 16.66666667%;
	}
	.col-md-pull-1 {
		right: 8.33333333%;
	}
	.col-md-pull-0 {
		right: 0%;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-push-11 {
		left: 91.66666667%;
	}
	.col-md-push-10 {
		left: 83.33333333%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-8 {
		left: 66.66666667%;
	}
	.col-md-push-7 {
		left: 58.33333333%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-5 {
		left: 41.66666667%;
	}
	.col-md-push-4 {
		left: 33.33333333%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-2 {
		left: 16.66666667%;
	}
	.col-md-push-1 {
		left: 8.33333333%;
	}
	.col-md-push-0 {
		left: 0%;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-md-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666667%;
	}
	.col-lg-10 {
		width: 83.33333333%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666667%;
	}
	.col-lg-4 {
		width: 33.33333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.66666667%;
	}
	.col-lg-1 {
		width: 8.33333333%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-pull-11 {
		right: 91.66666667%;
	}
	.col-lg-pull-10 {
		right: 83.33333333%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-8 {
		right: 66.66666667%;
	}
	.col-lg-pull-7 {
		right: 58.33333333%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-5 {
		right: 41.66666667%;
	}
	.col-lg-pull-4 {
		right: 33.33333333%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-2 {
		right: 16.66666667%;
	}
	.col-lg-pull-1 {
		right: 8.33333333%;
	}
	.col-lg-pull-0 {
		right: 0%;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-push-11 {
		left: 91.66666667%;
	}
	.col-lg-push-10 {
		left: 83.33333333%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-8 {
		left: 66.66666667%;
	}
	.col-lg-push-7 {
		left: 58.33333333%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-5 {
		left: 41.66666667%;
	}
	.col-lg-push-4 {
		left: 33.33333333%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-2 {
		left: 16.66666667%;
	}
	.col-lg-push-1 {
		left: 8.33333333%;
	}
	.col-lg-push-0 {
		left: 0%;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-lg-offset-0 {
		margin-left: 0%;
	}
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}


/*******************************************************************************
	Default styling
*******************************************************************************/

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
	font-family: "Helvetica Neue", Arial, adelle-sans, sans-serif;
	font-style: normal;
	font-size: 1em;
	color: #4b4b4b;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

ul, ol {
	padding: 0;
	list-style-type: none;
}

a, img {
	border: none;
}

a {
	text-decoration: none;
	color: #5d4672;
	background: transparent;
}

a:hover {
	background: #e9e1f0;
}

a:visited {
	color: #9E84B3;
}

a.nohistory:visited {
	color: #5d4672;
}

p {
	line-height: 1.625em;
	margin-top: 0;
	margin-bottom: 1.7em;
	color: #4b4b4b;
}

p a, dfn a {
	border-bottom: 1px dashed #ccc;
}

h1, h2, h3 {
	font-family: "adelle-sans", "Helvetica Neue", Arial, sans-serif;
	margin: 0;
}

h1 {
	margin-bottom: 1em;
	color: #5d4672;
    font-size: 1.8em;
    font-weight: bold;
}

h2 {
	margin-bottom: 1.2em;	
	color: #90C32C;
    font-size: 1.4em;
    font-weight: bold;
    text-transform: uppercase;
}

h3 {
	margin-bottom: 0.4em;	
	color: #5d4672;
    font-size: 1.2em;
    font-weight: bold;
}

h3 a {
	font-weight: normal;
	color: #5d4672;
	text-decoration: none;
	
}

dfn a { 
	color: inherit; 
}

label {
	display: block;
	margin: 1em 0 0.5em 0;
	color: #90C32C;
	font-weight: bold;
	font-size: 1.3em;
}

label span {
	color: #aaa;
	font-weight: normal;
}

textarea, input, select {
	padding: 0.3em;
	font-size: 1em;
	border: 2px groove #e9e1f0;
	color: #444;
}

input.button {
	border: 2px outset #e9e1f0;
	background: #5d4672;
	color: #fff;
	font-weight: bold;		
}

div.error {
	margin: 1em 0;
	padding: 0.5em;
	background: #ffe4e4;
	border: 1px solid #ff1b1b;
	font-weight: bold;
}

div.error h2 {
	padding-left: 1.5em;
	color: #ff1b1b;
	background: url(/images-v6.66/icons/error.png) center left no-repeat;
	text-transform: none;
}

div.error ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 3em;
}

.block {
	margin-bottom: 1em;
	xborder: 1px dashed grey;
}

/*******************************************************************************
	Header
*******************************************************************************/

#header {
    position: relative;
    height: 150px;
    padding-top: 27px;
    text-align: center;
    background: #9b70f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #9b70f5 0%, #9409f7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9b70f5), color-stop(100%,#9409f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9b70f5 0%,#9409f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9b70f5 0%,#9409f7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9b70f5 0%,#9409f7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9b70f5 0%,#9409f7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b70f5', endColorstr='#9409f7',GradientType=0 ); /* IE6-9 */
}

#header a {
	background: transparent;
}

#header img {
	margin: 0 auto;	
}

#header #user-status {
    position: absolute;
    top: 5px;
    right: 3%;
    width: 30em;
	text-align: right;
	color: #333;
	font-weight: bold;
}

#header #user-status a {
	color: #fff;
}

#header #user-status a:hover {
	text-decoration: underline;
}


/*******************************************************************************
	Navigation
*******************************************************************************/

#nav {
	height: 32px;
	background: #9409F7;
	border-bottom: 2px solid #CCB7F0;
}

#nav ul {
    list-style-type: none;
    margin: 0 auto;
    width: 615px;
    height: 30px;
}

#nav ul li {
    float: right;
    position: relative;
    bottom: -1px;
    width: 123px;
    height: 32px;
    margin-left: -10px;
}

#nav ul li a {
	position: relative;
	display: block;
	width: 123px;
	height: 31px;
	padding-top: 2px;
	background: #5D4672;
	color: #fff;
	text-align: center;
	font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
    border: 2px solid #CCB7F0;
    border-bottom: 0;
    border-top-right-radius: 9px;
    border-top-left-radius: 9px;
}

/* Section activated rules for tabs */
body.home #nav ul li#nav-home a,
body.tutorials #nav ul li#nav-tutorials a,
body.articles #nav ul li#nav-articles a,
body.galleries #nav ul li#nav-galleries a,
body.forum #nav ul li#nav-forum a {
	color: #5D4672;
	background: #f9f7fe; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9f7fe 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f7fe), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9f7fe 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9f7fe 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9f7fe 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9f7fe 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f7fe', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

/*******************************************************************************
	Page
*******************************************************************************/

#page {
	margin: 25px auto;
}

#page-location {
	margin-bottom: 1em;
	padding-bottom: 0.2em;
	border-bottom: 0.5em solid #e9e1f0;
}
	
/*******************************************************************************
	Footer
*******************************************************************************/

#footer {
	clear: both;
	padding-top: 4em;
}

#footer div {
	background: #fff url(/images/forum/post_bg.gif) repeat-x;
	border-top: 1px solid #e9e1f0;
	padding: 1em 0;
}

#footer p {
	clear: both;
	width: 100%;
	color: #666;
	text-align: center;
	margin: 0;
}

#footer p a {
	margin: 0 1em;
}

#footer ul.translate {
	display: block;
	margin: 0 auto;
	width: 200px;
}

#footer ul.translate li {
	float: left;
	width: 25px;
}

/*******************************************************************************
	Common
*******************************************************************************/

.page-tertiary {
	color: #aaa;
}

.page-navigation div.pages, .page-navigation div.prev, .page-navigation div.next {
	position: relative;
	width: 100%;
	overflow: hidden;
	display: block;
	margin: 1em 0;
}

.page-navigation div.pages ol {
	xdisplay: table;
	padding: 0; 
	margin: 0 auto; 
	list-style-type: none;
	white-space: nowrap;
}

.page-navigation div.pages ol li {
	xdisplay: table-cell;
	float: left;
	padding: 0 0.5em 0.5em 0;
}

* html .page-navigation div.pages ol li {
	float: left;
}

.page-navigation div.pages ol a, .pagelink a {
	width: auto;
	text-decoration: none;
	padding: 0.1em 0.3em;
	border: 1px solid #5d4672;
	background: #eee;
}

.page-navigation div.pages ol a {
	display: block;
}

.page-navigation li a:hover,
.pagelink a:hover /* forum */
{
	border: 1px solid black;
	color: black;
}

.page-navigation li span,
.pagelink strong /* forum */
{
	xdisplay: block;
	padding: 0.1em 0.3em;
	border: 1px solid #5d4672;
	background: #5d4672;
	color: #fff;
}

.page-navigation li span {
	display: block;
}

* html .page-navigation div.pages ol a {
	float: left;
}

.page-navigation div.pages ol a:hover {
	color: #000; 
	background: #d4d4d4;
}

.page-navigation div.pages del { clear: both; text-decoration: none; }
* html .page-navigation div.pages del { display: inline-block; }

/*******************************************************************************
	Home
*******************************************************************************/

#home .intro div.ebook {
	background: url(/images/book/papier_mache__art_and_design_small.jpg) no-repeat;
	cursor: pointer;
}

#home .intro div.ebook-inner {
	padding-left: 80px;
}

#home .intro div.ebook-inner p {
	margin: 0;
	color: #90C32C;
	font-weight: bold;
}

#home .intro div.ebook-inner p a {
	color:#5D4672;
	font-weight:normal;
	text-decoration:none;
}

#home .latest-documents ol {
	border-left: 0.5em solid #e9e1f0;
	padding-left: 1em;
	margin: 0 1em 0 0;
}

#home .latest-documents p {
	margin: 0;
	line-height: 1.4em;
	padding-top: 0.2em;
}

#home .latest-documents li {
	width: 100%;
	overflow: hidden;
	padding-bottom: 1em;
}

#home .latest-documents li img {
	float: left;
	padding: 0.5em 0.5em 0.5em 0;
}

#home p.more {
	margin-top: 1em;
	text-align: center;
}

#home .latest-galleries {
	clear: both;
}

#home .latest-galleries {
	width: 100%;
	position: relative;
}

#home .latest-galleries li {
	width: 25%;
	float: left;
	text-align: center;
}

#home .latest-galleries h3 {
	width: 90%;
	white-space: nowrap;
	overflow: hidden;
}

/*******************************************************************************
	Galleries
*******************************************************************************/

#galleries #utilities {
	width: 100%;
	overflow: hidden;
}

#galleries #artist_list, #galleries #gallery_search {
	width: 50%;
	float: left;	
}

.galleries select, .galleries input {
	padding: 2px;
}

#galleries #artist_list option {
	background-repeat: no-repeat;
	background-position: 4px center;
	padding-left: 24px;
}

#galleries .artists {
	width: 100%;
	margin-top: 2em;
	overflow: hidden;
	clear: both;
}

#galleries .artists h3 {
	width: 90%;
	white-space: nowrap;
	overflow: hidden;
}

#galleries .artists ol li {
	float: left;
	width: 32%;
	height: auto;
}

#galleries .artists a img {
	margin: 0 1em 1em 0;
	float: left;
}

#galleries .nav h2 {
	margin: 1em 0 2em 0;
}

#galleries-view .items {
	width: 100%;
	overflow: hidden;
}

#galleries-view .items li {
	position: relative;
	float: left;
	width: 50%;
	margin-bottom: 2em;
	text-align: center;
}

#galleries-view .items h3 {
	margin-top: 1em;
}

#galleries-view .items li a {
	line-height: 200px;
}

/* reset link properties for the h3 */
#galleries-view .items li h3 a {
	display: inline;
	width: auto;
	height: auto;
	line-height: 1.0;
}

#galleries-view .items li img {
	vertical-align: middle;
	border: 0.5em solid #e9e1f0;
}

#galleries-view .items li a:hover img {
	border: 0.5em solid #ccc;
}

#galleries-view .profile {
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
}

#galleries-view .profile img {
	float: left;
	margin: 0.3em 2em 1em 0;
}

#galleries-view .profile li {
	margin: 0 0 0.3em 0;
}

#galleries-view .profile li img {
	float: none;
	margin: 0 0.5em 0 0;
}

#galleries-item h2 {
	border-bottom:0.1em solid #E9E1F0;
	padding:1em 0 0.2em;
}

#galleries-item .about {
	 width: 100%;
	 overflow: hidden;
}

#galleries-item .about a {
	float: right;
}

#galleries-item .about p a {
	float: none;
}

#galleries-item .about p {
	clear: both;
}

#galleries-item .item {
	margin: 1em 0 3em 0;
	text-align: center;
}

#galleries-item .item img {
	border: 0.5em solid #e9e1f0;
}

#galleries-item .item .larger {
	margin-top: 0.5em;
	font-weight: bold;
}

#galleries-item .item .larger img {
	border: 0;
}

#galleries-item .comments {
	margin-bottom: 2em;
}

#galleries-item .comment {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 2em 0;
}

#galleries-item .comment .moderate {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

#galleries-item .comment .meta {
	background: url(../images/common/comment-bg.png) bottom left no-repeat;
	padding-bottom: 24px;
}

#galleries-item .comment .meta img {
	float: left;
	margin-right: 16px;
}

#galleries-item .comment .meta h3 {
	margin-bottom: 0;
}

#galleries-item .comment .meta h3 a {
	font-weight: bold;
}

#galleries-item .comment .meta p {
	margin: 0;
	font-size: 0.9em;
}

#galleries-item .comment .said {
	border: 1px solid #E9E1F0;
	border-top: none;
	padding: 1em;
	background: #f0f0f0;
}

#galleries-item .comment .said p {
	margin: 0;
	line-height: 1em !important;
}

#galleries-item #item-comment {
	position: relative;
	width: 100%;
	margin-bottom: 2em;
}

#galleries-item #item-comment textarea {
	width: 98%;
}

#galleries-item #item-comment .login {
	margin-bottom: 1em;
}

#galleries-item #item-comment .anonymous {
	overflow: hidden;
	width: 100%;
}

#galleries-item #item-comment .anonymous div {
	float: left;
	margin-right: 1em;
}

#galleries-item #item-comment input.button {
	margin-top: 2em;
}

#galleries-search ol {

}

#galleries-search ol#results li {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-left: 2.5em;
	margin-top: 1em;
}

#galleries-search ol#results li div {
	float: left;
	width: 60px;
	margin: 0 2em 2em 0;
	text-align: center;
}

#galleries-search ol#results li div img {
	text-align: center;
}

#galleries-search ol#results li span.result_num {
	position: absolute;
	top: 0;
	left: 0;
	color: #5d4672;
}

#galleries-search ol#results li h3 {
	color: #90C32C;
}

#galleries-search ol#results li a img {
	border: 0.5em solid #E9E1F0;
}

#galleries-search ol#results li a:hover img {
	border: 0.5em solid #E9E1F0;
}

#galleries-search ol#results p {
	padding-bottom: 0.5em;
}

#galleries-search #results_heading h2 {
	margin-bottom: 0.3em;
}

#galleries-map #mapWrapper {
	position: relative;
	width: 960px;
	height: 620px;
}

#galleries-map #map {
	width: 960px;
	height: 600px
}

#galleries-map #artists.loading {
	display: none;
}

#galleries-map #artists .starter {
	display: none;
}

#galleries-map #artists.starter .starter {
	display: block;
}

#galleries-map #artists.starter .opened {
	display: none;
}

#galleries-map #artists .background,
#galleries-map #artists .content {
	position: absolute;
}

#galleries-map #artists .background {
	top: 20px;
	right: 20px;
	width: 400px;
	height: 150px;
	background: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px solid #333;
}

#galleries-map #artists .content {
	top: 30px;
	right: 30px;
	width: 380px;
	height: 130px;
}

#galleries-map #artists .content h2 {
	margin-bottom: 7px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

#galleries-map #artists .content h2 img {
	margin-right: 3px;
}

#galleries-map #artists .content #artistCountWrapper {
	color: #ccc;
	padding-left: 2px;
}

#galleries-map #mapArtists {
	margin-left: -2px;
}

#galleries-map #mapArtists li {
	padding: 2px 0;
	font-weight: bold;
	font-size: 110%;
}

#galleries-map #mapArtists li img {
	vertical-align: middle;
	margin-right: 3px;
}

/*******************************************************************************
	Documents
*******************************************************************************/

#documents ol {
	margin-bottom: 2em;
}

#documents .list li {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #e9e1f0;
	padding: 1em 0;
}

#documents .list a {
	float: left;
	margin-right: 1em;
}

#documents .list p {
	margin: 0;
}

#documents .list h3 a {
	float: none;
	margin: 0;
}

#documents .list div {
	width: 100%;
	overflow: hidden;
	margin-bottom: 0.8em;
}

#documents .list h3 {
	display: inline;
}

#documents .list span {
	padding-left: 0.5em;
}

#documents .list .author {
	font-style: italic;
}

#documents .list .date {
	float: right;
}

#documents-view .summary {
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
}

#documents-view .summary img {
	float: left;
	margin: 0.3em 2em 1em 0;
}

#documents-view .summary p {
	font-style: italic;
	margin-bottom: 2em;
}

#documents-view .summary li {
	margin: 0 0 0.3em 0;
}

#documents-view .summary li img {
	float: none;
	margin: 0 0.5em 0 0;
}

#documents-view span.underline {
	text-decoration: underline;
}

#documents-view dl {
	margin: 2em auto 2em auto;
	padding: 0 1em;
	text-align: center;
}

#documents-view dl dd {
	font-style: italic;
	color: #666;
}

/*******************************************************************************
	Glossary
*******************************************************************************/

#glossary ul.words {
	width: 100%;
	overflow: hidden;
	margin-bottom: 2em;
}

#glossary ul.words li {
	float: left;
	width: 33%;
	padding: 0.2em 0;
}

#glossary ul.descriptions li {
	margin-top: 4em;
}

/*******************************************************************************
	Links
*******************************************************************************/
#links .links {
	width: 100%;
}

#links .links th {
	text-align: left;
	padding-bottom: 1em;
	border-bottom: 1px solid #e9e1f0;
}

#links .links td, #links .links th {
	padding: 0.5em;
	vertical-align: top;
}

#links th.sortname, #links th.sortcountry {
	width: 25%;
}

#links td.countrydesc {
	font-style: italic;
}

/*******************************************************************************
	Media Mentions
*******************************************************************************/

#media h2 {
	padding: 1em 0 0.2em 0;
	border-bottom: 0.1em solid #e9e1f0;
}

#media .list li {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #e9e1f0;
	padding: 1em 0;
}

#media .list a {
	float: left;
	margin-right: 1em;
}

#media .list p {
	margin: 0;
}

#media .list h3 a {
	float: none;
	margin: 0;
}

#media .list div {
	width: 100%;
	overflow: hidden;
	margin-bottom: 0.8em;
}

#media .list h3 {
	display: inline;
}

#media .list span {
	padding-left: 0.5em;
}

#media .list .url {
	font-style: italic;
}

#media .list .url a {
	float: none;
	margin: 0;
}

#media .list .date {
	float: right;
}

/*******************************************************************************
	Book
*******************************************************************************/

#ebook img.ebook {
	float: left;
	margin: 0 2em 1em 0;
}

#ebook #ebook-header {
	width: 100%;
	overflow: hidden;
}

#ebook #ebook-header div.cover {
	float: left;
	margin: 0 2em 1em 0;
}

#ebook #ebook-header div.summary {
	margin-top: 3em;
	margin-left: 1em;
	padding-left: 230px;
}

#ebook #ebook-header ul {
	list-style: disc;
	margin-left: 1em;
}

#ebook #ebook-header li {
	font-size: 1.2em;
	padding: 0.2em 0 0 0.5em;
}

#ebook #ebook-header h2, #ebook .ebook-chapters h2, #ebook .ebook-text h2 {
	border-bottom: 1px solid #E9E1F0;
	margin-top: 2em;
}

#ebook #ebook-header h2 {
	margin-top: 1em;
}

#ebook .quote {
    border: 1px dashed #ccc; 
    padding: 10px;
}

#ebook .ebook-chapters h2 img, #ebook .ebook-text h2 img {
	vertical-align: middle;
	margin-right: 0.5em;
}

#ebook .ebook-buy input {
	border: 0;
}

#ebook .ebook-buy form div {
	text-align: center;
}

#ebook .ebook-buy form div p.price {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.2em;
}
	
#ebook .cover img {
	display: block;
	margin: 0 auto;
}

#ebook .ebook-chapters form {
	float: right;
}

#ebook .ebook-chapters h3 {
	margin: 0;
	margin-bottom: 2px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 1.2em;
	font-weight: normal;
	cursor: pointer;
	background: #eee;
	padding: 2px 3px;
	color: #222;
}

#ebook .ebook-chapters h3:hover {
	background: #ddd;
}

#ebook .ebook-chapters h3.active {
	color: #5d4672;
}

#ebook .ebook-chapters p {
	margin: 4px 0;
	padding-left: 6px;
}

#ebook .ebook-chapters p img {
	margin: 4px 4px 0 0;
	border: 1px solid #ccc;
}

#ebook .ebook-more {
	width: 100%;
	overflow: hidden;
}

#ebook .ebook-text div {
	text-align: center;
	margin: 1em 0;
}

#ebook .ebook-text p {
	color: #333;
}

#ebook .ebook-text, #ebook .ebook-chapters {
	width: 55%;
	float: left;
}

#ebook .ebook-chapters {
	width: 36%;
	float: left;
}


#ebook .ebook-chapters {
	margin-left: 8%;
}

/*******************************************************************************
    Sidebar
*******************************************************************************/

.sidebar {
	margin-bottom: 1.2em;
}

.sidebar div.ebook {
    background: url(/images/book/papier_mache__art_and_design_small.jpg) no-repeat;
    cursor: pointer;
}

.sidebar div.ebook-inner {
    padding-left: 80px;
}

.sidebar div.ebook-inner p {
    margin: 0;
    color: #90C32C;
    font-weight: bold;
}

.sidebar div.ebook-inner p a {
    color: #5D4672;
    font-weight: normal;
    text-decoration: none;
}
