/*

*/

body {
	margin: 0;
	padding: 0;
	color: #626262;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: none;
	background-color: #FFFFFF;
	background-image:url(images/img01_3.gif);
	background-repeat: repeat-x;
}

form {
	margin: 0;
	padding: 0;
}

input {
	padding: 5px;
	background: #FEFEFE url(images/img13.gif) repeat-x;
	border: 1px solid #626262;
	font: normal 1em Arial, Helvetica, sans-serif;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #444444;
}

h1 {
	letter-spacing: -3px;
	font-size: 2.6em;
}

h2 {
	letter-spacing: -1.5px;
	font-size: 2em;
}

h3 {
	letter-spacing: -0.5px;
	font-size: 1.2em;
}

p, ol, ul {
	margin-bottom: 1em;
	line-height: 150%;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}

a {
	color: #444444;
}

a:hover {
	text-decoration: none;
}
	

/* Header */

#header {
	width: auto;
	min-width: 1000px;
	height: 75px;
	margin-top: 8px;
	background-image: url(images/imgbanner_2.png);
	background-repeat: no-repeat;
}


#menu {
	margin-left: 120px;
	height: 75px;
	width: 600px;
	position:absolute;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	height: 75px;
}

#menu a {
	display: block;
	width: 100px;
	height: 75px;
	padding: 22px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	color: #FABEB3;
	font: normal 1.6em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#menu a:hover {
	width: 100px;
	height: 75px;
	background: url(images/img02_5.gif) repeat-x;
	color: #FFFFFF;
}

#menu .current_page_item {
	height: 75px;
	background: url(images/img02_4.gif) repeat-x;
	font: bold;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
}

#menu .current_page_item a {
	width: 98px;
	height: 75px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
}
#submenu {
	height: 25px;
	width: 500px;
	margin-left: 120px;
	margin-top: 15px;
}
#submenu ul {
	margin: 0;
	padding: 0;
	list-style:inside;
}

#submenu li {
	display: block;
	float: left;
	height: 24px;
	width: 100px;
	text-align:center;
	list-style: none;
}

#submenu a {
	display: block;
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-color: #B22502;
	text-decoration:none;
}

#submenu a:hover {
	width: 98px;
	border-left: 1px solid #B22502;
	border-right: 1px solid #B22502;
	color: #B42502;
	font: bold;
}

#submenu .current_page_item {
	background: url();
}

#submenu .current_page_item a {
	width: 98px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
}
#logo {
	float: right;
	margin-right: 10px;	
	height: 75px;
	width: 326px;
	background-image:url(images/chillifinance_logo.gif);
	background-position:top;
	background-repeat:no-repeat;
}
#logo h1, #logo p {
	float: right;
	margin-top: 8px;
	background-image:url(images/chillifinance_logo_lores.png);
	background-repeat:no-repeat;
}

#logo h1 {
	padding: 13px 0 0 25px;
	margin-top: 8px;
}

#logo p {
	margin: 0;
	padding: 20px 0 0 4px;
	line-height: normal;
	text-transform: lowercase;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

	/* Page */
#page {
	padding: 10px 10px 0 0px;
	margin-left:0px;
	width: auto;
	min-width: 1000px;
	height: auto;
	min-height: 400px;
}

/* Content */

#content {
	margin-left: 118px;
	margin-top: 10px;
	margin-right: 20px;
	height: auto;
	width: auto;
	min-width: 520px;
	max-width: 700px;
}

#bread {
	color: #ccc;
	padding: 3px;
	margin-bottom: 0px;
	}

#bread ul {
	margin-left: 0;
	padding-left: 0px;
	width: 100px;
	display: inline;
	border: none;
	} 

#bread ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	display: inline;
	}

#bread a {
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-color: #B22502;
	text-decoration:underline;
}

.post {
	margin-bottom: 10px;
	background: url(images/img05.gif) repeat-x;
}

.post .title {
	background: url(images/img07.gif) no-repeat right top;
}

.post .title h2 {
	padding: 30px 30px 0 30px;
	background: url(images/img06.gif) no-repeat;
	font-size: 2.2em;
}

.post .title p {
	margin: 0;
	padding: 0 0 0 30px;
	line-height: normal;
	color: #BABABA;
}

.post .title p a {
	color: #BABABA;
}

.post .entry {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}

.post .links {
	margin: 0;
	padding: 0 30px 30px 30px;
	background: url(images/img15.gif) no-repeat left bottom;
}

.post .links a {
	padding: 0 23px;
	text-decoration: none;
	font-weight: bold;
}

.post .links a:hover {
	text-decoration: underline;
}

.post .links .more {
	background: url(images/img16.gif) no-repeat left center;
}

.post .links .comments {
	background: url(images/img17.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	float: right;
	margin-top: 8px;
	width: 326px;
	height: auto;
	background-image:url(images/img25_7.png);
	background-position:top;
	background-repeat: no-repeat;
	
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color:#000000;
	
}

#sidebar li {
	margin-bottom: 5px;
	
}

#sidebar li ul {
	padding: 0 0px 0px 20px;
}

#sidebar li li {
	margin: 0;
	padding-left: 20px;
	background: url(images/img11_2.gif) no-repeat 5px 50%;
}

#sidebar h2 {
	font-weight: normal;
	padding-top: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	color:#000000;
	line-height:120%;
}
#sidebar p {
	font-weight: normal;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 20px;
	color:000000;
}

/* Search */

#search {
	padding: 20px 30px 40px 30px;
}

#search input {
	padding: 0;
	width: 70px;
	height: 29px;
	background: #DFDFDF url(images/img14.gif) repeat-x;
	font-weight: bold;
}

#search #s {
	padding: 5px;
	width: 150px;
	height: auto;
	background: #FEFEFE url(images/img13.gif) repeat-x;
	border: 1px solid #626262;
	font: normal 1em Arial, Helvetica, sans-serif;
}

#search br {
	display: none;
}

/* Categories */

#sidebar #categories li {
	background: url(images/img12.gif) no-repeat left center;
}


/* Footer */

#footer {
	height: auto;
	width: auto;
	min-width: 1000px;
	padding: 20px 0 0 0;
	background: url(images/img08_2.gif) repeat-x;
	background-color: 767676;
}

#footer p {
	margin-bottom: 1em;
	text-align: center;
	line-height: normal;
	font-size: .9em;
	color: #FFFFFF;
	font-weight:normal;
}

#footer a {
	padding: 0 20px;
	text-decoration: none;
	color: #DDDDDD;
}

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

#footer .rss {
	background: url(images/img18.gif) no-repeat left center;
}

#footer .xhtml {
	background: url(images/img19.gif) no-repeat left center;
}

#footer .css {
	background: url(images/img20.gif) no-repeat left center;
}

#footer .legal a {
	padding: 0;
}

