/*
    FILE:      basic-style.css
    VERSION:   1.0
    AUTHOR:    Philippe Le Fevre
    DATE:      July 18 2007
    EMAIL:     mail@philippelefevre.com
    WEBSITE:   www.philippelefevre.com
*/

* {
	margin: 0;
	padding: 0;
}



body {
	font-size: 62.5%;
	width: 100%;
	min-width: 925px;
	font-family: "Lucida Grande", Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #777777;
	position: relative;
}

.dark {	background: url(dark-images/plf-grey.png);
}

#inner {
	background: url(images/double-diamond.png) no-repeat bottom 95%;	
}

#outer {
	background: transparent url(images/sky.png) repeat-x top;
}

.dark #outer {
	background: transparent url(dark-images/sky.png) repeat-x top;
}


#fence {
	background: url(images/wide-fence.png) no-repeat right 210px;
	width: 100%;
	position: relative;
}

.dark #fence {
	background: url(dark-images/wide-fence.png) no-repeat right 210px;
}


#wrapper {
	padding: 280px 0 0 148px; /* get the tree to go left without spoiling the negative margin layout with #title */
	margin: 0 0 30px 6%;
	background: url(images/tree.png) no-repeat left 79px; 
	position: relative;
}

.dark #wrapper {
	background: url(dark-images/tree.png) no-repeat left 79px; 
}


#snow {
	margin-left: 0px;
	/* background: transparent url(images/tree.png) no-repeat 5% 79px; */
	position: absolute;
	z-index: 5;
	top: 0;
}

#homelink:link, #homelink:visited {
	color: #919191;
	position: absolute;
	z-index: 6;
	width: 99%;
	height: 220px;
	text-indent: -2000px;
	padding: 5px 0 0 1%;
}

#homelink:hover, #homelink:active {
	text-indent: 0;
	text-decoration: none;
}

#nav {
	padding: 8px 6px 8px;
	margin: 0;
	z-index: 9;
	position: absolute;
	right: 0;
	width: 185px;
	background: url(images/grad-grey-t.png);
	list-style: none;
}

#nav li {
	padding: 0;
}

#nav li a:link, #nav li a:visited{
	color: #777777;
	color: #cecece;
	padding: 6px 6px 6px 10px;
}

#nav li a:hover, #nav li a:active{
	text-decoration: none;
	color: #286cd6;
	background: url(images/blue-triangle.png) no-repeat left center;
}

#main-content {
/*
grey border
border-left: #eee solid 2000px;
margin-left: -2000px;
*/
	width: 623px;
	padding: 20px 10px 28px 0px;
	margin-bottom: 60px;
}

#main-content-indent {
	padding: 20px 10px 28px 23px;
	margin-bottom: 60px;
}

.dark #main-content {
	margin-bottom: 0px; 
}

#contactform {
	margin-left: -70px;
	margin-top: 50px;
}


h1, h2,  .project-title {
	font-size: 24px;
	font-weight: normal;
	color: #056ec8;
}

h2 {
	font-size: 18px;
	margin: 50px 0 -20px -10px;
	background: url(images/title-shadow.png) no-repeat top left;
	padding: 6px 0 20px 10px;
	clear: left;
}


.flashcard h2 {
	background: none;
	margin-top: 0;
	margin-bottom: -29px;
	font-size: 22px;
	
}



h3 {
	margin: 30px 0 10px;
	font-size: 16px;
	font-weight: normal;
}

.col {
	width: 240px;
	float: left;
	margin-right: 20px;
}

.center-col .col {
	width: 128px;
	margin: 0 0 0 26px;
}



#portfolio-heading {   /* image replacement - Phark method - note I don't deserved to be blacklisted by the search engines */
	background: url(images/plf-portfolio.png) no-repeat 150px bottom;
	padding-bottom: 50px;
	margin-bottom: 38px;
}


iframe {
	border: 0;
	display: block;
	margin: 0 auto;
	text-align: center;
}


.center-col {
	width: 320px;
	margin: 0 auto;
	text-align: center;
}

.center-col * {
	text-align: left;
}

p,  .project-text {
	width: 31em;
	line-height: 22px;
	margin: 16px 60px 0px 0px;
}

.outer p {
	margin: 20px 60px 0 0px;
}

.outer img {
	margin: 0px 0 0 -8px;
}

.outer {
	margin: 0px 0 60px;
}

.contact p {
	width: 100%;
}

ul {
	padding-left: 20px;
	margin: 10px 0;
}

.filelist {
	list-style: none;
	padding-left: 0;
}

.audio, .pdf, .images, .zip, .txt {
	padding: 0px 0 0px 23px;
}

.txt {
	background: url(images/txt.png) no-repeat left center;
}

.pdf {
	background: url(images/pdf.png) no-repeat left center;
}

.zip {
	background: url(images/zip.png) no-repeat left center;
}

.audio {
	background: url(images/audio.png) no-repeat left center;
}

.images {
	background: url(images/images.png) no-repeat left center;
}

ul li {
	padding: 6px 6px 6px 0px;
}

ul li a {
	display: block;
	padding: 0, 6px;
}

a:link, a:visited {
color: #286cd6;
text-decoration: none;
}

a:hover, a:active {
	color: #0d367b;
}

.button {
	float: right;
	margin: 10px;
	padding: 6px 2px 4px;
	text-align: center;
	display: block;
	width: 150px;
	height: 18px;
	background: url(images/button.png) no-repeat top left;
}

