/*
Theme Name: cgoldmacher
Theme URI: http://wordpress.org/
Description: Custom design 
Author: Brian Casel
Author URI: http://casjam.com/

	cgoldmacher Custom Theme Design
	 http://www.casjam.com

	This theme was designed and built by Brian Casel,
	whose portfolio you will find at http://casjam.com/

*/

html,
body {
	margin: 0;
	padding: 0;
	background: #000;
	color: #fff;
	font-family: "lucida grande", tahoma, helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	text-align: center;
}

/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
/* end clearfix */

.boxclear {
	clear: both;
}

* {
	margin: 0;
	padding: 0;
}

a:link,
a:visited {
	color: #74aad9;
	text-decoration: underline;
}
a:hover {
	color: #fff;
	text-decoration: none;
}

p {
	margin: 0 0 1em 0;
}

ul, li {
	list-style: none;
}

textarea {
	font-family: "lucida grande", verdana, helvetica, sans-serif;
}

#container {
	width: 950px;
	margin: 0 auto;
	padding: 15px 0 0 0;
}
#container.home {
	padding: 25px 0 30px 0;
}

/** Home Page **/

p.client-login-link {
	margin: 0 0 10px 0;
	padding: 0;
	text-align: right;
	font-family: Georgia, times, serif;
	font-style: italic;
}
p.client-login-link a {
	color: #8D8D8D;
}

#home-main {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 0 0 30px 0;
}

/* Homepage Navigation */

#home-main ul {
	float: left;
	text-align: left;
	font-size: 18px;
	padding: 15px 0 0 0;
	width: 500px;
	text-align: left;
}
#home-main ul li {
	height: 45px;
}
#home-main ul li a:link,
#home-main ul li a:visited {
	text-decoration: none;
	color: #8d8d8d;
	font-weight: bold;
}
#home-main ul li a:hover {
	color: #74aad9;
} 

#home-main ul ul {
	padding: 0;
	margin: 0 0 0 30px;
	float: none;
}
#home-main ul ul li {
	height: auto;
	font-weight: normal;
	font-size: 11px;
	padding: 3px 10px 0 0;
	float: left;
}
#home-main ul ul li a:link,
#home-main ul ul li a:visited {
	color: #fff;
	text-decoration: underline;
}
#home-main ul ul li a:hover {
	text-decoration: none;
}


#home-main h1 {
	float: left;
	padding: 0;
}


#home-callout {
	border-bottom: 1px solid #fff;
	padding: 0 0 28px 0;
	margin: 0 0 28px 0;
	font-size: 21px;
	line-height: 1.5em;
}
#home-callout #ebook-callout {
	padding: 0 0 0 80px;
}
#home-callout #ebook-cover {
	float: left;
	width: 130px;
	margin: 0 15px 0 0;
}
#home-callout #ebook-callout-text {
	float: left;
	width: 650px;
	text-align: center;
	padding: 55px 0 0 0;
} 
#home-callout #ebook-callout-text a {
	font-weight: bold;
	text-decoration: none;
}

.home-box {
	float: left;
	border: 1px solid #595959;
	width: 426px;
	height: 83px;
	padding: 12px 16px;
	text-align: left;
}
.home-box.blog-callout {
	float: left;
}
.home-box.testimonials {
	float: right;
}

.home-box.testimonials p {
	margin: 0;
	width: 420px;
	text-align: right;
}
.home-box.testimonials p.quote {
	margin-bottom: 6px;
	font-size: 16px;
}
.home-box.testimonials p.title {
	color: #8D8D8D;
	font-size: 12px;
}

.blog-callout h3 {
	float: left;
	margin-right: 10px;
}
.blog-callout h3 a {
	text-decoration: none;
}
.blog-callout .home-article-date {
	float: left;
	color: #8D8D8D;
}
.blog-callout p {
	clear: both;
}


/** Inner Pages **/


/* Main Nav */

#nav {
	border-bottom: 1px solid #fff;
}
#nav ul {
	font-size: 15px;
	font-weight: bold;
	margin: 0 auto;
	width: 932px;
}
#nav ul ul {
	width: auto;
}
#nav ul li {
	float: left;
	padding: 5px 15px 15px 15px;
	position: relative;
}
#nav ul li.home-link {
	padding: 2px 10px 2px 0;
	margin: -4px 0 0 0;
}
#nav ul ul li {
	float: none;
}
#nav ul li:first-child {
	padding-left: 13px;
}
#nav ul li:last-child {
	padding-right: 3px;
}
#nav ul li a:link,
#nav ul li a:visited {
	color: #8d8d8d;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #74aad9;
}
#nav ul li.current_page_item a {
	color: #74aad9;
}

