#docHeader {
	background-repeat: no-repeat;
	background-image: url(/site_media/2.0-Assetts/img/mast-head/mast_head_trns_noBorder.png);
	margin: 0 auto;
	width: 980px;
	text-align:left;
	/*Set masthead height */
	height: 253px;
}

#singleCardContainer {
    min-height: 450px;
    width: 980px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
    padding-top: 25px;
}

#singleCardDisplay {
    float: left;
    width: 491px;
    min-height: 500px;
    margin-top: -4px;
    position: relative;
    margin-left: 3px;
}

#singleCardBack {
    background-image:url(/site_media/2.0-Assetts/img/singleCard/cardContainer.png);
    background-repeat: no-repeat;

}

#cardMetaContainer {
    float: right;
    width: 480px;
    min-height: 500px;
    margin-right: -2px;
}

#singleCardAppstoreLead {
    width: 460px;
    height: 183px;
    background-image:url(/site_media/2.0-Assetts/img/singleCard/leadLink.png);
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-left: 20px;
    position: absolute;
}



#singleCardAppstoreLead h2 {
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    color: #fff;
    text-shadow: #000 2px 2px 4px;
}

#singleCardAppstoreLead p {
    font-size: 14px;
    color: #fff;
    width: 250px;
}

#appStoreContainer {
    width: 160px;
    float: right;
    margin-right: 30px;
    margin-top: 35px;
}

#appStoreContainer h3 {
    margin-top: 5px;
}
#appStoreContainer h3 a {
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    color: #fff;
    text-shadow: #000 2px 2px 4px;
    text-decoration: none;
    margin-left: 10px;
}

#singleCardTabContainer {
    width: 480px;
    position: absolute;
    margin-top: 190px;
    position: relative;
}

#singleCardTabPad {
    padding-left: 15px;
    position: relative;;
    margin-top: 40px;
}

#tabContainerBg {
    background-image:url(/site_media/2.0-Assetts/img/singleCard/tabStretchB.png);
    background-repeat: repeat-y;
    position: relative;
    margin-top: -16px;
}

#commentsTab {
    width: 135px;
    height: 45px;
    position: absolute;
    border-top-left-radius: 6px;
    border-bottom-top-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    background-image:url(/site_media/2.0-Assetts/img/singleCard/tabLeft.png);
    background-repeat: repeat-y;
    background-position: -1px 0px;

    
}

#detailsTab {
    background-color: #fff;
    width: 135px;
    height: 45px;
    position: absolute;
    margin-left: 143px;
    border-top-left-radius: 6px;
    border-bottom-top-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
}


#detailsTab h5, #commentsTab h5 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    margin-left: 15px;  
}

#detailsTab:hover, #commentsTab:hover {
    cursor: pointer;

}

.tabSelected {
    z-index: 1;
}

.tabSelected > h5 {
    z-index: 1;
    color: #333333;
}


#cardMetaStretch { /* container to push down the comments and details dependent on profile data stretch */
    clear: both;
    top: 42px;
    position: relative;

}

#tabFooter  {
    background-image:url(/site_media/2.0-Assetts/img/singleCard/tabBottom.png);
    background-position: 0px -58px;
    height: 18px;
}
#tabHeader  {
    background-image:url(/site_media/2.0-Assetts/img/singleCard/tabBackground.png);
    height: 22px;
}

#profileContainer {
    position: relative;
    min-height: 80px;
    width: 444px;
    margin: 15px;
}
#profilePad {

}

#avatarContainer {
    width: 96px;
    height: 96px;
    float: left;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
}
#profileTextContainer {
    float: right;
    width: 337px;;
}

#profileTextContainer a {
    color: #d82b70;
}

#singleCardCommentContainer, #singleCardDetailContainer {
    position: relative;
    margin-top: 5px;
    width: 440px;
    margin-left: 14px;
    
}

#singleCardDetailContainer {
    border-style: solid;
    border-color: #cccccc;
    border-width: 1px;
    background-color: #fff;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    width: 414px;
    padding: 15px;
    font-size: 14px;
}

#singleCardDetailContainer a {
    color: orange;
}

#singleCardDetailContainer {
    display: none; 
}
#singleCardCommentContainer {
   display: none;
}

