/*

Theme Name: Newspaper

Author: Mevaser Tov

Author URI: http://bethaderech.com/

*/



* {

	margin: 0; padding: 0;

}

body {

	text-align: center;

	font: 12px Verdana;

	color: #333333;

	background: #ffffff url(images/header.gif) repeat-x 0 0;;

}

a {

	text-decoration: none;

	color: #004B97; /*texts*/

}

img {

	border: 0;

}



.break {

	font-size: 0;

	width: 0; height: 0;

	clear: both;

}

.alignleft {

	float: left;

	margin: 4px 10px 5px 0;

}

.alignright {

	float: right;

	margin: 4px 0 5px 10px;

}

.hidden {

	display: none;

}

.noimage img {

	display: none;

}



#wrapper {

	text-align: left;

	width: 980px;

	margin: auto auto;

}



/** BEGIN header **/

#header {

	

}

	#header ol {

		list-style-type: none;

		padding-bottom: 55px;

	}

		#header ol li {

			font-size: 0.9em;

			text-transform: uppercase;

			float: left;

			background: url(images/divider.gif) no-repeat 0 11px;

			padding: 10px;

		}

		#header ol li.f {

			background: none;

			padding-left: 0;

		}

	#header h1 {

		clear: both;

		font-size: 0;

	}

		#header h1 a {

			display: block;
			text-indent: -9999px;
			outline: none;
			background: url(images/logo.gif) no-repeat 0 0;
			width: 560px; height: 90px;
			float: left;

		}

	#header form {

		/* border: 1px solid #ccc; */

		height: 40px;

		float: right;

		width: 400px;

	}

		#header form p {

			float: left;

			/* border-right: 1px solid #cccccc; */

			height: 30px;

			font-size: 1.0em;

                        font-family:Arial;

			color: #000;

		}

		#header form .date {

			padding: 8px 5px 12px;

			height: 10px;

		}

		#header form input {

			margin: 7px;

			width: 120px;

			border: 1px solid #ccc;

			font-size: 1em;

			font-family: Verdana;

			font-size:12px;

			color: #000080;

			float: left;

		}

		#header form button {

			width: 16px; height: 16px;

			border: 0;

			background: url(images/search.jpg) no-repeat 0 0;

			margin: 7px;

			text-indent: -9999px;

			float: left;

		}

	#header ul {

		list-style-type: none;

		clear: both;

		border-bottom: 5px solid #1F2012;

		border-left: 1px solid #cccccc;

		border-right: 1px solid #cccccc;

		border-top: 1px solid #cccccc;

		height: 27px;

		margin: 10px 0 10px;

	}

		#header ul li {
			float: left;
			border-right: 1px solid #cccccc;
			font-size: 0.9em;
			/*text-transform: uppercase;*/
		}

		#header ul li a {

			color: #393939;

			display: block;

			padding: 6px;

		}

		#header ul li a:hover {

			background-color: #1F2012;

			color: #ffffff;

		}

/** END header **/



/** BEGIN content **/



#content-wide {

	clear: both;

	float: left;

	width: 100%;

	min-height:1000px;

	padding: 0 10px 10px 0;

}



