
.hide				{ display: none; }
.invisible		{ visibility: hidden; }

.left				{ float: left; }
.right			{ float: right; }

.clear			{ clear: both; }

.clear_null		{ clear: both; display: block; height: 1px; font-size: 1px; line-height: 1px; overflow: hidden; }

/*Float containers fix*/ 
.clearfix{display: inline-block;}
.clearfix:after {
content: "."; display: block; height:0; clear:both; visibility:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}/* End hide from IE-mac */ 



/* Body
---------------------------------------------------- */

* {
	font-size: 100.1%;
}

html{ font-size:100%; } /* Required for  IE */

body	{ 
	color: #000; 
	background-color: #fff;
	font-family: Verdana, Helvetica, Geneva, Lucida, sans-serif;
	font-size: 0.625em;
}


/* Links
---------------------------------------------------- */

a:link					{ color : #199bdc; }
a:visited				{ color : #199bdc; } 
a:hover					{ color : #da251d; } 
a:active					{ color : #da251d; }

a:link					{ text-decoration: underline; }
a:visited				{ text-decoration: underline; }
a:hover					{ text-decoration: none; } 
a:active					{ text-decoration: none; }



/* Box 
---------------------------------------------------- */

.wrapper {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 740px;
	position: relative;
}

.container {
	width: 100%;
	text-align: center;
	clear: both;
}

.columns { width: 740px; float: left; }

.wide_column { width: 440px; float: left; }
.narrow_column { width: 260px; float: right; }

/* Common styles
---------------------------------------------------- */

h1 {
/* used for page header */
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
}

h3{
	font-size: 1.4em;
	font-weight: bold;
}

p {
	font-size: 1.2em;
	margin-bottom: 1em;
	line-height: 1.5em;
}



/* Blocks styles
---------------------------------------------------- */

/* ======== */
/* header */

#header .wrapper {
	padding-top: 25px;
}

td#headline {
	border-right: 1px solid #d1d1d1;
	padding: 10px 25px 10px 0;
	width: 305px;

	vertical-align: middle;
	text-align: left;
}

td#opinion {
	padding: 10px 0 10px 25px;
	width: 445px;
	vertical-align: middle;
	text-align: left;
}

#logo {
	float: left;
	position: relative;
	left: -10px;
}


h1 {
	font-size: 3em;
	padding-top: 15px;
	float: right;
	font-weight: normal;
	line-height: normal;
	text-align: center;
	width:200px;
}

h1 span {
	font-size: 0.49em;	
	display: block;
	text-align:center;
	padding-top:2px;
}


#opinion p {
	margin-bottom: 0;
	font-style: italic;
}


#q_opinion {
	margin-bottom: 0.2em;
	text-align: right;
	cursor:pointer;
}

#q_author {
	text-align: right;
	font-weight: bold;
	cursor:pointer;
}


/* ============= */
/* main content */

#content {
	margin-bottom: 1em;
}

#content .columns {
	padding: 3em 0 0 0;
}

#footer .columns {
	padding: 1em 0 0 0;
	border-top: 2px solid #d1d1d1;
}


/* article */

.wellcome {
	margin-bottom: 1.5em;
}

.wellcome h2 {
	color:#333333;
	margin-bottom: 0.8em;
	clear: both;
	padding-bottom: 0.8em;
	text-align: left;
	border-bottom: 1px solid #d1d1d1;	
}

.wellcome .go {
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 1.0em;
}

/* hero */

.hero {
	margin-bottom: 1.5em;
	background-color: #f8f8f8;
	padding: 1.5em 20px; 
	border: 1px solid #d1d1d1;	
}

.hero h2 {
	color:#333333;	
	margin: 0 0 1em 0;
	clear: both;	
}


/* login_form */

#login {
	margin-bottom: 1.5em;
	background-color: #f8f8f8;
	padding: 1em 20px 0.5em 20px;	
	border: 1px solid #d1d1d1;
}

#login h2 {
	font-size: 1.4em;
	color:#333333;
	border-bottom: 1px solid #d1d1d1;	
	text-align: center;	
	padding-bottom: 0.5em;
	margin-bottom: 0.8em;
}

.error {
	margin-top: 0.8em;	
	text-align: center;
	color: #da251d;
	clear:both;
}

.success{ color: green;text-align: center;margin-top: 0.8em;}

#change_pwd_block, #login_problem_block {
	margin-top: 2em;
}

#login label {
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	color: #666;
	margin-bottom: 0.4em;
}

#login input {
	font-size: 1.2em;
	font-family: Verdana, Helvetica, Geneva, Lucida, sans-serif;
}

#login .textfield {
	font:17px arial,sans-serif;	
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px; 
	border-radius: 5px 5px 5px 5px; 
	border: 1px solid #DDDDDD;
	padding: 5px;		
	width: 210px;
	margin-bottom: 0.5em;
}


#pwd_reset_submit_wrap {text-align:center;}


#login .input_btn {
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	margin: 0 auto 0.8em auto;
	clear: both;
}

#login .textfield:focus {border-color:#AAAAAA;}


