/* Author: Mobius New Media */
@charset "UTF-8";
/* css reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, 
hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}  
img { border: none; }
article, aside, figure, footer, header, 
hgroup, nav, section { display:block; }
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }
/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px dotted #333; margin:25px 0 20px 0; padding:0; }
input, select { vertical-align:middle; }
/* normalize monospace sizing */
pre, code, kbd, samp { font-family: monospace, sans-serif; }
/* #444 looks better than black */ 
body, select, input, textarea { color:#444; }
/* www.aestheticallyloyal.com/public/optimize-legibility/ */ 
h1,h2,h3,h4,h5,h6 { font-weight: bold; text-rendering: optimizeLegibility; }
/* maxvoltar.com/archive/-webkit-font-smoothing */
html { -webkit-font-smoothing: antialiased; }
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }
a, a:active, a:visited { color:#607890; }
a:hover { color:#036; }
ul { margin-left:30px; }
ol { margin-left:30px; list-style-type: decimal; }
small { font-size:85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align:top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre { 
  padding: 15px; 
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: top; }
input[type="checkbox"] { vertical-align: top; *vertical-align: top; }
.ie6 input { vertical-align: text-bottom; }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }

/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 
   Also: hot pink. */
::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; } 

/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; } 

/* always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* bicubic resizing for non-native sized IMG: 
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }
/* 
 * Non-semantic helper classes 
 */
/* for image replacement */
.ir { display:block; text-indent:-999em; overflow:hidden; background-repeat: no-repeat; }

/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display:none; visibility:hidden; } 

/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/ 
   Solution from: j.mp/visuallyhidden - Thanks Jonathan Neal! */
.visuallyhidden { position:absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }
  
/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* >> The Magnificent CLEARFIX << */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; } /* Hides from IE-mac \*/
.clearfix { display: block; }

