/*
Chronicle Dreams Style Sheet
*/
* 
{
margin: 0px;
padding: 0px;
}

body {
	background: #b4c8e0 url(../images/back_all.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	margin-top: 15px;
	margin-bottom: 20px;
}


h1, h2, h3, p, ol, ul {
	margin-top: 0;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2 {

	font-weight: normal;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 150%;
}

a {
	color: #507bda;
	text-decoration:none;
	font-weight: bold;
}

a:visited {
	color: #0080ff;
}

a:hover {
	text-decoration: none;
	color: #ff0000;
}

hr {
	color: #ff0000;
	border-bottom-color: #ff0000;
}

#main
{
width: 904px;
margin: 0 auto;
border: 10px solid #ffffff;
}

/* Header */

#header {
	height: 140px;
	width: 904px;
}

#logo {
width: 904px;
height: 90px;
background: url(../images/header.jpg) repeat-x;
}

#logo h1, #logo p {
	margin: 0;
	line-height: normal;
}

#logo h1 {
	padding: 47px 0 0 20px;
	font-size: 24px;
	color: #62d6f5;
}
#logo h2 {
	padding: 10px 0 0 20px;
	font-size: 10px;
	text-transform: uppercase;
	color: #62D6F5;
}

#logo a {
	text-decoration: none;
	color: #62D6F5;
}

#menu {
height: 49px;
padding-left: 80px;
background: url(../images/menu.gif) no-repeat;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	width: 120px;
	height: 35px;
	margin: 0 0 0 2px;
	padding: 14px 0 0 0;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background: url(../images/menu_r.gif) repeat-x;
}

/* Page */

#page {
	width: 904px;
	background: #ffffff;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 502px;
	margin-left: 10px;
}

#content .post ul, #content .post ol
{
margin-left: 30px;
}

.post {
	margin-bottom: 15px;
	background: #ceceff;
	padding: 10px;
	color: #0A416B;
}

.post a {
	color: #1d74a6;
}




/* Sidebars */

.sidebar {
	float: left;
	width: 191px;
	margin-top: 10px;
	color: #0d699b
}


.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}


.sidebar li {
	padding: 6px 0 6px 20px;
}

.sidebar a {
	text-decoration: none;
	color: #0D699B;
	font-size: 11px;
}



.sidebar2 a {
	text-decoration: none;
	font-size: 20px;
	color: #FFFFFF;
	height: 34px;
	
}

.sidebar h5 {
	padding-top: 12px;
	color: #FFFFFF;
	background: url(../images/title3.gif) no-repeat;
	height: 34px;
	padding-left: 15px;
}


.sidebar h2 {
	padding-top: 10px;
	color: #FFFFFF;
	background: url(../images/title2.gif) no-repeat;
	height: 34px;
	padding-left: 10px;
}

/* Left Sidebar */

#leftbar {
}

/* Right Sidebar */

#rightbar {
margin-left: 10px;
}



#leftbar .back, #rightbar .back
{
background: url(../images/box_back2.gif) repeat-y;
padding: 10px;
}

#leftbar .bottom, #rightbar .bottom
{
background: url(../images/box_bottom2.gif) no-repeat;
height: 3px;
width: 191px;
margin-bottom: 10px;
}



/* Footer */

#adfooter {
	background-color: #ffffff;
}

#footer {
	clear: both;
	padding-top: 20px;
	height: 62px;
	background: url(../images/footer.gif) repeat-x;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #0f5b96;
}

#footer a {
	color: #0F5B96;
}

/* custom buttons */

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url(../images/bg_button_a.gif) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url(../images/bg_button_span.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}


/* blogposts */

.financial {
	font-size: 4px
}

.post {
	display: block;
	margin-bottom: 1.5em;
}

.post_title {
	font-weight: bold;
}

.post_body {
	padding: 1em;
}
.post_creation_date, .post_modification_date {
	text-align: right;
}
.post_actions {
	float: right;
}
.post_author {
	font: italic 1em Helvetica;
}

.comment {
	min-height: 90px;
}
.thumbnail { 
  display: block; 
  float: left; 
  margin-right: 1em; 
}

.user_pic { 
  display: block; 
  float: right; 
  margin-left: 1em; 
}

/* Flash Notice Style */

#notice {
	border: 1px solid green;
	padding: 1em;
	margin: 1em;
	margin-bottom: 2em;
	background-color: lightgray;
	font: bold large sans-serif;
}


/* form styles */

legend {
	padding-top: 1em;
	padding-bottom: 1em;
	color: #ffffff;
	background-color: #507bda;
	border: double;
	height: 34px;
	padding-left: 10px;
	padding-right: 10px;
}

label {
	width: 10em;
	float: left;
	text-align: right;
	margin-right: 0.2em;
	display: block;
}

.form_row {

	white-space: nowrap;
	padding-bottom: .5em;
}

.text_area {
	margin-left: 4em;
}

.submit {
	margin-left: 15em;
}

/* Hack to get IE to display fieldset/legend correctly */

html fieldset {
	position: relative
}

html legend {
	top: -1em;
	left: .5em;
}

/* Popup CSS */

#popupcontent{
white-space:normal;
position: absolute;
visibility: hidden;
overflow: hidden;
border:1px solid #CCC;
background-color:#f0f0db;
border:2px solid #333;
padding:5px;
}

/* Expand and Collaps CSS */

input.button {
  color: #507bda; 
  background: none;
  font-weight:bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border: none;
}

input:hover {
	text-decoration: none;
	color: #ff0000;
}
