/* @override 
	http://camplus.s3.amazonaws.com/share/share-new.css?v122
*/

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
}

.clear {
	clear: both;
}	

a#tweetblast{
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	height: 92px;
	background: url(share_img/tweetblast.png) center center;
	z-index: 10000;
}
body {
	background: #2e2d30 url(share_img/backTexture.jpg) bottom left;
	color: #929292;
	margin: 0px 0 0 0;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	text-shadow: rgba(0,0,0,0.01) 0 0 1px;
	-webkit-text-stroke: 1px transparent;
}
.container {
	width: 860px;
	margin: 20px auto;
}
.container h1 {
	width: 326px;
	height: 75px;
	margin: 10px 0 15px -30px;
	text-indent: -500em;
	background: url(share_img/Camera%2Bicon.png);
}
.container .findOutMore {
	width: 488px;
	height: 60px;
	float: right;
	margin: 2px;
	background: url(share_img/findOutMore.png);
}
.container .box1 {
	background: #292929;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 10px 0;
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,.3);
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,.3);
}
.container .box2 {
	background: #303030;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 10px 0;
}
.container .box3 {
	background: #3b3b3b;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 30px 30px 10px 30px;
	text-align: center;
}

.container .tweet {
	position: relative;
	text-align: left;
	min-height: 75px;
	margin: 0 100px 15px 0;
}
.container .tweet img {
	float: left;
	margin: 3px 10px 0 0;
	-border: 1px solid #333;
	-webkit-border-radius: 5px;	
	-moz-border-radius: 5px;	
	width: 48px;
	height: 48px;
}

a.tweetUsername {
	text-decoration: none;
	color: #9D9D9D;
	font-size: 15px;
}

a.tweetUsername b {
	font-weight: bold;
	color: white;
}

a.tweetUsername:hover {
	text-decoration: underline;
}

.container .tweet .tweetMeta {
	margin-right: -100px;
	float: right;
	text-align: right;
}
.container .tweet .tweetMeta .views {
	font-size: 23px;
	color: #888;
	letter-spacing: -.05em;
	margin: -3px 0 3px 0.5em;
}

.container .tweet .tweetMeta .views a {
	display: block;
	font-size: 17px;
	color: #888;
	text-decoration: none;
}
.container .tweet .tweetMeta .views a:hover {
	text-decoration: underline;
}

.tweetShare {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	width: 170px;
	background: #4f4f4f;
	padding: 3px;
	margin: -10px -3px 5px 0;
	display: block ! important;
}
.tweetShare .inner {
	background: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 2px 0px 0px 0px;
}
.container .tweet .tweetContents {
	font-size: 19px;
	color: #fff;
	line-height: 22px;
	text-decoration: none;
	margin: 1px 0px 6px 0px;
}

.tweetText a {
	color: #9D9D9D;
	text-decoration: none;
}

.tweetText a:hover {
	text-decoration: underline;
}

.container .tweet .tweetText {
	padding-left: 60px;
}
.container .tweet a.tweetContents:hover {
	text-decoration: underline;
}
.container .tweet .tweetUser {
	font-size: 12px;
	height: 22px;
	color: #9D9D9D;
	margin-top: 3px;
}
.container .tweet .tweetUser a:link, .container .tweet .tweetUser a:visited {
	color: #9D9D9D;
	text-decoration: none;
}
.container .tweet .tweetUser a:hover {
	text-decoration: underline;
}
.container .tweet .tweetUser .tweetLocation {
	display: inline;
	position: relative;
	cursor: pointer;
}
.container .tweet .tweetUser .tweetLocation .tweetLocationMap {
	opacity: 0;
	display: block;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -212px;
	width: 435px;
	height: 0;
	z-index: 300;
	background: url(share_img/tweetLocationMap.png);
	overflow: hidden;
}
.container .tweet .tweetUser .tweetLocation:hover .tweetLocationMap  {
	height: 354px;
	opacity: 1;
}
.container .tweet .tweetUser .tweetLocation .tweetLocationMap #mapElement {
	position: absolute;
	top: 34px;
	left: 19px;
	width: 398px;
	height: 299px;
}

.tweetDate {
	background: url(share_img/twittermetaicons.png) no-repeat 0 0;
	padding-left: 20px;
	margin-right: 5px;
}

.container .tweet .tweetUser .tweetLocation {
	background: url(share_img/twittermetaicons.png) no-repeat 0 -23px;
	padding-left: 13px;
	margin-right: 5px;
}


.container .tweet .intent {
	opacity: 0;
	-webkit-transition-duration: 250ms;
}

.container .tweet:hover .intent {
	opacity: 1;
}

.container .tweet .tweetUser .reply {
	background: url(share_img/twittermetaicons.png) no-repeat 0 -45px;
	padding-left: 15px;
	margin-right: 5px;
}

.container .tweet .tweetUser .retweet {
	background: url(share_img/twittermetaicons.png) no-repeat 0 -69px;
	padding-left: 17px;
	margin-right: 5px;
}

.container .tweet .tweetUser .favorite {
	background: url(share_img/twittermetaicons.png) no-repeat 0 -93px;
	padding-left: 18px;
	margin-right: 5px;
}

.container .photoHolder {
	display: inline-block;
	margin: 5px 0;
}
.container .setText {
	padding: 0 50px 0 0;
}
.container .setText .setTitle {
	color: #fff;
	font-size: 32px;
	line-height: 32px;
	margin-bottom: .5em ! important;
}
.container .setText .setBlurb {
	font-size: 15px;
	color: #a3a3a3;
}
.container .setText .setBlurb a:link, .container .setText .setBlurb a:visited {
	color: #cdcdcd;
	text-decoration: none;
	font-weight: bold;
}
.container .photoDescription {
	text-align: left;
	margin: .7em 0em .6em 0em;
	font-size: 20px;
	min-height: 20px;
	line-height: 20px;
	color: #fff;
}
.container .photoDescription .author {
	float: right;
	color: #9D9D9D;
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
	margin-top: 5px;
}
.container .photoDescription .author a:link,
.container .photoDescription .author a:visited {
	color: #9D9D9D;
	text-decoration: none;
	font-size: 16px;
}
.container .photo {
	clear: both;
	display: block;
	margin: 10px auto 20px auto;
	max-width: 800px;
	/* for some reason this really slows down animations :( */
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,.5);
}


