/*
Theme Name: Press Spike
Theme URI: http://wordpress.org/
Description: theme for Spike blog.
Author: the Epam team
Version: 1.0 
*/

@CHARSET "UTF-8";

/* RESETS */
html, body {
	height: 100%;
}

html, body, address, blockquote, div, p, pre, h1, h2, h3, h4, h5, h6, hr,
dd, dl, dt, ul, ol, li,
a, abbr, acronym, b, br, cite, code, del, dfn, em, i,
ins, kbd, q, samp, span, strong, tt, var,
object,
input, textarea, select, button, form, fieldset, legend, label {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}

a, :focus {
	outline: none;
}

ul li {
	list-style-type: none;
}
/* /RESETS */

/* MAIN */
body {
	color: #000;
	font-size: 12px;
	font-family: Arial;
	background: url(images/blog/SpikePress_Background.jpg) repeat-x center top;
}
       
a {
	/*color: #ff7603;*/
	color: #000;
	text-decoration: none;
}

.clearfix {
	zoom: 1;
	overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1em;
}

.outer {
	width: 984px;
	margin: 0px auto;
}
/* /MAIN */

/* HOMEPAGE */
/* Header */
.header {
	height: 128px; /*Kludge for IE7*/		
}

.header img {
	float: left;	
	margin-top: 26px;
	margin-left: -2px;
	border: 0;
}

.header h1.logo_name {
	float: left;
	margin: 37px 0px 31px 23px;
	font-size: 60px;
	font-weight: normal;	
}

.header h1 span {
	font-weight: bold;
}

.header ul {
	list-style-type: none;
	margin-top: 37px;
	float: right;
	color: #000;
}

.header ul li {
	width: 191px;
	height: 23px;
	margin-top: 7px;
}

.header ul li a {
	display: block;
	background: url(images/blog/SpikePressBlog_Sprite.png) no-repeat -2px -2px;
	width: 191px;
	height: 21px;
	padding-top: 2px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;	
	text-align: center;
}

.header ul li a:hover {
	color: #000;
	background: url(images/blog/SpikePressBlog_Sprite.png) no-repeat -193px -2px;
}

.header ul li a.scream_10 {
	background: url(images/blog/SpikePressBlog_Sprite.png) no-repeat -193px -2px;
	display: none;
}

.header ul li a:hover.scream_10 {
	color: #febd01;
	background: url(images/blog/SpikePressBlog_Sprite.png) no-repeat -2px -2px;	
}
/* /Header */


/* Content TOP: Menu and Search*/
.content {
	background: #d7d7d7;
	padding: 10px;
	margin: 0 2px;
	border: 1px solid #bfbfbf;
	border-bottom: 0;
}

.content .menu {
	background: #909090;
	margin-bottom: 10px;
	height: 26px;
}

.content .menu ul {
	list-style-type:none;
	float: left;
}

.content .menu ul li {
	float: left;
}

.content .menu ul li a {
	color: #fff;
	text-decoration:none;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 14px 5px 14px;
	display: block;
}

.content .menu ul li a:hover {
	background: #ff8901;
}

.content ul.search {
	float: right;
}

.content ul.search li {
	background: #000;
	text-align: center;
}


.content ul.search li.search_input {
	background: #000;
}

.content ul.search input {
	background: #fff;
	color: #909090;
	width: 230px;
	height: 24px;
	line-height: 24px;
	padding-left: 8px;
	border: 1px solid #000;
	vertical-align: middle;
	font-family: Arial;
}

/* Search Form */
.content ul.search input.submit {
	border: 0px #000000 solid;
	height: 26px;
	width: 57px;
	margin: 0;
	padding: 0;
	background: #000;
	float: left;
	cursor: pointer;
	color: white;
	font-weight: bold;
	font-size: 14px;
	
	
}
.content ul.search input.jshover {
	background: #909090;
}
.content ul.search input.web {
	border: 0px #000000 solid;
	height: 26px;
	width: 57px;
	margin: 0;
	padding: 0;
	cursor:pointer;
	background: #909090;
	float: left;
	color: white;
	font-weight: bold;
	font-size: 14px;
	
}
.content ul.search input.web:hover {
	background: #000;
}

