/*
 * Theme Name: אמיר לוי
 * Theme URI: http://amirlevi.com
 * Description: עיצוב לאתר הלהטוטן אמיר לוי.
 * Version: 0.1
 * Author: יובל האגר
 * Author URI: mailto:yuval@avramzon.net
 */

/* generic */

/* hide all text behind links */
span.alt {
  display: none;
}

/* structure */

body {
  background-color: #000; 
  color: black;
  padding: 0;
  margin: 10px 0 0 0;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 87%;
  font-weight: bold;
}

a#front {
  display: block;
  width: 100%;
  height: 475px;
}

div#page {
  background: transparent url('images/frame.jpg') no-repeat left top;
  position: absolute;
  width: 775px;
  min-height: 475px;
  height: auto;
  left: 50%;
  margin-left: -387px; /* half the width. This makes it at center */
}

/* IE bug - ignores the asterisk, thus this matches ie only. this rule is needed because ie ignores the min-height above */
* html body div#page {
  height: 475px;
}

/* location of the content */
div#content {
  direction: rtl;
  width: 100%;
}

div.post {
  margin: 0;
  padding: 110px 90px 90px 400px;
  height: 100%;
  overflow: hidden;
}

#post-3 { /* home */
  background: transparent url('images/home-image.png') no-repeat 0px 0px; 
}

/*
* html div#post-3 {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=fixed, src='/wp-content/themes/amirlevi/images/home-image.png');
}
*/

#post-6, #post-14, #post-15 { /* workshops */
  background: transparent url('images/workshops-image.png') no-repeat top left; 
  padding-left: 340px;
}

div#post-30, div#post-4, div#post-5, div#post-10{ /* solo, jugglers */
  background: transparent url('images/shows-image.png') no-repeat 0 0; 
  padding-left: 325px;
}

div#post-10 {
  padding-left: 200px;
}

#post-10 h2, #post-9 h2 {
  visibility: hidden;
  display: none;
}

div#post-8 { /* birthdays */
  background: transparent url('images/birthday-image.png') no-repeat top left; 
  padding-left: 410px;
}

div#post-9 { /* gallery */
  background: transparent url('images/gallery-image.png') no-repeat top left; 
  padding-left: 345px;
}

#post-7, #post-16, #post-17, #post-18, #post-19, #post-20 { /* summer-camps */
  background: transparent url('images/summer-camps-image.png') no-repeat top left; 
  padding-left: 300px;
}

/* title of the post */
.entrytext h2 {
  color: #e20a16;
  margin: 0;
  padding:0;
}

/* text position */
.entrytext {
  overflow: hidden; /* scroll bar */
  height: 285px;
}

div.entrytext p, div.entrytext ul, div.entrytext ol {
  margin-top: 0.3em;
  line-height: 1.2em;
  padding-top: 0;
  margin-bottom: 0.3em;
  margin-right: 1px;
}

div.entrytext ul{
  margin-right: 1em;
}

#phone {
  letter-spacing: 2px;
}

ol {
padding-right: 2em;
}

#post-10 p{
  margin: 0;
  padding: 0;
}

/* sidebar */

div#sidebar {
  position: absolute;
  top: 60px;
  left: 350px;
  width: 328px;
  height: 36px; 
  overflow: none;
}

#sidebar i {
  visibility: hidden;
}

div#sidebar ul {
  list-style: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
  display: inline;
}

#sidebar ul li {
  display: inline; /* this gets rid of the vertical gaps IE adds between list items. See http://phonophunk.com/articles/ie-fix-for-gaps-between-list-items.php */
  padding: 0;
  margin: 0;
}

div#sidebar ul li a {
  display: block;
  float: right;
  height: 36px;
  text-decoration: none;
  margin: 0;
  padding: 0;
  background-color: transparent; 
  background-repeat: no-repeat;
  background-position: top left;
}

#sidebar li ul{
  display: none;
}

#sidebar li:hover ul, #sidebar li.over ul {
  display: block;
}

a#gallery {
  background-image: url('images/gallery.png');
}

a#gallery:hover {
  background-image: url('images/gallery_o.png');
}
  
a#birthday {
  background-image: url('images/birthday.png');
}

a#birthday:hover {
  background-image: url('images/birthday_o.png');
}
  
a#summer-camps {
  background-image: url('images/summer-camps.png');
}

a#summer-camps:hover {
  background-image: url('images/summer-camps_o.png');
}
  
a#workshops {
  background-image: url('images/workshops.png');
}

a#workshops:hover {
  background-image: url('images/workshops_o.png');
}
  
a#shows {
  background-image: url('images/shows.png');
}

a#shows:hover {
  background-image: url('images/shows_o.png');
}

a#home {
  background-image: url('images/home.png');
}

a#home:hover {
  background-image: url('images/home_o.png');
}

a#gallery { width: 36px;}
a#birthday {width: 70px;}
a#summer-camps, a#workshops, a#shows {width: 54px;}
a#home {width: 59px;}

a#solo, a#jugglers, a#clip {
  position: absolute;
  text-decoration: none;
  margin: 0;
  padding: 0;
  background-color: transparent; 
  background-repeat: no-repeat;
  background-position: top left;
}

a#solo {
  background-image: url('images/solo.png');
  top: 15px;
  left: 215px;
  width: 62px;
  height: 24px;
}
a#solo:hover {
  background-image: url('images/solo_o.png');
}

a#jugglers {
  background-image: url('images/mofa.png');
  top: 39px;
  left: 215px;
  width: 94px;
  height: 16px;
}

a#jugglers:hover {
  background-image: url('images/mofa_o.png');
}

a#clip {
  background-image: url('images/clip.png');
  top: 55px;
  left: 240px;
  width: 41px;
  height: 17px;
}

a#clip:hover {
  background-image: url('images/clip_o.png');
}
/* header */

div#header {
  direction: rtl;
  position: absolute;
  top: 97px;
  left: 75px;
  width: 217px;
  height: 43px;
}

div#header #headerimg {
  display: none;
}

/* topnav */ 

ul#topnav, ul#topnav li {
  display: inline;
  margin: 0;
  padding: 0;
}

ul#topnav li a {
  height: 43px;
  display:block;
  float: right;
  background-repeat: no-repeat;
}

a#navHome { background-image: url('images/home.jpg'); width: 75px; }
a#navHome:hover { background-image: url('images/home-hover.jpg'); }
a#navContact { background-image: url('images/contact.jpg'); width: 67px; margin-top: 2px;}
a#navContact:hover { background-image: url('images/contact-hover.jpg'); }
a#navAbout { background-image: url('images/about.jpg'); width: 75px; }
a#navAbout:hover { background-image: url('images/about-hover.jpg'); }

/* footer */
/*
#footer {
  direction: rtl;
  top: 475px;
  width: 100%;
  position: absolute;
  color: #b65b58;
  font: bold 12px Arial;
  text-align: center;
}
*/
/* hide all the rest */
form#searchform, div#archives, div#categories, hr, #footer{
  display: none;}

#duh_gallery_photos h3 {
  display: none;
}

#duh_gallery_photos a {
  margin: 2px;
  display: block;
  float: right;
}