/*1st sub level menu*/
#nav ul li ul {
position: absolute;
top: 39px;
left: 4px;
display: block;
width: auto;
margin: 0;
border: 1px solid #fff;
border-top: 1px solid #000;
background: #000;
font-size: 12px;
font-weight: normal;
text-align: left;
}
#nav ul li ul li:first-child,
#nav ul li ul li:last-child,
#nav ul li ul li {
	padding: 0 12px 10px 12px;
}
#nav ul li ul li a:link,
#nav ul li ul li a:visited {
	color: #fff;
}
#nav ul li ul li a:hover {
	color: #74aad9;
}

/* nav special case widths */

.page-item-172 {
	width: 105px;
}
#home-main .page-item-172 {
	width: auto;
}


/* Two-Column Layout */

#middle {
	padding: 36px 0 70px 0;
}

#left-col {
	float: left;
	width: 555px;
	margin: 0 30px 0 0;
	text-align: left;
}

#left-col h1 {
	font-size: 1.7em;
	font-weight: normal;
	margin: 0 0 1em 0;
	line-height: 1.3em;
}
#left-col h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: .2em 0 0 0;
	line-height: .84em;
}
#left-col h2.centered {
	text-align: center;
}

#left-col h4 {
	color: #fff;
}
#left-col h5 {
	color: #808080;
	font-size: 1em;
	margin: 0 0 2em 0;
	font-weight: normal;
}
#left-col p {
	color: #808080;
}
#left-col p.clear {
	clear: both;
}

a.pdf {
	background: url(../images/pdf-icon.gif) top left no-repeat;
	padding: 0 0 0 20px;
	margin: 0;
}

#left-col ul {
	list-style: disc;
	margin: 0;
	padding: 0;
}
#left-col ul li {
	margin: 0 0 10px 20px;
	list-style: disc;
	color:#808080;
}

img.alignleft {
	margin: 0 20px 10px 0;
	border: 0;
	float: left;
}

.wp-caption.alignleft {
	float: left;
	margin: 5px 10px 10px 0;
}

.wp-caption img {
	border: 0;
}

a.thickbox:link img,
a.thickbox:visited img,
a.img-link:link img,
a.img-link:visited img {
	border: 1px solid #808080;
}
a.thickbox:hover img,
a.img-link:hover img {
	border: 1px solid #fff;
}
a.thickbox.noborder:link img,
a.thickbox.noborder:visited img,
a.thickbox.hover:visited img {
	border: 0;
}
p.photos {
	padding: 10px 0;
}

#left-col p.copy-quote {
	font-family: Georgia, times, serif;
	font-style: italic;
	margin: 0;
}

.artist-songs {
	text-align: center;
	padding: 10px 0 0 0;
	display: none;
}
#TB_ajaxContent .artist-songs {
	display: block;
}
.artist-songs p.song {
	text-align: left;
	clear: both;
}

#TB_ajaxContent {
	height: auto !important;
}

/** Testimonials page **/

#post-9 p {
	color: #fff;
	margin: 0 0 2em 0;
}
#post-9 p.testimonial-quote {
	font-family: Georgia, times, serif;
	font-style: italic;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #808080;
	margin: 0;
}


/** Slide Content **/

#left-col ul.slide-content {
  width: 555px;
  margin: 0 0 2em 0;
  list-style: none;
}
#left-col ul.slide-content li {
	background: url(../images/slide-content-bg.jpg) bottom left repeat-x;
	padding: 10px;
	list-style: none;
	margin: 0;
}
#left-col ul.slide-content h3 {
  margin: 0;
  padding: 0;
  font-size: 1em;
  color: #74AAD9;
  cursor: pointer;
  background: url(../images/slide-content-mic.jpg) top left no-repeat;
  padding: 0 0 0 20px;
}
#left-col ul.slide-content h3.active {
	color: #fff;
}
#left-col ul.slide-content div {
  padding: 1em 0 1em 20px;
  margin: 0;
  color: #8d8d8d;
}

#left-col ul.slide-content li ul {
	margin: 0 0 1em 20px;
}
#left-col ul.slide-content li ul li {
	list-style: disc;
	background: none;
	padding: 0;
}

/** Contact Form **/

input,
textarea {
	width: 400px;
}
#submit-send input {
	width: 80px;
}
.quiz input {
	width: 80px;
}


/* Chat icons */

#chat {
	margin: 0 0 40px 0;
}
#chat #skype,
#chat #ichat {
	float: left;
	margin: 0 30px 0 0;
	text-align: center;
}
#chat a {
	text-decoration: none;
}

/** Songs Tables **/

table.songs {
	width: 100%;
}
table.songs th {
	width: 50%;
	padding-right: 10px;
	font-weight: normal;
	text-align: right;
	font-size: .9em;
}
table.songs th,
table.songs td {
	padding-bottom: 12px;
}
table.songs.images th {
	width: 82px;
}

table.songs.ebook th {
	text-align: left;
	width: 40%;
	color: #8D8D8D;
}

/** Record label artist Tables **/

table.rl-artist {
	width: 100%;
}
table.rl-artist th {
	width: 50%;
	padding-right: 10px;
	font-weight: normal;
	text-align: center;
	font-size: .9em;
}
table.rl-artist th,
table.rl-artist td {
	padding-bottom: 12px;
}
table.rl-artist.images th {
	width: 140px;
}