#content {

	clear: both;

	float: left;

	border-right: 1px solid #CCCCCC;

	width: 620px;

	min-height:2500px;

	padding: 0 10px 10px 0;

}

	#content .latest {

		border-bottom: 5px solid #1F2012;

		padding: 0 15px 10px 0;

		margin-bottom: 10px;

	}

		#content .latest img {

			float: left;

			margin: 10px 10px 5px 0;

			/* width: 180px; */

		}

		#content .latest h2 {

			font-size: 1.3em;

			/*padding-right: 90px; */

			padding-bottom: 15px;

		}

		#content .latest p {

			font-size: 0.9em;

			margin-bottom: 12px;

			line-height: 1.4em;

		}

	#content .l {

		width: 290px;

		float: left; clear: left;

		padding: 0 10px 10px 1px;

		border-right: 1px solid #FFFFFF;

	}

		#content .l .post {

			font-size: 0.9em;

			border-bottom: 1px dotted #353535;

			padding-top: 10px;

       }

		#content .l .post h2 {

			font-size: 0.8em;

			color: #ffffff;

			text-transform: uppercase;

			background-color: #333;

			padding: 5px 5px;

			float: left;

		        width: 288px;

		}

		#content .l .post h2 a {

			color: #ffffff;

		}

		#content .l .post h3 {

			clear: both;

			font-size: 1.1em;

			width: 100%;

			padding: 10px 0;

		}

		#content .l .post img {

			float: left;

			margin: 0 10px 5px 0;

			width: 100px;

		}

		#content .l .post p {

			margin-bottom: 10px;

			line-height: 1.4em;

		}

	#content .r {

		width: 290px;

		float: right; clear: right;

		padding-left: 10px;

                padding-right: 1px;

		border-left: 1px solid #ffffff;

		margin-left: -1px;

	}

		#content .r .post {

			font-size: 0.9em;

			border-bottom: 1px dotted #353535;

			padding-top: 10px;

		}

		#content .r .post h2 {

			font-size: 0.8em;

			color: #ffffff;

			text-transform: uppercase;

			background-color: #333;

			padding: 5px 5px;

			float: left;

		        width: 288px;

		}

		#content .r .post h2 a {

			color: #ffffff;

		}

		#content .r .post h3 {

			clear: both;

			font-size: 1.1em;

			width: 100%;

			padding: 10px 0;

		}

		#content .r .post img {

			float: left;

			margin: 0 10px 5px 0;

			width: 100px;

		}

		#content .r .post p {

			margin-bottom: 10px;

			line-height: 1.4em;

		}

	#content .postnav {

		padding: 20px 0;

		clear: both;

	}

	#content .postnav ul {

		list-style-type: none;

		border: 0;

	}

		#content .postnav ul li {

			float: left;

			border: 1px solid #cccccc;

			margin: 2px;

			font-size: 0.9em;

		}

		#content .postnav ul li a {

			display: block;

			border: 0 !important;

			padding: 5px;

		}

		#content .postnav ul li a:hover {

			background-color: #007AAA;

			color: #ffffff;

		}

		#content li.page_info {

			padding: 5px !important;

		}





/** END content **/



/** BEGIN sidebar **/

