/* -- Global Styles -- */

html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
} 

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #333;
	background: #ECECEC;
	text-align: center;	
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

object {
	padding: 0;
	margin: 0;
	outline: 0;
	border: 0;
}

img {
	border: 0;
}

p {
	margin: 20px 0;
}

a {
	color: #3A6CB1;
	text-decoration: none;
}

a:hover {
	color: #4B8CE7;
}

a,
object,
input,
textarea {
	outline: none;
}

a.button {
	display: inline-block;
	padding: 5px 8px;
	background: #3A6CB1;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
}

a.button:hover {
	background: #4B8CE7;
}


/* -- Forms -- */

form {
	margin: 0;
	padding: 0;
}

form label {
	display: block;
	padding-bottom: 5px;
}

textarea {
	overflow: auto;
}

form input.input,
form textarea.textarea {
	border: 1px solid #999;
	font-family: arial;
	font-size: 14px;
	line-height: 20px;
}

input.button {
	display: inline-block;
	height: 24px;
	padding: 0 8px;
	background: #3A6CB1;
	color: #FFF;
	border: 0;
	font-family: arial;
	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
}

input.button:hover {
	background: #4B8CE7;
}

@-moz-document url-prefix() {
    input.button {
        padding: 0 6px;
    }
}

input.autocomplete {
	display: block;
}

a.helpful-tip {
	display: inline-block;
	width: 18px;
	height: 1px;
	padding: 20px 0 0;
	margin: 0 0 0 3px;
	overflow: hidden;
	vertical-align: top;
	background: url(/images/common/helpful-tip.gif) no-repeat;
	cursor: default;
}

span#helpful-tip-popup {
	display: block;
	position: absolute;
	z-index: 999;
	padding: 7px;
	border: 1px solid #999;
	background: #FFF;
	font-size: 11px;
	line-height: 15px;
	color: #333;
	text-align: left;
	box-shadow: 2px 2px 2px rgba(0,0,0,.2);
}

div.autocomplete-results {
	display: none;
	position: absolute;
	width: 180px;
	margin-top: -1px;
	z-index: 1000;
	border: 1px solid #999;
	background: #FFF;
}

div.autocomplete-results ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

div.autocomplete-results li {
	display: block;
	position: relative;
	height: 25px;
	line-height: 20px;
	overflow: auto;
	vertical-align: top;
}

div.autocomplete-results a {
	position: relative;
	display: block;
	padding: 5px;
	height: 15px;
	overflow: hidden;
	color: #333;
	cursor: default;
}

div.autocomplete-results span {
	color: #999;
}

div.autocomplete-results strong {
	color: #000;
}

div.autocomplete-results .focus {
	background: #D5EAF4;
}

form.generic-form {
	width: 53%;
	background: #ECECEC;
	padding: 20px;
	margin: 20px 0;
	text-align: left;
	margin: auto;
}

form.generic-form h4 {
	margin: 5px 0 20px;
	font-weight: normal;
	font-size: 17px;
}

form.generic-form label {
	display: block;
	font-size: 15px;
	color: #666;
}

form.generic-form input.input {
	width: 485px;
	height: 20px;
	padding: 5px;
	font-size: 15px;
	font-family: arial;
	line-height: 20px;
}

form.generic-form textarea.textarea {
	width: 485px;
	height: 80px;
	padding: 5px;
	font-size: 15px;
	font-family: arial;
	line-height: 20px;
}

form.generic-form p#captcha img.right {
	margin: 7px 50px;
}

form.generic-form p {
	width: 100%;
	overflow: hidden;
}

form.generic-form input#comment-captcha {
	width: 180px;
}

@media screen and (max-width: 500px) {

	form.generic-form {
		width: auto;
		margin: 0;
	}
		
	form.generic-form label {
		font-size: 14px;
	}
	
	form.generic-form input.input {
		width: 95%;
	}
	
	form.generic-form textarea.textarea {
		width: 95%;
	}
	
	form.generic-form p#captcha img.right {
		margin: 7px 50px;
	}
	
	form.generic-form p {
		width: 100%;
		overflow: hidden;
	}
	
	form.generic-form input#comment-captcha {
		margin-top: 5px;
	}
	
}


/* -- Blocks -- */

blockquote {
	margin: 0;
	font-style: italic;
}

.block {
	position: relative;
	display: block;
}

