/*
    Theme: Cargo Pants
    Approved Name: Cargo Pants
    Designer:
    Orginal markup: Xhtmlized
    Cleaner-upper: Jerome Thorp
    hostbaby@hostbaby.com
    Created: 12/27/2010
    Updated: 12/27/2010
*/

/* 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, table, caption, tbody, tfoot, thead, tr, th, td {
    background-color: transparent;
    border-width: 0;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
q {
    quotes: none;
}
q:before,
q:after {
    content: none;
}
a, ins, del {
    text-decoration: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th,
td {
    vertical-align: top;
}
th {
    font-weight: normal;
    text-align: left;
}

/* Accessibility Navigation & Hide
------------------------------------------------------------------------------*/
#accessibility-nav, .hide {
    position: absolute;
    top: -999em;
    left: -999em;
    height: 1px;
    width: 1px;
}

/* Default Styles
------------------------------------------------------------------------------*/
body {
    background-attachment: fixed;
    background-color: #b8ad9b;
    background-image: url('../images/cargo_pants.jpg');
    background-position: top left;
    background-repeat: repeat;
    color: #b7b7b7;
    font-family: Helvetica,Trebuchet MS,Sans-Serif;
    font-size: 12px;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
del {
    text-decoration: line-through;
}
address,
cite,
dfn {
    font-style: normal;
}
li {
    list-style: none;
}
abbr,
acronym {
    border-bottom: 1px dotted #999;
    cursor: help;
}
a:not(.ig_follow),
a:visited:not(.ig_follow) {
    color: #eccca7;
    text-decoration: none;
}
a:hover:not(.ig_follow),
a:active:not(.ig_follow) {
    color: #eccca7;
    text-decoration: underline;
}

/* Grid
------------------------------------------------------------------------------*/
/* Containers
------------------------------------------------------------------------------*/
.container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}
/* Grid >> Global
------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
    display: inline;
    float: left;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}
/* Grid >> Children (Alpha ~ First, Omega ~ Last)
------------------------------------------------------------------------------*/
.alpha {margin-left: 0;}
.omega {margin-right: 0;}
/* Grid >> 12 Columns
------------------------------------------------------------------------------*/
.container_12 .grid_1 {width:60px;}
.container_12 .grid_2 {width:140px;}
.container_12 .grid_3 {width:220px;}
.container_12 .grid_4 {width:300px;}
.container_12 .grid_5 {width:380px;}
.container_12 .grid_6 {/*width:460px;*/ width:370px;}
.container_12 .grid_7 {width:540px;}
.container_12 .grid_8 {width:620px;}
.container_12 .grid_9 {width:700px;}
.container_12 .grid_10 {width:780px;}
.container_12 .grid_11 {width:860px;}
.container_12 .grid_12 {width:940px;}
/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .prefix_1 {padding-left:80px;}
.container_12 .prefix_2 {padding-left:160px;}
.container_12 .prefix_3 {padding-left:240px;}
.container_12 .prefix_4 {padding-left:320px;}
.container_12 .prefix_5 {padding-left:400px;}
.container_12 .prefix_6 {padding-left:480px;}
.container_12 .prefix_7 {padding-left:560px;}
.container_12 .prefix_8 {padding-left:640px;}
.container_12 .prefix_9 {padding-left:720px;}
.container_12 .prefix_10 {padding-left:800px;}
.container_12 .prefix_11 {padding-left:880px;}
/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .suffix_1 {padding-right:80px;}
.container_12 .suffix_2 {padding-right:160px;}
.container_12 .suffix_3 {padding-right:240px;}
.container_12 .suffix_4 {padding-right:320px;}
.container_12 .suffix_5 {padding-right:400px;}
.container_12 .suffix_6 {padding-right:480px;}
.container_12 .suffix_7 {padding-right:560px;}
.container_12 .suffix_8 {padding-right:640px;}
.container_12 .suffix_9 {padding-right:720px;}
.container_12 .suffix_10 {padding-right:800px;}
.container_12 .suffix_11 {padding-right:880px;}
/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .push_1 {left:80px;}
.container_12 .push_2 {left:160px;}
.container_12 .push_3 {left:240px;}
.container_12 .push_4 {left:320px;}
.container_12 .push_5 {left:400px;}
.container_12 .push_6 {left:480px;}
.container_12 .push_7 {left:560px;}
.container_12 .push_8 {left:640px;}
.container_12 .push_9 {left:720px;}
.container_12 .push_10 {left:800px;}
.container_12 .push_11 {left:880px;}
/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .pull_1 {left:-80px;}
.container_12 .pull_2 {left:-160px;}
.container_12 .pull_3 {left:-240px;}
.container_12 .pull_4 {left:-320px;}
.container_12 .pull_5 {left:-400px;}
.container_12 .pull_6 {left:-480px;}
.container_12 .pull_7 {left:-560px;}
.container_12 .pull_8 {left:-640px;}
.container_12 .pull_9 {left:-720px;}
.container_12 .pull_10 {left:-800px;}
.container_12 .pull_11 {left:-880px;}

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

