/*
 * IBGG IconBuffet Makeover
 *
 * Author      : FallenAngel (inspired by THiC's "IconBuffet Restyled")
 * Created     : July 17th, 2007
 * Version     : 1.0
 * Website     : http://ibgeekgirls.blogspot.com
 * Description : (includes all subdomains) 
 *             : IconBuffet restyled with a geeky theme
 * Usage       : Use with Stylish Firefox extension (http://userstyles.org/) or copy to your Firefox userContent.css file
 */

/*** IB RESTYLED ***/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix(http://www.iconbuffet), url-prefix(http://www.iconbuffet)
{

body {
	padding: 0px !important;
	margin: 0px !important;
	font-family: "Lucida Grande", "Verdana", sans-serif !important;
	background: #122738 url('http://ecanusangel.googlepages.com/ibgg_binary_grey.gif/ibgg_binary_grey-full.jpg') repeat !important;
	font-size: small !important;
}

#header {
	position: relative !important;
	display: block !important;
	margin: 0 auto !important;
	height: 80px !important;
	background: black url('http://ecanusangel.googlepages.com/top_corner.gif/top_corner-full.jpg') right top no-repeat !important;
}

#footer .copywrite {
	display: block !important;
	clear: left !important;
	line-height: 30px !important;
	padding: 0 0 0 20px !important;
	margin: 0 !important;
	color: #8b8b8b !important;
	background: black; }

.friends li a img {
	padding: 1px !important;
	border: 2px solid #ddd !important; }

.friends li a:hover img {
	border: 2px dashed #999 !important; }

.thread blockquote {
  background: #ccdacc !important;
  padding: 8px 10px !important;
  color:#666 !important;
  font-style:italic !important;
  font-size:small !important;
  border: 3px #adbaad solid !important; }

.comment {
	position: relative;
	font-size: 11px;
	margin-bottom: 12px;
	border: 5px solid #B3F7F9 !important;
        background: #DFFEFF !important; }

.comment .author {
	position: relative;
	padding: 0;
	font-size: 12px;
	padding: 5px 5px 0px 10px !important;
	margin-bottom: 8px;
	overflow: hidden;
	color: #918949;
	background: #DFFEFF !important; }

.comment.whisper {
	border: 5px solid #818181 !important;
        background: #cfcfcf !important; }

.comment.whisper .author {
	color: #58925f;
	background: #cfcfcf !important; }


/*** END OF IB RESTYLED ***/

#yellow {
	position: relative;
	display: block;
	overflow: hidden;
	height: 100%;
	padding: 24px 0 0 20px;
	margin: 0;
	border-bottom: 4px solid #535353 !important;
	background: #E0E0E0 url('http://ecanusangel.googlepages.com/bg_grey.gif/bg_grey-full.jpg') repeat-x !important;
}
#yellow h2 {
	letter-spacing: -1px;
	font-size: 30px;
	margin: 0px;
	padding-bottom: 2px; }

#yellow h2 a:hover { background-color: #E0E0E0 !important; }

/*** SUB HEADER ***/

.sub-header {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 16px 20px;
	margin: 0px;
	line-height: 20px;
        background: #003300 url('http://ecanusangel.googlepages.com/green_bg.gif/green_bg-full.jpg') repeat !important;
}

.sub-header p {
	font-size: 10px;
	color: #AEFB7B !important;
	padding: 0; }

h3#t-about { background: transparent url('http://www.iconbuffet.com/images/title-about.gif') no-repeat left top; }

/*** Tagline ***/

#tagline-2 {
	position: absolute;
	top: 13px;
	left: 170px;
	width: 224px;
	height: 21px;
	text-indent: -3000px;
	outline: 0;
	background: transparent url('http://ecanusangel.googlepages.com/true_geek.gif/true_geek-full.jpg') top left no-repeat !important;
}

/*** Blog Forum ***/

.blog-forum table td { border-top: 1px solid #dcdcdc !important; }

.blog-forum table tr.highlight { background: #fffedb; }
.blog-forum table tr.sticky {
	background: #CFCFCF !important; }

.blog-forum table tr.sticky:hover {
	background: #AFAFAF !important ; }


/*** Navigation ***/

#nav1 .stock-icons,
#nav1 .free-delivery,
#nav1 .blog-forum,
#nav1 .my-icons {
	display: block;
	height: 40px;
	margin: 0 4px 0 0;
	text-indent: -3000px;
	border: none;
	outline: 0;
}
#nav1 .stock-icons {
	width: 95px;
	background: transparent url('http://ecanusangel.googlepages.com/stock-icons.gif/stock-icons-full.jpg') !important;
}
#nav1 .free-delivery {
	width: 106px;
	background: transparent url('http://ecanusangel.googlepages.com/free_delivery.gif/free_delivery-full.jpg') !important;
}
#nav1 .blog-forum {
	width: 97px;
	background: transparent url('http://ecanusangel.googlepages.com/blog_forum2a.gif/blog_forum2a-full.jpg') !important;
}
#nav1 .my-icons {
	width: 79px;
	background: transparent url('http://ecanusangel.googlepages.com/my_icons2a.gif/my_icons2a-full.jpg') !important;
}
#nav1 .stock-icons:hover,
#nav1 .free-delivery:hover,
#nav1 .blog-forum:hover,
#nav1 .my-icons:hover {
	background-position: 0 -40px !important;
}
body.stock-icons #nav1 .stock-icons,
body.free-delivery #nav1 .free-delivery,
body.package #nav1 .free-delivery,
body.blog-forum #nav1 .blog-forum,
body.my-icons #nav1 .my-icons {
	background-position: 0 -80px !important;
}


/*** Profile ***/
.profile #yellow {
	overflow: hidden;
	height: 100%;
	padding: 34px 0 0 88px;
}
.profile #yellow .avatar {
	position: absolute;
	top: 16px;
	left: 15px;
	width: 68px;
	height: 68px;
	background: transparent url('http://ecanusangel.googlepages.com/av_bg.gif/av_bg-full.jpg') top left no-repeat !important;
}