.container .alsoBy {
	position: relative;
	padding: 20px 20px 30px 20px;
	overflow: hidden;
	margin-top: -30px;
	height: 200px;
}

.container .alsoBy .groups {
	position: absolute;
	overflow: hidden;
	height: 210px;
	width: 120000px;
	left: 0;
	-webkit-transition: 0.7s;
	padding: 0 40px;
}

.container .alsoBy .groups.elastic {
	-webkit-transition: 0.3s;
}


.container .alsoBy .group:link, .container .alsoBy .group:visited {
	position: relative;
	float: left;
	padding: 2px 2px 11px 2px;
	margin: 40px 10px 0 0;
	text-decoration: none;
	height: 130px;
}

.container .alsoBy .group.multi:link, .container .alsoBy .group.multi:visited {
	background: #212221;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;

}

.container .alsoBy .group .groupCount {
	position: absolute;
	top:0;
	left:0;
	font-size: 14px;
	width:20px;
	height:20px;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.18, rgb(120,0,0)), color-stop(0.59, rgb(209,0,0)));
	background-image: -moz-linear-gradient(center bottom, rgb(120,0,0) 18%, rgb(209,0,0) 59%);
	color:white;
	font-weight:bold;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	text-align:center;
	border: 2px solid white;
	-webkit-box-shadow: 2px 2px 3px black;
}



.container .alsoBy .group .groupCount.n1 {
	display: none;
}

.container .alsoBy .groupArrow {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 35px;
	background: url(share_img/arrow2.png);
	-webkit-transition: .7s;
	z-index: 200;
}

.container .alsoBy .groupDate {
	position: absolute;
	right: 0px;
	left: 0px;
	text-align: center;
	bottom: -20px;
	color: #979797;
	font-size: 12px;
	text-decoration: none;
}
.container .alsoBy .thumb {
	display: table-cell;
	height: 120px;
	padding: 10px 10px 0px 10px;
	text-align: center;
	vertical-align: middle;
}
.container .alsoBy .single .thumb {
	height: 100px;
}
.container .alsoBy .pager {
	position: absolute;
	top: 30px;
	height: 200px;
	width: 50px;
	text-indent: -5000em;
	z-index: 100;
	cursor: pointer;
}
.container .alsoBy .pager.moveLeft {
	left: 0px;
	background: url(share_img/moveLeft.png);
}
.container .alsoBy .pager.moveRight {
	right: 0px;
	background: url(share_img/moveRight.png);
}

.container .alsoBy .pager.disabled {
	cursor: pointer;
	opacity: 0.3;
}

.container .alsoBy img {
	max-width: 120px;
	max-height: 120px;
	vertical-align: middle;
}


/*
.appBuyButton:link, .appBuyButton:visited {
	line-height: 17px;
	margin-top: 25px;
	display: block;
	padding: 10px 10px 13px 18px;
	width: 155px;
	text-decoration: none;
	font-size: 22px;
	color: #fff;
	text-shadow: 0px -1px 0px rgba(0,0,0,.5);
	border: 1px solid rgba(20,20,20,.8);
	-webkit-border-radius: 7px;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.1);
	-moz-border-radius: 6px;
	background:
	-webkit-gradient(linear, left bottom, -0 30, from(rgba(0,0,0,.1)), to(rgba(0,0,0,0))),
	-webkit-gradient(linear, left bottom, left top, from(rgba(50,50,50,1)), to(rgba(50,50,50,0.1))),
	-webkit-gradient(linear, 0 20, 70 100, from(rgba(90,90,90,.2)), to(rgba(180,180,180,0.1)), color-stop(0.5, rgba(90,90,90,.4)), color-stop(0.5, rgba(90,90,90,.1))),
	-webkit-gradient(linear, 0 0, 0 1, from(rgba(0,0,0,1)), to(rgba(50,50,50,1)));
	background: 
	-moz-linear-gradient(center bottom, rgba(168,168,168,1), rgba(168,168,168,0.1)),
	-moz-linear-gradient(left top, rgba(255,255,255,.2) 0%, rgba(255,255,255,.4) 50%, rgba(255,255,255,.1) 50%, rgba(255,255,255,0.1) 100%),
	-moz-linear-gradient(center top, rgb(225,225,225) 0%, rgb(185,185,185) 7%, rgb(154,154,154) 100%);
}
.appBuyButton span {
	margin: -3px -4px;
	padding: 0px 5px 4px 5px;
	float: right;
	color: #fff;
	font-size: 22px;
	border: 1px solid #910000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-shadow: 0px 0px 2px rgba(0,0,0,.4);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.3);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,.5);
	background: #d62d16;
	background:
	-webkit-gradient(linear, left bottom, left top, from(rgba(223,33,6,1)), to(rgba(223,33,6,0.1))),
	-webkit-gradient(linear, 0 0, 30 30, from(rgba(248,143,132,.2)), to(rgba(187,6,0,0.1)), color-stop(0.5, rgba(255,255,255,.0)), color-stop(0.5, rgba(187,6,0,.6))),
	-webkit-gradient(linear, 0 0, 0 3, from(rgba(151,0,0,.4)), to(rgba(151,0,0,0))),
	-webkit-gradient(linear, left bottom, -0 -4, from(rgba(151,0,0,.4)), to(rgba(151,0,0,0)));
	background:
	-moz-linear-gradient(center bottom, rgba(223,33,6,1), rgba(223,33,6,0.1)),
	-moz-linear-gradient(left top, rgba(248,143,132,.2) 0%, rgba(255,255,255,.0) 45%, rgba(187,6,0,.6) 45%, rgba(187,6,0,0.1) 100%),
	-moz-linear-gradient(center top, rgb(217,160,157) 0%, rgb(189,64,55) 7%, rgb(218,37,13) 100%);
}
.appBuyButton span sup {
	font-size: 13px;
	vertical-align: 7px;
}
*/

