/*
Theme Name: Global Star Registry
Theme URI: http://blog.globalstarregistry.org/
Description: WordPress integration theme for Global Star Registry.
Version: 0.1
Author: Arnis Supe
Author URI: http://www.arnissupe.com/
Tags: white, fixed width, two columns, widgets
*/

* {
	margin: 0px;
	padding: 0px; }
body {
	background: url('images/body.gif');
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #555; }
a {
	color: #555; }

#container {
	width: 760px;
	margin: 0px auto;
	background: #FFF; }
#logo {
	background: url('images/logo.jpg') no-repeat center center;
	overflow: hidden;
	text-indent: -999em; }
#logo a {
	display: block;
	height: 95px; }
#menu {
	padding-bottom: 42px; }
#menu ul {
	float: right;
	height: 22px;
	padding-left: 21px;
	background: #B2997F url('images/menu.gif') no-repeat left top;
	list-style-type: none; }
#menu ul li {
	display: inline; }
#menu ul li a {
	display: block;
	float: left;
	overflow: hidden;
	text-indent: -999em; }
.item-order-now {
	width: 119px;
	height: 22px;
	background: url('images/item-order-now.gif') no-repeat center center; }
.item-faq {
	width: 68px;
	height: 22px;
	background: url('images/item-faq.gif') no-repeat center center; }
.item-the-star-kit {
	width: 123px;
	height: 22px;
	background: url('images/item-the-star-kit.gif') no-repeat center center; }
.item-home {
	width: 79px;
	height: 22px;
	background: url('images/item-home.gif') no-repeat center center; }
#main {
	clear: both;
	padding-bottom: 10px; }
#content {
	float: left;
	width: 375px;
	margin: 0px 15px; }
#content h1 a, #content h2 a {
	text-decoration: none;
	color: #F60; }
#content small {
	font-size: 10px; }
#content .entry {
	margin-top: 12px; }
#content p {
	margin-bottom: 12px; }
.f-left {
	float: left;
	width: 40%; }
.f-right {
	float: right;
	width: 40%; }
#sidebar {
	float: right;
	width: 325px;
	margin: 0px 15px; }
#sidebar .box {
	margin-bottom: 20px;
	text-align: center; }
#sidebar .box .title {
	font-size: 13px;
	font-weight: bold;
	color: #F60; }
#sidebar .box a.button-order-now {
	display: block;
	width: 140px;
	height: 44px;
	margin: 0px auto;
	background: url('images/order-now.gif') no-repeat top left;
	overflow: hidden;
	text-indent: -999em; }
#sidebar .box ul {
	margin: 0px 20px; }
.clear {
	clear: both; }
#footer {
	clear: both;
	padding: 8px 0px;
	font-size: 11px;
	line-height: 15px;
	text-align: center; }