body {
	width: 100%;
	min-width: 1024px;
	margin: 0;
	background-image: url(images/flower-wall-paper-green.png);
}

h1,h2,h3,h4,h5,h6,a, p {
	color: #e6e7bf;
}

p + p {
	text-indent: 0;
}

#header, #footer {

	margin: 0;
	height: 30px;
	color: #bbbc34;
	background-image: url(images/10x2-555-70p.png);
}

#header {
	border-bottom: 1px solid #ccc;
}
#footer {
	border-top: 1px solid #bbbc34;
	font-size: 0.7em;
}

#footer span {
	margin: 4px 20px 0 20px;
	float: left;
}

#footer span.validate {
	float: right;
}


#search {
	display: inline;
	margin-right: 10px;
	float: right;
	opacity: 1;
}

div.nav {
	height: 100px;
	margin: 0;
	padding: 0;
	text-transform: lowercase;
}

div.nav ul,
div.nav ul li {
	list-style: none;
}

div.nav ul li {
	float: right;
	margin: 10px;
	background-image: url(images/10x2-555-70p.png);
	font-size: 2em;
	padding: 2px;
	color: #e6e7bf;
	line-height: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div.nav ul li.home {
	float: left;
	margin: 10px;
	width: 253px;
	height: 68px;
	background: transparent;
}

div.nav ul li.home a {
	display: block;
	width: 253px;
	height: 68px;
	background-image: url(images/goroam-logo-orange.png);
}

div.nav ul li.home a span {
	display: none;
}

div.content>div {
	background-image: url(images/10x2-555-70p.png);
	margin: 0 1% 10px 1%;
#div.content>div.main;
	padding: 10px;
	color: #e6e7bf;
}

div.content>div.main {
	width: 67%;
	float: left;
}

div.content>div.sidebar {
	width: 25%;
	min-width: 230px;
	float: right;
}

div.content>div.main h1,
div.content>div.sidebar h1 
 {
	text-transform: lowercase;	
	margin: 0 0 0.25em 0;
	font-size: 3em;
	font-weight: normal;
	}

div.content>div.main h2 {
	margin: 0 0 0.25em 0;
}

div.content>div.main p,
div.content>div.sidebar p  {
	line-height: 1.3em;
	margin-bottom: 1em;
	padding: 0;
}

div.content>div.main a {
	color: #bbbc34;
}


div.content>div.main.post h2 {
	margin: 0;
}

div.content>div.main.post>div.post-info {
	font-size: 0.7em;
	line-height: 1em;
	margin: 1em 0 ;
}

div.content>div.main.post>div.post-info em{
display: block;
}

div.content>div.main img {
	float: left;
	margin: 5px;
}

div.content>div.title {
	padding: 0;
	margin: auto;
    margin-bottom: 60px;
	width: 650px;
	text-align: center;
	background: transparent;
	opacity: 1;
}

div.content>div.title h1 {
		background-image: url(images/10x2-555-70p.png);
	color: #e6e7bf;
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 1.2em;
	font-size: 2em;
}

div.widgets {
	background-image: url(images/10x2-555-70p.png);
	color: #bbbc34;
	clear: both;
	border-top: solid 1px #ccc;
	font-size: 0.6em;
}

div.widgets h2 {
	color: #bbbc34;
}

div.widgets div.group {
	width: 20%;
	float: left;
	margin: 0 5% 0 7% 
}

div.widgets div.widget ul,
div.widgets div.widget ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.widgets div.widget h2 {
	margin: 1em 0 0.5em 0;
}

div.widgets div.group div.widget {
	border-top: 1px solid #bbbc34;
}

div.widgets div.group div.widget:first-child {
	border: 0;
}

.clear {
	display: block;
	clear: both;
}