/* LAYOUT */
body {
	font-size: 62.5%;/* 62.5% sets the default font size 16px to 10px, 1.4em is a 14px line height. use em's for variable font sizes like this: 14px = 1.4em */
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1em;
	margin: 0;
	padding: 0;
	background: url(../images2/body_bg.jpg) repeat-x top center #000;
}
#body_home {
	background: url(../images2/body_home_bg.jpg) repeat-x top center #000;
	overflow-x: hidden;
}
#container { /* main container to hold all divs */
	margin: 0 auto;
	padding: 0;
	width: 900px;
	background: none;
	position: relative;
}
#body_home #container {
	background: url(../images2/home_stage_bg.jpg) no-repeat top center;
}
#header { /* header should include logo and navigation */
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 900px;
	height: 190px;
}
#body_home #header {
	height: 580px;
}
#logo { /*easy image replacement for headers*/
	width: 684px;
	height: 97px;
	background: url(../images2/logo_fringeWilmingtonFestival2010.png) no-repeat 0 0;
	position: absolute;
	top:0;
	left: 107px;
	margin: 0;
	z-index: 25;
}
#logo a { /*link for image replacement*/
	display: block;
	width: 100%;
	height: 100%;
}
/* NAVIGATION */
#navWrap {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 140px;
	background: url(../images2/nav_bg.png) no-repeat 0 0;
}
#body_home #navWrap {
	top: 530px;
}
#nav {
	margin: 0 auto;
	padding: 0;
	width: 840px;
	height: 15px;
	list-style: none;
	background: no-repeat;
	position: absolute;
	left: 30px;
}
#nav > li {
	float: left;
	list-style: none;
}
#nav > li > a {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	height: 15px;
	background: url(../images2/nav_sprite.png) no-repeat;
	text-indent: -9999em;
	z-index: 3;
	cursor: pointer;
}
/* positioning for each and default state style */
li#nav_home > a {
	left: 0;
	width: 28px;
	background-position: 0 0;
}
li#nav_festival > a {
	left: 28px;
	width: 157px;
	background-position: -28px 0;
}
li#nav_media > a {
	left: 75px;
	width: 170px;
	background-position: -185px 0;
}
li#nav_involved > a {
	left: 300px;
	width: 160px;
	background-position: -355px 0;
}
li#nav_city > a {
	left: 515px;
	width: 120px;
	background-position: -515px 0;
}
li#nav_blog > a {
	left: 520px;
	width: 82px;
	background-position: -635px 0;
}
li#nav_news > a {
	left: 650px;
	width: 123px;
	background-position: -717px 0;
}
/* hover state style */
li#nav_home > a:hover {
	background-position: 0 -15px;
}
li#nav_festival > a:hover {
	background-position: -28px -15px;
}
li#nav_media > a:hover {
	background-position: -185px -15px;
}
li#nav_involved > a:hover {
	background-position: -355px -15px;
}
li#nav_city > a:hover {
	background-position: -515px -15px;
}
li#nav_blog > a:hover {
	background-position: -635px -15px;
}
li#nav_news > a:hover {
	background-position: -717px -15px;
}
/* current state style using body id's */
#body_home li#nav_home > a {
	background-position: 0 -45px;
}
#body_festival li#nav_festival > a {
	background-position: -28px -45px;
}
#body_media li#nav_media > a {
	background-position: -185px -45px;
}
#body_involved li#nav_involved > a {
	background-position: -355px -45px;
}
#body_city li#nav_city > a {
	background-position: -515px -45px;
}
#body_blog li#nav_blog > a {
	background-position: -635px -45px;
}
#body_news li#nav_news > a {
	background-position: -717px -45px;
}
/* sub menu */
#nav > li > ul {
	display: block;
	position: absolute;
	top: 15px;
	background: none;
	margin: 0;
	padding: 0;
	left: 0;
	width: 840px;
}
#nav > li > ul.submenu {
	left: -999em;
}
/* show submenu of current section */
#body_festival li#nav_festival ul.submenu, #body_media li#nav_media ul.submenu, #body_involved li#nav_involved ul.submenu, #body_city li#nav_city ul.submenu, #body_news li#nav_news ul.submenu {
	left: 0;
}
/* color current submenu page */
.festival_schedule #submenu_schedule a, .festival_artists #submenu_artists a, .festival_venues #submenu_venues a, .media_10festival #submenu_10gallery a, .media_09festival #submenu_09gallery a, .media_09filmmaking #submenu_09filmmaking a, .involved_volunteers #submenu_volunteers a, .involved_sponsors #submenu_sponsors a, .involved_donate #submenu_donate a, .city_hotels #submenu_hotels a, .city_parking #submenu_parking a, .city_directions #submenu_directions a, .news_press #submenu_press a, .news_archives #submenu_archives a, .festival_tickets #submenu_tickets a, .festival_visual #submenu_visual a, .involved_artists #submenu_artists a  {
	color: #f90;
}
/* show submenu on hover */
/*#nav > li:hover > ul.submenu {
	left: 0;
}*/

#nav > li > ul > li {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
}
#nav > li > ul > li.last {
	margin: 0;
	padding: 0;
}
#nav > li#nav_news > ul > li, #nav > li#nav_city > ul > li {
	float: right;
}
#nav > li > ul > li > a {
	display: block;
	text-indent: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #777;
	text-shadow: 1px 1px 1px #000;
	margin: 0;
	padding: 15px 0 10px 0;
}
#nav > li > ul > li > a:hover {
	color: #f90;
}

/* back to layout */
#mainContent {
	margin: 0 auto;
	padding: 10px 30px;
	width: 840px;
}

#leftSide {
	margin: 0;
	padding: 0;
	width: 550px;
	float: left;
}
#rightSide {
	margin: 0;
	padding: 0;
	width: 260px;
	float: right;
}
.sidebar {
	width: 220px;
	background: url(../images2/sidebar_topBg.png) repeat-x 0 0 #222;
	-moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px;
	padding: 20px;
	margin: 0 0 20px 0;
	font-family: "Courier New", Courier, monospace;
	position: relative;
}
#leftSide .sidebar {
	width: 510px;
}