#sidebar {

	float: right;

	width: 340px;

        clear:right;

        padding-bottom:100px;

}

	#sidebar div.head {

		background-color: #D6E4F2;

		border: 1px solid #000;

		padding: 10px 5px;

	}

		#sidebar div.head h2 {

			font-size: 0.9em;

			text-transform: uppercase;

			margin-bottom: 10px;

		}

		#sidebar div.head .rss {

			font-size: 0.9em;

			padding: 2px 0 2px 24px;

			background: url(images/rss.gif) no-repeat 0 0;

		}

	#sidebar form {

		border: none;

		border-top: 0;

		margin-bottom: 10px;

		/*background: url('http://www.beanstream.org/public/assets/images/buttons/subscribe.gif') no-repeat center;*/

		height: 50px;

	}

		#sidebar form input {

			margin: 5px 12px 3px 40px;

			width: 200px;

			float: left;

			border: 1px solid #ccc; 

		}

		#sidebar form button {

                 background: url('http://www.beanstream.org/public/assets/images/buttons/subscribe.gif') no-repeat center;			

                float: left;

			width: 48px; height: 25px;

			margin-top: 12px;

			text-indent: -9999px;

			border: 0;

		}

	#sidebar div.body {

		border: 1px solid #cccccc;

		padding: 10px;

		margin-bottom: 10px;

	}

		#sidebar div.body img {

			

		}

		#sidebar div.body a {

			color: #333333;

		}

		#sidebar div.body a:hover {

			color: #1F2012;

		}

	#sidebar ul.head {

		list-style-type: none;

		border: 1px solid #cccccc;

		border-width: 1px 1px 0 0;

		height: 30px;

	}

		#sidebar ul.head li {

			float: left;

			text-transform: uppercase;

			font-weight: bold;

			border-left: 1px solid #cccccc;

		}

		#sidebar ul.head li a {

			color: #343434;

			display: block;

			padding: 8px 10px;

		}

		#sidebar ul.head li a:hover {

			

		}

	#sidebar ul.body {

		clear: both;

		list-style-type: none;

		border: 1px solid #cccccc;

		padding: 10px;

		margin-bottom: 10px;

	}

		#sidebar ul.body li {

			font-size: 0.9em;

			border-bottom: 1px dotted #313131;

			padding: 6px 0;

		}

		#sidebar ul.body li a {

			color: #323232;

		}

		#sidebar ul.body li a:hover {

			font-weight: normal;

			color: #006490;

		}

	#sidebar .l {

		width: 165px;

		float: left;

	}

		#sidebar .l h2 {

			border-top: 4px solid #1F2012;

			font-size: 0.9em;

			text-transform: uppercase;

			padding: 5px 0;

		}

		#sidebar .l ul {

			list-style-type: none;

			margin-bottom: 20px;

		}

		#sidebar .l ul li {

			font-size: 0.9em;

			border-bottom: 1px dotted #353535;

			padding: 6px 0;

		}

		#sidebar .l ul li a {

			color: #363636;

		}

		#sidebar .l ul li a:hover {

			

		}

	#sidebar .r {

		width: 165px;

		float: right;

	}

		#sidebar .r h2 {

			border-top: 4px solid #1F2012;

			font-size: 0.9em;

			text-transform: uppercase;

			padding: 5px 0;

		}

		#sidebar .r ul {

			list-style-type: none;

			margin-bottom: 20px;

		}

		#sidebar .r ul li {

			font-size: 0.9em;

			border-bottom: 1px dotted #353535;

			padding: 6px 0;

		}

		#sidebar .r ul li a {

			color: #363636;

		}

		#sidebar .r ul li a:hover {

			

		}

/** END sidebar **/



/** BEGIN footer **/

#footer {

	clear: both;

	border-top: 5px solid #1F2012;

	font-size: 0.9em;

	padding: 10px 0 30px;

}

/** END footer **/



/** BEGIN miscellaneous **/

#content .single ul {

	margin: 0 0 10px 18px;

	list-style: hebrew!important;

	/* padding:5px 0;  */

}

#content .single ol {

	margin: 0 0 10px 20px;

	list-style: hebrew!important;



}

	#content .single li {

		line-height: 1.4em;

		font-size:0.9em;

	}



	#content .single h3 {

		margin-bottom: 5px;

		font-size: 1.4em;

		font-size: 1.5em;

		font-weight: normal;

	}

	#content .single blockquote {

		padding: 20px 20px 10px;

		margin: 10px 0;

		background-color: #f3f3f3;

		border-width: 1px 0;

		border-color: #dddddd;

		border-style: solid;

		color: #333333;

		line-height: 1.4em;

	}

	.single .details {

		padding: 20px 0;

	}

	.single .details p {

		margin-bottom: 5px !important;

	}



	}

#comments {

	padding: 0 10px 20px;

	font-size: 0.9em;

}

	#comments h2 {

		margin: 10px 0;

		font-size: 1.5em;

	}

	#comments p {

		margin-bottom: 10px;

		line-height: 1.5em;

	}

	#comments form {

		padding-top: 20px;

	}

	#comments form p {

		margin-bottom: 5px;

	}

	.commentauthor {

		margin-bottom: 5px !important;

		color: #9e9e9e;

		font-weight: bold;

	}

	.commentdate {

		font-size: 0.8em;

		margin-bottom: 5px;

		color: #909090;

	}

	.required {

		color: #ff0000;

	}

	#respond {

		padding-top: 20px;

	}

	.comment1 {

		border: 1px solid #cccccc;

		padding: 10px;

		margin-bottom: 10px;

	}

	.commentdetails {

		float: left;

	}

	.gravatar {

		float: right;

		margin:1em;

	}

	h2.title {

		padding: 10px 20px 1px 0px;

		font-size: 1.2em;

		font-weight: normal;

		/* text-transform: uppercase; */

		color: #000;

		padding-bottom:10px;

	}

