/* --------------------------------------------------------------      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;}.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: #e6f5e6; }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: .8em;}.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 {  content: "\0020";   display: block;   height: 0;   clear: both;   visibility: hidden;  overflow:hidden; }.clearfix, .container {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;}.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;}.blackBorder {	padding-bottom: 10px;	border-bottom: 1px solid #444;	margin-bottom: 10px;}.borderTop_withSpace { 	border-top: 1px dotted #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 */

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

Basic styles for the system

version:   1.0
copyright:  (c)2009
---------------------------------------*/

body{
	color: #454c3a;
	font-family: "Helvetica Neue", Helvetica, trebuchet ms, "trebuchet ms", tahoma, "Century Gothic", Georgia, Times, "Times new roman", Arial, sans-serif;
	background: url(/twinatlantic/images/backgrounds/background.jpg) #000 top repeat-x;
	background-attachment: fixed;
}
  
body#page-tourdates_index, body#page-categories_index, body#page-categories_show, body#page-topics_show {  }
  
a, a:link { color: #639802;  text-decoration: none; }
a:hover { color: #3a5901; text-decoration: none; }

.body{ font-size: 1.1em;}

#ph_html_header {
 	clear: both;
	width: 950px;
	height: 170px;
	padding: 0;
	margin: 0;
	background: url(/twinatlantic/images/backgrounds/header.jpg) top no-repeat;
	text-align: right;
}
	
#ph_html_nav { 
	height: 65px;
	width: 970px;
	margin: 0 -10px;
	background: url(/twinatlantic/images/backgrounds/navback.gif) no-repeat top left;
	position: relative;
}

/* @group STRUCTURE */
#wrapper{
  width: 950px;
  margin: 0 auto;
  position: relative;
}

#admin_bar{
  height: 35px;
  line-height: 35px;
  padding: 0 30px;
  background-color: #000;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif !important;
}

.color_wrap { }
.color_wrapper { background-color: #fff;}
.color_wrapper_green { background-color: #dbecdb; }

#left_column {
	background-color: #dbecdb;
	padding: 0 0 0 0;
}

#right_column {
	background: url(/twinatlantic/images/backgrounds/mw_right.jpg) top left no-repeat #e2eccd;
	padding: 0;
	width: 310px;
	background-color: #002e01;
}

#footer{
  text-align: center;
  padding: 15px 0 300px 0;
  margin: 0;
  background-color: #000;
  border-top: 5px solid #acc1ac;
}

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

#player_area{
  background-color: #333;
  padding: 10px;
  margin-bottom: 10px;
  width: 610px;
  position: relative;
  border-bottom: 1px dotted #555;
  font-size: 1.2em;
  color: #999;
}

#video_player{
  width: 610px;
  height: 350px;
  display: block;
}

#audio_player{
  display: block;
  margin-bottom: 10px;
  width: 630px;
  height: 30px;
}

#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;
  }
/* @end */

/* @group NAVIGATION */

/* @group PREV/NEXT */
#prev_next_navigation{ }

  #prev_next_navigation .prev_next-top{
    padding: 10px 5px 5px 10px;
	border-bottom: 1px solid #000;
	margin-bottom: 0px;
    font-size: 1.4em;
  }


  #prev_next_navigation .prev_next-middle{
    padding: 10px 20px;
    border-top: 1px solid #d9e3b9;
	border-right: 1px solid #d9e3b9;
	border-left: 1px solid #d9e3b9;
	height: auto;
  }

  #prev_next_navigation .prev_next-bottom{
    background-color: #ffffff;
	border-left: 1px solid #d9e3b9;
	border-right: 1px solid #d9e3b9;
	border-bottom: 1px solid #d9e3b9;
    padding: 5px 10px 5px 10px;
    font-size: 1.2em;
	font-weight: bold;
    position: relative;
	height: 20px;
	line-height: 20px;
    clear: both;
  }

    #prev_next_navigation .prev_next-bottom .next_link{
      float: right;
    }

    #prev_next_navigation .prev_next-bottom .back_link{
      position: absolute;
      left: 42%;
    }

    #prev_next_navigation .prev_next-bottom .prev_link{
      float: left;
    }

