@import url("../../rsc/css/basic.css");	/* Import basic styles */
@import url("../../rsc/css/blog_base.css");	/* Default styles for the blog navigation */
@import url("../../rsc/css/item_base.css");	/* Default styles for the post CONTENT */
@import url("../../Templates/casa-acea.css"); /* Import casa css*/

/* --------------- My CSS ----------------- */


/* -------------- Existing ---------------- */

body {
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	font: 84% Geneva, Arial, Helvetica, sans-serif;
}

a {
	color: #FFCC00;
	text-decoration: none;
}
.bText a:visited {
	color: #CC9900;
}
a:hover {
	color: #9ae;
	text-decoration: underline;
}

div.pageHeader h1 a,
div.pageHeader h1 a:visited {  /* IE6 */
	color: #fff;
	text-decoration: none;
}
div.pageHeader h1 a:hover {
	text-decoration: underline;
}

h2 {
	color: #78a;
	font-size: 180%;
	margin: 0;
}
h3 {
	color: #78a;
	font-size: 120%;
}
h4 {
	color: #78a;
	font-size: 110%;
}

table.invisible
{
	margin: 1ex;
	border-collapse: collapse
}
table.invisible td
{
	padding: 0ex 1ex;
}
td.right
{
	text-align: right;
}
div#pageFooter {
	clear: both;
	width: 738px;
	margin: 0 auto;
	padding: 0 0 1ex 0;
}
p.baseline {
	border-top: 1px solid  #ddd;
	text-align: center;
	font-size: 74%;
	color: #888;
	padding: 1ex;
	margin: 0;
}
p.baseline a,
p.baseline a {
	color: #888;
	text-decoration: none;
}

p.baseline a:hover {
	text-decoration: underline;
}

hr {
	height: 0;
	border: 0;
}

div#wrapper {
	width:1024px;
	margin: 0 auto;
	padding: 0;
}

div.PageTop ul {
	text-decoration:none;
	text-align:right;
	list-style-type:none;
	padding: 0 0 10px 0;
}

div.PageTop ul li {
	text-decoration:none;
	padding: 0 20px 0 0;
}

div.PageTop a {
	text-decoration:none;
	font-size: 10px;
}

div.PageTop a.default {
	text-decoration:none;
	font-size:10px;
}

.widget_core_coll_tagline {
	color: #fff;
	letter-spacing: 4px;
	text-align: center;
	vertical-align: middle;
	border: 0px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	font: 109% Arial, Helvetica, sans-serif;

}

/* Styles for main area (left) */
h2 {
	margin-left: 17px;
	color: #333333;
	font-size: 12px;
}

h3 {
	color: #FFCC00;
}

a {
	color: #FFCC00;
}


/* Styles for posts */
.bPosts {
	width:668px;
	float:left;
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	overflow: hidden;
	margin-left:200px;
	margin-bottom: 50px;
	margin-top: 20px;
}
div.action_messages {
	margin: 0 2ex;
}
.bPost, .bPostpublished{
	clear: both;
	margin: 0 2.5ex;
	padding: 0;
}
.bSmallHead {
	font-size: 80%;
	color: #999999;
	margin: 2ex 0 1ex 0;
}
.bTitle {
	color: #FFCC00;
	margin: 1ex 0;
}
.bText {
	margin-top: 0px;
	margin-bottom: 0px;
	color:#CCCCCC;
}
.bSmallPrint{
	clear: both;
	color: #CCCCCC;
	font-size: 80%;
	margin: 1ex 0 2ex 0;
}

input.bComment,
textarea.bComment{
	background-color: #eee;
	width: 97%;
	padding: 2px;
	margin: 0ex;
}
select.bComment  /* Used by the profile form */{
	background-color: #eee;
	padding: 1px;
	margin: 0ex;
}
input.submit,
input.preview,
input.reset {
	background-color: #ddd;
	color: #78a;
	font-weight: bold;
	padding: 1px;
}
input.submit:hover,
input.preview:hover {
	color: #000;
}

/* Styles for sidebar (right) */
.bSideBar {
	margin: 15px 3px 0 0;
	width: 150px;
	float: right;
	overflow: auto;
	font-size: 10px;
}
.bSideItem {
	margin: 2ex;
	padding: 0 0 2ex 0;
}

.bSideItem ul {
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	list-style-type:square;
}
.bSideItem ul ul{
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bSideItem form {
	margin-top: 0px;
	margin-bottom: 0px;
}
.dimmed{
	color: #aaa;
	font-size: 84%;
}
input.SearchField{
	background-color: #eee;
	padding: .5ex;
	width: 96%;
	margin: 0ex;
}

/* Special SideItems: */
.widget_plugin_evo_Calr,
.widget_core_coll_title,
.widget_core_coll_longdesc {
	padding: 0;
	border-bottom: 0;
}
.widget_core_coll_title a {
	text-decoration: none;
	color: #78a;
}

/* Calendar: */
table.bCalendarTable caption {
	background-color: #eee;
	border-bottom: 0;
}
table.bCalendarTable {
	border-collapse: separate;
}
table.bCalendarTable tfoot td {
	background-color: #eee;
}
table.bCalendarTable tfoot a {
	text-decoration: none;
}
table.bCalendarTable tfoot a:hover {
	background-color: #78a;
	color: #fff;
}
th.bCalendarHeaderCell {
	color: #abc;
}
#bCalendarToday {
	background-color: #bce;
}
div.featured_post {
	margin: 0 2ex;
	padding: 0 1ex;
}
