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

	TEEHAN+LAX	 
 	GELASKINS - global.css
	----------------------------------------------------------
	agency: teehan+lax 
	authors: zack ginies - zack@teehanlax.com
	date: March 1, 2010 

	INDEX
	----------------------------------------------------------
	- Imports
	- Body
	- Typography
	
*************************************************************************************/

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

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

body {
	background: url(/images/backgrounds/artists/InkPond.jpg) 0 0 no-repeat;
	background-position: center top;
	background-color: #FAFAFA;
	font-size: 14px;
	font-family: "Helvetica", arial, sans-serif;
	color: #4a4a4a;
	
	text-align: center;
}

.clear {
	clear: both;
}

#wrapper {
	width: 946px;
	margin: 0 auto;
	text-align: left;
}

#background_tab {
	display: block;
	background: url(/images/backgrounds/artists/InkPond_tab.png) 0 0 no-repeat;
	position: fixed;
	_position: absolute;
	z-index: 99999;
	top: 30%;
	right: 0;
	height: 500px;
	width: 31px;
	text-indent: -99999px;
}

#top_bar_message {
	background: url(/images/backgrounds/javascriptwarning.gif) 0 0 repeat-x;
	color: #fff;
	font-family: "Georgia", "Times", serif;
	font-style: italic;
}
	
	#top_bar_message p {
		background: url(/images/icons/exclamation.gif) 0 center no-repeat;
		width: 585px;
		_width: 630px;
		padding: 10px 0 10px 35px;
		margin: 0 auto;
	}
	#top_bar_message a {
		color: #fff;
		text-decoration: underline;
	}
/* Visibility Class */

.hidden {
	display: none;
}


/* ROGERS PROMO -----------------------------------------*/

#rogersBar {
	background: url(/images/backgrounds/rogers_bg.gif) 0 0 repeat;
	height: 35px;
}
	#rogersBar span {
		float: right;
	}
		#rogersBar #rogers_promo{
			margin-top: 7px;
			margin-right: 55px;
		}
		#rogersBar #rogers_hide{
			position: relative;
			top: -4px;
			margin-right: 30px;
		}



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

h1 {
	font-size: 34px;
	color: #000;
}

p {
}
a {
	color: #0097de;
	text-decoration: none;
}

	a:hover {
		color: #1d78a2;
	}