/* Navigation
------------------------------------------------------------------------------*/
/* First Level Menu Container
*********************************/
#navigation {
    background-color: #665f57;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
	font-size: 10px;
	padding: 3px;
	z-index:100;
}
#navigation>ul {
    list-style: inherit;
}
/* First Level Menu Item
*********************************/
#navigation>div>ul>li {
    display: inline-block;
    position: relative; /* keeps the subnav in the right spot. */
}
#navigation>div>ul>li>a {
    color: #ffffff;
    display: block;
    font-family: inherit;
    font-size: 1.1em;
    font-weight: bold;
    padding: 15px 0;
    margin: 0 15px 0 0;
    text-decoration: none;
    text-transform: uppercase;
}
/* First Level Menu Item
   +--------------------- Behaviors */
#navigation>div>ul>li>a:hover{
    background-image: url(../images/a-hover.gif);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    color: #000;
    text-decoration: none;
}
/* Second Level Menu Container
*********************************/
#navigation>div>ul>li>ul {
    margin: 0;
    padding: 0;
    background-attachment: inherit;
    background-color: #353535;
    text-align: center;
    width: 135px;
}
/* Second Level Menu Item
*********************************/
#navigation>div>ul>li>ul>li {
    padding: 5px;
    width: 115px;
    margin: 0 auto;
}
#navigation>div>ul>li>ul>li>a {
    color: #ffffff;
    display: block;
    text-decoration: none;
    font-family:inherit;
    font-size: 1.0em;
    font-weight: bold;
    margin: 0;
    padding: 5px;
    text-align: left;
    text-transform: none;
}
/* Second Level Menu Item
   +--------------------- Behaviors */
#navigation ul>li>ul>li>a:hover {
    background-color: #000;
    color: #ffffff;
    text-decoration: underline;
}
/* Utility
*********************************/
/* Pop up controls ------------ */
#navigation li:hover ul {display: block;}
#navigation li ul li {display: inline-block;}
#navigation ul li.active ul {display: block;}
#navigation ul li ul {
    display: none;
    position: absolute;
    z-index: 9999;
}
/* Currently Selected Menu Item */
#navigation>div>ul>li.current>a {
    background-image: url(../images/a-hover.gif);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    color: #DDD;
    text-decoration: none;
}
/* Currently Selected Menu Item */
#navigation>div>ul>li>ul>li.current>a {
    background-color: #000;
    color: #DDD;
    text-decoration: none;
}

/* Wrappers
------------------------------------------------------------------------------*/
#shadow {
	background-image: url(../images/shadow-bg.png);
	background-position: 0 0;
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 1095px;
}

/* Header
------------------------------------------------------------------------------*/
#header {
    background-image: url(../images/bg.gif);
    background-position: 0 0;
    background-repeat: repeat-y;
    margin-top: 48px;
}

/* Sitetitle
------------------------------------------------------------------------------*/
#sitetitle {
    background-image: none;
    background-repeat: repeat;
    z-index: 50;
}
#sitetitle h1>span {
    visibility: visible;
}
#sitetitle h1 {
    margin: 20px;
    padding: 0;
}
#sitetitle h1>span>a {
    color: #a1b526;
    font-family: 'Aclonica',sans-serif;
    font-size: 5.6em;
    font-style: normal;
    font-weight: normal;
    line-height: 0.8em;
    text-transform: none;
    text-decoration: none;
}
#sitetitle h1>span>a:hover {
    color: #a1b526;
}

/* banner_image
------------------------------------------------------------------------------*/
#banner_image {
    background-image: url('../../../img/Larrymunich1a.jpg');
    background-repeat: repeat-x;
    background-position: top right;
    margin-top: 3px;
		min-height: 300px;
    width: 630px;
}

