/* global */
.center{
	text-align: center;
}
/* img links */
.imgLink:link,
.imgLink:active,
.imgLink:visited,
.imgBttn{
	display: block;
	height: 23px;
	backgorund-position: top center;
	background-color: transparent;
	border: 0px solid #fff; 
}
.imgLink:hover,
.imgBttn:hover{
	backgorund-position: bottom center;
}
.longForm input.uploadVideo{
	width: 278px;
	background: transparent url("../img/create/uploadButton.png") top center no-repeat;
	height: 25px
}
.longForm input.uploadVideo:hover{
	background-position: bottom center;
	}
.darkSidebar{
	background: #ffffff url("../img/bg/darkSidebar.gif") top right repeat-y;
}

.darkSidebarLarge{
	background: #ffffff url("../img/bg/darkSidebarLarge.gif") top right repeat-y;
}

/* homepage */

#home-bigcallouts{
	background: transparent url("../img/home/bigcall-divider.png") top center repeat-y;
	margin: 10px 0px 24px 0px;
}
#home-bigcallouts a#bigcall-share:link,
#home-bigcallouts a#bigcall-share:active,
#home-bigcallouts a#bigcall-share:visited
{
	background: transparent url("../img/home/home-bigcallout-share-bg.png") top center no-repeat;
	float: left;
	width:355px;
	display: block;
	padding-bottom: 20px;
	height: 267px;
}
#home-bigcallouts a#bigcall-share:hover{
	background-position: bottom center;	
}
#home-bigcallouts a#bigcall-share:link div,
#home-bigcallouts a#bigcall-share:active div,
#home-bigcallouts a#bigcall-share:visited div,
#home-bigcallouts a#bigcall-share:hover div{
	background: transparent url("../img/home/shareYourVideo.png") bottom center no-repeat;
	height: 75px;
	width: 280px;
	margin: 20px auto;
	height: 220px;
}
#home-bigcallouts a#bigcall-share div div#sampleVideo{
	display: block;
	height: 157px;
	width: 278px;
	margin: 0px auto;
	background: transparent;
}
#home-bigcallouts a#bigcall-play:link,
#home-bigcallouts a#bigcall-play:active,
#home-bigcallouts a#bigcall-play:visited
{
	background: transparent url("../img/home/home-callout-play-bg.png") top center no-repeat;
	padding-top: 192px;
	float: right;
	width:363px;
	display: block;
}
#home-bigcallouts a#bigcall-play:hover{
	background-position: bottom center;	
}
#home-bigcallouts a#bigcall-play:link div,
#home-bigcallouts a#bigcall-play:active div,
#home-bigcallouts a#bigcall-play:visited div{
	/*background: transparent url("../img/home/bicall-playgrillville.png") top center no-repeat;*/
	height: 75px;
	width: 278px;
	margin: 0px auto 20px;
}
#home-bigcallouts a#bigcall-play:hover div{
	background-position: bottom center;
}


/* step1 */
a#IamAmateur:link,
a#IamAmateur:active,
a#IamAmateur:visited
{
	display: block;
	float: left;
	width: 365px;
	height: 287px;
	/*padding-bottom: 243px;*/
	background: transparent url("../img/amateurOrPro/amateur.png") top center no-repeat;
}
a#IamAmateur:hover	{
	background-position: bottom center;	
}
a#IamAmateur:link div,
a#IamAmateur:active div,
a#IamAmateur:visited div,
a#IamAmateur:hover div{
	display: block;
	margin: 20px auto;
	width: 284px;
	height: 219px;
	background: transparent url("../img/amateurOrPro/amateurText.png") top center no-repeat;
}

a#IamPro:link,
a#IamPro:active,
a#IamPro:visited{
	display: block;
	float: right;
	width: 357px;
	height: 287px;
	/*padding-top: 240px;*/
	background: transparent url("../img/amateurOrPro/pro.png") top center no-repeat;
}
a#IamPro:hover{
	background-position: bottom center;	
}
a#IamPro:link div,
a#IamPro:active div,
a#IamPro:visited div,
a#IamPro:hover div{
	display: block;
	margin: 20px auto;
	width: 311px;
	height: 219px;
	background: transparent url("../img/amateurOrPro/proText.png") top center no-repeat;
}


#create a.submitVille input{
	display: none;
}

#ville #villeContent {
	float: left;
	width: 480px;
}

#ville #villeSidebar {
	float: right;
	width: 200px;
}

#ville #villeSidebar h5 {
	font-size: 1.2em;
}

#ville #videoContainer {
	margin: 15px 0px;
}

#ville .voteButton {
	float: left;
	width: 115px;
}

#ville .voteButton,
#ville .voteButton-hasVoted,
.voteButtonSmall {
	background: #FFFFFF url("../img/global/voteButton.gif") scroll left top no-repeat;
	height: 30px;
	padding: 0 0 0 40px;
	font-weight: bold;
	text-decoration: none;
}

#ville .voteButton-hasVoted {
	background: #FFFFFF url("../img/global/hasVotedIcon.gif") scroll left top no-repeat;
	float: right;
}

.voteButtonSmall {
	background: #FFFFFF url("../img/global/voteButtonSmall.gif") scroll left top no-repeat;
	height: 21px;
	padding: 0 0 0 25px;
	float: left;
}

.voteButtonSmall-hasVoted {
	background: #FFFFFF url("../img/global/hasVotedIconSmall.gif") scroll left top no-repeat;
	height: 21px;
	padding: 0 0 0 25px;
	float: left;
}

.voteButton-hasVoted span,
.voteButton span,
.voteButtonSmall span,
.voteButtonSmall-hasVoted span {
	display: block;
}

.voteButton-hasVoted span.like,
.voteButton span.like,
.voteButtonSmall span.like,
.voteButtonSmall-hasVoted span.like {
	color: #900028;
}

.voteButton-hasVoted span.like,
.voteButtonSmall-hasVoted span.like {
	margin: 2px 0 0 0;
	color: #0300b7;
}

.voteButton span.like {
	margin: 5px 0 0 0;
}

.voteButton-hasVoted span.gray,
.voteButton span.gray,
.voteButtonSmall span.gray,
.voteButtonSmall-hasVoted span.gray {
	font-size: .8em;
	line-height: 8px;
	color: #acacac;
}

#ville .voteButton:hover,
.pageStyle .voteButtonSmall-hasVoted:hover,
.voteButtonSmall:hover,
.pageStyle .voteButtonSmall:hover {
	text-decoration: none;
	color: #900028;
	background-position: bottom left;
}
#villeSidebar .dashed-liner {
	width: 200px;
}

#villeSidebar #sampleVille h3 {
	font-size: 1.2em;
	margin: 10px 0 5px 0;
}

#villeSidebar #sampleVille img.thumb,
#ville #sampleVille .villePic {
	width: 200px;
}

#villeSidebar #sampleVille p {
	padding: 0 0 0 0;
}
/*Adding Title to Step 1 Begin*/
#underTitleText	{
	padding: 0px 0px 20px 0px;
}
#underTitleText p	{
	font-family: "Avenir LT Std", "Trebuchet MS", Helvetica, Arial;
	font-size: 16px;
	font-weight: bolder;
	padding: 0px;
	margin: 0px;
	color: #fff;
	text-align: center;
}
.addSpace	{
	margin-bottom: 40px;	
}
/*Adding Title to Step 1 End*/
