/* @override 	http://madinalake.local/stylesheets/blueprint_new.css?1257048860	http://collectivesoul.local/stylesheets/blueprint_new.css	http://theory.local/stylesheets/blueprint_new.css*//* --------------------------------------------------------------      reset.css   * Resets default browser CSS.   -------------------------------------------------------------- */html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, code,del, dfn, em, img, q, dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {  margin: 0;  padding: 0;  border: 0;  font-weight: inherit;  font-style: inherit;  font-size: 100%;  font-family: inherit;  vertical-align: baseline;}body {   line-height: 1.5; }/* Tables still need 'cellspacing="0"' in the markup. */table { border-collapse: separate; border-spacing: 0; }caption, th, td { text-align: left; font-weight: normal; }table, td, th { vertical-align: middle; }/* Remove possible quote marks (") from <q>, <blockquote>. */blockquote:before, blockquote:after, q:before, q:after { content: ""; }blockquote, q { quotes: "" ""; }/* Remove annoying border on linked images. */a img { border: none; }/* --------------------------------------------------------------       typography.css   * Sets up some sensible default typography.   -------------------------------------------------------------- *//* Default font settings.    The font-size percentage is of 16px. (0.75 * 16px = 12px) */body {   font-size: 65%;  color: #222;   background: #fff;  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;}/* Headings-------------------------------------------------------------- */h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #000; }h1 { font-size: 2.4em; line-height: 1; margin-bottom: 0.5em; }h2 { font-size: 1.8em; margin-bottom: 0.75em; }h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 4px; }h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }h6 { font-size: 1em; font-weight: bold; }h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {  margin: 0;}/* Text elements-------------------------------------------------------------- */p           { margin: 0 0 1.5em; font-size: 1.2em;}p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }a:focus, a:hover     { color: #555; outline: none; }a           { color: #c22918; text-decoration: none; }blockquote  { margin: 1.5em; color: #666; font-style: italic; }strong      { font-weight: bold; }em,dfn      { font-style: italic; }dfn         { font-weight: bold; }sup, sub    { line-height: 0; }abbr, acronym     { border-bottom: 1px dotted #666; }address     { margin: 0 0 1.5em; font-style: italic; }del         { color:#666; }pre 				{ margin: 1.5em 0; white-space: pre; }pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }.intro{	font-size: 1.4em;}.secondary_info{	font-size: 1.2em;}.tertiary_info{	font-size: 1.2em;	font-style: italic;}.bolden{	font-weight: bold;}.nothing_to_show{	font-size: 1.4em;	background-color: #fafafa;	border: 3px solid #f4f4f4;	padding: 10px;}.look_at_me{	padding: 5px;	font-size: 1.2em;	color: #d18d00;	background-color: #fff4dd;	border: 2px dashed #ffe8bb;}.italicize{	font-family: Georgia, "Times New Roman", Times, serif;	font-style: italic;}/* Lists-------------------------------------------------------------- */li ul, li ol       { margin:0 1.5em; }ul, ol      { margin: 0 1.5em 1.5em 1.5em; }ul          { list-style-type: disc; }ol          { list-style-type: decimal; }dl          { margin: 0 0 1.5em 0; }dl dt       { font-weight: bold; }dd          { margin-left: 1.5em;}/* Tables-------------------------------------------------------------- */table       { margin-bottom: 1.4em; width:100%; }th          { font-weight: bold; }thead th 	{ }th,td,caption { padding: 4px 10px 4px 5px; }tr.even td  { background-color: #f4f4f4; }tfoot       { font-style: italic; }caption     { background: #eee; }/* Misc classes-------------------------------------------------------------- */.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }.hide       { display: none; }.quiet      { color: #666; }.loud       { color: #000; }.highlight  { background:#ff0; }.added      { background:#060; color: #fff; }.removed    { background:#900; color: #fff; }.first      { margin-left:0; padding-left:0; }.last       { margin-right:0; padding-right:0; }.top        { margin-top:0; padding-top:0; }.bottom     { margin-bottom:0; padding-bottom:0; }.tinyText {	font-size:.85em !important;}.smallerText{	font-size: 1em !important;}.normalText{	font-size: 1.2em !important;}.mediumText{	font-size: 1.4em;}.biggerText{	font-size: 1.6em !important;}.hugeText{	font-size: 2em !important;}/* --------------------------------------------------------------   grid.css - mirror version of src/grid.css-------------------------------------------------------------- *//* A container should group all your columns. */.container {  width: 950px;  margin: 0 auto;}/* Use this class on any div.span / container to see the grid. */.showgrid {   background: url(src/grid.png); }/* Columns-------------------------------------------------------------- *//* Sets up basic grid floating and margin. */.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {  float: left;  margin-right: 10px;}/* The last column in a row needs this class. */.last, div.last { margin-right: 0; }/* Use these classes to set the width of a column. */.span-1 {width: 30px;}.span-2 {width: 70px;}.span-3 {width: 110px;}.span-4 {width: 150px;}.span-5 {width: 190px;}.span-6 {width: 230px;}.span-7 {width: 270px;}.span-8 {width: 310px;}.span-9 {width: 350px;}.span-10 {width: 390px;}.span-11 {width: 430px;}.span-12 {width: 470px;}.span-13 {width: 510px;}.span-14 {width: 550px;}.span-15 {width: 590px;}.span-16 {width: 630px;}.span-17 {width: 670px;}.span-18 {width: 710px;}.span-19 {width: 750px;}.span-20 {width: 790px;}.span-21 {width: 830px;}.span-22 {width: 870px;}.span-23 {width: 910px;}.span-24, div.span-24 { width:950px; margin:0; }/* Use these classes to set the width of an input. */input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12, input.span-13, textarea.span-13, input.span-14, textarea.span-14, input.span-15, textarea.span-15, input.span-16, textarea.span-16, input.span-17, textarea.span-17, input.span-18, textarea.span-18, input.span-19, textarea.span-19, input.span-20, textarea.span-20, input.span-21, textarea.span-21, input.span-22, textarea.span-22, input.span-23, textarea.span-23, input.span-24, textarea.span-24 {  border-left-width: 1px!important;  border-right-width: 1px!important;  padding-left: 5px!important;  padding-right: 5px!important;}input.span-1, textarea.span-1 { width: 18px!important; }input.span-2, textarea.span-2 { width: 58px!important; }input.span-3, textarea.span-3 { width: 98px!important; }input.span-4, textarea.span-4 { width: 138px!important; }input.span-5, textarea.span-5 { width: 178px!important; }input.span-6, textarea.span-6 { width: 218px!important; }input.span-7, textarea.span-7 { width: 258px!important; }input.span-8, textarea.span-8 { width: 298px!important; }input.span-9, textarea.span-9 { width: 338px!important; }input.span-10, textarea.span-10 { width: 378px!important; }input.span-11, textarea.span-11 { width: 418px!important; }input.span-12, textarea.span-12 { width: 458px!important; }input.span-13, textarea.span-13 { width: 498px!important; }input.span-14, textarea.span-14 { width: 538px!important; }input.span-15, textarea.span-15 { width: 578px!important; }input.span-16, textarea.span-16 { width: 618px!important; }input.span-17, textarea.span-17 { width: 658px!important; }input.span-18, textarea.span-18 { width: 698px!important; }input.span-19, textarea.span-19 { width: 738px!important; }input.span-20, textarea.span-20 { width: 778px!important; }input.span-21, textarea.span-21 { width: 818px!important; }input.span-22, textarea.span-22 { width: 858px!important; }input.span-23, textarea.span-23 { width: 898px!important; }input.span-24, textarea.span-24 { width: 938px!important; }/* Add these to a column to append empty cols. */.append-1 { padding-right: 40px;}.append-2 { padding-right: 80px;}.append-3 { padding-right: 120px;}.append-4 { padding-right: 160px;}.append-5 { padding-right: 200px;}.append-6 { padding-right: 240px;}.append-7 { padding-right: 280px;}.append-8 { padding-right: 320px;}.append-9 { padding-right: 360px;}.append-10 { padding-right: 400px;}.append-11 { padding-right: 440px;}.append-12 { padding-right: 480px;}.append-13 { padding-right: 520px;}.append-14 { padding-right: 560px;}.append-15 { padding-right: 600px;}.append-16 { padding-right: 640px;}.append-17 { padding-right: 680px;}.append-18 { padding-right: 720px;}.append-19 { padding-right: 760px;}.append-20 { padding-right: 800px;}.append-21 { padding-right: 840px;}.append-22 { padding-right: 880px;}.append-23 { padding-right: 920px;}/* Add these to a column to prepend empty cols. */.prepend-1 { padding-left: 40px;}.prepend-2 { padding-left: 80px;}.prepend-3 { padding-left: 120px;}.prepend-4 { padding-left: 160px;}.prepend-5 { padding-left: 200px;}.prepend-6 { padding-left: 240px;}.prepend-7 { padding-left: 280px;}.prepend-8 { padding-left: 320px;}.prepend-9 { padding-left: 360px;}.prepend-10 { padding-left: 400px;}.prepend-11 { padding-left: 440px;}.prepend-12 { padding-left: 480px;}.prepend-13 { padding-left: 520px;}.prepend-14 { padding-left: 560px;}.prepend-15 { padding-left: 600px;}.prepend-16 { padding-left: 640px;}.prepend-17 { padding-left: 680px;}.prepend-18 { padding-left: 720px;}.prepend-19 { padding-left: 760px;}.prepend-20 { padding-left: 800px;}.prepend-21 { padding-left: 840px;}.prepend-22 { padding-left: 880px;}.prepend-23 { padding-left: 920px;}/* Border on right hand side of a column. */div.border {  padding-right: 4px;  margin-right: 5px;  border-right: 1px solid #eee;}/* Border with more whitespace, spans one column. */div.colborder {  padding-right: 24px;  margin-right: 25px;  border-right: 1px solid #eee;}/* Use these classes on an element to push it into the next column, or to pull it into the previous column.  */.pull-1 { margin-left: -40px; }.pull-2 { margin-left: -80px; }.pull-3 { margin-left: -120px; }.pull-4 { margin-left: -160px; }.pull-5 { margin-left: -200px; }.pull-6 { margin-left: -240px; }.pull-7 { margin-left: -280px; }.pull-8 { margin-left: -320px; }.pull-9 { margin-left: -360px; }.pull-10 { margin-left: -400px; }.pull-11 { margin-left: -440px; }.pull-12 { margin-left: -480px; }.pull-13 { margin-left: -520px; }.pull-14 { margin-left: -560px; }.pull-15 { margin-left: -600px; }.pull-16 { margin-left: -640px; }.pull-17 { margin-left: -680px; }.pull-18 { margin-left: -720px; }.pull-19 { margin-left: -760px; }.pull-20 { margin-left: -800px; }.pull-21 { margin-left: -840px; }.pull-22 { margin-left: -880px; }.pull-23 { margin-left: -920px; }.pull-24 { margin-left: -960px; }.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {float: left; position:relative;}.push-1 { margin: 0 -40px 1.5em 40px; }.push-2 { margin: 0 -80px 1.5em 80px; }.push-3 { margin: 0 -120px 1.5em 120px; }.push-4 { margin: 0 -160px 1.5em 160px; }.push-5 { margin: 0 -200px 1.5em 200px; }.push-6 { margin: 0 -240px 1.5em 240px; }.push-7 { margin: 0 -280px 1.5em 280px; }.push-8 { margin: 0 -320px 1.5em 320px; }.push-9 { margin: 0 -360px 1.5em 360px; }.push-10 { margin: 0 -400px 1.5em 400px; }.push-11 { margin: 0 -440px 1.5em 440px; }.push-12 { margin: 0 -480px 1.5em 480px; }.push-13 { margin: 0 -520px 1.5em 520px; }.push-14 { margin: 0 -560px 1.5em 560px; }.push-15 { margin: 0 -600px 1.5em 600px; }.push-16 { margin: 0 -640px 1.5em 640px; }.push-17 { margin: 0 -680px 1.5em 680px; }.push-18 { margin: 0 -720px 1.5em 720px; }.push-19 { margin: 0 -760px 1.5em 760px; }.push-20 { margin: 0 -800px 1.5em 800px; }.push-21 { margin: 0 -840px 1.5em 840px; }.push-22 { margin: 0 -880px 1.5em 880px; }.push-23 { margin: 0 -920px 1.5em 920px; }.push-24 { margin: 0 -960px 1.5em 960px; }.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 {float: right; position:relative;}/* Misc classes and elements-------------------------------------------------------------- *//* In case you need to add a gutter above/below an element */.prepend-top {   margin-top:1.5em; }.append-bottom {   margin-bottom:1.5em; }/* Use a .box to create a padded box inside a column.  */ .box {   padding: 1.5em;   margin-bottom: 1.5em;   background: #E5ECF9; }/* Use this to create a horizontal ruler across a column. */hr {  background: #ddd;   color: #ddd;  clear: both;   float: none;   width: 100%;   height: .1em;  margin: 0 0 1.45em;  border: none; }hr.space {  background: #fff;  color: #fff;}/* Clearing floats without extra markup   Based on How To Clear Floats Without Structural Markup by PiE   [http://www.positioniseverything.net/easyclearing.html] */.clearfix:after, .container:after, .module:after {  content: "\0020";   display: block;   height: 0;   clear: both;   visibility: hidden;  overflow:hidden; }.clearfix, .container, .module {display: block;}/* Regular clearing   apply to column that should drop below previous ones. */.clear { clear:both; }/* @group MISCELLANEOUS */.floatLeft{	float: left !important;}.floatRight{	float: right !important;}.clear{	clear: both !important;}.clearLeft{	clear: left !important;}.clearRight{	clear: right !important;}.noMargin{	margin: 0 !important;}.noPadding{	padding: 0 !important;}.marginRight {	margin-right: 10px;}.marginLeft {	margin-left: 10px;}.marginTop { margin-top: 10px; }  .marginTop15px { margin-top: 15px; }  .marginTop5px { margin-top: 5px; }  .marginTop20px { margin-top: 20px; }  .marginBottom { margin-bottom: 10px; }  .marginBottom20px { margin-bottom: 20px; }  .marginBottom15px { margin-bottom: 15px; }  .marginBottom5px { margin-bottom: 5px; }  .withPadding{ padding: 10px; }  .paddingTop{ padding-top: 10px !important; }  .paddingBottom{ padding-bottom: 10px !important; }  .paddingBottom15px { padding-bottom: 15px; }  .paddingBottom20px { padding-bottom: 20px; }  .paddingBottom5px { padding-bottom: 5px; }  .paddingTopBottom{ padding-top: 10px !important; padding-bottom: 10px !important; }  .paddingLeftRight{ padding-left: 10px !important; padding-right: 10px !important; }  .paddingTopRightLeft { padding: 10px 10px 0 10px; }  .paddingTop5px { padding-top: 5px; }  .paddingTop15px { padding-top: 15px; }  .paddingTop20px { padding-top: 20px; }.overflow_hidden {	overflow: hidden;}.position_relative {	position: relative;}.position_absolute {	position: absolute;}.spaceRight {	margin-right: 10px !important;}.spaceLeft {	margin-left: 10px !important;}.legroom{	margin-bottom: 18px !important;}	.lesslegroom{		margin-bottom: 10px;	}		.noLegroom{		margin-bottom: 0px !important;	}.headroom{	margin-top: 18px !important;}	.lessheadroom{		margin-top: 10px;	}		.noHeadroom{		margin-bottom: 0px !important;	}.center{	text-align: center !important;}.alignRight{	text-align: right;}.borderless{	border: none !important;	margin: 0 !important;}.noBorder { border: none; border: 0;}.smaller{	font-size: .85em;}.blockify{	display: block;}.empty{	padding: 8px;	text-align: center;	background-color: #555;	border: 2px solid #000;}.whiteBorder { border: 5px solid #ffffff; }.borderBottomDotted { 	border-bottom: 1px dotted #161616;	height: auto;}.borderTop_withSpace { 	border-top: 1px solid #161616;	padding: 10px 0 0 0;	margin: 10px 0 0 0;}.grayText { color: #666666;}.lightGrayText { color: #999999;}p.intro { margin-bottom: 10px; }.em_block {	display: block;	height: 32px;	line-height: 32px;	border-bottom: 1px dotted #242424;	margin: 0 0 5px 0;}/* @end */

/* @override
  http://collectivesoul.local/stylesheets/base.css
  http://madinalake.local/stylesheets/base.css
  http://theory.local/stylesheets/base.css
  http://mutinywithin.local/stylesheets/base.css
  http://skynyrd.local/stylesheets/base.css
*/

/*-------------------------------------
ARTIST NETWORK BASE

Basic styles for the system

version:   1.0
copyright:  (c)2009
---------------------------------------*/
/* @group STRUCTURE */
#wrapper{
  width: 950px;
  margin: 0 auto;
  position: relative;
}