.archive {

	clear: both;

	font-size: 0.9em;

	padding: 10px;

	border: 1px solid #cccccc;

	margin: 0 0 10px 10px;

}

	.archive h2 {

		font-size: 1.6em;

		font-weight: normal;

		padding-bottom: 10px;

	}

	.archive h2 a {

		

		

	}

	.archive img {

		float: left;

		height: 100px;

		margin: 5px 10px 5px 0;

	}

	.archive p {

		margin-bottom: 10px;

		line-height: 1.5em;

	}

/** END miscellaneous **/





#underlinemenu{

margin: 0;

padding: 0;

}



#underlinemenu ul{

margin: 0;

margin-bottom: 1em;

padding-left: 0;

float: left;

font-weight: bold;

width:940px;

}



* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/

margin-bottom: 0;

}



#underlinemenu ul li{

display: inline;

}





#underlinemenu ul li a{

float: left;

color: #000;

font-weight: normal;

text-transform: uppercase;

padding: 2px 6px 4px 6px;

text-decoration: none;

background: white url(media/menudivide.gif) top right repeat-y;

}



#underlinemenu ul li a:hover{

color: #000;

background-color: #fff; /* #F3F3F3 */

border-bottom: 4px solid #1F2012;

padding-bottom: 0;

}



/* form */



legend

{

border-right: 1px solid #000;

border-bottom: 1px solid #000;

border-left: 1px solid #000;

padding: 0.2em 1em 0.5em;

margin:20px 0 20px 0;

} 



label

{

margin-left:0px;

margin-bottom:0;



}



fieldset

{
-moz-border-radius: 7px;
padding: 10px;
width: 560px;
border: 1px solid #ccc;
margin: 10px 0 60px 20px;
} 


fieldset legend {border: 1px #ccc solid; color: black; }


input {margin-top:10px;} 



/*- Ads -*/

.ads{

	border: 1px solid #ddd;

	/* */ height: 284px;

	width:315px;

	padding: 10px;

	margin:0 0 15px;

        text-align:center;

        margin-bottom:10px!important;



}

.ads img{

	float: left;

	margin:0 2px 0 2px;

	border-style:solid;

	border-color: #ccc;

	border-width:1px;

}

.ads img.last{margin: 0;}



/*- Ads2 -*/

.ads2 {

	/* border: 1px solid #ddd; */

	padding-top: 10px!important;

	margin-top:15px!important;

        text-align:center;



}

.ads2 img{

	float: left;

	margin:0 3px 0 2px;

	margin-top:3px!important; 

}

.ads2 img.last{margin: 0;}



.ads2-border {border:0!important;}



/*- Ads3 -*/

.ads3{

	border: 1px solid #ddd;

	height: 180px;

	width:315px;

	padding: 10px;

	margin:0 0 15px;

        text-align:center;

        margin-bottom:10px!important;



}

.ads3 img{

	float: left;

	margin:0 2px 0 2px;

}

.ads3 img.last{margin: 0;}



/*- sidebar-tab help -*/

.sidebar-tab {

border:1px solid #ccc;

clear:both;

list-style-type:none;

margin-bottom:10px;

padding:10px;

}



/*- under tabs -*/



.mattblacktabs{

width: 100%;

overflow: hidden;

border-color:#CCCCCC #CCCCCC;

border-style:solid;

border-width:1px 1px 0;

clear:both;

}



.mattblacktabs ul{

margin: 0;

padding: 0;

padding-left: 0; 

font-size:0.9em;

list-style-type: none;

color:#fff;

}



.mattblacktabs li{

display: inline;

margin: 0;

}



.mattblacktabs li a{

float: left;

display: block;

text-decoration: none;

margin: 0;

padding: 7px 8px;

border-right: 1px solid #ccc; 

color: #000;

background: #fff; 

text-transform:uppercase;

}



.mattblacktabs li a:visited{

color: #000;

}



.mattblacktabs li.selected a{

background: #fff;

}



.mattblacktabs li a:hover{

background: #1F2012;

color:#fff;

}



/* comments */

.comments a {color:#3A413C;float: left; }

.readmore {float: right;}





/* dmenu */

.dmenu {left: -999em;}



.description {

color:#000;

padding:1px 20px 30px 0px;

font-size:0.9em;

font-weight:normal;

}



/* related post */



#leftRail h6 {

                    font-size: 13px;

                    font-weight: bold;

                    margin:1em 0 0 0;

                    padding:0;

}



#leftRail h6 a{

                    text-decoration: underline;

}



