@charset "UTF-8";
/*	=============
|	CSS Zen Garden 2013
|    
|	Theme: MooingAround
|	by Adamy D. Diaz
|	adamy@artistikdreamlife.com :: http://artistikdreamlife.com
|
|	css released under Creative Commons License
|	http://creativecommons.org/licenses/by-nc-sa/1.0/
|
|	Cows and Mooing Around theme use with permission from:
|		Nan Lundeen author of The Moo of Writing: How to milk your potential 
|		Cynthia Morgan DeKett illustrator for the cows
|		and Adamy Diaz web designer for mooingaround.com.
/*	========================= 	*/
/*	=================
|	@font-face declarations to google fonts used in this project 
|	recreated this declarations pointing to the google server
|	to avoid adding a link to google in the source code
|	because the "@import url(http://fonts.googleapis.com/css?family=Delius+Swash+Caps|Jura);" recommended by google.com/webfonts didn't work.
|	=========================	*/
/*	=================
|	Copyright (c) 2010, 2011, Natalia Raices,
|	Copyright (c) 2011, Igino Marini. (www.ikern.com|mail@iginomarini.com),
|	with Reserved Font Names "Delia", "Delia Unicase", "Delius" and "Delius Unicase".
|	This Font Software is licensed under the SIL Open Font License, Version 1.1.
|	This license is located in the fonts folder with this project, and is also available with a FAQ at: http://scripts.sil.org/OFL
|	=========================	*/