#admin_bar{
  width: auto;
  height: 30px;
  padding: 0 10px 0 100px;
  background: url(/images/navigation/admin_bar.gif) no-repeat top left;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif !important;
}
	#admin_toolbar { width: auto; }

  #admin_bar strong { color: #fff; }
  #admin_bar .return_home a { font-weight: bold; background-color: #000; padding: 6px; }
  #admin_bar li.fanclubhome_link a { color: #fff; font-weight: bold; }

#footer{
  text-align: center;
  padding: 20px 0;
  margin-top: 20px;
  border-top: 1px solid #888;
}

.user_grid_item{ height: 190px; }
.grid_item{ margin-bottom: 20px; }

#centered_login{
  width: 400px;
  margin: 0 auto;
}

  #centered_login .module_heading{ font-size: 2.4em; }
/* @end */



/* @group BREADCRUMBS */
#crumbs_wrapper { margin: 0; padding: 0; }

#bread_crumbs{
  float: left;
  font-size: 1.2em;
  padding: 5px 0;
  margin-bottom: 5px;
}

#crumbs_wrapper .floatRight { padding: 5px 0; margin-bottom: 5px; }
/* @end */


/* @group MAIN NAV */
  ul#main_nav{
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.8em;
  }

  ul#main_nav li{ float: left; }
  ul#main_nav li a{ display: block; }

  ul#main_nav li a:hover{
    color: #555;
  }
  /* @end */



/* @group FOOTER NAV */
ul#footer_nav{ }
/* @end */



