/*  
Theme Name: ISRAEL MAGAZIN
Theme URI: http://www.israelmagazin.de
Description: Das Israel-Magazin für Individualreisende, Pilger und Touristen.
Version: 1.0
Author: Matthias Hinrichsen
Author URI: http://www.israelmagazin.de

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

 
More Stylesheets for navigation and the additional page templates are located in the subfolder /styles


/***************************************
CSS Reset by Matthias Hinrichsen v1.1 | 20100430 
****************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/******************************************
*   H T M L    E l e m e n t s                         
******************************************/
	
body {
	color: #333;
	padding: 0px 0 55px 0;
	}

body, select, input, textarea {
	font: 12px Verdana, Arial, Sans-Serif;
	line-height:17px;
	}
	
p {	margin: 15px 0;	}

br {	margin: -2px 0;	}


hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 0.9em;
	padding:3px 0px;
	}


/*******    H Y P E R L I N K S    ********************/

/* standard link behaviour */
a:link, a:active, a:visited { 
	color:#840000;
	text-decoration: none; 
	} 
a:hover	{ 
	color:#840000;
	text-decoration: underline; 
	}

.blogtitle a { text-decoration: none; }

/* Title area links */
.title:link, .title:active, .title:visited { 
	color: #840000; 
	text-decoration: none;
	} 
.title:hover { 
	color: #840000; 
	text-decoration: underline;
	} 
	
/* HTML headline links */
h3 a:link, h3 a:active, h3 a:visited  {text-decoration:none;}
h3 a:hover {text-decoration:underline;}

h4 a:link, h4 a:active, h4 a:visited  {color:#666; text-decoration:none;}
h4 a:hover {text-decoration:underline;}


/* K A T E G O R I E N - L I N K  in der S I D E B A R  */

.subnav li a:link, .subnav li a:visited { /* .subnav is the categories list */
	background: #F4F4EC;
	display:block;
	padding:4px 4px 4px 8px;
	border-bottom: 2px solid #666;
	}
		
.subnav li a:hover, .subnav li a:active {
	background: #f0f0c3;
	text-decoration:none!important;
	}

#sidelist a:link, #sidelist a:active, #sidelist a:visited {text-decoration:none;}
#sidelist a:hover {text-decoration:underline;}
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#F4F4EC;
	color: #666;
	}
#sidelist .children li a:hover, #sidelist .children li a:active	{
	color:#000;
	text-decoration:none!important;
	}

/* Links in unordered lists */
.bullets li a { text-decoration:none!important;	}
.bullets li a:hover { text-decoration:underline!important;	}

/* How tags appear */
.tags a {text-decoration:none;}
.tags a:hover {text-decoration:underline;}

/* Links within comments metadata (date, Author etc.) */
.commentmetadata a:link, .commentmetadata a:active, .commentmetadata a:visited  {text-decoration:none;}
.commentmetadata a:hover {text-decoration:underline;}

/* Links in the footer */
#footer a {text-decoration: none;} 
#footer a:hover	{text-decoration: underline;}



/******************************************
*   B I L D E R
******************************************/

/*** default image behaviour ***/
img { border:1px solid #999; padding:0px; }


.alignleft { /*** B I L D E R  A U F   D E R   S T A R T S E I T E  ***/
float: left;
margin: 4px 10px 5px 0px;
}

.alignright {
float: right;
margin-bottom: 10px;
margin-right: -10px;
}

.wp-caption { /*** B I L D E R   A U F   D E N   D E T A I L S E I T E N  ***/
   text-align: left;
   background-color: transparent;
   margin-left: 10px;
margin-right: 0x;
margin-top: 3px;
margin-bottom: -5px;
}




/*** S P E Z I F I S C H E   W P   B I L D E R K L A S S E N  ***/
div.aligncenter {
display: block;
margin-left: 0px;
margin-right: 5px;
margin-top: 12px;
margin-bottom: -15px;
}

.aligncenter {
float: left;
}


/*** .aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
***/




/*** B I L D E R   I N   D E N   B E I T R Ä G E N  ***/
.wp-caption img{
   padding:0px ;
   border:1px solid #999;
}

.wp-caption img:hover{  /*  V E R L I N K T E S   B I L D  */
   border:1px solid #999;
}

.wp-caption p.wp-caption-text {  /* B I L D U N T E R S C H R I F T */
   color:#333;
   font-size: 11px;
   font-family: Verdana, Arial, sansserif;
   line-height: 15px;
   padding: 0px 0px 0px 0px!important;
   margin-left: 0px;
   margin-top: 4px;
   margin-right: 0px;
}


		
/******************************************
*   A L L G E M E I N E   S T R U K T U R        
******************************************/

#page { /* M A I N   C O N T A I N E R =  Inhalt komplett verschieben, waehrend der Schatten bleibt*/
	width:880px;
	background:url(images/backgrounds/bg_all_900.png);
	margin:0 auto;
	font-size:1em;
	padding: 0px 10px 20px 10px;
	border:0px solid #ccc;
	}