/* Widgets
------------------------------------------------------------------------------*/
#widget_region_left_sidebar {
    margin-top: -35px;
}
#widget_region_left_sidebar>.widget_container,
#widget_region_header>.widget_container {
    background-color: #665f57;
    margin-left: -80px;
    margin-bottom: 50px;
    padding: 10px 10px 10px 95px;
}
#widget_region_header>.widget_container {
	margin: -9px -10px 25px 0px !important;
	padding: 0px 0px 20px 10px !important;
}
#widget_region_left_sidebar>.fold {
    margin: 0 0 0 -85px;
    padding: 0;
    background-image: url(../images/fold.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 400px;
    min-height: 36px;
}
#widget_region_left_sidebar>.widget_container>h3,
#widget_region_header>.widget_container>h3 {
    color: #000;
    font-family: Arial Black,Gadget,Sans-Serif;
    font-size: 1.5em;
    font-weight: bold;
    padding: 8px 0px 1px 0px;
    text-transform: uppercase;
}
#widget_region_left_sidebar>.widget_container>.widget_content,
#widget_region_header>.widget_container>.widget_content {
    background-color: transparent;
    color: #fff;
    font-size: 1.0em;
}
/*#widget_region_left_sidebar>.widget_basic {}*/
#widget_region_left_sidebar>.widget_basic>.widget_content a,
#widget_region_left_sidebar>.widget_basic>.widget_content a:visited,
#widget_region_header>.widget_basic>.widget_content a,
#widget_region_header>.widget_basic>.widget_content a:visited  {
    color: #b7b7b7;
}
#widget_region_left_sidebar>.widget_basic>.widget_content a:hover,
#widget_region_left_sidebar>.widget_basic>.widget_content a:active,
#widget_region_header>.widget_basic>.widget_content a:hover,
#widget_region_header>.widget_basic>.widget_content a:active  {
    color: #000;
}
#widget_region_left_sidebar>.widget_calendar>.widget_content>ul,
#widget_region_header>.widget_calendar>.widget_content>ul  {
    padding: 0;
    margin: 0;
}
#widget_region_left_sidebar>.widget_calendar>.widget_content>ul>li,
#widget_region_header>.widget_calendar>.widget_content>ul>li  {
    border-bottom: solid 1px #000;
    padding: 2px 0px 2px 0px;
}

.widget_calendar ul li,
.widget_calendar ul li:hover {
	cursor: pointer;
}

#widget_region_left_sidebar>.widget_calendar>.widget_content>ul>li div,
#widget_region_left_sidebar>.widget_calendar>.widget_content>ul>li div>p,
#widget_region_header>.widget_calendar>.widget_content>ul>li div ,
#widget_region_header>.widget_calendar>.widget_content>ul>li div>p  {
    display: inline-block;
}
#widget_region_left_sidebar>.widget_calendar div.date_container,
#widget_region_header>.widget_calendar div.date_container  { width: 33%; }
#widget_region_left_sidebar>.widget_calendar div.tour_venue,
#widget_region_header>.widget_calendar div.tour_venue  { width: 45%; }
#widget_region_left_sidebar>.widget_calendar div.tour_city,
#widget_region_header>.widget_calendar div.tour_city  { width: 45%; text-align: right; }
#widget_region_left_sidebar>.widget_calendar div.tour_location,
#widget_region_header>.widget_calendar div.tour_location  { width: 64%; }
#widget_region_left_sidebar>.widget_calendar div.tour_date,
#widget_region_header>.widget_calendar div.tour_date  { width: 100%; }
#widget_region_left_sidebar label,
#widget_region_header label  {
    margin: 5px 10px 5px 0;
    line-height: 1.5em;
    width: auto;
}
#widget_region_left_sidebar #email,
#widget_region_header #email  {
    background-color: #eeeeee;
    border:1px dotted #444444;
    color: #000000;
    font-size: 1.1em;
    padding: 5px;
    width: 155px;
}
#widget_region_left_sidebar #submit,
#widget_region_header #submit  {
    background-color: #ffffff;
    border:1px dotted #444444;
    color: #bf0006;
    cursor: pointer;
    font-weight: bold;
    padding: 3px 3px 3px 3px;
    width: auto;
}


/* Content
------------------------------------------------------------------------------*/
#main {
  width: 570px;
	padding-top: 10px;
}
#content {
  background-color: transparent;
	background-image: url('../images/bg.gif');
  background-position: top left;
  background-repeat: repeat-y;
  color: #fff;
}