/* @group TABS */
ul.tabs{
  position: relative;
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 1.4em;
  line-height: 1.8em;
  border-bottom: 2px solid #ddd;
}

  ul.tabs li{ float: left; }

    ul.tabs li.plain_tab{
      margin-right: 10px;
      font-weight: bold;
    }

  ul.tabs li a{
    color: #888;
    display: block;
    padding: 0 10px;
  }

    ul.tabs li a:hover{ color: #c22918; }

  ul.tabs li.active a{
    color: #000;
    background-color: #ddd;
  }
/* @end */



/* @group ACTION LINKS */
ul.action_links{
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.2em;
  line-height: 2.4em;
}

  ul.action_links li{
    float: left;
    margin-right: 5px;
  }

  td.row_actions ul.action_links li{
    float: none;
    display: inline;
  }
/* @end */


/* @group POST ACTION LINKS */
div.blog_edit_bar{
 color:  #aaa;
 padding-left:  5px;
 line-height: 2.0em;
 clear:both;
 background:  #222;
 margin-bottom:  10px;
 font-size:1.2em;
}

.member_cache, .premium_cache, .admin_cache {display:none;} */

div.blog_edit_bar ul.admin_links{
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 2.0em;
  font-weight:normal;

}

  div.blog_edit_bar ul.admin_links li{
  float: right;
    margin-right: 5px;
    display: inline;
  }

  div.blog_edit_bar  ul.admin_links li a{
    color:  #aaa;
    font-weight:normal;
  }
   div.blog_edit_bar ul.admin_links li a:hover{
    color:  #eee;
    font-weight:normal;
  }
/* @end */


/* @group RATE IT LINKS */
.rateit_strip {
  border: 1px solid #999;
  padding: 10px;
  margin: 15px 0 15px 0;
  clear: both;
}

ul.rateit_actions{
  font-size: 1.2em;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 24px;
}

  ul.rateit_actions li{
    height: 24px;
    line-height: 24px;
    float: left;
    margin-right: 12px;
  }

    ul.rateit_actions li.rockit a, ul.rateit_actions li.dropit a {
      display: block;
      width: 94px;
      height: 24px;
      background: url(/images/buttons/youlike.gif) no-repeat top left;
      text-indent: -9999px;
      outline: none;
    }

    ul.rateit_actions li.dropit a {
      width: 106px;
      background: url(/images/buttons/youdislike.gif) no-repeat top left;
    }

      ul.rateit_actions li.rockit a:hover, ul.rateit_actions li.dropit a:hover {
        background-position: top right;
      }

  ul.rateit_actions li.rockedit, ul.rateit_actions li.droppedit {
    display: block;
    width: 99px;
    height: 24px;
    background: url(/images/buttons/youliked.gif) no-repeat top left;
    text-indent: -9999px;
    outline: none;
  }

  ul.rateit_actions li.droppedit {
    width: 113px;
    background: url(/images/buttons/youdisliked.gif) no-repeat top left;
  }
/* @end */



/* @group ADMIN TOOLBAR */
ul#admin_toolbar{
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.1em;
  color: #fff;
}

  ul#admin_toolbar li{
  height: 29px;
  line-height: 29px;
  padding: 0 10px;
  background: url(/images/navigation/adminbar_split.gif) #260102 no-repeat top right;
  text-transform: uppercase;
    float: left;
  }

  ul#admin_toolbar li a{ color: #aaa; }

   ul#admin_toolbar li.admin_links a { color: #c22918;}

    ul#admin_toolbar li a:hover{ color: #fff; }
/* @end */




/* @group ACCOUNT TOOLBAR */
ul#account_toolbar{
  list-style: none;
  font-size: 1.2em;
  margin: 0;
  line-height: 1.8em;
  position: absolute;
  top: 0;
  right: 0;
}

  ul#account_toolbar li{
    float: left;
    margin: 0 5px;
  }
/* @end */



/* @group TEMPLATE ITEMS */
#ph_html_header{
  margin-bottom: 20px;
  height: 250px;
}
/* @end */



/* @group ICONS AND SPRITES */
.fg{ display:inline; overflow:hidden; height:16px; padding-left:16px; padding-bottom:2px; background: url(/images/icons/icons.png) no-repeat; }
.fg.ico-application-blog { background-position: 0 0; width: 16px; height: 16px; }
.fg.ico-arrow-next { background-position: 0 -41px; width: 16px; height: 16px; }
.fg.ico-arrow-prev { background-position: 0 -82px; width: 16px; height: 16px; }
.fg.ico-arrow { background-position: 0 -123px; width: 16px; height: 16px; }
.fg.ico-broom { background-position: 0 -164px; width: 16px; height: 16px; }
.fg.ico-chart-down-color { background-position: 0 -205px; width: 16px; height: 16px; }
.fg.ico-clock { background-position: 0 -246px; width: 16px; height: 16px; }
.fg.ico-cross { background-position: 0 -287px; width: 16px; height: 16px; }
.fg.ico-disk-black { background-position: 0 -328px; width: 16px; height: 16px; }
.fg.ico-document-small { background-position: 0 -369px; width: 16px; height: 16px; }
.fg.ico-exclamation-diamond { background-position: 0 -410px; width: 16px; height: 16px; }
.fg.ico-external { background-position: 0 -451px; width: 16px; height: 16px; }
.fg.ico-eye-red { background-position: 0 -492px; width: 16px; height: 16px; }
.fg.ico-eye { background-position: 0 -533px; width: 16px; height: 16px; }
.fg.ico-feed { background-position: 0 -574px; width: 16px; height: 16px; }
.fg.ico-fire { background-position: 0 -615px; width: 16px; height: 16px; }
.fg.ico-flag { background-position: 0 -656px; width: 16px; height: 16px; }
.fg.ico-folder-horizontal { background-position: 0 -697px; width: 16px; height: 16px; }
.fg.ico-gear { background-position: 0 -738px; width: 16px; height: 16px; }
.fg.ico-globe { background-position: 0 -779px; width: 16px; height: 16px; }
.fg.ico-leaf-wormhole { background-position: 0 -820px; width: 16px; height: 16px; }
.fg.ico-leaf { background-position: 0 -861px; width: 16px; height: 16px; }
.fg.ico-lock { background-position: 0 -902px; width: 16px; height: 16px; }
.fg.ico-pencil { background-position: 0 -943px; width: 16px; height: 16px; }
.fg.ico-pin { background-position: 0 -984px; width: 16px; height: 16px; }
.fg.ico-plus { background-position: 0 -1025px; width: 16px; height: 16px; }
.fg.ico-soc-delicious { background-position: 0 -1066px; width: 16px; height: 16px; }
.fg.ico-soc-digg { background-position: 0 -1107px; width: 16px; height: 16px; }
.fg.ico-soc-facebook { background-position: 0 -1148px; width: 16px; height: 16px; }
.fg.ico-soc-lastfm { background-position: 0 -1189px; width: 16px; height: 16px; }
.fg.ico-soc-linkedin { background-position: 0 -1230px; width: 16px; height: 16px; }
.fg.ico-soc-openid { background-position: 0 -1271px; width: 16px; height: 16px; }
.fg.ico-soc-reddit { background-position: 0 -1312px; width: 16px; height: 16px; }
.fg.ico-soc-stumbleupon { background-position: 0 -1353px; width: 16px; height: 16px; }
.fg.ico-soc-twitter { background-position: 0 -1394px; width: 16px; height: 16px; }
.fg.ico-soc-vimeo { background-position: 0 -1435px; width: 16px; height: 16px; }
.fg.ico-sticky_note { background-position: 0 -1476px; width: 16px; height: 16px; }
.fg.ico-tag { background-position: 0 -1517px; width: 16px; height: 16px; }
.fg.ico-thumb-up { background-position: 0 -1558px; width: 16px; height: 16px; }
.fg.ico-thumb { background-position: 0 -1599px; width: 16px; height: 16px; }
.fg.ico-twirly { background-position: 0 -1640px; width: 16px; height: 16px; }
/* @end */

/* @group LINKS */
.icon_link{
  text-decoration: none !important;
  font-weight: normal !important;
}

.text_link{
  font-weight: bold;
  font-size: 1.2em;
}

.fb_share_link, .twitter_share_link {
  display: block;
  height: 20px;
  float: right;
  line-height: 1.8em;
  font-size: 1.2em;
  margin: 0 0 0 5px;
  padding: 0px 0 0px 20px;
}