#branding {/* T O P B I L D */
	width:900px;
	height:125px;
	padding-bottom:3px;
        margin-left:0px;
	background: url(images/backgrounds/bg_branding.jpg) no-repeat;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {/*  S I D E B A R   C O N T A I N E R   */
	width: 250px;
	float:right;
        background:#fef9e7;
        margin-top:25px;
	margin-right:20px;
	padding-right:10px;
	padding-left:10px;
	padding-top:0px;
	padding-bottom:10px;

}

#leftcol {/*  L I N K E   S P A L T E   3 - S P A L T I G  mit "Featured Article" section*/
	width:265px;
	padding-left:0px;
	padding-right:18px;
	}

#leftcol, #rightcol { /*  B E I D E   S P A L T E N   3 - S P A L T I G - ABSTAND ZU LEAD-ARTIKEL*/
	margin-top:10px;
	float:left
	}	
	
#rightcol {/*  M I T T L E R E   S P A L T E   3 - S P A L T I G  */
	width:265px;
	border:0px dotted #b6b6b6;
	padding-right:0px;
	padding-left:0px;
	padding-bottom:0px;
	margin-top: 10px;
	margin-bottom: 0px;
        text-align:left;
	}


		
/*************************************************
*   S I D E B A R - U N T E R M E N Ü P U N K T E                         
*************************************************/

.subnav li {/*.subnav is mainly the categories list*/
	list-style:none;
	margin:-15px 0 15px 0px;
}

#sidelist li {
	list-style:none;
	}
	
.bullets li {
	margin:0 0 5px 15px;
	list-style:square;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-top:-10px;
	margin-bottom:10px;
	margin-left:15px;
	}

#sidelist .children {
	background:#F4F4EC;
	}

#sidelist .children li {
	background:#F4F4EC;
	list-style: none;
	margin-left:15px;
	padding-left:15px;
	border-bottom:1px solid #fff;
	}

#sidelist .feed li{
	padding-left:20px;
	padding-bottom:5px;
	margin:-5px 0 5px 0;
	background:url(images/rss.gif) no-repeat;
	}

#twitter_update_list li{
	list-style:square;
	margin-bottom:5px;
	margin-left:22px;
	}

	
/****************************************************
*   H E A D L I N E S   /   Ü B E R S C H R I F T E N                          
****************************************************/

.blogtitle, .blogtitle a {   /*  ???   */
	color: #000;
	font-size: 1.8em;
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: regular;
	padding: 20px 0px 10px 0px;
	}

h1 {      /* Überschriften: Rubrikübersicht, Headline Detailseite */
	color: #840000;
	font: 2.2em Georgia, Serif;
	padding-bottom:0px;
	border-bottom:0px solid #666;
	margin: 30px 0 10px;
	}


h2 {    /* Überschrift bei den Verzeichnissen wie Jüd. Gemeinden  */
	color: #840000;
	font-size: 1.2em;
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	margin: 20px 0px -15px 0px;
	padding: 4px 0px 4px 0px;
	}

	

h3 {    /* Kategorienüberschrift*/
	font: 0.9em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.2em;
	margin-bottom:4px;
	font-weight:bold;
	color:#840000;
	}

#sidebar h2, #sidebar h3 a {
	font: 0.9em Arial, Helvetica, sans-serif;
	letter-spacing:0.3em;
	text-transform:uppercase;
	margin-bottom:4px;
	font-weight:bold;
	color:#840000;
	}

#sidebar h3, #sidebar h2 {
	font-size:0.9em;
	border-top:0px dotted #999;
	border-bottom:1px dotted #999;
	padding:0px 0 5px 2px;
	margin:20px 0 15px 0;
	color:#840000;
	}

#respond h3 {
	font-size:1.1em;
	border-top:1px solid #666;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h3 a:link, h3 a:visited {
	color: #666;
	}

h4 {
	font-size:1.2em;
	margin-bottom:6px;
	}
	
h5 {
	font-size:0.8em;
	margin-bottom:6px;
	letter-spacing:0.2em;
	font-weight:300;
	}

h6 {      /* Zwischenüberschriften */
	color: #840000;
	font: 1.1em Verdana, Arial, Sans-Serif;
	font-weight: bold;
	padding-top:4px;
	padding-bottom:3px;
	border-bottom:1px solid #666;
	margin: 10px 0px 5px 0px;
	}

	
	
/*****************************************************************************
*   C O N T E N T   -   L I N K E   U N D   M I T T L E R E   S P A L T E                        
*****************************************************************************/

#content {  /* L I N K E   U N D   M I T T L E R E   S P A L T E  */
	width:550px;
	padding-left:20px;
	float:left
	}
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	color:#999;
	}

/* Featured Articles formatting LINKE SPALTE */

.feature {
	background: url(images/backgrounds/bg_featured.jpg) repeat-x #F4F4EC;
	padding:15px;
	border: 1px solid #ccc;
	}

.feature p, #rightcol p { margin:0;	}

