﻿/*
Theme Name: Mountains of the Moon
Theme URI: http://www.mountains-of-the-moon.com/
Description: The Mountains of the Moon Wordpress Theme.
Version: 1.0
Author: Samuel Lissner
Tags: brown, fixed width, two columns, widgets
*/

/* Standard reset */
	 html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {  
		margin: 0; 
		padding: 0; 
	}

/* --------------------------------------
Structure & Box margin/padding
--------------------------------------  */

/* Body */
	body {
		margin-top: 0;
		margin-bottom: 0;
		text-align: center;
	}

	#language_notice {
		position: fixed;
		bottom: 0px; 
		left: 0px;
		width: 100%;
		height: 24px;
		background-color: #000000;
		font-size: 80%;
		background-image:url('images/background/bottom-bar.png');
		background-repeat:repeat-x;
	}

	#language_notice a {
		text-decoration: none;
		color: #b9b9b9
	}
	
	#ln_dont_show {
		cursor: pointer;
	}
	
	span.ln_hide {
		margin-left: 15px;
		font-size: 90%;
	}
	
/* Logo */
	#logo {
		margin-top: 0;
		margin-bottom: 25px;
		width: 122px;
		height: 122px;
		text-decoration: none;
		border: 0px solid #FFFFFF;
	}

/* Wrapper */
	#wrapper 
	{
		width: 960px;
		margin: 0 auto 20px auto;
		text-align: left;
		border-radius: 5px 5px; 
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px; 
	}
	

/* Header */

	#header 
	{
		padding: 5px 0px 5px -1px;
		border-top: 1px solid #312929;
		border-bottom: 1px solid #CCCCCC;
		border-radius: 6px 6px; 
		-moz-border-radius: 6px; 
		-webkit-border-radius: 6px; 
	}
	
	#nav, #menu, #submenu 
	{
		width: 100%;
		padding: 0px 0 2px 0;
		line-height: 30px;
	}
	
	#menu 
	{
		margin-top: -2px;
		border-radius: 5px 5px; 
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px; 
	}
	
		#menu .menu-list {
			float: left;
		}
		
		#nav-search {
			float: right;
			padding: 3px 5px 0 0;
			line-height: 16px; 
		}
		
		#nav-search label { 
			display: none; 
		}
		
		#nav-search input {
		
		}
		
		#s, #searchsubmit { 
			border-radius: 3px 3px; 
			-moz-border-radius: 3px; 
			-webkit-border-radius: 3px; 
		}
		
		#s {
		    border: 1px solid #777;
		    font-size: 11px;
			height: 15px;
			padding: 4px 5px 2px;
			width: 130px;
		}
		
		#nav-search #s { 
			background: #F1EAEB;
			border-color: #432F30; 
			border-bottom-color: #220607; 
			border-right-color: #220607; 
			padding-top: 3px;
		}
		
		#searchsubmit 
		{
			background: #8B0C04 url(images/button-style-input.png) center left repeat-x;
			border: 1px solid #432F30;
			color: #fff;
			font-size: 11px;
			height: 23px;
			letter-spacing: 1px;
			line-height: 20px;
			padding: 0 5px;
			-moz-box-shadow: 0px 0px 1px #E8D4A2;
			-webkit-box-shadow: 0px 0px 1px #E8D4A2;
		}
		
		/* Fixes Firefox 2 and 3 */
		#searchsubmit, x:-moz-any-link 
		{ 
			padding: 0 5px 3px; 
			*padding: 0 5px; 
		}
	
	#submenu 
	{
		padding-bottom: 0;
	}
	
		#submenu .submenu-list 
		{
			float: left;
		}
	
		#accessibility {
			float: right;
			text-align: right;
		}
/* Container */

	#container {
		margin: auto;
	}
	
/* Content */
	#content {
		float: left;
		width: 620px;
		min-height: 320px;
		margin: 0 0 12px 0;
		padding: 5px 5px 5px 18px;
	}
	
/* Sidebar */
	#sidebar {
		float: right;
		width: 260px;
		padding: 3px 10px 3px 10px;
	}

/* Footer */
	#footer {
		margin: 0;
		padding: 5px;
	}

		#copyright {
			float: left;
		}
		
			.footer-address {
				margin-left: 25px;
			}

		#languages_list {
			float: right;
			text-align: right;
		}

/* --------------------------------------
Box colour, Text colour & Text margin/padding
--------------------------------------  */