#charsLeft {
background-color: #000000;
color: #ffffff;
position: absolute;
padding: 3px;
opacity: 0.4;
font-size: 9px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
right: 0px;
margin-right: 68px;
}
#userActions {
    margin-top: 12px;
    height: 25px;
}

#userActions a {
    text-decoration: none;
}
.moreCardsButton, .followUserButton, .followUserButtonD, .unFollowUserButton {
    height: 28px;
    width: 220px;
    border-style: solid;
    border-color: #cccccc;
    border-width: 1px;
    background-image:url(/site_media/2.0-Assetts/img/singleCard/greyGradLocal.png);
    background-repeat: repeat-x;
    position: absolute;
    font-size: 12px;
    
}

.followUserButton, .followUserButtonD, .unFollowUserButton {
    margin-left: 224px;
}

.followUserButton, .unFollowUserButton {
    display: none;
}

#addCommentContainer {
    position: relative;
    height: 63px;
}
#singleCardCommentInput {
    position: absolute;
    height: 44px;
    width: 350px;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    padding: 10px;
    margin: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana,  sans-serif;

}

#commentInputDisabled {
    position: absolute;
    height: 44px;
    width: 350px;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    padding: 10px;
    margin: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana,  sans-serif;

}

#loadingCommentsD {
    position: relative;
    padding: 10px;
    text-align: center;
    width:160px;
    height: 30px;
    margin-bottom: 12px;
    margin-left: 135px;
    line-height:25px;
	text-shadow:5px 5px 5px rgba(000,000,000,0.250);
	font-weight:600;
	font-style:italic;
	font-size:20px;
	font-family:"Helvetica Neue", Helvetica, Verdana, Arial;
	color:#ffffff;
	opacity: 0.4;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    background-color: #000000;

}

#noCommentNotification {
    position: relative;
    padding: 10px;
    text-align: center;
    height: 30px;
    margin-bottom: 12px;
    line-height:25px;
	text-shadow:5px 5px 5px rgba(000,000,000,0.150);
	font-weight:600;
	font-style:italic;
	font-size:12px;
	font-family:"Helvetica Neue", Helvetica, Verdana, Arial;
	color:#ffffff;


}

#commentInputDisabled:hover {

    cursor: pointer;

}

#singleCardCommentSubmit {
    height: 66px;
    width: 68px;
    background-image:url(/site_media/2.0-Assetts/img/singleCard/orangeGrad.png);
    border-style: solid;
    border-width: 1px;
    border-color: #ff6633;
    position: absolute;
    margin-left: 377px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    padding: 0px;
    color: #ffffff;

    
}

#collectedByContainer {
    width: 480px;
    margin-left: 8px;
    float: left;

    
}

.collectedByAvatarContainer {
    width: 96px;
    height: 96px;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-box-shadow: 2px 2px 3px #000000;
    -webkit-box-shadow: 2px 2px 3px #000000;
    box-shadow: 2px 2px 3px #000000;
}

.collectedByUserAv {
    width: 100px;
    min-height: 135px;
    float: left;
    margin: 10px;

    

}

.collectedUserInfo {
    color: #ffffff;
    background-color:rgba(0,0,0,0.5);
    font-size: 12px;
    word-break: break-all;
    width: 93px;
    margin-top: 10px;
    text-align: center;
        border-width: 1px;
    border-color: #cccccc;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-box-shadow: 2px 2px 3px #000000;
    -webkit-box-shadow: 2px 2px 3px #000000;
    box-shadow: 2px 2px 3px #000000;
    padding: 3px;

}

#collectedByContainer .collectedUserInfo a {
    color: #ffffff;
}

#collectedByContainer h3 {
    font-size: 24px;
    font-weight: 500;
    font-style: italic;
    color: #fff;
    text-shadow: #000 2px 2px 4px;   
}

#collectedByContainer p {
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    color: #fff;
    text-shadow: #000 2px 2px 4px;

}
/* card display styles */

.singleCardImage2 {
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright:5px
    -moz-border-radius-topleft: 5px;
    margin-top: 14px;
    margin-left: 13px;
}

