/* - - - - - - - - - - - - - - - - - - - - -

Title : 		screen.css
Author : 		Michaël De Meirleir
URL : 			http://www.flesinzee.be

Description : 	screen css for xyz site

Created : 		31/12/2006
Modified : 

COPYRIGHT: FLES IN ZEE 2007 - all rights reserved.

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

*{
}	
html{
}	
body{
	font-size: 80%;
}

/* ----- IDS ----- */

#container{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif; 
}	
#primaryContent{
}	
#txt {
	font-family: Bookman Old Style, Book Antiqua, Garamond, Times, serif; 
}
#navigation{
	display: none;
}	
#footer{
	font-size: .8em;
	border-top: 1px dotted black;
	text-align: right;
}

/* ----- CLASSES ----- */

.hide{
}
.show{
}

/* ----- HEADINGS ----- */

h1{

}
h2{
}
h3{
}
h4{
}

/* ----- PARAGRAPHS ----- */

p{
}
#primaryContent p{
}


/* ----- QUOTES ----- */

blockquote{
}
blockquote p{
}
cite{
}
blockquote cite{
}

/* ----- CODE ----- */

pre{
}
code{
}
p code{
}
pre code{
}

/* ----- LISTS ----- */

li{
}
li p{
}
ol{
}
ul{
}
ol li{
}
ul li{
}

#navigation li{
}

#navigation ul{
}

#navigation ul li{
}

#navigation ol{
}

#navigation ol li{
}

/* ----- IMAGES ----- */

img{
}
img a{
}
img a:hover{
}

/* ----- BREAK ----- */

hr{
}

/* ----- TEXT FORMATTING ----- */

strong{
}
em{
}
b{
}
i{
}

/* ----- LINKS ----- */

a{
}
a:hover{
}
a:visited, a:active, a:focus{
}
a:visited{
}
a:active{
}
a:focus{
}

p a{
}
cite a{
}
li a{
}
dt a{
}
dd a{
}

/* ----- TABLES ----- */

table{
	margin: 0 0 10px 20px;
	font-size: 1em;
	color: #666;
	line-height: 1.4em;
	border: 1px solid #5A3428;
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
tr{
}
tr .alt{
}
th{
	padding: 5px 10px;
	color: #5A3428;
	border-bottom: 1px dashed #5A3428;
}
td{
	padding: 5px 10px;
}

.price {
	text-align: right;
}
/* ----- FORMS ----- */

form{
}
fieldset{
}
legend{
}
label{
}
input{
}
textarea{
}
input, textarea{
}
select{
}
optgroup{
}
option{
}

/* ----- DEFINITIONS ----- */

dl{
}
dt{
}
dd{
}