/* @end */
/* @group MAIN NAV */

  ul#main_nav{
  display: block;
  height: 47px;
  margin: 0 0 0 10px;
  list-style: none;
  font-size: 1.7em;
  }

  ul#main_nav li{ 
		height: 47px;
		font-size: .75em;
		line-height: 47px;
		text-transform: capitalize;
    	float: left;   
		padding: 0 7px 0 7px;
		font-weight: bold;
  }

  ul#main_nav li a{
    display: block;
    text-transform: uppercase;
    padding: 0 4px;
    color: #fff;
  }

  ul#main_nav li a:hover{
    color: #000;  
	text-decoration: underline;
  }

ul#main_nav li.facebook a {
	position: absolute;
	top: 11px;
	right: 20px;
	width: 23px;
	height: 24px;
	text-indent: -9999px;
	outline: none;
	margin: 0;
	padding: 0;
	background: url(/twinatlantic/images/icons/icon_fb.gif) no-repeat top left;
}

ul#main_nav li.myspace a {
	position: absolute;
	top: 11px;
	right: 53px;
	width: 23px;
	height: 24px;
	text-indent: -9999px;
	outline: none;
	margin: 0;
	padding: 0;
	background: url(/twinatlantic/images/icons/icon_ms.gif) no-repeat top left;
}

ul#main_nav li.twitter a {
	position: absolute;
	top: 11px;
	right: 86px;
	width: 23px;
	height: 24px;
	text-indent: -9999px;
	outline: none;
	margin: 0;
	padding: 0;
	background: url(/twinatlantic/images/icons/icon_twit.gif) no-repeat top left;
}

ul#main_nav li.youtube a {
	position: absolute;
	top: 11px;
	right: 119px;
	width: 23px;
	height: 24px;
	text-indent: -9999px;
	outline: none;
	margin: 0;
	padding: 0;
	background: url(/twinatlantic/images/icons/icon_yt.gif) no-repeat top left;
}

ul#main_nav li.purevolume a {
	position: absolute;
	top: 11px;
	right: 152px;
	width: 23px;
	height: 24px;
	text-indent: -9999px;
	outline: none;
	margin: 0;
	padding: 0;
	background: url(/twinatlantic/images/icons/icon_pv.gif) no-repeat top left;
}

ul#main_nav li.itunes a {
	position: absolute;
	top: 11px;
	right: 185px;
	width: 66px;
	height: 24px;
	text-indent: -9999px;
	outline: none;
	margin: 0;
	padding: 0;
	background: url(/twinatlantic/images/icons/icon_itunes.gif) no-repeat top left;
}

  /* @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, ul.plain_list ul.action_links{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 25px;
	border-right: 1px solid #aabdaa;
	float: left;
}

	ul.action_links li, ul.plain_list ul.action_links li{
		float: left;
		margin: 0;
		padding: 0 6px;
		line-height: 25px;
		background-color: #fff;
		border-left: 1px solid #aabdaa;
		border-top: 1px solid #aabdaa;
		border-bottom: 1px solid #aabdaa;
	}
	
		.module_content ul.action_links { float: inherit; }
		.module_content ul.action_links li { border-right: 1px solid #aabdaa; 
			font-size: 1.3em; padding: 3px 8px;margin: 0 5px 5px 0; 
		}
	
	ul.action_links li:hover { background-color: #ccc; }
	
	a.flag_link { color: #990000;}
		a:hover.flag_link { color: #000; }
		
	td.row_actions ul.action_links { float: left; }
	
	td.row_actions ul.action_links li{
		display: block;
		float: left;
		margin: 0 0 0 0;
	}
	
	li ul.action_links li{
	    border: none;
	  }

/* @end */

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

  ul#admin_toolbar li{
    margin-right: 10px;
    float: left;
  }

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

    ul#admin_toolbar li a:hover{
      text-decoration: underline;
      color: #aaa;
    }
/* @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;
  background-color: #fff;
}

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

/* @group ELEMENTS */


/* @group FORUM POST VIEW */
table#forum_post{
  color: #353535;
}

  table#forum_post a{
    color: #5686b3;
    text-decoration: underline;
  }

  table#forum_post td{
    border-color: #fff;
    padding: 5px;
  }

  table#forum_post tr.poster_info_row td{
    background-color: #e4eaf2;
    border-bottom: 1px solid #fff;
    color: #353535;
    line-height: 1.2em;
    padding: 4px 2px;
  }

  table#forum_post tr.post_main td{
    border-bottom-color: #5176b5;
    color: #353535;
  }

  table#forum_post tr.post_bottom td{
    background-color: #d1dceb;
  }

  table#forum_post tr.spacer td{
    padding: 0;
    line-height: normal;
    background-color: #8394b2
  }

  table#forum_post td.poster_meta{
    width: 120px;
    border-right: 1px solid #fff;
  }

  table#forum_post td.count_column{
    width: 225px;
    text-align: right;
  }


