/*  
Theme Name: PWC
Theme URI: 
Description: A Custom WordPress Theme
Version: 1.0
Author: W3Lift
Author URI: http://www.w3lift.com/
*/

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	direction: rtl;
	font-family: arial, 'arial hebrew', sans-serif;
	font-size: 14px;
}


#wrapper {
	width: 744px;
	margin: 0 auto;
}


#header {
	background: url('images/logo.jpg') top left no-repeat;
	height: 235px;
	margin: 0 0 20px 0;
}

#main {
	width: 515px;
	float: right;
}

#main h2 {
	font-size: 1.2em;
	padding: 5px 0 0 0;
	margin: 0;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 5px;
	background: url('images/sep.jpg') bottom center no-repeat;
	padding-right: 10px;
}

.post .author_img {
	float: right;
	margin-left: 5px;
}

.post .postmeta {
	color: #707014;
	font-weight: bold;
	font-size: 0.9em;
}

.post .postmeta .author, .post .postmeta .author a{
	font-weight: normal;
	color: #666;
}

/* sidebar */
#sidebar {
	width: 199px;
	float: left;
	color: #afcc0d;
}

#sidebar .top {
	display: block;
	margin: 0 0 5px 0;
	padding: 8px 8px 0 8px;
	overflow: hidden;
	background: url('images/sidebar_title_top.jpg') top left no-repeat;
	color: #707014;
	font-size: 16px;
	font-weight: bold;
}

#sidebar .bottom {
	display: block;
	margin:  0 -8px;
	padding: 0;
	overflow: hidden;
	background: url('images/sidebar_title_bottom.jpg') bottom left no-repeat;
	height: 2px;
}

#sidebar .photo {
	margin: -2px -5px -3px 3px;
	border: 0;
}

#sidebar .photobottom {
	height: 8px;
}

#sidebar a.top, #idebar .top a {
	text-decoration: none;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0 10px 0 0;
	padding: 0 13px 0 0;
	line-height: 1.4em;
	background: url('images/bullet.jpg') right center no-repeat;
}

#sidebar form {
	margin: 0;
	padding: 0;
}

#sidebar form .text {
	width: 120px;
}

/* general */

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

a:hover {
	text-decoration: underline;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.navigation {
	margin-bottom: 20px;
}

.postmetadata {
	font-size: 0.8em;
	color: #707014;
}


.postmetadata a {
	text-decoration: underline;
}

.postmetadata a:hover {
	text-decoration: none;
}

.commentlist  li {
	border: 1px #c3d94a solid;
	margin-bottom: 10px;
	padding: 3px;
}

.clear {
	clear: both;
}

/* author page */


.author {
	padding: 0 0 5px 0;
	margin: 0 5px 5px 0;
	background: url('images/sep.jpg') bottom center no-repeat;
	font-size: 12px;
}

.author_alt {
	padding: 0 0 0 0;
	margin: 0 5px 5px 0;
	background-color: #f1f1f1;
	font-size: 12px;
}


.alt {
	background-color: #f1f1f1;
}

.author .author_img {
	float: right;
	margin-left: 8px;
	
}

.author_alt .author_img {
	float: right;
	margin-left: 8px;
	
}

.author h3 {
	font-weight: normal;
	font-size: 1.1em;
	color: #5c6000;
	margin: 0;
	padding: 0;
}

.author_alt h3 {
	font-weight: normal;
	font-size: 1.1em;
	color: #5c6000;
	margin: 0;
	padding: 0;
}


.author h3 a {
	font-size: 1.2em;
	font-weight: bold;
	color: #5c6000;
}

.author_alt h3 a {
	font-size: 1.2em;
	font-weight: bold;
	color: #5c6000;
}


.author .mail a {
	color: #91c900;
	font-size: 0.9em;
}

.author_alt .mail a {
	color: #91c900;
	font-size: 0.9em;
}
