
/*

		Nook Night
		html/css - Andy Lee
		andy@cdbaby.com
		8/29/2012

*/



/* Accessibility Navigation & Hide
------------------------------------------------------------------------------*/

#accessibility_nav,
.hide {
	height: 1px;
	left: -999em;
	position: absolute;
	top: -999em;
	width: 1px;
}


/* CSS Resets */


article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{display:block}

a img{border:0}

figure{position:relative}

figure img{width:100%}


/* Reset
------------------------------------------------------------------------------*/

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, samp, small, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,  caption {
	background-color: transparent;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 0;
	font-size: 100%;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	vertical-align: baseline;
}

q {
	quotes: none;
}

q:before,
q:after {
	content: none;
}

a, ins, del {
	text-decoration: none;
}

li {
	list-style-type: none;
}

/* ==================================================================================================================== */
/* ! The 1140px Grid V2 by Andy Taylor \ http://cssgrid.net \ http://www.twitter.com/andytlr \ http://www.andytlr.com   */
/* ==================================================================================================================== */

.container {
padding-left: 20px;
padding-right: 20px;

}

.row {
width: 100%;
max-width: 950px;
min-width: 755px;
margin: 0 auto;
}

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
margin-right: 1.9%;
float: left;
min-height: 1px;
background-color:#000000;
padding-right:1.9%;
}

.row .onecol {
width: 4.85%;
}

.row .twocol {
width: 13.45%;
}

.row .threecol {
width: 22.05%;
}

.row .fourcol {
width: 30.75%;
}

.row .fivecol {
width: 39.45%;
}

.row .sixcol {
width: 48%;
}

.row .sevencol {
width: 56.75%;
}

.row .eightcol {
width: 65.4%;
}

.row .ninecol {
width: 74.05%;
}

.row .tencol {
width: 82.7%;
}

.row .elevencol {
width: 91.35%;
}

.row .twelvecol {
width: 100%;
float: left;
}

.last {
margin-right: 0;
padding-right: 0;
}

img, object, embed {
max-width: 100% !important;
}

img {
	height: auto !important;
}



.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* Body defaults */

body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html,
body {
	height: 100%;
}

body {
	background-color:#1f2127;
	background-image:url('../images/darkchapelbg.png');
	background-position:center top;
	background-attachment: fixed;
	background-repeat:no-repeat;
}

body.is_home .page_title {
	display: none;
}
/* Site Title  */

#site_title {
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	margin-left:-200px;
	margin-bottom:-50px;
	overflow:hidden;
	height:175px;
	width:350px;
	text-align: center;
	background-color: #000000;
	background-image:url('../images/texture.png');
	background-repeat:repeat;
	position:relative;
}

#site_title h1 {
	visibility: visible;
	font-family: 'Rock Salt',serif;
	font-size: 4.5em;
	font-weight: bold;
	position:absolute;
  width:330px;
  height:155px;
  display:table;
  margin:10px;
  text-shadow:1px 1px 1px #9b9b9b;
}

#site_title h1 a {
	color:#ffffff;
	text-decoration:none;
}

#site_title h1 span {
	display: table-cell;
  vertical-align: middle;
}

#site_title_shadow {
	background-image:url("../images/titleshadow.png");
	margin-left:-200px;
	margin-top:50px;
	width:350px;
	height:350px;
	float:left;
	z-index:-1;
	position:absolute;
}

/* Banner Image  */

#banner {
	background-image:url('/img/new_website_banner.jpg');
	background-repeat:no-repeat;
	background-position: center center;
	height:250px;
	display:block;
	background-size:cover;
	background-color:#1E1F21;
}

/* Navigation bar */

.nav-wrap .row {
	position:relative;
}

#navigation {
	font-size:0;
	width:84.1%;
	background-color:#000000;
	position:absolute;
	right:0;
}

#navigation ul {
	width:98%;
	float:right;
}

#navigation li {
	list-style-type: none;
	background-color:#000000;
	border:1px #000000 solid;
	display:inline-block;
	font-family: 'Special Elite',serif;
	font-size:16px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
}

#navigation ul li a {
	color:#ffffff;
	text-decoration: none;
	font-size:1.2em;
	-webkit-transition:All .4s ease-in;
	-moz-transition:All .4s ease-in;
	-o-transition:All .4s ease-in;
}