/* Depreciated */
#appInfo {
	height: 330px;
	background: #1d1f1d url(share_img/appTexture.png);
	margin: -330px 0 0 0;
	-webkit-transition: .7s;
}
#appInfo:hover {
	margin: 0px;
}
#appInfo #appDesc {
	width: 800px;
	position: relative;
	padding: 20px;
	margin: 0px auto;
}
#appInfo #appDesc #appTab {
	background: url(share_img/appTab.png) center bottom no-repeat;
	position: absolute;
	top: 33px;
	width: 492px;
	height: 381px;
	right: -20px;
	z-index: 10;
}
#appInfo #appDesc #appTab img {
	display: block;
	margin: 6px auto;
}
#appInfo #appDesc h2 {
	width: 177px;
	height: 33px;
	margin-top: 25px;
	text-indent: -5000em;
	background: url(share_img/camera%2B.png);
}
#appInfo #appDesc h3 {
	font-size: 23px;
	font-weight: normal;
}
#appInfo #appDesc p {
	position: absolute;
	top: 120px;
	height: 190px;
	width: 420px;
	font-size: 15px;
	line-height: 19px;
	z-index: 20;
}
#appInfo #appDesc #appBuyNow:link, #appInfo #appDesc #appBuyNow:visited {
	display: block;
	margin: 30px 0;
	width: 295px;
	height: 40px;
	background: url(share_img/buyNow.png);
	text-indent: -5000em;
}


#contestBox {
	display: block;
	margin: 50px 0px 0px 0px;
	text-align: center;
	background: #181818;
	color: #878787;
	text-decoration: none;
}
#contestBox div {
	position: relative;
	width: 800px;
	margin: 0px auto;
	padding: 20px 20px 25px 20px;
	text-align: left;
}
#contestBox img {
	float: left;
	margin: -10px 20px 0 -10px;
	-webkit-transform: rotate(-4deg);
	-webkit-box-shadow: 0px 0px 5px rgba(100,100,100,.6);	
	-moz-transform: rotate(-4deg);
	-moz-box-shadow: 0px 0px 5px rgba(100,100,100,.6);	
	transform: rotate(-4deg);
	box-shadow: 0px 0px 5px rgba(100,100,100,.6);	
}
#contestBox .clip {
	padding: 0px;
	position: absolute;
	width: 33px;
	height: 57px;
	background: url(share_img/contestClip.png);
	top: -10px;
	left: 2px;
}
#contestBox h3 {
	color: #fff;
	font-size: 19px;
	margin-bottom: -2px;
}
#contestBox p {
	font-size: 13px;
	color: #878787;
}
#contestBox p strong {
	color: #b4b4b4;
}
#contestBox p strong sup {
	color: #fb2c21;
}
#contestBox .moreButton {
	float: right;
	margin: 11px 8px 8px 100px;
	padding: 4px 8px 6px 8px;
	font-size: 13px;
	background: #f03217;
	font-weight: bold;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.6);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,.6);
	box-shadow: 0px 0px 3px rgba(0,0,0,.6);
	background:
	-webkit-gradient(linear, left bottom, left top, from(#cf2018), to(#f23f25));
	background:
	-moz-linear-gradient(center bottom, #f23f25, #cf2018);
}


.button {
	display: inline-block;
	height: 25px;
	cursor: pointer;
	background: #525252;
	border: 1px solid #252525;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px #3F3F3F, 0 1px 1px #5D5D5D inset, 0 -1px 1px #353535 inset;

	-moz-border-radius: 4px;
	-moz-box-shadow: 0 1px 2px #3F3F3F, 0 1px 1px #5D5D5D inset, 0 -1px 1px #353535 inset;
	
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.1, rgb(61,61,61)),
		color-stop(1, rgb(82,82,82))
	);
	
	background: -moz-linear-gradient(
		center bottom,
		rgb(61,61,61) %,
		rgb(82,82,82) 90%
	);
}

.button:hover {
	background: #2D2C2C;
	-webkit-box-shadow: 0 1px 2px #3F3F3F, 0 2px 3px #202020 inset /*, 0 -1px 1px #353535 inset*/;
	-moz-box-shadow: 0 1px 2px #3F3F3F, 0 2px 3px #202020 inset /*, 0 -1px 1px #353535 inset*/;
}


.login {
	padding: 15px;
	color: #868686;
	font-size: 13px;
	text-shadow: 0px 1px 3px rgba(0,0,0,1);
}

.login a {
	color: #868686;
}

.lbutton,.lbutton.unselected:hover {
	background: #525252;
	width: 43px;
	height: 25px;
	border: 1px solid #252525;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px #3F3F3F, 0 1px 1px #5D5D5D inset, 0 -1px 1px #353535 inset;

	-moz-border-radius: 4px;
	-moz-box-shadow: 0 1px 2px #3F3F3F, 0 1px 1px #5D5D5D inset, 0 -1px 1px #353535 inset;
	
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.1, rgb(61,61,61)),
		color-stop(1, rgb(82,82,82))
	);
	
	background: -moz-linear-gradient(
		center bottom,
		rgb(61,61,61) %,
		rgb(82,82,82) 90%
	);
}

