/* @override http://www.authormarketingsummit.com/style.css */

/* @override 
	http://authormarketingsummit.com/style.css
	http://www.authormarketingsummit.com/style.css
*/

body {
	background-color: #9cf;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-image: url(charleston.jpg);
}

div#register.widget {
	background-color: #0e7491;
	color: #fffeff;
	font-size: 16px;
	border-top: 1px none #088db3;
	border-left: 1px none #13add9;
	border-bottom: 1px solid #04536a;
	border-right: 1px solid #04536a;
}

div#register.widget a {
	color: #fffeff;
}

div#register.widget a:hover {
	color: #fffeff;
	font-style: italic;
}

/* @group Schedule */

tr#item:nth-child(odd) {
	background-color: #f7f7f7;
}

img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#time {
	width: 100px;
	color: #424242;
	font-size: 20px;
}

#track span.nontrack {
	font-size: 20px;
	color: #424242;
}

td#time.header {
	font: bold 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#track img.floatleft {
	float: left;
	margin-right: 15px;
	width: 64px;
}

#track h5 {
	font-size: 20px;
	margin: 0;
	color: #0e708c;
}

tr {
	display: block;
	margin-top: 5px;
	padding: 10px;
	margin-bottom: 5px;
}

tr#header {
	background-color: #eaeaea;
	font-weight: bold;
	color: #424242;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}



/* @end */

#wrapper {
	width: 940px;
	margin: auto auto 30px;
}

#logo {
	background-color: rgba(255,254,255,0);
	-webkit-border-radius:10px;
	overflow: hidden;
	height: 135px;
}

#signup {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
	margin-bottom: 20px;
	font: 28px Georgia, "Times New Roman", Times, serif;
}

h2 {
	margin-bottom: 5px;
	font: normal normal 30px Georgia, "Times New Roman", Times, serif;
	margin-top: 5px;
}

h3 {
	font: normal normal 20px Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
}

span.callnow {
	font: 15px Georgia, "Times New Roman", Times, serif;
}

h4 {
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 0;
}

span.date {
	color: #ababab;
}

span.place {
	color: #8cc3ce;
	font: 25px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#header ul {
	padding: 0;
}

li.person {
	list-style-type: none;
	float: left;
	display: block;
	width: 126px;
	height: 130px;
	background-color: #eaeaea;
	margin-right: 2px;
}

#header {
}

#signup div.otherside {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

.anchor {
	clear: both;
}

div.content {
	background-color: #fff;
	-webkit-border-radius: 15px;
	-webkit-box-shadow: 2px 2px 10px #888;
	-moz-border-radius: 15px;
	-moz-box-shadow: 2px 2px 10px #888;
	padding: 20px;
}

#navigation {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 20px;
}

#left {
	float: left;
	width: 640px;
}

#sidebar {
	float: right;
	width: 235px;
}

#navigation ul {
	padding: 0;
	margin: 0;
}

#navigation ul li.link {
	float: left;
	list-style-type: none;
	margin-right: 10px;
	font-size: 14px;
}



#navigation ul li.link a {
	text-decoration: none;
	color: #0e7491;
	
}

a {
	color: #0e7491;
}
a:hover {
	font-weight: bold;
}

/* @group Hidden Menu */

/* HIDDEN DIV PANEL STYLE */

#hidden-div {
  position: absolute;
  width: 900px;
  height: 240px;
  margin: -1px 0 0 0;
  padding: 30px;
  background: #333;
  display: none;
  z-index: 100;
}

/* HIDDEN DIV PANEL - CONTENT INSIDE */

#hidden-div-left {
  float: left;
  width: 450px;
  height: 300px;
}

#hidden-div-right {
  float: right;
  width: 450px;
  height: 300px;
}

#hidden-div-right ul {
  margin: 10px 0 0 0;
  padding: 20px;
  list-style: none;
  background: #191919;
  overflow: hidden;
}

#hidden-div-right ul li a {
  display: block;
  font-size: 1.0em;
  line-height: 1.0em;
  color: #fff;
  text-decoration: none;
  margin: 0;
  padding: 11px 0;
}

#hidden-div-right ul li a:hover {
  color: #aaa;
  text-decoration: none;
}

/* @end */

div.widget {
	padding: 10px;
	background-color: #eaeaea;
	-webkit-border-radius: 8px;
	font-size: 12px;
	-webkit-box-shadow: 1px 1px 2px #919191;
	-moz-border-radius: 8px;
	-moz-box-shadow: 1px 1px 1px #d5d5d5;
	color: #424242;
}

#sidebar div.widget ul {
	padding-left: 25px;
}

#subheading {
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
}

.blue {
	border-bottom: 1px solid #0096ff;
	background-color: rgba(0,150,255,0.43);
}

.green {
	border-bottom: 1px solid #00f800;
	background-color: rgba(0,248,0,0.26);
}

.red {
	border-bottom: 1px solid #ff2500;
	background-color: rgba(255,37,0,0.5);
}

#left div.post ul li {
	margin-bottom: 5px;
}

#registerbuttonone {
	text-align: center;
	font-size: 16px;
}

#registerbuttontwo {
	text-align: center;
	font-size: 16px;
}

.discountprice {
	font-size: 28px;
	line-height: 40px;
}

/* @group Buttons */

#signup div a.large.awesome {
	width: 170px;
	text-align: center;
	padding: 10px;
	float: right;
	font-size: 20px;
	margin-top: 5px;
	margin-right: 5px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

.awesome, .awesome:visited {
	background: #a9a9a9 url(alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

	.awesome:hover							{ background-color: #797979; color: #fff; }
	.awesome:active							{ top: 1px; }

.small.awesome, .small.awesome:visited 			{ font-size: 11px; padding: ; }
	.awesome, .awesome:visited,
	.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
	.large.awesome, .large.awesome:visited 			{ font-size: 14px; padding: 8px 14px 9px; }
	
	.green.awesome, .green.awesome:visited		{ background-color: #91bd09; }
	.green.awesome:hover						{ background-color: #749a02; }
	.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf; }
	.blue.awesome:hover							{ background-color: #007d9a; }
	.red.awesome, .red.awesome:visited			{ background-color: #e33100; }
	.red.awesome:hover							{ background-color: #872300; }
	.magenta.awesome, .magenta.awesome:visited		{ background-color: #a9014b; }
	.magenta.awesome:hover							{ background-color: #630030; }
	.orange.awesome, .orange.awesome:visited		{ background-color: #ff5c00; }
	.orange.awesome:hover							{ background-color: #d45500; }
	.yellow.awesome, .yellow.awesome:visited		{ background-color: #ffb515; }

.yellow.awesome:hover							{ background-color: #fc9200; }



/* @end */

#left div.speaker ul {
}

#left div.speaker ul li {
	list-style-type: disc;
	left: 10px;
	position: relative;
	margin-bottom: 5px;
	font-size: 12px;
	margin-left: 160px;
}

#map {
	margin-left: -5px;
}

#left div.showcase img.floatleft {
	width: 210px;
	padding-right: 3px;
}

h2.indextitle {
	font-size: 28px;
	color: #0e7491;
}

#sidebar div.widget ul li {
	margin-bottom: 10px;
}

#photosofpast {
	margin-left: 35px;
}

#photosofpast img {
	width: 170px;
	float: left;
	padding: 10px;
}