#cardFooterContainer {
    background-color: #cecece;
    margin-left: 13px;
    position: relative;
    height: 41px;
    width: 458px;
    margin-top: -3px;
    border-left: solid #ccc 1px;
    border-right: solid #ccc 1px;
    border-bottom: solid #c0c0c0 1px;
    background-image:url(/site_media/2.0-Assetts/img/singleCard/greyGradLocal.png);
    background-repeat: repeat-x;
    
}

#cardFooterContainer h3 {
    font-size: 15px;
    font-weight: 500;
    color: #333333;
    text-shadow: #bebdbd 2px 2px 4px;
    line-height: 40px;
    margin-left: 15px;
}

.singleCardTime {
    font-weight: 500;
	color: #9e9d9d;
	text-shadow: none;
}

.metaDivider {
    font-weight: 200;
	color: #9e9d9d;
	text-shadow: none;
}

#mapContainer {
    border: solid #ccc 1px;
    position: relative;
    width: 458px;
    height: 250px;
    margin-left: 13px;
    margin-bottom: 9px;
}

#actionInfoWindow {
    background-color:rgba(255,255,255,0.8);
    position: absolute;
    height: 55px;
    width: 436px;
    margin-left: 13px;
    margin-top: -73px;
    border: solid #ccc 2px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px; 
    display: none;
    border-top: solid orange 5px;
}

#actionInfoWindow h5 {
    margin-bottom: 5px;
}
#actionInfoWindow p {
    font-weight: 500;
}

#singleCardActionsCont {
    position: relative;
    width: 458px;
    margin-left: 13px;
    height: 50px;
}

#singleCardActionsCont a{
text-decoration: none;
}

#singleCardActionsCont button {
    border: none;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    background-repeat: no-repeat;
    position: absolute;
}

#singleCardActionsCont button:hover {
    background-color: #ffffff;
    text-decoration: underline;
    cursor: pointer;
    background-position: 0px -2px;
}

#collectButton {
    width: 206px;
    height: 47px;
    background-image:url(/site_media/2.0-Assetts/img/singleCard/orangeAction.png);
    display: none;

}

#collectButtonD {
    width: 206px;
    height: 47px;
    background-image:url(/site_media/2.0-Assetts/img/singleCard/orangeAction.png);
}

#discardButton {
    width: 206px;
    height: 47px;
    background-image:url(/site_media/2.0-Assetts/img/singleCard/orangeAction.png);
    display: none;
}

#gMapOpen {
    width: 152px;
    height: 47px;
    background-image:url(/site_media/2.0-Assetts/img/singleCard/purpleAction.png);
    margin-left: 210px;
}

#flagCard {
    width: 94px;
    height: 47px;
    background-image:url(/site_media/2.0-Assetts/img/singleCard/darkPurpleAction.png);
    margin-left: 366px;    
}

#flagCardD {
    width: 94px;
    height: 47px;
    background-image:url(/site_media/2.0-Assetts/img/singleCard/darkPurpleAction.png);
    margin-left: 366px;    
}

#cardContainerB {
    padding-left: 15px;
    padding-top: 8px;
    min-height: 60px;
    background-image:url(/site_media/2.0-Assetts/img/singleCard/cardContainerB.png); 
    background-position: 0px -37px;
    background-repeat: no-repeat
    

}

.socialTip {
    margin-right: 18px;
}

.socialButton {
    margin-right: 3px;
}

.socialButton:hover {
    -moz-box-shadow: 0px 0px 3px #666;
    -webkit-box-shadow: 0px 0px 3px #666;
    box-shadow: 0px 0px 3px #666;
}

/* comment display from base-1.css */
/* Comment Display
-------------------------------------------------------------- */
.commentLoading{
	text-align: center;
	padding: 10px;
	display: none;
}
.commentDisplay {
	display: none;

}

.commentTable {
    position: relative;
    width: 444px;
    margin-bottom: 10px;

}

.commentClear{
	clear: both;
	height: 5px;

}
.commentAvatarRight {
	border-color: black;
	border-width: 1px;
	border-style: solid;
    position: absolute;
    bottom: 0;
    right:0;

}

.commentAvatarLeft {
	border-color: black;
	border-width: 1px;
	border-style: solid;
    position: absolute;
    bottom: 0;
    left:0;

}