#navigation ul li a:hover {
	color:#FF0000;
	-webkit-transition:All .15s ease-in;
	-moz-transition:All .15s ease-in;
	-o-transition:All .15s ease-in;
}

#navigation ul li:hover ul {
	opacity:1;
	pointer-events: all;
}

#navigation ul ul {
	opacity: 0;
	margin: 0;
	position: absolute;
	z-index: 2;
	width: inherit;
	background-color: #000000;
	-webkit-transition: opacity .4s ease-in-out; /* For chrome & safari */
	-moz-transition: opacity .4s ease-in-out; /* For mozilla firefox */
	-o-transition: opacity .4s ease-in-out; /* For opera */
	transition: opacity .4s ease-in-out;
	-webkit-box-shadow: 0 10px 20px rgba(50, 50, 50, .75);
	-moz-box-shadow:    0 10px 20px rgba(50, 50, 50, .75);
	box-shadow:         0 10px 20px rgba(50, 50, 50, .75);
	pointer-events: none;
}

#navigation ul ul li {
	float:none;
	background-image:none;
	border:none;
	display: block;
	font-size: 0.85em;
	background-color:transparent;
}

#navigation ul ul li.current {
	background-image:none;
	padding-top:8px;
}

#navigation ul ul li a {
	color:#FFFFFF;
}

#navigation ul ul li:hover {
	background-image:none;
}




/* Page title bar */

#page_title {
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #000000 25%, #333333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(25%,#000000), color-stop(100%,#333333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #000000 0%,#000000 25%,#333333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #000000 0%,#000000 25%,#333333 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #000000 0%,#000000 25%,#333333 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #000000 0%,#000000 25%,#333333 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
	border-top: 1px #333 solid;
	border-bottom: 1px #333 solid;
}

#page_title h2 {
	padding-left:3%;
	font-family: 'Special Elite',serif;
	color:#FFFFFF;
	font-size: 1.5em;
	line-height:1.5em;
	font-weight: normal;
}


/* Two columns same height, main container */




.container2 {
	clear:left;
	float: left;
	width:100%;
	overflow:hidden;
	background:#000000;
	border-top:2px black solid;
}

.container1 {
	float:left;
	width:100%;
	right:25%;
	position:relative;
}


#content {
	background-image:url("../images/texture.png");
	background-repeat:repeat-x;
	border-right:1px #0d0d0d solid;
	width:68%;
	float:left;
	left:25%;
	overflow:hidden;
	padding-left:3%;
	padding-right:3%;
	padding-top:2%;
	position:relative;
}

#content article {
	width:95%;
	margin:auto;
}

#content .entry {
	color:#ffffff;
	font-family:'Special Elite',serif;
}

#content .entry:not(.photo_gallery) {
	font-size: .9em;
}

#content .entry_content {
	padding-bottom:15px;
}

#content a,
#sidebar .widget_container a,
.footer-widget .widget_container a {
	color: #FFFFFF;
}

#content a:not(.ig_follow),
#sidebar .widget_container a,
.footer-widget .widget_container a {
	color: #FFFFFF;
	text-decoration:underline;
}

#content a:not(.ig_follow):hover,
#sidebar .widget_container a:hover,
.footer-widget .widget_container a:hover {
	color: #FF0000;
	text-decoration:underline;
}

#content h2.entry_title,
#content h3 {
	color: #9b9a9a;
	font-family: 'Rock Salt',serif;
	margin:10px;
	font-weight: normal;
}

#content h2.entry_title,
#content h3:not(.album-artist) {
	font-size: 1.5em;
}

#sidebar {
	width:25%;
	float:left;
	left:25%;
	overflow:hidden;
	position:relative;
	padding-top:1%;
}

#sidebar h3 {
	color:#ffffff;
	font-family: 'Special Elite',serif;
	font-size: 1em;
	background-image:url("../images/texture.png");
	background-repeat:repeat-x;
	background-position: center top;
	line-height:1.5em;
	padding-left:5px;
	font-weight:bold;
}

#sidebar .widget_container {
	padding-top:10px;
	width:95%;
	margin:auto;
}


/* Main content styling */

#content p {
	margin-bottom:15px;
}

#content ul,
#content ol,
#content #comment_form ul {
	padding-left:4%;
	padding-bottom:2%;
}

#content ul ul,
#content ul ol,
#content ol ul,
#content ol ol {
	padding-bottom:0%;
}

#content ul li {
	list-style-type:disc;
}

#content ol li {
	list-style-type:decimal;
}

