/* @override http://eyelearn.org/wporg/wp-content/themes/eyelearn/style.css */

/*

Theme Name: eyelearn
Theme URI:		
Description: theme for eyelearn online courses
Author: prisca - eyedea.eu	
Author URI: http://eyedea.eu
Version: 9.0

*/

/* eric meyer's reloaded reset rules ~ thanks, Eric :) 
***************************************************** */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	font-family: Lucida, Verdana, sans-serif;
	font-size: 1em;
	color: black;
	background: #fff url(images/finelines.gif) repeat-y;
	background-position: 90px 0;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* general settings 
***************************************************** */

.clear {
	clear: both;
	display: block;
}

/* link styling */

a, a:link {
	text-decoration: none;
	color: #85875D;
}

a:visited {
	color: #5B5B48;
}

a:hover, a:active {
	color: #191912;
}

/* header styles 
***************************************************** */

#header {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 130px;
	background: transparent url(images/eyelearn_head.gif) repeat-x;
	background-position: 70px 0;
	font-size: 1.3em;
	text-transform: lowercase;
	font-weight: lighter;
}

h1 {
	display: block;
	margin: 0 0 0 90px;
}

#header a {
	display: block;
	width: 236px;
	height: 130px;
	text-indent: -2000px;
}

/* what is it all about
***************************************************** */

#what p a {
	display: block;
	width: 20em;
	padding: 8.3em 0 3.1em 0;
	position: fixed;
	bottom: 0;
	right: 0;
	background: url(../images/what.png) no-repeat;
	background-position: 15em 0;
	color: #E2E3C4;
}

#what p a:hover, #what p a:active {
	background: url(../images/what.png) top right no-repeat;
	background-position: 15em -238px;
	color: #fff;
}

/* lesson material
***************************************************** */

#material {
	display: block;
	width: 250px;
	height: 180px;
	position: fixed;
	bottom: 60px;
	left: 86px;
	background: url(images/eyelearn/materials.png) no-repeat;
}

/* main content 
***************************************************** */

#content_wrap {
	float: left;
	margin: 120px 0 80px 380px;
	font-size: 0.8em;
	line-height: 1.6em;
}

/* left column - menu 
***************************************************** */

#nav {
	position: fixed;
	top: 150px;
	left: 90px;
	text-align: left;
	width: 250px;
	font-size: 0.8em;
}

#nav ul {
	padding: 0 0 0 10px;
}

#nav ul li {
	display: block;
	margin: 0.3em 0;
}

#nav ul li.page_item a, #nav ul li.cat-item a {
	color: #000;
}

#nav ul li.page_item a:link, #nav ul li.cat-item a:link {
	color: #000;
}

#nav ul li.page_item a:visited, #nav ul li.cat-item a:visited {
	color: #666;
}

#nav ul li.page_item a:hover:after, #nav ul li.cat-item a:hover:after {
	content: url(images/menu-arrow2.gif);
}

#nav ul li.page_item a:hover, #nav li.page_item a:active, #nav ul li.cat-item a:hover, #nav ul li.cat-item a:active {
	color: #acae77;
}

/* highlighting current page */

#nav ul li.current_page_item {
	padding: 0 1em 0 0;
}

#nav ul li.current_page_item a {
	color: #acae77;
}

#nav ul li.current_page_item a:after, #nav ul li.current-cat a:after, body#blog #nav ul li.cat-item-4 a:after {
	content: url(images/menu-arrow2.gif);
}

/* class 'sub' for submenu link + submenu "subsub" */

.sub li:after {
	padding: 0;
}

.sub li a:after {
	content: url(images/menu-arrow2.gif);
}

ul.subsub {
	display: block;
	margin: 1.6em 0;
	padding: 2px;
}

ul.subsub li {
	margin: 0;
	padding: 0;
}

ul.subsub li a:before {
	content: url(images/menu-arrow.gif);
}

ul.subsub li a, ul.subsub li a:link {
	color: #acae77;
}

ul.subsub li a:visited {
	color: #AAAA9F;
}

ul.subsub li a:hover, ul.subsub li a:active {
	color: #191900;
}

