/**************************************************************************************

	TEEHAN+LAX	 
 	CNW - global.css
	----------------------------------------------------------
	agency: teehan+lax 
	authors: zack ginies - zack@teehanlax.com
	date: April 8, 2010 

	INDEX
	----------------------------------------------------------
	- Imports
	- Body
	- Links
	- Buttons
	- Typography
	- Global Classes
	
*************************************************************************************/

@import url("reset.css");
@import url("structure.css");

/* BODY ----------------------------------------------------------------------------*/

body {
	background: #fafafa;
	font-family: "Helvetica", arial, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #323232;
}

div { text-align: left; overflow: hidden;}

.clear {
	width: 100%;
	height: 1px;
	clear: both;
}

@font-face {
    font-family: DINWeb;
    src: url("/static/fonts/DINWeb.eot");
}
@font-face {
    font-family: DINWeb;
    src: url("/static/fonts/DINWeb.woff") format("woff");
}

@font-face {
    font-family: DINWeb-Medium;
    src: url("/static/fonts/DINWeb-Medium.eot");
}
@font-face {
    font-family: DINWeb-Medium;
    src: url("/static/fonts/DINWeb-Medium.woff") format("woff");
}

.din, .din_regular {
    padding: 0;
    color: #444444;
}

.din {
    font-family: DINWeb-Medium, Verdana, Helvetica, sans-serif;
}

.din_regular {
    font-family: DINWeb, Verdana, Helvetica, sans-serif;
}

/* LINKS ---------------------------------------------------------------------------*/

a {
	color: #ff7b00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.sign_in_link {
    text-decoration: none;
    cursor: pointer;
}

/* BUTTONS -------------------------------------------------------------------------*/

.btn_search_arrow {
	display: block;
	background: url(/static/images/buttons/search_arrow.gif) 0 0 no-repeat;
	height: 29px;
	width: 31px;
	border: 0;
	cursor: pointer;
}

#btn_send_release {
	display: block;
	height: 41px;
	width: 240px;
	margin-bottom: 15px;
	text-indent: -9999px;
}

#btn_send_release.en {
	background: url(/static/images/buttons/send_release_en.gif) 0 0 no-repeat;
}

#btn_send_release.fr {
	background: url(/static/images/buttons/send_release_fr.gif) 0 0 no-repeat;
}

a.btn_save, a.btn_remove { 
    color: #ff7b00;
	text-decoration: none;
}