/* @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; }
.fg.ico-arrow-next { background-position: 0 -66px; }
.fg.ico-arrow-prev { background-position: 0 -132px; }
.fg.ico-cross { background-position: 0 -198px; }
.fg.ico-disk-black { background-position: 0 -264px; }
.fg.ico-exclamation-diamond { background-position: 0 -330px; }
.fg.ico-feed { background-position: 0 -396px; }
.fg.ico-globe { background-position: 0 -462px; }
.fg.ico-lock { background-position: 0 -528px; }
.fg.ico-pencil { background-position: 0 -594px; }
.fg.ico-plus { background-position: 0 -660px; }
.fg.ico-sticky_note { background-position: 0 -726px; }
.fg.ico-tag { background-position: 0 -792px; }



/* @end */

/* @group LINKS */
.text_link{
  font-weight: bold;
  font-size: 1.2em;
}

.fb_share_link{
  line-height: 1.8em;
  font-size: 1.0em;
  margin-right: 5px;
  padding: 3px 0 3px 20px;
  background:url(http://static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat center left;
}

.twitter_share_link{
  line-height: 1.8em;
  font-size: 1.0em;
  padding: 3px 0 3px 20px;
  margin-left: 10px;
  background: url(/images/icons/twitter.png) 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;
}

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

  ul.draggable li a{
    display: block;
    cursor: move;
    padding: 5px;
    border: 1px solid #374538;
    background-color: #f4f4f4;
  }

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


/* @end */

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

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

/* @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 #aabdaa;
  }


/* @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{
    padding: 5px 0;
    border-bottom: 1px dotted #aabdaa;
  }

ul.simple_list.of_tags li{
  margin: 0 10px 10px 10px;
  padding: 0;
  border: none;
  font-size: 1.2em;
  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 */



/* @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;
  }
  blockquote.quote {
    border: 1px solid #ccc;
    padding: 5px;
    background: #ddd;
		margin: 0;
  }
  blockquote.quote > cite.quote {
    color: red;
    font-size: 1.0em;
    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;}
/* @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: 4px;
  border: 0;
  background-color: #04bf05;
}

  .thumb.small_thumb img{
    padding: 0 !important;
  }

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

  .user_type.paid_user{
    background-image: url(/twinatlantic/images/icons/user_types/paid_user.gif);
  }

  .user_type.moderator{
    background-image: url(/twinatlantic/images/icons/user_types/moderator.gif);
  }

  .user_type.publisher{
    background-image: url(/twinatlantic/images/icons/user_types/publisher.gif);
  }

  .user_type.band_member{
    background-image: url(/twinatlantic/images/icons/user_types/band_member.gif);
  }

  .user_type.sudo{
    background-image: url(/twinatlantic/images/icons/user_types/sudo.gif);
  }


/* @end */




/* @end */

/* @group POSTS */
h1.page_heading, h1.page_heading_full { 
	display: block;
	vertical-align: middle;
	font-size: 2.3em;
	height: 50px;
	line-height: 40px;
	color: #000;
	background: url(/twinatlantic/images/backgrounds/h1_left.gif) no-repeat 0 0;
	clear: both;
	padding: 0 15px 0 40px;
	margin: 0;
	overflow: hidden;
}

	h1.page_heading span { font-size: .7em; }
	
	h1.page_heading_full { 
		background: url(/twinatlantic/images/backgrounds/h1_full.gif) no-repeat 0 0;
		width: 970px; 
	}
	
	.ie6_h1 { position: absolute;top: 0; left: -10px; width: 630px;}

#post_top{
  margin: -10px 0 0 0;
  padding-bottom: 0px;
  background-color: #488e48;
  border-bottom: 2px solid #000;
  color: #ccc;
  height: auto;
}

	#post_top .thumb img { background-color: #fff;}
	#post_top a { color: #b5dab5;}
	#post_top a:hover { color: #fff;}
	#post_top strong { color: #fff;}
	
	#post_top .meta { color: #444;}
	#post_top .meta strong { color: #000;}
	#post_top .meta a { color: #639802;}
	#post_top .meta a:hover { color: #242424;}
	