/* Body */

	body {
		background: #543f3f url("./images/background/body_bg.png") no-repeat top left;
		color: #555;
	}

	body {
		font-size: 1em;
		font-family: verdana, arial, helvetica, geneva, sans-serif;
		line-height: 22px;
	}

/* Wrapper */
	#wrapper {
		background-color: #FFFFFF;
	}
	
/* Header */
	#header {
		background-color: #FFFFFF;
	}

	#accessibility {
		font-size: 70%;
	}

		#accessibility a {
			color: #8B0C04;
		}
		
		#accessibility a:hover {
			color: #000000;
		}
	
	#menu {
		background: #47292B;
	}
	
		#menu a {
			color: #FFFFFF;
			font-size: large;
			text-decoration: none;
		}
		
		#menu a:hover {
			color: #D3D3E5;
		}
	
	#submenu a {
		color: #56004F;
		font-size: 90%;
		text-decoration: none;
	}
	
		#submenu a:hover {
			color: #8B0C04;
		}
		
		#menu .current_page_item a, #menu .current_page_parent a , #submenu .current_page_item a{
			color: #E4701E;
			font-weight: bold;
		}
		
		#menu .current_page_item a, #menu .current_page_parent a {
			text-shadow: 1px 1px 1px #000;
			
		}
	
/* Container */
	#container {
		background-color: #FFFFFF;
	}
	