.fb_share_link{ background: url(http://static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat center left;}
.twitter_share_link{ background: url(/images/icons/twitter.gif) no-repeat center left; }

.share_this{
  background: url(http://s7.addthis.com/static/btn/sm-plus.gif) no-repeat left center;
  padding-left: 20px;
}
/* @end */


/* @group DRAGGABLES */
ul.draggable{
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.4em;
  color: #000;
}

  ul.draggable li{
    margin-bottom: 5px;
  	background: #fff;
  	color: #000;
  }

  ul.draggable li a{
    display: block;
    cursor: move;
    padding: 5px;
    border: 2px dashed #dadada;
  	background: #fff;
  	color: #000;
  }

  ul.draggable li a:hover{
    background-color: #555;
    border-color: #555;
    color: #fff;
  }
/* @end */


/* @group SEARCH BOX */
#search_box{
  background-color: #fafafa;
  border: 1px solid #f4f4f4;
  padding: 10px;
  margin-bottom: 20px;
}

  #search_box .text{
    width: 70%;
    float: left;
    margin-right: 5px;
  }

  #search_module input#q { width: 98%;}
/* @end */



/* @group MAP */
#map_div{ height: 300px; }
/* @end */



/* @group LISTS */
/* @group PLAIN LIST */
ul.plain_list{
  margin: 0;
  padding: 0;
  list-style: none;
}

  ul.plain_list li{
    padding: 5px 0;
    border-bottom: 1px dotted #ddd;
  }
/* @end */



/* @group SIMPLE LIST */
ul.simple_list{
  font-size: 1.2em;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}

  ul.simple_list > li, ul.simple_list li{
    padding: 5px 0;
    width: 100%;
    display: block;
    border-bottom: 1px dotted #ddd;
  }

ul.simple_list.of_tags li{
  margin-right: 5px;
  padding: 0;
  border: none;
  font-size: 1.4em;
  float: left;
}

  ul.simple_list.of_tags li a{ padding: 3px 5px; }

  ul.simple_list.of_tags li a:hover{
    background-color: #eee;
    color: #000;
  }
/* @end */



/* @group BUTTON LINKS */
ul.button_links{
  font-size: 1.4em;
  line-height: 1.8em;
  list-style: none;
  margin: 0 0 7px 0;
  padding: 0;
}

  ul.button_links li{ margin-bottom: 3px; }

    ul.button_links.inline li{
      margin: 0 3px 0 0;
      float: left;
    }

  ul.button_links li a{
    display: block;
    padding: 0 5px;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
  }

  ul.button_links li a:hover{ background-color: #ddd;}

  ul.button_links li.current a{
    background-color: #ddd;
    color: #c22918;
  }
/* @end */



/* @group COMMENTS */
.comment{
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
  .comment .body{ font-size: 1.2em; }

  .comment .body img { margin: 8px 0; }

  blockquote.quote, blockquote {
    border: 1px solid #ccc;
    padding: 5px;
    background: #e5e5e5;
    margin: 0 0 5px 0;
  }

  blockquote.quote > cite.quote, blockquote > cite {
    color: red;
    font-size: 1.1em;
    font-weight: normal;
    font-style: normal;
    padding: 0;
    margin: 0;
    display:block;
  }

  .comment .poster{ font-size: 1.6em; }

  .comment_actions{
    clear: both;
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px dashed #eee;
  }

div.comment_quote { font-weight: bold; border: 1px solid #000; background:#ccc; padding: 5px;}

#comment_form.look_at_me {
  padding: 20px 15px;
  height: 65px;
  font-size: 1.2em;
  color: #242424;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #333;
  margin-bottom: 15px;
}
  #comment_form.look_at_me h3, #comment_form.look_at_me h3 strong { color: #242424; }

a.flag_link { color: #990000;}
	a:hover.flag_link { color: #660000; }
/* @end */



/* @group USER ITEMS */
.profile_brief{
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dotted #eee;
}
/* @end */



/* @group IMAGES */
.thumb{ position: relative; }

.thumb img{
  padding: 3px;
  border: 1px solid #ddd;
}
  .thumb.small_thumb img{ padding: 0 !important; }

/* @group USER TYPES */
.user_type{
  display: block;
  width: 100%;
  height: 18px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  background-position: right center;
}

  .user_type.member{ background-image: url(/images/miscellaneous/user_levels/member.png); }
  .user_type.moderator{ background-image: url(/images/miscellaneous/user_levels/moderator.png); }
  .user_type.premium_member{ background-image: url(/images/miscellaneous/user_levels/premium_member.png); }
  .user_type.publisher{ background-image: url(/images/miscellaneous/user_levels/publisher.png); }
  .user_type.band_member{ background-image: url(/images/miscellaneous/user_levels/band_member.png); }
  .user_type.admin{ background-image: url(/images/miscellaneous/user_levels/admin.png); }
  .user_type.expired{ background-image: url(/images/miscellaneous/user_levels/expired.png); }

/* @end */



/* @group POSTS */
#post_top{
  margin-bottom: 18px;
}

.post{
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

h2 p, 
h2 a p { margin: 0 0 0 0; padding: 0 0 0 0; font-weight: inherit; font-size: inherit; }

.meta{
  margin-bottom: 5px;
  font-size: 1.2em;
  padding: 5px;
  background-color: #fafafa;
  border: 1px solid #f4f4f4;
}

/* default board meta and board navigation areas, based on white background, but works default for all site backgrounds, just shows up light */
  .board_meta {
    color: #555;
    padding: 0 0 6px 0;
    font-size: 1.2em;
  }

  .board_nav {
    color: #555;
    padding: 6px 0 0 0;
    font-size: 1.2em;
    border-top: 1px solid #ccc;
  }

  .board_meta_wrapper.forum_bottom .board_meta { padding-bottom: 0px;}

    /* important: overrides any strong color settings so text is black */
    .board_meta strong { color: #333; }

      /* board meta link and strong link color settings consistent across network, overriding theme settings */
    .board_meta a, .board_nav a, .board_meta a:link, .board_nav a:link,
    .board_meta a:visited, .board_nav a:visited,
    .board_nav a strong, .board_nav a:link strong, .board_nav a:visited strong { color: #4d7ba6; text-decoration: none;}

    /* same as above but the hover state */
    .board_meta a:hover, .board_nav a:hover,
    .board_meta a:hover strong, .board_nav a:hover strong { color: #6fafeb; text-decoration: none;}

  p.intro, .intro.wide_intro {
    display: block;
    margin-bottom: 20px;
  }

    .intro.wide_intro { }
    .intro strong { }

.body{ font-size: 1.4em; }

.tags{
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px dashed #eee;
  font-size: 1.2em;
}

#board_post_photos {
  clear: both;
  padding: 0;
  margin: 0;
}

#board_post_photos .thumb img { margin: 10px 0 0 0; }

span.upload_photos a { 
	display: block; width: 160px; height: 30px;
	text-indent: -9999px; outline: none;
	background: url(/images/buttons/upload_photos.png) no-repeat top left; 
}
	span.upload_photos a:hover { background-position: bottom left; }

#add_photos h3 { margin: 0; }

#add_photos {
  padding: 15px;
  border: 1px solid #444;
  margin: 5px 0 15px 0;
  clear: both;
}
#add_photos form { margin: 0; }

.download_link { padding: 10px; background: #999; margin: 10px 0; font-size: 1.2em; color: #fff; }
	.download_link strong { color: #e5e5e5; }
	.download_link a { color: #fff; }
	.download_link a:hover { color: #000; }
	
a.readmore { clear: both; }

/* @group COMMENT STATS */
.comment_stats{
  font-size: 1.2em;
  line-height: 2.4em;
}

.comment_number {
  width: 40px;
  background-color: #c22918;
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin: 0 8px 0 0;
  float: left;
}
  .comment_number a { color: #fff;}

/* @end */



/* @group MODULES */
.module{ margin-bottom: 20px; }

.module h3.module_heading{
  font-size: 1.8em;
  margin-bottom: 8px;
  line-height: normal;
}

.module_content{ display: block; }
/* @end */



/* @group RELEASES partial */
ul#release_list { list-style: none; margin: 0;}
ul#release_list li { float: left; height: 390px; padding: 0; margin: 0; border: 0; }
ul#release_list li .span-8 { width: 305px; }

ul#release_list li h2 { 
	font-size: 1.35em;
	font-weight: bold;
	margin: 7px 0;
	padding: 0;
	border: none; 
	background: none;
}

#release_list .post .meta { 
	font-style: oblique;
	font-size: 1.2em;
	margin-bottom: 8px;
	background: none;
	padding: 0;
}

.viewmore {
  display: block;
  font-style: italic;
  padding: 5px 0;
  border-top: 1px dotted #ddd;
  margin-top: 10px;
  clear: both;
}
/* @end */



/* @group TOUR */
.tourdates td { font-size: 1.3em; }

table.tourdates th { font-size: 1.5em;}

#tour_date_fullinfo h3, #tour_date_fullinfo h4 {
  margin-bottom: .3em;
  padding: 0;
  border-bottom: 2px solid #333;
  font-size: 1.6em;
  font-weight: bold;
  height: 2em;
  line-height: 2em;
}

#tour_date_fullinfo p, #tour_date_fullinfo address { font-size: 1.3em; margin: 0 0 15px 0; }
#tour_date_fullinfo p.venue_info { margin-bottom: 14px; }

.map_area {
  background: url(/images/backgrounds/map_default.jpg) no-repeat top;
  width: 310px;
  height: 300px;
  padding: 0;
  margin: 0;
}

h3.meet_greet_none, h3.meet_greet_available, h3.meet_greet_requested {
  height: 24px;
  line-height: 24px;
  padding: 5px 0 5px 30px;
  background: url(/images/icons/x-circle.png) no-repeat 0px 3px;
}

  h3.meet_greet_available { background: url(/images/icons/add_icon.png) no-repeat 0px 3px; }
  h3.meet_greet_requested { background: url(/images/icons/accepted.png) no-repeat 0px 3px; }

#tour_date_fullinfo p { margin-bottom: 30px;}

a.buy_tickets {
  display: block;
  width: 275px;
  height: 50px;
  text-indent: -9999px;
  outline: none;
  background: url(/images/buttons/buytix.gif) no-repeat top left;
  -moz-border-radius: 5px;-webkit-border-radius: 5px;-khtml-border-radius: 5px;-o-border-radius: 5px;
}
  a.buy_tickets:hover { background-position: bottom left;}
/* @end */



/* @group FEATURED SCROLLER */
#featured_media_scroller ul.feature_tabs{
  list-style: none;
  margin: 0;
  font-size: 1.4em;
}

#featured_media_scroller ul.feature_tabs li{
  float: left;
  margin-right: 5px;
}

  #featured_media_scroller ul.feature_tabs li a{
    display: block;
    padding: 5px;
}

  #featured_media_scroller ul.feature_tabs li.active a, #featured_media_scroller ul.feature_tabs li a:hover{
    background-color: #333;
    color: #fff;
  }

#featured_media_scroller{
  height: 360px;
  overflow: hidden;
}

#featured_media_scroller .feature_tab_item{
  background-color: #fff;
  width: 590px;
  height: 300px; 
}

  #featured_media_scroller .feature_information{ padding: 40px 15px 0px 10px; }

  #featured_media_scroller .feature_extras{
    border-top: 1px solid #ccc;
    font-size: 1.25em;
    padding-top: 10px;
    margin-bottom: 20px;
  }
/* @end */


/* @group WILL PAGINATE */
.paginate{
  height: 20px;
}
/* pagination - will paginate (used on destination photos)*/
.pagination { height: 20px; font-size: 1.15em;}
.pagination a, .pagination span.current, .pagination span.disabled {
  padding: 2px 5px;
  line-height: 1.4em;
 }
.pagination a {text-decoration: underline; }
.pagination span.current { background-color: #36557c; border-color: #133155; color: #fff; }
.pagination a:hover, .pagination a:active { color: #c22918; background-color: #e7ebf0; text-decoration: none;}
.pagination span.disabled { color: #666; }
/* @end */


/* @group FORMS */
form{ width: 85%; }

form.full{  width: 100%; }

  form.full dl{ width: 85%; }

input[type='text'], input[type='password'], textarea{
  width: 98%;
  padding: 3px 0;
  border: 2px solid #dadada;
  font: 1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
}

input.datepicker{ width: 150px !important; }

label{
  font-size: 1.4em;
  color: #0a3d7d;
}

label span{
  display: block;
  color: #888;
  font: italic normal .9em Georgia, "Times New Roman", Times, serif;
}

.denotes_required{
  margin-bottom: 8px;
  font: italic 1.2em Georgia, "Times New Roman", Times, serif;
}

span.required{
  display: inline;
  color: #ff0000;
}

input.button {
  background-color: #0a3d7d;
  color: #fff;
  margin-right: 5px;
  padding: 6px;
  font-size: 1.3em;
  border: 1px solid #052e60;
  cursor: pointer;
  -moz-border-radius: 5px 5px;
  -webkit-border-radius: 5px 5px;
  float: left;
}

  input.button:hover{ background-color: #052e60; }

form dl{
  margin: 0;
  padding: 0;
clear: both;
}

  form dl dt{
    margin: 0;
    clear: both;
  }

  form dl.inline dd, form dl.inline dd.submit_field{ display: inline; }

  form dl dt.checkbox{ font-size: .9em; }

  form dl dd{
    margin: 0 0 8px 0;
    padding: 0px;
  }

  form dl dd.select_field{ display: inline-table; }

  form dl dd.submit_field{
    background: none;
    padding: 0;
  }

  form .form_extras{
    float: left;
    font-size: 1.3em;
    line-height: 35px;
	margin-left: 10px;
  }

form dl#make_comment_form dd {
  background-color: #fff; padding: 5px;
  -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
   }

fieldset{
  clear: both;
  padding: 10px 5px;
  margin: 18px 0;
  border: 2px dashed #dadada;
}
fieldset legend{
  font-size: 1.6em;
  padding: 4px;
  background-color: #dadada;
  display: block;
  color: #555;
}

/* @group FORM ERRORS */
.fieldWithErrors{
  display: inline !important;
}
.fieldWithErrors input, .fieldWithErrors textarea {
  border-color: #900000 !important;
}

.formError{
  font-size: 1.2em;
  font-weight: bold;
  color: #900000;
}

#errorExplanation {
  border: 2px solid #ffbbbb;
  padding: 0;
  margin-bottom: 10px;
  color: #900000;
  background-color: #ffdddd;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding:5px;
  font-size: 1.8em;
  margin: 0;
  background-color: #ffbbbb;
  color: #900000;
}

#errorExplanation p {
  color: #900000;
  padding: 0 10px;
  font-size: 1.4em;
}

#errorExplanation ul{
  margin: 0 0 18px 40px;
  list-style-type: disc;
}

#errorExplanation ul li {
  font-size: 1.2em;
  font-weight: bold;
  list-style-type: disc;
}
/* @end */


