* {
	margin: 0;
	padding: 0;
}

body {
	font: 62.5% Arial, sans-serif;
	color: #666;
	background: url('images/bg.png') repeat-x top fixed;
}

a {
	color: #4D81B5;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #666;
	font-weight: normal;
	padding: 2px 0 8px 0;
}

h1 {
	font-size: 2.8em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.2em;
	padding-bottom: 4px;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1em;
}

ol {
	margin: 4px 0;
	padding-left: 20px;
}

p {
	font-size: 1em;
	margin: 4px 0;
}

ul {
	margin: 4px 0;
	padding-left: 15px;
}

#top-header {
	width: 920px;
	margin: 0 auto;
}

#top-header h1 {
	color: #fff;
	font-size: 3.2em;
	margin-bottom: 0;
	padding-bottom: 0;
}

#top-header h2 {
	color: #fff;
	font-size: 1.2em;
	margin-top: -3px;
}

#wrapper  {
	background-color: #fcfcfc;
	width: 920px;
	margin: 0 auto 10px;
}

#header {
	padding: 10px;
	padding-bottom: 20px;
}

#banner {
	background-color: #ccc;
	height: 140px;
	padding: 10px;
	margin-top: 0;
}

#slogan {
	background: #fff url('images/mailing-bags.jpg') no-repeat bottom right;
	float: left;
	width: 590px;
	height: 100%;
	margin-right: 10px;
}

#slogan h2 {
	color: #666;
	font-size: 2.0em;
	padding: 10px 0 0 26px;
}

#ad {
	color: #333;
	font-size: 1.6em;
	background: #fff url('images/ad-bg.png') repeat-x bottom;
	float: left;
	width: 260px;
	height: 140px;
	padding: 0 10px;
}

#ad .ad-button {
	font-weight: bold;
	text-align: center;
	background: #C4D0DD url('images/ad-button.png') repeat-x top;
	width: 258px;
	height: 53px;
	margin: 10px 0;
	border: 1px solid #C4D0DD;
}

#ad .ad-button a{
	color: #fafafa;
	line-height: 53px;
}

#content {
	float: left;
	width: 670px;
	min-height: 400px;
	padding: 10px 10px 10px 20px;
}

.page-text {
	font-size: 1.2em;
}

.page-tags {
	font-size: 1.2em;
	margin-bottom: 25px;
}

.post {
	background: #efefef;
	margin-bottom: 25px;
	padding: 10px;
}

.post-title h2 {
	font-size: 2em;
}

.post-text li {
	margin-bottom: 5px;
}

.post-text, .post-tags {
	font-size: 1.2em;
}

.post-tags, .page-tags {
	margin-top: 10px;
	border-top: 1px solid #999;
	padding-top: 10px;
	text-align: center;
}

#sidebar {
	float: left;
	width: 190px;
	padding: 10px 20px 10px 10px;
}

#sidebar ul {
	list-style: none;
	margin-bottom: 12px;
	padding: 0;
}

#sidebar li li {
	line-height: 28px;
	margin-bottom: 0;
	border-bottom: 1px solid #999;
}

#sidebar a {
	text-decoration: none;
	font-size: 1.2em;
}

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

#footer {
	color: #fff;
	text-align: center;
}

.clearfix {
	clear: both;
}

.green{
	color: #D0EB55;
}

.ad-img {
	background: #efefef;
	padding: 15px;
}

/* Form styles start */
form{
	padding: 10px;
}

form em{
  font-weight: bold;
  font-style: normal;
  color: #f00;
}

form fieldset ul{
	padding: 0;
}

form fieldset li{
  list-style: none;
  padding: 2px;
  margin: 0;
}

label{
  display: inline-block;
  line-height: 1.8em;
  vertical-align: top;
	width: 95px;
}

fieldset{
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #999;
}

fieldset p{
	padding: 2px 0;
}

legend{
	font-size: 1.2em;
	padding: 0 8px 2px 8px;
}

textarea{
	width: 100%;
}

input[type=submit]{
	cursor: pointer;
	color: #999;
	background: #ccc;
	border: 1px solid #666;
	padding: 2px 10px;
	-moz-border-radius: 4px;
}

#email-msg {
	display: none;
}

/* Form styles end */