body:not(.photo) #content{
  font-size: 1.0em;
  text-align: left;
}

#content h2 {
    background-color: transparent;
}
#content h2>span{
    color: #a7a7a7;
    font-family: Arial Black,Gadget,Sans-Serif;
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
}
#content h2>span>a,
#content h2>span>a:visited,
#content h2>span>a:hover,
#content h2>span>a:active {
    color: inherit;
    text-decoration: none;
}
.entry {
    margin: 0px 10px 0px 10px;
}
.entry img {
    padding:5px;
}
.entry p {
    margin-bottom: 10px;
	line-height: 1.5em;
}
.entry_meta {
    border-bottom: solid #665f57 1px;
    display: block;
    margin-bottom: 10px;
    width: 100%;
}
.entry_content {
    display: block;
    margin-bottom: 10px;
}
.entry_artist,
.entry_author,
.entry_date,
.entry_comments,
.entry_venue {
    display: inline-block;
    margin: 0 5px 5px 5px;
}
.entry_date {
    display: inline-block;
    float:right;
}
.entry_title {
    margin: 0 0 5px 0;
}
ul.audio_tracks {
	clear: both;
	margin-bottom: 20px;
}

/* Page Types
------------------------------------------------------------------------------*/
/* Basic
*********************************/

/* Bio
*********************************/
.bio div.entry_meta {
    border: none;
}

/* Blog
*********************************/
.blog div.entry_author {
    font-weight: bold;
    margin-left: 0;
}
.blog div.entry_date {
    margin-right: 0;
}
.blog div.entry_comments {
    font-style: italic;
}

/* Calendar
*********************************/
#past_header,
#future_header {
	display: block;
	margin: 0px 0px 10px 10px;
	border-bottom: solid 3px #665f57;
	font-size: 1.5em;
	width: 97%;
	text-transform: uppercase;
}
.calendar_post {
	margin: 0px 0px 15px 15px;
}
.calendar_post .date {
	font-size: 1.5em;
}
.calendar_post .details,
.calendar_post .venue {
	margin-left: 15px;
}
.calendar_post .venue,
.calendar_post .event_title_time {
	font-weight: bold;
	font-size: 1.25em;
}
.calendar_post .price {
	margin: 5px 0px;
}

/* Forms
*********************************/
.contact label,
.guestbook label,
.blog label {
    display: inline-block;
    width: 30%;
    vertical-align: top;
}
.contact contact_form_instructions,
.guestbook contact_form_instructions,
.blog contact_form_instructions {
    width: 350px !important;
}
.contact span.contact_form_element,
.guestbook span.contact_form_element,
.blog span.contact_form_element {
    display: inline-block;
}
.contact ul.contact_form_container,
.guestbook ul.contact_form_container,
.blog ul.contact_form_container {
    width: 350px !important;
}
.contact .contact_form_container li,
.guestbook .contact_form_container li,
.blog .contact_form_container li {
    display: block;
    margin: 3px 0px 3px 0px;
}
.contact input.contact_form_textbox,
.guestbook input.contact_form_textbox,
.blog input.contact_form_textbox,
.contact textarea.contact_form_textarea,
.guestbook textarea.contact_form_textarea,
.blog textarea.contact_form_textarea {
    background-color: #aaaaaa;
    border:1px dotted #444444;
    color: #000000;
    font-size: 1.1em;
    padding: 5px;
    width: 325px !important;
}
.contact input.contact_form_submit,
.guestbook input.contact_form_submit,
.blog input.contact_form_submit {
    background-color: #e4c7a1;
    border:1px dotted #444444;
    color: #000000;
    display: inline-block;
    margin: 5px auto;
    padding: 5px;
    text-transform: uppercase;
    width: auto !important;
}
#contact_message h2,
#comment_errors {
	border: 1px solid #665f57;
	margin: 20px;
	padding: 20px;
}
#comment_errors p {
	text-align: center;
}

/* Contact
*********************************/
.contact div.entry_meta {
    border: none;
}
.contact span.name,
.contact span.act {
    font-weight: bold;
}
.contact span.act:before {
    content: ' - ';
    font-weight: bold;
}
.contact div.contact_form_instructions {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 3px;
    border-bottom: solid #665f57 1px;
}
.contact div.entry_meta {
    border: none;
}
/* Guestbook
*********************************/
.guestbook div.entry_meta {
    border: none;
}