#blogDate {
	/*position: absolute;
	top: 21px;
	right: 20px;*/
	color: #999;
	font-size: 1.2em;
	line-height:1.3em;
}
#blogLink {
	font-size: 1.2em;
	float: right;
}
#footer {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	height: 140px;
	background: url(../images2/footer_bg.jpg) no-repeat 0 0;
	position: relative;
}
#footerLeft {
	position: absolute;
	top: 95px;
	left: 30px;
}
#footerRight {
	position: absolute;
	top: 90px;
	right: 140px;
}
a#footerCredit {
	position: absolute;
	width:105px;
	height:140px;
	top: 0;
	right: 25px;
	display: block;
	background: url(../images2/footer_thought.jpg) no-repeat 0 0;
}
a#footerCredit div {
	width:211px;
	height:185px;
	position: absolute;
	display: block;
	top:-220px;
	left: -215px;
	background: url(../images2/footer_speech.png) no-repeat 0 0;
	z-index: 999;
	padding: 35px 35px 35px 35px;
}
a#footerCredit div.showHide {
	display: none;
}
a#footerCredit:hover div.showHide {
	display: block;
}
#footerCredit div p {
	color: #222;
	font-size: 1em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.floatList {
	margin: 0;
	padding: 0;
	list-style: none;
}
.floatList li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
.floatList li a {
	opacity: 0.8;
}
.floatList li a:hover {
	opacity: 1;
}
#footerNav {
	list-style: none;
	margin: 0 0 7px 0;
	padding: 0;
}
#footerNav li {
	margin: 0 7px 0 0;
	padding: 0 7px 0 0;
	list-style: none;
	display: inline;
	border-right: 1px dotted #666;
}
#footerNav li.last {
	border-right: none;
}
#footerNav li a {
	color: #666;
	text-transform: uppercase;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing:1px;
	font-weight: bold;
}
#footerNav li a:hover {
	color: #f90;
}
#sponsorBar {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	background: url(../images2/sponsors_bg.png) repeat-x 0 0;
	height: 84px;
}
#sponsors {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0;
}
/* share print toolbar */
#toolbar {
	background: url(../images2/share_bg.png) repeat-x 0 0 #333;
	height: 25px;
	padding: 0 5px;
	margin: 0 0 10px 0;
	float: right;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; 
}
#body_home #toolbar {
	display: none;
}
#toolbar .a2a_dd, #toolbar_print, #toolbar_pdf {
	width: 67px;
	height: 25px;
	background: url(../images2/share_link.png) no-repeat 0 0;
	float: left;
}
#toolbar_print, #toolbar_pdf {
	background: url(../images2/share_print.png) no-repeat 0 0;
}
#toolbar .a2a_dd:hover, #toolbar_print:hover, #toolbar_pdf:hover {
	background-position: 0 -25px;
}
/* homepage slideshow */
ul#slideshow {
	width: 504px;
	height: 347px;
	position: absolute;
	top: 144px;
	left: 198px;
	background: url(../images2/homeSlides/tagline_deliciouslyDifferent.jpg) no-repeat 0 0;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	display: none;
}
ul#slideshow li {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 504px;
	height: 347px;
}
/* homepage curtains */
#curtainLeft, #curtainRight {
	width: 450px;
	height: 515px;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	right: 0;
	background: url(../images2/curtains_homeRight.jpg) no-repeat 0 0;
	z-index: 20;
}
#curtainLeft {
	left: 0;
	background: url(../images2/curtains_homeLeft.jpg) no-repeat 0 0;
}
/* Image Replacements */
#h2_welcome, #h2_festivalInfo, #h2_mediaGallery, #h2_getInvolved, #h2_cityInfo, #h2_blog, #h2_newsRoom {
	height: 18px;
	background: url(../images2/h2_welcome.gif) no-repeat 0 0;
}
#h2_festivalInfo {
	background: url(../images2/h2_festivalInfo.gif) no-repeat 0 0;
}
#h3_blog {
	height: 13px;
	background: url(../images2/h3_fringeBlog.gif) no-repeat 0 0;
}
#h3_blog a {
	width: 100%;
	height: 100%;
	display: block;
}
#h3_blog:hover {
	background-position: 0 -13px;
}