ul.subsub li.current_page_item a {
	color: #acae77;
}

ul.subsub li.page_item.current_page_item a:after {
	content: url(images/menu-arrow2.gif);
}

ul.subsub li.current_page_item a, ul.subsub li.current_page_item a:link,  ul.subsub li.current_page_item a:visited {
	color: #acae77;
}

ul.subsub li.current_page_item a:hover,  ul.subsub li.current_page_item a:active {
	color: #191900;
}

/* signin link */

#nav ul li.signin {
	text-transform: lowercase;
	display: block;
	margin: 2em 0 0.3em 0;
}

#nav ul li.signin a {
	display: block;
	background: url(images/signin.jpg) no-repeat;
	background-position: 90px 7px;
	padding: 20px 60px 20px 0;
	font-weight: bold;
	color: #9B9B57;
}

#nav ul li.signin a:hover, #nav ul li.signin a:active {
	background-position: 90px -98px;
	color: #000;
}

/* home page
***************************************************** */

#home #content p {
	margin: 0.3em 330px 2em 0;
	display: block;
	max-width: 500px;
}

#home #feat {
	background: #fff url(images/delicious.jpg) top left no-repeat;
	display: block;
	position: absolute;
	top: 130px;
	right: 20px;
	padding: 0 0 6em 0;
}

#home #feat h5 {
	padding: 4px 0 0 40px;
	color: #291511;
	font-size: 0.8em;
	line-height: 1.4em;
}

#home #feat h5 span {
	display: block;
	font-size: 1.6em;
	color: #acae77;
}

#home h2 {
	font-size: 1.6em;
	line-height: 1.3em;
	margin: 1em 330px 0 0;
	font-weight: normal;
	display: block;
	color: #acae77;
}

/* homepage - feature: delicious links
***************************************************** */

#home ul.delicious {
	margin: 1em 0 2em 0;
	display: block;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.2em;
	max-width: 220px;
}

#home ul.delicious li {
	display: block;
	margin: 0 0 1em 0;
}

#home ul.delicious li span.delicious-timestamp {
	display: block;
	font-size: .7em;
	text-align: right;
	padding: 0 1em 0 0;
	border-bottom: 1px solid #acae77;
}

#home ul.delicious a {
	font-size: .88em;
	display: block;
	border-top: 1px dotted #acae77;
	color: #acae77;
}

#home ul.delicious a:hover, #home ul.delicious a:active {
	color: #000;
	border-color: #000;
	border-style: solid;
}

#home ul.delicious li span.delicious-desc {
	display: block;
	width: 100%;
	font-size: .9em;
	line-height: 1.4;
}

/* homepage - feature: flickr
***************************************************** */

#home #inspiration {
	display: block;
	width: 60%;
	margin: 3em 330px 2em 0;
	background: url(images/flickr.jpg) no-repeat;
	background-position: 100% 0.5em;
}

#home #inspiration h2 {
	margin: 0 330px 0 0;
}

#home #inspiration img {
	display: block;
	margin: 0 6px 6px 0;
	float: left;
}

#home #inspiration a img {
	border: 1px solid #000;
}

/* eyelearn courses - courses info pages + general
***************************************************** */

#eyelearn {
	

}

#eyelearn #content, #eyelearn .storycontent {
	display: block;
	padding: 0 0 8em 0;
}

#eyelearn .storycontent h2 {
	background: #fff url(images/eyelearn/pinned.png) top left no-repeat;
	padding: 1em 0 1em 3.3em;
	font-size: 1.6em;
	line-height: 1.3em;
	margin: 1em 0 0 0;
	font-weight: normal;
	display: block;
	color: #acae77;
}

#eyelearn .storycontent h2.how {
	background: none;
	font-size: 1.8em;
	font-weight: normal;
	padding: 2.4em 0 0 0;
	margin: 0;
	color: #acae77;
}

#eyelearn .storycontent h2.how img {
	display: block;
	float: left;
	margin: -2em 0.8em 0 0;
}

#eyelearn .storycontent p {
	clear: left;
	margin: 0;
	padding: 0;
	display: block;
	max-width: 500px;
}

