/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

   
/*Layout*/

html {
	margin: 0;
	padding: 0;	
}


body {
	width: 630px;
	margin: 0 auto;
	padding: 40px 0px 0px 0px;
	font: 10pt/1.5em Helvetica,"Helvetica neue", Arial, sans-serif;
	
	 /* fallback */
	  background-color: #210801;
	  background-image: url(images/radial_bg.png);
	  background-position: center center;
	  background-repeat: no-repeat;
	  
	  /* Safari 4-5, Chrome 1-9 */
	  /* Can't specify a percentage size? Laaaaaame. */
	  background: -webkit-gradient(radial, center center, 0, center center, 20, from(#693617), to(#1F0600));
	  
	  /* Safari 5.1+, Chrome 10+ */
	  background: -webkit-radial-gradient(circle, #693617, #1F0600);
	  
	  /* Firefox 3.6+ */ 
	  background: -moz-radial-gradient(circle, #693617, #1F0600);
	  
	  /* IE 10 */ 
	  background: -ms-radial-gradient(circle, #693617, #1F0600);
	  
	  /* Opera cannot do radial gradients yet */
}

/*HTML 5 specific*/
header,section,article,aside,footer{
	display: block;
}

div#container{
	margin-top: 20px;
}

.content h1 {
	font: 20pt "Trebuchet MS";	
	color: #321206;	
	text-shadow: 1px 2px 7px white;
	height: 70px;
	margin-top: 0px;
	text-align:center;
}

.content p{
	font: 9pt Trebuchet MS;
	display: block;
	position: relative;
	margin-left: 200px;
	width: 137px;
	height: 230px;
	text-align: center;
}

.content a{
	display: block;
	width: 90px;
	height: 32px;
	line-height: 32px;
	background: url(http://carmelholyland.org/templates/breeze-tg/images/read-more-bg.png) repeat-x;
	color: white !important;
	border-radius: 5px;
	position: relative;
	right: 13px;
	text-align: center;
	float: right;
	top: 35px;
	text-decoration:none;
}

aside{
	float: left;
	width: 230px;	
	margin: 0 0 10px 0;
}

section{
	float: right;
	width: 500px;	
}

section h2 {
	font: 14pt Helvetica,"Helvetica neue", Arial, sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
	color: #493831;
	padding-bottom: 10px;
	margin: 0;
}

footer{
	clear:both !important;
	width:700px;
	height: 10px;			
}

.tab span{
	height:32px;
	width:32px;
	display:block;
	float:left;
	margin:20px 0px 0px 20px;
}


#tab_french span{background: url(../img/f/fr.gif) no-repeat;}
#tab_english span{background: url(../img/f/en.gif) no-repeat;}
#tab_italian span{background: url(../img/f/it.gif) no-repeat;}
#tab_spanish span{background: url(../img/f/es.gif) no-repeat;}
#tab_arabic span{background: url(../img/f/ar.gif) no-repeat;}
#tab_hebrew span{background: url(../img/f/he.gif) no-repeat;}

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
*/