/** Blog Section **/

.postmetadata {
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	margin: 0 0 4em 0;
	font-size: .84em;
	font-style: italic;
}
.entry .postmetadata {
	margin-bottom: 2em;
}

h3#comments {
	margin-bottom: 2em;
}

#commentform textarea {
	width: 555px;
}
#commentform input {
	width: 300px;
}
#commentform input#submit {
	width: 130px;
}

.commentlist {
	margin-bottom: 2em;
}

.commentlist li {
	clear: both;
	margin-bottom: 20px;
}
.commentlist li .comment-author {
	float: left;
	margin-right: 20px;
}
.commentlist li p.author {
	color: #fff;
	font-weight: bold;
	margin-bottom: .5em;
}

a.rss {
	background: url(../images/icon-rss.jpg) top left no-repeat;
	display: block;
	height: 28px;
	padding: 2px 0 0 33px;
	color: #fb9e3a;
	font-weight: bold;
	width: 60px;
	float: right;
}

/** eNewsletter Page **/

p.newsletter-link-big {
	padding: 2em 0;
}
p.newsletter-link-big a:link,
p.newsletter-link-big a:visited {
	display: block;
	padding: 5px 0 0 75px;
	font-size: 2em;
	margin: 0 auto;
	font-weight: bold;
}

/** Record Label **/

.record-label-artist {
	margin: 0 0 3em 0;
}

/** Studios Page **/
p.link-360 {
}
p.link-360 a {
	text-decoration: none;
}

/** Cliff Page **/

#cliff-photos {
	float: left;
	width: 268px;
	height: 231px;
	margin: 0 10px 10px 0;
}
#cliff-photos img {
	border: 0;
}
#cliff-photos a {
	display: block;
	width: 268px;
	height: 231px;
}

/** Sidebar **/

#right-col {
	float: left;
	width: 365px;
}

#right-col .subscribe {
	float: right;
	text-align: center;
}
#right-col .subscribe a {
	text-decoration: none;
}

#right-col .subscribe.twitter {
	margin: 0 10px 0 0;
	padding: 20px 0 0 0;
}
#right-col .subscribe.facebook {
	margin: 0 20px 0 0;
	padding: 19px 0 0 0;
}
#right-col .subscribe.ebook {
	padding: 0;
	margin: 0 23px 0 0;
}

#right-col li {
	text-align: right;
	margin-bottom: 2em;
	clear: both;
}
#right-col li li {
	margin-bottom: .3em;
}

#right-col li p {
	color: #808080;
}

#right-col li.page-quote {
	padding: 50px 0;
}
#right-col li.page-quote p {
	font-size: 1.7em;
	line-height: 1.5em;
	margin: 0 0 5px 0;
	font-family: Georgia, times, serif;
	font-style: italic;
}
#right-col li.page-quote p.quote-by {
	font-size: 1em;
	font-family: "lucida grande", tahoma, helvetica, sans-serif;
	font-style: normal;
}

li#ebook-callout #ebook-cover {
	float: right;
}
li#ebook-callout #ebook-callout-text {
	float: right;
	width: 200px;
	text-align: left;
	padding: 25px 0 0 0;
	font-size: 1.3em;
	line-height: 1.5em;
}
li#ebook-callout #ebook-callout-text a {
	font-weight: bold;
	text-decoration: none;
}

/** Footer **/

#footer {
	border-top: 1px solid #fff;
	padding: 20px 0;
}




/** Page-specific exceptions **/

/* this is to be used if you need to add HTML within the h1 tag */

#post-3 h1,
#post-91 h1,
#post-89 h1 {
	display: none;
}
#post-3 h1.custom-h1,
#post-91 h1.custom-h1,
#post-89 h1.custom-h1 {
	display: block;
}
#left-col h1.custom-h1 p {
	color: #fff;
}


/** Clients Pages  **/

/* upload form */

#client-upload-form {
	border: 1px solid #fff;
	padding: 15px;
	margin: 50px 0 0 0;
}

#client-upload-form .waiting {
	font-family: Georgia, times, serif;
	font-style: italic;
	color: #808080;
}
.cform fieldset {
	border: 0;
}
.cform legend {
	display: none;
}
.cform label {
	display: block;
	float: left;
	width: 80px;
	color: #808080;
	text-align: right;
	padding: 0 6px 0 0;
}
.cform input {
	float: left;
	width: 200px;
	margin: 0 0 15px 0;
}
.cform textarea {
	width: 430px;
	height: 100px;
}
.cform li {
	clear: both;
	margin: 0 0 10px 0;
}
.cform p.cf-sb {
	margin: 0 0 0 80px;
}
.cform p.cf-sb input {
	width: auto;
}
p.linklove {
	display: none;
}

li.page-item-775 {
	display: none;
}

#left-col h2.ebook-companion-header {
	padding: 40px 0 0 0;
}