#leftcol img, #rightcol img { /* B I L D E R   L I N K E  +  M I T T L E R E   S P A L T E */
	padding:0px;
	border:1px solid #999;
	}

#leftcol .feature { /* ABSTAND RUBRIK NACH RAHMEN*/	margin-bottom: 5px; }

#rightcol .feature {	margin-bottom: 5px; }

#leftcol .more {/* ABSTÄNDE DER RAHMEN*/ margin-bottom: 25px; }

#rightcol .more {margin-bottom: 25px; }


/* Formating of the Leadstory stuff in the tabbed section */
			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	padding:0px;
	border: 1px solid #999;
	}

.title, a.title  {   /* HEAD IN LINKER UND MITTLERER SPALTE - ABSTÄNDE NUR IM LEAD-ARTIKEL*/
	font: 1.5em Georgia, Serif;
	line-height:1.2em;
	margin:0 0 0px 0;
	color: #840000;
	letter-spacing:normal;
	}
		
#lead p {
	margin-bottom:10px;
	}

.read-on a { /* This can be used to format the "weiter" link in the lead story */
	color:#840000!important;
	text-decoration:none;
        }
	
.read-on a:hover {
	text-decoration:underline;
	}

/* M I T T L E R E   S P A L T E  -  B I L D F O R M A T I E R U N G + LINIE zwischen Kategorien!!
Formating of "rightcol" which is the column in the homepage middle */

/* #rightcol img {
	float:left;
	margin: 10px 10px 4px 0;
	} */

#rightcol img {
	margin-bottom: 4px;
	display:block
	}
#leftcol img {
	margin-bottom: 4px;
	display:block
	}
	
#rightcol .clearfloat { /* L I N I E   Z W I S C H E N   K A T E G O R I E N  */
	border-bottom:10px solid #999;
	padding:12px 0;
	}	

/* F O R M A T I E R U N G   D E R   Z U S Ä T Z L I C H E N   H E A D L I N E   A M   E N D E   D E R   W E B S I T E
Formating the additional headline on bottom of the homepage */
#additional-headlines {
	border-bottom:1px solid #999;
	margin:20px 0 0 0;
	}

/* W E I T E R - L I N K  !!!!!!!! */
.excerpt_more a { 
	color:#840000!important;
	}

.excerpt_more a:hover {
	text-decoration:UNDERLINE;
	}


/*  F O R M A T I E R U N G   D E S   B E I T R A G S */

.entry {
	padding-bottom: 0px;
	text-align: left;
	}

.post blockquote {
	color:#666;
	background:#F4F4EC;
	padding:0px 14px;
	margin:0px 0px;
	border:3px solid #DDD;
	}	

.post ul li {
	list-style:square;
	margin-bottom:5px;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	margin-left:48px;
	}
	
#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;	
	}	
	
.postmetadata {
	font-size:0.9em;
	margin:0 0px 10px 0;
	padding:5px 10px;
	background:#F4F4EC;
	border-top:1px solid #E6E3D3;	
	border-bottom:1px solid #E6E3D3;	
	}
				

/* F E L D E R - E L E M E N T E  (Suche, Newsletter etc.) */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	

#searchform { padding:15px 0px 0 0; }

.searchfield {
	width:170px;
	padding: 1px 1px 1px 1px;
	background: url(images/icons/search-16.png) no-repeat #fff;
	color:#666;
	border:1px solid #ddd;
	}

.searchfield:hover, .searchfield:focus {
	background: url(x_images/icons/search-16.png) no-repeat #eee;
	border:1px solid #999;
	text-decoration:none;
	}

.newsletter {
	width:160px;
	padding: 2px 2px 2px 5px;
	background: #fff;
	color:#666;
	border:1px solid #ddd;
	}

.newsletter:hover, .newsletter:focus {
	background: #eee;
	border:1px solid #999;
	text-decoration:none;
	}

#newsleter-submit {
	background: #333;
	border:none;
	color: #fff;
	padding: 1px;
	}

#newsleter-submit:hover {
	background: #666;
	}

.button {
	padding: 1px;
	background:#333;
	color:#fff;
	border:none;
	}

.button:hover {
	background:#666;
	text-decoration:none
	}

#commentform input {
	width: 170px;
	margin: 0px 0px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:0px;
	}



/* KO M M E N T A R E */

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 5px 5px 5px;
	background:#fff;
	border:1px solid #E6E3D3;
	}

.commentlist blockquote {
	color:#666;
	background:#fff;
	padding:6px 5px;
	margin:18px 35px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}	

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#fff;
	border:1px solid #E6E3D3;
	}



/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
        }
	
.clearfloat {
	display:inline-block;
	}	

.clearfloat {
	display:block;
	}
	
	
/******************************************
*   F U S S Z E I L E                      
******************************************/

#footer {
	margin:0 auto;
	width: 900px;
	font-size:0.9em;
	text-align:center;
	padding-top:3px;
	padding-bottom:20px;
	background:url(images/backgrounds/bg_footer.png);
	color:#999;
	}

#footer a {
	color:#999;
	
}



	
