/*
Theme Name: Plainscape
Theme URI: http://srinig.com/wordpress/themes/plainscape/
Description: A plain and simple theme that just works. Fixed width, two columns, left sidebar, standards compliant.
Version: 1.0.3
Author: Srini G
Author URI: http://srinig.com/wordpress/
Tags: fixed-width, two-columns, right-sidebar, blue, white, light, threaded-comments

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	font-size: 90%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Sans-Serif;
	color:#333;
	line-height: 140%;
	padding: 0;
	margin: 0;
}

.inner
{
	width: 930px;	
	margin: 0 auto 0 auto;
}

a,
a:visited
{
	text-decoration: none;
	color: #69C;
}

img
{
	border: 0;
}

a:hover
{
	text-decoration: underline;
	color: #F90;
}

.clear {
	clear: both;
}

/********************************************************************/
/* Header ***********************************************************/
/********************************************************************/

#header {
	background: #333;
}

#header #bottom {
	background: #92c7ec;
	border-bottom: 2px solid #639ace;
	background: url('ver2homepage/main_bg.png') center center no-repeat;
	background-color: #71a9ce;
	background-size: 100%;
	-moz-background-size: 100%;
	height: 16px;
}


#headerimage
{
	padding: 10px 0 10px 0;
	margin: 2px 0 3px 0;
}

#facebookLike
{
	float: right;
	margin-top: 9px;
	margin-right: 10px;
}

#hmenu
{
	float: right;
	margin-top: 10px;
}

#hmenu h3
{
	display: none;
}

#hmenu ul {
	display:inline;
	margin:0;
	padding:0;
}

	
#hmenu ul li {
	padding:0;
	display:inline;
	margin:0 0 0 12px;
	font-size:1.2em;
	font-weight:bold;
}	

#hmenu ul li a
{
	color: white;
	font-weight: normal;
	text-decoration: none;
}

/********************************************************************/
/* Content **********************************************************/
/********************************************************************/

#content
{
	padding: 25px 0 20px 0;
}

.post
{
	margin: 0;
	padding: 0;
	width: 600px;
	min-height: 400px;
}

h1,h2,h3
{
	margin: 0;
	line-height: 120%;
}

/********************************************************************/
/* Sidebar **********************************************************/
/********************************************************************/

#sidebar
{
	width: 200px;
}

.sidebar_widget, /* should be removed once the functions.php is fixed */
#sidebar .widget
{
	margin-bottom: 2em;
}

#sidebar ul
{
	padding: 0;
	margin: 0;
}

#sidebar li
{
	list-style: none;
	padding: 0;
}

#sidebar li div
{
	display: inline;
}

#sidebar li:before
{
	content: '\00BB  '; 
}

div#sidebar h2, /* should be removed once the functions.php is fixed */
div#sidebar h3 
{
	margin: 0 0 10px 0;
	border-bottom: 1px solid #eee;
	font-size: 130%;
	font-weight: normal;
	padding-bottom: 3px;
	border-bottom: 1px solid #d5e4f5;
}

/********************************************************************/
/* Installation *****************************************************/
/********************************************************************/

.overlay_shade,
.downloadGuideBg 
{
	background-color: #000;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: .70;
	position: fixed;
	z-index: 9998;
	display: none;
}
		
.downloadGuide
{
	background: url(images/arrow.png) no-repeat 90% 10px;
	background-color: white;
	display: none;
	padding: 0 20px 10px 0;
	position: fixed;
	right: 10px;
	top: 10px;
	width: 200px;
	height: 110px;
	z-index: 9999;
	border: 1px solid gray;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: black;
	line-height: 200%;
	font-size: 12px;
}

.downloadGuide#chrome
{
	top: auto;
	bottom: 10px;
	right: auto;
	left: 110px;
	background: url(images/arrow_down.png?112) no-repeat 90% 90%;
	background-color: white;
	width: 280px;
	height: 80px;
}

#popupDlg
{
	position: fixed;
	left: 50%;
	top: 50%;
	padding: 10px; 
	z-index: 9999;
	border: 4px solid #aaa; 
	background: white;
}

#popupDlg .button
{
	float: right;
}

#popupDlg #buttons
{
	border-top: 1px solid #ccc;
	padding-top: 7px;
	text-align: right;
}

/********************************************************************/
/* User login/register **********************************************/
/********************************************************************/

form#premium
{
	font-size: 115%;
	line-height: 125%;
	padding: 0.5em;
}

form#premium #intro
{
	margin-bottom: 1em;
}

form.user
{
	margin: 0;
	font-size: 120%;
	width: 18em;
	color: #666;
	border: 1px solid #eee;
	background: #f5f5f5;
	padding: 0.7em;
	padding-right: 1.5em;
	border-radius: 3px;
	-moz-border-radius: 3px;
}

form.user table
{
	line-height: 200%;
}

form.user td
{
	padding: 0;
}

form.user tr:hover td
{
}

form.user input
{
	font-size: 120%;
	margin: 0 0.5em 0.5em 0.5em;
}

form.user input[type=text],
form.user input[type=password]
{
	width: 100%;
}

form.user input[type=submit]
{
	margin-top: 1em;	
}

form.user #error 
{
	background: #ffe;
	border: 1px solid brown;
	padding: 0.5em;
	margin-bottom: 0.5em;
	display: none;
	color: brown;
	border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 90%;
	margin-bottom: 1.5em;
}

form.user#login
{
	font-size: 90%;
	margin-left: 3em;
	margin-right: 3em;
	background: #fafafa;
	border-left: 3px solid #eee;
	width: 18em;
	
}

form.user#register h2
{
	margin-bottom: 1em;
	font-size: 105%;
}

form.user#login h2
{
	margin-bottom: 1em;
	font-size: 110%;
}

form.user #note
{
	font-size: 80%;
	line-height: 130%;
	padding-left: 0.8em;
}

/********************************************************************/
/* Footer ***********************************************************/
/********************************************************************/

#footer
{
	border: 1px solid black;
	margin: 0;
	background: black;
	color: white;
	font-size: 80%;
	padding: 15px 0 15px 0;
}

#footer h2
{
	font-size: 120%;
	color: white;
	font-weight: normal;
	margin: 0 0 5px 0;
}

#footer h3
{
	font-size: 110%;
	color: white;
	font-weight: normal;
	margin: 0 0 5px 0;
	width: 11em;
	border-bottom: 1px solid #333;
}

#footer ul.links
{
	margin: 0;
	padding: 0;
}

#footer ul.links li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer a
{
	color: #aaa;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

.ui-dialog
{
	font-size: 90%;
}

/* Footer Menu */

#footer td.footermenu ul
{
	display:inline;
	list-style-type: none;
	text-align: left;
	margin:0;
	padding:0;}

#footer #footermenuright
{
	font-size: 130%;
	color: #bbb;
}