.lbutton:hover,.lbutton.selected {
	background: #2D2C2C;
	-webkit-box-shadow: 0 1px 2px #3F3F3F, 0 2px 3px #202020 inset /*, 0 -1px 1px #353535 inset*/;
	-moz-box-shadow: 0 1px 2px #3F3F3F, 0 2px 3px #202020 inset /*, 0 -1px 1px #353535 inset*/;
}

.lbutton:hover div {
	opacity: 0.7;
}

.lbutton div {
	background: transparent url(share_img/login_icons.png) no-repeat;
	width: 43px;
	height: 25px;
}

.meta {
	float: right;
	font-size: 13px;
	position: relative;
	width: 230px;
	z-index: 1000;
	height: 25px;
	margin: -10px 10px 0 0;
	padding: 5px;
}


.meta .camera {
	position: absolute;
	top: 4px;
	right: 60px;
	text-align: right;
	width: 300px;
}

.meta.login {
	text-shadow: none;
}
.meta.login .camera {
	right: 110px;
	text-shadow: none;
}

.meta .exif {
	position: absolute;
	top: 0;
	right: 0;
	height: 28px;
	width: 50px;
}

.meta.login .exif {
	right: 50px;
}

.meta .exif:hover .data {
	display: block;
}


.exif .data .pilupp {
	position: absolute;
	top: -16px;
	right: 9%;
	margin-right: -16px;
	width: 34px;
	height: 26px;
	background: url(share_img/pilupp.png?v2) no-repeat;
	z-index: 100;
}


.meta .exif .data {
	position: absolute;
	top: 39px;
	left: 50%;
	width: 250px;
	margin-left: -251px;

	display: none;

	background-color: #292929;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.3), 0 1px 1px rgba(93,93,93,0.5) inset, 0 -1px 1px rgba(53,53,53,0.5) inset;
	-moz-border-radius: 4px;
	-moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.3), 0 1px 1px rgba(93,93,93,0.5) inset, 0 -1px 1px rgba(53,53,53,0.5) inset;
	border: 1px solid black;
	padding-bottom: 12px;
	text-align: left;
	padding: 10px 14px;
	font-size: 13px;
	line-height: 15px;
}
.exif .exif-time {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	line-height: 23px;
}
.exif .data strong {
	color: #cdcdcd;
	font-weight: normal;
}
.exif table {
	width: 100%;
	margin: 10px 0;
	border-top: 1px solid #414141;
	border-bottom: 1px solid #414141;
	border-collapse: collapse;
}
.exif table td {
	text-align: center;
	border-right: 1px solid #414141;
	padding: 5px 3px 7px 3px;
	color: #fff;
	font-weight: bold;
}
.exif table td:last-child {
	border-right: 0px solid #414141;
}
.exif .recipe {
	margin: 0px 4px;
	list-style-type: none;
	padding: 0px;
}
.exif .recipe .ingred {
	text-align: right;
	height: 16px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #545454;
	position: relative;
}
.exif .recipe .ingred-value {
	background: #292929;
	display: inline-block;
	padding: 4px 0px 3px 4px;
}
.exif .recipe .ingred a:link, .exif .recipe .ingred a:visited {
	text-decoration: none;
	color: #9D9D9D;
}
.exif .recipe .ingred a:hover {
	text-decoration: underline;
}
.exif .recipe .ingred:before {
	content: "Scene";
	display: block;
	padding: 3px 2px 0px 30px;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #292929;
	background-image: url(img/recipe_icons.png); 
	background-repeat: no-repeat;
}

	

.exif .recipe .ingred.scenemode:before { background-position: 0px 4px; content: "Scene"; }
.exif .recipe .ingred.crop:before { background-position: 0px -22px; content: "Crop"; }
.exif .recipe .ingred.fx:before { background-position:  0px -43px; content: "Filter"; }
.exif .recipe .ingred.adjust:before { background-position: 0px -91px; content: "The Lab"; }
.exif .recipe .ingred.border:before { background-position: 0px -66px; content: "Frame"; }

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.exif .recipe .ingred:before {
		background-image: url(img/recipe_icons2x.png);
		background-size: 23px 111px;
	}
}


.exif .lbutton {
	position: absolute;
	top:0;
	right: 0;
	
	cursor: pointer;
}

.exif .lbutton div {
	background-position: 13px -109px;
}


hr {
	height: 1px;
	background-color: #3F3F3F;
}

.meta.login .delete.lbutton {
	position: absolute;
	top:0;
	right:0;
	
	cursor: pointer;
}

.meta.login .delete.lbutton div {
	background-position: 13px -41px;
}


.usercontrols {
	position: absolute;
	margin-top: 0;
	top: 59px;
	left: 0px;
	width: 50px;
	height: 30px;
}

.usercontrols .lbutton {
	width: 46px;
}
.usercontrols .lbutton div {
	background-position: 7px 3px;
	
	cursor: pointer;
}

.usercontrols:hover {
	height: 60px;
}

.usercontrols .controlspop {
	display: none;
	position: relative;
}

.usercontrols:hover .controlspop {
	display: block;
}

.usercontrols .controlspop .pilupp {
	position: absolute;
	top: -6px;
	left: 10px;
	width: 34px;
	height: 26px;
	background: url(share_img/pilupp_wh.png) no-repeat;
	z-index: 100;
}

.usercontrols ul {
	list-style-type: none;
	position: absolute;
	top: 9px;
	left: 1px;
	width: 180px;

	background-color: #F5F5F5;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 3px 3px 8px rgba(0,0,0,0.3);
	-moz-border-radius: 6px;
	-moz-box-shadow: 3px 3px 8px rgba(0,0,0,0.3);
	-webkit-background-clip: padding-box;
	border: 1px solid rgba(0,0,0,0.3);
	padding: 0px 0 0px 0;
}

.usercontrols ul li a {
	display: block;
	color: #2F2F2F; /*303030*/
	font-size: 13px;
	text-decoration: none;

	background: transparent url(share_img/login_icons2.png) no-repeat;
	height: 24px;
	padding: 6px 6px 6px 36px;
	line-height: 1.8;
	border-bottom: 1px solid #C5C5C5;
}

