/* @override 
	http://soundmusicpractices.com/wp-dev/wp-content/themes/carrie-love-custom/style.css
	http://www.heaveninteractive.com/accounts/carrieBaumLove/wp-content/themes/carrie-love-custom/style.css
*/

/* 
Theme Name: Carrie Love Custom Theme 
Theme URI: http://heaveninteractive.com/ 
Description: Custom Theme
Version: 0.1 
Author: jara@heaveninteractive.com
*/

body {
	margin: 0;
	padding: 0;
	background-color: black;
	font: 80%/160% arial, "sans serif";
}


#bodyContainer {
	width: 712px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	padding: 0;
}


/*HEADER STYLES*/

#headerImg {
	width: 712px;
	margin: 0;
	padding: 0;
	height: 63px;
	background: url(images/headerImg.png) no-repeat;
}

#header {
	width: 712px;
	height: 130px;
	margin: 0;
	padding: 0;
}

/*END HEADER STYLES*/




/*HYPERLINK STYLE*/

a {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/*MENU STYLES*/

#topMenu ul {
	list-style-image: none;
	margin: 0;
	padding: 0;
	height: 67px;
	width: 712px;
	list-style-type: none;
}

#topMenu ul li {
	float: left;
}

.hide {
	display: none;
}

a#creative {
	width: 121px;
	height: 67px;
	background-image: url(images/creative.png);
	display: block;
}

a#workshops {
	width: 116px;
	height: 67px;
	background-image: url(images/workshops.png);
	display: block;
}

a#private {
	width: 99px;
	height: 67px;
	background-image: url(images/private.png);
	display: block;
}

a#who {
	width: 177px;
	height: 67px;
	background-image: url(images/who.png);
	display: block;
}

a#soundspace {
	width: 124px;
	height: 67px;
	background-image: url(images/soundspace.png);
	display: block;
}

a#contact {
	width: 75px;
	height: 67px;
	background-image: url(images/contact.png);
	display: block;
}

#topMenu a:hover {
	background-position: 0 -67px;
}

.mainMenuCurrent {
	background-position: 0 -67px;
}
.mainMenuNormal {
}


/*END MENU STYLES*/

#mainContent {
	width: 712px;
	height: 511px;
	padding-top: 25px;
	background: url(images/homeBG.jpg) no-repeat;
}

#workshopContent {
	width: 712px;
	height: 511px;
	padding-top: 25px;
	background: url(images/workshopsBG.jpg) no-repeat;
	
}

#privateContent {
	width: 666px;
	height: 511px;
	padding-top: 25px;
	background: url(images/privateBG.jpg) no-repeat;
	padding-right: 46px;
}

#whoContent {
	width: 712px;
	height: 511px;
	padding-top: 25px;
	background: url(images/whoBG.jpg) no-repeat;
	
}

#creativeContent {
	width: 722px;
	height: 536px;
	padding-top: 0;
	background: url(images/creativeBG.jpg) no-repeat;
	padding-left: 0;
}

#contactContent {
	width: 712px;
	height: 511px;
	padding-top: 25px;
	background: url(images/contactBG.jpg) no-repeat;
}

#linksContent {
	width: 712px;
	height: 511px;
	padding-top: 25px;
	background: url(images/linksBG.jpg) no-repeat;
}


#creativeLeft {
	width: 400px;
}

div#whoLeftDiv {
	width: 375px;
}

#mainContent h1 {
	display: block;
	background-color: white;
	font-size: 110%;
	width: 367px;
	margin: 0;
	padding: 9px 9px 9px 21px;
	font-weight: normal;
	font-style: normal;
}

#workshopContent h1 {
	display: block;
	background-color: white;
	font-size: 110%;
	width: 367px;
	margin: 25px 0 0;
	padding: 4px 9px 5px 21px;
	font-weight: normal;
	font-style: normal;
}

#privateContent h1 {
	display: block;
	background-color: white;
	font-size: 110%;
	width: 308px;
	margin: 50px 0 0;
	padding: 4px 9px 5px 21px;
	font-weight: normal;
	font-style: normal;
}

#whoContent h1 {
	display: block;
	background-color: white;
	margin: 40px 0 0;
	padding: 4px 9px 5px 21px;
	width: 120px;
	font-size: 110%;
	font-weight: normal;
	font-style: normal;
}

#creativeContent h1 {
	display: block;
	background-color: white;
	font-size: 110%;
	width: 188px;
	margin: 30px 0 0;
	padding: 4px 9px 5px 21px;
	font-weight: normal;
	font-style: normal;
}

#contactContent h1 {
	display: block;
	background-color: white;
	width: 308px;
	padding: 4px 9px 5px 21px;
	font: normal 110% arial;
	margin: 20px 0 0;
}



#linksContent h1 {
	display: block;
	background-color: white;
	width: 160px;
	padding: 4px 9px 5px 21px;
	font: normal 110% arial;
	margin: 20px 0 0;
}

#whoLeftDiv img {
	margin-top: 20px;
	margin-bottom: 20px;
}


#pageContent {
	color: white;
	margin-right: 19px;
	margin-top: 16px;
	width: 368px;
	float: left;
	padding: 9px 9px 9px 21px;
	background-color: #c7300b;
}