/* Press
*********************************/
.press div.entry_author {
    margin-left: 0;
    font-weight: bold;
}
.press div.entry_date {
    margin-right: 0;
}

/* audio
*********************************/
ul>.audio_tracks>li>a {
    background-color: #bf0006;
    color: #ffffff;
    padding: 2px;
    border: solid 1px #999;
}
.audio div.entry_artist {
    font-weight: bold;
    margin-left: 0px;
}
.audio div.entry_author {
    font-style: italic;
}
.audio div.entry_date {
    margin-right: 0px;
}

/* Photos
*********************************/
#photo_gallery ul.entry_content {
	padding-top: 20px;
}

#photo_gallery .post {
	width: auto;
}

.photo_gallery ul {
	margin: 10px 0 10px 6px;
}

.photo_gallery ul li {
    display: inline-block;
}

.photo_gallery img {
	padding: 3px;
}

/* Products
*********************************/
.products div.entry_meta {
    border: none;
}
.products #content h2>span>a,
.products #content h2>a {
    text-decoration: none;
}

ul.listbaby_fields {
	left: 10%;
	margin: 10px;
	position: relative;
	padding: 10px;
	width: 80%;
}

ul.listbaby_fields li {
	margin: 5px 0 0 5px;
}

ul.listbaby_fields li label.required {
	font-weight: bold;
}

ul.listbaby_fields li label {
	float: left;
	margin-top: 5px;
	width: 20%;
}

div.lb_error {
	border: 3px solid red;
	left: 15%;
	margin: 10px 0 0 5px;
	padding: 5px;
	position: relative;
	width: 70%;
}


/* Footer
------------------------------------------------------------------------------*/
#footer {
	background-color: #665f57;
	height: 15px;
	padding: 5px 0;
}
#footer ul {
	margin: 0 auto;
	width: 500px;
}
#footer ul li {
	border-right: 1px solid #000;
	color: #000;
	float: left;
	margin: 0 10px;
	font-weight: bold;
  padding: 0 10px 0 0;
  text-align: center;
  text-transform: none;
}
#footer ul li.last {
	border: 0;
}

/* BROWSER SUPPORT
--------------------------------------------------------------------------------
==============================================================================*/

/* Internet Explorer (IE7 & Under)
------------------------------------------------------------------------------*/
*:first-child+html .clearfix,
*:first-child+html .container_12,
*:first-child+html #navigation,
*:first-child+html #navigation ul,
*:first-child+html .widget_social,
*:first-child+html .wrap-middle {
	zoom: 1;
}
*:first-child+html #navigation {
    position:relative;
    z-index:1;
}
*:first-child+html #navigation ul li {
    display: inline;
}
*:first-child+html #navigation ul li ul li {
    z-index: 100;
    float: none;
}
*:first-child+html .entry_author {
  float: left;
}

/* Products *Post* Img */

.products_img {
	max-width: 100%;
}


#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: #eccca7;
color: #eccca7;
}

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

/* Audio views */
.audio #content .entry {
	text-align: left;
}

#album-wrapper .album-title,
#track_fullview #track_meta_row h2.title {
	background: none;
	color: #fff;
}

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

.audio #album-meta .album-purchase,
.audio #album-meta .album-purchase ul {
	background: #fff;
	color: #bf0006;
}

#album-meta .album-purchase .buy_album_button .open_close_icon,
#album-meta .album-purchase ul li {
	border-top-color: #bf0006;
}

#track-list .album-tracks li,
.audio .album-notes-outer,
#album-wrapper .album-description {
	border-top-color: #fff;
}

/* Breadcrumb styling */
#breadcrumbs-wrapper * {
	text-align: left
}

#breadcrumbs-wrapper #breadcrumbs {
	margin: 8px 0 0 8px;
	color: #fff;
	text-align: left;
}

#breadcrumbs-wrapper #breadcrumbs li a {
	text-decoration: none;
}

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

/* Instagram Styling */

.instagram_gallery.entry {
	border-bottom-color: #fff;
}

.ig_follow {
    background-color: #ffffff;
    border:1px dotted #444444;
    color: #bf0006;
    font-weight: bold;
}

.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: 0px;
	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 0px 40px;
}

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

.contact-form-builder-warning
{
	color: red;
	background-color: #fff;
	border: 0px 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: 0px 0px 6px 0px;
}

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

.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: 0px;
}

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

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