.left {
	position: relative;
	display: block;
	float: left;
}

.right {
	position: relative;
	display: block;
	float: right;
}

.clear {
	display: block;
	clear: both;
	overflow: hidden;
	height: 0;
}

.autoclear {
	width: 100%;
	overflow: hidden;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.bottom-rule {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCC;
}

.photo-left,
.photo-right,
.photo-center {
	display: inline;
	float: left;
	margin: 3px 10px 10px 0;
	color: #999;
	text-align: center;
	font-size: 90%;
}

.photo-right {
	float: right;
	margin: 5px 0 10px 10px;
}

.photo-center {
	display: block;
	float: none;
	margin: 0 auto;
}

.photo-left img,
.photo-right img,
.photo-center img {
	display: block;
	border: 0;
	margin-bottom: 5px;
}

.photo-center img {
	margin-left: auto;
	margin-right: auto;
}

.caption {
	margin: 5px 0;
	text-align: right;
	color: #999;
}

.details {
	display: block;
	margin: 5px 0;
	font-size: 12px;
	line-height: 15px;
	color: #999;
}


/* -- Lightbox -- */

div#lightbox,
div#videobox {
	position: absolute;
	z-index: 99999;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.8);
}

img.lightbox {
	cursor: pointer;
}

@media screen and (max-width: 500px) {	

	img.lightbox {
		cursor: default;
	}
}


/* -- Messages -- */

.flash-success,
.flash-error,
.flash-warning,
.flash-notice {
	display: block;
	padding: 9px 10px 12px;
	margin: 0 0 22px;
	background: #ECECEC;
	color: #000;
	font-size: 14px;
	text-align: center;
	border-top: 2px solid #CCC;
}

.none-found {
	text-align: center;
	padding: 30px 0;
	font-size: 1.3em;
}

.flash-error {
	display: block;
	padding: 9px 10px 12px;
	margin: 20px 20px -35px;
	background: #CC0000;
	color: #FFF;
	font-size: 14px;
	border-top: 2px solid #990000;
}



/* -- Pagination -- */

div.pagination {
	clear: both;
	height: 36px;
	padding: 15px 0;
}

div.pagination div {
	text-align: center;
}

div.pagination ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.pagination ul li {
	display: inline-block;
	height: 36px;
}

div.pagination ul li.disabled {
	opacity: .4;
}

div.pagination ul li.disabled a {
	cursor: default;
}

div.pagination ul li.elipsis {
	width: 1px;
	margin: 0 2px 0 3px;
	border-left: 1px dotted #CCC;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #FFF;
	color: #999;
	overflow: hidden;
}

div.pagination ul li a {
	display: block;
	margin: 0 2px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #ECECEC;
	overflow: hidden;
}

div.pagination ul li.selected a {
	font-weight: bold;
	color: #000;
}

div.pagination ul li a#prev,
div.pagination ul li a#next {
	display: block;
	margin: 0 4px;
	width: 36px;
	height: 1px;
	padding-top: 35px;
	overflow: hidden;
	background: #7A99B5 url(/images/common/pagination-arrows.gif) no-repeat;
}

div.pagination ul li a#prev:hover {
	background-position: 0 -40px;
}

div.pagination ul li.disabled a#prev:hover {
	background-position: 0 0;
}

div.pagination ul li a#next {
	background-position: -40px 0;
}

div.pagination ul li a#next:hover {
	background-position: -40px -40px;
}

div.pagination ul li.disabled a#next:hover {
	background-position: -40px 0;
}


/* -- Header -- */

div#header {
	display: block;
	position: relative;
	width: 100%;
	height: 152px;
	background: url(/images/common/banner-buildings-bg.jpg) repeat-x;
}

div#header h1 {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
}

div#header h1 a {
	position: relative;
	display: block;
	width: 1005px;
	height: 1px;
	padding-top: 151px;
	margin: auto;
	overflow: hidden;
	background: url(/images/common/banner-buildings.jpg) no-repeat;
}

div#header div#header-nav {
	display: block;
	position: absolute;
	width: 100%;
	height: 39px;
	margin-top: -39px;
	z-index: 1000;
	background: url(/images/common/nav-bg.png);
	text-align: center;
}

div#header div#header-nav ul {
	display: block;
	width: 960px;
	padding: 0 0 0 45px;
	margin: auto;
	text-align: left;
	list-style: none;
}