.usercontrols ul li:last-child a {
	border-bottom: none;
}

.usercontrols ul li:hover {
	background-color: #CCC;
}

.usercontrols ul li:first-child {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-background-clip: padding-box;
}

.usercontrols ul li:last-child {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-background-clip: padding-box;
}


.usercontrols ul li.delete a {
	background-position: 12px -36px;
}

.usercontrols ul li.location a {
	background-position: 12px -69px;
}

.usercontrols ul li.togmeta a {
	background-position: 12px -104px;
}

.usercontrols ul li.togcomments a {
	background-position: 9px -136px;
}


#cover {
	display: none;
	opacity: 0;
	position:fixed;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 10000;
	-webkit-transition: 2.5s;
	-webkit-transition-property: opacity;
}

#cover.show {
	display: block;
	opacity: 1;
}


.commenting {
	position: relative;
	padding: 20px 40px 15px 40px;
	color: white;
}

#commentprogress {
	display: none;

	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: -100;

	color: white;
	font-size: 36px;

	opacity: 0;
	
	background-color: rgba(48,48,48,.7);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;

	-webkit-transition: 0.5s;
}

#commentprogress.visible {
	opacity: 1;

	z-index: 100;
}

.commenting ul {
	list-style-type: none;
}

.commenting h3 {
    font-size: 22px;
    color: #fff;
    line-height: 22px;
    text-decoration: none;
    font-weight: normal;
    margin-bottom: 0.3em;
    background: url('share_img/commenticons.png') no-repeat -0 -185px;
    padding-left: 28px;
}

.commenting .post {
}
.commenting .post {
	float: right;
	width: 300px;
	background: #3b3b3b;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px 10px 10px 10px;
	font-size: 13px;
}

.commenting .post .error {
	color: #D92D2E;
}

.commenting .post img.avatar {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.commenting .post a.change {
	color: #868686;
	font-size: 12px;
	float: right;
	height: 22px;
}

.commenting.twitter .post a.change {
	padding-left: 26px;
	background: url('share_img/commenticons2.png') no-repeat 0 -103px;
}
.commenting.facebook .post a.change {
	padding-left: 26px;
	background: url('share_img/commenticons2.png') no-repeat 0 -138px;
}

.commenting .post textarea {
	height: 4em;
	-webkit-background-clip: padding-box;
	font-size: 13px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0.5em 0;
	width: 290px;
	padding: 0.4em 4px;
	border: 1px solid rgba(0,0,0,0.8);
	-webkit-border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.6), 0 1px 2px rgba(255,255,255,0.3);
	-moz-border-radius: 3px;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.6), 0 1px 2px rgba(255,255,255,0.3);
}

.commenting .post input[type="checkbox"] {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	width: 16px;
	height: 16px;
	margin-top: -3px;
	margin-right: 1px;
	background-color: white;
	-webkit-appearance: none;
	border: 1px solid #232323; /* clears mobile safari style */
	-webkit-border-radius: 4px; /* clears mobile safari style */
	-webkit-background-clip: padding-box;
	
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.5), 0 1px 1px rgba(255,255,255,0.2);
	-moz-border-radius: 3px;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.5), 0 1px 1px rgba(255,255,255,0.2);
}

.commenting .post input[type="checkbox"]:checked {
	background: white url('share_img/commenticons.png') no-repeat -3px -223px;
	-webkit-background-clip: padding-box;
}

.commenting .post input[type="checkbox"]:active {
	-webkit-box-shadow: 0 0 5px rgba(255,255,255,0.8), inset 0 1px 1px rgba(0,0,0,0.5), 0 1px 1px rgba(255,255,255,0.2);
	-moz-box-shadow: 0 0 5px rgba(255,255,255,0.8), inset 0 1px 1px rgba(0,0,0,0.5), 0 1px 1px rgba(255,255,255,0.2);
}


.commenting .post label {
	cursor: pointer;
	font-size: 11px;
	color: #909090;
	line-height: 28px;
}

.commenting .post .submitdiv {
	float: right;
	padding: 0.4em 1.1em 0px 1em;
	height: 22px;
	font-size: 13px;
}

.commenting.email .post .submitdiv {
	height: 20px;
	padding: 4px 0.6em 0 0.6em;
}


.commenting .comments, .commenting .nocomments {
	width: 440px;
}

.commenting .nocomments {
	padding-top: 80px;
	height: 60px;
	text-align: center;
	font-size: 21px;
	color: rgba(255,255,255,.3);
	background: url('share_img/nocomments.png') no-repeat 190px 35px;
}


.commenting .comments li {
	display: block;
	padding: 10px 0px 10px 70px;
	border-bottom: 1px solid #3B3B3B;
	font-size: 14px;
	color: #AFAFAF;
	min-height: 60px;
	margin-top: 4px;
	line-height: 1.2;
}

.commenting .comments li p a:link, .commenting .comments li p a:visited {
	color: #fff;
	text-decoration: underline;
}

.commenting .comments li:last-child {
	border-bottom: 0;
}