/* Content */

	#content {
		background-color: #FFFFFF;
		background: url("./images/background/general_bg.jpg") no-repeat bottom right;
	}
	
		/* Home */
		#content.page-id-18,				/* EN */
		#content.page-id-66,				/* DE */
		#content.page-id-309,				/* FR */
		#content.page-id-356				/* ES */
		#content.page-id-411				/* IT */
		{
			background: #FFFFFF;
		}
	
		/* Vanilla */
		#content.page-id-39,				/* EN */
		#content.page-id-284,				/* DE */
		#content.page-id-325,				/* FR */
		#content.page-id-378,				/* ES */
		#content.page-id-427				/* IT */
		{
		/*	background: url("./images/background/general_bg.jpg") no-repeat bottom right;	*/
			background: #FFFFFF;
		}
		
		#content.parent-pageid-39,			/* EN */
		#content.parent-pageid-284,			/* DE */
		#content.parent-pageid-325,			/* FR */
		#content.parent-pageid-378,			/* ES */
		#content.parent-pageid-427			/* IT */
		{
			background: url("./images/background/vanilla_bg_colour.jpg") no-repeat bottom right;
		}
		
		/* Cocoa */
		#content.page-id-50,				/* EN */
		#content.page-id-294,				/* DE */
		#content.page-id-335,				/* FR */
		#content.page-id-386,				/* ES */
		#content.page-id-440				/* IT */
		{
		/*	background: url("./images/background/cocoa_bg_colour.jpg") no-repeat bottom right;	*/
			background: #FFFFFF;
		}
		
		#content.parent-pageid-50,			/* EN */
		#content.parent-pageid-294,			/* DE */
		#content.parent-pageid-335,			/* FR */
		#content.parent-pageid-386,			/* ES */
		#content.parent-pageid-440			/* IT */
		{
			background: url("./images/background/cocoa_bg.jpg") no-repeat bottom right;
		}
		
		/* Spices */
		#content.page-id-52,				/* EN */
		#content.page-id-296,				/* DE */
		#content.page-id-337,				/* FR */
		#content.page-id-388,				/* ES */
		#content.page-id-442				/* IT */
		{
			/* background: url("./images/background/spices_bg_colour.jpg") no-repeat bottom right; */
			background: #FFFFFF;
		}
		
		#content.parent-pageid-52,			/* EN */
		#content.parent-pageid-296,			/* DE */
		#content.parent-pageid-337,			/* FR */
		#content.parent-pageid-388,			/* ES */
		#content.parent-pageid-442			/* IT */
		{
			background: url("./images/background/spices_bg.jpg") no-repeat bottom right;
		}

		#content h1, #content h2, #content h3, #content h4, #content h5
		{
			color: #47292B;
			font-weight: bold;
			margin: 20px 0px 7px 0px;
		}
			#content .pagetitle, #content .back_link
			{
				display: none;
			}
			
			#content.parent-pageid-464 .pagetitle, 				/* Show page title for FAQ pages */
				#content.parent-pageid-472 .pagetitle, 
				#content.parent-pageid-486 .pagetitle, 
				#content.parent-pageid-488 .pagetitle, 
				#content.parent-pageid-490 .pagetitle,
					#content.parent-pageid-464 .back_link,
					#content.parent-pageid-472 .back_link,
					#content.parent-pageid-486 .back_link,
					#content.parent-pageid-488 .back_link,
					#content.parent-pageid-490 .back_link
			{
				display: block;
			}
		
			#content .page h1 a, #content .page  h2 a, #content .page  h3 a, #content .page  h4 a, #content .page h5 a
			{
				text-decoration: underline;
			}

		#content h1 {
			color: #9F9F9F;
			font-size: 105%;
			text-transform: uppercase;
			margin-bottom: 20px;
		}

		#content h2 {
			font-size: 100%;
			/* padding-left: 35px; */
		}

		#content h3 {
			font-size: 95%;
			/* padding-left: 40px; */
		}

		#content h4 {
			font-size: 92%;
			/* padding-left: 45px; */
		}

		#content h5 {
			font-size: 90%;
			/* padding-left: 50px; */
		}
		
		#content .post-meta-info, .post-meta-info-left, #content .post-meta-info-right {
			color: #000000;
			font-size: 70%;
			margin-top: 3px;
			padding-top: 6px;
			border-top: 1px solid #CCCCCC;
		}
		
			#content .post-top-right {
				float: right;
			}
		
				#content .date {
					color: #E4701E;
					font-size: 110%;
				}
				
				#content .category {
					font-size: 60%;
					color: #888888;
				}
			
			#content .article-pagination {
				margin-top: 25px;
				font-size: 90%;
			}
			
			#content .meta {
				margin: 5px;
			}
		
			#content .post-meta-info-left {
				float: left;
				margin-left: 5px;
				margin-bottom: 5px;
			}
			
			
			#content .post-meta-info-right, #content .post-meta-info {
				float: right;
				text-align: right;
				margin-right: 5px;
				margin-bottom: 5px;
			}
			
		#content div.page {
			margin-top: 18px;
		}
		
		#content  .page p, #content .entry p {
			font-size: 90%;
			margin: 7px;
		}
		
		#content .entry {
			background-color: #F1EAEB;
			font-size: 95%;
			margin-top: 2px;
			margin-bottom: 45px;
			border-top:	1px solid #644647;
			border-bottom: 1px solid #CCCCCC;
			border-radius: 5px 5px; 
			-moz-border-radius: 5px; 
			-webkit-border-radius: 5px;
			opacity:0.9;
			filter:alpha(opacity=90);
		}
		
		#content .entry h1, #content .entry h2, #content .entry h3, #content .entry h4, #content .entry h5 {
			padding-left: 7px;
		}
		
		#content .entry ul {
			margin-left: 7px;
		}
		
		#content .entry ul li, #content .entry ol li {
			margin-left: 27px;
		}
		
			/* footnotes */
		.footnotedivider {
			width: 250px;
			border-top: 1px solid #555555;
		}
		
		.footnotes {
			margin-top: 25px;
			font-size: 75%;
		}
		
		#content a {
			color: #56004F;
			font-size: 100%;
			text-decoration: none;
		}
		
		#content a:hover {
			color: #8B0C04;
		}
		
			/* Icons */
			#content .pdf, #content .word
			{
				background-repeat: no-repeat;
				padding-left: 19px;
			}
			
			#content .pdf
			{
				background-image: url('./images/icons/pdf.gif');
			}
			
			#content .word
			{
				background-image: url('./images/icons/pdf.gif');
			}
			
			/* Comments */
			#comments-list li {
				margin-bottom: 15px;
			}
	
/* Sidebar */
	#sidebar {
		/*color: #FFFFFF;
		background: #47292B;*/
		border-left: 1px solid #CCCCCC;
		font-size: 80%;
	}

		#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5
		{
			color: #736C6C;
			font-weight: normal;
			margin: 20px 10px 7px 10px;
			/* ------ for floating left. Looks ugly, though.
			float: left;
			display: block;
			min-width: 80px;
			*/
		}

			#sidebar h2.emphasize {
				color: #E4701E;
			}
		
		#sidebar h1 {
			font-weight: bold;
			font-size: 145%;
			margin-bottom: 20px;
		}

		#sidebar h2 {
			font-size: 135%;
		}

		#sidebar h3 {
			font-size: 115%;
		}

		#sidebar h4 {
			font-size: 110%;
		}

		#sidebar h5 {
			font-size: 105%;
		}
		
		#sidebar a {
			color: #8B0C04;
			text-decoration: none;
		}
		
		#sidebar a:hover {
			color: #000000;
		}
		
			#recent-comments li {
				font-size: 80%;
			}