#eyelearn .storycontent p span.c_content {
	margin: 0;
	padding: 0;
	font-size: 1.4em;
	font-variant: small-caps;
}

#eyelearn h3.storytitle {
	font-size: 1.8em;
	margin: 0 0 1em 0;
	background: none;
	padding: 0;
}

#eyelearn .storycontent dl {
	display: block;
	max-width: 500px;
}

#eyelearn .storycontent dl dt {
	display: block;
	margin: 0 0 1em 0;
	padding: 2em 0 0 0 0;
}

#eyelearn .storycontent dl dt img {
	float: left;
	margin: -3em 0.6em 0.3em 0;
}

#eyelearn .storycontent dl dd {
	clear: left;
	display: block;
	margin: 0 0 4em 0;
}

/* course options and listings 
***************************************************** */

#course {
	display: block;
	margin: 0 0 100px 0;
}

#course dl {
	display: block;
	margin: 20px 0 1em 0;
}

#course dt {
	clear: left;
	display: block;
	color: #acae77;
	text-transform: lowercase;
	padding: 0.2em 0 0.5em 4.4em;
	font-size: 2.4em;
	font-weight: normal;
	float: left;
	width: 10em;
	margin: 1em 0 0.5em 0;
}

/* course option - icons */

/* short courses */

#course dl.sc dd ul.clear {
	display: block;
	list-style: none;
}

#course dl.sc dd ul.clear li {
	display: block;
	margin: 10px 0;
}

#course dl.sc dd ul.clear li span.des {
	display: block;
	margin: 0 0 0 2.2em;
	padding: 0;
}

#course dl dt.qs {
	background: url(images/eyelearn/sc-quickstarter.gif) top left no-repeat;
}

#course dl dt.in {
	background: url(images/eyelearn/sc-intensify.gif) top left no-repeat;
}

#course dl dd ul.clear li span.num {
	clear: left;
	font-size: 1.2em;
	color: #000;
	width: 2em;
	padding: 0;
	margin: 0;
	float: left;
}

#course dl dd ul.clear li span.tit {
	font-size: 1.2em;
	font-weight: bold;
	color: #9B9B57;
	width: 25em;
	float: left;
	padding: 0;
	margin: 0 0 0.6em 0;
}

#course dl dd ul.clear li span.des {
	font-weight: normal;
	color: #000;
	display: block;
	margin: 0 0 2em 2.2em;
	padding: 0;
	float: left;
}

/* 3 months */

#course dl dt.on {
	background: url(images/eyelearn/3mc-goonline.gif) top left no-repeat;
	margin: 2em 0 0.5em 0;
}

#course dl dt.mod {
	background: url(images/eyelearn/3mc-modernise.gif) top left no-repeat;
	margin: 2em 0 0.5em 0;
}

#course dl dt.flash {
	background: url(images/eyelearn/3mc-flashit.gif) top left no-repeat;
	margin: 2em 0 0.5em 0;
}

#course dd {
	display: block;
	color: #000;
	clear: both;
	padding: 0;
}

#course dl dd ul.clear li span.weekly {
	display: block;
	padding: 0 0 1em 2em;
}

#course dl .topic {
	color: #660;
	font-weight: bold;
	border-bottom: 1px dotted #660;
}

/* courses - details+info */

#course dl .info {
	display: block;
	font-size: 0.4em;
	margin: 0.8em 10px 0 0;
	width: 20em;
}

#course dl .item {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	color: #660;
	width: 12em;
	font-weight: bold;
}

#course dl .c_content {
	text-transform: uppercase;
	color: #333;
}

#course dl .content_txt {
	display: block;
	margin: 10px 0 0 50px;
}

/* 3month courses */

#course dl dt.3m {
	background: transparent url(images/eyelearn/course3m_titleflower.gif) top left no-repeat;
}

#course dl dd ul.clear {
	clear: both;
	display: block;
	width: 440px;
	margin: 1em 0 0 0;
}

#course dl dd ul.clear li {
	margin: 0;
	padding: 0;
}

#course dl .week {
	clear: both;
	display: block;
	float: left;
	font-size: 1.4em;
	color: #000;
	background: url(images/eyelearn/mini_weeksm.gif) top left no-repeat;
	width: 38px;
	text-align: center;
	padding: 1em 0;
}