/* /Search Form */

/* /Content Top: Menu and Search*/

/* Content Left: Shows List*/
.content .shows {
	border: 1px solid #bfbfbf;
	background: #fff;
	float: left;
	width: 283px;
	padding: 9px 6px 13px 7px;
}

.content ul.shows_list {
	list-style-type: none;
	padding: 0;
	margin: 9px 0 0 0;		
}

.content ul.shows_list li {
	padding: 0;
	margin: 0;	
}
.content ul.shows_list a {
	display: block;
	font-size: 14px; /*Not as in specification*/
	font-weight: bold; /*Not as in specification*/
	text-decoration: none;
	color: #4c4c4c;
	width: 272px;
	height: 24px;
	line-height: 24px;
	background: #e4e4e4;
	margin-bottom: 1px;	
	padding-left: 10px; 
}

.content ul.shows_list a:hover {
	background: #6b6b6b;
	color: #fff;
}
/* /Content Left: Shows List*/

/* Content Main: Featured Video Block */

.main_content {
	float: right;
	width: 650px;
}


.main_content .featured_video {
	border: 1px solid #bfbfbf;
	background: #fff;
	width: 630px; /*652-1-1-10-10*/
	padding: 9px 9px 20px;
	
}

.content h2 {
	font-size: 27px;
	font-weight: normal;
}

.content h2 span {
	font-weight: bold;
}

.main_content .featured_video .image_wrapper {
	position: relative;	
	display: block;
	margin: 9px 0px 7px;	
}

.main_content .featured_video img {
	border: 0px;
}

.main_content .featured_video .play_button {
	width: 60px;
	height: 60px;
	position:absolute;
	left: 285px; /* 630/2-30 */ 
	top: 146px; /*352/2-30 */
	background: url(images/blog/playbutton.png);	
	text-indent: -10000px;
}

.content h3 {
	font-size: 24px;
	font-weight: bold;
}

.content h3 a:hover,
.content h4 a:hover {
	text-decoration: underline;	
}

.main_content p {
	margin-top: 9px;
}
/* /Content Main: Featured Video Block */

/* Content Main: Featured Press Release */
.main_content .featured_press {
	border: 1px solid #bfbfbf;
	background: #fff;
	margin: 8px 0;
	padding: 9px 9px;
	width: 630px; /*652-1-1-10-10*/
}

.content h4 {
	font-size: 14px;
	font-weight: bold;	
}

.main_content .featured_press .release_wrapper {
	margin-top: 10px;
}

.main_content .featured_press .release_wrapper .release {
	float: left;
	width: 290px;
	margin-right: 40px;
}

.main_content .featured_press .release_wrapper .release.second {
	margin-right: 10px;	
}

.main_content .featured_press img {
	float: left;
	margin-right: 10px;
	margin-bottom: 3px;	
}

/* /Content Main: Featured Press Release */

/* Content Main: Latest Press Release */
.main_content .latest_press_release {
	border: 1px solid #bfbfbf;
	background: #fff;
	padding: 9px 9px 29px;
	width: 630px; /*652-1-1-10-10*/
}

.main_content .latest_press_release .item_wrapper {
	padding: 15px 0 14px;
	border-bottom: 1px solid #febc6e;
}

.main_content .latest_press_release .item_wrapper img {
	float: left;
	margin-right: 10px;		
}

.main_content .latest_press_release .item_wrapper p.full_release {
	font-weight: bold;
	float: left;
	margin-top: 9px;
}

.main_content .latest_press_release .item_wrapper p {
	margin-top: 4px;
}

.main_content .latest_press_release .item_wrapper p.post_author_date {
	font-size: 10px;
	color: #949494;
	margin-top: 2px;
}

.main_content .latest_press_release .item_wrapper .full_release a {
	color: #fff;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	background: url(images/blog/orangearrow_1pxwidth.png) repeat-x;
	padding: 0 2px 0 5px; 	
}