#password_login_set {
	position: relative;	
	width: 210px;
}

#recover_password {
	position: absolute;
	right: 0;
	top: 0; 
	line-height: normal;
}

* html #password_login_set { width: 205px; }




#save_login_set {
	position: relative;
	float: left;
	width: 220px;
	margin-bottom: 0.8em;
}

#capt {float:left; margin-bottom:2em;}

#save_login {
	float: left;
	margin-right: 5px;
}

#save_login_label {
	margin-top: 3px;
}

.additional {
	text-align: center;
	font-size: 1.1em;
}


/* example */

.example {
	margin-bottom: 2.5em;
	text-align: center;
}

.appstore {
	margin-bottom: 2.5em;
	text-align: center;
}

.store_icon {display:inline-block;text-align:center;padding:1px;}
.store_icon img {width: 30px;height: 30px;margin-bottom:0.5em;}
.store_icon div {font-size: 10px;font-family: Helvetica, Geneva, Lucida, sans-serif;}


.plinks {clear:both; margin-bottom:1.2em;margin-left:2em;font-size: 1.2em;}

.plinks td {text-align: center;padding-bottom:0.3em;padding-top:0.3em;}

.example h2 {
	color:#333333;	
	font-size: 1.4em;
	clear: both;
	/*padding: 0.5em 0 0.6em 0;*/
	text-align: center;
	/*border-bottom: 1px solid #d1d1d1;	*/
}

.example img { margin-top: 1.5em; }

.example a img { border: 1px solid #d1d1d1; }
.example a:link img					{ border-color : #199bdc; }
.example a:visited img				{ border-color : #7b98a6; } 
.example a:hover img					{ border-color : #da251d; } 
.example a:active img				{ border-color : #da251d; }


/* blog */

.blog {
	padding-left:2.5em;
	margin-bottom: 1.2em;
	position: relative;
	float: left;
	width:100%;
}

.blog h2 {
	width: 200px;
	margin-bottom: 0.8em;
	clear: both;
	line-height: 1.2em;
	text-align: center;
}

.blog .rss {
	width: 16px;
	position: absolute;
	left: 204px;
	top: 0; 
}

.blog p {
	margin-bottom: 0.4em;
	line-height: 1.2em;
	float: left;
	width:100%;
}

.blog p span {
	font-size: 0.75em;
	padding-top: 0.1em;
	color: #858585;
	display: block;
	width: 45px;
	float: left;
}

.blog p a {
	display: block;
	width: 215px;
	float: right;
}


#footer {
	padding-bottom: 4em;
}

#footer .narrow_column {
	text-align: center;
	padding-top: 1em;
}

.recaptcha_only_if_image {
	padding-bottom:0.4em;
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
}

#recaptcha_image img{
height:46px;
width:220px;
margin: 0px;
padding: 0px;
}

#recaptcha_container {
margin: 0px;
padding: 0px;
width: 220px;
}

.rc_widget {
width: 160px;
padding-left:32px;
}

.rc_widget input {
	font-size: 1.2em;
	font-family: Verdana, Helvetica, Geneva, Lucida, sans-serif;
	padding-top: 1em;
}

.div_link {text-decoration: underline;color:#199BDC;}
.div_link:hover {text-decoration:none; cursor:pointer;}
#pre_reg_toggle {text-align:center;}
#password_change_status {text-align:center;line-height:1.5em;font-size:106%;}

.fbl_button_style {
	background: #29447E url(/images/f_logo21.png);
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
	padding: 0 0 0 1px;
	text-decoration: none;
	outline: none;	
	font-size: 11px;
	line-height: 14px;	
	margin-right:0.5em;
}

#fbl_button_text {
	background: #5F78AB url(/images/fb_icon.png);
	border-top: solid 1px #879AC0;
	border-bottom: solid 1px #1A356E;
	color: white;
	display: block;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-weight: bold;
	padding: 2px 6px 3px 6px;
	margin: 1px 1px 0 21px;
	text-shadow: none;	
}

#fb_button {text-align:center;}
.fb_logout {margin-top:5px;}

#fb_register{
	margin-left:108px;
}

#n_register {
	margin-left:147px;
}

.register_button a{
   	color:#ffffff;
	font-family:arial; 
	text-decoration:none;
	text-shadow:1px 1px 1px #1570cd;	
	font-size:16px;
	font-weight:bold;	
}

.register_button a:hover {
	background-color:#1e62d0;
}


.register_button {
	-moz-box-shadow:inset 0px 1px 12px -50px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 12px -50px #97c4fe;
	box-shadow:inset 0px 1px 12px -50px #97c4fe;
	background-color:#217EE6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	padding:5px 15px;
	text-decoration:none;
	text-shadow:1px 1px 1px #1570cd;
}.register_button:hover {
	background-color:#1e62d0;
	cursor:pointer;	
}.register_button:active {
	position:relative;
	top:1px;
}

.appstore a {padding:4px}
.video {margin-bottom:2.5em;text-align:center;}
.m_switch {text-align:center;}
