@charset "utf-8";
/*
Theme Name: HowSocial.ru
Theme URI: http://howsocial.ru/
Description: A theme for HowSocial.ru
Version: 1.0
Author: netWire Vicki Kolovou
Author URI: http://netwire.gr/
Tags: custom, set width, two columns

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body{
	margin: 0 auto;
	text-align: left;
	background-color: #dadbd6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #fff; 
	}
	
p { font-size: 1.2em;}
img {border: none;}

#wrapper{
	width: 807px;
	height: 570px;
	margin: 30px auto;
	}
/*Left main content starts here*/	
#maincontent{
	width: 550px;
	height: 515px;
	float: left;
	background: url(../images/mainleft.jpg);
	}
#maincontent p {margin: 30px 30px 20px 30px; font-size: 1em; color:#000000; text-align: justify;}
.contactemail{ width: 320px; margin: 150px 0 0 120px; color:#000000; font-size:16px; font-weight: 200;}	
.howsocialareyou{ width: 250px; height: 35px; margin: 11px 0 0 15px; font-weight: 200; font-size: 20px;}	
.howsocialareyou a:link, a:visited{ color:#FFFFFF; font-weight: 400; text-decoration: none;}
.howsocialareyou a:hover {font-weight: bold;}
.logo{ width: 338px; height: 99px; margin: 20px 0 0 100px; border: 0px; }
.logo a:link, a:hover, a:visited { border: 0px; text-decoration: none; }
.beta { width: 60px; height: 25px; margin: -35px 0 0 400px; font-size: 16px; font-weight:300; color: #0000FF;}

.entryfields{width:500px; padding:0; margin:15px 0 0 20px;}
.entryfields ul{list-style: none; color:#333333; font-size: 14px; line-height: 1.2em;}
.entryfields .twitter input{ background-color: #ffffff; margin:5px;}
.entryfields .friendfeed input{ background-color: #ffffff; margin:5px;}
.entryfields .facebook input{ background-color: #ffffff; margin:5px; }
.entryfields .blog input{ background-color: #ffffff; margin:5px; }
.tinytext{font-size: 12px; color:#333333; font-style:italic; text-align: center;}
.tellme input{ background-color: #ffffff; }
.percentage {color:#333333; font-size: 12px; padding: 5px;}
.righttext{ text-align: right; padding-right: 10px; font-style:italic; color: #666666;}
.longtexts{ height: 300px; overflow: scroll; margin: 30px 10px 20px 20px; padding: 10px; font-size: 1em; color:#000000; text-align: justify;}
iframe { /*to avoid borders*/
	border: 0px solid #dadbd6;
	background-image: url(../images/iframe_bg.jpg);
}

/*Right sidebar starts here*/
#sidebar{
	width: 257px;
	height:515px;
	float: right;
	background-image: url(../images/world_bg.png);
	}
#navigation{
	widows:99%;
	height: auto;
	}	
#navigation ul { padding-left: 130px; margin: 20px 0; list-style: none; font-size: 1.0em; color: #fff; }
#navigation li { line-height: 18px; padding: 0 0 0 20px; background: url(images/bullet.gif) no-repeat 0 .1em; } 
#navigation a:link, a:visited {color:#FFFFFF; text-decoration: none;}
#navigation a:hover { font-weight: bold;}  
.indexing{ padding: 20px; margin: 0; font-size: 1.1em; color: #FFFFFF;}
.getyourrank{width: auto; height: 30px; color: #FFFFFF; font-size: 1.2em; margin: 80px 0 0 0; padding-left: 10px;}
.email{width: auto; height: auto; margin: 0; font-size: 1em; padding-left: 10px; text-align: left; }

/*Footer*/
#footer{
	clear: both;
	width: auto;
	height: 45px;
	padding: 10px 0 0 0;
	text-align: center;
	color:#000000;
	}	