/* AnythingSlider Themese demo */
body               { background: #ddd; color: #333; font-size: 16px; }
a:link             { color: #08f; text-decoration: none; }
a:hover            { color: #f80; }

.dark          { color: #ddd; }
.dark a:link   { color: #fc0; }
.dark a:hover  { color: #ddd; }

#nav               { display: block; width: auto; margin: 10px auto; text-align: center; white-space: nowrap; line-height: 3em; }
#nav a             { text-align: center; background: black; color: white; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 10px; }
#nav a.git         { background: #006; }
#nav a.issue       { background: #600; }
#nav a:hover,
#nav a.current     { background: #666; }

h1                 { text-align: center; font-family: 'Bowlby One SC', sans-serif; font-size: 250%; }

.theme-list        { text-align: center; margin: 30px auto; }
.theme-list div    { height: 35px; vertical-align: middle; } /* this silly css definition is needed for IE7 */
.theme-list select { margin-bottom: 30px; }

#wrap { margin-bottom: 5px; }

/* background color selector */
#bkgd              { margin: 20px auto; width: 320px; }
.block             { float: left; display: block; width: 20px; height: 20px; }