#course dl .week_txt {
	margin: 10px 0 0 1em;
	width: 350px;
	float: left;
	color: #000;
}

/* student page styling
***************************************************** */

#content.students {
	margin: 0 0 0 3em;
	font-size: 1em;
	padding: 0;
	overflow: hidden;
}

#content.students h1 {
	display: block;
	margin: 30px 0 0.5em 0;
	font-size: 2em;
	letter-spacing: -0.1em;
	font-weight: normal;
	color: #acae77;
}

#content.students dl {
	display: block;
	margin: 0 0 100px 0;
/*	

width: 33em;	*/
}

.anchor {
	clear: both;
	display: block;
	height: 7em;
}

#content.students dl dt {
	clear: left;
	display: block;
	color: #acae77;
	text-transform: lowercase;
	font-weight: normal;
	float: left;
	/*	wid

th: 10em;  */
	margin: 0 0 0.5em 0;
	padding: 0.2em 0 0.5em 0;
}

#content.students dl dt.on {
	background: url(images/eyelearn/3mc-goonline.gif) top left no-repeat;
	padding: 0.2em 0 0.5em 10em;
}

#content.students dl dd h2 {
	margin: 0.4em 0;
	padding: 0 0 0 1em;
	font-size: 1.2em;
	font-weight: normal;
	color: #acae77;
}

#content.students  dl dd  ul li {
	background: url(images/menu-arrow.gif) no-repeat;
	background-position: 0 0.7em;
	padding: 0 0 0 3.3em;
}

#content.students dl dt .course_title {
	display: block;
	font-size: 1.2em;
	margin: 0 0 0.6em 0;
	float: left;
	width: 20em;
}

#course dl dd {
	clear: both;
	display: block;
}

#content.students .info {
	display: block;
	margin: 0.8em 0 0 0;
	width: 30em;
	font-size: 0.8em;
}

#content.students .item {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	color: #660;
	width: 12em;
	font-weight: bold;
}

#content.students .c_content {
	clear: both;
	display: block;
	width: 40em;
	margin: 0 0 2em 0;
	text-transform: uppercase;
	color: #333;
	font-size: 1em;
}

#content.students .content_txt {
	display: block;
	margin: 10px 0 0 50px;
}

#content.students .week {
	clear: both;
	display: block;
	float: left;
	font-size: 1em;
	color: #000;
	background: url(images/eyelearn/mini_weeksm.gif) top left no-repeat;
	width: 38px;
	text-align: center;
	padding: 1em 0;
}

#content.students .week_txt {
	margin: 0.6em 0 0 0.3em;
	width: 350px;
	float: left;
	color: #acae77;
	font-size: 1.2em;
}

/* student pages - overview + weekly 
***************************************************** */

#content.students {
	
}

#content.students h4 {
	float: left;
	font-size: 1.6em;
	margin: -1.6em 0 0 5em;
	color: #acae77;
}

#content.students h3.weektitle {
	background: url(images/eyelearn/lessons.gif) top left no-repeat;
	padding: 25px 30px 30px 100px;
	font-size: 2em;
	margin: 0 0 0.5em 0;
}

#content.students .storycontent {
	display: block;
}

#content.students .entrybody p {
	display: block;
	max-width: 500px;
}

#content.students .post p, #content.students .entrybody p {
	margin: 0 0 2em 0;
}

#content.students strong {
	display: block;
	font-size: 1.6em;
	color: #acae77;
}

#eyelearn .storycontent p a.more-link {
	float: left;
}

#content.students #links {
	position: relative;
	width: 30%;
	float: left;
}

#content.students ol {
	display: block;
	width: 500px;
	list-style: decimal;
	margin: 1em 2em;
}

#content.students ol li {
	margin: 0 0 4em 0;
}

#content.students ol li p cite {
	display: block;
	margin: 1em 0 0 0;
	color: #999;
	font-size: 0.9em;
}

#content.students ol li ul {
	margin: 0 1em;
	list-style: disc;
}

#content.students ol li ul li {
	margin: 1em 0;
}