.commenting .comments li img.avatar {
	float: left;
	width: 55px;
	height: 55px;
	margin-left: -70px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.commenting .comments li .name * {
	font-weight: bold;
	font-size: 15px;
	color: white;
	text-decoration: none;
}

.commenting .comments li .name a:hover {
	text-decoration: underline;
}

.commenting .comments li .time {
	font-style: italic;
	font-size: 13px;
}


.commenting .comments li form {
	display: inline;
}
.commenting .comments li input[type="submit"] {
	float: right;
	padding-right: 19px;
	width: 55px;
	height: 19px;
	color: #868686;
	background: transparent url('share_img/commenticons.png') no-repeat 40px -253px;
	cursor: pointer;
}

.commenting input.lbutton {
	display: block;

	width: auto;
	height: 25px;
	padding: 0 0.5em;
	margin: 0 0 0 5px;
	
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	color: white;
	line-height: 1.8;
	
	cursor: pointer;
}

#cmtbtn.disabled {
	opacity: 0.3 !important;
}
#cmtbtn.disabled:hover {
	opacity: 0.3 !important;
	background: #525252;
	-webkit-box-shadow: 0 1px 2px #3F3F3F, 0 1px 1px #5D5D5D inset, 0 -1px 1px #353535 inset;
	-moz-box-shadow: 0 1px 2px #3F3F3F, 0 1px 1px #5D5D5D inset, 0 -1px 1px #353535 inset;
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.1, rgb(61,61,61)),
		color-stop(1, rgb(82,82,82))
	);
	
	background: -moz-linear-gradient(
		center bottom,
		rgb(61,61,61) %,
		rgb(82,82,82) 90%
	);
}

#cmtbtn.commentbutton.disabled:hover .commentaspop {
	display: none;
}

#cmtbtn.commentbutton.disabled.selected .commentaspop {
	display: none;
}


.commentbutton, .commentbutton.lbutton.unselected:hover {
	position: relative;
	float: right;
	width: 110px;
	text-indent: 10px;
	padding-top: 4px;
	height: 20px;
}

.commentaspop {
	display: none;
	position: relative;
}

.commentbutton:hover .commentaspop,.commentbutton.selected .commentaspop {
	display: block;
}

.commentbutton.unselected .commentaspop {
	display: none !important;
}

.lbutton.commentbutton div {
	background: transparent;
	opacity: 1;
}

.lbutton.commentbutton:hover div {
	opacity: 1;
}

.lbutton.commentbutton .commentaspop .pilupp {
	position: absolute;
	top: -3px;
	left: 40px;
	width: 34px;
	height: 26px;
	background: url(share_img/pilupp_wh.png?v2) no-repeat;
	z-index: 100;
}

.commentaspop ul {
	list-style-type: none;
	position: absolute;
	top: 12px;
	left: 0px;
	width: 110px;
	z-index: 99;

	background-color: #F5F5F5;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 3px 3px 8px rgba(0,0,0,0.3);
	-moz-border-radius: 4px;
	-moz-box-shadow: 3px 3px 8px rgba(0,0,0,0.3);
/*	-webkit-background-clip: padding-box; */
	padding: 0px 0 0px 0;
}

.commentaspop ul li a {
	display: block;
	color: #2F2F2F; /*303030*/
	font-size: 13px;
	text-decoration: none;

	background: transparent url(share_img/commenticons2.png) no-repeat;
	height: 24px;
	padding: 6px 6px 6px 36px;
	line-height: 1.8;
	border-bottom: 1px solid #C5C5C5;
	text-indent: -5000em;
}

.commentaspop ul li:last-child a {
	border-bottom: none;
}

.commentaspop ul li:hover {
	background-color: #CCC;
}

.commentaspop ul li:first-child {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
}

.commentaspop ul li:last-child {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
}


.commentaspop ul li.twitter a {
	background-position: 12px 10px;
}

.commentaspop ul li.facebook a {
	background-position: 12px -25px;
}

.commentaspop ul li.email a {
	background-position: 12px -61px;
}


textarea.blur, input[type=text].blur {
	color: #888;
}



.popdialog {
	display: none;
	
	position: fixed;
	z-index: 10001;
	top: 50%;
	margin-top: -50px;
	left: 50%;
	width: 350px;
	margin-left: -220px;
	
	padding: 1em;
	
	color: #474747;
	font-size: 19px;
	background-color: #F3F3F3;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.4);
	-moz-border-radius: 6px;
	-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.4);
	border: 1px solid rgba(0,0,0,0.6);
	-webkit-background-clip: padding-box;
}

.popdialog.show {
	display: block;
}

.popdialog.withicon {
	background: #F3F3F3 url('share_img/dialogicon.png') no-repeat 10px 20px;
	width: 350px;
	padding-left: 65px;
}

.popdialog .buttons, .popdialog form {
	margin-top: 0.4em;
}

.popdialog .button {
	float: right;
	display: block;
	
	font-size: 13px;
	color: #474747;
	
	height: 1.3em;
	padding: 0.4em 1em 0.4em 1em;
	margin-top: 0.6em;
	margin-left: .8em;
	cursor: pointer;
	background: #E5E5E5;
	border: 1px solid #ACACAC;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: none;
	-webkit-background-clip: padding-box;

	-moz-border-radius: 4px;
	-moz-box-shadow: none;
	
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.1, rgb(213,213,213)),
		color-stop(1, rgb(242,242,242))
	);
	
	background: -moz-linear-gradient(
		center bottom,
		rgb(213,213,213),
		rgb(242,242,242)
	);
}

.popdialog .button:hover {
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.1, rgb(242,242,242)),
		color-stop(1, rgb(213,213,213))
	);
	
	background: -moz-linear-gradient(
		center bottom,
		rgb(242,242,242),
		rgb(213,213,213)
	);	
}
.popdialog .button:active {
	-webkit-box-shadow: inset 0px 1px 3px rgba(0,0,0,.7);
	-moz-box-shadow: inset 0px 1px 3px rgba(0,0,0,.7);
}


.popdialog input.button, .popdialog .button.default {
	-webkit-appearance: none;
	-webkit-box-align: stretch;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-background-clip: padding-box;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin-top: 0.6em;
	border: 1px solid #8d8d8d;
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.4);
}
.popdialog input.button:active, .popdialog .button.default:active {
	-webkit-box-shadow: inset 0px 1px 3px rgba(0,0,0,.7), 0px 0px 4px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0px 1px 3px rgba(0,0,0,.7), 0px 0px 4px rgba(0,0,0,.4);
}