.profile #yellow h2 {
	float: left;
	padding-bottom: 25px; }

.profile #yellow h2 a {
	color: black; }

.profile #yellow h2 a:hover {
	color: #ff4400;
	background: #E0E0E0;
	text-decoration: none; }

.profile .message {
	position: relative;
	margin-bottom: 10px;
	background: #fffce9;
	border: 1px solid #e4dfbb;
}

.profile .sub-header {
	font-size: 10px;
	overflow: hidden;
        padding: 16px 20px;
        background-color: #003300;
}
.profile .sub-header p {
	padding: 0;
	margin: 0;
	line-height: 17px;
}
.profile .sub-header h3 {
	width: 385px;
	height: 32px;
	text-indent: -3000px;
	outline: 0;
	background: #003300 url('http://ecanusangel.googlepages.com/about_me2.gif/about_me2-full.jpg') top left no-repeat !important;
}

.profile .sub-header #about-me h4 {
	font-family: 'Courier', monospace;
        color: #65FF00 !important;
	line-height: 17px;
	margin: 0;
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
	background: none; }

.profile .sub-header .lined {
	overflow: hidden;
	height: 100%;
	background: transparent url('http://ecanusangel.googlepages.com/green_lines.gif/green_lines-full.jpg') 0px 0px repeat-y !important;
}

.profile .sub-header #headings {
	display: block;
	height: 14px;
	padding-bottom: 7px;
	background: transparent url('http://www.iconbuffet.com/images/about-me-heading.gif) top left no-repeat;'}

.profile .sub-header .tags {
	font-family: 'Courier', monospace; }

.profile .sub-header .tag-div {
	margin: 0;
        font-family: 'Courier', monospace !important;
	float: left;
	width: 112px;
	padding-right: 8px; }

.profile .sub-header .tag-div h4 {
	font-family: 'Courier', monospace;
        color: #65FF00 !important;
	line-height: 17px;
	margin: 0;
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
	background: none; }

.profile .sub-header label {
	font-size: 13px;
	font-family: 'Courier', monospace;
	font-style: italic;
	color: #444;
	padding: 14px 0 2px 0; }

/*** Stock Icons ***/

.stock-icons .sub-header  {
	font-size: 11px; }

.stock-icons .sub-header  #headings {
	display: block;
	height: 14px;
	padding-bottom: 7px;
	background: transparent url('http://www.iconbuffet.com/images/browse-heading.gif') top left no-repeat;
}
.stock-icons .sub-header .lined {
	overflow: hidden;
	height: 100%;
	background: transparent url('http://ecanusangel.googlepages.com/green_lines.gif/green_lines-full.jpg') top left repeat-y !important; }

.stock-icons .sub-header  h3 {
	width: 306px;
	height: 19px;
	text-indent: -3000px;
	outline: 0;
	padding-bottom: 12px;
	margin: 0;
	background: transparent url('http://ecanusangel.googlepages.com/browse_stock.gif/browse_stock-full.jpg') top left no-repeat !important;
}
.stock-icons .sub-header  .tag-div {
	margin: 0;
	float: left;
	width: 200px;
	padding-bottom: 1px;
	padding-right: 8px;
}
.stock-icons .sub-header  .tag-div.wide {
	width: 275px;
}
.stock-icons .sub-header  .tag-div h4 {
	font-family: 'Courier', monospace;
	line-height: 16px;
	margin: 0;
        color: #65FF00 !important;
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
	background: none;
}

.stock-icons .sub-header  ul li {
	float: left;
	width: 80px;
        font-family: 'Courier', monospace !important;
	line-height: 17px;
	padding: 0;
	padding-right: 5px; }
}