/*  
Theme Name: OMG Clean
Theme URI: http://www.dorawrites.com/omg
Author: Dora Kishinevsky
*/


/****************************************************************************************************/
/****************************************** General *************************************************/

body {
	margin: 0 auto 0 auto;
	padding: 0;
	font-size: 75%;
	font-family: arial, sans-serif;
	background: #eee url('http://www.dorawrites.com/omg/wp-content/themes/omg_clean/images/bgcolor.jpg');
	color: #222;
	text-align: center;
	direction: rtl;
	unicode-bidi: embed;
	}

body, html {
	overflow-x: hidden;
	}

#content, p, #content p
	{	
	text-align: justify;
	direction: rtl;
	unicode-bidi: embed;
	font-size: 1.1em;
	line-height: 140%;
	}

#content
	{
	position:relative; top:-120px;
	margin: 0px auto; 
	width: 650px;
	padding: 0px;
	}

.post
	{
	text-align: justify;
	padding-top: 0px;
	padding-bottom: 15px;
	border-bottom: 2px #DC4F00 solid;
	margin-bottom: 20px;
	}

.postmetadata
	{
	clear: right;
	}

.postimage /* sets the appearance of the main image in a blog post */
	{
	padding: 4px;
	border: 2px solid #E7CFB4;
	}

blockquote {
	margin: 15px 30px 0 0;
	padding: 0px 10px 0 0;
	border-right: 2px solid #E7CFB4;
	color: #222;
	}

table
	{
	width: 100%;
	align: center;
	border: 0;
	background: #eee url('http://www.dorawrites.com/omg/wp-content/themes/omg_clean/images/bgcolor.jpg');
	}

td, th 
	{
	padding: 6px 12px;
	font-size: 1.1em;
	text-align: right;
	vertical-align: top;
	}

th { background: #e0d0c0; }
td { background: #eeddd0; }

/****************************************************************************************************/
/********************************************* Infobar **********************************************/

#infobar
	{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 13px;
	width: 200px;
	border: 1px #DCBB99 dashed;
	background: #eee url('http://www.dorawrites.com/omg/wp-content/themes/omg_clean/images/bgcolor.jpg');
	}

#infobar, #infobar p, #infobar a
	{
	font-size: 0.9em;
	line-height: 120%;
	}

#infobar p
	{
	margin: 3px 0;
	}

#infobar h3
	{
	font-size: 1.1em;
	margin: 0 0 5px 0;
	padding: 0;
	}

/****************************************************************************************************/
/*********************************************** Footer *********************************************/

#footer
	{
	width: 100%;
	height:25px;
	background-color: #DC4E00;
	color:#fff;
	text-align: center;
	padding: auto;
	margin: 0 auto;
	margin-top: -60px;
	}

#footer p
	{
	text-align: center;
	margin: 0 auto;
	padding-top: 3px;
	font-weight: bold;
	}

#footer a, #footer a:hover
	{
	font-weight: bold;
	color: #fff;
	border-bottom: 1px #fff dashed;
	}


/****************************************************************************************************/
/******************************************** Fonts *************************************************/

small {
	font-family: sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h2, h3 {
	font-family: sans-serif;
	font-weight: bold;
	color: #5E4F3F;
	margin: 0 0 10px 0;
	}

h2
	{
	font-size: 1.5em;
	}

h2.pagetitle
	{
	font-size: 1.1em;
	margin: 0; margin-bottom:20px;
	}

h3 {
	font-size: 1em;
	}

.postmetadata
	{
	font-size: 0.9em;
	line-height: 1.6em;
	text-align: right;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited
	{
	text-decoration: none;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

.entry p a:visited {
	color: #b85b5a;
	}

small, .nocomments, .postmetadata, strike {
	color: #777;
	}

a 
	{
	color: #DC4E00;
	text-decoration: none;
	}

a:hover, h2 a:hover, h3 a:hover {
	color: #DC4E00;
	border-bottom: 1px dashed #DC4E00;
	}


/********************************************************************************************************/
/********************************************* Form Elements ********************************************/

#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#leftbar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#leftbar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

button.commentbutton, #commentform input {
	padding: 0px;
	margin: 2px;
	height: 22px; 
	font-size:8pt; 
	font-family: arial, helvetica;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	}

/********************************************************************************************************/
/************************************************ Comments **********************************************/

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}