.main_content .latest_press_release .item_wrapper .full_release span {
	padding-right: 12px;
	background: url(images/blog/orange-arrow.png) no-repeat 95% 8%;
}

.latest_press_release hr {
	color: #febc6e;
	background-color: #febc6e;
	border: 0px;
	height: 1px;
	/*margin: 8px 0 15px 0;*/
}

/* /Content Main: Latest Press Release */

/* Pagination */
.pagination{
	text-align: center;
	height: 27px;
	position: relative;
	left: 50%;
	float: left;
	margin: 10px 0 0;
}
.pagination ul{
	list-style: none;
	position: relative;
	left: -50%;
	float: left;
}
.pagination ul li{
	float: left;
	list-style: none;
	margin-left: -1px;
}
.pagination ul li a{
	float: left;
	border: solid 1px #aaaaaa;
	color: #696969;
	text-decoration: none;
	padding: 2px 7px;
	font-size: 11px;
}
.pagination ul li.prev a,.pagination ul li.next a {
	background: #e7e7e7;
	margin: 0 5px;
	font-weight: bold;
	width: 61px;
}

.pagination ul li a:hover{
	background: #313131;
	border: solid 1px #000;
	color: #fff;
}

.pagination ul li.prev span,
.pagination ul li.next span {
	width: 61px;
	margin: 0 5px;	
	padding: 2px 7px;
	border: solid 1px #aaaaaa;
	background: #e7e7e7;
	color: #696969;
	font-weight: bold;
}

.pagination ul li span{
	float: left;
	border: solid 1px #000;
	padding: 2px 7px;
	font-size: 11px;
	position: relative;
	cursor: default;
}
/* /Pagination */

/* Footer */
#page_footer {
	width: 978px;
	margin: 0 auto;
	background: url("images/common/footer.jpg") no-repeat scroll -0px -0px transparent;
	background-color: #3E3E3E;
	border: 1px solid #bbb;
}
#page_footer .links {
	margin: 0px 20px 10px 0;
	overflow: hidden;
}

#page_footer .links div.links_group {
	width: 167px;
	float: left;
	margin-left: 24px;
}

#page_footer h3 {
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #ff9000;
	margin: 10px 0 0px 0;
}
#page_footer li {
	list-style-type: none;
	line-height: 17px;
	padding: 0 0 0 2px;
	float: left;
	width: 158px;
}
#page_footer li a {
	font-size: 12px;
	line-height: 15px;
	color: #ffffff;
	text-decoration: none;
}
#page_footer li a:hover {
	text-decoration: underline;		
}

#page_footer .delimeter {
	border-top: 1px #000000 solid;
	border-bottom: 1px #666666 solid;
	margin: 0 12px 8px 12px;
}
#page_footer .footer_logos {
	overflow: hidden;
	padding-bottom: 4px;
}

#page_footer .spike_logo {
	float: right;
	height: 46px;
	width: 97px;
	margin: 0 12px 0px 0px;
}
#page_footer .spike_logo a{
	float: right;
	background: url(/sitewide/images/sprites/sitewide_button_sprite.png) no-repeat -178px -1112px transparent;
	height: 47px;
	width: 87px;
}
#page_footer .mtv_logo {
	float: right;
	margin: 5px 0px 0px 0px;
	height: 19px;
	width: 128px;
	background: url(/sitewide/images/common/Viacom_logo.png) no-repeat scroll transparent;
}

#page_footer .viacom,
#page_footer .viacom span { float: right; }
#page_footer .viacom { width: 145px; }
#page_footer .viacom span { line-height: 20px; font-size: 11px; color: #fff; }

#page_footer .links .links_group a img { position:relative;top:4px; }

#page_footer .footer_text_ad {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	margin-left: 24px;
	width: 470px;
	float: left;
}

#page_footer .footer_text_ad a {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;	
}
/* /Footer*/

/* END OF HOMEPAGE */

