/* -------- THEME: food4thoughts		*/
/* -------- AUTOR: TempWin (tempwin@gmail.com)	*/
/* -------- WEB: http://tempwin.net		*/
/* -------- WEBLOG: http://blog.tempwin.net	*/

body {
	background: #222 url(img/background.jpg) no-repeat;
	background-position: 50% -20%;
   font-family: Verdana, Arial, sans-serif;
   color: #fff;
}

img {
   border: 3px solid #fff;
	margin: 0 5px 0 5px;
}

/**** This is to use with <span> and do not create new layers (divs)  *****/

.hidden { 
	text-indent: -9000px;
}

.br { 
	clear: both;
}

.pink { 
	color: #D01A71;
}

.blue {
	color: #4467ff;
}

.green {
	color: #36ea36;
}

.small { 
	font-size: x-small;
}

.large { 
	font-size: xx-large;
}

.right { 
	float: right;
}

.left { 
	float: left;
}

.center { 
	margin: 0 auto; 
	text-align: center;
}


/* ===== CONTAINER ===== */

#container {
	width: 100%;
}


/* ===== TABLES ===== */

table	{
	font-size: 14px;
	border-collapse: separate;
	border-spacing: 0; 
	margin: 0 0 0.5em 0;
	border-color: #333;
	}

/**** TH is for the headers of the tables ****/

th, td 					{
	padding: 1em;
	text-align: center;
	color: #E5E5E5;
	border-color: #333;
	}

th.color {
	color: #fc0;
}


/* ===== NAVIGATION BAR ===== */
/**** It is a list in the same line ****/

#navlist {
	display: inline;
	font-size: 20px;
}

#navlist ul li {
	display: inline;
	margin: 5px;
}

#navlist li a {
	color: #506090;
	text-decoration: none;
}

#navlist li a:hover {
	color: #f4f4f4;
 	border-bottom: 4px solid #abc;
}

#navlist li .active {
	color: #fff;
 	border-bottom: 4px dotted #444;
}


/* ===== WELCOME ===== */
/**** Maybe for any advise or welcoming? ****/

#welcome {
	background : #222 url(img/play1.png) no-repeat 0 1px;
	width: 50%;
	margin: 0 auto;
	border-bottom: 2px dotted #444;
}

#welcome p {
	text-align: justify;
	padding-left: 10px;
        padding-right: 10px;
	margin-left: 55px;
}

/* ===== CONTENT ===== */
/**** The style of the content ****/

#content {
        width: 75%;
        margin: 0 auto;
}

#content a { 
	color:#D01A71;
	text-decoration: none; 
}

#content a:hover {
 	color: #fff;
	text-decoration: underline;
}

#content p {
	line-height: 1.3em;
	text-align: justify; 
	font-size: 1em;
	margin-bottom: 20px; 
	color: #f4f4f4;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

#content h1 {
	font-size: 30px;
	padding-top: 40px;
	color: #888;
	}

#content h1:hover {
	color: #fff;
}

#content h2 {
	color: #e5e5e5;;
	text-align: center;
	font-size: 95%;
	margin: 0 auto;
	padding-bottom: 10px;
	width: 60%;
}

#content ul {
	width: 90%;
	list-style: square;
	margin-left: 30px;
	padding-left: 1em;
	text-indent: 0.3em;
	font-size: 13px;
	}

#content li {
	line-height: 20px;
	color: #ccc;
}

/**** Do you want to write a piece of code? ****/
#content .code {
	font: 13px Courier, Fixed;
        display: block; 
        overflow: auto; 
        text-align: left; 
        padding: 2px 2px 2px 2px;
	margin: 0 auto;
	width: 80%;
	color: #ffa;
}

#content blockquote { 
	color: #999; 
	font-style: italic; 
	text-align: center; 
	width: 50%; 
	margin: 10px auto;
}


/* ===== FOOTER ===== */

#footer {
 	color: #666;
 	font-size: 0.7em;
 	bottom: 0;
 	right: 10px;
	position: absolute;
 }

#footer h1 {
	font-size: 12px;
	font-weight:bold;
	color: #fff;
}

#footer p { 
	color: #666;
}

#footer a { 
	color: #666;
}

#footer a:hover { 
	color: #f4f4f4;
}

