@charset "UTF-8";
/* CSS Document */


/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* layout blocks ------------ */
body {
	background:#fff  url(../images/bg/body_bg.gif) top left repeat;
	color:#666;
	font-family:Helvetica, Arial, Geneva, sans-serif;
	font-size:12px;
}
#wrapper {
	background:#fff;
	margin:0 auto;
	padding:15px;
	width:906px; /* total width inc. padding should be 936 */
	overflow:hidden;
}
#header {
	position:relative;
	height:109px;
}
#logo {
	padding:9px 0 0 0;
}

/* block elements ----------- */
#navigation form#search,
#ajaxSearch_form {
	position:absolute;
	top:5px;
	right:0;
	width:250px;
	z-index:99;
	padding-bottom: 9px;
	border-bottom: 1px solid #676767;
}
#navigation form#search input,
#ajaxSearch_input {
	padding:4px;
	margin:0 0px 0 0;
	border:1px solid #ccc;
	width:170px;
	line-height:1.0em;
	float:left;
}
#navigation form#search button,
#ajaxSearch_submit {
	padding:0;
	float:right;
}


#webfeed a {
	background:url(../images/icon/rss.gif) top left no-repeat;
	height:14px;
	position:absolute;
	top:5px;
	right:15px;
	padding:0 0 0 18px;
}
#content {
	overflow:hidden;
}
#colPage {
	float:right;
	width:640px;
}
#colContent {
	float:left;
	width:515px;
}
#colContact {
	float:right;
	width:110px;
}
#colNavigation {
	float:left;
	width:250px;
}

/*ajax search stuff*/
#ajaxSearch_form img {
    position: absolute;
    left: 160px;
    top: 4px;
}

#ajaxSearch_output {
    padding: 20px;
    background: #FFF;
    border: 1px solid #676767;
    position: absolute;
    z-index: 1000000;
    top: 37px;
}


/* font-page only */
/*.index #colProgramme {
	width:515px;
	padding:0;
	margin:0 15px 0 0;
	float:left;
}
.index #colNews {
	width:250px;
	padding:0;
	margin:0 15px 0 0;
	float:left;
}
.index #colPage {
	float:right;
	width:515px;
}*/

/* navigation --------------- */
#navigation {
	position:relative;
	width:100%;
	margin:0 0 20px 0;
}
ul#menu {
	position:relative;
	border-bottom:1px solid #676767;
	font-size:1.3em;
	font-weight:bold;
	margin:15px 0 0 0;
	padding:5px 0;
	line-height:1em;
	z-index:10;
}
ul#menu li {
	display:inline;
	padding:0;
	margin:0 40px 0 0;
}
ul#menu li:after {
	content: "/";
	padding-left:40px;
	font-style:italic;
}
ul#menu li:last-child:after {
	content: "";
}
ul#menu li a {
	color:#666;
	text-decoration:none;
}
ul#menu li.active a {
	color:#000;
}

/* 2ndary */
#secondaryMenu {
	font-size:1.3em;
	font-weight:bold;
	line-height:1.2em;
	margin:0 0 60px 0;
}
#secondaryMenu li {
	padding:0 0 0.2em 0;
}
#secondaryMenu li a,
#secondaryMenu li a:link {
	color:#666;
	text-decoration:none;
}
#secondaryMenu li.active a {
	color:#000;
}
#secondaryMenu li ul {
	border-top:1px solid #676767;
	border-bottom:1px solid #676767;
	font-size:0.8em;
	padding:4px 4px 4px 15px;
	margin:4px 0;
}
#secondaryMenu li ul li a {
	color:#666 !important;
}
#secondaryMenu li ul li.active a {
	color:#000 !important;
}

/* typography ------------- */
p,
ol {
line-height: 1.3em;
    margin: 0.2em 0px 0em 0;
font-size:1em;

}

ul {
font-size: 1.2em;
    line-height: 1.3em;
    margin: 0.2em 0px 0em 0;
    font-family: rep;
    padding: 0 0 0 20px;
}

ul li{
padding-top: 12px;
}


