@charset "utf-8";
/* WonderCake CSS Document */

/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com 
   Addition by Christian Montoya - www.christianmontoya.net */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html { font-size:100.01%; }
html, body, form, fieldset {
	font-family:Arial, Helvetica, sans-serif;
	color:#fcfcfc;
	font-size:1em;
	line-height:1.4; 
	margin:0;
	padding:0;
	direction:rtl;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
		margin: 1em 0;
		padding: 0;
		line-height:1.4;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin-right: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
		font-family: inherit;
}
div#container {
	width:800px;
	margin: 0 auto;
}

html>body div#container {
  width:auto;
  max-width:800px;
}
/* This overrides the previous declaration 
   in new browsers only, 
   IE 6 simply ignores it. */
body {background:url(images/pattern.jpg) repeat fixed center center}
a:link, a:visited {
	text-decoration:underline;
	color:#fcfcfc;
}
a:hover, a:active {
	text-decoration:none;
	color:#fcfcfc;
	background-color:#98C927;
}
#footer {
margin: 1em auto 0 auto;
text-align:center;
font-size: .8em;
}