#sidebar .relatedImgLink {

                    height:82px;

                    width:270px;

                    display:block;

                    background:transparent url(images/relatedImage.jpg) no-repeat scroll 0% 50%;

                    margin-left:-26px;

                    padding:20px 0pt 0pt 26px;

}



#sidebar .relatedImg {

                    display: block;

                    border: 1px solid #e0e0e0;

                    height: auto;

                    width: auto;

                    padding:0;

                    margin:0;

}  





/* Style the tweets */



.twitter{

	border: 1px solid #ddd;

	width:315px;

	padding: 5px 10px;

	margin:0 0 15px;

        text-align:left;

}



#twitters {

  border: 0px;

  padding: 0px;

  width:90%;

  margin-left:0;

  color:#343434;

}



#twitters ul {

  list-style: none;

  padding: 10px 20px 0px 0px;

  }



#twitters li {

   background: none;

   width:315px;  

   text-align:left;

   padding: 10px 0 5px 0px;

   margin:5px 0;

   border-top:1px  dashed #666;



}



#twitters span.prefix {

  font-weight: bold;

}



#twitters span.time {

  font-style: italic;

  color: #black;

  font-size:10px;

}



#twitters span.status {

  font-style: italic;

}





.cat-side {

	float:right; 

	padding-left:2em;

}

.cat-side ul li {

	list-style-type:none; 

	list-style:none!important;

        padding-left:2em;

}



.ivrit-tb {

	font-size:28px; 

	text-align:right;

	margin-left:25px;

	color:#000;

}



/* Categories into Columns */



	#sidebar .left {

		width: 150px;

		float: left;

		text-align:left;

	}

		#sidebar .left h2 {

			border-top: 4px solid #1F2012;

			font-size: 0.9em;

			text-transform: uppercase;

			padding: 5px 0;

		}

		#sidebar .left ul {

			list-style-type: none;

			margin-bottom: 20px;

		}

		#sidebar .left ul li {

			font-size: 0.9em;

			border-bottom: 1px dotted #353535;

			padding: 6px 0;

		}

		#sidebar .left ul li a {

			color: #363636;

		}

		#sidebar .left ul li a:hover {

			

		}

	#sidebar .right {

		width: 150px;

		float: right;

		text-align:left;

	}

		#sidebar .right h2 {

			border-top: 4px solid #1F2012;

			font-size: 0.9em;

			text-transform: uppercase;

			padding: 5px 0;

		}

		#sidebar .right ul {

			list-style-type: none;

			margin-bottom: 20px;

		}

		#sidebar .right ul li {

			font-size: 0.9em;

			border-bottom: 1px dotted #353535;

			padding: 6px 0;

		}

		#sidebar .right ul li a {

			color: #363636;

		}

		#sidebar .right ul li a:hover {

			

		}





/*- cats -*/

.cats{

	border: 1px solid #ddd;

	min-height: 345px;

	width:315px;

	padding: 10px;

	margin:0 0 15px;

        text-align:center;

        margin-bottom:10px!important;



}

.cats img{

	float: left;

	margin:0 2px 0 2px;

	border-color: #ccc;

	border-width:1px;

}

.cats img.last{margin: 0;}



.categories-title {

text-transform:uppercase; 

margin-bottom:5px;

text-align:left; 

}