.post{
  margin-bottom: 25px;
  border-bottom: 0;
}

.post h2 { 
	margin: 0 0 5px 0; 
	background-color: #04bf05;
	padding: 5px 8px;
} 
	
.board_post_heading {
	margin: 0 0 5px 0;
	background-color: #04bf05;
	padding: 4px 6px;
	clear: both;
}
	.post h2 a, .board_post_heading a { color: #fff; }

.post_date { 
	font-size: 1.4em;
	font-weight: bold;
	display: block;
	width: 450px;
	clear: both;
}

.date_stamp {
	padding: 10px 0 0 0;
	font-size: 1.4em;
	font-weight: bold;
	text-align: right;
}

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

.post .meta, .board_post .meta {
  font-size: 1.2em;
  font-style: italic;
  padding: 3px 8px;
  background-color: #fff;
  border: none;
}

.board_meta, .board_meta_bottom {
width: auto;
height: auto;  
padding: 0 0 5px 0;
  border-bottom: 2px solid #000;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 2em;
  }

.board_meta_bottom { border: none; border-top: 2px solid #000; }

.meta_bottom { 
	padding-top: 10px;
	margin-top: 10px;
}

.body{
  font-size: 1.4em;
}

.post { padding-left: 10px; }
.post .span-3, .board_post .span-3 { }
#left_column .span-13 { width: 490px; }

.post .body, .board_post .body {
	padding-top: 5px;
}

.board_post { padding: 10px 0 10px 10px;}

.tags{
  margin-top: 10px;
  padding: 5px 0;
  border-top: 1px dotted #aabdaa;
  font-size: 1.2em;
  height: auto;
  clear: both;
}

.board_post object, .post object { max-width: 490px; margin: 10px 0;}

.back_to {
	margin: 0 0 5px 0;
	padding: 0 0 10px 0px;
	border-bottom: 1px solid #000;
}

.readmore {
	display: block;
	width: 153px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: url(/twinatlantic/images/buttons/readmore.gif) no-repeat top left;
	float: left;
}

#board_post_photos {
  clear: both;
  border-top: 1px dotted #d9e87c;
  padding: 20px 0 0 0;
}

#add_photos h3 {
  color: #fff;
  margin: 0;
}

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

/* TOURDATES */

table.tourdates tr.even td, table.tourdates tr.odd td { font-size: 1.3em;}
table.tourdates ul.action_links { font-size: .95em;}

#tour_date_fullinfo .span-8 { width: 300px; }

#tour_date_fullinfo .span-8 h2, #tour_date_fullinfo .span-8 h3 { 
	margin-bottom: .3em; 
	padding: 0;
	border-bottom: 1px dotted #aabdaa;
	font-size: 18px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
}

#tour_date_fullinfo p, #tour_date_fullinfo address, #tour_date_fullinfo p a { font-size: 1.25em; }

/* @end */


/* @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 */

/* @end */

/* @group MODULES */
.module{
  height: auto;
  width: 310px;  
  margin-bottom: 20px;
  background-color: #dbecdb;
  position: relative;
}

.module_content {
	height: auto;
	padding: 0 10px 10px 10px;
}

.module h3.module_heading{
  width: 320px;
  font-size: 1.8em;
  margin: 0;
  line-height: normal;
  background: url(/twinatlantic/images/backgrounds/subheader_right.gif) no-repeat top left;
  text-indent: 40px;
  display: block;
  height: 51px;
  line-height: 41px;
  color: #000;
}

