/*
Theme Name: Google Gmail
Theme URI:	http://mywordpressdesign.com/gmail/
Description: A professional Gmail like WordPress theme with AJAX features.
Version: 1.0
Author: Ahmad Fouad
Author URI: http://mywordpressdesign.com
*/

/* Imports */
@import url("css/header.css");
@import url("css/sidebar.css");
@import url("css/browser.css");
@import url("css/footer.css");
@import url("css/single.css");
@import url("css/comments.css");

/* Reset */
* {
	font-family: "Courier new", serif;
	font-size: 12px;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	vertical-align: top;
	white-space: normal;
	font-variant:normal;
	font-style:normal;
	font-size-adjust:none;
}

html, body {line-height: 1; margin:40px 0 0 0; padding:0px;}
hr {display: none}
blockquote:before, blockquote:after, q:before, q:after {content: ''}
blockquote, q {quotes: "" ""}
ul {list-style-type: none}
ul {margin: 0 0 0 0}
ol {list-style-type: decimal}
ol {margin: 0 0 0 0}
.clear {clear: both}
a {color: #000000; text-decoration:none;}
a:hover {color: #000000; text-decoration:none; font-weight:bold; }
a:visited {color: #000000; text-decoration:none;}

/* Page Layout */
body {
	margin:0; padding:0; left:0; margin-top:0;padding-top:0;
}

#action {
	width: 100%;
	height: 100%;
	position: relative;
}

#action_box {
	display: none;
	position: absolute;
	left: 40%;
	top: 100px;
	padding: 7px;
	background: #fff5c4;
}

#msg {
	font-size: 0.75em;
	font-weight: bold;
	color: #333;
}

#layout {
	width: 900px;
	margin:0;
	padding:0;
	text-align: left;
	font-size: 0.75em;
	color: #000000;
	position:relative;
	vertical-align:top;
}

#sidebar {
	float: left;
	width: 220px;
	font-size: 1.1em;
	margin-right:10px;
	margin-top:50px;
}

#browser {
	float: left;
	width: 670px;
	font-size: 1.1em;
	margin: 0px;
}

#footer {
	border-top: 1px solid #eee;
	padding: 10px 0 0 0;
	margin: 20px 0 40px 0;
	font-size: 1.1em;
	text-align: center;
	color: #aaa;
}

.input_text {
	border: 1px solid #000000;
}

.input_list {
	border: 1px solid #000000; 
}

.input_button {
border: 1px solid;
border-color: #666 #333 #333 #666;
padding: 3px 3px 3px 3px;
}