/*
	Theme: Rough Rider Lite
	Approved Name: Rough Rider Lite
	Designer: Bill Townsley
	Orginal markup: Xhtmlized
	Cleaner-upper: Jerome Thorp
	jthorp@hostbaby.com
	created: 11/2010
	updated: 12/13/2010 -jb
*/

/* 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: #000000;
	background-image: url(none);
	background-position: center center;
	background-repeat: repeat-y;
	color: #ffffff;
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 14px;
}
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:not(.ig_follow):visited {
	color: #ffffff;
	text-decoration: underline;
}
a:not(.ig_follow):hover,
a:not(.ig_follow):active {
	color: #660000;
	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;}
.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,
#accessibility_nav {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* Header
------------------------------------------------------------------------------*/
#header {
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
	background-position: 50% -12px;
	min-height: 318px;
}
#banner_image {
	background-image: url('/img/Skjermbilde_valdres.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 249px;
}
#header h1 {
	background-image: none;
	background-repeat: no-repeat;
	background-position: top left;
	padding: 10px 30px 0 0;
	text-align: right;
}
#header h1>span {
	visibility: hidden;
}
#header h1>span>a {
	color: #ffffff;
	font-family: Arial,Helvetica,Sans-Serif;
	font-style: normal;
	font-size: 2.2em;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	text-transform: inherit;
	
}
#header h1>span>a:hover {
	color: #A1B526;
}

/* Navigation
------------------------------------------------------------------------------*/
/* First Level Menu Container
*********************************/
#navigation {
	margin-top: 10px;
}
#navigation>ul {
	background-attachment: inherit;
	background-color:  #603813;
	background-image: none;
	background-position: inherit;
	background-repeat: no-repeat;
	border-top: solid #42210B 1px;
	border-bottom: solid #42210B 1px;
	list-style: inherit;
	margin: 0 0 0 -1px;
	padding: 0;
	text-align: center;
}
/* First Level Menu Item
*********************************/
#navigation>ul>li {
	display: inline-block;
	position: relative; /* keeps the subnav in the right spot. */
}
#navigation>ul>li>a {
	color: #FFEECC;
	display: block;
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 1.1em;
	font-weight: bold;
	height: 39px;
	line-height: 39px;
	padding: 0px 9px 0px 10px;
	text-decoration: none;
	text-transform: capitalize;
	vertical-align: middle;
}
/* First Level Menu Item
   +--------------------- Behaviors */
#navigation>ul>li>a:hover,
#navigation>ul>li.current>a {
	background-color: #FCEAB6;
	color: #603813;
	text-decoration: none;
}
/* Second Level Menu Container
*********************************/
#navigation>ul>li>ul {
	background-attachment: inherit;
	background-color: #FCEAB6;
	border: solid #BB987B 1px;
	margin: 0;
	padding: 0;
}
/* Second Level Menu Item
*********************************/
#navigation>ul>li>ul>li {
	line-height: 1.3;
}
#navigation>ul>li>ul>li>a {
	color: #F15A24;
	display: block;
	font-family: Arial,Helvetica,Sans-Serif;
	font-decoration: none;
	padding: 3px 7px 3px 7px;
	text-align: left;
	text-transform: uppercase;
	width: 138px;
}
/* Second Level Menu Item
   +--------------------- Behaviors */
#navigation>ul>li>ul>li>a:hover,
#navigation>ul>li>ul>li.current>a {
	background-color: #F8B681;
	color: #660000;
	font-weight: bold;
}
/* 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;
}

/* Graphic Embelishment
------------------------------------------------------------------------------*/
#hrline {
	border-top: 5px solid #f15a24;
	margin: 0 auto;
	width: 916px;
	height: 10px;
}

