/* MollyErdman.com stylesheet */
/* sub.css */
/* defines common sublevel styles */

#col1 {
	width: 150px;
	padding: 20px 15px 10px 15px;
	float: left;
        border-right: 1px solid #CDCDCD;
        border-bottom: 2px solid #CDCDCD;
        margin-bottom: 20px;
}

#col1 .bio {
	font-size: 1.2em;
	line-height: 1.1em;
	border-bottom: 1px solid #CDCDCD;
	padding-bottom: 10px;
        margin-bottom: 20px;
}

#col1 .bio strong {
	font-size: 1.6em;
	line-height: 1em;
	text-transform: uppercase;
	color: #00AEEF;
}

#col2 .section_header {
  margin-left: 10px;
  color: #00AEEF;
  font-size: 2em;
  line-height: 1em;
  text-transform: uppercase;
  text-align: left;
}

#upcoming_shows {
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: center;
}

#upcoming_shows h2 {
	height: 51px;
	background: transparent url('/images/9.gif') top center no-repeat;
	text-indent: -5000em;
	overflow: hidden;
	margin-bottom: 10px;
}

#upcoming_shows .show {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CDCDCD;
}

#upcoming_shows .show img {
	margin: 5px 0;
	border: 1px solid #CDCDCD;
}

#upcoming_shows .show h3 {
	text-transform: uppercase;
	font-size: 1.4em;
        line-height: 1em;
}

.article_footer {
  margin: 5px 0;
}

.article_footer li {
  float: left;
  margin-right: 5px;
  padding: 3px 5px 3px 0;
  border-right: 1px solid #CDCDCD;
}

#article_subnav {
  width: 100%;
  border: 1px solid #CDCDCD;
}

#article_subnav td {
  padding: 5px;
}


/* BEGIN ARTICLE COMMENT STYLES */

.article_comments {
  margin: 10px 20px 20px 20px;
  text-align: left;
}

#no_comments {
  font-size: 1.1em;
  margin: 10px 10px 20px 10px;
  padding: 10px;
  border-bottom: 1px dotted #CDCDCD;
}

#txpCommentInputForm {
  width: 45%;
  float: left;
}

#txpCommentInputForm input {
   margin-bottom: 5px;
}

#txpCommentInputForm #name,
#txpCommentInputForm #email,
#txpCommentInputForm #web,
#txpCommentInputForm #message {
  width: 100%;
}

#cpreview {
  width: 45%;
  float: right;
  background-color: #FFFBCC;
  padding: 0 10px;
  font-size: 1.1em;
  line-height: 1.2em;
}

#cpreview h5 {
  margin-top: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

#cpreview p {
  margin: 10px 0;
}

#cpreview p.small {
  font-size: .9em;
  text-align: right;
}

.comments_error {
  color: #ED1C24;
  font-size: 1.1em;
  border: 1px solid #ED1C24;
}

.comments_error ul {
  margin: 10px;
  padding: 5px;
}

.comments_error li {
  margin: 5px;
}

.article_comments h4 {
  text-transform: uppercase;
  font-size: 1.6em;
  line-height: 1em;
  color: #00AEEF;
  margin-bottom: 10px;
}

.article_comments .comments li {
  margin: 10px 0;
  padding: 10px 0;
  font-size: 1.1em;
  line-height: 1.2em;
  border-bottom: 1px dotted #CDCDCD;
}

.article_comments .comments p {
   margin: 5px;
}

.article_comments .comments p.small {
  text-align: right;
  font-size: .9em;
}

/* END ARTICLE COMMENT STYLES */

/* BEGIN MISC STYLES */

#sectionnav {
  width: 100%;
}

/* END MISC STYLES */

/* BEGIN ERROR PAGE STYLES */

#error #col2 {
  margin-top: 100px;
  width: 775px;
  float: right;
  text-align: center;
}

#error #col2 .section_header {
  font-size: 4em;
  margin: 0;
  line-height: 1em;
  text-align: center;
}

#error #col2 .error_msg {
  font-size: 1.6em;
  line-height: 1.2em;
}

#error #col2 .error_descript {
  margin: 50px 200px;
  font-size: 1.4em;
  line-height: 1.2em;
}

/* END ERROR PAGE STYLES */

/* end sub.css */