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

body {
	margin: 0;
	padding: 0;
	background: #f7ebd2 url(images/bodybg.jpg) top center repeat-y;
	direction: rtl;
	font-size: 14px;
	font-family: arial, 'arial hebrew', sans-serif;
}


blockquote  
{display:block;
background: #0B4D99;
text-align:center;
padding-bottom:15px;
color: #fff;
}

blockquote a:link, a:visited
{color:#fff;}

#topwrap {
	background:  url(images/top_bg.jpg) top left repeat-x;
}

#top {
	background: url(images/top.jpg) top left no-repeat;
	width: 804px;
	height: 124px;
	margin: 0 auto;
	position: relative;
}

#homelink {
	display: block;
	height: 100px;
	width: 250px;
	position: absolute;
	left: 10px;
	top: 15px;
}

#topform {
	display: block;
	position: absolute;
	right: 14px;
	top: 63px;
}

#topinupt {
	height: 24px;
	width: 284px;
	border: none;
	background: url(images/search_input.jpg) top left no-repeat;
	color: #999;
	font-size: 1em;
	line-height: 1.4em;
	font-family: arial, 'arial hebrew', sans-serif;
}

#topsubmit {
	position: absolute;
	top: 1px;
	right: 294px;
	height: 24px;
	width: 30px;
	background: url(images/search_button.jpg) top left no-repeat;
	border: none;
	padding: 0;
}


#topnav {
	position: absolute;
	top: 101px;
	right: 10px;
	color: #5f8cbf;
}

#topnav a {
	color: #f7cb69;
}

#topnav a:hover {
	text-decoration: none;
}	


#top_title {
	height: 103px;
	background: #fff url(images/top_title.jpg) top center no-repeat;
	padding-top: 1px;
}

#top_title a {
	display: block;
	height: 50px;
	width: 804px;
	margin: 25px auto 0 auto;
}

#mainwrap {
	width: 804px;
	margin: 0 auto;	
}

#sidebar {
	width: 196px;
	background: url(images/sidebar_bg.jpg) top left repeat-y;	
	font-size: 0.9em;
	color: #393e45;
	float: right;
}

#sidebar .box {
	margin: 0 20px 20px 10px;
}

#sidebarforminput {
	height: 21px;
	width: 115px;
	background: #fff;
	border: 1px solid #999;
	float: right;
}

#sidebarformsubmit {
	background: url(images/blogsearch_button.jpg)	top left no-repeat;
	height: 25px;
	width: 40px;
	border: none;
	margin: 0 5px 0 0;
	float: right;
}

.searchclear {
	clear: right;
}

#sidebar .nav, #sidebar .nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}


#sidebar .nav a{
	color: #000;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
}

#sidebar .nav a:hover {
	text-decoration: none;
}

#sidebar .tip {
	padding: 15px 0;
	border-top: 1px #cac4b5 solid;
	border-bottom: 1px #cac4b5 solid;

}


#sidebar h3, #sidebar h2 {
	height: 24px;
	background: url(images/sidebar_title.jpg) top right no-repeat;
	font-size: 1.1em;
	color: #fff;
	padding: 0 20px 0 0;
}


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

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

#sidebar .list li{
	margin: 3px 0;
	padding: 0;
	list-style: none;
}

#sidebar a {
	color: #393e45;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}	


#main {
	width: 580px;
	float: left;
}

.post {
	margin: 0 0 40px 0;
}

a {
	color: #c9993a;
}

a:hover {
	text-decoration: none;
}

.post h1, .post h1 a {
	font-size: 1.3em;
	color: #054692;
	text-decoration: none;
	margin: 15px 0 0 0;
	padding: 0;
}


/* .post h2, .post h2 a {
	font-size: 1.3em;
	color: #054692;
	text-decoration: none;
	margin: 15px 0 0 0;
	padding: 0;
}*/

.post h1 a:hover {
	text-decoration: underline;
}

/*
.post h2 a:hover {
	text-decoration: underline;
}
*/

.post .postmeta, .post .postmeta a {
	color: #c9993a;
	font-weight: bold;
	text-decoration: none;
}

.post .postmeta a:hover {
	text-decoration: underline;
}


#comments, #comments li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#comments li {
	margin-bottom: 15px;
}

#comments .text {
	background: url(images/comment_top.jpg) right top no-repeat;
	font-size: 0.9em;
	color: #fff;
	padding: 10px 15px 0 30px;
}

#comments .text p {
	margin: 0;
	padding: 0;
}

#comments .meta {
	padding: 25px 105px 0 0;
	background:  url(images/comment_bottom.jpg) right top no-repeat;
}

#comments .meta a {
	color: #000;
	font-weight: bold;
}

#commentform textarea {
	width: 243px;
	height: 162px;
	background: url(images/comment_notebook.jpg) top right no-repeat;
	border: none;
	padding: 9px 35px 0 30px;
	font-family: arial, 'arial hebrew', sans-serif;
	color: #8d8c8d;
	font-size: 1.2em;
	float: right;
}

#comment_inputs {
	float: left;
	width: 250px;
}

#comment_inputs label {
	float: right;
	line-height: 38px;
}

#comment_inputs label small {
	color: #666;
	size: 0.8em;
}

#comment_inputs p {
	clear: both;
}

#commentform .comment_input {
	float: left;
	height: 38px;
	width: 177px;
	background: url(images/comment_input.jpg) top right no-repeat;
	border: none;
	padding: 0 5px;
	font-family: arial, 'arial hebrew', sans-serif;
	color: #8d8c8d;
	font-size: 1.2em;
}

#comment_inputs p.submit {
	padding-top: 15px;
	text-align: center;
}

#submit {
	width: 84px;
	height: 27px;
	background: url(images/comment_submit.jpg) top left no-repeat;
	border: none;
}
#footer {
	height: 50px;
	background: #0c4d99 url(images/footer.jpg) top center no-repeat;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-weight: bold;
font-size:0.8em;
	clear: both;
}


#footer .repeat {
        font-size:9px;
	text-align: center;
	color: #fff;
	clear: both;
line-height:9px;
color: #FDF5E3;
background: #0c4d99;
}


#footer .repeat a:link, a:hover, a:visited {
       
color: #A8A8A7;
}

form p {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}


.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.navigation {
	height: 2em;
}

a img { border: none; )