a, a:link {
	color:#000;
	text-decoration:underline;
}
a:hover {
	color:#999;
}
a:visited {color: inherit;}
h1 {
	font-size:2em;
	font-weight:bold;
	padding:0;
	margin:0;
	color:#333;
}
/*.index h1 {
	display:none;
}*/
.subHeading {
	font-family:Georgia, "Times New Roman", Times, serif;
	display:block;
	margin:0 0 15px 0;
}
#colContent .subHeading {
	font-size:1.9em;
}
.subHeading a {
	text-decoration:none;
	color: #666666;
}
.subHeading a:hover {
	color:#999;
}
h2,
.subProgrammeText h3 {
	color:#666;
	line-height:1.1em;
	font-size:1.35em;
}
.timelineTopStrip h1 {
	color:#666;
	font-size:1.7em;
	font-weight:bold;
	padding:0 0 5px 0;
	line-height:1.2em;
}
.sectionTitle,
/*.index h2,*/
#colContact h2 {
	position:relative;
	border-bottom:5px #666 solid;
	color:#666;
	display:block;
	font-size:1.7em;
	font-weight:bold;
	padding:0 0 5px 0;
	margin:0 0 15px 0;
	line-height:1.2em;
}
#colContact .sectionTitle {
	border-bottom:5px #666 solid !important;
}
.sectionTitleProgrammeFirst {
	margin-bottom:0;
	border-bottom:none;
}
#colNavigation h2 {
/*	border-bottom:1px #676767 solid;*/
	margin:0 0 1em 0;
}
h3 {
	font-size:1.2em;
}
h2 a,
h2 a:link,
h3 a,
h3 a:link {
	color:#333;
	text-decoration:none;
}
.imageMainCaption {
	border-top:5px #666 solid;
	display:block;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:1.4em;
	padding:10px 0 0 0;
	margin:18px 0 1em 0;
}
/* blog */
a.ditto_page,
.ditto_currentpage {
	border:solid 1px #666;
	padding:2px 4px;
	margin:4px;
	text-decoration: none;
}
.ditto_currentpage {
	background:#666;
	color:#fff;
}
.newsPostFirst {
	border-top:none !important;
	padding-top:0 !important;
}
/*.blogPost {
	border-bottom:5px #666 solid;
	margin:0 0 10px 0;
	padding:0 0 30px 0;
}
.blogPostLast {
	border-bottom:none;
}*/
.topStrip {
	height:2.0em;
	position:relative;
	border-bottom:1px solid #676767;
	margin:0 0 10px 0;
}
#colNavigation .topStrip h2 {
	border-bottom:none;
	margin:0;
}
.postDate {
	font-family:"Monaco", "Courier New", Courier, monospace;
	font-size:0.8em;
	font-weight:normal;
	padding:0 0 0 0;
	display:block;
	bottom:7px;
}
.topStrip .postDate {
	position:absolute;
}
/*.blogPost img {
	margin:0 0 15px 0;
}*/
#colPage .blogPost h2,
#colPage .category {
	font-weight:bold;
	font-size:2em;
	line-height:1em;
	border:none !important;