/* ARTICLE DETAIL*/
.main_content .article_detail {
	border: 1px solid #bfbfbf;
	background: #fff;
	width: 630px;
	padding: 9px 9px 67px;		
}

.main_content .article_detail h2 {
	font-size: 28px;
	margin: 5px 3px 15px;
}

.main_content .article_detail h2 a:hover {
	text-decoration: underline;	
}

.main_content .article_detail p.date {
	text-align: right;
	font: italic 14px Arial;
	color: #444;
	margin: 0 2px;
	padding-bottom: 6px;
	border-bottom: 1px solid #a9a9a9;	
}

.main_content .article_detail .image_wrapper {
	text-align: center;	
}

.main_content .article_detail .image_wrapper img {
	border: 0;	
}

.main_content .article_detail p {
	margin: 15px 5px 0 3px;
	font-size: 14px;
	line-height: 125%;
}

.main_content .article_detail h4 {
	font-size: 18px;
	font-weight: bold;	
	margin: 15px 3px 1px;
}

/* END OF ARTICLE DETAIL*/

/* PHOTOS MAIN */
.main_content .photos {
	border: 1px solid #bfbfbf;
	background: #fff;
	width: 638px; /*648 - 10*/
	padding: 10px 0 55px 10px;	
}

.main_content .photos h2 {
	font-size: 28px;
	margin-bottom: 10px;		
}

/* One group of photos */
.main_content .photo_group {
	margin-bottom: 41px;
}

.main_content .photo_group h4 {
	padding-bottom: 3px;
	border-bottom: 5px solid #ff8901;
}

.main_content .photo_group .photo_container {
	margin-left: 6px;
}

.main_content .photo_group .photo_container img {
	margin: 10px 7px 0 0;
	border: none;		
}

.main_content .photo_group a.download {
	font-size: 11px; /*Not as in specification */
	color: #2d539c;
	margin: 6px;
}

.main_content .photo_group a:hover.download {
	text-decoration: underline;
}

.main_content .photo_group .photo_container.image_with_caption {
	padding-bottom: 5px;
}

.main_content .photo_group .photo_container.image_with_caption img,
.main_content .photo_group .photo_container.image_with_caption p {
	float: left;
	margin: 10px 7px 0 0;
	
}

.main_content .photo_group .photo_container.image_with_caption p {
	height:83px;
	width: 108px;
	margin-top: 15px;	
}

.main_content .photo_group .photo_container.image_with_caption div {
	float: left;
	min-width: 140px;
}
/* /One group of photos */
/* END OF PHOTOS MAIN*/

/* SHOW INFO */
.main_content .show_info {
	border: 1px solid #bfbfbf;
	background: #fff;
	width: 635px;
	padding: 9px 0 25px 13px;		
}

.main_content .show_info h2 {
	font-weight: bold;
	font-size: 24px;	
}

.main_content .details_show {
	margin: 18px 0 32px; 
}

.main_content .show_info h4 {
	padding-bottom: 4px;
	border-bottom: 5px solid #ff8901;
	font-size: 16px;
	margin-bottom: 12px;	
}

.main_content .show_info .photo_group h4 {
	margin-bottom: 2px;	
}

.main_content .show_info .show_picture_container {
	float: left;
	margin-right: 25px;
	margin-left: 8px;		
}

.main_content .show_info .show_picture_container .button_wrap {
	width: 163px;
}

.main_content .show_info .show_picture_container .button_wrap span {
	display: block;
	width: 3px;
	height: 23px;
	float: left;
	background: url(images/blog/SpikePressBlog_Sprite.png) no-repeat -190px -2px;
	text-indent: -10000px;
}

.main_content .show_info .show_picture_container div a {
	text-align: center;
	display: block;
	background: url(images/blog/SpikePressBlog_Sprite.png) no-repeat -2px -2px;
	height: 23px;
	line-height: 20px; /* Used to center text on the button */
	color: #fff;
	font-weight: bold;
	width: 160px;
	float: left;
}

