/* Author: Ganesh Gunasegaran */
/* Common Styles */
* {
  margin: 0px;
  padding: 0px;
}
.big { font-size: large; }
.x-small { font-size: x-small; }
.light { color: #999; }

body {
  background-color: #fff;
  color: #333;
  font-size: 80%;
  font-family: verdana, arial, "trebuchet ms", helvetica, sans-serif;
  text-align: left;
}

.verdana {
  font-family: verdana, arial, "trebuchet ms", helvetica, sans-serif;
  font-weight: normal;
}
pre {
  font-size: 110%;
}

blockquote {
  padding: 10px;
  font-size: 100%;
  letter-spacing: 1px;
  background-color: #f7f7f7;
  color: #666;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-left: 10px solid #dedede;
  border-right: 1px solid #dedede;
  margin: 10px;
  text-align: justify;
}

p {
  padding: 5px;
  text-align: justify;
}

h1, h2, h3, h4 {
  font-family: georgia, serif;
  display: block;
  border-bottom: 1px solid #eeeeee;
  padding-left: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

h1 {
  font-size: 140%;
}

h2 {
  font-size: 130%;
}

h3 {
  font-size: 120%
}

h4 {
  font-size: 110%;
}

a:link, a:visited{
  text-decoration: none;
  color: #000066;
  background-color: inherit;
  border-bottom: 1px solid #ddd;
}

a:visited {
  color: #aa0000;
}

a:hover {
  color: #aa0000;
  background-color: inherit;
  text-decoration: underline; 
  border-bottom: none;
}


ul {
  padding-left: 30px;
  list-style-type: disc;  
}

ol {
  padding-left: 35px;
}

hr {
  width: 100%;
  height: 0px;
  border: 0px;
  padding-top: 20px;
}

td {
  border: 1px solid #eee;
  padding: 4px;
  vertical-align: top;
}

th {
  color: inherit;
  border: 1px solid #dddddd;
  background-color: #f3f3f3;
  padding: 4px;
}

/* Layout Styles */
#wrapper {
  color: inherit;
  background-color: inherit;
  width: 876px;
  margin-left: auto; /* Todo: Do cross browser centering */
  margin-right: auto;
  text-align: left;
  background-image: url("shadow.png");
  background-repeat: no-repeat;
}

#main_container {
  margin: 10px;
  color: inherit;
  background-color: #fff;
  border: 1px solid #ddd;
}

#left_container {
  width: 200px;
  float: right;
  text-align: left;
  border-right: 1px solid #eeeeee;
}

#bread_crumb {
  text-align: right;
  padding-bottom: 5px;
  color: #999;
  background-color: inherit;
}

#bread_crumb a:link, #bread_crumb a:visited{
  color: #999;
  background-color: inherit;
  border: 0px;
}

#bread_crumb a:hover{
  color: #777;
  background-color: inherit;
}

#right_container {
  width: 630px;
  line-height: 1.5em;
  float: right;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

#header_bar {
  width: 630px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: right;
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

#left_menu {
  padding-left: 2px;
  padding-right: 10px;
}

#footer_bar {
  width: 100%;
  color: #777;
  background-color: #eee;
  background-image: url("background.png");
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
  display: block;
  clear: both;
  border-top: 1px solid #ddd;
}

#footer_bar a:link, #footer_bar a:visited {
  color: #888;
  background: inherit;
}

#footer_bar a:hover {
  color: #666;
  background: inherit;
}
/* Custom Styles */
#site_logo {
  font-family: georgia, serif;
  font-size: 23px;
  font-weight: bold;
  padding-top: 12px;
  padding-left: 2px;
  padding-right: 3px;
  padding-bottom: 15px;
  font-style: italic;
  letter-spacing: 1px;
  text-align: center;
}
#site_logo a {
  border: none;
}
#site_logo a:hover {
  border: none;
  text-decoration: none;
}


.red {
  color: #a2300d;
  background-color: inherit;
}

#stats {
    float: left;
    clear: right;
    font-size:75%;
    line-height: 1.2em;
    padding-top: 2px;
}

#header_bar a:link, #header_bar a:visited {
  text-decoration: none;
  padding-top: 3px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 3px;
  color: #fff;
  text-transform: lowercase;
  border-bottom: 0px;
  background-color: #999; 
}

#header_bar a:hover, #header_bar .active {
  padding-top: 3px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 3px;
  color: #fff;
  background-image: url("menu_bg_over.png");
  background-color: #b4500e; 
}

#header_bar li{
  display: inline;
}

#left_menu {
  padding-left: 10px;
}

#left_menu ul {
  list-style-type: none;
  padding-left: 10px;
  padding-right: 10px;
}

#left_menu li {
  border-bottom: 1px solid #eee;
}

#left_menu a, #left_menu a:link {
  display: block;
  text-decoration: none;
  color: #000066;
  background-color: inherit;
  border: 0;
  padding: 4px;
}

#left_menu a:hover {
  background-color: #fcfcfc;
  color: #aa0000;
}


.block {
  color: inherit;
  background-color: #ffffcc;
  border: 1px solid #eeeebb;
}

.block .inner {
  background: transparent url(corner.png) bottom right no-repeat;
  position: relative;
  left: 2px;
  top: 2px;
  padding: 10px;
}

.block#alpha .inner {
  line-height: 160%;

}
.block#alpha .inner a {
  border: 1px solid #ccc;
  padding-left: 3px;
  padding-right: 3px;
  margin-left: -2px;
  margin-right: -2px;
  font-size: 110%;
}
.block#alpha .inner a:hover {
  background-color: #fff;
  text-decoration: none;
}

.text_box{
  border: 1px solid #cccccc;
  color: inherit;
  background-color: #f9f9f9;
  padding: 2px;
}

.text_box:hover, .button:hover {
  color: inherit;
  background-color: #ffffcc;
}

.button, .activebutton {
  margin: 5px;
  padding: 5px;
  border: 1px solid #cccccc;
  color: inherit;
  background-color: #f9f9f9;
}

.activebutton {
  background-color: #ffffcc;
}
a.button:hover {
  text-decoration: none;
}
.illustration {
  padding: 10px;
}
.legend {
  padding: 5px;
  font-size: 90%;
  line-height: 1.4em;
}


#googlesearch td, #googlesearch table {
  border: none;
  padding: 0px;
  margin: 0px;
}
#googlesearch {
  text-align: center;
}

.chord-span {
 color:blue;
 border-bottom:1px dotted blue;
 cursor:help;
}

.chord-selector {
 text-align:center;
 border:1px solid #ccc;
 width:20px;
 display:block;
 float:left;
 margin:2px;
}

.chord-img {
 width:138px;
 height:80px;
}

.chord-group {
 border:1px solid #ccc;
 float:left;
 margin:5px;
}

.song-comment {
 color:darkblue;
}

.notfount-chords {
 color:blue;
}

#float_chord {
 z-index:100;
 position:absolute;
 display:none;
 width:138px;
 height:80px;
 border:1px solid #ccc;
 margin:0px;
 padding:0px;
}

.ppp {
    display:none;
}
