@charset "utf-8";
/* CSS Document */

/* Reset
***************************************************************/

html, body, div, span, applet, object, iframe,
h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

/* Remember focus styles! */
:focus { outline: 0; }

/*ol, ul { list-style: none; }*/

/* Tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* HTML 5 elements as block */  
header, footer, aside, nav, article { display: block; }

body, html {
	margin:0;
	padding:0;
	background:#eee;
	font-family: Arial;
}



p {
	padding-bottom: 15px;
	line-height: 1.6em;	
}

h2 {
	font-size: 1.2em;
	font-weight: bold;	
}

h3 {
	font-weight: bold;
	padding-bottom: 20px;	
}

.list {
	padding: 0 0 20px 20px;	
}

.list li {
	padding: 5px 0;
	line-height: 1.4em;	
}

#header {
	width: 100%;
	height: 210px;
	margin: 0 auto;
	padding: 0;
	background: url(images/how-to-book-my-band-head-bg.jpg);
	background-repeat: no-repeat;	
}

#wrapper {
	margin: 0 auto;
	background: #eee;
	width: 960px;
	bottom: 0px;	
}

#content {
	margin: 40px 20px 20px 0px;
	padding: 0px 20px 20px 20px;
	font-family: Arial, Helvetica, sans-serif;	
	width: 580px;
	background:#fff;
	border: 1px solid #ccc;
	float: left;
}

#content a:hover {
	text-decoration: none;	
}

.right {
	margin: 40px 0px 20px 0px;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;	
	width: 270px;
	background:#fff;
	border: 1px solid #ccc;
/*	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
	float: right;	
}

.right a:hover {
	text-decoration: none;	
}

.right p {
	text-align: center;
	font-weight: bold;
		
}

#nav {
	width: 100%;
	height: 40px;
	padding: 0;
	background-color: #000;
}
/*
#nav ul {
	width: 960px;
	padding: 0;
	list-style: none;
	margin:0 auto;	
}

#nav li {
	 display: inline-block;
	font-size:1em;
	line-height: 2.5em;
}

#nav li a {
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 0px 10px 40px;
	text-decoration: none;
	color: #fff;
	text-align:center;
}
#nav li a:hover {
	color: #f00;
}*/

#nav ul {
	width: 960px;
	/*display: inline;*/
	padding: 0;
	list-style: none;
	margin:0 auto;
	text-align: right;	
}

#nav ul li {
  display: inline-block;
  margin-right: -4px;
  /*position: relative;*/
  padding: 10px 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#nav ul li a {
	color: #fff;
	text-decoration: none;	
}

#nav ul li:hover {
  background: #333;
  color: #f00;
}
#nav ul li ul {
  padding: 0;
  position: absolute;
  top: 38px;
  left: 0;
  width: 150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}

#nav ul li ul li { 
  background: #333; 
  display: block; 
  color: #fff;
  text-align: center;
}

ul li ul li:hover { background: #000; color: #f00; }

#nav ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}




#formbox {
	margin: 0 auto;
	width: 440px;
	background: #ccc;	
}

#logobox {
	margin: 0 auto;
	width: 960px;
	padding-top: 10px;	
}

.clear {
	clear: both;	
}

.rus-pic {
	padding: 20px 0;	
}

.about-rus {
	font-size: .6em;
	padding: 5px 0;		
}

.read-more-link {
	font-size: 14px;
	float: right;
}

.teaser{
	margin: 40px 0px;
}

.lure {
	margin: 20px 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #999;	
}

.lure h2 {
	padding-bottom: 20px;	
}

.lure h3 {
	padding-bottom: 5px;
	color: #333;	
}

.lure p {
	padding-bottom: 20px;	
}

.kindle a, .ebook a {
	margin: 0 auto;
	display:block;
	font-size: 1.6em;
	width: 243px;
	height: 68px;
	padding-top: 8px;
	color: #000;
	text-decoration: none;
	text-align: center;
	cursor:pointer;
}

.kindle a {
	background-image: url(images/how-to-book-my-band-kindle.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.ebook a {
	background-image: url(images/how-to-book-my-band-ebook.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.kindle a:hover, .ebook a:hover {
	color: #fff;
}

footer {
	width: 100%;
	height: 40px;
	background: #333;
	padding: 20px 0;
	color: #999;
	text-align: center;	
}

#mc_embed_signup {
	background:#fff; 
	clear:left; 
	font:14px Helvetica,Arial,sans-serif; 
	padding-top: 20px;
	}
	
#mc_embed_signup h2 {
	font-size: 1.3em;	
}

.review {
	padding-top: 20px;	
}

.review iframe {
	padding-bottom: 20px;	
}

.review img {
	padding: 20px 0;	
}

.links img {
	padding: 0;	
}

.feature {
	padding: 10px;
	background-color: #eee;
	border: 1px solid #ddd;	
}

.feature img {
	float: right;	
}

.center {
	width: 100%;
	margin: 20px auto;	
}

.comment {
	display: block;
	margin: 20px 0;
	padding: 20px 0;
	border-top: 1px solid #777;	
}

.CSSTable {
	margin:0 0 40px 0;
	padding:0;
	width:100%;
	border:1px solid #000000;
}
.CSSTable table{
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;	
}
.CSSTable tr:hover td{
	background-color: #C6F7E6;
}
.CSSTable tr:nth-child(odd){ 
	background-color:#dddddd; 
}
.CSSTable tr:nth-child(even){ 
background-color:#ffffff; 
}
.CSSTable td{
	vertical-align:middle;
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:15px 7px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#000000;
}
.CSSTable tr:last-child td{
	border-width:0px 1px 0px 0px;
}
.CSSTable tr td:last-child{
	border-width:0px 0px 1px 0px;
}
.CSSTable tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTable tr:first-child td{
	background:-o-linear-gradient(bottom, #ff7f00 5%, #ff7f00 100%);	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7f00), color-stop(1, #ff7f00) );
	background:-moz-linear-gradient( center top, #ff7f00 5%, #ff7f00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7f00", endColorstr="#ff7f00");	
	background: -o-linear-gradient(top,#ff7f00,ff7f00);
	background-color:#ff7f00;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	color:#000000;
}
.CSSTable tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #ff7f00 5%, #ff7f00 100%);	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7f00), color-stop(1, #ff7f00) );
	background:-moz-linear-gradient( center top, #ff7f00 5%, #ff7f00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7f00", endColorstr="#ff7f00");	
	background: -o-linear-gradient(top,#ff7f00,ff7f00);
	background-color:#ff7f00;
}
.CSSTable tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTable tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}