/*  
Theme Name: Falling Dreams
Theme URI: http://teo.esuper.ro/
Description: Falling Dreams is a Theme for WordPress 1.5. Made by <a href="http://teo.esuper.ro">Razvan Teodorescu</a>.
Version: 1.0
Author: Razvan Teodorescu
Author URI: http://teo.esuper.ro/

This theme was designed and built by Razvan Teodorescu,
whose blog you will find at http://teo.esuper.ro/
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
Feel free to contact me if you have questions,my email: razvan.teodorescu@gmail.com
*/

a:link {
	color: #DE3A3A;
	text-decoration: none;
}

a:visited {
	color: #DE3A3A;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

blockquote {
	color: #555555;
	font-style: italic;
}

body {
	background: #EFEFEF url(bg_top.gif) repeat-x;
	margin: 68px 0 20px 0;
	padding: 0;
	color: #3D3D3D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}

td {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	padding-bottom: 4px;
}


form {
	color: #000000;
	margin: 0px;
	padding: 0px;
}

h2, h4 {
	color: #3D3D3D;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 18pt;
	font-weight: normal;
}

input {
	background: #F8F8F8;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	color: #333333;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin: 5px;
	padding: 3px;
}


select {
	border: 1px solid #003300;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px;
	padding-left: 3px;
}

textarea {
	background: #FFFFFF;
	border: 1px solid #999999;
	color: #333333;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-variant: normal;
	margin: 5px;
	margin: 5px;
	padding: 3px;
	padding: 3px;
	width: 95%;
}

textarea:hover {
	background: #FFFFFF;
}


