/*
 *Common
 */
html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
}

.close
{
	clear: both;
}

ul
{
	margin-left: 15px;
}

ol
{
	margin-left: 20px;
}

a img
{
	border: none 0;
}

/*
 *Main
 */
body
{
	background: url(../media/images/body_bg.gif) repeat-x #666;
}

div#wrapper
{
	position: relative;
	padding: 148px 0 0 0;
	text-align: left;
	margin: 0 auto;
	width: 936px;
	background-color: #fff;
	background-repeat: no-repeat;
}

div#menubar
{
	position: relative;
	padding: 1px 0 3px 0;
	width: 936px;
	height: 16px;
	background: url(../media/images/main_nav_bg.gif) left 2px no-repeat #333;
}

div#main
{
	position: relative;
	margin: 204px 0 0 0;
	width: 936px;
}

div#left
{
	position: relative;
	padding: 45px 0 0 0;
	width: 205px;
	float: left;
}

div#right
{
	position: relative;
	padding: 45px 50px 15px 350px;
	width: 305px;
	float: left;
}

div#footer
{
	position: relative;
	padding: 30px 530px 0 0px;
	width: 406px;
	height: 85px;
	background-color: #666;
}

div#left h1 {
	padding-left: 10px;
}

/*Buttons*/
ul#buttons
{
	margin: 0;
	list-style: none;
}

ul#buttons li a
{
	display: block;
	margin: 0 0 6px 0;
	width: 185px;
	height: 30px;
}

	ul#buttons li a span
	{
		display: none;
	}

ul#buttons li a.twitter-ramses
{
	background: url(../media/images/buttons/button-twitter-ramses.gif) left top no-repeat;
}

ul#buttons li a.twitter-vera
{
	background: url(../media/images/buttons/button-twitter-vera.gif) left top no-repeat;
}

ul#buttons li a.linkedin-ramses
{
	background: url(../media/images/buttons/button-linkedin-ramses.gif) left top no-repeat;
}

ul#buttons li a.linkedin-vera
{
	background: url(../media/images/buttons/button-linkedin-vera.gif) left top no-repeat;
}

ul#buttons li a.youtube
{
	background: url(../media/images/buttons/button-youtube.gif) left top no-repeat;
}

ul#buttons li a.mobypicture
{
	background: url(../media/images/buttons/button-mobypicture.gif) left top no-repeat;
}

ul#buttons li a.jango
{
	background: url(../media/images/buttons/button-jango.gif) left top no-repeat;
}

ul#buttons li a:hover
{
	background-position: right top;
}

/* Feeds */
div.feeds h1 {
	margin-bottom: 10px;
}
div.feeds img {
	margin: 0 10px 10px 0;
	border: 1px solid #ff7f00;
	float: left;
}
a.blog-title {
	font-size: 11px;
	font-weight: bold;
	color: black;
	text-decoration: none;	
}
a.blog-title:hover {
	text-decoration: underline;
}
div.twitter-message {
	position: relative;
	width: 260px;
	float: left;
}	
/*Icons*/
a.rss
{
	line-height: 18px;
	padding: 0 0 0 20px;
	background: url(../media/images/buttons/icon-rss.gif) left center no-repeat;
}
/* 3 column layout */
div#center
{
	position: relative;
	padding: 75px 2px 15px 3px;
	width: 330px;
	float: left;
}
div#center h1
{
	color: #ff7f00;
}

div#center p
{
	color: #fff;
}

div#center p.date,
div#right p.date
{
	color: #ff7f00;
	font-style: italic;
}

div#centerandright div#right {
	padding-left: 15px;
	
}
