/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

li { list-style: disc; margin-left: 20px;}

#nav2 li { list-style: none;}

.entry a {color: #0649c9;}

#homeentry a {color: #0649c9;}

.more_entries {margin-top: -10px; margin-bottom: 50px;}



/* SPECIAL RULES FOR VIDEO SHARE ala http://tv.winelibrary.com/ */
.vshare {
	border-top: none;
	padding-bottom: 0px;
	margin-right: 9px;
	margin-top: 45px;
	padding-top: 63px;
	position: relative;
	width: 560;
}
.vshare i {
	background: url(images/pn-spriteTNM.png) no-repeat;
	display: block;
	height: 19px;
	position: absolute;
	top: 36px;
	width: 210px;
}
.vshare ul.toolbar,
.vshare ul.toolbar li {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
}
.vshare ul.toolbar {
	position: absolute;
	right: 0;
	top: 16px;
}
.vshare ul.toolbar li {
	display: -moz-inline-box; /* for Mozilla based browsers */
	display: inline-block;
	float: left;
	/* IE5/Mac needs these to have a set width. Change it when necessary. */
	/* start for IE5/Mac only \*//*/
	width: 5em;
	/* end for IE5/Mac only */
}
.vshare ul.toolbar li a {
	background: url(images/pn-spriteTNM.png) no-repeat -227px 0;
	display: block;
	display: inline-block;
	float: left;
	height: 47px;
	text-indent: -9999px;
	width: 133px;
}
.vshare ul.toolbar li a:hover {
	background-position: -227px -47px;
}
.vshare ul.toolbar li.vfacebook a {
	background-position: -360px 0;
	width: 143px;
}
.vshare ul.toolbar li.vfacebook a:hover {
	background-position: -360px -47px;
}
.vshare ul.toolbar li.vemail a {
	background-position: -503px 0;
	width: 112px;	
}
.vshare ul.toolbar li.vemail a:hover {
	background-position: -503px -47px;
}


/* LEGIT SIGNUP CUSTOM CSS */

#legitsignup {margin-bottom: 50px;

}



#legitbox {margin-top: -100px; margin-left: 334px;

}


#legitsubmit {margin-left: 465px; margin-top: -28px;

}



#legitbox input {width: 116px;
	

}

/* SIDEBAR SIGNUP CUSTOM CSS */

#sidesignup {margin-bottom: 30px; margin-top: 5px;
}



#sidebox {margin-top: 0px; margin-left: 22px;

}

#sidebox input {width: 118px;
	

}


#sidesubmit {margin-left: 154px; margin-top: -28px;



}