#content.students ol a {
	font-weight: bold;
	border-bottom: 1px dotted #acae77;
}

#content.students ol img {
	display: block;
	float: right;
}

#content.students ol strong {
	font-size: 1.2em;
	margin: 1em 0 0 0;
}

#content.students ol br {
	display: block;
	height: 3em;
}

#content.students #links h2 {
	background: none;
	margin: 1em 0 0 0;
	padding: 0;
	color: #666;
}

#content.students #links h2.pdf {
	background: #fff url(images/eyelearn/pdf.gif) top left no-repeat;
	background-position: 0 -10px;
	padding: 2em 0 1em 3.8em;
	font-size: 1.6em;
	line-height: 1.3em;
	font-weight: normal;
}

#content.students #links ul.weblink li {
	background: url(images/menu-arrow2.gif) no-repeat;
	background-position: 0em 0.7em;
	padding: 0 0 0 2.3em;
	margin: 0.4em 0;
}

#content.students #links ul.weblink a {
	display: block;
	text-decoration: underline;
	color: #acae77;
}

#content.students #lessoncontent {
	margin: 0 5em 0 0;
	padding: 0;
	position: relative;
	float: left;
	width: 60%;
}

#content.students #lessoncontent h2 {
	background: none;
	margin: 1em 0 0 0;
	padding: 0;
	font-size: 1.6em;
	line-height: 1.3em;
	font-weight: normal;
	color: #666;
}

#content.students #lessoncontent ul li {
	background: url(images/menu-arrow.gif) no-repeat;
	background-position: 0em 0.7em;
	padding: 0 0 0 2.3em;
	margin: 0.9em 0;
}

#content.students #lessoncontent ul.notes li {
	background: url(images/menu-arrow.gif) no-repeat;
	background-position: 0em 0.7em;
	padding: 0 0 0 2.3em;
	line-height: 1.3em;
}

/* student category styling - single page + comments
***************************************************** */

#content.students  .post {
	display: block;
	margin: 0 0 6em 0;
}

#content.students div.entrytitle {
	background: url(images/eyelearn/lessons.gif) top left no-repeat;
	padding: 25px 30px 30px 100px;
	font-size: 2em;
	margin: 0 0 0.5em 0;
}

#content.students .commentsblock {
	clear: both;
	display: block;
	margin: 0 0 8em 0;
}

#content.students .commentsblock h2#comments, #content.students .commentsblock h2#postcomment {
	display: block;
	font-size: 1.6em;
	color: #666;
	padding: 3em 0 1em 0;
}

/* form elements */

input {
	width: 22em;
	background: transparent;
	border: 1px solid #acae77;
	padding: 0.2em;
}

textarea {
	width: 40em;
	padding: 0.2em;
	border: 1px solid #acae77;
}

input:hover, input:focus, textarea:focus, textarea:hover {
	background: #E2E0CF;
}

form#commentform p {
	display: block;
	margin: 0.4em 0;
}

form#commentform p label small {
	font-size: 0.8em;
}

form#commentform p.req label small:before {
	content: url(images/menu-arrow2.gif);
	margin: 0 0.4em 0 0;
}

/* Footer styles 
***************************************************** */

#footer {
	clear: both;
	display: block;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	height: 5em;
	background: #acae77;
	color: #E2E3C4;
	font-size: 0.8em;
}

#footer p {
	line-height: 1.7em;
	margin: 0.8em 0 1em 100px;
}

#footer a, #footer a:link, #footer a:visited {
	background: transparent url(images/3dots.gif) no-repeat;
	background-position: 0 2px;
	padding: 0 0 0 42px;
	border-bottom: none;
	color: #49491D;
}

#footer a:hover, #footer a:active {
	background: transparent url(images/3dots.gif) no-repeat;
	background-position: 0 -35px;
	color: #fff;
}

/* contact page - greenbeast form styling 
***************************************************** */

/* contact form - main styling - see plugins folder - eye.css*/

#contact h2 {
	font-size: 2em;
	margin: 0 0 0 1.4em;
	width: 600px;
	color: #9B9B57;
}

#contact .entry {
	margin: 0 0 0 3em;
	padding: 0;
}