@font-face {
	font-family: 'Delius';
	font-style: normal;
	font-weight: normal;
	src: local('Delius Swash Caps'), local('DeliusSwashCaps-Regular'),
			url(http://themes.googleusercontent.com/static/fonts/deliusswashcaps/v5/uXyrEUnoWApxIOICunRq78NWT6CuowAotx_Dv3iC2Y0.ttf) 
			format('truetype');
}

/*	=================
|	Copyright (c) 2009, 2010, 2011 Daniel Johnson (<il.basso.buffo@gmail.com>).
|	This Font Software is licensed under the SIL Open Font License, Version 1.1.
|	with Reserved Font Names "Jura-DemiBold", "Jura-Light", "Jura-Medium" and "Jura-Regular".
|	This license is located in the fonts folder with this project, and is also available with a FAQ at:http://scripts.sil.org/OFL
|	=========================	*/
@font-face {
	font-family: 'Jura';
	font-style: normal;
	font-weight: normal;
	src: local('Jura Regular'), local('Jura-Regular'), 
			url(http://themes.googleusercontent.com/static/fonts/jura/v4/BaRU3GSISDJW2nIqbysbmg.ttf) 
			format('truetype');
}

/*	=================
|	Set up default values for:
|		body, headings, all links, and paragraphs 
|	=========================	*/

body {
	font-size: 62.5%;
	height: 110%;
	background-color: #406093;
	background-image: url(images/clouds-1px.jpg);
	background-attachment: fixed;
	background-position: center center;
	background-repeat: repeat;
	color: #600;
	padding: 5px;
	margin: auto;
	font-family: Jura, Optima, Optimus, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Delius, cursive;
	font-weight:100;
}

a	{
	padding: 1px 3px;
}

a:link,
a:visited {
	color: #600;
}

a:hover,
a:active {
	font-style: italic;
	background-color: #609913;
}

li a:link,
li a:visited,
li a:hover,
li a:active {
	display: block;
	overflow: visible;
	width: 195px;
	height: 120%;
	background-color:transparent;
}

li a:hover,
li a:active {
	color: #FBDFAC;	
}
li a.design-name,
li a.designer-name
{
	display: inline;
	line-height: 110%;
	color: #FBDFAC;
}
li a.design-name:hover,
li a.designer-name:hover {
	color: #FBDFAC;
}

p{
	padding-left: 75px;
	padding-right: 25px;
}

p:first-letter{
	font-family: Delius, cursive;
	display:block;
	margin:5px 0 0 5px;
	font-size:1.5em;
	font-weight: bold;
}
/*	=================
|	Stylizing header
|	=========================	*/
header {
	background-color: #FFDFAC;
	background-image: url(images/mooBannerZen.png);
	background-position: left top;
	background-repeat: no-repeat;
	border: 2px solid #603913;
	z-index: 50;
	width: 750px;
	height: 200px;
	top: -40px;
	left: 125px;
	position: fixed;
	display: block;
	border-radius: 20px;
	-webkit-box-shadow: 0px 10px 5px rgba(96,57,19, 0.7);
	-moz-box-shadow: 0px 10px 5px rgba(96,57,19,0.7);
	box-shadow: 0 10px 5px rgba(96, 57, 19, 0.7);
	/*sets rotation of the shadow box*/
 	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg);
}

header::before {
	/* 	a vignette in the header 	*/
	content: " ";
	-moz-box-shadow: inset 0 0 8em #893838;
	-webkit-box-shadow: inset 0 0 8em #893838;
	box-shadow: inset 0 0 8em #893838;
	position: absolute;
	top: 0px;
	width: 750px;
	height: 100%;
	border-radius: 19px;
}

h1, h2 {
	width: 100%;
	text-align: right;
	padding: 5px;
	padding-right: 15px;
	text-shadow: 2px 3px 3px rgba(96,57,19,.5);
}

h1 {
	font-size: 1.7em;
	line-height: 1.4em;
	width: 58%;
	float: left;
	margin-top: 50px;
	letter-spacing: 80%;
	text-height:120%;
	display: inline;
}

h1::before {
	content: "Mooing Around";
	display: block;
	position: relative;
	left: 15px;
	top: 0;
	font-size: 1.4em;
}

h2 {
	width: 88%;
	font-size: .9em;
	line-height: 0.8em;
	float: left;
	margin-top:5px;
	font-style: italic;
	font-stretch: condensed;
	font-weight: lighter;
	font-variant: normal;
}

/*	=================
|	Stylizing page-wrapper and its content
|	=========================	*/
.page-wrapper {
	position: absolute;
	left: 10px;
	top: 25px;
	padding: 10px;
	min-width: 800px;
	width: 800px;
	font-size: 1.5em;
	line-height:1.5em;
}

.intro,
.main {
	float: left;
	padding-top: 10px;
	margin-left: 210px;
}

.summary, 
.preamble, 
.explanation, 
.participation, 
.benefits, 
.requirements {
	width: 100%;
	background-color: rgba(230,210,172,0.85);
	padding: 15px;
	margin: 5px;
	float: right;
	border-radius: 15px;
}

h3 {
	height: 40px;
	font-size: 1.3em;
	line-height: 1.6em;
	color: #600;
	text-align: right;
	background-color: #609913;
	padding-right: 10px;
	border-radius: 5px;
	text-transform: lowercase;
	text-shadow: 2px 3px 3px rgba(137,56,56,0.5);
}

.summary {
	padding-top: 130px;
}

.summary::before {
	content: "~ let's get your moodle on! ~";
	font-family: delius, cursive;
	background-color: #609913;
	height: 40px;
	display: block;
	position: relative;
	left: 0;
	top: -10px;
	padding-left:10px;
	font-size: 1.4em;
	line-height: 1.6em;
	color: #600;
	text-align: left;
	border-radius: 5px;
	text-shadow: 2px 3px 3px rgba(96,57,19,.5);
}

.summary p:first-child {
	margin-top: -5px;
}

.preamble h3::before {
	content: " ~ befriend time on ";
	position: relative;
	top: 0px;
	font-size: 1em;
}

.preamble h3::after {
	content: " ~";
	position: relative;
	top: 0px;
	font-size: 1em;
}

.explanation h3 {
	display: block;
}

.explanation h3::after {
	content: "  ... the moo of writing ~ ";
	position: relative;
	top: 0px;
	font-size: 1em;
}

.explanation h3::before {
	content: " ~ ";
	position: relative;
	top: 0px;
	font-size: 1em;
}

.participation h3::before {
	content: " ~ ";
	position: relative;
	top: 0px;
	font-size: 1em;
}
.participation h3::after {
	content: " ... play is the thing ~";
	position: relative;
	top: 0px;
	font-size: 1em;
}

.benefits h3::after {
	content: " ~ ";
	position: relative;
	top: 0px;
	font-size: 1em;
}
.benefits h3::before {
	content: "~ belly wisdom ";
	position: relative;
	top: 0px;
	font-size: 1em;
}

.requirements {
	padding-bottom: 175px;
	margin-bottom: -25px;
}

.requirements h3::before {
	content: " ~ ";
	position: relative;
	top: 0px;
	font-size: 1em;
}
.requirements h3::after {
	content: " for sweet abundance ~";
	position: relative;
	top: 0px;
	font-size: 1em;
}

.requirements::after {
	content: "design by Adamy Diaz | inspired by www.mooingaround.com | cows by cynthia morgan";
	font-family: delius, cursive;
	height: 15px;
	width: 100%;
	display: block;
	position: relative;
	left: 15px;
	top: 170px;
	padding-top: 33px;
	font-size: 0.8em;
	line-height: 0.8em;
	color: #600;
	text-align: center;
}

/*	=================
|	Stylizing extra1 for the cow farm 
|	=========================	*/
.extra1 {
	position: fixed;
	width: 100%;
	height: 170px;
	left: 0px;
	bottom: 0;
	background-image: url(images/mooBarn.png);
	background-repeat: repeat-x;
	background-position: -1px bottom;
	background-attachment: scroll;
	z-index: 100;
}

/*	=================
|	Stylizing the link list
|	=========================	*/
	.sidebar a:link, 
	.sidebar a:visited, 
	.sidebar a:hover, 
	.sidebar a:active {
		border: 0;
		padding: 0;
		margin: 0;
		color: #600;
	}
	.sidebar a:hover, 
	.sidebar a:active {
		color: #FBDFAC;
	}
	
		.sidebar .wrapper {
			position:fixed;
			top: 10px;
			left: -10px;
			z-index: 2000;
			height: 110px;
			margin: 0;
			padding: 0;
			width: 150px;
		}
			
		.sidebar .wrapper a {
			border: 0;
		}
			
		.sidebar .wrapper .design-selection li > a:first-child {
			display: block;
		}
			
		.sidebar .wrapper ul > li:last-child {
			border-bottom: 0;
		}
			
		.sidebar .wrapper {
			list-style-type: none;
			font-size: 0.8em;
			line-height: 1em;
			font-weight: normal;
		}	
			
		.sidebar .wrapper a {
			white-space: normal;
			width: 98%;
		}
					
		.sidebar .wrapper a:first-child {
			font-size: 1.1em;
		}
			
		.sidebar .wrapper li:hover {
			background-color: #609913;
			font-weight: bold;
		}
			
		.sidebar .wrapper li a:hover {
			text-decoration: underline;
			border: 0;
			background: transparent;
			}
		
		.sidebar .wrapper li {
			padding: 0 3px;
			border: 0;
		}
		
		html > body .sidebar .wrapper li {
			margin: 0;
			padding: 3px;
			border-bottom: 1px solid #600;
		}
			
			.design-selection, 
			.design-archives, 
			.zen-resources {
				margin: 15px;
				float: clear;
			}
			
			.design-selection h3, 
			.design-archives h3, 
			.zen-resources h3 {
				background-color: #FFDFAC;
				height: 140px;
				position: relative;
				float: left;
				display: block;
				margin-bottom: 5px;
				padding: 15px 10px 0px 10px;
				border-radius: 5px;
				color: #600;
				font-size: 1.2em;
				line-height: 1.5em;
				text-align: center;				
				text-transform: lowercase;
				text-shadow: none;
			}
			
			.design-selection ul, 
			.design-archives ul, 
			.zen-resources ul {
				float: left;
				position: relative;
				top: -45px;
				z-index: 3000;
				left: -15px;
				text-transform: lowercase;
			}		
			
			html > body .design-selection h3,
			html > body .design-archives h3,
			html > body .zen-resources h3 {
				background-color: #FFDFAC;
				height: 30px;
				width: 150px;
				padding-top: 5px;
				float: none;
				border: 2px solid #603913;
			}
				
			html > body .design-selection ul,
			html > body .design-archives ul,
			html > body .zen-resources ul {
				display: none;
				position: relative;
				top: -5px;
				left: 0;
			}				
				
			html > body .design-selection:hover ul,
			html > body .design-archives:hover ul,
			html > body .zen-resources:hover ul {
				float: none;
				display: block;
				background-color: #FBDFAC;
				background-color: rgba(251,223,172,0.85);
				border: 1px solid #603913;
				margin: 0 5px;
				padding: 5px;
				width: 150px;
				list-style-type: none;
			}
				
			html > body .design-selection li,
			html > body .design-archives li,
			html > body .zen-resources li {
				float: none;
				display: block;
			}
				
			.design-selection ul,
			.design-archives ul,
			.zen-resources ul {
				list-style-type: none;
				display: block;
			}				
					
/*	=================
|	Stylizing footer area
|	=========================	*/
footer {
	clear: both;
	width: 100%;
	height: 100%;
	color: #600;
	text-align: center;
	font-family: Delius, cursive;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1em;
	text-transform: lowercase;
	text-align: center;
	vertical-align: middle;
	position: relative;
	float: left;
	top: -175px;
	left: 55px;
	display: block;
	z-index: 90;
}

footer a	{
	font-weight: normal;
	color: #600;
	margin-right: 15px;
	border-width: 1px;
	border-color: #603913;
	border-style: solid;
	float: left;
	text-decoration: none;
	display: inline-block;
	overflow: hidden;
	width: 60px;
	height: 30px;
	padding: 45px 0 0 0;
	margin: 0 15px;
	position: relative;
	-webkit-transition: color 0.25s ease-out, box-shadow 0.25s ease-out;
	-moz-transition: color 0.25s ease-out, box-shadow 0.25s ease-out;
	transition: color 0.25s ease-out, box-shadow 0.25s ease-out;
}

footer a:hover, footer a:focus {
	margin-right: 15px;
	margin-top: 1px;
	border-top-color: #666666;
	border-right-color: #FBDFAC;
	border-bottom-color: #FBDFAC;
	border-left-color: #666666;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	float: left;
	color: #600;
	font-style: normal;
	background-color: #609913;
}

footer a::before {
	display: block;
	position: absolute;
	top: 7px;
	left: 0;
	font-size: 36px;
	text-indent: 12px;
	/* icomoon.io defaults */
	font-family: 'verdemoderna';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	text-align: center;  
}

  footer a.zen-validate-html::before {content: "5";}
  footer a.zen-validate-html:hover::before, footer a.zen-validate-html:focus::before {content: "%";}
  footer a.zen-validate-css::before {content: "3";}
  footer a.zen-validate-css:hover::before, footer a.zen-validate-css:focus::before {content: "#";}
  footer a.zen-license::before {content: "c";}
  footer a.zen-license:hover::before, footer a.zen-license:focus::before {content: "C";}
  footer a.zen-accessibility::before {content: "a";}
  footer a.zen-accessibility:hover::before, footer a.zen-accessibility:focus::before {content: "A";}
  footer a.zen-github::before {content: "g";}
  footer a.zen-github:hover::before, footer a.zen-github:focus::before {content: "G";}

/*	verdemoderna font borrowed from csszengarden design 214 by Dave Shea	*/

@font-face {
	font-family: 'verdemoderna';
	src:url('verdemoderna.eot');
	src:url('verdemoderna.eot?#iefix') format('embedded-opentype'),
		url('http://csszengarden.com/214/verdemoderna.woff') format('woff'),
		url('http://csszengarden.com/214/verdemoderna.ttf') format('truetype'),
		url('http://csszengarden.com/214/verdemoderna.svg#verdemoderna') format('svg');
	font-weight: normal;
	font-style: normal;
}
