/*
haqqmisra.css
'haqqmisra' style for the Tarski theme - http://tarskitheme.com/
Designed by Gina Riggio, http://ginariggio.com/
*/

html {overflow-y: scroll;}

body { 
  margin: 0;
  padding: 0;
  min-width: 875px;
}

body .primary {
  width: 550px;
  float: right;
  margin-right: 100px;
}

#myscreen {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  min-height: 620px;
  height: 100%;
  background-color: rgb(51, 51, 51);
}

#myborderbox {
  width: 875px;
  top: 10px;
  bottom: 10px;
  margin-left: -438px;
  left: 50%;
  min-height: 600px;
  border: 2px solid #000;
  background-color: #fff4d4;
}

#myheader { 
  width: 875px;
  height: 309px;
  background-image: url("http://haqqmisra.net/images/header.jpg");
  background-repeat: no-repeat;
  background-position: top left;
}

#myfooter {
  width: 875px;
  height: 33px;
  bottom: 10px;
  background-image: url("http://haqqmisra.net/images/footer.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  border: 5px solid #fff;
}

#mysidebar {
  width: 130px;
  float: left;
  border: 0px solid;
  min-height: 258;
}

#news {
  width: 130px;
  height: 35px;
  background-image: url("http://haqqmisra.net/images/news.jpg");
  background-repeat: no-repeat;
  background-position: left top;
}

#music {
  width: 130px;
  height: 29px;
  background-image: url("http://haqqmisra.net/images/music.jpg");
  background-repeat: no-repeat;
  background-position: left top;
}

#research {
  width: 130px;
  height: 29px;
  background-image: url("http://haqqmisra.net/images/research.jpg");
  background-repeat: no-repeat;
  background-position: left top;
}

#writing {
  width: 130px;
  height: 30px;
  background-image: url("http://haqqmisra.net/images/writing.jpg");
  background-repeat: no-repeat;
  background-position: left top;
}

#resume {
  width: 130px;
  height: 29px;
  background-image: url("http://haqqmisra.net/images/resume.jpg");
  background-repeat: no-repeat;
  background-position: left top;
}

#about {
  width: 130px;
  height: 31px;
  background-image: url("http://haqqmisra.net/images/about.jpg");
  background-repeat: no-repeat;
  background-position: left top;
}

#blank {
  width: 130px;
  height: 75px;
  background-image: url("http://haqqmisra.net/images/blank.jpg");
  background-repeat: no-repeat;
  background-position: left top;
}