#content #comment_form li,
#content .contact_post li {
	list-style-type:none;
}

#comment_form input[type="text"],
#comment_form textarea,
#content .contact_form_container,
#content .contact_form_instructions {
	width:95%;
}

#comment_form textarea {
	resize: none;
}

#content .contact_post li {
	padding-bottom:10px;
}

#share-tool {
	color:#ffffff;
}

/* Sidebar widget content */

.widget_content {
	padding-top:15px;
	padding-bottom:15px;
	width:95%;
	margin:auto;
}


#sidebar .widget_content {
	font-family: 'Special Elite',serif;
	color:#FFFFFF;
	font-size: .6em;
}


/* Audio Page
------------------------------------------------------------------------------*/


.audio #content object {
	display:inline;
}


.audio #content li {
	list-style-type:none;
	margin:10px;
	font-weight: bold;
}

.audio #content ul.audio_tracks {
	background-color:#1d1d1d;
	padding: 15px;
	margin-bottom:15px;
}

.audio #content .entry_content {
	margin-left: 0;
}

.audio #content .entry_author,
.audio #content .writer_credits,
.audio #content .entry_date {
	float:left;
	margin-right:10px;
}

.audio #content .audio_details {
	padding-bottom:10px;
	margin-bottom:20px;
}

.audio_post {
	width:95%;
	border-bottom:1px #0D0D0D solid;
	margin-bottom:15px;
}

#breadcrumbs {
	color: #ffffff;
}

.album-tracks span.title {
	width: 40%;
}


/* Bio Page
------------------------------------------------------------------------------*/

.bio #content .title_wrapper {
	padding-bottom:15px;
}

/* Blog Page
------------------------------------------------------------------------------*/
.blog #content h3 {
	background-color: #1a1a1a;
	line-height: 1.5em;
	padding-left:2%;
	margin-bottom:15px;
}

.blog #content .entry_comments {
	padding-left:4%;
}

.blog #content .comment_body,
.blog #content .blog_post  {
	border-bottom:1px #0D0D0D solid;
	padding-bottom:15px;
	margin-bottom: 15px;

}

.blog #content .entry_meta {
	padding-bottom:15px;
}
.blog #content .entry_title_post {
	margin-left:-10px;
	margin-bottom:10px;
	margin-top:10px;
	color: #9b9a9a;
	font-family: 'Rock Salt',serif;
	font-size: 1.5em;
	font-weight: normal;
}


/* Calendar Page
------------------------------------------------------------------------------*/

.calendar #content .details {
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px #0D0D0D solid;
}

.calendar #content .event_info {
	background-color:#1d1d1d;
	padding: 15px;
	margin-bottom:15px;
}

.calendar #content .calendar_date {
	text-transform: uppercase;
	line-height: 2em;
	font-size: 1.5em;
}

/* Contact Page
------------------------------------------------------------------------------*/

input.contact_form_submit,
input[type="submit"] {
	background-color: #000000;
	color: #FFFFFF;
	border:3px #FFFFFF solid;
	width:inherit !important;
	font-size: 15px;
	cursor:pointer;
}

/* Guestbook Page
------------------------------------------------------------------------------*/

.guestbook #content h3 {
	background-color: #1d1d1d;
	text-transform:uppercase;
	padding:10px;
}

.guestbook_post {
	width:95%;
	padding:2%;
	margin-bottom:2%;
	border-bottom:1px #0D0D0D solid;
}
#content .guestbook_post .entry_content {
	padding-bottom: 0;
}

.guestbook #content #comment_form {
	width:75%;
	margin:auto;
	padding:4%;
}

/* Photos Page
------------------------------------------------------------------------------*/

.photo #content li {
	list-style-type:none;
	float:left;
	margin:15px;
}

.photo #content li.photo_post img{
	border-width:5px;
	border-color:#0E0E0E;
	border-style:solid;
	border-radius: 2px;
}

.photo #content ul {
	padding-left: 0;
}

.photo #content a:hover {
	background-color:transparent;
}

/* Press Page
------------------------------------------------------------------------------*/
/* Products Page
------------------------------------------------------------------------------*/




/* widget footer top floating elements*/

.footer-widget {
	max-width:950px;
	float:left;
	margin:auto;
	}

#widget_footer {
	max-width:1050px;
}

.footer-padding-1 {
	width:50px;
	float:left;
}

.footer-padding-2 {
	width:50px;
	float:left;
}