/* Footer */
	#footer, #copyright, #languages_list {
		background-color: #47292B;
	}
	
	#footer {
		color: #CCCCCC;
		font-size: 70%;
	}
	
		#footer a {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#footer a:hover {
			color: #D3D3E5;
		}
		
		.footer-address {
			color: #D2D2D2;
		}
	
	#languages_list {
		
	}

/* --------------------------------------
Menus & Lists
--------------------------------------  */

/* Menu */
	#menu ul, #submenu ul, #accessibility ul, #languages_list ul {
		list-style-type: none; 
		list-style-image: none; 
	}
	
		#accessibility  
		{
			padding-right: 5px;
			margin-right: 5px;
		}

	#menu li, #submenu li, #accessibility li, #languages_list li {
		display: inline; 
		padding-left:0.3em;
		/*margin-left:0.3em;*/
		border-left:1px solid #6C5B5B;
	}
	
		#languages_list li {
			margin-left:0.3em;
		}
	
		#submenu li  {
			border-left-color: #CCCCCC;
		}

	#menu li:first-child, #submenu li:first-child, #accessibility li:first-child, #languages_list li:first-child  {
	   border-left:none;
	}

/* Content */
	#content ul, #content li {
		font-size: 95%;
		margin: 2px 2px 2px 10px;
		padding: 2px;
	}
	
	div.recent-news {
		margin-top: 15px;
		border-top: 1px solid #CCCCCC;
	}
	
/* Sidebar */
	#sidebar ul {
		margin: 2px 10px 2px 14px; 
	}

	#sidebar ul, #sidebar li {
		padding: 0 0 0 2px; 
		list-style-type: none; 
		list-style-image: none; 
	}

	#sidebar ul li, #sidebar ul li li {
		padding-left: 6px;
		padding-bottom: 2px;
	}

	#sidebar ul li:before, #sidebar ul li li:before {
		content: "\00BB \0020";
	}
	
	#sidebar .nobefore li:before, li.nobefore:before {
		content: "" !important;
	}
	
		#sidebar .nobefore li, #sidebar .nobefore li li {
			margin-left: 5px;
		}
	
	#sidebar .certificates ul, 
		#sidebar .references ul, 
		#sidebar .we_support ul 
	{
		vertical-align: top;
	}
	
		#sidebar .certificates li, 
			#sidebar .references li, 
			#sidebar .we_support li 
		{
			display: inline;
		}
		
		#sidebar .certificates li:before, 
			#sidebar .references li:before, 
			#sidebar .we_support li:before 
		{
			content: "";
		}

/* --------------------------------------
Forms
--------------------------------------  */

input, textarea, select {
	color: #0C0C0C;
	font-family: Tahoma, Verdana;
	font-size: 110%;
	
	margin: 2px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	background-color: #dfdfdf;
}

/* --------------------------------------
Standards
--------------------------------------  */

img {
	border: 0;
}

abbr, acronym { border-bottom: 1px dashed #999; cursor: help; }

blockquote {
	color: #111;
	border-left: 2px solid #004964;
	font-size: 90%;
	margin: 0 0 9px;
	padding: 7px;
}

cite { font-style: italic; }

code {
  font-family: Consolas, Monaco, monospace;
  font-size: 0.9em;
  padding: 1px 3px;
}

del { color: #8b0000; text-decoration: line-through; }

em { font-style: italic; }

.clear {
	clear: both;
}

/* --------------------------------------
Wordpress Internal
--------------------------------------  */

/* Internal WP Styles */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/*
.categories {...}
.cat-item {...}
.current-cat {...}
.current-cat-parent {...}
.pagenav {...}
.page_item {...}
.current_page_item {...}
.current_page_parent {...}
.widget {...}
.widget_text {...}
.blogroll {...}
.linkcat{...}
*/

/* END: Internal WP Styles */


/* --------------------------------------
Wordpress Plugins
--------------------------------------  */

/* Modified WPCF7 */
.wpcf7 label {
	float: left;
}

.wpcf7 .right{
	float: right;
}

.wpcf7 p {
	clear: both;
}
/* END: WPCF7 */

/* WPML */
p#wpml_credit_footer {
	display: none;
}