@charset "utf-8";
/* CasaMS.org CSS */
/*@ developer Gabriel Martin
 *
 *
 *
 *
 */

body {
	margin: 0px;
	padding: 0px;
	background: #7fa2c6 url(images/body.background.gif) repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

h2 
{
	margin-top: 5px;
	text-align: right;
	font-size: 14px;
	font-weight: normal;
}

a
{
	color:  #10457b;
}
a:visited
{
	color:  #10457b;
}

#main
{
	width: 910px;
	float:left;
}

#header
{
	padding-left: 10px;
	vertical-align:top;
}
#logo 
{
	background: url(images/header.jpg) no-repeat;
	float: left;
	width: 302px;
}
#logo #spacer
{
	width: 302px;
	height:177px;
	border:none;
}


#menu 
{
	float:right;
	margin-right: 108px;
	margin-top:-28px;
}

#menu ul 
{
	margin: 0;

	list-style: none;
	padding-top:71px;
}

#menu li 
{
	display: inline;
	
}

#menu a 
{
	display: block;
	float: left;
	width: 110px;
	height: 40px;
	padding-top: 15px;
	padding-right:5px;
	background: url(images/button.png) no-repeat;
	text-align: center;
	text-decoration: none;
	font-size:14px;
	color:  #02315d;
	font-weight: bold;
}

#menu a:hover 
{
	background: url(images/button.over.png) no-repeat;
	color:#ffffff;
}

#small-menu
{
	position:absolute;
	top: 122px;
	left: 500px;
	float:right;
}

#small-list
{

	list-style: none;
}

#small-list li a
{
	margin-top: -22px;
	margin-left: 8px;
	display: block;
	float: left;
	width: 100px;
	height: 28px;
	padding-top:4px;
	background: url(images/button.small.png) no-repeat;
	text-align: center;
	font-size:12px;
	color: #ffffff;
	font-weight: bold;
}

#small-list li a:hover
{
	background: url(images/button.over.small.png) no-repeat;
	color: #02315d;
}



/* Content */
#content
{
	background: url(images/post.top.png) no-repeat left top;
	width: 750px;
	margin-left:35px;
	background-color:#ffffff;
	padding-top: 15px;
}

#content-body
{
	background: url(images/post.center.png) repeat-y left top;
	width: 750px;
}
#content-footer
{
	background: url(images/post.bottom.png) no-repeat left bottom;
	width: 750px;
}
#content-footer #spacer
{
	height:40px;
	width: 750px;
}



/* Sidebar */


#sidebar
{
	background: url(images/menu.top.png) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 250px;
	margin-left:15px;
	padding-top: 15px;
}

#sidebar-body
{
	background: url(images/menu.center.png) repeat-y left top;
	padding: 2px 20px 2px 20px;
}
#sidebar-footer
{
	background: url(images/menu.bottom.png) no-repeat left bottom;
}

#sidebar-footer #spacer
{
	height:18px;
}
#sidebar a {
	font-weight: normal;
	
}

#sidebar a:hover {
	color: #EB5716;
}

#sidebar-body p
{
	width: 190px;
	margin: 0;
	color: #672701;
}

#sidebar h2 {
	height: 18px;
	margin: 0;
	padding: 2px 0px 8px 0px;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: bold;
	color: #10457b;
	text-align:left;
}


#sidebar a {
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}


/* Post */

.post 
{
	float: right;
	margin-bottom: 10px;
	background: url(images/post.jpg) no-repeat left top;
}

.post .title {
	height: 20px;
	width:475px;
	padding: 0px 20px 0px 20px;
	color: #10457b;
	font-size: 28px;
	text-align:center;
}

.post .title a {
	text-decoration: none;
	text-transform: capitalize;
	font-size: 30px;
	color: #026701;
}

.post .entry {
	padding: 0px 60px 0px 30px;
	font-size:14px;
}

.post .entry ul
{
	list-style:none;
	margin-left:10px;
	margin-right:0px;
	padding: 0;
}

.post .entry .listtitle {
	font-weight:bold;
	font-size:14px;
}