div#header div#header-nav ul li {
	display: block;
	float: left;
	padding: 0;
	background: url(/images/common/nav-break.png) 0 10px no-repeat;
}

div#header div#header-nav ul li:first-child {
	background: none;
}

div#header div#header-nav ul li.search {
	float: right;
	padding: 0 13px 0 0;
	background: none;
}

div#header div#header-nav ul li.search a {
	width: 39px;
	height: 1px;
	padding: 38px 0 0;
	overflow: hidden;
	background: url(/images/common/nav-search.png) no-repeat;
}

div#header div#header-nav ul li a {
	display: block;
	padding: 13px 14px;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FFF;
	text-shadow: 2px 2px 1px rgba(0,0,0,.25);
}

div#header div#header-nav ul li a:hover {
	color: #FFF;
	text-shadow: 0 0 2px rgba(255,255,255,.6);
}

div#header div#header-nav ul li div.subnav {
	display: none;
	position: absolute;
	top: 40px;
	z-index: 1002;
	height: 37px;
	padding: 6px 0 0;
	margin: -7px 0 0 0;
	background: url(/images/common/nav-arrow.gif) center top no-repeat;
}

div#header div#header-nav ul li div.subnav ul {
	display: block;
	width: auto;
	overflow: hidden;
	padding: 6px;
	margin: 0;
	list-style: none;
	background: #7999B4;
}

div#header div#header-nav ul li div.subnav ul li {
	display: block;
	float: left;
	height: 15px;
	padding: 2px 13px;
	margin: 0;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	border-left: 1px solid #94ADC3;
	background: none;
}

div#header div#header-nav ul li div.subnav ul li:first-child {
	border-left: 0;
}

div#header div#header-nav ul li div.subnav ul li a {
	display: block;
	color: #FFF;
	padding: 0;
	font-size: 12px;
	letter-spacing: 0;
	text-transform: uppercase;
	background: none;
	text-shadow: none;
}

div#header div#header-nav ul li.selected div.subnav {
	display: block;
}

div#header form#search-form {
	display: none;
	position: absolute;
	z-index: 1001;
	width: 278px;
	height: 46px;
	padding: 0;
	font-size: 13px;
	line-height: 15px;
	margin: -50px 0 0 -225px;
	overflow: hidden;
	background: url(/images/common/search-bg.png) no-repeat;
}

div#header form#search-form p {
	margin: 0;
	padding: 7px;
}

div#header form#search-form p input.input {
	display: block;
	float: left;
	width: 190px;
	height: 18px;
	padding: 3px;
	margin: 0;
	border: 0;
}

div#header form#search-form p input.button {
	display: block;
	float: right;
	margin: 0;
}



/* -- Banners & Section Nav Position -- */

body#home div#header {
	background: url(/images/common/banner-buildings-bg.jpg) repeat-x;
}

body#home div#header h1 a {
	background: url(/images/common/banner-buildings.jpg) no-repeat;
}

body#home div#header div#header-nav ul li div.subnav {
	margin-left: 0;
}

body#about div#header {
	background: url(/images/common/banner-oilpaint-bg.jpg) repeat-x;
}

body#about div#header h1 a {
	background: url(/images/common/banner-oilpaint.jpg) no-repeat;
}

body#about div#header div#header-nav ul li div.subnav {
	background-position: 70px 0;
	margin-left: -20px;
}

body#visit div#header {
	background: url(/images/common/banner-watercolor-bg.jpg) repeat-x;
}

body#visit div#header h1 a {
	background: url(/images/common/banner-watercolor.jpg) no-repeat;
}

body#visit div#header div#header-nav ul li div.subnav {
	background-position: 154px 0;
	margin-left: -130px;
}

body#exhibitions div#header {
	background: url(/images/common/banner-crown-bg.jpg) repeat-x;
}

body#exhibitions div#header h1 a {
	background: url(/images/common/banner-crown.jpg) no-repeat;
}

body#exhibitions div#header div#header-nav ul li div.subnav {
	margin-left: -145px;
}

body#collections div#header {
	background: url(/images/common/banner-stitch-bg.jpg) repeat-x;
}

body#collections div#header h1 a {
	background: url(/images/common/banner-stitch.jpg) no-repeat;
}

body#collections div#header div#header-nav ul li div.subnav {
	margin-left: 0;
}

