/******************************
STYLESHEET PAR KIDDO (pitivi)
kiddo.nanokron.info
MODIF: 2005-03-11 22h03 -0500

feel free to suggest improvements
 ******************************/


/* ##### layout ##### */

body {
  font-family: bitstream vera sans, verdana, helvetica, arial, sans-serif;
  font-size: 100%;  /* Enables font size scaling in MSIE */
  }
  
#menubackground {
	margin-left:5px;
	margin-right:5px;
	border-top-style:dotted;
	border-top-width:7px;
	border-top-color:#fff;
	border-bottom-style:dotted;
	border-bottom-width:7px;
	border-bottom-color:#fff;
	background-color:#000;
	border-collapse: collapse; 
	padding:2px;
	width:100%;
	color:#fff;
	font-size:10px;
	}

.menu {
	margin-left:5px;
	margin-right:5px;
	border-top-style:dotted;
	border-top-width:7px;
	border-top-color:#fff;
	border-bottom-style:dotted;
	border-bottom-width:7px;
	border-bottom-color:#fff;
	background-color:#000;
	border-collapse: collapse; 
	padding:0px;
	width:117px;
	height:115px;
}
.textbox { 
	background: url(textbox.png) no-repeat center;
	margin-left:5px;
	margin-right:5px;
				border-top-style:dotted;
				border-top-width:7px;
				border-top-color:#fff;
				border-bottom-style:dotted;
				border-bottom-width:7px;
				border-bottom-color:#fff;
				background-color:#000;
				border-collapse: collapse; 
				padding:0px;
				text-align:center;
				font-weight:bold;
				text-decoration:none;
				width:202px;
				height:120px;		
	 }

.linkstyle
	{
	font-weight:bold;
	text-decoration:none;
	}

table
	{
	background-color:black;
	}

#basdepage {
	padding:10px;
	background-color:#ccc;
	color:#fff;
	font-size:10px;}


/* ##### styles ##### */
h3 {
	color:#8e8e8e;
	border-bottom-style:dotted;
	border-bottom-width:1px;}
#greybackground {
	background-color:#cccccc;
}

.announce {
	background-color:#ff8d00;
	padding:4px;
	border-width:1px;
	border-style:solid;
	border-color:#000; }

	.announce img {
		float:left;}

	.announce strong {
		color:#fff;
		font-size:18px;
		border-bottom-style:dashed;
		border-bottom-color:#fff;
		border-bottom-width:2px;}

/* ##### objects ##### */

.code{
	font-family:"Courier New", Courier, mono;
	font-weight:bold;
	color:#000;
	background-color:#f1f1f1/*#000*/;
	padding:3px;}

a {
  color: #7590ae;
  text-decoration: underline;}
			a:hover {
			  color: #90cf58;
			  text-decoration: none;}
			a img {
			  border:0px;}

ol {
  margin: 1em 0 1.5em 0;
  padding: 0;}
			ol li {
			  line-height: 1.5em;
			  margin: 1.25ex 0 0 2em;
			  padding: 0;}


ul {
  list-style-type: square;
  margin-left:10px;}