#right_column .module h3.module_heading { position: absolute;top: 0; left: 0;}
#right_column .module .module_content { padding-top: 51px; }
	
	.home_top_modules {
		height: 375px;
		background: url(/twinatlantic/images/backgrounds/sub_header_back.gif) #002e01 no-repeat top right;
		position: relative;
	}
	
	.latest_video, .latest_photos, .latest_album {
		width: 320px;
		height: 51px;
		color: #000;
		text-indent: 40px;
	}
	
		.latest_album { 
			position: absolute;
			top: 0;
			left: 0;
		}
	
	.home_top_modules .module h3.module_heading.latest_video {
		margin: 0;
		background: url(/twinatlantic/images/backgrounds/subheader_left.gif) no-repeat;
		color: #000;
		position: absolute;
		top: 0;
		left: -10px;
	}
	
	.home_top_modules .module h3.module_heading.latest_photos {
		margin: 0;
		background: url(/twinatlantic/images/backgrounds/subheader_center.gif) no-repeat;
	}
	
	.home_top_modules p { margin: 0 0 5px 0; }
	
	.home_top_modules img { width: 100px; }
	
/* OTHER MODULES */

#latest_video .module_conent, #latest_photos .module_content { 
	padding-left: 0;
	color: #999;
}

#latest_video .span-4 h3, #latest_photos .span-4 h3 { 
	margin-bottom: 5px;
	font-size: 1.35em;
}

#latest_video .span-4 h3 a, #latest_photos .span-4 h3 a { color: #fff;}
#latest_video .span-4 h3 a:hover, #latest_photos .span-4 h3 a:hover { color: #04bf05;}
#latest_video em, #latest_photos em { font-size: .9em; }
	
#buy_module {
	background: none;
	height: 277px;
	color: #fff;
	position: relative;
}

	#buy_module img { 
		float: left;
		margin: 0 10px 10px 0;
	}
	
	#buy_album p { font-size: 1.3em;}
	
	#buy_module strong { color: #04d308;}
	
	#buy_module a {
		display: block;
		margin: 10px 0 0 0;
		padding: 8px 10px;
		font-weight: bold;
		background-color: #04bf05;
		color: #fff;
		font-size: 1.3em;
	}

/* @end */


/* @group WILL PAGINATE */
.paginate{
  height: 28px;
}
/* pagination - will paginate (used on destination photos)*/
.pagination { height: 28px;}
.pagination a, .pagination span.current, .pagination span.disabled {
  padding: 8px;
  line-height: 1.4em;
  font-size: 1.3em;
 }
