
/*
	STYLE INFO
*/


/* @group Basics incl. Meyer's Reset */


html, body, 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,
caption {
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	font-family: arial, helvetica, sans-serif;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	color: #333;
	line-height: 1em;
	background-color: #efefef;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after 
{
	content: "";
}

blockquote, q 
{
	quotes: "" "";
}


/*
	Page body style
*/




/*
	Standard paragraph style
*/

p
{
	font-size: 0.8em;
	color: #333;
}

td
{
	font-size: 0.8em;
	color: #333;
}


ul
{
	color: #333;
	margin-top: 20px;
}



/*
	headings
*/

h1
{
	color: #666;
	font-size: 2em;
	font-weight: bold;
	padding-top: 20px;
}

h2
{
	font-size: 0.8em;
	color: #666;
	font-weight: normal;
}

h3
{
	font-size: 0.7em;
	color: #666;
}



/*
	Links
*/

a:link, a:active
{
	font-family: arial, helvetica, sans-serif;
	color: #078ac1;
	font-size: 1em;
	text-decoration: none;
}


a:hover
{
	color: #000;
	font-size: 1.0em;
	text-decoration: underline;
}

a:visited
{
	color: #666;
	font-size: 1.0em;
	text-decoration: underline;
}

/* @end */

/* @group Basic Structure */

/*
	BASIC STRUCTURE
*/


/*
	Container for page
*/

#container
{
	margin: 0 auto 0 auto;
	padding: 0;
	width: 970px;
}


#header
{
	width: 970px;
	height: 150px;
	position: relative;
	background-color: #efefef;
}

div#logoGlasnost
{
	position: absolute;
	top: 20px;
	right: 174px;
	width: 206px;
	height: 79px;
	margin: 0;
	padding: 0;
}

div#logoEstatesToday
{
	position: absolute;
	top: 20px;
	left: 700px;
	width: 174px;
	height: 79px;
	margin: 0;
	padding: 0;
}


div#retweet
{
	position: absolute;
	top: 65px;
	right: 0px;
	width: 60px;
	height: 20px;
	margin: 0;
	padding: 0;
	/*background-color: #000;*/
}


div#MipimMoodAggregator
{
	position: absolute;
	top: 27px;
	left: 0px;
	width: 240px;
	height: 64px;
	margin: 0;
	padding: 0;
}


div#MobileMipim
{
	position: absolute;
	top: 27px;
	left: 260px;
	width: 230px;
	height: 64px;
	margin: 0;
	padding: 0;
}

div#BroughtToYouBy
{
	position: absolute;
	top: 42px;
	right: 200px;
	width: 114px;
	height: 17px;
	margin: 0;
	padding: 0;
}




/* Flickr */

div#flickr
{
	position: relative;
 	width: 960px;
 	height: 90px;
 	padding: 60px 0 0 10px;
	margin: 0 0 20px 0;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px #ccc;
	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	-webkit-box-shadow: 0 0 10px #ccc;
	-moz-box-shadow: 0 0 10px #ccc;
}

div.fPic
{
	float: left;
	padding: 0 12px 0 0;	
}

img.title-flickr
{
	position: absolute;
	left: 10px;
	top: 10px;	
}



/* Columns */

div#google-blogs
{
 	width: 290px;
 	float: left;
 	padding: 10px;
	margin: 0 20px 0 0;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px #ccc;
	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	-webkit-box-shadow: 0 0 10px #ccc;
	-moz-box-shadow: 0 0 10px #ccc;
}

div#google-news
{
 	width: 290px;
 	float: left;
 	padding: 10px;
	margin: 0 20px 0 0;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px #ccc;
	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	-webkit-box-shadow: 0 0 10px #ccc;
	-moz-box-shadow: 0 0 10px #ccc;
}

div#twitter-search
{
 	width: 290px;
 	float: left;
 	padding: 10px;
	margin: 0 20px 0 0;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px #ccc;
	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	-webkit-box-shadow: 0 0 10px #ccc;
	-moz-box-shadow: 0 0 10px #ccc;
}

div#twitter-eg
{
 	width: 290px;
 	float: left;
 	padding: 10px;
	margin: 0 0 0 0;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px #ccc;
	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	-webkit-box-shadow: 0 0 10px #ccc;
	-moz-box-shadow: 0 0 10px #ccc;
}



img.title-image
{
	padding: 10px 0 20px 0;	
}



/* Fixing google's crappy code */

table#gnews-table tr td table tr td
{
	font-size: 1em;	
}

table#gnews-table tr td table tr td.j
{
	padding: 0;
	margin: 0;
	/*background-color: #red;*/
}

div.thingy
{
	display: none;
}


div.lh
{
	background-color: #fff;	
}



#content-wrapper
{
	width: 970px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	min-height: 300px;
}

/* @end */

/* @group Footer */

/* Footer */

#footer
{
	width: 970px;
	height: 60px;
	padding: 0 0 0 0;
	margin: 50px 0 0 0;
	background-color: #efefef;
	text-align: left;
	border-top: 1px solid #ddd;
}


#footer p
{
	text-align: left;
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
	color: #999;
}

/* @end */

/* @group Standard Defs */


/* floats */
img.float-right
{
	float: right;
}

img.float-left
{
	float: left;
}



/* Clearing element */

.clear
{
  position: relative; clear: both; height: 0; line-height: 0; font-size: 0;
}


/*
	Standard images
*/

img
{
	border: none;
}

/* @end */



