/*
PURPOSE:
	[1] Basic cascading stylesheet for ALL browsers
	[2] All Article Pages
	[3] MEDIA = SCREEN

REVISION HISTORY:
	July 10th, 2007. v1.0. Created.

STATUS OF THIS DOCUMENT:
	This is a working draft.

MAINTAINER:
	Carl Lewin
	c a r l _ l e w i n @ d i s c o v e r y . c o m

LEGAL NOTICE:
	Distribution of this document is limited.
	Copyright (C) Discovery.com 2007. All Rights Reserved.
*/


/*
==================================
HTML TAGS - ANCHOR TAGS
==================================
*/
a.util-email {
	font-weight: bold;
	font-size: 90%;
	padding-left: 18px;
	background: url(/common/sgallery/email.png) center left no-repeat;
}

a.util-print {
	font-weight: bold;
	font-size: 90%;
	padding-left: 18px;
	background: url(/common/sgallery/print.png) center left no-repeat;
}

a.util-share {
	background:transparent url(/common/sgallery/share-bookmarks-icon.gif) no-repeat scroll left center;
	font-size:90%;
	font-weight:bold;
	padding: 5px 0px 6px 22px;
}

a.util-share-open {
	background:transparent url(/common/sgallery/share-bookmarks-icon-open.gif) no-repeat scroll left center;
	font-size:90%;
	font-weight:bold;
	padding: 5px 0px 5px 18px;
}

a.util-video {
	font-weight: bold;
	font-size: 90%;
	padding-left: 22px;
	background: url(/common/sgallery/video.png) center left no-repeat;
}

a.digg {
	font: bold 90%/18px Verdana, Arial, sans-serif;
	padding: 10px 0 10px 25px;
	background: url(/common/sgallery/bookmark-icons/16x16-digg.gif) center left no-repeat;
}

a.delicious {
	font: bold 90%/18px Verdana, Arial, sans-serif;
	padding: 10px 0 10px 25px;
	background: url(/common/sgallery/bookmark-icons/16x16-delicious.gif) center left no-repeat;
}

a.reddit {
	font: bold 90%/20px Verdana, Arial, sans-serif;
	padding: 10px 0 10px 25px;
	background: url(/common/sgallery/bookmark-icons/18x18-reddit.gif) center left no-repeat;
}

a.newsvine {
	font: bold 90%/18px Verdana, Arial, sans-serif;
	padding: 10px 0 10px 25px;
	background: url(/common/sgallery/bookmark-icons/16x16-newsvine.gif) center left no-repeat;
}

a.mixx {
	font: bold 90%/18px Verdana, Arial, sans-serif;
	padding: 10px 0 10px 25px;
	background: url(/common/sgallery/bookmark-icons/16x16-mixx.gif) center left no-repeat;
}

a.myspace {
	font: bold 90%/18px Verdana, Arial, sans-serif;
	padding: 10px 0 11px 25px;
	background: url(/common/sgallery/bookmark-icons/26x22-myspace.gif) center left no-repeat;
}

a.facebook {
	font: bold 90%/18px Verdana, Arial, sans-serif;
	padding: 10px 0 11px 25px;
	background: url(/common/sgallery/bookmark-icons/16x16-facebook.gif) center left no-repeat;
}

#yahooBuzzBadge-form  a span {
	font: bold 90%/18px Verdana, Arial, sans-serif;
	padding-left:25px !important;
}

/*
==================================
CLASS - SPACERS
==================================
*/
.standardUtilityPadding { padding: 10px 16px; }

.closePadding { padding: 4px 16px 4px 0; }


/*
==================================
ID - BOXES
==================================
*/
#util-email #utility { width: 623px; }
#util-email #closeUtility {
	text-align: right;
	background-color: #EBEBEB;
	width: 623px;
	height: auto;
}

#util-share #utility { width: 159px; }
#util-share #closeUtility {
	text-align: right;
	background-color: #EBEBEB;
	width: 159px;
	height: auto;
}


/*
==================================
ID - FRAMES
==================================
*/
#util-email, #util-share {
	display: none;
	visibility: hidden;
}

#util-email #wrapper {
	border: 1px solid #CCC;
	background-color: #FFF;
	color: #000;
	text-align: left;
}

#util-share #wrapper {
	border: 1px solid #CCC;
	background-color: #FFF;
	color: #000;
	text-align: left;
}


/*
==================================
ID - SPACERS
==================================
*/
#util-email table #text { padding: 2px 0 0 0; }
#util-email table #field { padding: 0 0 5px 10px; }
#util-email table #submit { padding: 5px 0 5px 115px; }

#share-digg, #share-delicious, #share-reddit, #share-newsvine, #share-yahoo-buzz, #share-mixx, #share-myspace, #share-facebook { margin-bottom: 6px; }

