/*  
Theme Name: WordPress Financial
Theme URI: http://www.bloggerato.com/
Description: Clean, Simple & Optimized Templates at <a href="http://bloggerato.com">Bloggerato</a>. Modified from the default WordPress theme based on the famous Kubrick.
Version: 1.0
Author: Chong Chen Tong
Author URI: http://www.bloggerato.com/
*/

/* layout */

*
{
  padding: 0;
  margin: 0;
}

#sidebar
{
  float: right;
  width: 220px;
  margin-right: 20px;
}

#footer
{
  clear: both;
  padding-left: 7.5%;
}

#content
{
  margin-right: 300px;
  padding-left: 7.5%;

}

#wrapper
{
  margin: 0 20px 0 20px;
  overflow: hidden;

}

#header
{
  margin-bottom: 20px;

}

#menu
{
  text-align: center;
  background: URL(images/line.jpg) repeat-x;
}

/* styles */

body
{
  font-family: Arial, Verdana, Trebuchet MS, Sans-Serif;
  font-size: 76%;
}

hr
{
  display: none;
}

#headerimg
{
  font-size: 1.2em;

  height: 6.5em;
  color: #FEF4DF;
  padding-left: 7.5%;
  padding-top: 10px;
  background: #008b8b URL(images/headerlogo1.jpg) repeat-x fixed top left;
}

#header a
{
  text-decoration: none;
  color: white;
}

#header h1
{
  font-size: 2em;
  font-family: Verdana, Arial, Trebuchet MS, Sans-Serif;
}

#footer
{
  font-size: 0.8em;
  color: #002c59;

}

/* Sidebar styles */

#sidebar ul
{
  list-style: none;
  margin-bottom: 10px;
}

#sidebar ul ul
{
  margin-left: 15px;
}

#sidebar
{
  background-color: #ffffff;
  color: #00688b;
  border: 1px solid #FFFFFF;
}

#sidebar ul h2
{
  background-color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  font-size: 1.5em;
  font-weight: bold;
  font-family: Verdana, Arial;
  padding: 2px;
  margin-bottom: 5px;
  padding-left: 5px;
}

#sidebar ul ul ul
{
  margin-bottom: 0;
}
#sidebar a
{
  text-decoration: none;
  color: #36648b;
}

#sidebar a:hover
{
  text-decoration: underline;
}
#searchform
{
  text-align: center;
}

#searchform input
{

  border: 1px solid #00688b;
  background-color: #FFFFFF;
}

#searchform #s
{

  width: 50%;
  background-color: white;
}

/* Content styles */

.post
{
  margin-bottom: 25px;
  color: #002c59;
  padding-left: 5px;

  font-size: 1.1em;
}

h2
{
  font-size: 1.6em;

  border-bottom: 1px solid #e8c38b;
}

h2 a:hover, h2 a:visited, h2 a
{
  text-decoration: none;

  color: #009acd;
}

.entry
{
  margin-top: 10px;
  margin-bottom: 15px;

}

.postmetadata
{
  padding: 2px;
  font-size: 0.8em;
  border-top: 1px solid #FADA96;

}

.postmetadata a
{
  color: #002c59;
}

.post p
{
  line-height: 1.4em;
  margin-bottom: 1em;

}
blockquote
{
  margin: 1em 1.5em;
  padding: 1em 1.5em;

  border: 1px dotted #009acd;
  background: #e6e6fa;

}

.post li
{
  margin-left: 20px;
}

.post ul
{

  list-style-image: url(images/listitem.png);
  list-style-type: bullet;
  margin-bottom: 10px;
}

acronym, abbr, span.caps
{
  cursor: help;
}

acronym, abbr
{
  border-bottom: 1px dashed #999;

}

blockquote cite
{
  margin: 5px 0 0;
  display: block;

}

.center
{
  text-align: center;
}

a img
{
  border: none;

}
 
h3
{
  margin-top: 1.5em;
  font-size: 1.4em;

}

h4
{
  margin-top: 1.2em;
  font-size: 1.2em;

}

h5
{
  margin-top: 1em;
  font-size: 1em;
}

.post a

{
  color: #00688b;
}
 

/* post styles */

.entrytext .postmetadata
{
  font-size: 1.1em;
  background-color: #FCF1E2;

  width: 70%;
  margin: 2em auto3.5em auto;
  border: 1px dotted #009acd;

  padding: 5px;
  padding-left: 45px;
  background: #e6e6fa;

}ol.commentlist
{
  width: 90%;
  margin: 0 auto;

}

ol.commentlist li
{
  margin-bottom: 1.5em;
  border: 1px solid #009acd;

  padding: 5px;
  background-color: #b0c4de;
}

ol.commentlist li.alt
{
  background-color: #e6e6fa;

}

ol.commentlist a
{
  color: #bd492a;
}

small.commentmetadata
{

  font-size: 0.8em;
  margin-bottom: 1em;
  display: block;

}