/*
Theme Name: Dream Amp
Theme URI: http://sultanaev.ru
Description: WordPress theme for the real Rockstars
Author: Alex Sultan aka ShuffleXP
Author URI: http://sultanaev.ru
Version: 1.0

*/

body {
  background: url(images/footer_bg_2.jpg) top center #2e2e2e;
  margin: 0px;
  padding: 0px;
  font-family: Helvetica, Arial, sans-serif;
  color: #aaaaaa;
  font-size: 13px;
  line-height: 20px;
}

#indilean {
  display:none;
}

#amp {
  background: url(images/amp_back_1.jpg) repeat-y center 5px #261401;
}

#amp-top {
  background: transparent url(images/main_bg_1.jpg) no-repeat top center;
}

#amp-bottom {
  background: url(images/amp_bottom_1.jpg) no-repeat bottom;
  padding: 0 0 100px 0;
}

a {
  color: #ffcc73;
  text-decoration: none;
}

a:hover {
  color: white;
}

a#rss {
  background: url(images/rss.gif) no-repeat;
  padding: 6px 0 0 30px;
  display: block;
  height: 23px;
  font-weight: bold;
}
a#sixtyone {
  background: url(images/sixtyone.gif) no-repeat;
  padding: 6px 0 0 30px;
  display: block;
  height: 23px;
  font-weight: bold;
}
a#twitter {
  background: url(images/twitter.gif) no-repeat;
  padding: 6px 0 0 30px;
  display: block;
  height: 23px;
  font-weight: bold;
}
a#facebook {
  background: url(images/facebook.gif) no-repeat;
  padding: 6px 0 0 30px;
  display: block;

  height: 23px;
  font-weight: bold;
}
a#myspace {
  background: url(images/myspace.gif) no-repeat;
  padding: 6px 0 0 30px;
  display: block;
  height: 23px;
  font-weight: bold;
}

img, a img {
  border: 1px #333 solid;
  background: #111;
  padding: 4px;
}

a:hover img {
  border-color: #CA8232;
  background: #301701;
}

h1 {
  font-size: 26px;
  color: #ffcc73;
}

h2 {
  font-size: 22px;
  font-weight: normal;
  margin: 0 0 15px 0;
  color: #ffcc73;
}

#cat-title {
  font-size: 22px;
  font-weight: normal;
  margin: 0 0 25px -18px;
  color: #ffcc73;
}

h3 {
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 15px 0;
  color: #ffcc73;
}

h4,h5,h6 {
  color: #ffcc73;
}

#main {
  
}

.container {
  width: 950px;
  margin: 0 auto;
  position: relative;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

img.alignleft{
  margin: 4px 7px 5px 0;
}

img.alignright{
  margin: 4px 0 5px 7px;
}

.clear {
  clear: both;
}

/* 
	Header-Styles 
*/

#header {
  height: 210px;
}

#logo h1 {
  margin: 0px;
  display: block;
  text-indent: -9999px;
}

#logo {
  position: absolute;
  width: 240px;
  height: 46px;
  top: 67px;
  left: 380px;
  background: url(images/indilean.png) no-repeat;
}

ul#menu-top {
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 130px;
  left: 125px;
}

ul#menu-top li {
  display: inline;
}

ul#menu-top li a {
  display: block;
  float: left;
  width: 100px;
  text-decoration: none;
  color: #000;
  padding: 44px 0 0 0;
  text-align: center;
  font-weight: bold;
  background: url(images/cnobs.png) 0 0 no-repeat;
}

ul#menu-top li a:hover {
  background-image: url(images/cnobs.png);
  background-position: -100px 0; 
}

ul#menu-top li a.active,
ul#menu-top li.current_page_item a {
  background-image: url(images/cnobs.png);
  background-position: -200px 0; 
}

ul#menu-top li a#menu-1 {
  background-image: url(images/cnobs.png);
  width: 70px;
  background-position: -300px 0;
}

ul#menu-top li a:hover#menu-1 {
  background-image: url(images/cnobs.png);
  width: 70px;
  background-position: -370px 0;
}

#searchform {
  position: absolute;
  width: 211px;
  top: 148px;
  right: 137px;
}

#searchform #s {
  display: block;
  float: left;
  height: 21px;
  width: 166px;
  background: url(images/search_1.png) no-repeat;
  padding: 4px 7px 2px 5px;
  margin: 0 5px 0 0;
  color: #ff9000;
  border: none;
}

#searchform #searchsubmit {
  display: block;
  float: left;
  width: 28px;
  height: 27px;
  background: url(images/submit_1.png) no-repeat left top;
  border: none;
  text-indent: -999%;
  line-height: 22px;
  padding: 0;
  margin: 0;
}

/*
	Center Styles
*/

#center .container {
  
}

#center ul, #center ol{
  padding: 0 0 0 20px;
}

/*
	Block-Content-Styles
*/

#block_content {
  min-height: 550px; /*550px*/
}

#content_area {
  float: left;
  padding: 50px 0 0 150px;
  width: 650px; /*420px*/
}

#sidebar {
  float: right;
  width: 190px;
  padding: 50px 140px 0 0;
  font-size: 14px;
  line-height: normal;
}

#sidebar h2 {
  font-size: 20px;
  color: #ca8232;
  margin: 0 0 10px 0;
}

