/*  
Theme Name: learning languages
Theme Author: L. Heyden
Theme URI: lheyden.com c. 2008
*/


/* BODY */

body {
text-align: center;
margin: 0;
padding: 20px 0px 20px 0px;
background: #222222;
font-family: Tacoma, Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #333333;
}

/* LAYOUT */

#wrap {
width: 900px;
background-color: white;
background-image:url(images/bglad.gif);
background-repeat:repeat-y;
margin-left: auto;
margin-right: auto;
}

#head {
height: 211px;
width: 100%;
background-color: #999999;
background-image:url(images/bghead2.gif);
background-repeat:no-repeat;
padding: 0;
margin: 0;
}

.hidden {
display: none;
}

#nav {
height: 43px;
width: 100%;
background-color:#999999;
background-image:url(images/bgnav.gif);
background-repeat:no-repeat;
text-align: center;
padding: 0;
margin: 0;
position: relative;
}

.navc {
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
text-align: right;
position: absolute;
bottom: 10px;
right: 10px;
margin-right: 20px;
font-size: 12px;
font-weight: bold;
color:#ffffff;
}

.imagnav {
text-align: right;
position: absolute;
bottom: 10px;
right: 10px;
margin-right: 20px;
}

/*
.imgnav {
text-align: right;
margin: 10px 30px 0px 0px;
}
*/

#uad {
clear: both
text-align: center;
padding: 0;
margin: 0;
position: relative;
}

.uadc {
clear: both;
display:block;
width: 100%;
margin: 10px 0 10px 0;
}

#lbar {
width: 220px;
float: left;
padding: 0;
margin: 0;
}

.lbarc {
display:block;
text-align: left;
margin: 20px 0 20px 25px;
font-size: 9pt;
line-height:200%;
}

#rbar {
width: 192px;
float: right;
padding: 0;
margin: 0;
}

.rbarc {
display:block;
margin: 20px 0px 20px 0;
font-size: 9pt;
line-height:200%;
}

#content {
float: left;
width: 480px;
min-height: 300px;
background-color:#FFFFFF;
padding: 0;
margin: 0;
}

.contentc {
display: block;
margin: 15px;
text-align: left;
}

.post {
display: block;
margin-bottom: 40px;
}

#lad {
text-align: center;
padding: 0px;
margin: 0;
}

.ladc {
display:block;
margin: 20px;
}

/* orig
#lad {
clear: both;
text-align: center;
padding: 0px;
margin: 0;
}

.ladc {
display:block;
margin: 10px 0 10px 0;
}

*/

#foot {
clear: both;
height: 100px;
background-image:url(images/bgfoot.gif);
background-repeat:no-repeat;
background-color:#000000;
text-align: center;
padding: 0px;
margin: 0;
overflow: hidden;
}

.footc {
color:#FFFFFF;
text-align: center;
display:block; 
margin: 10px 0 40px 0;
}

/* TABLES */


table#keys {
border-collapse: collapse;
margin-left: auto;
margin-right: auto;
}

#keys th{
padding: 8px 5px 2px 5px;
text-align: left;
border: none;
color: #A70014;
font-weight: bold;
}

#keys td {
padding: 2px 5px 2px 5px;
text-align: center;
border: 1px solid #aaaaaa;
}

.thead {
background-color: #eeeeee;
font-weight: bold;
color: #333333;
width: 120px;
}


/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */


h7 {
font-size: 10pt;
font-weight: normal;
}

.copy {
display: block;
margin: 0 0 10px 0;
padding: 0;
}

.textnav {
display: block;
margin: 0;
padding: 0;
}

.attrib {
margin: 16px 0 0 0;
padding: 0;
display: block;
font-size: .75em;
}


/* CONTENT STYLING */

h1 { /* currently used for post title */
font-size: 13pt;
display:block;
margin:0 0 5px 0;
padding:0;
color: #00128E;
}

h2 { /* currently used for post subtitle */
font-size: 8pt;
display:block;
margin:0 0 5px 0;
padding:0;
color:#666666;
}

h3 { /*currently used for nav title */
font-size: 10pt;
display:block;
margin:0;
padding:0;
color:#00128E;
}

h4 { /*currently used for archive title */
font-size: 12pt;
font-style:italic;
display:block;
margin:0;
padding:0;
color:#D66500;
}

.postentry p {
display: block;
line-height: 150%;
}

.embellish {
display: block;
width: 100%;
height: 32px;
background-image:url(images/embellish.gif);
background-repeat:no-repeat;
background-position:center;
}

/* IMAGES */

img {
border: 0;
margin: 0;
}

.postimg {
border: 1px dotted #A70015;
/* border: 1px dotted #999999; for gray borders if color is too light*/
margin: 20px 0 20px 0;
display: block;
text-align: center;
}

/* FORM ELEMENTS */

input {

}

textarea, select {
	padding: 7px;
	background-color: #E8E8E8;
	border: 1px dotted #A70014; 
	color: #333;
	font-size: 100%;
}

form, img {
	border: 0; 
	margin: 0; 
	padding: 0;
}