/* Widgets
------------------------------------------------------------------------------*/
#widget_region_left_sidebar {
	width: 300px;
	border-bottom: solid #9a9a9a 1px;
}
#widget_region_left_sidebar>.widget_container {
	background-image: url(../images/bg-sidebar.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
	margin: 0;
	padding: 0 0 15px 0;
}
#widget_region_left_sidebar>.widget_container>h3 {
	background-color: #42210B;
	padding: 6px 0 10px 0;
	width: 295px;
}
#widget_region_left_sidebar>.widget_container>h3>span {
	border-bottom: 1px dashed #f15a24;
	color: #F7E6D4;
	display: inline-block;
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 0 0 10px;
	padding: 0 0 2px 0;
	text-transform: capitalize;
	width: 90%;
}
#widget_region_left_sidebar>.widget_container>.widget_content {
	background-color: transparent;
	color: #42210B;
	font-size: 1.0em;
	padding: 5px 10px 5px 5px;
}
/*#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 {
	color: #42210B;
}
#widget_region_left_sidebar>.widget_basic>.widget_content a:hover,
#widget_region_left_sidebar>.widget_basic>.widget_content a:active {
	text-decoration: underline;
}
#widget_region_left_sidebar>.widget_calendar>.widget_content>ul {
	padding: 0;
	margin: 0;
}
#widget_region_left_sidebar>.widget_calendar>.widget_content>ul>li {
	border-bottom: dotted 1px #42210B;
	padding: 2px 0px 2px 0px;
		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 {
	display: block;
}
#widget_region_left_sidebar>.widget_calendar div.date_container { width: 18%; float: left; }
#widget_region_left_sidebar>.widget_calendar div.tour_venue { width: 56%; float: left; }
#widget_region_left_sidebar>.widget_calendar div.tour_city { width: 40%; float: right; }
#widget_region_left_sidebar>.widget_calendar div.tour_location { width: 78%; float: right;}
#widget_region_left_sidebar>.widget_calendar div.tour_date { width: 100%; }
#widget_region_left_sidebar label {
	display: block;
	margin: 5px 0;
	width: auto;
}
#widget_region_left_sidebar #email {
	background-color: #D9C091;
	border:1px dotted #444444;
	color:#42210B;
	margin-bottom: 5px;
	padding: 3px 4px 3px 4px;
	width: 155px;
}
#widget_region_left_sidebar #submit {
	background-color: #42210B;
	border: 0;
	color: #F15A24;
	cursor: pointer;
	font-weight: bold;
	padding: 3px 3px 3px 3px;
	width: auto;
}


/* Content
------------------------------------------------------------------------------*/
#main {
	background-color: transparent;
	display: inline-block;
  margin-left: 10px;
  width: 940px;
}

#content {
	background-position: top left;
}

#content h2 {
	background-color: #42210B;
	padding: 6px 0 12px 0;
}

#content h2>span {
	border-bottom: 1px dashed #f15a24;
	color: #F7E6D4;
	display: inline-block;
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 0 0 10px;
	padding: 0 0 2px 0;
	text-transform: none;
	width: 95%;
}
#content h2>span,
#content h2>span>a,
#content h2>span>a:visited,
#content h2>span>a:hover,
#content h2>span>a:active {
	color: #F7E6D4;
	text-decoration: none;
}

.post {
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
}

.entry {
	margin: 5px 10px;
}

.entry img {
	padding:5px;
}
.entry p {
	color: inherit;
	margin-bottom: 10px;
}
.entry p:not(.ig_user) {
	font-size: 1em;
	text-align: inherit;
}
.entry_meta {
	border-bottom: solid #603813 1px;
	display: block;
	margin-bottom: 10px;
	width: 100%;
}
.entry_content {
	display: inline-block;
	margin: 0 0 20px 5px;
	width:590px;
}
.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;
}

/* 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;
}
#form_header {
	background-color: transparent !important;
}
#form_header span {
	color: #603813 !important;
	font-size: 1.5em !important;
	border-bottom: none !important;
}

/* Calendar
*********************************/
#content #past_header,
#content #future_header {
	background-color: #42210B;
	padding: 6px 0 12px 0;
	color: #F7E6D4;
	display: inline-block;
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 1.2em;
	font-weight: normal;
	padding: 10px;
	text-transform: none;
	width: 95%;
}
.calendar_post .date {
	font-size: 1.25em;
	margin-bottom: 10px;
}
.calendar_post .venue,
.calendar_post .event_title_time {
	font-weight: bold;
	margin-left: 0px;
}
.calendar_post {
	margin-left: 20px;
	width:93%;
}
.calendar_post address {
	font-style: italic;
	margin-bottom: 10px;
}
.calendar_post .price {
	font-weight: bold;
}

