/*
Theme Name: Free Radicals
Theme URI: http://www.freewpthemes.net/
Description: A two-column, fixed-width design suitable for personal and small company website.
Version: 1.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
Tags: red, fixed width, two columns, widgets
*/


body {
	margin: 0px;
	padding: 0px;
	background: #121429 repeat-x left top;
	text-align: left;
	font: 13px tahoma, Arial, Helvetica, sans-serif;
	color: white;
}

h2, h3 {
	margin-top: 0px;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #2a2d51;
}


h2 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	color: #4975b8;
}

a:hover {
	text-decoration: none;
	color: white;
}

a img {
	border: none;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	border: 10px none #FFFFFF;
}

/* Header */

#header {
	width: 900px;
	height: 324px;
	margin: 0px auto;
	background: url(images/blog_site.jpg) no-repeat 0 top;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Logo */

#logo {
	float: left;
	padding-left: 20px;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #2a2d51;
}

#logo h1 {
	padding: 40px 0px 0px 0px;
}

#logo p {
	text-indent: -99999px;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 49px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 0px;
}

#menu a {
	display: block;
	width: auto;
	padding: 6px 20px 6px 10px;
	background: url(images/img10.gif) no-repeat left 50%;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active {
}

#menu .active a {
}

/* Page */

#page {
	width: 900px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
}

#header-pic {
	background: url(images/img11.gif) no-repeat left top;
	width: 570px;
	height: 300px;
	margin-bottom: 10px;
}

/* Content */

#content {
	float: left;
	width: 700px;
}

.post {
	margin: 0px 15px 30px 0px;
}

.post .title {
	margin: 0px;
	padding: 7px 10px 7px 0;
	font-size: 1.4em;
	background-position: left top;
	background-repeat: no-repeat;
	color: #e8c931;
	font-weight: bold;
	text-decoration: underline;
}

.post .title h1 {
}

.post .title a {
	text-decoration: none;
	color: #e8c931;
}

.post .entry {
	padding: 0 10px 0 0;
}

.post .meta {
	font-weight: bold;
	padding-left: 20px;
	color: #3064a4;
}

.post .byline {
	margin: 0px;
	padding-left: 20px;
	color: #3064a4;
}
blockquote{
	background: #282b4f;
	width: 75%;
	padding: 1px 25px;
	font-size: 14px;
	margin: 0 auto;
}
/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
}

#sidebar-bgtop {
}

#sidebar-bgbtm {
}

#sidebar-content {
}

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

#sidebar li li {
	margin-right: 0;
	line-height: 20px;
	padding-left: 0;
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar h2 {
	font-size: 12px;
	color: #9abeed;
	font-weight: bold;
	background-position: left top;
	background-repeat: no-repeat;
	text-transform: uppercase;
	padding: 7px 0 0;
	line-height: 14px;
}

#sidebar a {
	text-decoration: none;
	font-size: 11px;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Search */

#searchform {
	margin-bottom: 10px;
}

#searchform form {
	margin-bottom: 1.8em;
	padding: 0px;
}

#searchform fieldset {
	margin-left: 20px;
	padding: 0px;
	border: none;
}

#searchform #s {
	width: 160px;
}

/* Footer */

#footer {
	clear: both;
	width: 900px;
	height: 75px;
	margin: 0px auto 0;
	background: url(images/footer.jpg) repeat-x left top;
	color: #5e91d8;
	font-size: 12px;
}

.footer_text{
	text-align: right;
}

.footerlogo{
	width: 75px;
	height: 69px;
	background: url(images/footer_logo.jpg) no-repeat;
	float: right;
}

.footerlogo img{
	border: 0;
}

#footer p {
	margin: 0px;
	padding: 30px 20px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
	float: right;
}

#footer a {
	color: #FFFFFF;
}

hr {
	display: none;
}

.pagetitle {
	color: #444444;
}

#comment {
	width: 540px;
	height: 100px;
}

#respond {
	color: #444444;
}