/* @group FLASH NOTICES */
#flash-notice {
  margin-bottom: 10px;
  font-size:1.4em;
  padding: 10px;
  font-weight: bold;
  border: 3px solid #bbffc6;
  cursor: pointer;
  color: #007714;
  text-align: center;
  background-color: #ddffe3;
}

#flash-error {
  margin-bottom: 10px;
  font-size:1.4em;
  padding: 10px;
  font-weight: bold;
  border: 3px solid #ffbbbb;
  cursor: pointer;
  color: #900000;
  text-align: center;
  background-color: #ffdddd;
}

#flash-warning {
  margin-bottom: 10px;
  font-size:1.4em;
  padding: 10px;
  font-weight: bold;
  border: 3px solid #ffe8bb;
  cursor: pointer;
  color: #d18d00;
  text-align: center;
  background-color: #fff4dd;
}

a#super_notice{
	display: block;
	padding-left: 90px;
	padding-top: 10px;
	height: 78px;
	font-weight: bold;
  margin-bottom: 10px;
  font-size:1.8em;
  border: 1px solid #bb0500;
  color: #500200;
  background: #ee1c24 url(/images/icons/excitement.png) no-repeat left center;
}

a#super_notice span{
	font-weight: normal;
	font-size: 1.4em;
	display: block;
	font-style: italic;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a#super_notice:hover, a#super_notice:hover span{
	color: #500200;
}
/* @end */


/* @group TABLES */
table{
  font-size:1em;
  margin-bottom: 20px;
}

td.last_post a { font-weight:bold; }

table.tourdates td{
  font-size: 1.2em;
  vertical-align: middle;
}

  table th{
    line-height: 1.8em;
    text-align: left;
    padding: 0 3px;
    border-bottom: 3px solid #ddd;
    border-top: 1px solid #ddd;
  }

  table td{
    padding: 10px 3px;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
  }

#full_width div.module.clearfix h2.hugeText {
  padding: 0;
  margin: 0;
}
    table td.type{ width: 15px; }

    table td.first_col{ border-left: 4px solid #ad80d5; }

    table td.rank{
      font-size: 140%;
      width: 40px;
      text-align: center;
      vertical-align: middle;
      border-right: 2px solid #eee;
    }

    table td.image_column{
      vertical-align: top;
      padding: 10px 3px;
      width: 40px;
    }

      table td.image_column .thumb{ margin: 0; }

  td.icon_column{
    width: 4%;
    text-align: center;
  }

    table td.info{
      vertical-align: top;
      width: 44%;
    }

    table td.last_post{
      width: 37%;;
      font-size: 1.2em;
    }

    table td.counts, table td.avatar{ width: 10%; }

    table td.posts, table td.subject{
      width: 36%;
      font-size: 1.2em;
    }

    table td.posts, table td.sent_date{
      width: 30%;
      font-size: 12px;
    }

  table td.row_actions, div#inbox table td.row_actions{
    margin: 0;
    padding: 0;
    vertical-align: middle;
    text-align: right;
  }

    div#inbox table td.row_actions { width: 24%;}

  table.topics_list td, table.posts_list td{ padding: 10px 3px; }

  table.list{ border-bottom: none; }
    
	table.list td{ font-size: 1.1em; }

  table.posts_list{ margin-bottom: 10px; }

    table.posts_list h3{
      font-size: 120%;
      margin-bottom: 3px;
    }

    table.posts_list tr.old_post td h3{ font-weight: normal; }
/* @end */



/* USER PROFILE */

/* profile photo, meta, follow, etc area */
.profile_name, .profile_memberinfo {
  margin: 0 0 7px 0px;
  padding: 0;
  clear: both;
}

  ul.action_links li.profile_follow_me a {
    /* background: url(/images/icons/plus_icon.gif) no-repeat 3px 3px; */
  }

  ul.action_links li.profile_send_msg a {
    background: url(/images/icons/blue_mail_icon.gif) no-repeat 3px 3px;
    padding-left: 22px;
  }

  #user_profile_top .meta {
    margin: 0px;
    padding: 0 0 10px 0;
    font-size: 1em;
    background: none;
    border: none;
    text-indent: 0;
    text-align: left;
  }

/* set color for profile area */
#latest_blogs_written, #latest_comments_profile {
  background-color: #555;
  padding: 10px;
}

/* latest comments */
#latest_comments_profile h4 {
  border-bottom: 1px solid #444;
  color: #555;
  padding-bottom: 7px;
  margin-bottom: 7px;
}

#latest_comments_profile ul {
  background-color: #eee;
  padding: 10px 10px 0 10px;
  border: 1px solid #fff;
  margin: 0;
}

#latest_comments_profile  ul.simple_list li {
  font-size: .9em;
  border: 0;
  margin: 0;
  padding: 0;
  color: #555;
}

