/*
LXDE Main CSS File 0.1 alpha
Designed by Ming-Ting Wei
*/

body{
color:#666;
font-size:12px;
text-align:center;
margin:0;
}

div#theContainer{
margin:0 auto;
width:95%;
text-align:left;
}

a{
color:#237;
text-decoration:none;
}

a:hover{
text-decoration:underline;
}

h1,h2,h3,h4,h5,h6,h7{
color:#000;
}

/* The header part */

a.skipNavi{
color:#fff;
position:absolute;
z-index:-1;
}

div.header h1{
float:left;
width:120px;
height:60px;
margin:0;
text-indent:-1000em;
background:#fff;
}

div.header h1 a{
color:#000;
text-decoration:none;
display:block;
height:60px;
width:120px;
line-height:60px;
background:url("images/title_h1.png") #fff;
}

div.header h2{
float:left;
height:60px;
line-height:60px;
background:#fff;
font-size:1.3em;
margin:0;
padding-right:10px;
}

div.header p.subtitle{
border-bottom:1px solid #999;
margin:0;
height:29px;
line-height:29px;
font-variant:small-caps;
letter-spacing:0.2em;
}

div.header ul.headerLinks{
margin:0;
}

div.header ul.headerLinks li{
float:left;
list-style:none;
padding:0 0.5em;
height:30px;
line-height:30px;
}

/* Content Float Clearing */

div#pageContent{
clear:both;
}

/* THe footer part */
div#pageFooter{
clear:both;
text-align:center;
border-top:1px solid #999;
}