.widget_padding {
	width: 1050px;
	height:55px;
	margin:auto;
}

.middle,
.middle2 {
	background:#000000;
	height: 55px;
	width:950px;
	margin:auto;
	float:left;
}

.middle2 {
	background-repeat:repeat-x;
	border-top:5px solid;
	border-top-color:#000000;
	background-image:url("../images/texture.png");
}

#top-left {
	float:left;
	width:50px;
	height: 54px;
	background-image: url("../images/topleft.png");
}

#top-right {
	float:right;
	width:50px;
	height:54px;
	background-image:url("../images/topright.png");
}

#bottom-left {
	float:left;
	width:50px;
	height: 54px;
	background-image: url("../images/bottomleft.png");
}

#bottom-right {
	float:right;
	width:50px;
	height:54px;
	background-image:url("../images/bottomright.png");
}
#widget_footer .widget_container {
	float:left;
	width:316px;
}


/* Footer widget content styling */


.footer-widget .widget_content {
	color: #FFFFFF;
	font-family: 'Special Elite',serif;
	font-size: .6em;
}

.footer-widget h3 {
	color: #ffffff;
	font-family: 'Special Elite',serif;
	font-size: 1em;
	line-height:1.5em;
	padding-left:5px;
	font-weight:bold;
}

input#email {
	width:100%;
	font-size:15px;
}

.widget_container input.submit {
	margin-top:5px;
}

.widget_container table {
	width:100%;
	max-width:100%;
}

.widget_container table .event_date {
	width:25%;
	text-align:center;
	cursor:pointer;
}
.widget_container table .event_venue {
	width:75%;
	text-align:center;
	cursor:pointer;
}
#sidebar .widget_container table td {
	max-width:68px;
}

#widget_footer .widget_container table td {
	max-width: 97px;
}

.widget_container table tr.odd {
	background-color: #171717;
}



/* Footer widget floating */

.widget_footer_container {
	width:100%;
	clear:left;
	float:left;
	overflow:hidden;
	background:black;
	position:relative;
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #000000 65%, #333333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(65%,#000000), color-stop(100%,#333333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #000000 0%,#000000 65%,#333333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #000000 0%,#000000 65%,#333333 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #000000 0%,#000000 65%,#333333 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #000000 0%,#000000 65%,#333333 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#333333',GradientType=0 ); /* IE6-9 */

	border:1px solid #444;
	box-sizing: border-box;
}

.tinynav { display: none }

/* Footer Styling */


#footer {
	text-align: center;
	background-color:#000000;
	margin-top:-15px;
	line-height: 3em;
	color: #FFFFFF;
	font-family: 'Special Elite',serif;
	font-size: 1em;
	font-weight: normal;
}

/* Pagination
-----------------------------------------------------------------------------*/
#pagination a.pagination_element.pagination_digit,
#pagination a.pagination_element.pagination_next,
#pagination a.pagination_element.pagination_prev,
#pagination a.pagination_element.pagination_first,
#pagination a.pagination_element.pagination_last {
	border-color: #FFFFFF;
	color: #FFFFFF;
}

#pagination .pagination_element.pagination_current {
	color: #ffffff;
}

/* Media Queries for responsiveness action */


@media screen and (max-width: 1350px) {
	#site_title {
		margin: 0;
		width:100%;
		height:inherit;
		display:block;
		border-right: 0;
	}
	#site_title_shadow {
		display:none;
	}
	#navigation {
		float:none;
		width:100%;
	}

	#site_title h1 {
		line-height:1.5em;
		margin: 0;
		display:block;
		height: inherit;
		width: inherit;
		position:relative;
		font-siz: 2.25em;
	}

	#site_title h1 span {
		display:block;
		width:100%;
		height:inherit;
	}
}

@media only screen and (max-width: 1100px) {
	.widget_padding,
	.footer-padding {
		display:none;
	}

	.widget_content {
		width:90%;
		margin:auto;
	}

	.row,
	.container {
		width:95%;
		margin:auto;
	}

	#navigation {
		position:relative;
	}

	.container1, .container2 {
		margin:auto;
		position:inherit;
		float:none;
	}
	#sidebar {
		width:100%;
		left:0%;
	}

	#content{
		left:auto;
		width:95%;
		border: 0;
		margin:auto;
	}

	.container_1,
	#content,
	#sidebar {
		margin-bottom: 0;
	}
	#widget_footer {
		max-width:950px;
	}
	#widget_footer .widget_container,
	#sidebar .widget_container {
		width:50%;
		float:left;
	}
	.container {
		padding-left: 0;
		padding-right: 0;
	}


	#footer {
		margin-top: 0;
		background-image:url("../images/texture.png");
		background-repeat:repeat-x;
		border-top: 0;

	}
	.footer-padding-1,
	.footer-padding-2 {
		display:none;
	}

	.widget_footer_container,
	.footer-widget {
		float:none;
	}
	.widget_footer_container {
		border-right: 0;
		border-left: 0;
	}
}





