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

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

Description : 	screen css for Premier site

Created : 		31/12/2006
Modified : 

COPYRIGHT: FLES IN ZEE 2007 - all rights reserved.

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

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

*{
margin: 0;
padding: 0;
}	

html{
}	
body{
	font-size: 62.5%;	/* takes down 16px to 10px for use with em -- */ 
	text-align: center;
	background: #5A3428;
}

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

#container{
	background: transparent url(../images/background.jpg) top left no-repeat;	
	margin: 40pt auto;
	width: 900px;
	height: 700px;
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}	

#primaryContent{
	fontsize: 1.4em;
	width: 530px;
	height: 580px;
	float: left;
	margin-left: 50px;
	margin-top: 60px;
}
 
#txt {
	margin-top: 20px;
	background-color: #fff;
	height: 340px;
	overflow: auto;
	font-family: Bookman Old Style, Book Antiqua, Garamond, Times, serif;
}	

#navigation{
	font-size: 1.4em;
	background-color: #fff;
	width: 270px;
	float: left;
	margin-top: 230px;
	text-align: right;
	color: #5A3428;
	font-weight: bold;
}	

#footer{
	clear: both;
	font-size: 1em;
	color: #5A3428;
	text-align: right;
	padding: 40px 30px 0 0;
}

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



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

h1{
	font-size: 2em;
	color: #5A3428;
	padding: 20px 10px;
}
h2{
	font-size: 1.4em;
	color: #666;
	padding: 20px 10px 10px 20px;
}
h3{
	font-size: 1.4em;
	color: #666;
	padding: 10px 10px 10px 20px;
	font-style: italic;

}
h4{
	font-size: 1.2em;
	color: #666;
	padding: 10px 10px 0px 20px;
	text-decoration: underline;
}

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

p{
}
#primaryContent p{
	font-size: 1.2em;
	padding: 0 10px 0 20px;
	color: #666;
	line-height: 1.6em;
	
}


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

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

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

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

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

li{
}
li p{
}
#primaryContent ol, 
#primaryContent ul {
	margin-left: 20px;
	padding-left: 2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}


#primaryContent ol li,
#primaryContent ul li {
	font-size: 1.2em;
	color: #666;
	line-height: 1.6em;

}
#primaryContent ul li li,
#primaryContent ol li li
{
	font-size: 1em;
}

#navigation li{
	padding: 0.5em 0;
}

#navigation ul{
	margin: 20px 30px;
	list-style: none;
}

#navigation ul li{
}

#navigation ol{
}

#navigation ol li{
}

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

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

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

hr{
}

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

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

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

#navigation a {
	color: #666;
	text-decoration: none;
	font-weight: normal;
}

#navigation a:hover {
	text-decoration: underline;
}

#footer a {
	color: #5A3428;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

a{
	color: #5A3428;
}
a:hover{
	color: #333;
}
a:visited, a:active, a:focus{
}
a:visited{
color: #5A3428;
}
a:active{
color: #5A3428;
}
a:focus{
color: #5A3428;
}

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

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

table{
	margin: 0 0 10px 20px;
	font-size: 1.2em;
	color: #666;
	line-height: 1.6em;
	border: 1px solid #5A3428;
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
tr{
}

th{
	padding: 5px 10px;
	color: #5A3428;
	border-bottom: 1px dashed #5A3428;
}
td{
	padding: 5px 10px;
}

.price {
	text-align: right;
}

/* ----- FORMS ----- */

form{
	margin: 10px 0 0 20px;;
	padding: 0;
}

fieldset{
	margin: 0;
	padding: 0;
	border: none;
}
form fieldset div {
	margin: 0;
	padding: 0;
	position: relative;

}

legend{
}

label {

	font-size: 1.2em;
	color: #6b6b6b;
	display: block;
}

label em {
	color: #9c111a;
}
input#emailadres,
input#naam {
	width: 15em;
	margin-top: 5px;	
}

textarea{
	margin: 5px 0 10px 0;
	padding: 0;
	width: 470px;
}
input, textarea{
}
select{
}
optgroup{
}
option{
}


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

dl{
}
dt{
}
dd{
}


/* ----- FOTOS -----¨*/
#primaryContent ul#fotos { 
	position: relative;
	margin: 0;
	padding: 0;
}

#primaryContent ul#fotos li {
	display: inline; 
	list-style: none;
	margin-right: 5px;
}


#primaryContent ul#fotos li img {
	padding-bottom: 5px;
	border: none;
}	

#primaryContent p.comment { color: inherit;}