/*	width:300px;*/
	margin:0;
	padding:0;
	color:#333;
}
.readMore {
	display:inline;
	border-bottom:3px solid #666;
	border-bottom-width:3px !important;
}
.readMore a {
	text-decoration:none;
}
.eventNav {
	color:#000;
}
.blogNav h2,
.eventNav h2 {
	font-size:1.5em;
	line-height:1em;
/*	border-bottom:1px solid #333;*/
}
.blogNav .topStrip h2,
.eventNav .topStrip h2 {
	border-bottom:none;
	bottom:5px;
	position:absolute;
	padding:0;
	margin:0;
}
.blogNav ul.categoryList {
	line-height:1.3em;
	margin:0 0 20px 0;
	padding:0;
}
.blogNav ul.categoryList li.active,
/* news category navigation */
.news .blogNav ul.categoryList li.all,
.events .blogNav ul.categoryList li.events,
.exhibitions .blogNav ul.categoryList li.exhibitions,
.projects .blogNav ul.categoryList li.projects,
.competitions .blogNav ul.categoryList li.competitions {
	text-decoration:underline;
	font-weight:bold;
}
ul.categoryList li a,
ul.categoryList li a:link {
	text-decoration:none;
}
/* programme */
hr {
	height:5px;
	background:#666;
	border:none;
	margin:25px 0 10px 0;
}
.backLink {
	position:absolute;
	bottom:0.2em;
	background:url(../images/arrow_left.gif) left center no-repeat;
	padding:0 0 0 20px;
	font-size:0.6em;
}
/*.tickets {
	border-top:5px #666 solid;
	margin-top:0;
}*/
.parentDetails,
.relatedProgramme {
	border-bottom:5px #666 solid;
	margin-bottom:10px;
	padding-bottom:15px;
}/*
.sponsors h3 {
	margin:10px 0;
	padding-bottom:5px;
	border-bottom:1px #000 solid;
}*/
.subProgramme {
	border-top:1px #666 solid;
	padding:15px 0;
	overflow:hidden;
	float:left;
	width:100%;
}
/*.programme  {
	border-top:5px #666 solid;
	padding:15px 0;
	overflow:hidden;
	width:100%;
}*/
.subProgrammeFirst,
.programmeFirst {
	border-top:5px #666 solid;
}
#colContent .subProgramme h3,
#colContent .programme h3 {
	font-size:1.35em;
}
#colContent .subProgramme .subHeading,
#colContent .programme .subHeading {
	font-size:1.35em;
}
.subProgrammeText,
.programmeText {
	float:left;
	width:250px;
}
.subProgrammeText .hasVideo, .hasVideo {
	clear:both;
	display:block;
	margin-bottom:1em;
}
/*.programmeImage, - removed!? */
.subProgrammeImage {
	float:right;
	width:250px;
	height:188px;
}
/* mission page */
/*.mission #content {
	background:url(../images/bg/mission_bg.jpg) top left no-repeat;
	margin:0 -15px -15px -15px;
	padding:0 15px 15px 15px;
	min-height:720px;
	height:720px;
}
.mission .sectionTitle {
	border-bottom-color:#fff;
}
.mission #content h1 {
	display:none;
}
.mission #secondaryMenu li.active a {
	color:#fff;
}*/
/* footer (mainly) */
.backToTop a {
	background:url(../images/icon/back_to_top.gif) center left no-repeat;
	height:14px;
	padding:0 0 0 18px;
}
#footer {
	width:100%;
	clear:both;
	margin-top:30px;
	padding:0 0 9px 0;
	background:url(../images/bg/footer_2_col.gif) bottom left no-repeat;
}
/*.index #footer {
	background:url(../images/bg/footer_index_bg.gif) bottom left no-repeat;
}*/

#artscouncillogo {
	padding: 10px 0 0 0;
}

#footer address,
#footer dl,
#footer p,
.comment p {
	font-style:normal;
	font-size:1.2em;
	line-height:1.2em;
}
#footer dl {
	float:left;
	padding:1em 0;
}
#footer dd {
	float:left;
}
#footer dt {
	clear:both;
	float:left;
	width:4em;
}
/* 'colContact' column */
/*#colContact h2 span {
	font-size:0.65em;
	font-style:italic;
	line-height:1px;
	font-family:Georgia, "Times New Roman", Times, serif;
}*/
#colContact h2 a {
	line-height:1px;
	color: #666;
}
#colContact h2 a:hover { color: #000; }
#colContact p {
	font-size:0.8em;
	font-family:"Monaco", "Courier New", Courier, monospace;
	margin-bottom: 1.5em;
}

#colContact a.prominent {
	border-bottom: 3px solid #676767;
	font: 12px/1.2 Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;
}