@media handheld, only screen and (max-width: 767px) {

	.tinynav {
		appearance:none;
		-moz-appearance:none; /* Firefox */
		-webkit-appearance:none; /* Safari and Chrome */
		border-radius: 0;
		border-width: 0;
		color: #FFFFFF;
		background-color: #000000;
		display: block;
		height:25px;
		width:100%;
		padding-left: 15px;
	}
  .nav_list {
		display: none;
  }
	#site_title h1 {
		font-size: 1.75em;
	}
	#banner {
		display:none;
	}
	#navigation li {
		float:left;
	}
	.widget_content {
		width:95%;
	}
	body {
	font-size: 16px;
	-webkit-text-size-adjust: none;
	}

	#sidebar {
		left:2.5%;
	}

	.row,
	.container,
	.footer-widget,
	#sidebar{
	width: 95%;
	min-width: 0;
	margin:auto;
	padding-left: 0;
	padding-right: 0;
	}

	#widget_footer .widget_container,
	#sidebar .widget_container {
		width:100%;
		float:none;
		margin:auto;
		border: 0;
	}


	.row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol {
	width: auto;
	float: none;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	border: 0;

	}
	.recaptchatable .recaptcha_r1_c1,
	  .recaptchatable .recaptcha_r2_c1,
	  .recaptchatable .recaptcha_r7_c1,
	  .recaptchatable .recaptcha_r8_c1,
	  .recaptchatable .recaptcha_r3_c1,
	  .recaptchatable .recaptcha_r3_c2,
	  .recaptchatable .recaptcha_r3_c3,
	  .recaptchatable .recaptcha_r4_c4,
	  .recaptchatable .recaptcha_r4_c2  {
	  	display:none;
	  	background:none;
	  }
	  #recaptcha_area .recaptchatable .recaptcha_r4_c1,
	  .recaptchatable .recaptcha_r4_c2,
	  .recaptchatable .recaptcha_r4_c4
	   {
		  background-image:none;
	  }
	  #recaptcha_area .recaptcha_input_area {
		  margin-left:5px !important;
	  }
		#recaptcha_table,
		#recaptcha_area { width:216px!important;}
	  #recaptcha_widget_div {
		  border-color:black;
			border-width:1px;
			border-style:solid;
		  width: 216px;
		  overflow:hidden;
		  background:white;
		  padding:5px;
		 }
	  .recaptchatable #recaptcha_image,
	  .recaptchatable #recaptcha_image img  { width: 200px; }
	  .recaptchatable .recaptcha_image_cell {
		  width:200px;
	  }

}

.pause_button_icon,
.play_button_icon {
	fill:#FFFFFF;
}

/* Breadcrumb styling */

#breadcrumbs-wrapper #breadcrumbs {
	margin: 8px 0 0 8px;
	color: #ffffff;
}

#breadcrumbs-wrapper #breadcrumbs li a {
	color: #FFFFFF;
	text-decoration:underline;
}

#breadcrumbs-wrapper #breadcrumbs li a:hover {
	color: #FF0000;
	text-decoration:underline;
}

/*Instagram Styling */

.instagram_gallery.entry {
	border-bottom-color: #ffffff;
	margin-bottom:5px;
}

.ig_follow {
	border-color: #FFFFFF;
	border-width: 2px;
	border-style: solid;
	padding:2px;
}

.instagram_meta p {
	margin-bottom: 5px !important;
}
/* Contact Form */

.float_left
{
	float: left;
}

/* Only in Builder */
.add_field_div
{
	margin-top: 2px;
}

.add_field
{
	cursor: pointer;
	color: #317598;
	font-size: 14px;
}

.add_field_desc
{
	color: #666666;
	font-size: 11px;
	margin-left: 12px;
}

.builder_td
{
	padding: 0;
	width: 250px;
}