.main_content .show_info .show_picture_container div a:hover {
	background: url(images/blog/SpikePressBlog_Sprite.png) no-repeat -193px -2px;
	color: #000;
	text-decoration: none;
}

.main_content .show_info .show_picture_container img {
	border: 0;
	margin-bottom: 9px;
}

.main_content .details_show p,
.main_content .details_show h5,
.main_content .details_show ul {
	margin-left: 196px;
	margin-right: 13px;
}

.main_content .details_show h5 {
	font-size: 14px;
	font-weight: normal;
	margin-top: 20px;	
}
.main_content .details_show ul {
	margin-top: 13px;	
}

.main_content .details_show ul .name {
	font-weight: bold;
	margin-bottom: 2px;
}

.main_content .details_show ul .email {
	margin-top: 2px;
}

.main_content .details_show ul .email a {
	font-weight: bold;
	color: #3678c6;	
}

.main_content .details_show ul .email a:hover {
	text-decoration: underline;
}

.main_content .show_info .photo_group .photo_container img {
	margin-bottom: 5px;	
}

.main_content .show_info .photo_group {
	margin-bottom: 30px;	
}

/* Latest Press Release Tweak for Show Info*/

.main_content .show_info .latest_press_release {
	border: 0;
	padding: 0;
	width: auto; 
}

.main_content .show_info .item_wrapper {
	margin-right: 5px;
	border-top: 1px solid #febc6e;
	border-bottom: 0;
/*	padding: 15px 0 14px;*/
}

.main_content .show_info .latest_press_release .item_wrapper:first-child {
	margin-top: 0;
	padding-top: 0;
	border: 0;
}

/* /Latest Press Release Tweak for Show Info*/
/* END OF SHOW INFO */

/* CONTACTS */
.wide_content .contacts {
	border: 1px solid #bfbfbf;
	background: #fff;
	padding: 9px 0 20px 15px;	
}

.wide_content .contacts h2 {
	font-size: 24px;
	font-weight: bold;
				
}

.wide_content .contacts h5.press_offices {
	margin-top: 33px;
	padding-bottom: 5px;
	border-bottom: 5px solid #ff8901;
}
.wide_content .contacts h5,
.wide_content .contacts dt {
	font-size: 14px;
	font-weight: bold;
}

.wide_content .contacts .offices_wrapper {
	margin: 18px 0 40px 8px;
}

.wide_content .contacts dl {
	float: left;	
}

.wide_content .contacts dl.last {
	margin-left: 170px;	
}

.wide_content .contacts dt {
	margin-bottom: 5px;	
}

.wide_content .contacts dd {
	margin-left: 28px;	
}

.wide_content .contacts h4 {
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 2px;
	margin-bottom: 28px;
	border-bottom: 5px solid #ff8901;	
}

.wide_content .contacts .personal_contact {
	margin: 0 0 18px 8px;
	padding-bottom: 17px;
	border-bottom: 1px solid #d5d5d5; /*Not as in specification*/	
}

.wide_content .contacts .personal_contact.last {
	border: 0;
	margin-bottom: 4px;	
}

.wide_content .contacts .personal_contact h6 {
	font-size: 12px;
	font-weight: bold;	
}

.wide_content .contacts .personal_contact ul {
	margin: 8px 0 0 28px;
}

.wide_content .contacts .personal_contact ul.person_shows_list {
	margin-left: 44px;
}

.wide_content .contacts ul .email a {
	font-weight: bold;
	color: #3678c6;	
}

.wide_content .contacts ul .email a:hover {
	text-decoration: underline;
}

/* END OF CONTACTS */

/* NETWORK EXECUTIVES */
.wide_content .network_executives {
	border: 1px solid #bfbfbf;
	background: #fff;
	padding: 10px 0 31px 13px;		
}

.wide_content .network_executives h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;	
}

.wide_content .network_executives .executive_block {
	float: left;
	margin: 0 33px 30px 77px;
	width: 300px;	
}

.wide_content .network_executives .executive_block img {
	float: left;
	border: 0;
}

