/*

Theme Name: Ifiori

Theme URI: http://ifiori.com/

Description: Ifiori wordpress template created by Rudi.

Version: 1.0

Author: I Putu Rudiarsana

Author URI: http://balisidenotes.com/

Tags: purple, fixed width, two columns

	

	This theme was designed and built by I Putu Rudiarsana,

	whose blog you will find at http://balisidenotes.com/



	The CSS, XHTML and design is released under GPL:

	http://www.opensource.org/licenses/gpl-license.php



*/







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



body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}
body {
	background-color: #1d051e;
	margin: 0;
	text-align: center;
}
strong {
	color: #fff;
	font-size: 12px;
}
a {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color: #996699;
	text-decoration:none;
}
strong a {
	color:#fff;
	text-decoration:none;
}
strong a:hover {
	color: #996699;
	text-decoration:none;
}
#wrapper {
	width: 900px;
	margin: auto;
	text-align: left;
	color: #fff;
	border: 1px solid #280c29;
}
#wrapper-pop {
	width: 634px;
	background: #361137 url(images/ifiori-bg02.jpg) left top no-repeat;
	padding: 254px 10px 10px 10px;
	text-align: left;
	margin: auto;
}
.menu {
	padding-left: 30px;
}
#header {
	height: 181px;
	background: url(images/ifiori-head.jpg) left top no-repeat;
}
#main {
	height: 362px;
	width: 900px;
	background: url(images/ifiori-bg.jpg) left top no-repeat;
	float: left;
}
#main-text {
	width: 605px;
	text-align: left;
	float: right;
	padding-top: 34px;
	padding-right: 30px;
}
#sidebar {
	width: 215px;
	text-align: right;
	float: left;
	padding-top: 34px;
}
#footer {
	height: 59px;
	background: url(images/ifiori-footer.jpg) left top no-repeat;
	padding-top: 20px;
	clear: both;
	text-align: left;
	color: #5d325f;
	padding-left: 267px;
}
#footer a {
	color: #5d325f;
}
#footer a:hover {
	color: #fff;
}
.caption {
	display: block;
	margin-bottom: 20px;
}