@import "reset.css";
@import "layout.css";
@import "content.css";
@import "nav.css";
@import "gallery.css";

body, textarea {
	font-family: Arial, Helvetica, sans-serif;
}

    
/* ---------------social bookmarking--------------- */

#share {
	float:left;
	color:#FFF;
	padding:2px 4px 4px 20px;
	cursor:pointer;
	background: #9d9d9d url(/images/share/shareOpen.gif) no-repeat 4px 4px ;
	}

#share-detail {
	position:absolute;
	border:1px solid #9d9d9d;
	z-index:10;
	background:#FFF;
	padding:4px 10px;
	top:-10000px;
	}

#share-detail p {
	margin:0;
	padding:0;
	text-align:right;
	}

#share-detail p img {
	cursor:pointer;
	}

#share-detail ul {
	width:150px;
	margin:0;
	padding:0;
	}

#share-detail li {
	list-style-type:none;
	padding:0;
	margin:0;
	border-top:1px solid #ebebeb;
	padding:4px 0 4px 20px;
	background:#FFF no-repeat left center;
	}

#share-detail a {
	color:#ACACAC;
	font-size:auto;
	height:auto;
	line-height:auto;
	margin-left:12px;
	padding:0;
	display:block;
	text-decoration:none;
	}

#share-detail a:hover {
	color:#000;
	text-decoration:underline;
	}

.share-delicious {
	background-image: url(/images/share/delicious.png) !important;
	}
.share-digg {
	background-image: url(/images/share/digg.png) !important;
	}
.share-facebook {
	background-image: url(/images/share/facebook.png) !important;
	}
.share-google {
	background-image: url(/images/share/google.png) !important;
	}
.share-yahoo {
	background-image: url(/images/share/yahoo.png) !important;
	}
.share-newsvine {
	background-image: url(/images/share/newsvine.png) !important;
	}
.share-stumble {
	background-image: url(/images/share/stumbleupon.png) !important;
	}
.share-technorati {
	background-image: url(/images/share/technorati.png) !important;
	}
.share-reddit {
	background-image: url(/images/share/reddit.png) !important;
	}
.share-twitter {
	background-image: url(/images/share/twitter.gif) !important;
}