#workshopContent #pageContent {
	background-color: #c7300b;
	margin-top: 0;
	padding-top: 15px;
}

#privateContent #pageContent {
	background-color: #c7300b;
	margin-top: 0;
	padding-top: 22px;
	width: 308px;
	height: 222px;
}

#whoContent #pageContent {
	margin-top: 0;
	padding-top: 0;
	width: 308px;
	height: 222px;
	color: black;
	background: none !important;
}

#creativeContent #pageContent {
	background-color: #c7300b;
	width: 368px;
	padding-right: 17px;
	padding-left: 20px;
}

#contactContent #pageContent {
	background-color: #c7300b;
	margin-top: 12px;
	padding-top: 12px;
	width: 365px;
	font-family: arial;
}


#workshopRightText {
	width: 272px;
	float: right;
	background-color: #305818;
	color: white;
	margin-bottom: 10px;
	position: relative;
	height: 430px;
	overflow: auto;
}

#workshopRightText hr {
	border-bottom-width: 1px;
	border-bottom-style: hidden;
}

#whoRightText {
	width: 272px;
	float: right;
	background-color: #d92a00;
	color: white;
	margin-bottom: 10px;
	position: relative;
	padding: 15px;
}

#workshopRightText p {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 90%;
	line-height: 130%;
}

#readMore {
	background-color: black;
	width: 164px;
	margin-left: 108px;
	clear: both;
	padding: 3px;
}

#readMore a {
	color: #c7300b;
	text-decoration: none;
	display: block;
	text-align: right;
	margin-right: 10px;
}

#links {
	float: right;
	width: 250px;
	background-color: #e5c82e;
	font-size: 80%;
	padding: 10px;
	overflow: auto;
	margin-top: 65px;
	height: 411px;
}

#links a {
	font-weight: bold;
}

#workshopContent #pageContent p {
	margin-bottom: 0;
}

a.workshopLink {
	color: black;
	text-decoration: none;
	font-weight: normal;
	margin-bottom: 5px;
	display: block;
	font-style: normal;
	font-size: 100%;
}

div#mediaBox {
	float: left;
	width: 245px;
	margin-top: 25px;
	margin-left: 10px;
}

div#mediaBox2 {
	width: 245px;
	margin-top: 20px;
	margin-left: 10px;
	clear: both;
	padding-top: 25px;
}
div#mediaBox3 {
	width: 245px;
	margin-top: 0;
	margin-left: 10px;
	clear: both;
	padding-top: 25px;
}

#workshopContent #pageContent {
	margin-top: 0;
	padding-top: 15px;
}


#pageContent p {
	margin-top: 0;
	margin-bottom: 14px;
}

#privateContent #pageContent p {
	margin-top: 33px;
}

#contactLinks {
	background-color: #e5c82e;
	padding: 5px;
	font-family: arial;
	margin-top: 62px;
}


/*CHIMP MAIL EMAIL FORM*/

fieldset, #mc-embedded-subscribe-
			form fieldset {
	border-style: none;
	border-width: 0;
	margin-top: 155px;
}

input#mce-EMAIL.required.email {
}

#emailForm {
}

div.mc-field-group {
	font: 150% arial;
	
}

#mce-EMAIL {
	font-size: 100%;
	border: 2px solid #17568c;
}

#mc-embedded-subscribe {
	color: #3e8fb7;
	font-size: 150%;
	background-color: #0c315f;
	border: 2px solid #1e598e;
	width: 235px;
	margin-left: 2px;
	margin-top: 3px;
}




/*SOUNDSPACE STYLES*/

#soundspaceContent {
}

#soundspaceContent a {
	color: black;
}

#soundspaceLeftDiv {
	height: 812px;
	width: 345px;
}

#soundspaceStreetPic {
	width: 345px;
	height: 460px;
	background-image: url(images/soundspaceStreetPic.jpg);
}

#soundspace-leftside-text {
	height: 292px;
	margin-top: 27px;
	background-color: #e5c82e;
	padding-top: 33px;
	padding-left: 25px;
	padding-right: 30px;
}

#soundspace-leftside-text a {
	text-decoration: underline;
}

#soundspaceRightDiv {
	height: 812px;
	width: 305px;
	float: right;
}

#soundspaceImageGallery {
	height: 300px;
}

#soundspaceMainText {
	height: 272px;
	color: white;
	line-height: 160%;
	text-align: right;
}

#soundspace-rightside-bottom-text {
	height: 185px;
	background-color: #c7300b;
	color: white;
	padding-top: 40px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: right;
	line-height: 160%;
}

/*FACEBOOK BOX STYLES*/

div#facebookBox {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 33px;
}

div.facebookAlt {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}

#facebookBox div.facebookAlt a {
	color: white;
	
}

#facebookBox div.facebookAlt img {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

/*FOOTER STYLES*/

#footer {
	padding-top: 43px;
	padding-bottom: 77px;
	clear: both;
	color: white;
	text-align: right;
}

#copyright {
	color: white;
	text-align: center;
	font: 70% arial;
}

#address {
	color: #751c06;
	text-align: center;
	padding-top: 9px;
	font: 70% arial;
}