.rightComment{
	float: left;
	width: 385px;
}

.rightCommentTop {
	width:385px;
	height:17px;
	background-image: url(/site_media/2.0-Assetts/img/singleCard/comments/topR2.png);
	background-repeat: no-repeat;

}

.rightCommentText {
	width:385px;
	background-image: url(/site_media/2.0-Assetts/img/singleCard/comments/middleR2.png);
	background-repeat: repeat-y;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	word-wrap: break-word;
	
}

.rightCommentText p {
	position:relative;
	top:-8px;
	margin-bottom: 0px;
	padding-right:24px;
	padding-left:10px;
}

.rightCommentBottom {
	width:385px;
	height:23px;
	background-image: url(/site_media/2.0-Assetts/img/singleCard/comments/bottomR2.png);
	background-repeat: no-repeat;
	text-align: right;
	color: #ffe5b8;

}

.rightCommentBottom b {
		padding-right:  20px;
		font-weight: 400;
}


.leftComment{
	float: right;
	width: 385px;
}

.leftCommentTop {
	width:385px;
	height:16px;
	background-image: url(/site_media/2.0-Assetts/img/singleCard/comments/topL2.png);
	background-repeat: no-repeat;

}

.leftCommentText {
	width:385px;
	background-image: url(/site_media/2.0-Assetts/img/singleCard/comments/middleL2.png);
	background-repeat: repeat-y;
	padding-right: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
	word-wrap: break-word;
}

.leftCommentText p {
	position:relative;
	top:-7px;
	margin-bottom: 0px;
	padding-left:24px;
	padding-right:10px;
}

#singleCardContainer .leftCommentText p a, #singleCardContainer .rightCommentText p a {
	color:#000000;

}

.leftCommentBottom {
	width:385px;
	height:23px;
	background-image: url(/site_media/2.0-Assetts/img/singleCard/comments/bottomL2.png);
	background-repeat: no-repeat;
	text-align: left;
	color: #ffa0b1;
}



.leftCommentBottom b {
		padding-left:  20px;
		font-weight: 400;
}


.rightcommentDelete {
float: left;
position: relative;
left: 10px;
font-size: 0.3em;
}
#singleCardContainer .rightcommentDelete a {color: #ffe5b8;}
#singleCardContainer .leftcommentDelete a {color: #ffa0b1;}
.leftcommentDelete {
float: right;
position: relative;
right: 10px;
font-size: 0.3em;
}

#singleCardContainer a.leftcommentLink {
color: #ffa0b1;
text-decoration: underline;
}

#singleCardContainer a.rightcommentlink {
color: #ffe5b8;
text-decoration: underline;
}

#flagCardCont {
    width: 550px;
    height: 400px;
    
}

#flagLeftControlTop, #flagRightControlTop, #flagLeftControlBot, #flagRightControlBot {
width: 230px;
height: 120px;
margin: 10px;
float: left;
position: relative;
padding: 10px;
    border-style: solid;
    border-width: 2px;
    border-color: #cccccc;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-box-shadow: 2px 2px 3px #cccccc;
    -webkit-box-shadow: 2px 2px 3px #cccccc;
    box-shadow: 2px 2px 3px #cccccc;
    background-color: #E9E4DA;

}

#flagCardCont input {
    position: absolute;
    bottom: 0px;
    right: 0px;
    margin: 10px;
}

#flagLeftControlTop {

}
#flagRightControlTop    {

}
#flagLeftControlBot {

}
#flagRightControlBot    {

}
#singleCardFooter {
    margin-top: 30px;
    text-align: center;
    
}

#singleCardFooter a {
    color: #212225;

    
}

#singleCardEdit {
    position: absolute;
    margin-left: 392px;
    margin-top: 5px;
    height: 30px;
    width: 60px;
    background-image:url(/site_media/2.0-Assetts/img/singleCard/orangeGrad.png);
    border-style: solid;
    border-width: 1px;
    border-color: #ff6633;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;

    padding: 0px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
}

#singleCardEdit:hover {
    -moz-box-shadow: 0px 0px 2px #000000;
    -webkit-box-shadow: 0px 0px 2px #000000;
    box-shadow: 0px 0px 2px #000000;
}