/*---------------- global reset ------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

q:before,q:after {
	content: '';
}

a img,:link img,:visited img {
	border: none
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/*-------------- basic site containers ---------------------*/

body {
	background-color: #d9ecf9;
	font-size: 76%;
	font-family: "Lucida Grande", Verdana, Tahoma, sans-serif;
	color: #D0D3D6;
	text-align: center;
	z-index: 10;
}

#container {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	position: relative;
	z-index: 20;
}

#header {
	width: 960px;
	position: relative;
	border: 0;
}

#content {
	width: 960px;
overflow: hidden;
	margin-bottom: 25px;
	margin-top: 10px;
	clear: both;
}

h1#logo {
	text-indent: -5000px;
	background: url(http://www.retinadance.com/images/uploads/retina_filblog.gif);
	height: 80px;
	width: 60px;
}

h1#logo a {
	display: block;
	height: 109px;
	width: 59px;
	border: 0;
	text-decoration: none;
}

body.twocol #content {
	width: 592px;
	float: left;
	clear: both;
}

body.twocol #sidebar {
	width: 367px;
	float: right;
}

body.twocol #content, body.twocol #sidebar {
	
overflow: hidden;
	border-top: 1px solid #A8B8C5;
	margin-top: 19px;
}

/*----------- main top navigation -----------*/

ul#mainnav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 780px;
		position: absolute;
		right: -20px;
	right: 0;
	top: 0;
}

ul#mainnav li {
	float: left;
	margin: 0;
	width: auto;
	padding: 0;
	display: inline;
}

ul#mainnav li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	border: 0;
	padding: 50px 20px 0 5px;
	border-left: 1px solid #66707B;
	color: #525252;
	text-decoration: none;
	background: transparent;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 1em;
}

ul#mainnav li a:hover, ul#mainnav li.active a {
	color: #ffffff;
	border-left: 1px solid #fff;
	padding-top: 55px;
}

#footer div,  #footerbis  div {
	width: 320px;
	float: left;
	border: 0;
	background-color: transparent;
}

#footerbis #column2 h2, #footer #column2 h2 {font-size: 1.2em; }

#footerbis div {
	width: 480px;
}

#footerbis #column1 p {
	margin-right: 38px;
	margin-left: 15px;
}

#footerbis #column1 form {
	position: absolute;
	left: 190px;
	top: 100px;
}

#footerbis #column2 h2 {
	margin-left: 32px;
}

#footerbis #column2 p {
	margin-left: 40px;
	margin-top: 0.5em;
}

#column1 p {
	margin-right: 50px;
}

/*-------------  main text content styles ------------*/

p {
	margin: 0 0 0.5em 0;
	padding-bottom: 0.5em;
	font-family: "Lucida Grande", Tahoma, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
}

h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #525252;
	margin: 18px 0 12px 0;
	width: 375px;
	float:  left;
}

h3 {font-size: 1.3em;font-family: Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;	margin-bottom: 1em;}


#content ul {
	margin: 0 0 1.5em 2em;
	list-style:  disc;
	list-style-image: none;
}

#content ul li {
	padding: 0 0 1.5em 0;
	font-size: 1.1em;
	font-family: "Lucida Grande", Tahoma, sans-serif;
		line-height: 1.5em;
}

a:link {
	color: #00838c;
	text-decoration: none;
	border-bottom: 1px dotted #00838c;
}

