
/*   
Theme Name: Pacific Standard Time
Theme URI: http://gettycenter.redcardstudios.com/pst
Description: Theme developed for the Getty Pacific Standard Time project
Author: Red Card Studios
Author URI: http://www.redcardstudios.com
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous 
@import url('../thematic/library/styles/default.css');*/

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


/*******

NOTE: IE7 & 8 get their CSS3 styling from PIE.htc. See <head> for classes and behavior: url(/path/to/PIE)
Loaded in via functions.php

*******/

/* =Global Elements
-------------------------------------------------------------- */

body, input, textarea {
    font:1em "ArialNarrowRegular",Arial,sans-serif;
    line-height:22px;
}
p, ul, ol, dd, pre {
    margin-bottom:22px;
}
dl {
	margin: 0;
}

pre, code {
	font:14px Monaco, monospace;
	line-height:22px;
}
blockquote {
    color:#666;
    font-style:italic;
}
table {
    border:1px solid #ccc;
    border-width:1px 1px 0 1px;
    font-size:13px;
    line-height:18px;
    margin:0 0 22px 0;
    text-align:left;
}
caption {
    text-align:left;
}
tr {
    border-bottom:1px solid #ccc;
}
th, td {
    padding: .7em 1.25em;
}
hr {
    background-color:#ccc;
    border:0;
    color:#ccc;
    height:1px;
    margin-bottom:22px;
}
a:link {
    color:#900;
}
a:visited {
    color:#900;
}
a:active,
a:hover {
    color: #900;
    text-decoration: underline;
}

.all-rounded-corners {
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;	
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #fff;
	background: #fff;
	position: relative;
}

a.learnmore:link {
	background: url("images/gr-red-arrow.png") no-repeat scroll 0 6px #fff;
	color: #900;
	padding-left: 20px;
	text-decoration: none;
}

/* only map h4 has top rounded corners? */
.top-rounded-corners h4 {
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-khtml-border-top-left-radius: 20px;
	-khtml-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-radius: 20px 20px 0px 0px;
	position: relative;
}

.right-rounded-corners {
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-khtml-border-top-right-radius: 20px;
	-khtml-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-radius: 0px 20px 20px 0px;
	position: relative;
}

@font-face {
    font-family: 'ArialNarrowRegular';
    src: url('fonts/fonts/arial_narrow-webfont.eot');
    src: url('fonts/arial_narrow-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/arial_narrow-webfont.woff') format('woff'),
         url('fonts/arial_narrow-webfont.ttf') format('truetype'),
         url('fonts/arial_narrow-webfont.svg#ArialNarrowRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ArialNarrowBold';
    src: url('fonts/arial_narrow_bold-webfont.eot');
    src: url('fonts/arial_narrow_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/arial_narrow_bold-webfont.woff') format('woff'),
         url('fonts/arial_narrow_bold-webfont.ttf') format('truetype'),
         url('fonts/arial_narrow_bold-webfont.svg#ArialNarrowBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ArialNarrowItalic';
    src: url('fonts/arial_narrow_italic-webfont.eot');
    src: url('fonts/arial_narrow_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/arial_narrow_italic-webfont.woff') format('woff'),
         url('fonts/arial_narrow_italic-webfont.ttf') format('truetype'),
         url('fonts/arial_narrow_italic-webfont.svg#ArialNarrowItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}



/* =General Backgrounds and global layouts
-------------------------------------------------------------- */
body {
	padding: 0px;
  	margin: 0px;
  	background: #000 url(images/bg-body-2.png) no-repeat 0px 1054px;
  	/*-webkit-background-size: 970px 1024px;*/ 
}
#wrapper {
	margin: 0px 0px 0px 0px;
	background: transparent url(images/bg-body-1.png) no-repeat 0px 30px;
	width: 1057px;
}
.mobile-safari #wrapper,
.mobile-android #wrapper {
	width: 1077px;
}
#wrapper2 {
	padding-left: 87px;
	background: transparent url(images/bg-body-3.png) no-repeat 0px 2078px;
}
.mobile-safari #wrapper2,
.mobile-android #wrapper2 {
	padding-right: 20px;
}
#header {
	height: 139px;
	background: transparent url(images/bg-banner-short.png) no-repeat right top;
}
#branding {
	position: absolute;
	bottom: 1px;
}
#access {
	
}
.menu {
	position: relative;
	top: 15px;
	left: 20px;
}
#main {
	margin: 0;
	padding: 0;
	overflow:visible;
}
.mobile-safari #main {
	margin-top: -1px;
}

#sharethis {
	height: 27px;
	background: transparent url(images/bg-main.png) repeat-y left;
	padding: 0px;
}
#container {
	float: none;
	width: auto;
	background: transparent url(images/bg-main.png) repeat-y left;
	width: 970px;
	overflow:visible;
}
#content {
	float: none;
	width:960px;
	margin: 0px;
	overflow: visible;
}


#footer {
	width: 960px;
    background: transparent url(images/bg-footer.png) no-repeat left bottom;
}

.aside {
	margin-left: 20px;
}

/* =Above Header
-------------------------------------------------------------- */
#above-header {
	height: 30px;
	width: 970px;
	background: #000 url(images/icon-getty-wh.gif) 0px 1px no-repeat;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	top: 0px;
	z-index: 100;
}
#above-header ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	color: #fff;
}
#above-header a:link,
#above-header a:visited {
	color: #fff;
	text-decoration: none;
}
#above-header a:active,
#above-header a:hover {
	color: #fff;
	text-decoration: underline;
}

.menu-ecvs {
	border-left: 3px double #fff;
	height: 15px;
    padding-left: 34px;
    margin-left: 34px;
    float: left;
    margin-top: 8px;
}

.menu-programs {
	float: left;
    height: 15px;
    margin-top: 8px;
    padding-left: 48px;
    position: relative;
    top: 0;
}

.menu-ecvs ul,
.menu-programs ul {
	height: 15px;
    list-style-type: none;
    margin-left: 0;
    padding-bottom: 5px;
    padding-top: 0px;
}

.menu-ecvs li,
.menu-programs li {
    display: inline;
    float: left;
    font-weight: normal;
    height: 23px;
    margin-left: -3px;
    margin-right: -3px;
    margin-top: -5px;
    padding: 0px 8px 0;
    z-index: 2;
}

.pipe {
    color: #A4A4A4;
    display: inline;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 0;
}

/* =Header
-------------------------------------------------------------- */

#header {
    z-index:2;
  position: relative;
}
#branding a img {
	vertical-align: bottom;
}

/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
#access {
    font-size:13px;
    overflow:visible;
    z-index:100;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** PST SKIN ***/
.sf-menu {
	float:left;
}
.ie6 .sf-menu {
	margin-bottom: -1px;
}
.sf-menu a {
	padding:3px 20px;
	text-decoration:none;
	font-family: Georgia, serif;
	font-size: 20px;
	font-weight: bold;
}
.windows .sf-menu a {
	padding:3px 20px 3px;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#000;
}

.sf-menu li {
	background:		transparent url(images/gr-dot.png) no-repeat left center;
	padding-left: 8px;
}
.sf-menu li:first-child {
	background: transparent;
	padding-left: 0px;
}
.sf-menu li li {
	background:		transparent;
}
.sf-menu li li li {
	background:		transparent;
}

.sf-menu .current_page_item a:link,
.sf-menu .current_page_item a:visited,
.sf-menu li.current-page-ancestor a:link,
.sf-menu li.current-page-ancestor a:visited,
.sf-menu a:focus, 
.sf-menu a:hover, 
.sf-menu a:active {
    background:     #000;
	outline:		0;
   	color: #fff;
   	-moz-box-shadow: 10px 10px 4px #977731;
	-webkit-box-shadow: 10px 10px 4px #977731;
	box-shadow: 10px 10px 4px #977731;
	zoom: 1;
	position: relative;
}
.sf-menu ul {
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}


/* =Content
-------------------------------------------------------------- */
#sharethis .st_sharethis {
	float: right;
	background: #fff;
	border: 1px solid #bfbfbf;
	padding: 1px 3px;
	-moz-box-shadow: 2px 2px 4px #666;
	-webkit-box-shadow: 2px 2px 4px #666;
	box-shadow: 2px 2px 4px #666;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px;
	position: relative;
}
#sharethis a {
	color: #3366CC;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 140%;
	text-decoration: none;
}
#main {
    clear:both;
}
.page-title {
    font-size:13px;
    line-height:18px;
    padding:0 0 44px 0;
}
.attachment .page-title {
    font-style:italic;
}
.page-title a {
    color:#666;
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #FF4B33;
}
.page-title span {
    font-style:italic;
}
.page-title .meta-nav {
    font-style:normal;
}
.hentry {
    padding:0 0 15px 0;
    width: 100%;
    overflow: hidden;
}
.hentry .hentry {
	padding: 0;
}
.home #content .sticky {
    border:1px solid #ccc;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;
}
.entry-title, h2.entry-title {
    font-family:Arial,sans-serif;
    font-size:1.5em;
    font-weight:normal;
    line-height:auto;
    padding:0 0 0px 10px;
    color: #666;
		margin: 0 !important;
}

.entry-title a {
    color:#000;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #FF4B33;
}
.entry-meta {
    color:#666;
    font-size:13px;
    font-style:italic;
    line-height:18px;
}
.entry-meta .author {
}
.entry-meta .n {
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-meta a {
    color:#666;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #FF4B33;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-content {
    padding:0 15px;
    font-family: Verdana, sans-serif;
    min-height: 550px;
    float: none;
    clear: none;
    width: 930px;
}

.entry-content p,
.entry-content ul,
.entry-content dl {
	font-size: 80%;
}

.contentBox dt {font-weight: normal;}
.entry-content .contentBox dd {
	margin-left: 20px;
	font-weight: bold;
}
.entry-content .contentBox {
	padding: 0px;
	margin-bottom: 30px;
}
.entry-content h4 {
	font-size: 1.2em;
	font-weight: normal;
	font-family: Verdana, sans-serif;
	color: #333;
	clear: left;
	padding: 0px 0px 25px;
	margin: 0;
}
.entry-content>h4:first-child {
	margin-top: 20px;
}
.entry-content h5 {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 80%;
	color: #000;
	clear: none;
}
.entry-content h5 a {
	text-decoration: none;
}
.entry-content h6 {
	font-size: .9em;
	font-weight: bold;
	color: #000;
	font-style: italic;
	font-family: Verdana, sans-serif;
	clear: none;
}

.entry-content h4 a,
.entry-content h5 a,
.entry-content h6 a,
.entry-content h4 a:hover,
.entry-content h5 a:hover,
.entry-content h6 a:hover {
	color: inherit;
	text-decoration: none;
}

.entry-content table {
    margin-left:1px;
}
.entry-content embed {
    margin:0 0 22px 0;
}
.entry-utility {
	clear:both;
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0 0 44px 0;
}
.entry-utility a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #FF4B33;
}
.edit-link {
	clear:both;
	display:block;
}
.page-link {
    font-size:13px;
    font-weight:bold;
    line-height:18px;
    margin:0 0 22px 0;
    padding:22px 0 0 0;
    word-spacing:0.5em;
}
.page-link a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
    color: #FF4B33;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}
.gallery {
	display: block;
	overflow: hidden;
	margin: 0 auto;
    padding:0 0 22px 0;
	}
.gallery-icon {
	border: 0;
}
.gallery .gallery-row {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0;
	}
.gallery .gallery-item {
	overflow: hidden;
	float: left;
	margin: 0;
	text-align: center;
	list-style: none;
	padding: 0;
	}
.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
	max-width: 89%;
	height: auto;
	padding: 1%;
	margin: 0 auto;
	border: none !important;
	}
.gallery-caption {
	margin-left: 0;
	display: none;
	}
.entry-content p.wp-caption-text,
#explore-thumbnail p.wp-caption-text,
.entry-content .gallery-caption,
.entry-content .wp-caption-dd,
li.wp-caption p.wp-caption-title {
    color:#000;
    font-size:11px;
    line-height:14px;
    width: auto;
    max-width: auto;
    text-align: left;
}
#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}
.entry-content .img-credits {
	font-size: 60%;
	margin: 25px 0px 0px;
	float: none !important;
	padding-bottom: 15px;
	clear: both;
}
.entry-content .img-credits p {margin-bottom: 0;}

body.windows .entry-content .img-credits {
	font-size: 80%;
}


.entry-content .img-credits p {
	margin-bottom: 5px;
	line-height: 11px;
}
.wp-caption,
.wp-caption img {
	border: 0px;
}

dl.wp-caption {
	margin: 0;
	width: auto !important;
}

li.wp-caption a {
	display: block;
	text-decoration: none;
}

li.wp-caption a img.wp-post-image {
	width: auto;
	height: auto;
	margin: 0 auto;
	border: 0;
	padding: 0;
	float: none;
}

li.wp-caption p.wp-caption-title,
li.wp-caption p.wp-caption-text {
	text-align: left;
	padding: 0;
	margin: 0 auto;
}

li.wp-caption p.wp-caption-title {
	text-align: center;
}

span.adjust {
	position: absolute;
	bottom: -10px;
	right: 0;
	z-index: 10;
	background: #fff;
	font-size: 10px;
	color: #900;
	text-decoration: none;
	padding: 0px 3px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	line-height: 10px;
	cursor: pointer;
}

.more-block {
	background-color: #fff;
	overflow: hidden;
	z-index:1;
	position: static;
	border:0;
	top:0px;
	left:0px;
	padding:0px;
	width: auto;
	-moz-box-shadow: 0px 0px 0px #666;
	-webkit-box-shadow: 0px 0px 0px #666;
	box-shadow: 0px 0px 0px #666;
	zoom: 1;
}

.explore-active {
	background-color: #fff;
	height:auto;
	overflow:visible;
	z-index:100;
	position:absolute;
	border:1px solid #ccc;
	padding:9px 9px 18px;
	-moz-box-shadow: 0px 0px 10px #666;
	-webkit-box-shadow: 0px 0px 10px #666;
	box-shadow: 0px 0px 10px #666;
	zoom: 1;
	font-family: Verdana, sans-serif;
}

.mobile-safari .explore-active {
	height: auto !important;
}
.explore-active .wp-caption-title a:link,
.explore-active .wp-caption-title a:visited {
	text-decoration: none;
	color: #000;
}
.explore-active span.adjust {
	z-index: 110;
	bottom: 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 2px 3px;
	border-right: 0;
	border-bottom: 0;
}
.explore-active p.wp-caption-text,
.explore-active p.wp-caption-title {
	font-size: 12px;
	margin: 0 auto;
	line-height: 16px;
}
.explore-active p.wp-caption-title {
	margin: 3px auto;
}
.explore-active .wp-caption-a {
	width: auto;
	height: auto;
}
.explore-active a img.wp-post-image {
	margin: 10px auto 10px !important;
}

.playIcon {
    opacity: 0.7;
    position: absolute;
}

/*********** slider **************/
#slider1, #slider2, #slider3 {
	width: 840px;
	overflow-x: hidden;
	position: relative;
	margin: 0 auto;
}

.ie7 #slider1,
.ie7 #slider2,
.ie7 #slider3,
.ie8 #slider1,
.ie8 #slider2,
.ie8 #slider3 {
	height: 280px;
}

.slider4 {
	width: 208px;
	overflow-x: hidden;
	position: relative;
	margin: 0 auto;
}
.ie7 .slider4 {
	left: -10px;
}
ul.image-viewer {
	list-style: none;
	padding: 0;
	width: auto;
	float: left;
	position: relative;
	margin: 0;
}
.viewer-controls { 
	position: absolute;
	top: 40px;
	left: 0px; 
	margin: 0; 
	padding: 0; 
	background: transparent url(images/bg-controls.png) no-repeat left top;
	height: 195px;
	width: 930px;
}

.viewer-control {
	position: absolute;
	color: #B01F2C;
	width: 23px;
	height: 195px;
	line-height: 195px;
	top: 0px;
	cursor: pointer;
}

.viewer-next {
	right: 0px;
	background: transparent url(images/bg-controls.png) no-repeat right bottom;
}

.viewer-prev {
	left: 0px;
	background: transparent url(images/bg-controls.png) no-repeat left bottom;
}


/* =Attachments
-------------------------------------------------------------- */

.attachment-jpeg #container,
.attachment-png #container {
    width:100%;
}
.attachment-jpeg #content,
.attachment-png #content {
    width:930px;
}
.attachment-jpeg #comments,
.attachment-png #comments {
    width:540px;
    overflow:hidden;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
    display:none;    
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0px 0 22px 0;
    overflow:hidden;
}
.navigation a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.navigation a:active,
.navigation a:hover {
    color: #FF4B33;
}
.navigation .meta-nav {
    font-style:normal;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
    padding:0 0 44px 0;
}


/* =Comments
-------------------------------------------------------------- */

#comments {
	clear:both;
    padding:22px 0 0 0;
}
#comments,
#comments input,
#comments textarea {
    font-size:13px;
    line-height:18px;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    font-family:Arial,sans-serif;
    font-size:15px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 18px 0;
}
#comments-list {
    padding:0 0 18px 0;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    border:1px solid #ccc;
    border-bottom:none;
    margin:0 0 18px 0;
}
#comments-list li {
    background:#fafafa;
    border-bottom:1px solid #ccc;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}
#comments-list li.alt {
    background:#fff;
}
#comments-list li.bypostauthor {
    background:#FFFFCC;
}
#comments-list ul li {
    border:1px solid #ccc;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #FF4B33;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #FF4B33;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #FF4B33;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-10000px;
}
#respond {
    background:#fff;
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#FF4B33;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
}
#form-allowed-tags p {
    color:#666;
    font-size:11px;
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
#form-allowed-tags code {
    font-size:11px;
    line-height:normal;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}


/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside,
.aside input {
    font-size:13px;
    line-height:18px;
    margin-bottom:6px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
   margin-bottom: 0px;
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside .current_page_item a {
    color: #FF4B33;
}
.aside .current_page_item .page_item a {
    color:#666;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #FF4B33;
}

.aside .xoxo li {
	width: 259px;
}
.aside {
    color:#666;
}
.aside a {
    color:#666;
}
.aside a:active,
.aside a:hover {
    color: #FF4B33;
}
.aside h3 {
    font-size:15px;
    font-style:italic;
    line-height:22px;
}
.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:0;
}
.aside ul ul {
    list-style:disc;
    margin:0 0 22px 20px;
}
.aside ul ul li {
    padding:1px 0;
    width: auto;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:22px;
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #ccc;
}
.aside tbody {
    border:1px solid #ccc;
}
.aside th, .aside td {
    border-right:1px solid #ccc;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
.aside #searchsubmit {
	display: none;	
}
/*
    Main Asides
*/

.main-aside,
.exhibit-aside {
	float: right;
    width: 265px;
    position: relative;
    right: -25px;
    background: transparent url(images/bg-aside-top.png) no-repeat right top;
    margin:0 0px 22px 40px;
    padding-top:21px;
    clear: right;
}

.main-aside .aside-inner,
.exhibit-aside .aside-inner {
	padding-bottom: 38px;
	background: transparent url(images/bg-aside-bottom.png) no-repeat right bottom;
}

.main-aside .xoxo,
.exhibit-aside .xoxo {
	background: #ccc;
	padding: 7px 0;
}

.main-aside .xoxo li,
.exhibit-aside .xoxo li {
	background-color: #fff;
	margin:15px auto 0;
}
.main-aside .xoxo li:first-child,
.exhibit-aside .xoxo li:first-child {
	margin-top: 0px;
}

.main-aside .wp-caption {
	margin: 0px;
}
.main-aside ul {
    padding:0;
}
.main-aside h3 {
}
.main-aside ul ul {
    padding:0;
}
#primary {
    border:1px solid #ccc;
    padding:18px 0 0 0;
    margin-bottom:22px;
}

.main-aside a:hover {
	text-decoration: none;
	color: inherit;
}

/* Exhibit Asides 
.exhibit-aside {
	float: right;
    width: 265px;
    position: relative;
    right: -29px;
    background: transparent;
    margin:0 0px 22px 40px;
    padding-top:21px;
}

.exhibit-aside .aside-inner {
	padding-bottom: 38px;
	background: transparent;
}

.exhibit-aside .xoxo {
	padding: 7px 0;
}

.exhibit-aside .xoxo li {
	background-color: #fff;
	margin:15px 0px 0;
	border: 1px solid #ccc;
	-moz-box-shadow: 8px 3px 6px #000;
	-webkit-box-shadow: 8px 3px 6px #000;
	box-shadow: 8px 3px 6px #000;
	float: right;
}
.exhibit-aside .xoxo li:first-child {
	margin-top: 0px;
}

.exhibit-aside .wp-caption {
	margin: 0px;
}
.exhibit-aside ul {
    padding:0;
}
.exhibit-aside h3 {
}
.exhibit-aside ul ul {
    padding:0;
}
*/

/* =Promos, Widgets, Etc.
-------------------------------------------------------------- */
/* rounded corners are defined near the top */
/* generic jagged edget style, however...*/

.aside .xoxo li.jagged-corners {
	background: transparent url(images/bg-inforoom-top.png) no-repeat left top;	
	padding-top: 26px;
	font-family: Arial, sans-serif;
	color: #000;
	font-size: 12px;
	overflow: hidden;
}

.aside .xoxo li.jagged-corners div {
	background: transparent url(images/bg-inforoom-bot.png) no-repeat left bottom;
	padding-top: 10px;
	padding-bottom: 46px;
	overflow: hidden;
}

.aside .xoxo li.jagged-corners h4 {
	text-transform: uppercase;
	text-align: center;
	display: block;
	font-weight: bold;
	font-family: "ArialNarrowRegular",Arial,sans-serif;
	padding: 0px 10px 10px;
	font-size: 18px;
}
.aside .xoxo li.jagged-corners p {
	padding: 0px 10px 10px 20px;
}

.aside .xoxo li.jagged-corners a.learnmore:link {
	display: block;
	background: transparent;

}

/* red jagged */
.aside .xoxo li.red-jagged {
	background: transparent url(images/bg-inforoom-top-RED.png) no-repeat left top;
	padding-top: 26px;
	font-family: Arial, sans-serif;
	color: #fff;
	font-size: 140%;
	overflow: hidden;
}

.aside .xoxo li.red-jagged div {
	background: transparent url(images/bg-inforoom-bot-RED.png) no-repeat left bottom;
	padding-top: 10px;
	padding-bottom: 46px;
	overflow: hidden;
}
.aside .xoxo li.red-jagged h4 {
	text-transform: uppercase;
	text-align: center;
	font-size: 120%;
	display: block;
	font-weight: bold;
	font-family: "ArialNarrowRegular",Arial,sans-serif;
	padding: 0px 10px 10px;
	color: #fff;
}
.aside .xoxo li.red-jagged p {
	margin: 0 auto;
	width: 190px;
}

.aside .xoxo li.red-jagged a.learnmore {
	display: block;
	color:#f3c556;
	background: transparent;
	padding: 0;
}

.aside .xoxo li.red-jagged img {
	margin: 0 auto;
	padding: 0;
}


/*Pacific Standard Time City Wide Initiative*/
#attachment_106,
#promo_pst {
	margin: inherit auto;
}
#attachment_106 dd,
#attachment_106 p.wp-caption-text,
#promo_pst p.wp-caption-text {
	text-transform: uppercase;
	color: #900;
	font-family:'ArialNarrowRegular', arial, sans-serif;
	font-size: 100%;
	text-align: center;
}
#attachment_106 p.wp-caption-text {
	font-size: 140%;
}
#promo_pst p.wp-caption-text { 
	font-size: 120%; 
	display: block;
	padding: 0px 0px 20px;;
}

#promo_pst a {
	text-decoration: none;
	display: block;
	padding: 15px 0;
	text-align: center;
}

#promo_pst a img {
	border: 0;
	text-decoration: none;
}



/*Getty Guide*/
#promo_getty-guide {
	padding: 15px 0px;
	min-height: 190px;
}
#promo_getty-guide img.alignleft {
	margin-right:5px;
	margin-left: 5px;
}
#promo_getty-guide img.aligncenter {
	margin-bottom: 0px;
}
#promo_getty-guide p {
	font-size: 13px;
	font-family: Arial, sans-serif;
	line-height: 13px;
	padding-bottom: 10px;
	color: #000;
	margin-right: 5px;
}

/*performance art and public art festival*/
#promo_artfest {
	color: #900;
}
#promo_artfest a {
	text-align:center;
	text-decoration: none;
	display: block;
	color: #900;
}
#promo_artfest img {
	text-decoration: none;
	border: 0;
	margin: 0 auto;
}


/* Visit the Information Room*/



/*Visit the Getty*/
#promo_visit {
	background: #fff url(images/gr-promo-visit-getty.jpg) no-repeat left top;
	height: 158px;
}
#promo_visit strong {
	display: block;
	font-size: 120%;
	padding:10px 0px 10px 130px;
	color: #000;
}
#promo_visit a {
	background: url("images/gr-red-arrow.png") no-repeat scroll 0 6px #fff;
	color: #000;
	display: block;
	padding-left: 20px;
	text-decoration: none;
	font-size: 10px;
}
.aside .xoxo li#promo_visit ul {
	list-style: none;
	padding-left: 125px;
	margin: 0;
}
.aside .xoxo li#promo_visit li {
	background: transparent;
	margin: 0;
	width: auto;
}

/*Get the Book*/
.aside .xoxo li#promo_pst_book h4 {
	text-transform:capitalize;
}
/* =Footer
-------------------------------------------------------------- */

#footer {
	padding: 0 0px 160px;
}
.mobile-safari #footer {
	position: relative;
	top: -3px;
}
#siteinfo {
    color:#666;
    font-size:11px;
    line-height:18px;
    padding:20px 15px 10px;
    background: #fff;
    margin: 0px;
    width: auto;
    font-family: "Lucida Grande", "Lucida Sans", "Myriad Pro", Tahoma, sans-serif;
}
#siteinfo a {
    color:#666;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #FF4B33;
}
#siteinfo dl {
	overflow: hidden;
	border-bottom: 1px solid #DFDEDE;
	color: #000;
	margin-bottom: 20px;
	border-top: 1px solid #dfdede;
	padding-top: 20px;
}
#siteinfo dl dt{
	width: 327px;
	float: left;
	clear: left;
	text-align: right;
	padding-right: 15px;
	font-weight: normal;
}

#siteinfo dl dd {
	margin-left: 342px;
	padding-left: 15px;
	line-height: 15px;
}
#siteinfo dl dd p {
	margin-bottom: 12px;
}
dd.footer-pst {
	font-size: 11pt;
	width: 300px;
	position: relative;
	top: 5px;
	border-left: 1px solid #464749;
}

dt.footer-sponsors,
dt.footer-additional,
dt.footer-support {
	font-size: 8pt;
	line-height: 9pt;
	padding-top: 3px;
}

dt.footer-sponsors {
	border-right: 1px solid #464749;
	padding-top: 15px;
	position: relative;
	top: 10px;
}

dd.footer-additional,
dd.footer-support {
	font-size: 9pt;
	border-left: 1px solid #464749;
}

.footer-bugcptc ul {
    height: 17px;
    list-style-type: none;
    padding-bottom: 5px;
    padding-top: 10px;
}
.footer-bugcptc li {
    background-color: inherit;
    color: #252525;
    display: inline;
    float: left;
    font-family: verdana,arial,sans-serif;
    font-size: 11px;
    height: 17px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 8px;
}
.footer-pipe {
    color: #A4A4A4;
    display: inline;
    float: left;
    margin-left: -2px;
    margin-right: -2px;
    padding-left: 0;
}
.bugcopptc {
    background: url("http://www.getty.edu/global/graphics/footer/footer_logo.gif") no-repeat scroll 0 10px transparent;
    clear: both;
    color: #646464;
    font-family: verdana,arial,sans-serif;
    font-size: 10px;
    height: 35px;
    margin-left: 15px;
    padding-left: 30px;
    padding-top: 7px;
    position: relative;
}

.footer-bugcptc-first-li {
    border-bottom: medium none;
    text-decoration: none;
}

.footer-bugcptc ul li a:link, 
.footer-bugcptc ul li a:visited, 
.footer-bugcptc ul li a:hover, 
.footer-bugcptc ul li a:active {
    border-bottom: medium none;
    color: #404040;
    font-size: inherit;
    text-decoration: none;
}

/* =PageNavi
-------------------------------------------------------------- */

/* Using !important to override PageNavi CSS */

.wp-pagenavi {
    margin:0 0 0 -.5em;
    padding:0.5em 0;    
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span {
    border:1px solid #ccc !important;
    color:#666!important;
    font-style:normal;
    margin:0 .375em !important;
    padding:0.5em 0.25em !important;
}
.wp-pagenavi a:visited {
    border:1px solid #ccc !important;
    color:#666 !important;
}
.wp-pagenavi a:hover {
    border:1px solid #ccc !important;
    color:#FF4B33 !important;
}
.wp-pagenavi a:active {
    border:1px solid #ccc !important;
    color:#FF4B33 !important;
}
.wp-pagenavi span.pages {
    border:none !important;
    color:#666 !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.current {
    border:none !important;
    color:#666 !important;
    font-weight:normal !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.extend {
    background-color:#FFFFFF;
    border:1px solid #000000;
    color:#000000;
    margin:2px;
    padding:2px 4px;
}


/* DIGIMARC OVERWRITE */
img[id*="DIGIMARC"] {
	border: 1px solid red;
	left: 0px;
	bottom: 60px;
}

/* HIDE BLOG AND TWITTER FOR NOW */
body.home #row3 { display: none; }

#siteinfo, #about-relproj, #about-contacts, .st_sharethis {display: none !important; }