body#programs div#header {
	background: url(/images/common/banner-farm-bg.jpg) repeat-x;
}

body#programs div#header h1 a {
	background: url(/images/common/banner-farm.jpg) no-repeat;
}

body#programs div#header div#header-nav ul li div.subnav {
	margin-left: -46px;
}

body#education div#header {
	background: url(/images/common/banner-metal-bg.jpg) repeat-x;
}

body#education div#header h1 a {
	background: url(/images/common/banner-metal.jpg) no-repeat;
}

body#education div#header div#header-nav ul li div.subnav {
	margin-left: -205px;
}

body#publications div#header {
	background: url(/images/common/banner-letters-bg.jpg) repeat-x;
}

body#publications div#header h1 a {
	background: url(/images/common/banner-letters.jpg) no-repeat;
}

body#publications div#header div#header-nav ul li div.subnav {
	margin-left: -55px;
}

body#get-involved div#header {
	background: url(/images/common/banner-lace-bg.jpg) repeat-x;
}

body#get-involved div#header h1 a {
	background: url(/images/common/banner-lace.jpg) no-repeat;
}

body#get-involved div#header div#header-nav ul li div.subnav {
	margin-left: -75px;
}


@media screen and (max-width: 500px) {	

	div#header {
		height: auto;
	}

	div#header h1 a {
		width: auto;
	}

	div#header div#header-nav {
		position: relative;
		height: auto;
		width: auto;
		background: #333;
	}	

	div#header div#header-nav ul {
		padding: 0;
		width: auto;
	}	
		
	div#header div#header-nav ul li {
		float: none;
		background: #333;
	}
	
	div#header div#header-nav ul li.search {
		display: none;
	}
	
	div#header div#header-nav ul li a {
		display: none;
		border-bottom: 1px solid #000;
	}
		
	div#header div#header-nav ul li div.subnav {
		display: none;
		position: relative;
		height: auto;
		padding: 0;
		margin: 0 !important;
		background: none;
	}
	
	div#header div#header-nav ul li div.subnav ul {
		padding: 0;
		margin: 0;
		background: none;
	}
	
	div#header div#header-nav ul li div.subnav ul li {
		float: none;
		height: auto;
		padding: 0;
		margin: 0;
		line-height: 15px;
		border: 0;
		background: #333;
	}
	
	div#header div#header-nav ul li div.subnav ul li:first-child {
		border-left: 0;
	}
	
	div#header div#header-nav ul li div.subnav ul li a {
		display: block;
		padding: 13px 14px;
		font-size: 12px;
		letter-spacing: 1px;
		text-transform: uppercase;
		color: #FFF;
		text-shadow: 2px 2px 1px rgba(0,0,0,.25);	
	}
	
	body#home div#header div#header-nav ul li a {
		display: block;
	}
	
	
	div#header form#search {
		display: none;
		position: absolute;
		z-index: 1001;
		width: 278px;
		height: 46px;
		padding: 0;
		font-size: 13px;
		line-height: 15px;
		margin: -50px 0 0 -225px;
		overflow: hidden;
		background: url(/images/common/search-bg.png) no-repeat;
	}
		


}



/* -- Content -- */

div#content {
	display: block;
	position: relative;
	min-height: 600px;
	background: #FFF url(/images/common/content-bg.png) repeat-x;
	text-align: center;
}

div#content div#content-pad {
	position: relative;
	width: 981px;
	min-height: 568px;
	margin: auto;
	padding: 24px 11px 11px;
	background: #FFF;
	border: 1px solid #ECECEC;
	border-top: 0;
	border-bottom: 0;
	text-align: left;
}

div#content div#page-header {
	height: 40px;
	padding: 50px 20px 0;
	overflow: hidden;
}

div#content div#page-header h2 {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: normal;
	color: #999;
}

div#content div#page-header div#share-tools {
	float: right;
}

div#content div#page-header div#share-tools a#share-trigger {
	display: block;
	padding: 4px 32px 4px 12px;
	background: #CCC url(/images/common/share-arrow.gif) right 10px no-repeat;
	font-size: 18px;
	color: #FFF;
}

div#content div#page-header div#share-tools a#share-trigger:hover {
	background-color: #AAA;
}

