/*
Theme Name: Right Brain 
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 3
Author: arif@onecolormedia.com
Author URI: http://onecolormedia.com/
Tags: wtf
*/

body {
	text-align: center;
	margin: 0;
  padding: 0;
  background: #eb7400 url(images/bg2.png) no-repeat center top;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing:0.2px;
  font-size: 14px;
}


/* main layout */
#bg_orange {
  border: 0px solid;
  float: left;
  background: url(images/bg_orange.png) repeat-x center top;
  display: inline;
	width: 100%;
  height: 555px;
}

#header {
	border: 0px solid;
  float: left;
	width: 100%;
	height: 167px;
  background: url(images/header.png) repeat-x center top;
  display: inline;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;  
}

.main_body {
  border: 0px solid;
  width: 100%;
  float: left;
  background: url(images/main_body.png) repeat-y center top;
  display: inline;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;  
  text-align: left;
}
.content {
  border: 0px solid;
  margin: 0px 50px 20px 50px;
  padding: 0px 0px 0px 0px;  
}

.main_body_bottom {
  border: 0px solid;
  width: 100%;
  float: left;
  background: url(images/main_body_bottom.png) no-repeat center top;
  display: inline;
  height: 28px;
}

#logo_title {
	border: 0px solid;
  float: left;
	width: 280px;
	height: 55px;
  display: inline;
  margin: 0px 0px 10px 250px;
  padding: 0px 0px 0px 0px;  
  text-shadow:0 1px 0 #aa9283;
  color: #002b77;
  text-align: left;
}
#logo_title  h1 {
  color: #002b77;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-shadow:0 1px 0 #f4f4f4;
}
#logo_title  h1 a {
  text-decoration: none;
}
#logo_title  p  {
  color: #002b77;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-shadow:0 1px 0 #f4f4f4;
  text-decoration: none;
}
.wrapper{
	border: 0px solid;
	width: 898px;
	margin-left: auto;
	margin-right: auto;
}


.entry {
  border: 0px solid;
  margin: 15px 0px 0px 0px;
  padding: 0px 0px 5px 0px;
}

#footer {
	border: 0px solid;
	width: 100%;
  float: left;
  height: 35px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  text-align: center;
  color: #fdfdfd;
  text-shadow:0 1px 0 #ce5200;
}
#footer a, #footer a:link, #footer .nav  a:visited, #footer .nav a:active {
  color: #fdfdfd;
  text-shadow:0 1px 0 #ce5200;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}

small {
  font-size:11px;
}


.content {
  color: #343434;
  text-shadow:0 1px 0 #f4f4f4;
}

.content a {
  color: #343434;
}
.content a:hover {
  color: #47479a;
  text-decoration: none;
}
.content h1 {
  border:0px solid;
  font-size: 29px;
  text-shadow:0 1px 0 #f4f4f4;
}
.content h1 a {
  text-decoration: none;
}

.content h2 {
  border:0px solid;
  font-size: 29px;
  text-shadow:0 1px 0 #f4f4f4;
}
.content h2 a {
  text-decoration: none;
}
.content h3 {
  border:0px solid;
  font-size: 22px;
  margin: 5px 0px 3px 0px;
  padding: 0px;
  text-shadow:0 1px 0 #f4f4f4;
}
.content h3 a {
  text-decoration: none;
}