.categories-title {padding-bottom:15px;border-bottom:1px dotted #353535;}



.spanish-li {

border-bottom:1px dotted #313131;

font-size:0.9em;

padding:6px 0;

list-style-type:none;

text-align:left;

}



.spanish-li a {

color:#363636;

}





.newsletter-img {background: url('http://www.comedy.org.uk/images/icons/newsletter.gif'); background-repeat: no-repeat; background-position: right bottom!important; height:50px; width:50px; margin: -20px 0!important; float:right;}





.myYoutubePlaylist_YoutubeMovie embed, .myYoutubePlaylist_YoutubeMovie object {

height:450px!important;

width:620px!important;

}



.myYoutubePlaylist_YoutubePlaylist {

padding-bottom:10px;

width:620px!important;

}



/******* Article Tools *******/



#article-tools {

	font-size: 11px;

	text-align: left;

	border: 0;

	color: #bebebe;

	text-transform: uppercase;

	margin-top: 20px;

	width:620px;

	margin:0!important;

	float:left;

}



#article-tools ul {

	margin-left: 0;

	padding: 0;

	white-space: nowrap;

	background: #f6f6f6;

	border: 1px solid #ddd;

	padding: 6px;

	/*margin: 0 0 15px 0;*/

margin:0!important;

}



#article-tools li {

	display: inline;

	list-style-type: none;

	margin-left:-1px;

}



#article-tools a { 

	padding: 1px; 

}



#article-tools a:link, #article-tools a:visited, #article-tools a:active {

	color: #217aa6;

	text-decoration: none;

}



#article-tools a:hover {

	color: #000;

	text-decoration: none;

}



#article-tools li.print {

	padding: 10px 2px 10px 1px;

width:16px!important;

height:16px!important;

background-color: none!important;

}



#article-tools li.email {

	padding: 10px 2px 10px 1px;

width:16px!important;

height:16px!important;

background-color: none!important;

}



#article-tools li.share {

	padding: 10px 2px 10px 1px;

width:16px!important;

height:16px!important;

background-color: none!important;

}



#article-tools li.write {

	padding: 10px 2px 10px 1px;

width:16px!important;

height:16px!important;

background-color: none!important;

}



#article-tools img {

padding:0!important;

width:16px!important;

height:16px!important;

background-color: none!important;

float:none!important;

margin:0!important;

}

/******* END Article Tools *******/



/* Menu Calenda */



#ddblueblockmenu{

border: 1px solid black;

border-bottom-width: 0;

width: 196px;

float:left;

margin:0 10px 0 0;

}



#ddblueblockmenu ul{

margin: 0!important;

padding: 0;

list-style-type: none!important;

font: normal 99% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;

text-transform:uppercase;

}



#ddblueblockmenu ul li {

list-style-type: none!important;

margin: 0!important;

}



#ddblueblockmenu li a{

display: block;

padding: 3px 0;

padding-left: 9px;

width: 180px; /*185px minus all left/right paddings and margins*/

text-decoration: none;

color: #000;

background-color: #fff;

border-bottom: 1px solid #000;

border-left: 7px solid #ddd;

list-style-type: none!important;

margin: 0!important;

}



* html #ddblueblockmenu li a{ /*IE only */

width: 150px; /*IE 5*/

w\idth: 150px; /*185px minus all left/right paddings and margins*/

}



#ddblueblockmenu li a:hover {

background-color: #1F2012;

color: #fff;

border-left-color: #000;

list-style-type: none!important;

margin: 0!important;

}



#ddblueblockmenu div.menutitle{

color: white;

border-bottom: 1px solid black;

padding: 1px 0;

padding-left: 5px;

background-color: black;

font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;

text-transform:uppercase;

}



/* End Menu Calenda */



.accordionContent {

background: url('http://www.bjbrainpower.gov.cn/kmpCommons/javascript/src/widget/templates/buttons/bg-fade.png') repeat-x top;

border-top:1px solid #000; 

border-bottom:1px solid #000;

display:none;

float:left;

height:200px;

overflow:auto;

padding:1em;

width:560px;

padding-bottom:3em;

}