div#content div#page-header div#share-tools div#share-tools-menu {
	display: none;
	position: absolute;
	z-index: 1000;
	padding: 3px 4px 4px;
	background: #CCC;
}

div#content div#page-header div#share-tools div#share-tools-menu a {
	display: block;
	width: 53px;
	height: 16px;
	padding: 4px 4px 4px 24px;
	margin-top: 1px;
	font-size: 11px;
	line-height: 16px;
	background-color: #F3F3F3;
	color: #666;
}

div#content div#page-header div#share-tools div#share-tools-menu a#share-send {
	background-image: url(/images/common/share-send.gif);
	background-position: 4px 4px;
	background-repeat: no-repeat;
}

div#content div#page-header div#share-tools div#share-tools-menu a#share-facebook {
	background-image: url(/images/common/share-facebook.gif);
	background-position: 4px 4px;
	background-repeat: no-repeat;
}

div#content div#page-header div#share-tools div#share-tools-menu a#share-twitter {
	background-image: url(/images/common/share-twitter.gif);
	background-position: 4px 4px;
	background-repeat: no-repeat;
}

div#content div#page-header div#share-tools div#share-tools-menu a:hover {
	background-color: #FFF;
	color: #333;
}

div#content h3 {
	font-size: 20px;
	margin: 10px 0;
	color: #666;
	font-weight: normal;
}

div#content div.columns {
	width: 100%;
	overflow: hidden;
}

div#content div.columns div.column-left {
	width: 55%;
	padding-left: 20px;
	float: left;
}

div#content div.columns div.column-right {
	width: 318px;
	padding: 20px 20px 20px 0;
	float: right;
}

div#content div.columns div.column-single {
	padding: 20px;
}

div#content div.related {
	padding: 19px 15px 10px;
	background: #999;
	color: #F2F2F2;
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 20px;
}

div#content div.related h4 {
	margin: 0;
	padding: 0 5px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 19px;
	line-height: 21px;
}

div#content div.related p {
	padding: 0 5px;
	margin: 15px 0;
	font-size: 14px;
	line-height: 18px;
}

div#content div.related span.details {
	display: block;
	font-size: 12px;
	line-height: 15px;
	padding-bottom: 2px;
	color: #F2F2F2;
}

div#content div.related a {
	color: #FFF;
	font-weight: bold;
}

div#content div.related a:hover {
	text-shadow: 0 0 4px rgba(255,255,255,.5);
}

div#content div.related ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}

div#content div.related ul li {
	display: block;
	list-style: none;
	padding: 10px 15px 10px 5px;
	margin: 0;
	border-top: 1px solid #B8B8B8;
}

div#content div.related ul li:first-child {
	border-top: 0;
}

div#content div#page {
	padding-bottom: 40px;
}

div#content div#page ul {
	margin-left: 0;
	padding: 0;
	list-style: none;
}

div#content div#page ul li {
	padding-left: 25px;
	padding-bottom: 5px;
	background: url(../images/common/bullet.gif) 10px 7px no-repeat;
}

div#content div#page div.column-right p.caption {
	font-size: 12px;
	margin-top: -17px;
}

div#content div#page div.column-right img {
	display: block;
	padding: 8px;
	border: 1px solid #E8E8E8;
	box-shadow: 0 0 2px #DBDBDB;
	-moz-box-shadow: 0 0 2px #DBDBDB;
	-webkit-box-shadow: 0 0 2px #DBDBDB;
	background: #FFF;
}

div#content div#page div.column-right p:first-child {
	margin-top: 0;
}

div#content ul.link-list {
	list-style: none;
	padding: 0;
	margin: 20px 0;
}

div#content ul.link-list li {
	padding: 0 0 5px;
	margin: 0;
}

div#content .sidebar {
	padding-bottom: 20px;
}

div#content .sidebar h3 {
	margin-bottom: -6px;
}