.programmePage #colContact p,
.programmePage #colContact p a {
	font-family:Helvetica, Arial, Geneva, sans-serif;
	font-size:1em;
}
/* Contact page */
.colContentHalfCol {
	float:left;
	width:50%;
}
.colContentHalfCol h2 {
	padding-bottom:5px;
	margin:15px 0 0.5em 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	border-bottom:1px #676767 solid;
}
/* front-page */
.col1 {
	float:left;
	width:250px;
}
.col2 {
	float:right;
	width:250px;
}
.programmeItem {
	padding:0 0 15px 0;
}
.programmeItemImg,
.newsItemImg {
	width:250px;
	height:188px;
}
.programmeCategory {
	display:block;
	font-size:0.95em;
	color:#fff;
	margin:10px 0;
	line-height:1;
	vertical-align:middle;
	overflow:hidden;
/* ffonly	padding:4px 4px 3px 4px;*/
	padding:3px 4px;
}
#colProgramme .subHeading {
	font-size:1.5em;
}
#colProgramme h3,
#colNews h3 {
	font-size:1.5em;
}
#colNews h3 {
	border-top:1px solid #333;
	margin-top:10px;
	padding-top:10px;
}
.newsItem {
	padding:0 0 15px 0;
	border-bottom:solid 5px #666;
	margin:0 0 20px 0;
}
.newsItemLast {
	border-bottom:none;
}
.newsItem .postDate {
	display:block;
	margin-bottom:15px;
}

/* typography ------------- */
#archiveDropDown select {
	width:100%;
}

/* colored sections */

/* ie can't understand the above and puts a border-top on everything. Here is the fix: */
ul.categoryList li,
.programmeItem,
body {
	border-top:none !important;
}

/*.personnel #colPage h2,*/
.personnel #colPage .sectionTitle {
	border-bottom:5px #FF9F00 solid;
}
/* projects */
.projects .programmeCategory {
	background:#ff9933;
}
.projects .readMore,
/*.projects #colPage h2,*/
.projects #colPage .sectionTitle {
	border-bottom:5px solid #ff9933;
}
.programme.projects {
	border-top:5px #ff9933 solid;
}
/* education */
.education .programmeCategory {
	background:#669900;
}
.education .readMore,
/*.education #colPage h2,*/
.education #colPage .sectionTitle {
	border-bottom:5px solid #669900;
}
.programme.education {
	border-top:5px #669900 solid;
}
/* competitions */
.competitions .programmeCategory {
	background:#663366;
}
.competitions .readMore,
/*.competitions #colPage h2,*/
.competitions #colPage .sectionTitle {
	border-bottom:5px solid #663366;
}
.programme.competitions {
	border-top:5px #663366 solid;
}
/* exhibitions */
.exhibitions .programmeCategory {
	background:#ff3366;
}
.exhibitions .readMore,
/*.exhibitions #colPage h2,*/
.exhibitions #colPage .sectionTitle {
	border-bottom:5px solid #ff3366;
}
.programme.exhibitions {
	border-top:5px #ff3366 solid;
}
/* events */
.events .programmeCategory {
	background:#00cccc;
}
.events .readMore,
/*.events #colPage h2,*/
.events #colPage .sectionTitle {
	border-bottom:5px solid #00cccc;
}
.programme.events {
	border-top:5px #00cccc solid;
}


/* CMS */
.editHint {
	color:#F00;
}