/* FONTS */
p {
	font-size: 1.4em;
	line-height: 1.4em;
	color: #ccc;
	margin-bottom: 15px;
}
.bigger {
	font-size: 1.6em;
}
.big {
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: bold;
}
blockquote {
	font-size: 1.4em;
	line-height:1.4em;
	color:#ccc;
	margin-bottom:15px;
}
#footer p {
	font-size: 1em;
	color: #444;
}
h1 {
	font-size: 2.4em;
	color: #fff;
	margin-bottom: 10px;
	line-height: 1.1em;
}
h2 {
	font-size: 2.4em;
	color: #6bbe45;
	margin-bottom: 10px;
	line-height: 1.1em;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 3px;
	
}
h3 {
	font-size: 2.1em;
	color: #f90;
	margin-bottom: 10px;
	line-height: 1.3em;
	letter-spacing: 1px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
h4 {
	font-size: 1.6em;
	color: #fff;
	margin-bottom: 10px;
	line-height: 1.4em;
	letter-spacing:1px;
	
}

.sidebar h4 {
	line-height: 1.2em;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	letter-spacing: .03em;
}
.sidebar h4 a {
	color: #fff;
}
.sidebar h4 a:hover {
	color: #f90;
}
h5 {
	font-size: 1.4em;
	color: #6bbe45;
	margin-bottom: 10px;
	line-height: 1.4em;
	letter-spacing:1px;
}
h5.h5_siteMap, h5.h5_siteMap a {
	color: #FF9900;
	margin: 20px 0 0 0;
}
h5.h5_siteMap a:hover {
	color: #3399CC;
}
.sidebar h5 {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
h6 {
	font-size: 1.2em;
	color: #fff;
	margin-bottom: 10px;
	line-height: 1.4em;
	letter-spacing:1px;
}
.imageReplace {  /* add class to hide text */
	display: block;
	text-indent: -9999em;
	overflow: hidden;
}
/* LINKS */
a:link, a:visited {
	text-decoration: none;
	color: #39c;
}
a:hover, a:active {
	text-decoration: none;
	color: #f90;
}
a:focus {
	outline: none;
}
/* button */
.h_button a {
	border: 1px solid #3399cc;
	background: #336699;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3399cc', endColorstr='#336699'); /* for IE */ 
	background: -webkit-gradient(linear, left top, left bottom, from(#3399cc), to(#336699)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #3399cc, #336699); /* for firefox 3.6+ */ 
	cursor: pointer;
	-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; 
	padding: 7px 10px 5px 10px;
	color: #fff;
}
.h_button a:hover {
	background: #ff9900;
	border: 1px solid #ff9900;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9900', endColorstr='#ff6600'); /* for IE */ 
	background: -webkit-gradient(linear, left top, left bottom, from(#ff9900), to(#ff6600)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #ff9900, #ff6600); /* for firefox 3.6+ */ 
}
/* LISTS */
ul.basicList {
	margin: 0;
	padding: 0;
	list-style: circle;
}
ul.basicList li {
	margin: 0;
	list-style: circle;
}
ul.siteList {
	list-style-type: none;
	margin: 15px 0 15px 25px;
	padding: 0;
}
ul.siteList li {
	list-style-type: none;
	margin: 5px 0 15px 0;
	padding: 0;
	font-size: 13px;
}

/* TABLES */
table.basicTable {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
table.basicTable td {
	margin: 0;
	padding: 0;
}
#googleMap {
	margin: 20px 0;
	border: 3px solid #333;
	background: #333;
}
#googleMap iframe {
	margin: 0;
	padding: 0;
}

/* ABOUT US */
ul.people, ul.mediaList {
	margin: 0;
	padding: 10px 10px;
	list-style: none;
}
ul.people li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1em;
	color: #ccc;
}
ul.people li p {
	color: #ccc;
}
ul.people li span {
	font-weight: bold;
}
ul.people li strong {
	font-weight: bold;
	font-style: normal;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	color: #fff;
}
/* CONTACT */
.smaller {
	font-size: 1em;
	margin: 0 0 15px 0;
	padding: 0;
}
/* MEDIA GALLERY */
ul.mediaList {
	margin: 0;
	padding: 10px 0;
	list-style: none;
}
ul.mediaList li {
	margin: 0 20px 20px 0;
	float: left;
	padding: 0 0 10px 0;
	list-style: none;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	width: 150px;
	text-align: center;
	background: #222;
	-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; 
}
ul.mediaList li.video {
	border: 1px solid #111;
	height: 150px;
	
}
ul.mediaList img {
	display: block;
	background: #fff;
	border-bottom: 5px solid #333;
	margin: 0 10px 10px 0;
}
.videoList {
	margin: 25px 0;
	padding:0;
	list-style:none;
}
.videoList li {
	margin:0 0 10px 0;
	padding: 10px;
	list-style:none;
	background:#222;
	border: 1px solid #111;
	height: 100px;
}
.videoList li img {
	float: left;
	margin: 0 15px 0 0;
	border: 1px solid #111;
}
.videoList li img:hover {
	border: 1px dashed #fff;
}
.videoList h3 {
	font-size: 1.4em;
	padding: 0 5px;
}
.videoList h4 {
	font-size: 1.3em;
	padding: 0 5px;
}
.videoList h5 {
	font-size: 1.2em;
	padding: 0 5px;
}
/* SIDE NAV CURRENT STATE */
.media_09festival #sideNav_09festival, .media_09filmmaking #sideNav_09filmmaking, .involved_volunteers #sideNav_volunteer, .involved_sponsors #sideNav_sponsors, .involved_donate #sideNav_donate,
.city_cityInfo #sideNav_cityInfo, .city_hotels #sideNav_hotels, .city_parking #sideNav_parking, .city_directions #sideNav_directions,
.about_aboutUs #sideNav_aboutUs, .about_coDirectors #sideNav_coDirectors, .about_advisoryComm #sideNav_advisoryComm, .about_venueSponsors #sideNav_venueSponsors, .about_2010Sponsors #sideNav_2010Sponsors,
{
	color: #39c;
}

/* GET INVOLVED */
ul.default {
	margin: 0 0 15px 0;
	padding: 15px;
	list-style: none;
	background: #111;
	border: 1px solid #222;
}
ul.default li {
	margin: 0 0 10px 0;
	padding: 0 0 0 13px;
	list-style: none;
	background: url(../images2/ulDefault_bullet.gif) no-repeat 0 3px;
	font-size: 1.3em;
	line-height: 1.3em;
	color: #CCCCCC;
}

ul.visualFringeArtists {
	margin: 0 0 15px 0;
	padding: 3px 0 15px 0;
	list-style: none;
	background: #111;
}

ul.visualFringeArtists li {
	margin: 10px 0;
	padding: 0 13px;
	border:none;
	list-style: none;
	background: url(../images2/ulDefault_bullet.gif) no-repeat 0 3px;
	font-size: 1.3em;
	line-height: 1em;
	color: #CCCCCC;
}
.visualFringeArtists img {
	display: block;
	height:auto;
	width:auto;
	margin: 0 10px 10px 0;
	border: 1px solid #222;
	background: #444;
	padding: 2px;
}


/* VOLUNTEERS */

.print { /*myShift*/
	background: url(../images/icon_print.gif) no-repeat center left;
	height: 21px;
	width: 100px;
	display: block;
	padding: 10px 0 0 30px;
}

/* CITY INFO */
ul.hotels, ul.filterThis {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.filterThis {
 	clear: left;
}
ul.hotels li, ul.filterThis li {
	margin: 10px 0;
	padding: 10px 0 10px 0;
	list-style: none;
	border-bottom: 1px dotted #333;
}

ul.hotels img, ul.filterThis img {
	float: left;
	margin: 0 15px 15px 0;
}
ul.hotels h5, ul.filterThis h5 {
	font-size: 1.4em;
	color: #FF9900;
	line-height: 1.2em;
}
ul.hotels h5 em, ul.filterThis h5 em { 
	font-size: .85em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #ccc;
	font-weight: normal;
}
ul.hotels p, ul.filterThis p {
	
}	
ul.filterThis p {
	margin-right: 215px;
}
ul.hotels p.smaller, ul.filterThis p.smaller {
	font-size: 11px;
}
ul.hotels div.floatright, ul.filterThis div.floatright {
	display: block;
	width: 37%;
	margin: 0 0 15px 15px;
	padding: 0 0 0 10px;
	border-left: 1px dotted #f0f;
	/*border-bottom: 1px dotted #909;*/
}
ul.hotels div.floatright img, ul.filterThis div.floatright img {
	float: none;
	padding: 5px;
	background: #fff;
}
ul.hotels div.floatright p, ul.filterThis div.floatright p {
	line-height: 1.4em;
}
ul.filterThis div.floatright p {
 	margin-right: 0;
}
ul.filters {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.filters li {
	margin: 5px 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	text-transform: capitalize;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #111;
}
.twtr-widget p {
	font-size: 12px;
}

/* RSS FEED ON HOMEPAGE */
.ul_rssFeed, .ul_rssFeed li {
	margin:0;
	padding:0;
	list-style:none;
}
.ul_rssFeed li {
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	border-top: 1px dotted #333;
}

/* ULTILITIES */
.alert {
	background: #fff;
	border: 1px solid #333;
	padding: 15px;
	margin-bottom: 25px;
	-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; 
}
.alert p {
color: #333;
}
.logoFloat {
	float: left;
	margin: 0 20px 20px 0;
}
.clearfloat { /* use <br class="clearfloat" /> before close of </div> to contain all floated divs inside of it */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
}
.imgRight {
	margin: 0 0 20px 25px;
	float: right;
}
.imgLeft {
	margin: 0 25px 20px 0;
	float: left;
}
.imgBorder {
	border: 1px dotted #333;
	background: #222;
	padding: 5px;
}
.floatright { 
	margin: 0;
	padding: 0;
	float: right;
}
.floatleft {
	margin: 0;
	padding: 0;
	float: left;
}
.floatleftNWAA {
	margin: 0;
	padding: 0 20px 0 0;
	float: left;
}

/*temporary*/
#artistForm_48 p {
	color: #333;
}
#artistForm_48 blockquote {
	line-height:1.2em;
	margin-bottom:15px;
}

.helperWrapper {
	display: none;
}
.helper {
	width: 250px;
	padding: 25px;
	overflow: auto;
	background: #d7f2ff;
	
}
.helper p {
	color: #111;
}
/* 
 * print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ 
 */
@media print {

}

/*
 * Media queries for responsive design
*/
@media all and (orientation:portrait) { 
  /* Style adjustments for portrait mode goes here */
}
@media all and (orientation:landscape) { 
  /* Style adjustments for landscape mode goes here */
}
/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
  /* Prevent iOS, WinMobile from adjusting font size */
  /*html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

