/*
Theme Name: החלוצה הראשונה
Theme URI: http://blog.magicera.com/
Description: תבנית ישראלית כשרה למהדרין. עוצבה והותאמה למערכת וורדפרס ע"י A.M.F
Author: A.M.F
Author URI: http://blog.magicera.com/

*/

body {
	background-color: #cce6f3;
	font: 12px arial;
	margin: 0px;
}

#bg {
	background-image: url("images/bg.gif");
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 383px;
	background-repeat: repeat-x;
}

#main {
	margin-top: 15px;
	width: 80%;
}

#search {
	width: 193px;
	height: 21px;
	border: 1px #c7c7c7 solid;
	color: #868686;
}

#searchBTN {
	width: 49px;
	height: 21px;
	border: 1px #565253 solid;
	background-color: #868686;
	color: white;
	font: bold 12 arial;
}
									  
.greenTbl {
	background-color: #99c318; 
	color: white;
	font: 12px arial;
	padding: 2px 4px 2px 4px;
}
.grayTbl {
	background-color: #f5f5f5; 
	color: #2f2f2f;
	font: 14px arial;
	padding: 2px 4px 2px 4px;
}

.greenTbl a {
	color: white;
	text-decoration: none;
}
.greenTbl a:hover {
	text-decoration: underline;
}


#nav {
	float:right;
	position:relative;
	right:15px;
}
#nav a {
	display:block;
	width:95px;
	line-height:35px;
	background:url("images/tab.gif") no-repeat;
	margin-left:2px;
	float:left;
	text-align:center;
	text-decoration:none;
	color:#666666;
}
#nav a:hover {
	text-decoration:underline;
}
#nav ul {
	margin:0;
	padding:0;
}
#nav li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