/* Timeline ----------------------------- */
#timelineRefine {
	float: right;
}
#timelineViewSelector {
	margin-right: 15px;
}
#timelineRefine {
	font-size: 0.8em;
}
.timelineNav {
	text-align: center;
	position: relative;
	margin-top: 5px;
	font-size: 1.5em;
	font-weight: bold;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
.timelineNavPrev {
	position: absolute;
	top: 0;
	left: -5px;
	text-align: left;
	color: #bbb;
	padding-right: 20px;
	background: url(../images/timeline/arrow-prev.gif) no-repeat right 0.1em;
	cursor: pointer;
}
.timelineNavNext {
	position: absolute;
	top: 0;
	right: -5px;
	text-align: right;
	color: #bbb;
	padding-left: 20px;
	background: url(../images/timeline/arrow-next.gif) no-repeat left 0.1em;
	cursor: pointer;

}
.timelineTopStrip {
	margin-bottom: 5px;
	height: auto;
	border-bottom: 5px solid #656565;
}
.timelineTopStrip h1 {
	color: #656565;

}
.timelineMonth {
	width: 69px;
	float: left;
	border-left: 1px solid #000;
	padding-left: 5px;
	font-weight: bold;
}
.timelineMonths {
	border-right: 1px solid #000;
	overflow: hidden;
	margin: 20px 0 5px 0;
}
.timelineGrid {
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.timelineRow {
	height: 73px;
	background: #FFF url(../images/timeline/empty-row-bground.gif) repeat-x left top;
	border-left: 2px solid #dcdcdc;
	border-right: 2px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	position: relative;
}
.timelineEntry {
	height: 63px;
	position: absolute;
	background-color: #FFF;
	border-left: 2px solid #dcdcdc;
	border-right: 2px solid #dcdcdc;
	border-top: none;
	border-bottom: none;
	padding: 0;
	overflow: hidden;
	margin-left: -2px;
	line-height: 1.2;
	font-size: 0.95em;
	cursor: pointer;
}
#timelineWindow {
	overflow: hidden;
	width: 906px;
	position: relative; /* Needed for IE6/7 */
	margin-bottom: 20px;
}
#timelineContainer {
	width: 1812px;
}
.timelineYear {
	width: 906px;
	float: left;
}
p.programme {
	margin-top: 0;
}

.timelineEntryBar {
	 height: 10px;
	 position: absolute;
 }

.eventsTooltip {
	background: #FFF url(../images/timeline/events.gif) repeat-x left top;
}