.builder_fieldset {
	background-color: #FFFFFF;
	border: 2px solid #68B0B9;
	height: 100%;
	padding: 10px;
	text-align: left;
	width: 220px;
}

#recipient_email_address,
#instructions,
#text_label,
#textarea_label,
#textarea_default_text,
#dropdown_label,
#dropdown_choices,
#checkbox_label,
#checkbox_choices,
#radiobutton_label,
#radiobutton_choices
{
	width: 210px;
}

#instructions,
#textarea_default_text,
#dropdown_choices,
#checkbox_choices,
#radiobutton_choices
{
	height: 70px;
}

#instructions {
	resize: vertical;
}

#contact_form_builder_target
{
	width: 430px;
	text-align: left;
}

#contact_form_builder_modal
{
	background-color: #ffffff;
}

.contact_form_container
{
	width: 375px;
	margin-bottom: 20px;
}


#content #contacts input,	#content #contacts	textarea,
.contact_form_textbox,	.contact_form_textbox	input,
.contact_form_dropdown,	.contact_form_dropdown	select,
.contact_form_textarea,	.contact_form_textarea	textarea,
.contact_form_multi,	.contact_form_multi		input		/* for checkboxes and radiobuttons */
{
	display: -moz-inline-stack !important;
	display: inline-block !important;
	margin: 0 !important;
	text-align: left;
	resize: none;
}

/*
 * this stylesheet is used both dashboard and public side.
 * limit cursor-help for form building to dashboard side.
 * possible bug: if a person names their page "website"... yep
 */
#website
{
	#content #contacts input,	#content #contacts	textarea,
	.contact_form_textbox,	.contact_form_textbox	input,
	.contact_form_dropdown,	.contact_form_dropdown	select,
	.contact_form_textarea,	.contact_form_textarea	textarea,
	.contact_form_multi,	.contact_form_multi		input		/* for checkboxes and radiobuttons */
	{
		cursor: move;
	}
}

/*
#content #contacts input, #content #contacts textarea
{
	width: 300px !important;
}
*/

.contact_form_textbox,	.contact_form_textbox	input,
.contact_form_dropdown,	.contact_form_dropdown	select,
.contact_form_textarea,	.contact_form_textarea	textarea
{
	border-style: dotted;
	border-width: 1px;
	border-color: #444444;
	width: 100% !important;
}

.contact_form_textarea, .contact_form_textarea	textarea
{
	height: 100px !important;
}

#content #contacts input:focus, #content #contacts textarea:focus, #content #contacts select:focus
{
/*	background-color:#ffffe3; */
	border:1px solid #5D88D5;
}

/* Blarm */

.contact_form_row						/* used only in builder */
{
	margin-bottom: 6px;
}

.contact_form_builder_instructions		/* used only in builder */
{
	margin: 10px 7px 0 40px;
}

.contact_form_instructions				/* used only in published page */
{
	width: 375px;
	margin: 10px 0 10px 0;
}

.contact-form-builder-warning
{
	color: red;
	background-color: #fff;
	border: 0 solid red;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}

.x_delete,				/* used only in builder */
.spacer_20px,			/* used in both builder and published page */
.contact_form_label,	/* used in both builder and published page */
.contact_form_element,	/* used in both builder and published page */
.target_fieldset,		/* used only in builder */
.contact_form_submit	/* used only in published page */
{
	display: -moz-inline-stack !important;
	display: inline-block !important;
}

.contact_form_submit	/* used only in published page */
{
	text-align: center !important;
	width: 85px !important;
}

.x_delete				/* used only in builder */
{
	width: 20px;
	vertical-align: top;
	cursor: pointer;
}

.spacer_20px			/* used in both builder and published page */
{
	width: 20px;
}

.contact_form_label		/* used in both builder and published page */
{
	text-align: left;
	width: 100px;
	vertical-align: top;
	margin: 0 0 6px 0;
}

.contact_form_element	/* used in both builder and published page */
{
	text-align: left;
	width: 225px;
	margin: 0 0 6px 0;
}

.target_fieldset		/* used only in builder */
{
	width: 425px;
	min-height: 375px;
	background: #fff;
	border:2px solid #68B0B9;
}

#contacts #gbimage		/* used only in published page */
{
	border: none;
	background: #000000;
	padding: 0;
}

table.borderless form 
{
margin-top: 0;
}

label.contact_form_instruction
{
background-color: #FFFFFF;
}