.popdialog label {
	font-size: 13px;
	margin-left: 5px;
}

#popdialog_deletespecific .htmlArea {
	text-align: center;
	margin-right: 50px;
}

#popdialog_deletespecific .htmlArea img {
	-webkit-border-radius: 4px;
}

#popdialog_email_login {
	width: 340px;
	margin-top: -175px;
	margin-left: 30px;
}

 #popdialog_email_login input[type=text], #popdialog_email_login input[type=email] {
	height: 1.5em;
	-webkit-background-clip: padding-box;
	font-size: 13px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0.5em 0;
	width: 330px;
	padding: 0.4em 4px;
	border: 1px solid rgba(0,0,0,0.8);
	-webkit-border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.6), 0 1px 2px rgba(255,255,255,0.3);
	-moz-border-radius: 3px;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.6), 0 1px 2px rgba(255,255,255,0.3);
}

#popdialog_email_login .htmlArea {
	font-size: 13px;
	line-height: 22px;
}

#popdialog_email_login .htmlArea a {
	color: black;
}

#popdialog_email_login input[type="checkbox"] {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	width: 16px;
	height: 16px;
	margin-top: -3px;
	margin-right: 1px;
	background-color: white;
	-webkit-appearance: none;
	border: 1px solid #232323; /* clears mobile safari style */
	-webkit-border-radius: 4px; /* clears mobile safari style */
	-webkit-background-clip: padding-box;
	
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.5), 0 1px 1px rgba(255,255,255,0.2);
	-moz-border-radius: 3px;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.5), 0 1px 1px rgba(255,255,255,0.2);
}

#popdialog_email_login input[type="checkbox"]:checked {
	background: white url('share_img/commenticons.png') no-repeat -3px -223px;
	-webkit-background-clip: padding-box;
}

#popdialog_email_login input[type="checkbox"]:active {
	-webkit-box-shadow: 0 0 5px rgba(255,255,255,0.8), inset 0 1px 1px rgba(0,0,0,0.5), 0 1px 1px rgba(255,255,255,0.2);
	-moz-box-shadow: 0 0 5px rgba(255,255,255,0.8), inset 0 1px 1px rgba(0,0,0,0.5), 0 1px 1px rgba(255,255,255,0.2);
}

#popdialog_email_login.popdialog label {
	margin-left: 0;
	line-height: 40px;
}


    /* start basic spinner styles
    
    http://s3.amazonaws.com/37assets/svn/461-spinner.html
    */
    
    div.spinner:before {
		content: " ";
		display: block;
		background: rgba(0,0,0,.2);
		width: 70px;
		height: 70px;
		border-radius: 10px;
		margin: -15px;
	}
    div.spinner {
      position: absolute;
      width: 40px;
      height: 40px;
      display: block;
      left: 50%;
      top: 50%;
      margin-left: -20px;
      margin-top: -20px;
    }
    
    div.spinner div {
      width: 10%;
      height: 29%;
      background: white;
      position: absolute;
      left: 44.5%;
      top: 37%;
      opacity: 0;
      -webkit-animation: fade 1s linear infinite;
      -webkit-border-radius: 7px;
      -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    }
    
    div.spinner div.bar1 {-webkit-transform:rotate(0deg) translate(0, -142%); -webkit-animation-delay: 0s;}    
    div.spinner div.bar2 {-webkit-transform:rotate(30deg) translate(0, -142%); -webkit-animation-delay: -0.9167s;}
    div.spinner div.bar3 {-webkit-transform:rotate(60deg) translate(0, -142%); -webkit-animation-delay: -0.833s;}
    div.spinner div.bar4 {-webkit-transform:rotate(90deg) translate(0, -142%); -webkit-animation-delay: -0.75s;}
    div.spinner div.bar5 {-webkit-transform:rotate(120deg) translate(0, -142%); -webkit-animation-delay: -0.667s;}
    div.spinner div.bar6 {-webkit-transform:rotate(150deg) translate(0, -142%); -webkit-animation-delay: -0.5833s;}
    div.spinner div.bar7 {-webkit-transform:rotate(180deg) translate(0, -142%); -webkit-animation-delay: -0.5s;}
    div.spinner div.bar8 {-webkit-transform:rotate(210deg) translate(0, -142%); -webkit-animation-delay: -0.41667s;}
    div.spinner div.bar9 {-webkit-transform:rotate(240deg) translate(0, -142%); -webkit-animation-delay: -0.333s;}
    div.spinner div.bar10 {-webkit-transform:rotate(270deg) translate(0, -142%); -webkit-animation-delay: -0.25s;}
    div.spinner div.bar11 {-webkit-transform:rotate(300deg) translate(0, -142%); -webkit-animation-delay: -0.1667s;}
    div.spinner div.bar12 {-webkit-transform:rotate(330deg) translate(0, -142%); -webkit-animation-delay: -0.0833s;}
 
     @-webkit-keyframes fade {
      from {opacity: 1;}
      to {opacity: 0.25;}
    }
    
    /* end basic spinner styles*/


/* sets */

.camplusAd {
	position: relative;
	padding: 50px 0 20px 45px;
}
.camplusAd a:link, .camplusAd a:visited {
	text-decoration: none;
}
.camplusAd h2 {
	position: relative;
	left: -45px;
	margin:0;
	width: 490px;
	height: 146px;
	background: url(set_img/camplus_big_logo.png);
	background-position: -30px 0;
	text-indent: -5000em;
}

.camplusAd .p1 {
	color: white;
	font-size: 17px;
	width: 430px;
	margin-bottom: 2em;
}

.camplusAd .p2 {
	color: #A9A9A9;
	font-size: 15px;
	width: 430px;
	margin-bottom: 2em;
}

.camplusAd .iphone {
	position: absolute;
	right: 0;
	bottom: -10px;
	width: 385px;
	height: 459px;
	background: url(set_img/iphone.png);
}