.wide_content .network_executives .executive_block dl {
	margin-left: 106px; 		
}

.wide_content .network_executives .executive_block dt {
	font-weight: bold;		
}

.wide_content .network_executives .executive_block.row_break {
	clear: left;
}

.wide_content .network_executives .executive_block.last {
	margin-bottom: 0;	
}

/* END OF NETWORK EXECUTIVES */

/* NETWORK EXECUTIVE DETAILS */
.wide_content .network_executive_details {
	border: 1px solid #bfbfbf;
	background: #fff;
	padding: 9px 0 52px 13px;		
}

.wide_content .network_executive_details h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 7px;	
}

.wide_content .network_executive_details h3 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 4px;
}

.wide_content .network_executive_details h5 {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #5a5a5a;
}

.wide_content .network_executive_details img {
	float: left;
	margin: 3px 20px 0 2px;
	
}

.wide_content .network_executive_details p {
	margin: 12px 24px 3px 192px;	
}

.wide_content .network_executive_details a {
	font-weight: bold;
	color: #3678c6;
}

.wide_content .network_executive_details a:hover {
	text-decoration: underline;
}

/* END OF NETWORK EXECUTIVE DETAILS */

/* SHOWS */
.wide_content .shows_list {
	border: 1px solid #bfbfbf;
	background: #fff;
	padding: 9px 0 15px 13px;		
}

.wide_content .shows_list h2 {
	font-size: 24px;
	font-weight: bold;
}

.wide_content .shows_list .shows_wrapper {
	margin-top: 21px;	
}

.wide_content .shows_list img {
	float: left;
	margin: 0 71px 0 47px ;
	border: 0;	
}

.wide_content .shows_list .show_row {
	margin: 0 0 26px 0;
	float: left;
}

/* END OF SHOWS */

/* CREDENTIALS */
.wide_content .credentials {
	border: 1px solid #bfbfbf;
	background: #fff;
	padding: 10px 0 20px 10px;		
}

.wide_content .credentials h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 12px;
}

.wide_content .credentials h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;	
}

.wide_content .credentials p.important {
	font-weight: bold;
}

.wide_content .credentials p {
	margin-bottom: 12px;	
}

.wide_content .credentials span {
	color: #d2baa0;	
}

.wide_content .credentials div.form_wrapper {
	padding-bottom: 20px;
	border-bottom: 3px solid #ff8901;
	margin: 10px 0;
}

.wide_content .credentials ul.captions,
.wide_content .credentials ul.inputs {
	float: left;		
}

.wide_content .credentials ul.captions {
	text-align: right;
	width: 121px;
	padding: 0 6px 0 3px;
}

.wide_content .credentials ul.captions li,
.wide_content .credentials ul.inputs li {
	height: 19px;
	line-height: 19px;
	margin-bottom: 10px;
}

.wide_content .credentials form ul.inputs input {
	border: 1px solid #aeaeae; /* Not as in spec */
	width: 214px;
	height: 17px;
}

/* Checks */
.wide_content .credentials form ul li.credential_type_checks {
	height: 82px;	
}

.wide_content .credentials form ul.inputs li.credential_type_checks {
	padding-top: 12px;
	height: 70px;	
}


.wide_content .credentials form ul.inputs li.credential_type_checks input {
	width: 13px;
	height: 13px;
	margin-top: 6px;
}

/* /Checks */

.wide_content .credentials form ul.inputs select {
	border: 1px solid #aeaeae;
	width: 118px;
	height: 19px;
	font-family: Arial;	
	outline: none;
}
.wide_content .credentials form ul.inputs option.disabled {
	color: #5d5d5d;
}

/* Textarea */
.wide_content .credentials form ul.inputs textarea {
	border: 1px solid #aeaeae;
	width: 277px;
	height: 52px;
	font-family: Arial;
	overflow: auto;
	resize: none;
}

.wide_content .credentials form ul li.special_notes {
	height: 52px;
}
.wide_content .credentials form ul.captions li.special_notes {
	line-height: 17px;
}

/* /Textarea */

