/*
Theme Name: Frauenforum
Theme URI: http://www.frauenforum.co.at
Description: Template zum Frauenforum auf http://www.frauenforum.co.at
Author: Alexander Zeisler
Author URI: http://alexzeisler.com
Tags: orange, fixed header, fixed width, two colums, widgets
*/

body	{
	color: #333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff;
}

#wrapper	{
	width: 880px;   
	margin:auto;
	padding-top: 45px; 
	text-align: left; 
	background: #fff;

}
#header {
    color: #000;
    background: url("images/header.jpg") no-repeat center;
    height: 144px;
}
/*navi oben */

#nav {
    clear: both;
	color: #FFFFFF;
	/*float: left;*/
	height: 40px;
	background: url("images/bg_nav.jpg") repeat-y;
}

#content {
	float: left;
	width: 881px;
	background: url("images/bg.jpg") repeat-y;

}
  
#main	{
	width: 540px; 
	padding: 20px; 
	float: left;
	/*background: url("images/border.jpg") repeat-y;*/

}

#sidebar	{
	width: 270px; 
	padding: 10px;
	/*background: url("images/border_sidebar.jpg") repeat-y  right; */
	float: right;
	margin: 0;

}

#footer {
	clear: both;
	color:#666;
    background: url("images/footer.jpg") no-repeat center;
    /*padding: 10px 5px;*/
	font-size: 11px;
    /*line-height: 1.5em;*/
   	height: 58px;
	margin: 0;
  }
#footer p {
	margin: 0;
	padding: 3px 10px;
}

.hlist {
    /* (en) containing floats in IE */
    /* (de) Einfassen der Floats im IE */
    width:879px;
    overflow:hidden;
    /* (en) containing floats in all other browsers */
    /* (de) Einfassen der Floats in allen anderen Browsern */
    float:left;
    display:block;
    /* (en|de) Bugfix:IE - collapsing horizontal margins */
    position:relative;
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background-color:#ec6400;
    line-height:0;
    font-family:Geneva, Arial, Helvetica, sans-serif;
    font-size:14px;
    color: #FFFFFF;
    
  }

.hlist ul {
    margin:0;
    padding:0;
    /* (en|de) Bugfix:IE - Doubled Float Margin Bug */
    display:inline;
    float:right; /* LTR */
    /* (en) Left margin of the first button  */
    /* (de) Abstand des ersten Buttons vom linken Rand  */
    margin-right: 5px;
  }

.hlist ul li {
   /* (en|de) Bugfix:IE - Doubled Float Margin Bug */
    display:inline;
    float:left; /* LTR */
    /*font-size:1.0em;*/
    line-height:1em;
    list-style-type:none;
    margin: 0;
    padding: 0;
  }

.hlist ul li a,
.hlist ul li strong {
    background:transparent;
    color:#fff;
    display:block;
    font-size:1em;
    font-weight:bold;
	margin: 0;
    padding: 0;
    margin-left: -10px;
    padding:0.5em 0.8em 0.5em 0.8em;
    text-decoration:none;
    width:auto;
  }