.accordionButton { padding:.5em 0; }



#wrapper-faq {

margin-left:auto;

margin-right:auto;

width:580px;

}



/* up and down  */



#moccaUItoTop {

	display:none;

	text-decoration:none;

	position:fixed;

	bottom:10px;

	right:10px;

	overflow:hidden;

	width:51px;

	height:51px;

	border:none;

	text-indent:-999px;

	background:url('images/ui.totop.png') no-repeat left top;

}



.moccaUIhover {

	background:url('images/ui.totop.png') no-repeat left -51px;

	width:51px;

	height:51px;

	display:block;

	overflow:hidden;

	float:left;

	opacity: 0;

	-moz-opacity: 0;

	filter:alpha(opacity=0);

}





/* Botones */



#flt1 {position:fixed;top:175px;right:0px}

#flt1 a {width:32px;display:block;background:url('icons/flt1.png') no-repeat 0px 0px}

#flt1 a.flt1 {height:32px}

#flt1 a.flt1 span {position:fixed;display:none;top:175px;right:40px}

#flt1 a.flt1:hover span {display:block}



#flt2{position:fixed;top:210px;right:0px}

#flt2 a{width:32px;display:block;background:url('icons/flt2.png') no-repeat 0px 0px}

#flt2 a.flt2{height:32px}

#flt2 a.flt2 span{position:fixed;display:none;top:210px;right:40px}

#flt2 a.flt2:hover span{display:block}



#flt3{position:fixed;top:246px;right:0px}

#flt3 a{width:32px;display:block;background:url('icons/flt3.png') no-repeat 0px 0px}

#flt3 a.flt3{height:32px}

#flt3 a.flt3 span{position:fixed;display:none;top:246px;right:40px}

#flt3 a.flt3:hover span{display:block}



#flt4{position:fixed;top:282px;right:0px}

#flt4 a{width:32px;display:block;background:url('icons/skype_01.gif') no-repeat 0px 0px}

#flt4 a.flt4{height:32px}

#flt4 a.flt4 span{position:fixed;display:none;top:282px;right:40px}

#flt4 a.flt4:hover span{display:block}



#flt5{position:fixed;top:316px;right:0px}

#flt5 a{width:32px;display:block;background:url('icons/email.gif') no-repeat 0px 0px}

#flt5 a.flt5{height:32px}

#flt5 a.flt5 span{position:fixed;display:none;top:316px;right:40px}

#flt5 a.flt5:hover span{display:block}



#theme1 {position:fixed;top:350px;right:1px}

#theme1 a {width:32px; display:block; background:url('icons/israel-button.gif') no-repeat 0px 0px}

#theme1 a.theme1 {height:40px}

#theme1 a.theme1 span {position:fixed;display:none;top:350px;right:50px}

#theme1 a.theme1:hover span {display:block}

/* boton 2*/

#theme2 {position:fixed;top:388px;right:1px}

#theme2 a {width:30px; display:block; background:url('icons/iconRadio.png') no-repeat 0px 0px}

#theme2 a.theme2 {height:32px}

#theme2 a.theme2 span {position:fixed;display:none;top:390px;right:50px}

#theme2 a.theme2:hover span {display:block}

/* Botones */

.bb {border:0!important;}
.bb2 {border:0!important;margin-left:1px;}

.dateright {float:right; clear:right; margin:0; padding:0; text-align:right;}

.icomment  {
background:url("/wp-content/uploads/2010/04/comments.gif") no-repeat scroll left top #FFFFFF;
margin:0;
padding:0 0 0 18px;}

p label{
float: left;
width: 250px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.wpcf7-form textarea, imput { width: 260px;}
#TB_window img#TB_Image {margin:15px!important;}
.cate {font-size: 1.1em!important;}
.csstorah ul li {list-style:none!important;}

select {
  color: #000000;
  padding: 2px;
  width: 265px;}