.btn_save, .btn_remove {
	display: inline-block;
	background-color: #FCFCFC;
	padding: 5px 10px 4px 10px;
	border-top: 1px #E6E6E6 solid; 
	border-left: 1px #E2E2E2 solid; 
	border-right: 1px #C6C6C6 solid;
	border-bottom: 1px #B7B7B7 solid;
	text-transform:uppercase;
	font-size: 11px;
	/* for IE */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0');
	/* for webkit browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
	/* for firefox 3.6+ */
	background: -moz-linear-gradient(top,  #ffffff,  #f0f0f0);
}

.btn_save_now {
	display: block;
	background: url(/static/images/buttons/save_now.gif) 0 0 no-repeat;
	height: 31px;
	width: 93px;
	text-indent: -9999px;
	border: 0;
	cursor: pointer;
}

a.btn, a.btn_see_more, a.btn_next, a.btn_previous, a.btn_login, a.btn_see_all {
	text-decoration: none;
}

.btn, .btn_see_more, .btn_next, .btn_previous, .btn_login, .btn_see_all {
	display: inline-block;
	background-color: #FCFCFC;
	padding: 9px 20px 7px 20px;
	border-top: 1px #DCDCDC solid;
	border-left: 1px #D6D6D6 solid;
	border-right: 1px #B9B9B9 solid;
	border-bottom: 1px #ABABAB solid;
	color: #383838;
	font-size: 12px;
	text-transform:uppercase;
	/* for IE */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0');
	/* for webkit browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
	/* for firefox 3.6+ */
	background: -moz-linear-gradient(top,  #ffffff,  #f0f0f0);
}

.btn_green {
    color: #00a837;
}

.btn_next, .btn_previous {
	margin-right: 50px;
	margin-left: 50px;
}

.btn_register_now_lrg {
	display: block;
	background: url(/static/images/buttons/register_now_lrg.gif) 0 0 no-repeat;
	height: 41px;
	width: 175px;
	text-indent: -9999px;
}

.btn_register_now_sml {
	display: block;
	background: url(/static/images/buttons/register_now_sml.gif) 0 0 no-repeat;
	height: 31px;
	width: 123px;
	text-indent: -9999px;
}

.btn_join_webcast {
	display: block;
	background: url(/static/images/buttons/join_webcast.gif) 0 0 no-repeat;
	height: 31px;
	width: 123px;
	text-indent: -9999px;
}

/*
.btn_login {
	display: block;
	background: url(/static/images/buttons/login.gif) 0 0 no-repeat;
	height: 31px;
	width: 71px;
	text-indent: -9999px;
}
*/

/* TYPOGRAPHY ----------------------------------------------------------------------*/

.grey {
	color: #7f8380;
}

.bold {
	font-weight: bold;
}

.align_left {
	text-align: left !important;
}

/* GLOBAL CLASSES ----------------------------------------------------------------------*/

.file_download {
	background: url(/static/images/icons/download_file.gif) right 0 no-repeat;
	padding: 2px 12px 0 0;
}

.event_online {
	background: url(/static/images/icons/online_event.gif) 0 0 no-repeat;
}

.event_online_lrg {
	height: 46px;
}
.my_saved_releases {
	background: url(/static/images/icons/saved_releases.gif) 0 0 no-repeat;
	padding-left: 40px;
}

.event_live {
	background: url(/static/images/icons/live_event.gif) 0 0 no-repeat;
}

.external_link {
	background: url(/static/images/icons/external_link.gif) right 1px no-repeat;
	padding-right: 13px;
	text-decoration: underline;
}

	.external_link:hover {
		text-decoration: none;
	}

.add_to_cal_link {
	background: url(/static/images/icons/add_to_cal.gif) 0 center no-repeat;
	padding: 2px 0 0 15px;
	font-size: 11px;
	text-transform: uppercase;
	color: #000;
}

.return_link {
	background: url(/static/images/backgrounds/orange_left_arrow.gif) 0 center no-repeat;
	padding: 0 0 0 13px;
	font-size: 11px;
	font-weight: bold;
}

.test_audio_link {
	background: url(/static/images/icons/audio.gif) 0 center no-repeat;
	padding: 0 0 0 25px;
	font-size: 14px;
	color: #b2b2b2;
}

.yellow_bubble {
	position: relative;
	background: #fff7cf;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #f3e8b3;
}

	.yellow_bubble .tab {
		position: absolute;
		top: -12px;
		left: 20px;
		background: url(/static/images/backgrounds/yellow_bubble.gif) 0 0 no-repeat;
		height: 12px;
		width: 14px;
	}
	
	
	.yellow_bubble a {
		font-size: 14px;
		line-height: 15px;
		font-weight: bold;
	}

	.arrowed_list li {
		background: url(/static/images/backgrounds/orange_right_arrow_solid.gif) 0 1px no-repeat;
		padding: 0 0 0 10px;
		margin: 0 0 10px 0;
		list-style-type: none;
	}
	
		.arrowed_list li a {
			color: #323232;
		}
		
		.arrowed_list li a:hover {
			text-decoration: underline;
		}

#paging {
	font-size: 11px;
	text-align: center;
	padding: 15px;
}

#paging #left {
	float: left;
}

#right {
	float: right;
}

#center {
	float: middle;
}

#paging a {
font-weight: bold;
text-decoration: none;
	font-size: 12px;
}

#paging a:hover {
text-decoration: underline;
}

span.whitespace {
white-space:pre;
}

#content h1 {
font-size: 30px;
}

#content > p {
padding: 10px 20px;
font-size: 10pt;
line-height: 12pt;
}

#flash_message {
    background: #cc0000;
    color:      #eeeeee;
    padding:    5px;
    
    font-family: Helvetica, Arial, serif;
    display: none;
}

.content_options .btn {
padding: 5px 10px 4px 10px;
color: #FF7B00;
font-size: 11px;
}

.content_options .rss {
padding: 2px 0px;
}

.content_options li.last {
border-left: 1px solid black;
}

.addthis_toolbox a {
float: left;
padding: 2px 0px 2px 10px;
}

#footer_options_bar { padding: 5px 20px; }

input, select {
padding: 2px;
border-width: 1px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}

select {
border-color: #999;
}