#next-def {
	display: none;
}


.button:hover {
	background: url(images/button.png) no-repeat bottom left;
}



.feedback, .feedback-ta, .error{
	color: #A50000;
	padding-left: 22px;
	background: url(images/caution.png) no-repeat left center;
}

.alert {
	font-weight: bold;
}

.abnormal {
	color: #A50000;
}


.float-right {
	float: right;
}


.project {
	width: 623px;
	clear: both;
	line-height: 22px;
	height: 1%;
	position: relative;
	margin: 50px 0;
	padding: 0;
	background: #eee url(images/view-site.gif) no-repeat bottom right;
}

.project a {
	height: 1%;
	border: solid #ffffff 1px;
	text-decoration: none;
	color: #777777;
	display: block;
	padding: 22px 23px 0;
}

.project a:hover {
	text-decoration: none;
	//color: #286cd6;
	border: solid #286cd6 1px;
}

.project .project-title {
background: url(images/outlink.png) no-repeat -2000 center;
font-size: 18px;
font-weight: 300;
padding-right: 20px;
color: #777777;
}

.project a:hover .project-title {
background: url(images/outlink.png) no-repeat right center;
color: #286cd6;
}

.project img {
	border: solid #cccccc 1px;
	display: inline;
	margin: 0px 0 6px 22px;
	float: right;
	clear: right;
}

.project .project-text {
	display: block;
	margin: 12px 0 0; 
}



/*
.project a:hover img {
border-color: #286cd6;
}



.project .image2 {
float: right;
} 
*/


.project .view-work {
display: block;
text-align: right;
margin-right: -23px;
padding-right: 5px;
clear: both;
}

.project a:hover .view-work {
color: #286cd6;
}

.movie {
	margin: 50px 0 100px;
}

.results {
	float: right;
}

label {
	float: right;
}

table {
	border-collapse: collapse;
}



td input {
	width: 30px;
}

.submit {
	margin: 20px;
}


.clear {
	clear: both;
}

th {
	font-weight: normal;
	text-align: left;
	color: #056ec8;
	padding: 6px;
}

.definition-term {
	color: #056ec8;
	width: 150px;
}

#question-mark {
	width: 60px;
	height: 120px;
	margin: 20px 200px;
	background: url(images/question-mark.png) no-repeat;
}

.schedule-group {
	width: 75.0px;
	margin: 40px 0;
}

.schedule {
	width: 523px;
}

.schedule td {
	padding: 14px 10px;
	clear: right;
}

.schedule tr {
	clear: both;
}

.row_over {
	color: #ffffff;
	background-color: #286cd6; 
}

.row_over a {
	color: #ffffff; 
}



.schedule h3 {
	font-size: 14px;
	margin: 0 0 5px;
	padding-bottom: 4px; 
	border-bottom: solid #ddd 1px;
	width: 400px;
	color: #056ec8;
}

.row_over h3 {
	color: #ffffff;
}

.schedule p {
	margin: 0;
	line-height: 16px;
}

.done {
	float: right;
}

.done a {
	padding-right: 5px;
	line-height: 20px;
}

td {
	padding: 10px 6px;
}

.schedule .date {
	width: 120px;
}

.presenter {
	width: 140px;
}

.topic {
	
}

.calendar-group {
	width: 200px;
	float: left;
}

.calendar {
	float: left;
	margin: 0px 0px 4px 0px;
	text-align: center;
}

.calendar td {
	padding: 5px 3px;
}

.calendar #today {
	/* border-bottom: solid #056ec8 3px; */
	background: #F0F0F0;
}

.calendar-month {
	background: #F0F0F0;
	padding: 10px 0;
}

.calendar-highlight {
	color: #056ec8;
	font-weight: bold;
	cursor: pointer;
}

.presentation {
	width: 603px;
	margin: 30px 0;
	padding: 10px;
	background: #eee;
	min-height: 140px;
}

.presentation h3 {
	margin: 0 0 5px;
	padding-bottom: 5px; 
	border-bottom: solid #ddd 1px;
}

.presentation .articles {
	float: right;
}

.articles {
	width: 320px;
}

.flashcard {
	height: 342px;
	width: 580px;
	padding: 34px 36px 10px; 
	margin-left: 8px;
	background: url(images/flashcard.jpg) no-repeat;
}


#single-flashcard {
	margin-top: 50px;
}

#definition {
	display: none;
	padding: 20px 0;
	font-size: 16px;
	line-height: 33px;
}

#single-flashcard #definition {
	display: block;
}

/*
::::::::    footer
*/

#footer {
font-size: 10px;
color: #818181;
border-top: solid #286cd6 4px;
padding: 6px 5px;
margin-top: 20px;
position: relative;
width: 613px;
}

#footer p {
width: auto;
line-height: normal;
margin: 0;
padding: 0;
float: left;
display: inline;
}

#languages {
float: right;
display: inline;
}


#gibbs-donnan {
	margin: 60px 0 60px -6px;
}


.filesize {
	color: #dddddd;
}

.column-container {
	width:623px;
}

.terms {
	margin: 0;
	padding: 0;
	float: right;
}

.terms h3 {
	margin-top: 0;
}

.terms ul {
	margin: 0;
	padding: 0;	
	list-style-type: none;
}

.terms li {
	width: 170px;
	padding: 6px;
	margin: 0;
}

.current-term a {
	color: #fff;
}

.current-term {
	background: #286CD6;
}

object {
	margin: 30px auto;
}