.hlist ul li a:focus,
.hlist ul li a:hover,
.hlist ul li a:active  { background:#fefefe; color:#333; text-decoration:none;  width:auto; /*border-right: 5px solid #ec6400;*/}

.hlist ul li.active {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    /*background:#272727 url("images/shiny_buttons/background_active.png") repeat-x center right;*/
   
  }

.hlist ul li.active strong,
.hlist ul li.active a:focus,
.hlist ul li.active a:hover,
.hlist ul li.active a:active { background:transparent; color:#fff; text-decoration:none; }




  /*--- Headings | �berschriften ------------------------------------------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-family:  Geneva, Arial, Helvetica, sans-serif;
    font-weight:normal;
    color:#333;
    margin:0 0 0.25em 0;
  }

  h1 { font-size:180%; color: #EC6400;}                       /* 30px */
  h2 { font-size:160%; color: #EC6400; }                       /* 24px */
  h3 { font-size:150%; }                       /* 18px */
  h4 { font-size:133.33%; }                    /* 16px */
  h5 { font-size:116.67%; }                    /* 14px */
  h6 { font-size:116.67%; }                    /* 14px */
  
  /*h2.widgettitle {
  font-size: 150%;
  border-top:1px solid #999999;
  margin-top: 35px;
  background-color: #ddd;
  } */
h2.widgettitle {
  font-size: 150%;
  border-top:1px solid #ec6400;
  border-left:1px solid #ec6400;
  /*border-right:1px solid #ec6400;*/
  margin-top: 25px;
  padding-left: 5px;
  margin-right: 15px;
  background-color: #fce8d9;
  color: #565656;
  }

  /* --- Lists | Listen  -------------------------------------------------------------------------------- */

  ul, ol, dl { line-height:1.5em; margin:0 0 1em 0.5em; /*padding-left: 2em;*/}
  ul { list-style-type:disc; }
  ul ul { list-style-type:circle; margin-bottom:0; }

  ol { list-style-type:decimal; }
  ol ol { list-style-type:lower-latin; margin-bottom:0; }

  li { margin-left:0.8em; line-height:1.5em; }

  dt { font-weight:bold; }
  dd { margin:0 0 1em 0.8em; }

  /* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */

  p { line-height:1.5em; margin:0 0 1em 0; }

  blockquote, cite, q {
    font-family:  Geneva, Arial, Helvetica, sans-serif;
    font-style:italic;
  }
  blockquote { margin:0 0 1em 1.6em; color:#666; }

  strong,b { font-weight:bold; }
  em,i { font-style:italic; }

  big { font-size:116.667%; }
  small { font-size:91.667%; }
 
  pre { line-height:1.5em; margin:0 0 1em 0; }
  pre, code, kbd, tt, samp, var { font-size:100%; }
  pre, code { color:#800; }
  kbd, samp, var, tt { color:#666; font-weight:bold; }
  var, dfn { font-style:italic; }

  acronym, abbr {
    border-bottom:1px #aaa dotted;
    font-variant:small-caps;
    letter-spacing:.07em;
    cursor:help;
  }

  sub, sup { font-size:91.6667%; line-height:0; }

  hr {
    color:#fff;
    background:transparent;
    margin:0 0 0.5em 0;
    padding:0 0 0.5em 0;
    border:0;
    border-bottom:1px #eee solid;
  }
.textwidget {
   padding-right: 15px;
   padding-left: 6px;
}

  /*--- Links ----------------------------------------------------------------------------------------- */

  a { color:#ec6400; background:transparent; text-decoration:none; }
  a:visited  { color:#ec6400; }

  /* (en) maximum constrast for tab focus - change with great care */
  /* (en) Maximaler Kontrast f�r Tab Focus - �ndern Sie diese Regel mit Bedacht */
  a:focus { text-decoration:underline; color:#000; background: #fff;}
  a:hover,
  a:active { color:#000; text-decoration:underline; outline: 0 none; }

  /* --- images (with optional captions) | Bilder (mit optionaler Bildunterschrift) ------------------ */

  p.icaption_left { float:left; display:inline; margin:0 1em 0.15em 0; }
  p.icaption_right { float:right; display:inline; margin:0 0 0.15em 1em; }

  p.icaption_left img,
  p.icaption_right img { padding:0; border:1px #888 solid; }

  p.icaption_left strong,
  p.icaption_right strong { display:block; overflow:hidden; margin-top:2px; padding:0.3em 0.5em; background:#eee; font-weight:normal; font-size:91.667%; }

 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Generic Content Classes
  *
  * (en) standard classes for positioning and highlighting
  * (de) Standardklassen zur Positionierung und Hervorhebung
  *
  * @section content-generic-classes
  */

  .highlight { color:#c30; }
  .dimmed { color:#888; }

  .info { background:#f8f8f8; color:#666; padding:10px; margin-bottom:0.5em; font-size:91.7%; }

  .note { background:#efe; color:#040; border:2px #484 solid; padding:10px; margin-bottom:1em; }
  .important { background:#ffe; color:#440; border:2px #884 solid; padding:10px; margin-bottom:1em; }
  .warning { background:#fee; color:#400; border:2px #844 solid; padding:10px; margin-bottom:1em; }

  .float_left { float:left; display:inline; margin-right:1em; margin-bottom:0.15em; }
  .float_right { float:right; display:inline; margin-left:1em; margin-bottom:0.15em; }
  .center { display:block; text-align:center; margin:0.5em auto; }

 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Tables | Tabellen
  *
  * (en) Generic classes for table-width and design definition
  * (de) Generische Klassen f�r die Tabellenbreite und Gestaltungsvorschriften f�r Tabellen
  *
  * @section content-tables
  */

  table { width:auto; border-collapse:collapse; margin-bottom:0.5em; border-top:2px #888 solid; border-bottom:2px #888 solid; }
  table caption { font-variant:small-caps; }
  table.full { width:100%; }
  table.fixed { table-layout:fixed; }

  th,td { padding:0.5em; }
  thead th { color:#000; border-bottom:2px #800 solid; }
  tbody th { background:#e0e0e0; color:#333; }
  tbody th[scope="row"], tbody th.sub { background:#f0f0f0; }

  tbody th { border-bottom:1px solid #fff; text-align:left; }
  tbody td { border-bottom:1px solid #eee; }

  tbody tr:hover th[scope="row"],
  tbody tr:hover tbody th.sub { background:#f0e8e8; }
  tbody tr:hover td { background:#fff8f8; }
  
  
  
  
  
  /* Submenu */  
  
  h6.vlist {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:100%;
    width:90%;
    padding:3px 0px 3px 10px; /* LTR */
    margin:0;
    color:#444;
    background-color:#fff;
    border-top:2px #ec6400 solid;
    border-bottom:3px #888 solid;
  }

  .vlist {
    width:100%;
    overflow:hidden;
    margin:0 0 1em 0;
    list-style-type:none;
	  
  }

  .vlist ul {
    list-style-type:none;
    margin:0;
	padding:0;
	
  }

  .vlist li {
    float:left; /* LTR */
    width:100%;
    margin:0;
    padding: 0;

  }

  .vlist a,
  .vlist strong,
  .vlist span {
    display:block;
    padding: 3px 0 3px 2px;
    text-decoration:none;
    
  }

  .vlist a,
  .vlist a:visited {
    color:#444;
  }

  .vlist li span {
    display:block;
    font-weight:bold;
    border-bottom:1px #ddd solid;
  }

  /* active list element */
  .vlist li.active {
    color:#fff;
    background-color:#ec6400;
    font-weight:bold;
  }

  /* Level 1 */
  .vlist li a,
  .vlist li strong,
  .vlist li span { width:80%; } /* LTR */

  .vlist li a:focus,
  .vlist li a:hover,
  .vlist li a:active { background-color:#ec6400; color:#fff; outline: 0 none; }

  /* Level 2 */
  .vlist li ul li a,
  .vlist li ul li strong,
  .vlist li ul li span { width:75%; padding-left:5%;} /* LTR */

  .vlist li ul li a, 
  .vlist li ul li a:visited { color:#333; }
  .vlist li ul li a:focus,
  .vlist li ul li a:hover,
  .vlist li ul li a:active { color:#fff; }

  /* Level 3 */
  .vlist li ul li ul li a,
  .vlist li ul li ul li strong,
  .vlist li ul li ul li span { width:70%; padding-left:10%; } /* LTR */

  .vlist li ul li ul li a,
  .vlist li ul li ul li a:visited{ color:#222; }
  .vlist li ul li ul li a:focus,
  .vlist li ul li ul li a:hover,
  .vlist li ul li ul li a:active { color:#fff; }

  /* Level 4 */
  .vlist li ul li ul li ul li a,
  .vlist li ul li ul li ul li strong,
  .vlist li ul li ul li ul li span { width:65%; padding-left:15%; } /* LTR */

  .vlist li ul li ul li ul li a,
  .vlist li ul li ul li ul li a:visited { color:#111; }
  .vlist li ul li ul li ul li a:focus,
  .vlist li ul li ul li ul li a:hover,
  .vlist li ul li ul li ul li a:active { color:#fff; }


/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */

/* diverse Klassen */
.categories {...}
.cat-item {...}
.current-cat {...}
.current-cat-parent {...}
.pagenav {...}
.page_item {...}
.current_page_item {...}
.current_page_parent {...}
.widget {...}
.widget_text {...}
.blogroll {...}
.linkcat{...}

/* verschachtelte Listen in der Sidebar */
  /* Submenu */  
  
  h6.vlist {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:100%;
    width:90%;
    padding:3px 0px 3px 10px; /* LTR */
    margin:0;
    color:#444;
    background-color:#fff;
    border-top:2px #ec6400 solid;
    border-bottom:3px #888 solid;
  }

  #vlist {
    width:100%;
    overflow:hidden;
    margin:0 0 1em 0;
    list-style-type:none;
	  
  }

  #vlist ul {
    list-style-type:none;
    margin:0;
	padding:0;
	
  }

  #vlist li {
    float:left; /* LTR */
    width:100%;
    margin:0;
    padding: 0;

  }
/* Hyperlinks in der Sidebar */

  #vlist a,
  #vlist strong,
  #vlist span {
    display:block;
    padding: 3px 0 3px 2px;
    text-decoration:none;
    
  }

  #vlist a,
  #vlist a:visited {
    color:#444;
  }

  #vlist li span {
    display:block;
    font-weight:bold;
    border-bottom:1px #ddd solid;
  }

  /* active list element */
  #vlist li.active {
    color:#fff;
    background-color:#ec6400;
    font-weight:bold;
  }

  /* Level 1 */
  #vlist li a,
  #vlist li strong,
  #vlist li span { width:80%; } /* LTR */

  #vlist li a:focus,
  #vlist li a:hover,
  #vlist li a:active { background-color:#ec6400; color:#fff; outline: 0 none; }

  /* Level 2 */
  #vlist li ul li a,
  #vlist li ul li strong,
  #vlist li ul li span { width:75%; padding-left:5%;} /* LTR */

  #vlist li ul li a, 
  #vlist li ul li a:visited { color:#333; }
  #vlist li ul li a:focus,
  #vlist li ul li a:hover,
  #vlist li ul li a:active { color:#fff; }

  /* Level 3 */
  #vlist li ul li ul li a,
  #vlist li ul li ul li strong,
  #vlist li ul li ul li span { width:70%; padding-left:10%; } /* LTR */

  #vlist li ul li ul li a,
  #vlist li ul li ul li a:visited{ color:#222; }
  #vlist li ul li ul li a:focus,
  #vlist li ul li ul li a:hover,
  #vlist li ul li ul li a:active { color:#fff; }

  /* Level 4 */
  #vlist li ul li ul li ul li a,
  #vlist li ul li ul li ul li strong,
  #vlist li ul li ul li ul li span { width:65%; padding-left:15%; } /* LTR */

  #vlist li ul li ul li ul li a,
  #vlist li ul li ul li ul li a:visited { color:#111; }
  #vlist li ul li ul li ul li a:focus,
  #vlist li ul li ul li ul li a:hover,
  #vlist li ul li ul li ul li a:active { color:#fff; }

.clr {
	clear: both;
}

/* Suchformular */

#searchform label {
	font: normal 11 px Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	color: #333;
}

#gallery-1 .gallery-item {width:auto !important;}