a.bottom.ttt  {
	display: block;
	float: right;
	width: 330px;
	height: 80px;
	background: url(set_img/tttlogo.png);
	text-indent: -5000em;
}

.appBuyButton.bottom {
	position: relative;
	left: 30px;
	top: 10px;
}

.buyButtonsBottom {
	float: left;
}


.appBuyButton:link, .appBuyButton:visited {
	float: right;
	position: relative;
	padding: 8px 10px 8px 12px;
	margin: 0 0 0 10px;
	text-decoration: none;
	font-size: 18px;
	color: #2e2e2e;
	text-shadow: 0px 1px 0px rgba(255,255,255,.5);
	border: 1px solid rgba(120,120,120,.8);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: #fafafa;
	background-image: -webkit-linear-gradient(top, #fafaf9 0%, #fafafa 49%, #e5e5e5 50%, #d1d1d1 100%);
	background-image: -moz-linear-gradient(top, #fafaf9 0%, #fafafa 49%, #e5e5e5 50%, #d1d1d1 100%);
	-webkit-background-clip: padding-box;
}
.appBuyButton span {
	margin: -2px -4px -2px 14px;
	padding: 2px 5px;
	float: right;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #c92d1e;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-shadow: 0px 0px 2px rgba(0,0,0,.4);
	-webkit-box-shadow: 0px 0px 3px rgba(250,250,250,.8);
	-moz-box-shadow: 0px 0px 4px rgba(250,250,250,.5);
	background: #d62d16;
	background-image: -webkit-linear-gradient(top, #e72d18 0%, #f03723 49%, #ff5843 50%, #ff8773 100%);
	background-image: -moz-linear-gradient(top, #ff4733 0%, #f03723 49%, #ff5843 50%, #e52b16 100%);
	-webkit-background-clip: padding-box;
}
.appBuyButton span sup {
	font-size: 13px;
	vertical-align: 7px;
}
.appBuyButton.sale:before {
	content: " ";
	display: block;
	width: 111px;
	height: 73px;
	position: absolute;
	top: -6px;
	left: -70px;
	background: url(img/on-sale-top.png);
	z-index:50;
}
.appBuyButton.intro:before {
	content: " ";
	display: block;
	width: 104px;
	height: 71px;
	position: absolute;
	top: -2px;
	right: -80px;
	background: url(home_img/intro-price.png);
}

.container {
	padding-bottom: 30px;
}

/* set pages tweet share */
body.vertshare .tweetShare.top {
	width: 120px;
	display: none;
	text-align: center;
	margin-top: 0px;
}

body.vertshare .tweetShare.top .inner {
	background: #eee;
	overflow: hidden;
}

body.vertshare .tweetShare.top .inner .twitter {
	padding: 4px;
	border-bottom: 1px solid #cacaca;
}

body.vertshare .tweetShare.top .inner .plusone {
	padding: 6px 5px 4px 0px;
	border-bottom: 1px solid #cacaca;
}

body.vertshare .tweetShare.top .inner .facebook {
	padding: 6px 13px 6px 0px;
}


body.horizshare .tweetShare.top {
	width: 220px;
	display: none;
	text-align: center;
	margin-top: 0px;
}

body.horizshare .tweetShare.top .inner {
	background: #eee;
	overflow: hidden;
}

body.horizshare .tweetShare.top .inner div {
	float: left;
}

body.horizshare .tweetShare.top .inner .twitter {
	padding: 4px;
}

body.horizshare .tweetShare.top .inner .plusone {
	padding: 6px 5px 4px 0px;
}

body.horizshare .tweetShare.top .inner .facebook {
	padding: 6px 13px 6px 0px;
}

body.noshare .tweetShare {
	display: none!important;
}

.setBlurb ol {
	list-style-position: inside;
}

/* set specific styles */
    
body.lisapage .setInfoWrapper {
	padding: 0 0 0 100px;
}

body.videopage .container h1 {
	width: 431px;
	height: 88px;
	margin: 0px 0 15px -30px;
	background: url(set_img/camplus_solo_logo.png);
}

body.videopage  .findOutMore {
	margin: 10px;
}

body.videopage .views {
	position: absolute;
	top: 35px;
	left: 0px;
	float: left;
	width: 300px;
	text-align: left;
	margin: 0 ! important;
}
body.videopage .container .tweet .tweetMeta .views a:before {
	content: "•";
	margin: 10px 15px 10px 10px;
}
body.videopage .container .tweet .tweetMeta .views a:link, body.videopage .container .tweet .tweetMeta .views a:visited {
	display: inline;
}

body.textile .setBlurb {
	color: rgb(200,200,200);
	line-height: 1.3;
}

body.textile .setBlurb h2, body.textile .setBlurb h3, body.textile .setBlurb h4 {
	color: white;
	font-weight: normal;
	margin-top: .8em;
}

body.textile .setBlurb p {
	margin-top: .4em;
}

body.textile .setBlurb p+p {
	text-indent: 2em;
}

body.textile code {
	font-family: Monaco, "Courier New", monospace;
	font-size: 9px;
	line-height: 1.1;
}


body.textile th,body.textile td {
	vertical-align: top;
}
body div.setText ol {
	padding: 0px;
	margin: .5em 0 0 0;
}
body div.setText ol li {
	margin: 0px;
	padding: 0px;
}
.container .tweet .authorlink {
	text-decoration: none;
}
.container .tweet .author_byline {
	display: block ! important;
	float: left;
	clear: left;
	text-align: left;
	margin: 5px 0px 0px -100px;
	color: #ccc;
	text-decoration: none;
	width: 80px;	
}
.container .tweet .authorlink:hover .author_byline {
	color: #fff;
}
.container .tweet .author_av, .container .tweet img.lisaface {
	width: 80px;
	height: 80px;
	float: left;
	margin: 5px 0px 0px -100px;
}