/* CSS Document */
/* Body Style */	
body  {
	width: 100%; 
	height:100%;
	margin: 0px auto; 
	padding:0;
}

body, html { 
	height: 100%; 
	text-align: center;
	background: #ffffff url(images/body_bg.gif) left top repeat-x;
	font-family: "Trebuchet MS", Georgia, Arial, Verdana;
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 0.1px;
	color: #555555;
}

p { 
	color: #333333;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.5px;
	margin: 8px 0px 20px;
}

ul, li { 
	color: #333333;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.5px;
	margin-left: 20px;
	padding-left: 0px;
	list-style: circle;
}

a {
	color: #940e6a;
	text-decoration: none;
	outline: none;
}
a:visited {
	color: #940e6a;
}
a:hover {
	color: #ff9c00;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: bold;
}
h1 {
	font: arial;
	font-size: 24px;
	color: #472172;
	line-height: 46px;
	margin-bottom: 6px;
}
h2 {
	font: "Trebuchet MS";
	font-size: 16px;
	color: #88358f;
	line-height: 18px;
	margin-left: 10px;
}
h3 {
	font: arial;
	font-size: 22px;
	color: #472172;
	line-height: 28px;
	border-bottom: #530139 1px dotted;
	text-transform: lowercase;
	margin-bottom: 10px;
	margin-top: 16px;
}
h4 {
	font: arial;
	font-size: 14px;
	color: #ffffff;
	letter-spacing: 0.5px;
	line-height: 18px;
	margin: 0px 0px 6px;
	background: url(images/datebutton.gif) left top no-repeat;
}
h5 {
	font: arial;
	font-size: 18px;
	color: #472172;
	letter-spacing: 0.5px;
	line-height: 18px;
	margin-bottom: 10px;
	margin-top: 16px;
}

small {
	font-size: 10px;
	letter-spacing: 0.1em;
}
	
img {
	border: none;
}
img.left {
	float:left;
	margin: 2px 10px 5px 0px;
	border: 1px solid #e7e7dd;
	padding: 4px;
	background: #ffffff;
}

hr {
	height: 1px;
	clear: both;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom: 1px solid #e7e7dd;
}
hr.hidden {
	clear:both;
	visibility:hidden;
	margin: 0px;
	padding-bottom: 30px;
}

.indent {
	margin-left: 20px;
}

/* Layout style */
div#wrapper {
	position: relative;
	width: 860px;
	min-height: 100%;
	height: auto !important;
	background: url(images/wrapper_bg.gif) left top repeat-y;
	font-size: 0.9em;
	margin: 0 auto -130px;
	text-align: left;
}

/* Header */
div#logo {
	position: relative;
	width: 860px;
	height: 84px;
	margin: 0px auto;
	padding: 0px;
	background: #ffffff url(images/logo_divida.gif) right top no-repeat;
}
div#header {
	position: relative;
	width: 860px;
	height: 280px;
	margin: 0px auto;
	padding: 0px;
}

div#flash {
	position: absolute;
	left:0px;
	top:0px;
	z-index:2;
}

div#menu {
	position: absolute;
	right: 11px;
	bottom: 5px;
	padding: 0px;
	margin: 0px auto;
	z-index: 4;
}
div#menu ul {
	float: left;
	width: 258px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
div#menu ul li {
	float: left;
	position: relative;
	width: 258px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
div#menu ul li a, div#menu ul li a:visited {
	display: block;
	width: 247px;
	height: 33px;
	padding: 0px 0px 0px 11px;
	font: arial;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 0.5px;
	line-height: 33px;
	text-decoration: none;
	text-transform: lowercase;
	background: transparant;
	overflow: hidden;
}
div#menu ul li a:hover {
	color: #ff9c00;
}
div#menu ul li a.active {
	color: #ff9c00;
	background: url(images/menubutton.gif) left top no-repeat;
}

/* Content */
div#content_wrap {
	position: relative;
	width: 860px;
	min-height: 400px !important;
	margin: 0px auto;
	padding: 11px;
}
div#content_left {
	float: left;
	width: 540px;
	margin-right: 22px;
	padding: 8px 9px 10px 9px;
}
div#content_right {
	float: left;
	width: 258px;
}

/* Footer */
div#footer_wrap {
	position: absolute;
	bottom: 4px;
	width: 100%;
	height: 20px;
}
div#footer {
	position: relative;
	width: 860px;
	height: 20px;
	margin: 0px auto;
	padding: 0px;
	font: arial;
	font-size: 11px;
	color: #999999;
}
div#footer_left {
	float: left;
	width: 567px;
	height: 20px;
	margin: 0px auto;
	padding: 0px;
	text-align: right;
}
div#footer_right {
	float: right;
	width: 266px;
	height: 20px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}
div#footer a, div#footer a:visited {
	color: #999999;
	text-decoration: none;
}
div#footer a:hover {
	color: #ff9c00;
	text-decoration: underline;
}
div#footer a.purple {
	color: #472172;
}
div#footer a:hover.purple {
	color: #ff9c00;
	text-decoration: underline;
}

/* Blogs */
.blogpost {
	margin-top: 20px;
}

.posttitle, .posttitle:visited {
	float: left;
	height: 18px;
	width: 135px;
	font: arial;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 0.5px;
	line-height: 18px;
	margin: 0px 0px 6px;
	background: url(images/datebutton.gif) no-repeat;
}
.posttitle:hover {
	color: #472172;
}

.postinfo {
	font-size: 10px;
}

.blogpost_reaction {
	margin-bottom: 15px;
	margin-top: 5px;
}