@media screen and (max-width: 500px) {	

	div#content {
		background: #FFF;
		min-height: 0;
	}
	
	div#content div#content-pad {
		position: relative;
		width: auto;
		min-height: 0;
		margin: 0;
		border: 0;
	}

	div#content div#page-header {
		padding: 15px 0 0;
	}
	
	div#content div#page-header h2 {
		font-size: 20px;
	}
	
	div#content div#page-header div#share-tools a#share-trigger {
		display: block;
		width: 21px;
		height: 1px;
		padding: 19px 0 0;
		overflow: hidden;
		background: #CCC url(/images/common/share-arrow.gif) 4px 6px no-repeat;
	}
	
	div#content div#page-header div#share-tools div#share-tools-menu {
		margin-left: -68px;
	}
	
	div#content div.columns div.column-left {
		float: none;
		width: auto;
		padding: 0;
	}
	
	div#content div.columns div.column-right {
		float: none;
		width: auto;
		padding: 20px 0 20px;
	}
	
	div#content div.columns div.column-single {
		width: auto;
		padding: 20px 0;
	}
	
	div#content div.related {
		padding: 10px 5px 5px;
		font-size: 14px;
		line-height: 17px;
		margin-bottom: 15px;
	}
	
	div#content div.related h4 {
		font-size: 16px;
		line-height: 19px;
	}
	
	div#content div.related p {
		font-size: 13px;
		line-height: 16px;
	}
	
	div#content div.related ul li span.details {
		font-size: 11px;
		line-height: 13px;
	}
		
	div#content div.related ul li a:hover {
		text-shadow: none;
	}
	


}

@media screen and (max-width: 1080px) {	

	div#content {
		background: #FFF;
	}
	
	div#content div#content-pad {
		position: relative;
		border: 0;
	}
	
}

/* -- Footer -- */

div#footer {
	display: block;
	position: relative;
	padding: 30px 0;
	background: url(/images/common/footer-bg.png) repeat-x;
}

div#footer div#footer-nav {
	display: block;
	padding-bottom: 15px;
}

div#footer div#footer-nav a {
	display: inline-block;
	padding: 0 26px 0 7px;
	color: #787878;
	text-shadow: 1px 1px 0 #FFF;
	font-size: 15px;
	background: url(/images/common/footer-break.gif) right 2px no-repeat;
}

div#footer div#footer-nav a.last {
	background: none;
}

div#footer div#footer-nav a:hover {
	color: #333;
}

div#footer div#footer-contact {
	padding-bottom: 15px;
	color: #999;
	text-shadow: 1px 1px 0 #FFF;
	font-size: 14px;
}

div#footer div#footer-contact span {
	display: inline-block;
	padding: 0 8px;
}

div#footer div#footer-contact a {
	color: #999;
}

div#footer div#footer-contact a:hover {
	color: #666;
}

div#footer div#footer-social a {
	display: inline-block;
	width: 26px;
	height: 1px;
	padding-top: 25px;
	overflow: hidden;
	background: url(/images/common/footer-social.gif) no-repeat;
}

div#footer div#footer-social a#footer-social-1 {
	background-position: 0 0;
}

div#footer div#footer-social a#footer-social-1:hover {
	background-position: 0 -30px;
}

div#footer div#footer-social a#footer-social-2 {
	background-position: -30px 0;
}

div#footer div#footer-social a#footer-social-2:hover {
	background-position: -30px -30px;
}

div#footer div#footer-social a#footer-social-3 {
	background-position: -60px 0;
}

div#footer div#footer-social a#footer-social-3:hover {
	background-position: -60px -30px;
}

div#footer div#footer-social a#footer-social-4 {
	background-position: -90px 0;
}

div#footer div#footer-social a#footer-social-4:hover {
	background-position: -90px -30px;
}

div#footer div#footer-social a#footer-social-5 {
	background-position: -120px 0;
}

div#footer div#footer-social a#footer-social-5:hover {
	background-position: -120px -30px;
}


@media screen and (max-width: 500px) {	

	div#footer {
		padding: 0 0 30px;
	}
		
	div#footer div#footer-nav a {
		display: block;
		padding: 14px;
		background: none;
		text-align: left;
		border-bottom: 1px solid #CCC;
	}

}

/* -- Print -- */

@media print {
	
	html,
	body {
		width: auto;
		height: auto;
		padding: auto;
		margin: auto;
		background: #FFF;
		text-align: left;
	}
	
	a {
		color: #000;
		text-decoration: underline;
	}

	div#header {
		width: auto;
		height: auto;
		margin: none;
	}
	
	div#header h1 {
		float: none;
		margin: 0 0 20px;
		padding: 0;
	}
	
	div#header ul#navigation {
		display: none;
	}
	
	div#content,
	div#layout {
		width: auto;
		margin: 0;
	}
	
	div#footer {
		display: none;
	}
	
}