.wide_content .credentials h4 {
	font-size: 14px;
	font-weight: bold;
}

.wide_content .credentials form ul.captions li.long_string,
.wide_content .credentials form ul.inputs li.long_string {
	line-height: 12px;
	height: 30px;
}
.wide_content .credentials form ul.inputs li.long_string {
	line-height: 28px;
}

.wide_content .credentials form p.live_blogging {
	width: 118px;
	float: left;
	margin: 0 6px;
	font-weight: bold;
	font-style: italic;
		
}
.wide_content .credentials form .submit_button {
	background: #000;
	color: #fff;
	margin-top: 10px;
	width: 90px;
	height: 20px;
	border: 0;
	cursor: pointer;		
}

.wide_content .credentials form .submit_button:hover {
	background: #ff8901;	
}
/* END OF CREDENTIALS */

/* CONFIRMATION OVERLAY */
#confirmation_overlay {
	width: 463px;
	height: 205px;
	text-align: center;	
}

#confirmation_overlay h2 {
	font-size: 24px;
	font-weight: bold;
	padding: 35px 0 0 35px;
	text-align: left; 	
}

#confirmation_overlay p {
	font-size: 14px;
	padding: 20px 0 40px 35px;
	text-align: left;
}

#confirmation_overlay a {
	display: block;
	background: url(images/blog/OKButton.png);
	width: 73px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-weight: bold;
	margin: 0 auto; 		
}

#confirmation_overlay a:hover {
	background: url(images/blog/OKButton.png) no-repeat -75px 0;
}


#simplemodal_overlay {
	background: #000;
}

.simplemodal_wrap {
	background: #fff;
}

#simplemodal_container {
	padding: 0;
	border: solid 1px #bfbfbf;
}

/* END OF CONFIRMATION OVERLAY */
/* SEARCH PAGE */

.main_content ul.search {
	float: none;
}

.main_content ul.search li {
	background: #000;
	text-align: center;
	float: left;
}

/* END OF SEARCH PAGE*/

/* SEARCH RESULTS*/
.wide_content .search_results {
	padding: 8px 9px;	
}

.wide_content .search_results h4 {
	font-size: 30px;
	font-weight: bold;	
}

.wide_content .search_results p.no_result {
	font-size: 14px; /*Not as in Specification*/
	font-weight: normal;
	text-align: center;
	margin: 50px 0 400px;	
}

.wide_content .search_results h2 {
	font-size: 28px;
	font-weight: normal;	
}

.wide_content .search_results h2 span.search_word {
	font-weight: normal;
}

.wide_content .search_results .search_result_box {
	width: 626px; /*648-11-11*/
	border: 1px solid #bfbfbf;
	background: #fff;
	padding: 9px 11px;	
	margin: 16px auto 20px;
		
}

.wide_content .search_result_box p.date {
	text-align: right;
	font: italic 13px Arial; /*Not as in Specification*/
	margin: 0 7px;
}

.wide_content .search_result_box h3 {
	font-size: 28px;
	font-weight: normal;
	margin: 6px 0 15px;
	padding-top: 5px;
	border-top: 1px solid #d6d6d6;
}

.wide_content .search_result_box .image_wrapper {
	text-align: center;	
}

.wide_content .search_result_box .image_wrapper img {
	border: 0;
}

.wide_content .search_result_box p {
	margin: 16px 5px 0 3px;
	font-size: 12px;
	line-height: 140%;
}

.wide_content .search_result_box p.full_release {
	border-top: 1px solid #d6d6d6;
	padding-top: 10px;
	margin-top: 11px;
	font-size: 17px;	
	font-weight: bold;
}

.wide_content .search_result_box p.full_release a {
	width: 150px;
	background: url(images/sprites/read-release.png) no-repeat -3px -2px;
	padding: 3px 15px 4px 5px;
	color: #fff; 
}

.wide_content .search_result_box p.full_release a:hover {
	background: url(images/sprites/read-release.png) no-repeat -3px -29px;
}


/* END OF SEARCH RESULTS*/