/* 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: #D9C091;
	color:#42210B;
	font-size: 1.1em;
	padding: 5px;
	border:1px dotted #444444;
	width: 325px !important;
}
.contact input.contact_form_submit,
.guestbook input.contact_form_submit,
.blog input.contact_form_submit {
	background-color: #42210B;
	border: 0;
	color: #F15A24;
	display: inline-block;
	margin: 5px auto;
	padding: 5px;
	text-transform: uppercase;
	width: auto !important;
}

#contact_message h2,
#comment_errors {
	background-color: #FFFFFF;
	border: 1px solid #F00;
	color: #bf0006;
	margin: 20px 10px;
	padding: 20px;
	text-align: center;
}

#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 #603813 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
*********************************/
.audio #album-wrapper,
.audio #track_fullview {
	color: inherit;
}

#album-wrapper h2.album-title,
#track_meta_row h2.title {
	color: inherit;
	background-color: transparent;
}

#track-list .album-tracks li {
	border-top-color: inherit;
}

.audio .album-notes-outer  {
	border-top-color: inherit;
}

#album-wrapper .album-description {
	color: inherit;
	border-top-color: inherit;
}

#album-wrapper .notes-content {
	color: inherit;
}

#album-wrapper .notes-label {
	color: inherit;
}

#album-wrapper .album-release-date {
	color: inherit;
}

#album-wrapper .album-label {
	color: inherit;
}

#album-wrapper .artist_name,
#album-wrapper .album-artist {
	color: inherit;
}

#album-wrapper .tracktime {
	color: inherit;
}

#track_meta_row .tracktime {
	color: inherit;
}

.audio #track_meta_row .title {
	background-color: transparent;
}

.track_details .track_artist {
	color: inherit;
}

.track_details .track_date {
	color: inherit;
}

.track_details .track_author {
	color: inherit;
}

.album-purchase .buy_album_button {
	background-color: #42210B;
	color: #F15A24;
}

.audio #album-meta .album-purchase ul li {
	background-color: #42210B;
	color: #F15A24;
}

.audio #album-meta .album-purchase ul li a,
.audio #album-meta .album-purchase ul li a:hover {
	color: #F15A24;
}

.audio #album-meta .album-purchase ul {
	background-color: #42210B;
}

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

#track_fullview .track_details.track_details_divider {
	border-bottom-color: inherit;
}

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

.photo_gallery ul {
	margin-left: 11px;
}

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

.photo_gallery ul li.post {
	width: 100px;
}

/* Video
*********************************/
body.video #content .playlist_holder.loading h2 {
	background-color: transparent;
	padding-left: 10px;
}

/* Products
*********************************/
.products div.entry_meta {
	border: none;
}
.products #content h2>span>a,
.products #content h2>a {
	color: inherit;
	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: transparent;
	background-image: url(../images/bg_footer.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 45px;
	padding-top: 10px;
}

#footer p {
	color: #42210B;
	font-size: 1em;
	font-weight: bold;
	padding: 10px 15px 10px 0;
	text-align: right;
	text-transform: none;
}

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

/* Internet Explorer (IE7 & Under)
------------------------------------------------------------------------------*/
*:first-child+html .clearfix,
*:first-child+html .container_12,
*:first-child+html #navigation,
*:first-child+html .grid_4,
*:first-child+html .grid_8,
*:first-child+html .grid_12,
*:first-child+html #navigation ul {
	zoom: 1;
}
*:first-child+html #navigation ul li {
  display: inline;
  list-style-type: none;
  margin: 0px;
  position: relative;
}
*:first-child+html #navigation ul li > ul {
  display: none;
  position: absolute;
  top: 35px;
  left: 0px;
}
*:first-child+html #navigation ul li:hover > ul {
  display: block;
}
*:first-child+html .grid_4 {
  position: static;
}
*:first-child+html .grid_8 {
  position: static;
}
*:first-child+html .entry_author {
  float: left;
}

/* Products *Post* Img */

.entry .products_img {
	max-width: 100%;
	padding: 0px;
}

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

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

/* Breadcrumb styling */

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

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

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

/* Instagram Styles */

.instagram_gallery.entry {
	border-bottom-color: inherit;
	margin-bottom:10px;
}

.entry .ig_icon {
	padding:0;
}

.ig_follow {
	background-color: #42210B;
	border: 0;
	color: #F15A24;
}

.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;
}