.submit {

}

.submit:hover {

}

/* H links */

/* H1 */

h1 a:link {
color: #A70014;
text-decoration: none;
}

h1 a:visited { 	
color: #A70014;
text-decoration: none;
} 

h1 a:active { 
color: #A70014;
text-decoration: none;} 

h1 a:hover {
color: #A70014;
text-decoration: none;
border-bottom: 1px solid;
}

/* H2 */

h2 a:link {
color:#A70015;
text-decoration: none;
border-bottom: 1px solid;
}

h2 a:visited { 	
color: #A70015;
text-decoration: none;
border-bottom: 1px solid;
} 

h2 a:active { 
color: #A70015;
text-decoration: none;
border-bottom: 1px solid;
} 

h2 a:hover {
color: #D66500;
text-decoration: none;
border-bottom: 1px solid;
}

/* NAV links (when using a text-only nav across the top) */

.navc a:link {
color:#666666;
text-decoration: none;
}

.navc a:visited { 	
color: #666666;
text-decoration: none;
} 

.navc a:active { 
color: #666666;
text-decoration: none;
} 

.navc a:hover {
color: #FFFFFF;
text-decoration: none;
}


/* POSTENTRY links (links in the body of the posts) */

.postentry ul {
padding-left: 20px;
list-style-type:disc;
}

.postentry ol {
padding-left: 20px;
}

.postentry li {
line-height:140%;
margin-bottom: 1em;
}

.postentry a:link, .postentry li a:link {
color: #0020FF;
text-decoration: underline;
font-weight:normal;
}

.postentry a:visited, .postentry li a:visited { 	
color: #0020FF;
text-decoration: underline;
} 

.postentry a:active, .postentry li a:active { 
color: #E6A700; 
text-decoration: underline;
} 

.postentry a:hover, .postentry li a:hover {
color: #E6A700;
text-decoration: none;
}

/* LBAR ul links */

#lbar ul {
list-style-type:none;
margin-left: 0;
padding-left: 0;
margin-top:2px;
}

#lbar li a:link {
	display: block;
	color: #333333;
	text-decoration: none;
	font-weight:normal;
	border-bottom : 1px dotted;
}

#lbar li a:visited { 	
	display:block;
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted;
} 

#lbar li a:active { 
	display:block;
	color: #E6A700; 
} 

#lbar li a:hover {
	color: #E6A700;
	margin-left: 2px;
	border-bottom : 1px solid;
}

/* RBAR ul links */

#rbar ul {
list-style-type:none;
margin-left: 0;
padding-left: 0;
}

#rbar li a:link {
display: block;
color: #333333;
text-decoration: none;
font-weight:normal;
border-bottom : 1px dotted;
}

#rbar li a:visited { 	
display:block;
color: #333333;
text-decoration: none;
border-bottom: 1px dotted;
} 

li a:active { 
display:block;
color: #6BAF22 
} 

li a:hover {
color: #2741B2;
}

/* IE List Item Whitespace Bug Fix */ /* Because Microsoft sucks */

#lbar li a {
display: inline-block;
}

#lbar li a {
display: block;
}

/* FOOTER LINKS */

.footc a:link {
color:#E6A700;
text-decoration: none;
}

.footc a:visited { 	
color: #E6A700;
text-decoration: none;
} 

.footc a:active { 
color: #E6A700;
text-decoration: none;
} 

.footc a:hover {
color: #FFFFFF;
text-decoration: underline;
}

/* OLD STYLES THAT MIGHT BE USEFUL */

/*
.footnotes {
font-size: 90%
}

.spoiler {
font-style:italic;
color: red;
}

form, img {
	border: 0; 
	margin: 0; 
	padding: 0;
}

#searchsubmit {
  border: 1px solid gray;
  text-align: center;
  color: #2741B2;
}

#searchsubmit:hover {
  color: #FF7800;
}

.readmore{
text-align: right;
margin-right: 40px;
font-size: 100%;
font-weight: bold;
}

.post-meta {
font-size: 85%;
font-weight: bold;
color: #FFC5C4;
list-style: none;
margin-left: 0px;
padding-left: 0px;
}

*/

/* IE List Item Whitespace Bug Fix */ 

/* This is not currently in use, but when you see it on a PC you might need it! 

.sltext li a, .srtext li a {
    display: inline-block;
    }

.sltext li a, .srtext li a {
    display: block;
    }
*/

/* PRINT STYLES */ 

@media print {
body {
	background:white; 
    font-size:12pt; 
    margin:0;
}

#head {
border: 0;
}

.hidden {display:block;}
 
#nav {display:none;} 

#lbar {display:none;}

#rbar {display:none;}

#foot{
border: 0;
}

.postentry{
width: auto;
}

.noprint{
display: none;
}

h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
     page-break-inside:avoid }
	 
blockquote, table, pre { page-break-inside:avoid }

ul, ol, dl  { 
page-break-before:avoid; 
}

img { page-break-inside:avoid; 
     page-break-after:avoid; }
}

[edit]