.pagination a {text-decoration: none; }
.pagination span.current { background-color: #000; border-color: #133155; color: #fff; }
.pagination a:hover, .pagination a:active { color: #c22918; background-color: #04bf05; text-decoration: none;}
.pagination span.disabled { color: #666; }

/* @end */


/* @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: 1px solid #639802;
  font: 1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
}

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

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

dt 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: #639802;
  color: #fff;
  margin-right: 5px;
  padding: 4px;
  font-size: 1.4em;
  border: none;
  cursor: pointer;
  -moz-border-radius: 3px 3px;
  -webkit-border-radius: 3px 3px;
  float: left;
}

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

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

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

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

  form dl dd{
    margin: 0 0 8px 0;
    padding: 0px;
    -moz-border-radius: 2px 2px;
    -webkit-border-radius: 2px 2px;
  }

  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.4em;
    line-height: 35px;
  }

fieldset{
  clear: both;
  padding: 10px;
  margin: 18px 0;
  border: 1px solid #374538;
}
fieldset legend{
  font-size: 1.6em;
  padding: 4px;
  background-color: #fff;
  display: block;
  color: #374538;
  border: 1px solid #374538;
}

/* @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 */


/* @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;
}

#super_notice{
  margin-bottom: 10px;
  font-size:1.4em;
  padding: 10px;
  border: 3px solid #ffe8bb;
  color: #d18d00;
  background-color: #fff4dd;
}
  #super_notice p{
    margin-bottom: 1em;
  }

/* @end */

/* @group TABLES */
table{
  margin-bottom: 20px;
}

table.tourdates td{
  vertical-align: middle;
}

  table th{
    font-size: 1.4em;
    line-height: 1.8em;
    text-align: left;
    padding: 0 3px 5px 3px;
    border-bottom: 1px solid #242424;
    border-top: none;
  }

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

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

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

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

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

    table td.posts, table td.subject{
      width: 36%;
    }

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

  table td.row_actions, div#inbox table td.row_actions{
    width: 18%;
    vertical-align: middle;
    text-align: right;
  }

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

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


  table.list{
    border-bottom: none;
  }

    table.list td{
      font-size: 1.2em;
    }


  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 */

/* MISC */
.home_top_modules .module { margin-bottom: 0;}

#full_album_info .album_info { width: 290px;}
#audio_all_songs .span-4 { width: 145px;}
#video_list .span-4 { width: 140px; }
#photo_list .span-4 { width: 130px; }

.aspect img { 
	width: 130px; 
	background-color: #fff;
}

.whitetext { color: #fff;}

.separator_line {
	height: 20px;
	border-top: 2px solid #02ae03;
	margin: 35px 0 15px 0;
	text-align: center;
}

.separator_tagline {
	width: 250px;
	margin: 0 auto;
	height: 25px;
	line-height: 25px;
	padding: 5px;
	border: 2px solid #02ae03;
	margin-top: -21px;
	background-color: #fff;
	color: #000;
}

.vivarium_calltoaction {
	height: 56px;
	background: url(/twinatlantic/images/temp/viv_options.gif) no-repeat top left;
	padding: 7px 7px 7px 78px;
	color: #dbecdb;
	font-size: 1.35em;
}

.vivarium_calltoaction strong { color: #fff; font-size: 110%; }
.vivarium_calltoaction a, .vivarium_calltoaction a strong { color: #fff;}
.vivarium_calltoaction a:hover, .vivarium_calltoaction a:hover strong { color: #000;}

.viv_options {
	width: 145px;
	height: 46px;
	text-align: center;
	line-height: 17px;
	font-weight: bold;
	background-color: #049405;
	float: right;
}

.viv_options img { width: inherit;}

#release_list .post { margin-bottom: 15px;}

/* @end */






html, body {
	height: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url(/images/jquery_plugins/fancybox/fancy_progress.png) no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url(/images/jquery_plugins/fancybox/fancy_loading.gif) no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url(/images/jquery_plugins/fancybox/fancy_closebox.png) top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url(/images/jquery_plugins/fancybox/fancy_left.png) no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url(/images/jquery_plugins/fancybox/fancy_right.png) no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(/images/jquery_plugins/fancybox/fancy_shadow_n.png) repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/jquery_plugins/fancybox/fancy_shadow_ne.png) no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(/images/jquery_plugins/fancybox/fancy_shadow_e.png) repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/jquery_plugins/fancybox/fancy_shadow_se.png) no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(/images/jquery_plugins/fancybox/fancy_shadow_s.png) repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/jquery_plugins/fancybox/fancy_shadow_sw.png) no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(/images/jquery_plugins/fancybox/fancy_shadow_w.png) repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/jquery_plugins/fancybox/fancy_shadow_nw.png) no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(/images/jquery_plugins/fancybox/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(/images/jquery_plugins/fancybox/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(/images/jquery_plugins/fancybox/fancy_title_right.png) repeat-x;
}

/*
* 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/h1.png); 
}
.markItUp .markItUpButton2 a {
	background-image:url(/images/jquery_plugins/markitup/set/h2.png); 
}
.markItUp .markItUpButton3 a {
	background-image:url(/images/jquery_plugins/markitup/set/h3.png); 
}
.markItUp .markItUpButton4 a {
	background-image:url(/images/jquery_plugins/markitup/set/h4.png); 
}
.markItUp .markItUpButton5 a {
	background-image:url(/images/jquery_plugins/markitup/set/h5.png); 
}
.markItUp .markItUpButton6 a {
	background-image:url(/images/jquery_plugins/markitup/set/h6.png); 
}
.markItUp .markItUpButton7 a {
	background-image:url(/images/jquery_plugins/markitup/set/paragraph.png); 
}

.markItUp .markItUpButton8 a {
	background-image:url(/images/jquery_plugins/markitup/set/bold.png);
}
.markItUp .markItUpButton9 a {
	background-image:url(/images/jquery_plugins/markitup/set/italic.png);
}
.markItUp .markItUpButton10 a {
	background-image:url(/images/jquery_plugins/markitup/set/stroke.png);
}

.markItUp .markItUpButton11 a {
	background-image:url(/images/jquery_plugins/markitup/set/list-bullet.png);
}
.markItUp .markItUpButton12 a {
	background-image:url(/images/jquery_plugins/markitup/set/list-numeric.png);
}
.markItUp .markItUpButton13 a {
	background-image:url(/images/jquery_plugins/markitup/set/list-item.png);
}

.markItUp .markItUpButton14 a {
	background-image:url(/images/jquery_plugins/markitup/set/link.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! 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;
}