p.nothing_to_show, p.nothing_to_show strong { color: #555;}

/* profile tabbed area */
#latest_user_blogs ul.tabs {
  border-bottom: 10px solid #fff;
  margin: 0 0 1px 0;
  line-height: 2.0em;
}

#latest_user_blogs ul.tabs li.plain_tab { font-size: .9em; color: #fff; }

#latest_user_blogs ul.tabs li a{
  color: #000;
  background: url(/images/navigation/profile_tab_unselected.gif) repeat-x top left;
  margin-right: 1px;
  border-left: 1px solid #ccc2b1;
  border-right: 1px solid #ccc2b1;
  border-top: 1px solid #ccc2b1;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: bold;
}

  #latest_user_blogs ul.tabs li a:hover{ color: #603503; }

#latest_user_blogs ul.tabs li.active a{
  color: #000;
  background: url(/images/navigation/profile_tab_selected.gif) repeat-x top left;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}
/* end tabbed area, continue profile */

#latest_user_blogs .post {
  margin: 0 0 1px 0;
  padding: 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-image: none;
  background-color: #e5e5e5;
  color: #555;
  -moz-border-radius: 0px 0px;
  -webkit-border-radius: 0px 0px;
}

#latest_user_blogs .post .span-12 {
	margin: 0;
	padding: 0;
	width: 470px;
}

#latest_user_blogs .post a { color: #975b15; }

#latest_user_blogs .post .thumb img { padding: 1px; border: 1px solid #fff; background-color: #555;}

#latest_user_blogs .post h2 {
  margin: 0 0 5px 0;
  height: auto;
  line-height: inherit;
  padding: 0;
  font-size: 1.4em;
  font-weight: bold;
  background: none;
  text-align: left;
  border: 0;
  float: none;
}

  #latest_user_blogs .post h2 a { color: #603503; background: none; float: none; padding: 0; margin: 0; }

#latest_user_blogs .meta, #latest_user_blogs .meta_premium {
  background: none;
  background-color: #d5d5d5;
  color: #444;
  border: none;
  padding: 3px 8px;
  margin: 0 0 0 0;
  font-size: 1.2em;
  height: 25px;
  line-height: 25px;
  text-indent: 0;
  text-align: left;
  font-size: 1.1em;
}

#latest_user_blogs .tags {
  margin: 3px 0 0 0;
  padding: 3px 8px;
  background-color: #d5d5d5;
  text-align: left;
  border: none;
  clear: both;
}	

#latest_user_blogs .meta_bottom_profile { color: #444; padding-top: 10px; margin-top: 0px; width: auto; height: auto; background: none; }
#latest_user_blogs .meta_bottom_profile a { text-indent: 0; margin: 0; padding: 0; background: none; }
#latest_user_blogs .meta_bottom_profile ul.admin_links li { display: inline; float: left; padding: 0 10px; margin: 0; font-size: 1.2em; font-style: oblique; font-weight: bold; border-left: 1px solid #777; }
#latest_user_blogs .body { border: 0; padding: 0; background: none; border: none; margin-top: 5px;}
  #latest_user_blogs .tags strong { color: #444;}

#latest_user_blogs ul.action_links a { color: #000; }
#latest_user_blogs ul.action_links a:hover { color: #fff; }

#latest_user_blogs ul.action_links li { background-color: #ddd; }
#latest_user_blogs ul.action_links li:hover { background-color: #999; }
/* @end */


/* @users LIST */
#followers_list .thumb img, #following_list .thumb img { width: 70px; height: 70px; }
ul#users_list li { margin: 0 0 5px 0; list-style: none; }
ul#users_list li h4, ul#users_list .tertiary_info { padding-left: 8px; }
ul#users_list .tertiary_info { font-size: 1.0em; }
ul#users_list .span-8 ul.action_links { margin-right: 15px; }
ul#users_list .span-8 ul.action_links li { padding-bottom: 0; text-transform: uppercase; font-weight: bold; }
/* @end */


/* @group VIDEO AND AUDIO */
.player_area, .video_members{
  background-color: #242424;
  padding: 10px 10px 50px 10px;
  margin: 0 0 20px 0;
  width: 610px;
  height: 455px;
  position: relative;
}
	.premium_content .player_area, .video_members {
		background: url(/images/fanclubs/images/exclusivevideo.gif) no-repeat bottom #be0000;
		padding: 10px 10px 100px 10px;
	}

#audio_player{
  display: block;
  width: 630px;
  height: 30px;
}

.track_info { margin-top: 15px; }
.track_info h2 { font-weight: bold; }

#lights_overlay{
  position: absolute;
  background-color: #000;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

  .lights{
    position: absolute;
    top: 0;
    right: 10px;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background: url(/images/buttons/light_toggle.gif) no-repeat 0 0;
  }

  .lights.off{ background-position: left bottom; }

#video_player, .video_player{
  width:  100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

/* play icons for audio/video list pages */

#audio_list_area .span-4, #video_list_area .span-4  { position: relative; }

  #audio_list_area .span-4 .media_play_icon, #video_list_area .span-4 .media_play_icon {
    width: 16px;
    height: 16px;
    background: url(/images/buttons/play_media.png) no-repeat;
    position: absolute;
    top: 95px;
    left: 5px;
    z-index: 10;
  }

    #video_list_area .span-4 .media_play_icon { top: 64px;}

/* root element should be positioned relatively so that
  child elements can be positioned absolutely */
div.video_controls {
  position:relative;
  height:40px;

  /* black background with a gradient */
  background:#000 url(/images/miscellaneous/hulu_style.png) repeat-x 0 -4px;
  width:610px;
}

/* play/pause button */
div.video_controls a.play, div.video_controls a.pause {
  position:absolute;
  width: 46px;
  height: 40px;
  display:block;
  text-indent:-9999em;
  background:url(/images/miscellaneous/hulu_style.png) no-repeat 10px -61px;
  cursor:pointer;
  border-right:1px solid #000;
}

div.video_controls a.play:hover {
  background-position:10px -105px;
}

/* pause state */
div.video_controls a.pause { background-position:11px -148px; }
div.video_controls a.pause:hover { background-position:11px -192px;  }

/* the timeline (or "scrubber")  */
div.video_controls div.track {
  left:47px;
  position:absolute;
  cursor:pointer;
  width:385px;
  border-left:1px solid #999;
  height:40px;
}

/* the draggable playhead */
div.video_controls div.playhead {
  position:absolute;
  cursor:pointer;
  background-color:#4ff;
  opacity:0.3;
  filter: alpha(opacity=30);
  width:3px;
  height:40px;
  border-right:1px solid #444;
}

/* buffer- and progress bars. upon runtime the width of these elements grows */
div.video_controls div.progress, div.video_controls div.buffer {
  position:absolute;
  background-color:#4ff;
  filter: alpha(opacity=10);
  opacity:0.1;
  width:0px;
  height:40px;
}

div.video_controls div.buffer {
  background-color:#fff;
  opacity:0.1;
  filter: alpha(opacity=10);
}

/* time display */
div.video_controls div.time {
  position:absolute;
  width:129px;
  left:430px;
  padding:11px 0;
  text-align:center;
  border:1px solid #999;
  border-width:0 1px;
  background-color: #111;
  font-family:futura,"Lucida Grande","bitstream vera sans","trebuchet ms",verdana,arial;
  font-size:12px;
  color:#fff;
}

/* total duration in time display */
div.video_controls div.time strong {
  font-weight:normal;
  color:#666;
}

/* mute / unmute buttons */
div.video_controls a.mute, div.video_controls a.unmute {
  position:absolute;
  left:560px;
  width:40px;
  height:24px;
  text-align:center;
  padding:8px 0;
  cursor:pointer;
  text-indent:-9999em;
  background:url(/images/miscellaneous/hulu_style.png) no-repeat 5px -323px;
}

div.video_controls a.mute:hover {
  background-position:5px -367px;
}

/* unmute state */
div.video_controls a.unmute { background-position:5px -235px; }

div.video_controls a.unmute:hover { background-position:5px -279px; }

/* @group VIDEO ON POST LIST */
.post .player_area { width: 470px; height: 325px; margin-bottom: 50px; padding: 0; }
.post .audio_player { width: 470px; height: 30px; }
.post div.video_controls{ width: 470px; position: relative; }

.post div.video_controls div.track{ left:47px; width: 280px !important; }
.post div.video_controls div.time{ left: 325px; width: 105px; }
.post div.video_controls a.mute, .post div.video_controls a.unmute { left: 430px; width:40px; }

  /* alt sizing for all in one media page */
  #page-media_index #player_area{
    width: 450px;
    height: 336px;
  }

  #page-media_index #audio_player{ width: 430px; }
  #page-media_index div.video_controls { width: 450px; }
  #page-media_index div.video_controls a.mute, #page-media_index div.video_controls a.unmute  { left: 410px; }
  #page-media_index div.video_controls div.track{ width: 254px !important; }

  #page-media_index div.video_controls div.time{
    width: 109px;
    left: 300px;
  }
  /* alt size done */

/* @end */


/* PREMIUM CONTENT AUDIO/VIDEO exclusive content icon overlay */
.span-4 .lesslegroom, .span-3 .lesslegroom { position: relative;}

.premium_banner {
  width: 110px;
  height: 20px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: url(/images/icons/audio_video_prem_icon.png) no-repeat;
  z-index: 15;
  text-indent: -9999px;
  z-index: 20;
}