.exhibitionsTooltip {	background: #FFF url(../images/timeline/exhibitions.gif) repeat-x left top; }
.competitionsTooltip {	background: #FFF url(../images/timeline/competitions.gif) repeat-x left top; }
.educationTooltip {	background: #FFF url(../images/timeline/education.gif) repeat-x left top; }
.projectsTooltip {	background: #FFF url(../images/timeline/projects.gif) repeat-x left top; }

.timelineRow .timelineEntryBarevents { background-color:#00cccc; border-right: 2px #DCDCDC solid;  border-left: 2px #DCDCDC solid; border-top: none; border-bottom: none;}
.timelineRow .timelineEntryBarexhibitions { background-color:#ff3366;  border-right: 2px #DCDCDC solid; border-left: 2px #DCDCDC solid; border-top: none; border-bottom: none;}
.timelineRow .timelineEntryBarcompetitions { background-color:#663366;  border-right: 2px #DCDCDC solid; border-left: 2px #DCDCDC solid; border-top: none; border-bottom: none;}
.timelineRow .timelineEntryBareducation { background-color:#669900;  border-right: 2px #DCDCDC solid; border-left: 2px #DCDCDC solid; border-top: none; border-bottom: none;}
.timelineRow .timelineEntryBarprojects { background-color:#ff9933; border-right: 2px #DCDCDC solid;  border-left: 2px #DCDCDC solid; border-top: none; border-bottom: none;}

.eventsTooltip { border: 2px solid #00cccc; }
.exhibitionsTooltip { border: 2px solid #ff3366; }
.competitionsTooltip { border: 2px solid #663366; }
.educationTooltip { border: 2px solid #669900; }
.projectsTooltip { border: 2px solid #ff9933; }

option.events,
.events .timelineEntryTitle,
#timelineList .events h2 a { color:#00cccc;
}
option.exhibitions,
.exhibitions .timelineEntryTitle,
#timelineList .exhibitions h2 a { color:#ff3366; }

option.competitions,
.competitions .timelineEntryTitle,
#timelineList .competitions h2 a { color:#663366; }

option.education,
.education .timelineEntryTitle,
#timelineList .education h2 a { color:#669900; }

option.projects,
.projects .timelineEntryTitle,
#timelineList .projects h2 a { color:#ff9933; }


.timelineEntry .timelineEntryDate {
	margin: 0 3px;
}
.timelineEntry .timelineEntryTitle {
	margin: 2px 3px 0;
}

.timelineEntryDate {
	color: #666;
	font-weight: bold;
}
.timelineEntryTitle {
	color: #000;
	font-weight: bold;
}
.timelineEntryIcons {
	position: absolute;
	right: 0;
	bottom: 0;
}
.timelineEntryIcons img {
	margin: 3px;
}
.timelistRefine select {
	display: block;
	width: 100%;
	margin: 4px 0;
}
.timelistRefine h3 {
	margin: 1em 0 0 0;
}
.timelistRefineItem {
	margin: 10px 0;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #fff;
	padding: 16px 8px 8px 8px;
	width: 250px;
	line-height: 1.3;
}
div.timelineEntryShortDesc {	display: block;  margin: 0 3px;}
div.timelineEntryDesc {	display: none; }
#tooltip div.timelineEntryShortDesc {	display: none; }
#tooltip div.timelineEntryDesc {	display: block; font-size: 0.95em;}

#sharethis_0 {
	display:block;
	padding:0 0 15px 0;
}

a.ical { background: url(../images/ical-icon.gif) no-repeat left top; min-height: 16px; display: block; padding: 0 0 0 18px; text-decoration: none; margin: 2px 0 0 0; font-size: 0.85em; line-height: 1.1;}
.vevent { display: none; }

/* Slideshow */
#slideshow {
	list-style: none;
	margin: 0 0 10px; padding: 0 0 25px;
	border-bottom: 5px solid #666;
	position: relative;
}

#slideshow .nav {
	position: absolute;
	right: 0; bottom: 27px;
	font-size: 11px;
}

#slideshow .nav .previous, #slideshow .nav .next {
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
	vertical-align: -0.15em;
}

#slideshow .nav .previous { padding-right: 10px; }
#slideshow .nav .next { padding-left: 10px; }

#slideshow .slides li { position: relative; width: 515px; }
#slideshow .slides li img { display: block; margin: 0 auto; }
#slideshow .slides .caption {
	font-size: 11px;
	padding: 5px 150px 5px 0;
	display: block;
}

/* Tabs */
.tabList {
	border-bottom: 1px solid #F93;
	position: relative;
}

.tabList li {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	display: inline;
	display: inline-block;
	cursor: pointer;
	padding: 8px 12px;
	position: relative;
	bottom: -1px;
}

.tabList li.on {
	border: 1px solid #F93;
	border-bottom-color: #FFF;
	color: #000;
}

/* Resources */
#colContent .resources .pdf, #colContent .resources .doc, #colContent .resources .docx,
	#colContent .resources .xls, #colContent .resources .xlsx, #colContent .resources .ppt,
	#colContent .resources .pptx, #colContent .resources .jpg, #colContent .resources .png,
	#colContent .resources .zip {
	display: inline-block;
	padding-left: 24px;
	background-position: 0 0;
	background-repeat: no-repeat;
	min-height: 20px;
	padding-top: 1px;
}

#colContent .resources .pdf { background-image: url(../images/resources/pdf.png); }
#colContent .resources .doc, #colContent .resources .docx { background-image: url(../images/resources/doc.png); }
#colContent .resources .xls, #colContent .resources .xlsx { background-image: url(../images/resources/xls.png); }
#colContent .resources .ppt, #colContent .resources .pptx { background-image: url(../images/resources/ppt.png); }
#colContent .resources .jpg, #colContent .resources .png { background-image: url(../images/resources/picture.png); }
#colContent .resources .zip { background-image: url(../images/resources/compress.png); }

/* Social media buttons */
#socialMedia { margin-top: 2em; }
#socialMedia a {
	display: inline-block;
	width: 19px; height: 19px;
	margin-right: 5px;
	background: url(../images/icon/socialmedia.png) no-repeat 0 0;
	text-indent: -999em;
}

#socialMedia a.facebook { background-position: -38px 0; }
#socialMedia a.twitter { background-position: -19px 0; }

#socialMedia a.facebook:hover { background-position: -38px -19px; }
#socialMedia a.twitter:hover { background-position: -19px -19px; }
#socialMedia a.rss:hover { background-position: 0 -19px; }