#sidebar a {
  color: #666666;
}

#sidebar a:hover {
  color: #ca8232;
}

#sidebar .widget {
  padding: 0 0 20px 0;
}

#sidebar .widget ul {
  padding: 0;
  margin: 0;
}

#sidebar .widget ul li {
  list-style: none;
}

#sidebar .widget ul li a {
  display: block;
  width: 90%;
  padding: 3px 0 2px 10%;
  background: url(images/led_off_1.gif) no-repeat left;
}

#sidebar .widget ul li a:hover {
  background-image: url(images/led_on_1.gif);
}

/*
	Post Styles
*/

.post {
  margin: 0 0 25px 0; /* 0 0 60px 0 */
}

.date {
  float: left;
  width: 62px;
  height: 65px;
  padding: 7px 0 0 0;
  margin: -5px 7px 0 -22px;
  text-align: center;
  text-transform: uppercase;
  line-height: 16px;
  font-size: 22px;
  color: white;
  background: transparent url(images/date_bg_1.png) no-repeat;
}

.white a {
  color:white;
  font-size: 22px;
}
.white a:hover {
  color:#dddddd;
}

.date span {
  font-size: 12px;
  font-weight: bold;
  padding: 0;
  margin: 0;
}

.meta {
  font-size: 12px;
}

.meta a {
  color: #ca8232;
}

.meta a:hover {
  color: #ffcc73;
}



/*
	Comment-Styles
*/

ul#comments {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 12px;
}

ul#comments li {
  float: left;
  clear: both;
  width: 100%;
  margin: 0 0 20px 0;
}

#comments .the-comment {
  margin-left: 80px;
}

#comments p {
  padding: 0;
  margin: 0 0 10px 0;
}

#comments .author {
  float: left;
  width: 70px;
  clear: left;
  line-height: normal;
  text-align: center;
}

#commentform input#author,
#commentform input#email,
#commentform input#url {
  background-color: #222;
  height: 18px;
  width: 250px;
  border: #666 solid 1px;
  color: #ccc;
}

#commentform textarea#comment {
  background-color: #222;
  border: #666 solid 1px;
  color: #ccc;
  width: 100%;
}

/*
	Footer-Styles
*/

#footer {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: normal;
  height: 255px;
  background: url(images/footer_bg_1.jpg) top center repeat-x #2e2e2e;
  padding: 45px 0 0 0;
}

#footer h2 {
  color: #b3b3b3;
  margin: 0 0 20px 0;
}

#footer .container {
  width: 840px;
}

#footer .widget {
  float: left;
  width: 250px;
  margin: 0 15px 0 15px;
  padding: 0;
}

#footer .widget ul {
  width: 100%;
  padding: 0;
  margin: 0;
}

#footer .widget ul li {
  list-style: none;
  border-bottom: 1px #404040 solid;
  padding: 6px 0 7px 0;
}

/*
	Flickr Styles
*/

#flickr a {
  line-height: 0;
  font-size: 0;
  display: block;
  float: left;
}

#flickr img {
  padding: 2px;
  margin: 1px;
}

/*
	Custom Styles
*/

.fixpage {
  float:right; margin:-30px 46px 0 0;
}

.fixpage-2 {
  float:right; margin:-20px 46px 0 0;
}

.fixpage a {
  color:#ca8232;
}

.fixpage a:hover {
  color:#ffcc73;
}

.entry_content {
  margin:20px 0 0 10px;
}

.entry_content fieldset {
  padding:0;
  margin:0;
}

.contribute-song {
  width:630px;
}
.edit-song {
  width:630px;
}

.metalow {
  text-align:center;
  margin-top:20px;
}

.change_mssg {
  border:1px dashed #666666;
  background:#222222;
  font-size:12px;
  padding:5px;
  width:620px;
}

.change_mssg_home {
  border:1px dashed #666666;
  background:#222222;
  width:620px;
  font-size:12px;
  padding:5px;
}

.alpha_letters {
  border:1px dashed #666666;
  background:#222222;
  width:620px;
  font-size:13px;
  padding:5px;
  margin-bottom:27px;
  text-align:center;
}

.contactus {
  width:630px;
}

#listing_artists {
	border: 1px solid #b1b1b1;
	width: 630px;
}
#listing_artists table {
	border-spacing: 0px;
	border: 1px solid #e0e0e0;
	width: 100%;
}
#listing_songs table {
	border-spacing: 0px;
	border: 1px solid #e0e0e0;
}

#listing_artists table {
	background: url(images/gradient_bg.jpg) top left repeat-x #d5d5d5;
	padding: 5px;
}
#listing_artists table td {
	padding: 6px 10px;
}

#artists
	{
	color: #000;
	width: 100%;
	font-weight: bold;
	padding: 1px 10px 6px 5px;
	margin: 0px;
	text-align: left;
	font-size: 16px;
	}
	
#lyrics 
	{
	color: #000;
	font-weight: bold;
	margin: 0px;
	padding: 1px 5px 6px 0px;
	text-align: left;
	font-size: 16px;
	}

.row1 {color: #e0e0e0; background-color: #222;}
.row0 {color: #e0e0e0; background-color: #333;}

.alignCenter { text-align:right; }
