/*
Theme Name: Candelaria
Theme URI: http://azurewebdesign.com/
Description: Theme derived from Candelaria.cn website
Version: 1.0
Author: Rick Ong
Tags: fixed width, two columns, red, maroon, professional, corporate, clean
*/

@import url("reset-fonts-grids.css");
@import url("base-min.css");

html {	background-color:#ccc; }

body {
	font-family:Helvetica, Arial, Tahoma, sans-serif;
	padding:0;
	background-color:#ccc;
}

/* FONT STYLES*/
h1 { font-size:160%; }
h2 { font-size:140%; }
h3 { font-size:120%; }

#container {
	border:1px solid #fff;
	margin:0 auto;
	width:775px;
	background:url(img/bg-left-column.gif) repeat-y; /* Solution to extend left-column background */
	background-color:#fff;
}

#banner {
	height:25px;
}
#banner-left {
	float:left;
	background-color:#5c160d;
	width:204px;
	height:inherit;
	border-right:1px solid white;
}
#banner-right {
	background-color:#b7b7b7;
	margin:0 auto;
	height:inherit;
	color:white;
	font-size:13px;
	text-align:center;
}
#banner-right ul {
	margin:0;
	padding-top:5px;
}
#banner-right ul li {
	display:inline;
	text-transform:lowercase;
}
#banner-right p { padding-top:5px; }
#banner-right a { text-decoration:none; color:white; }
#banner-right a:hover { color:#990000; }

#left-column {
	float:left;
	width:204px;
	border-right:1px solid #fff;
	color:#fff;
	padding-bottom:20px;ban
}
#nav {
	background-color:#c2c2c2;
	
}
#nav ul {
	margin:0;
	padding:20px 0 20px 0;
}
#nav ul li {
	list-style-type:none;
	background:url(img/bg-nav.gif);
	color:#555;
	height:19px;
	padding-top:3px;
	padding-right:20px;
	text-align:right;
	text-transform:lowercase;
	font-size:12px;	
	letter-spacing:.5px;
}
#nav ul li:hover {
	background:none;
	background-color:#fff;
}
#nav ul li a { 
	text-decoration:none; 
	color:#555; 
}

#left-column #loginform {
	text-align:right;
	padding:20px 10px 20px 0;
}
#left-column #loginform input[type="text"] {
	margin-bottom:15px;
}
#left-column ul.blogroll li {
	color:white;
	text-transform:lowercase;
	list-style-type:none;
	margin-bottom:5px;
}
#left-column ul.blogroll li a {
	color:white;
}
#left-column ul.blogroll li a:hover {
	text-decoration:none;
}

#right-column {
	float:right;
	width:570px;
	text-align:left;
	background-color:#fff;
}
#right-column .content { padding:10px; }
.content .post { margin-bottom:20px; }
.content a { color:#990000; }
.content a:hover { color:#999999; }

#footer {
	clear:both;
	background:url(img/bg-footer.gif) repeat-x;
	background-color:#662516;
	color:white;
	font-size:11px;
	height:60px;
	text-transform:lowercase;
}
#footer p {
	margin:0;
	padding:15px 10px 10px 10px;
}

#footer ul {
	float:right;
	margin:0;
	padding:15px 10px;
	text-align:right;
}
#footer ul li {
	list-style-type:none;
	display:inline;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	color:#999999;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */
