
/* 3.15 Press
------------------------------------------------------------------------------*/
.press .main {
	width: 460px;
}
.press #sidebar {
	margin: 0;
	padding: 0 30px 20px 20px;
	width: 213px;
	float: right;
	background-color: #e8e5e1;
	font-family: Geneva;
	font-size: 12px;
	line-height: 18px;
}

.press #sidebar h3 {
	font-size: 14px;
	line-height: 19px;
	padding: 0;
	margin: 0px;
	text-transform: uppercase;
}

/*.press #sidebar .media-inquiries h3.thin{
	width: 100px;
}*/

.press #sidebar .media-inquiries {
	padding-top: 28px;
	padding-bottom: 23px;
	border-bottom: 1px solid #c4c3c3;
	clear: both;
}

.press #sidebar .press-releases {
	padding-top: 28px;
	clear: both;
}

.press #sidebar .press-releases p {
	padding-bottom: 17px;
}

.orange,
.press .main ul a:hover {
	color: #e85d00;
}

.press .press-releases a {
	color: #666;
}

.press .press-releases a:hover {
	color: #e85d00;
}

/* SIDEBAR ARCHVIVE */
.press #sidebar .sidebar_archive {
	width: 214px;
	float: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: transparent;
}

.press #sidebar .sidebar_archive a {
    color:#1A1A1A !important;
}

.press #sidebar .sidebar_archive h3 {
	font-weight: bold;
	line-height: 18px;
	color: #3B5998;
	margin:32px 0px 20px 0px;
}

.press #sidebar .sidebar_archive h4 a {
    font-weight:bold;
	display: inline-block;
	width: 170px;
	background: transparent url(../images/common/bg-arrow-top.png) no-repeat;
	background-position: right 6px;
    padding-left:10px;
}

.press #sidebar .sidebar_archive ul,
.press #sidebar .sidebar_archive a,
.press #sidebar .sidebar_archive h4 {
    color: #1a1a1a;
    font-size: 11px;
}

.press #sidebar .sidebar_archive ul {
    padding-left: 8px;
    padding-top: 9px;
    font-size: 11px;
    background-color: #fffdfd;
    border: 1px solid #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.press #sidebar .sidebar_archive li:first-child {
    padding-top: 5px;
    border-top: 0;
}

.press #sidebar .sidebar_archive li {
    border-top: 1px solid #ccc;
    padding-bottom: 0;
    padding-top: 8px;
    line-height: 18px;
    min-height:25px;
}

.press #sidebar .sidebar_archive li.expanded {
    margin-bottom: 0;
}
.press #sidebar .sidebar_archive li.expanded h4 {
    border-bottom: 1px dotted #ccc;
    height:25px;
}

.press #sidebar .sidebar_archive .expanded h4 a {
    display: inline-block;
    background: transparent url(../images/common/bg-arrow-bottom.png) no-repeat;
    background-position: right 6px;
}

.press #sidebar .sidebar_archive li.expanded ul {
    border: 0;
    padding-top: 7px;
    padding-left: 15px; 
    
}

.press #sidebar .sidebar_archive li.expanded li {
    border: 0;
    margin: 0;
    padding: 0;
    line-height: 20px;
}


/* Main content */
.press .main {
	padding-top: 28px;
	padding-left: 30px;
}

.press .main h3 {
/*	margin-bottom: 10px;*/
}

.press .documentary-images {
	padding-bottom: 0;
	border: 0;
}

.press .documentary-images img {
	margin-right: 3px;
}



.press .main ul {
	font-family: Geneva;
	font-size: 12px;
	line-height: 18px;
	color: #999;
	padding-bottom: 20px;
	
}

.press .main ul a {
	font-size: 14px;
	color: #5a5b5e;
	display: block;
}

.press .main li {
	border-top: 2px solid #e3e3e3;
	padding-top: 22px;
	padding-bottom: 14px;
}

.press .main li:first-child {
	border: 0;
}

h2#press_release_date {
    color: gray;
    font-size: 12px;
    font-style: italic;
    margin-top: 10px;
    text-transform: none;
}

#back_link{
    font-size: 10px;
    left: 315px;
    position: relative;
    top: -27px;
}