a:visited {
	color: #00838c;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}

#content a.external, #content a.external:visited  {
	background: url(http://www.retinadance.com/images/uploads/external_over.gif) no-repeat top right;
	padding-right: 10px;
}

#content a.external:hover {
	background: url(http://www.retinadance.com/images/uploads/external_over.gif) no-repeat top right;
	padding-right: 10px;
}

#content blockquote {
	margin: 0 0 1em 0;
	width: 400px;
	background-image: url(http://www.retinadance.com/images/uploads/quotes_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#content blockquote p {
	padding: 0 0 0  18px;
	background-image: url(http://www.retinadance.com/images/uploads/quotes_bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.clearall {
	clear: both;
}

/* ----------general list styles -------------------------------*/

ul.recentposts {
	margin-left: 40px;
	margin-bottom: 2em;
	list-style: none;
}

ul.recentposts li {
	padding: 5px 0;
	color: #525252;
	border-bottom: 1px solid #A8B8C5;
}

ul.recentposts li span {
	display: block;
	width: 85px;
	float: left;
	font-size: 0.95em;
}

ul.recentposts li a:link, ul.recentposts li a:visited {
	border: 0;
}

p.feed a {
	background: transparent url(http://www.retinadance.com/images/uploads/feed-icon-16x16.png) no-repeat top left;
	padding-left: 25px;
	padding-bottom: 8px;
	margin-bottom: 5px;
	border: none;
	display: block;
}

p.feed {
	position: absolute;
	left: 190px;
	top: 35px;
}

a.plain {
	color: #D0D3D6;
	border: none;
	margin-left: 1em;
	display: inline-table;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
	font-weight: normal;
}


img.floatright {
	display: block;
	float: right;
	margin: 2px 0 10px 20px;
	padding: 4px;
	background-color: #4D5866;
}

img.floatleft {
	display: block;
	float: left;
	margin: 2px 20px 20px 0;
	padding: 4px;
	background-color: #4D5866;
}

img.nof {
	display: block;
    margin: 20px 0;
	padding: 4px;
	background-color: #4D5866;
}


#printlogo {
	display: none;
}

a#artscouncil {display: block; margin-left: 30px; border: none;}

hr {display:  none;}
.hr {height:  1px; border-bottom:  1px solid #404C5A; margin: 25px 0 25px 0; clear: both;}

#fil_blog .news .hr {margin: 20px 125px 20px 0;border-bottom: 1px solid #A8B8C5;}


/*---- sIFR 3 ---*/

.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

.sIFR-active h2 { visibility:hidden; } /* hide titles before they're replaced */



/* ---------- specific blog styles -----------------------------*/


#blogfooter {background: transparent url(http://www.retinadance.com/images/uploads/retina_blog.png) top center no-repeat;
height: 270px;
clear: both;
width: 100%;
}

.news img {
	display: block;
	clear: both;
	padding: 4px;
	background-color:#A8B8C5;
	margin: 1.25em 0 1.25em 0;
}

.news p {
	margin: 0.5em 135px 0 0;
	clear: both;
	color: #525252;
}

.news ul {
	width: 395px;
	color: #525252;
	padding-top: 1em;
}/* to prevent long list items from sticking out */


#fil_blog #sidebar {
	padding-top: 0px;
}

#fil_blog #sidebar p {
	color: #525252;
}

#fil_blog #sidebar ul.recentposts {
	margin-left: 2em;
	margin-bottom: 1.5em;
}

#fil_blog #sidebar form {
	margin-bottom: 2em;
	margin-left: 25px;
}

#fil_blog #sidebar table, #fil_blog #sidebar table th, #fil_blog #sidebar table td {
	border-collapse: collapse;
	border: 1px solid #626C76;
	text-align: center;
	color: #525252;
}

#fil_blog #sidebar table th, #fil_blog #sidebar table td {
	padding: 2px;
}

#fil_blog #sidebar table {
	width: 250px;
	margin: 0 5px 25px 26px;
}

#fil_blog #sidebar table td a {
	border: 0;
}

#fil_blog #sidebar table caption {
	margin-left: -1px;
}

.date {
	width: 50px;
	background: transparent url(http://www.retinadance.com/images/uploads/calendar.gif) no-repeat top left;
	border: 1px solid #d9ecf9;
	padding: 2px;
	float: right;
	overflow: hidden;
	margin: 20px 133px 1em 0;
	font-family: Avenir, Tahoma, Verdana, sans-serif;
	color: #525252;
}

.day {
	display: block;
	float: right;
	font-size: 1.8em;
	margin-top: -4px;
}

.month {
	clear: both;
	font-size: 0.8em;
	display: block;
}

.year {
	font-size: 0.8em;
	display: block;
}

#resultpage #content {border-top: 0;}

/* --------image gallery --------------------------*/

ul.blog_gallery {
	overflow: hidden;
	zoom:1;
	margin: 0;
}

ul.blog_gallery li {
	list-style-type: none;
	width: 80px;
	display: block;
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
}

ul.blog_gallery li a:link, ul.blog_gallery li a:hover {
	display: block;
	width: 80px;
	margin: 0;
	padding: 0;
	float: left;
}
	
ul.blog_gallery li a img{
	margin: 0;
}

#fil_blog_image {
	float: right;
	padding: 4px;
	background-color: #C0D0DC;
	margin: 0 0 0 10px;
}

