.archer_medium {
	letter-spacing: -.5px;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.italic {
	font-style: italic;
}

.button {
	background: #000;
	padding: 6px 15px 7px 15px;
	font-size: 16px !important;
	font-style: italic !important;
	color: #fff !important;
	-webkit-transition: 0.08s linear;
	-moz-transition: 0.08s linear;
	border: 0 !important;
}

	.button:hover {
		background: #333 !important;
		color: #fff !important;
	}

.grey_button {
	background: #595959;
	padding: 4px 10px 6px 10px;
	font-size: 14px !important;
	font-style: italic !important;
	color: #fff !important;
	-webkit-transition: 0.08s linear;
	-moz-transition: 0.08s linear;
	border: 0 !important;
}

	.grey_button:hover {
		background: #333 !important;
		color: #fff !important;
	}

.blue_button {
	display: inline-block;
	background: #0097de;
	padding: 10px 17px 10px 15px;
	font-size: 21px !important;
	font-style: italic;
	color: #fff !important;
	-webkit-transition: 0.08s linear;
	-moz-transition: 0.08s linear;
	border: 0 !important;
}

	.blue_button:hover {
		background: #3c798d !important;
	}
	
.btn_submit {
	background: url(/images/buttons/submit.gif) 0 0 no-repeat;
	width: 94px;
	height: 29px;
	border: 0;
	cursor: pointer;
}

.btn_go {
	background: url(/images/buttons/go.gif) 0 0 no-repeat;
	width: 45px;
	height: 26px;
	border: 0;
	cursor: pointer;
}

	.btn_go:hover {
		background: url(/images/buttons/go.gif) 0 bottom no-repeat;
	}

.btn_apply {
	background: url(/images/buttons/apply.gif) 0 0 no-repeat;
	width: 69px !important;
	height: 26px;
	border: 0;
	cursor: pointer;
	margin-top:4px;
	line-height: 2;
}

	.btn_apply:hover {
		background: url(/images/buttons/apply.gif) 0 bottom no-repeat;
	}

.btn_sign_in {
	background: url(/images/buttons/sign_in.gif) 0 0 no-repeat;
	width: 83px !important;
	height: 35px;
	border: 0;
	cursor: pointer;
}

	.btn_sign_in:hover {
		background: url(/images/buttons/sign_in.gif) 0 bottom no-repeat;
	}
	
.favourite_tip {
	float: right;
	background: url(/images/icons/heart.gif) 0 0 no-repeat;
	margin-top: 7px;
	padding-left: 18px;
	font-size: 12px;
	color: #2f3030;
}

.wallpaper_link {
	display: block;
	background: url(/images/icons/wallpaper.gif) 0 center no-repeat;
	padding: 5px 0 5px 35px;
	width: 250px;
	font-style: italic;
	font-size: 16px;
	color: #000;
	opacity: .75;
	-webkit-transition: 0.08s linear;
	-moz-transition: 0.08s linear;
}

	.wallpaper_link:hover {
		opacity: 1;
	}

.favourites_link {
	display: block;
	padding: 5px 0 5px 35px;
	font-style: italic;
	font-size: 16px;
	color: #000;
	opacity: .75;
	-webkit-transition: 0.08s linear;
	-moz-transition: 0.08s linear;
}
/*
	.favourites_link:hover {
		opacity: 1;
		background: url(/resources/images/icons/favourite_add_over.gif) 0 center no-repeat;
	}
	*/
	.favourite_add{
		background: url(/resources/images/icons/favourite_add.gif) 0 center no-repeat;
	}
	.favourite_remove{
		background: url(/resources/images/icons/favourite_remove.gif) 0 center no-repeat;
	}
	.favourite_add:hover{
		background: url(/resources/images/icons/favourite_add_over.gif) 0 center no-repeat;
	}
	.favourite_remove:hover{
		background: url(/resources/images/icons/favourite_remove.gif) 0 center no-repeat;
	}

.glicee_link {
	display: block;
	background: url(/images/icons/glicee.gif) 0 center no-repeat;
	padding: 5px 0 5px 35px;
	width: 150px;
	font-style: italic;
	font-size: 16px;
	color: #000;
	opacity: .75;
	-webkit-transition: 0.08s linear;
	-moz-transition: 0.08s linear;
}

	.glicee_link:hover {
		opacity: 1;
	}

.share_this {
	float: right;
}
	.share_this li {
		float: left;
		padding-top: 6px;
		margin-right: 10px;
		font-family: "Georgia", "Times", serif;
		font-size: 14px;
		font-style: italic;
		color: #888;
	}
	
		.share_this li a {
			display: block;
			height: 25px;
			width: 23px;
			margin-top: -6px;
			text-indent: -99999px;
		}
		
		.share_this li#facebook a {
			background: url(/images/icons/facebook_med.gif) 0 0 no-repeat;
		}
		
		.share_this li#twitter a {
			background: url(/images/icons/twitter_med.gif) 0 0 no-repeat;
		}
		
		.share_this li#myspace a {
			background: url(/images/icons/myspace_med.gif) 0 0 no-repeat;
		}
	
.print_invoice {
	position: absolute;
	top: 10px;
	right: 20px;
	_position: absolute;
	_right: 20px;
	display: block;
	background: url(/images/icons/print.gif) 0 0 no-repeat;
	padding-left: 24px;
	padding-top: 2px;
	padding-bottom: 2px;
}
	
.rss_link {
	display: block;
	background: url(/images/icons/rss.gif) 0 0 no-repeat;
	height: 30px;
	width: 30px;
	text-indent: -9999px;
}
	
.price {
	float: left;
	font-size: 18px;
	color: #000;
}

	.price span {
		display: block;
		float: left;
		margin-top: -3px;
		font-size: 37px;
	}