.update_flash_version{
  text-align: center !important;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
  background-color: #ddd !important;
  color: #555 !important;
}
/* @end */



/* PREMIUM CONTENT misc */
.premium_until {
	padding: 8px;
	background-color: #eee;
	color: #242424;
	font-size: 1.2em;
	margin: 5px 0 5px 0;
}
/* @end */



/* MEDIA SECTION BOARD POST OTHER ITEMS & MEDIA SUBNAV SIDEBAR */
#board_post_navigation ul { margin: 0;padding: 0; }

#board_post_navigation ul li {
  padding: 5px;
  margin: 0 0 7px 0;
  width: auto;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
#board_post_navigation ul li.noBorder { border: none;background: none; height: auto; padding: 0; margin: 0;  }

#board_post_navigation ul li img {
  margin: 0 6px 0 0;
  -moz-border-radius: 3px 3px;
  -webkit-border-radius: 3px 3px;
  float: left;
}

#board_post_navigation ul li span { }

/* media subnav */
#media_nav ul { margin: 0; }
#media_nav ul li { margin: 0; list-style: none;}

li.medianav_video, li.medianav_music, li.medianav_disco, li.medianav_photos, li.medianav_home {
  width: 155px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  float: left;
}

  li.medianav_home { width: 310px; }

  li.medianav_video a, li.medianav_music a, li.medianav_disco a, li.medianav_photos a, li.medianav_home a {
    display: block;
    width: 150px;
    height: 30px;
    margin-right: 0;
    line-height: 30px;
    text-align: center;
    -moz-border-radius: 4px 4px;
    -webkit-border-radius: 4px 4px;
    background-color: #fff;
    color: #000;
    font-size: 1.25em;
    text-transform: uppercase;
    font-family: helvetica, arial, verdana, san-serif;
  }
    li.medianav_music a, li.medianav_photos a { float: right; }
    li.medianav_home a { width: 310px; margin-bottom: 0;}
    li.medianav_video a:hover, li.medianav_music a:hover, li.medianav_disco a:hover, li.medianav_photos a:hover, li.medianav_home a:hover,
    li.medianav_video.current a, li.medianav_music.current a, li.medianav_disco.current a, li.medianav_photos.current a { background-color: #333;color: #fff; }
	#media_nav .module_content ul li.current a { background-color: #333;color: #fff; }

li.medianav_home {
  clear: both;
  padding: 10px 0 0 0;
  margin: 0;
  background: none;
}
/* @end */



/* @group Tags */
.tags {
  border-top: 1px dotted #161616;
  padding: 8px 0 0 0;
  margin: 8px 0 0 0;
}

.tag1{ font-size: 100%;font-weight:bold; }
.tag2{ font-size: 120%; }
.tag3{ font-size: 160%; }
.tag4{ font-size: 200%; }
/* @end */



/* @group Email */
#message_module .body{
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  clear: both;
  margin: 0 0 25px 0;
  padding: 10px 0 5px 0;
}
/* @end */



/* @Special Promotions */
#special_promotion { margin-bottom: 20px; }
/* @end */



/* @ADVERTS - advertising */
.advert {
  padding: 4px;
  border: 1px solid #dcd1c1;
  background-color: #eee;
  display: none;
}

#advert_300 {
  width: 300px;
  height: 250px;
  margin-bottom: 20px;
  display: none;
}

#right_advert_160 {
  width: 160px;
  height: 600px;
  display: none;
  margin-bottom: 20px;
}

#header_advert_728 {
	width: 728px;
	height: 90px;
	margin: 0px auto;
	display: none;
}

#footer_advert_728 {
	width: 728px;
	height: 90px;
	margin: 0px auto 20px auto;
	display: none;
}

#footer_advert_468, #advert_468 {
	width: 468px;
	height: 60px;
	margin-bottom: 20px;
	display: none;
}

#tour_advert div { float: right; margin-top: 10px; display: none; }
/* @end */


/* SIGNUP */
a.signup_button {
	display: block;
	width: 250px;
	height: 35px;
	margin: 15px 0 0 0;
	text-indent: -9999px;
	background: url(/images/buttons/signup_network.gif) no-repeat top left;
}
	a.signup_button:hover { background-position: bottom left; }
/* @end */


/* MISC - max object and image widths, random items repeated on all themes */
.span-11 img, .span-11 object, .span-11 .body img, .span-11 .body object  { max-width: 430px; }
.span-12 img, .span-12 object, .span-12 .body img, .span-12 .body object { max-width: 470px; }
.span-13 img, .span-13 object, .span-13 .body img, .span-13 .body object { max-width: 510px; }
.span-14 img, .span-14 object, .span-14 .body img, .span-14 .body object { max-width: 550px; }
.span-15 img, .span-15 object, .span-15 .body img, .span-15 .body object { max-width: 590px; }
.span-16 img, .span-16 object, .span-16 .body img, .span-16 .body object { max-width: 630px; }

#forum_post tr.post_main img { max-width: 700px;}
#page-board_posts_index .pagination { font-size: 1.25em;}
#latest_comments .span-2 img { width: 60px; }
#article_post_info h3 { margin: 0px 0 10px 0;}
.twtr-tweet-text { font-size: .8em; }
#page-board_posts_show .thumb img { border: 0;}



/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(/images/jquery_plugins/ui/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(/images/jquery_plugins/ui/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(/images/jquery_plugins/ui/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #999999; background: #dadada url(/images/jquery_plugins/ui/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(/images/jquery_plugins/ui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(/images/jquery_plugins/ui/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(/images/jquery_plugins/ui/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/images/jquery_plugins/ui/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/images/jquery_plugins/ui/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/images/jquery_plugins/ui/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/images/jquery_plugins/ui/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/images/jquery_plugins/ui/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/images/jquery_plugins/ui/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/images/jquery_plugins/ui/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/images/jquery_plugins/ui/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(/images/jquery_plugins/ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(/images/jquery_plugins/ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; }/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .5em .3em; text-align: center; font-weight: bold; font-size: 1em; border: 0; line-height: normal;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible;}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
img.ui-datepicker-trigger{
	margin-left: 8px;
	cursor: pointer;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Dialog
----------------------------------*/
.ui-dialog { position: relative; padding: .2em; width: 300px; }
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/
.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }


/* -------------------------------------------------------------------
// markItUp!
// By Jay Salvat - http://markitup.jaysalvat.com/
// ------------------------------------------------------------------*/
.markItUp .markItUpButton1 a	{
	background-image:url(/images/jquery_plugins/markitup/set/bold.png);
}
.markItUp .markItUpButton2 a	{
	background-image:url(/images/jquery_plugins/markitup/set/italic.png);
}
.markItUp .markItUpButton3 a	{
	background-image:url(/images/jquery_plugins/markitup/set/underline.png);
}

.markItUp .markItUpButton4 a	{
	background-image:url(/images/jquery_plugins/markitup/set/picture.png);
}
.markItUp .markItUpButton5 a	{
	background-image:url(/images/jquery_plugins/markitup/set/link.png);
}

.markItUp .markItUpButton6 a	{
	background-image:url(/images/jquery_plugins/markitup/set/fonts.png);
}
.markItUp .markItUpButton7 a	{
	background-image:url(/images/jquery_plugins/markitup/set/list-bullet.png);
}
.markItUp .markItUpButton8 a	{
	background-image:url(/images/jquery_plugins/markitup/set/list-numeric.png);
}
.markItUp .markItUpButton9 a	{
	background-image:url(/images/jquery_plugins/markitup/set/list-item.png);
}

.markItUp .markItUpButton10 a	{
	background-image:url(/images/jquery_plugins/markitup/set/quotes.png);
}
.markItUp .markItUpButton11 a	{
	background-image:url(/images/jquery_plugins/markitup/set/code.png);
}
	
.markItUp .clean a {
	background-image:url(/images/jquery_plugins/markitup/set/clean.png);
}
.markItUp .preview a {
	background-image:url(/images/jquery_plugins/markitup/set/preview.png);
}

.markItUp .happy a	{
	background-image:url(/images/jquery_plugins/markitup/set/emoticon_smile.png);
}

.markItUp .unhappy a	{
	background-image:url(/images/jquery_plugins/markitup/set/emoticon_unhappy.png);
}

.markItUp .surprised a	{
	background-image:url(/images/jquery_plugins/markitup/set/emoticon_surprised.png);
}

.markItUp .wink a	{
	background-image:url(/images/jquery_plugins/markitup/set/emoticon_wink.png);
}

.markItUp .tongue a	{
	background-image:url(/images/jquery_plugins/markitup/set/emoticon_tongue.png);
}

.markItUp .smile a	{
	background-image:url(/images/jquery_plugins/markitup/set/emoticon_happy.png);
}

/* -------------------------------------------------------------------
// markItUp! Universal MarkUp Engine, JQuery plugin
// By Jay Salvat - http://markitup.jaysalvat.com/
// ------------------------------------------------------------------*/
.markItUp * {
	margin:0px; padding:0px;
	outline:none;
}
.markItUp a:link,
.markItUp a:visited {
	color:#000;
	text-decoration:none;
}
.markItUp  {
	margin:5px 0 5px 0;
}
.markItUpContainer  {
	font:11px Verdana, Arial, Helvetica, sans-serif;
}
.markItUpEditor {
	font:12px 'Courier New', Courier, monospace;
	width: 98%;
	padding: 3px;
	height:320px;
	clear:both; display:block;
	line-height:18px;
	overflow:auto;
}
.markItUpPreviewFrame	{
	overflow:auto;
	background-color:#FFF;
	width:99.9%;
	height:300px;
	margin:5px 0;
}
.markItUpFooter {
	width:100%;
}
.markItUpResizeHandle {
	overflow:hidden;
	width:22px; height:5px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(/images/jquery_plugins/markitup/skin/handle.png);
	cursor:n-resize;
}
/***************************************************************************************/
/* first row of buttons */
.markItUpHeader ul li	{
	list-style:none;
	float:left;
	position:relative;
}
.markItUpHeader ul li:hover > ul{
	display:block;
}
.markItUpHeader ul .markItUpDropMenu {
	background:transparent url(/images/jquery_plugins/markitup/skin/menu.png) no-repeat 115% 50%;
	margin-right:5px;
}
.markItUpHeader ul .markItUpDropMenu li {
	margin-right:0px;
}
/* next rows of buttons */
.markItUpHeader ul ul {
	display:none;
	position:absolute;
	top:18px; left:0px;	
	background:#FFF;
	border:1px solid #000;
}
.markItUpHeader ul ul li {
	float:none;
	border-bottom:1px solid #000;
}
.markItUpHeader ul ul .markItUpDropMenu {
	background:#FFF url(/images/jquery_plugins/markitup/skin/submenu.png) no-repeat 100% 50%;
}
.markItUpHeader ul .markItUpSeparator {
	margin:0 10px;
	width:1px;
	height:16px;
	overflow:hidden;
	background-color:#CCC;
}
.markItUpHeader ul ul .markItUpSeparator {
	width:auto; height:1px;
	margin:0px;
}
/* next rows of buttons */
.markItUpHeader ul ul ul {
	position:absolute;
	top:-1px; left:150px; 
}
.markItUpHeader ul ul ul li {
	float:none;
}
.markItUpHeader ul a {
	display:block;
	width:16px; height:16px;
	text-indent:-10000px;
	background-repeat:no-repeat;
	padding:3px;
	margin:0px;
}
.markItUpHeader ul ul a {
	display:block;
	padding-left:0px;
	text-indent:0;
	width:120px; 
	padding:5px 5px 5px 25px;
	background-position:2px 50%;
}
.markItUpHeader ul ul a:hover  {
	color:#FFF;
	background-color:#000;
}


/*-------------------------------------
ARTIST NETWORK

Forums

version:   1.0
copyright:  (c)2009
---------------------------------------*/
.forum_meta{
	padding: 5px;
	margin-bottom: 15px;
	background-color: #fafafa;
	border: 1px solid #ccc;
	color: #222 !important;
	font: 1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
}

	.forum_meta a{ color: #9f0000; }
	.forum_meta a:hover{ color: #555; }

.forum_table{
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 3px;
	color: #555;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

	.forum_table th{ border-bottom: 1px solid #dadada; }

	.forum_table tfoot td{
		padding: 5px;
		background-color: #ddd;
		font-weight: normal;
		font-style: normal;
	}
	
	.forum_table tr.sticky_topic td{ background-color: #d7eff9; }
	
	.forum_table tr.crumbs th{
		padding: 5px;
		border-bottom: none;
		border-top: 1px solid #dadada;
		background-color: #eeeeee;
		color: #333;
	}
	
		.forum_table tr.crumbs th #bread_crumbs{
			margin: 0;
			font-weight: normal;
			font-size: 1.15em;
			border: none;
			padding: 5px 0;
		}
	
		.forum_table tr.crumbs th #bread_crumbs a{ color: #5278b3 !important; font-weight: bold; }
		
	.forum_table tr.page_count_navigation th{
		padding: 7px 0;
		font-weight: normal;
	}
	
		.forum_table tr.page_count_navigation th.page_navigation{ font-size: 1.1em; }
		
			.forum_table tr.page_count_navigation th.page_navigation a{ color: #1e3e5a !important; text-decoration: underline; }
		
	.forum_table tr.board_heading th{
		background-color: #5278b3;
		padding: 7px 5px;
		color: #fff;
		/* border-bottom: 2px solid #446599; */
		border-bottom: none;
		border-top: none;
		font-size: 1.25em;
	}
	
		.forum_table tr.board_heading.squat th{
			padding: 5px;
			font-size: 1.8em;
			line-height: normal;
		}
	
		.forum_table tr.board_heading th span{
			font-family: Georgia, "Times New Roman", Times, serif;
			font-style: italic;
			font-weight: normal;
		}
	
		.forum_table tr.board_heading th a{
			color: #fff;
			text-decoration: none;
		}
		
	.forum_table tr.board_cell_headings th{
		border-bottom: 1px solid #555;
		padding: 3px 5px;
		background-color: #fafafa;
		color: #444;
		font-size: 1.2em;
	}
	
	.forum_table tr.admin_row th{
		font-weight: normal;
		font-size: 1.1em;
}
	
	.forum_table tr.row_header td{
		padding: 3px 5px;
		background-color: #f4f4f4;
		color: #444;
		font-weight: bold;
	}
	
	.forum_table tr.meta_row td{
		padding: 5px 3px;
		background-color: #e4eaf2;
	}
	
		.forum_table tr.meta_row h4{
			margin: 0;
			padding: 0;
			font-weight: bold;
		}
		
		.forum_table td.user_info{
			width: 18%;
			border-right: 1px solid #e4eaf2;
			font-size: 1.1em;
		}
			.forum_table td.user_info h4 { font-size: 1.05em; } 
		
		.forum_table td.date_info { font-size: 1.15em; }
		
		.forum_table td.last_column{
			width: 30%;
			text-align: right;
			font-size: 1.15em;
		}
		
	.forum_table tr.post_footer td{
		padding: 3px 4px;
		background-color: #c8d3e1;
		border-bottom-width: 6px;
		border-color: #7692c4;
		font-weight: bold;
		font-size: 1.1em;
	}
	
	.forum_table tr td{ border-color: #ccc !important; }
	
		.forum_table tr td a{ color: #1e3e5a !important; }
		
		.forum_table tr td.shaded{ background-color: #e1fafa !important; }
		
	.forum_table tr td.info{ width: 50%; }
	
	.forum_table tr td.label_column{ width: 25%; }
	
	.forum_table td.forum_checkbox{ border-left: 1px dashed #ccc; }
	
	.forum_table tr.even td{ background-color: #fafafa !important; }
	
	.forum_table tr.forum_admin_row td{
		padding: 3px 3px 15px 3px;
		border-bottom-width: 4px;
	}
	
	.forum_table a:hover{
		text-decoration: underline;
		color: #555;
	}
	
	.forum_action_link{
		float: left;
		margin-right: 5px;
		background-color: #6491da;
		border: 1px solid #577fbf;
		color: #fff !important;
		padding-left: 5px;
		padding-right: 5px;
		-moz-border-radius: 5px 5px;
  		-webkit-border-radius: 5px 5px;
		font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}
	
		.forum_action_link:hover{
			background-color: #ccc;
			border-color: #bbb;
			color: #222 !important;
		}
		
	.forum_table strong{ color: #555 !important; }
	
	.forum_table label{ color: #990000; }
	
	.forum_table .markItUp{ background-color: #fff !important; }
	
/* body post */

.post_body { font-size: 1.25em; }
.post_body p { font-size: 1.05em;}

/* end */

#poll_table td{
	font-size: 1.2em;
	padding: 3px;
	font-weight: bold;
}

	#poll_table td.poll_radio_column{ width: 20px; }
	
	#poll_table td.poll_result{
		padding-left: 10px;
		width: 400px;
	}
	
		#poll_table td .rating_bar{
			height: 15px;
			background-color: #9e1c09;
			border: 2px solid #881402;
		}
		
	#poll_table td.vote_count{
		width: 50px;
		border-right: 3px double #dadada;
		font-weight: normal;
		text-align: center;
	}

.forum_poll{ margin-bottom: 18px; }

/* @group DROP LINKS */
.qtip{ font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important; }

.drop_links_container{
	position: relative;
	float: left;
}

	a.drop_toggler{	
		text-decoration: none !important;
		font-weight: normal !important;
	}
	
	a.drop_toggler:hover, a.drop_toggler.hovering{
		color: #222 !important;
		background-color: #ccc;
		border-color: #ccc;
	}
	
	.icon_toggler_link{ font-size: 1.4em; }
	
	.normal_toggler_link{
		float: left;
		margin-right: 5px;
		background-color: #6491da;
		border: 1px solid #577fbf;
		font-size: 1.1em;
		line-height: 28px;
		padding-left: 5px;
		padding-right: 5px;
		-moz-border-radius: 5px 5px;
  		-webkit-border-radius: 5px 5px;
	}
	
		.normal_toggler_link{
			background-color: #ccc;
			border-color: #bbb;
			color: #555 !important;
		}

ul.drop_links{
	display: none;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.8em;
	list-style: none;
}
	
	ul.drop_links li{ border-bottom: 1px solid #f4f4f4; } 
	
	ul.drop_links li a{
		color: #9f0000 !important;
		font-weight: normal;
		padding: 0 4px;
		display: block;
		text-decoration: none !important;
	}

		ul.drop_links li a:hover{
			color: #555  !important;
			background-color: #fafafa;
			text-decoration: none;
		}	

/* @end */