* {
	margin: 0;
	padding: 0;
}

body { 
    font: 14px Helvetica, Arial, sans-serif;
	color: #000;
}

a {
	color: #000000;
	text-decoration: none;
	border-bottom: ;
}

a:hover {
	color: #f00;
	border-bottom: ;
}

.name {
	text-align: left;
	font-size: 32px;
	font-weight: bold;
}

.header{
	top: 100px;
	margin: auto;
	background-image: url("http://wantstogiveyou.com/images/Header.jpg");
	width:940px;
	height:130px;
}
.ghostsheader {
	margin: auto;
	margin-top: -2px;
	background-image: url("http://wantstogiveyou.com/images/GhostsHeader.png");
	width:940px;
	height:140px;
	padding: 0px;
}
.ghoststitle {
	width: 430px;
	font-family: Helvetica, Arial;
	font-size: 48px;
	font-weight: bold;
	color: #FFF;
	margin: 0px auto;
	margin-top: 18px;
	margin-left: 20px;
	display: inline-block;
	float: left;
}
.ghoststitle a {
	color: #cb0000;
	
	text-decoration: none;
}
.ghoststitle a:hover {
	color: #FFF;
	text-shadow: 2px 2px 0px rgba(203, 0, 0, 1);
	visibility: visible;
}

.ghoststext {
	width: 430px;
	font-family: Helvetica, Arial;
	font-size: 14px;
	color: #cb3944;
	margin-top: 20px;
	margin-left: 10px;
	background-color: #FFF;
	padding: 6px;
	border-radius: 6px;
	border: 0px;
	display: inline-block;
}
.ghoststext a {
	color: #cb3944;
	text-decoration: underline;
}

.wrapper {
    width: 880px;
	height: 300px;
    margin: 10px auto;
	overflow: scroll;
}



.scroll {
	width: 880px;
    margin: 0 auto;
    position: relative;
	display: inline-block;
	white-space: nowrap;
	padding: 0px;
}
.scroll a:link {
	text-decoration: none;
}
.scroll a:visited {
	text-decoration:none;
	}
.scroll ul{
	list-style-type: none;
}
.scroll li {
	display: inline-block;
	padding: 10px;
    width: 225px;
	height: 280px;
	margin-bottom: 0px;
	border-bottom: 0px;
	padding-bottom: 0px;
	
}
.inside {
	padding: 10px;
	border: 1px solid #666;
}

.inside img {
	display: block;
	border: none;
	margin: 0 0 10px 0;
	width:200px;
}

.inside h2 {
	font-weight: normal;
	color: #000000;
	font-size: 18px;
	margin: 0 0 16px 0;
}

.description {
	font-size: 12px;
}


var settings = {
        userName : "wantstogiveyouvideo", // Your Tumblr user name
        itemsToShow : 1, // Number of Tumblr posts to retrieve
        itemToAddBadgeTo : "tumblr-badge", // Id of HTML element to put badge code into
        imageSize : 100, // Values can be 75, 100, 250, 400 or 500
		vidSize : 200,
        shortPublishDate : false, // Whether the publishing date should be cut shorter
        timeToWait : 2000 // Milliseconds, 1000 = 1 second
};

.tumblr {
        list-style: none;
        width: 150px;
        margin-bottom: 1em;
        padding: 0;
}
.tumblr li {
        margin-bottom: 1em;
}
.tumblr p {
        margin: 0;
}
.tumblr img {
        display: block;
}
.tumblr em {
        display: block;
        margin-top: 0.2em;
}
.tumblr .tumblr-post-date{
        display: block;
        font-size: 0.9em;
        margin-top: 0.5em;
}



#social {
	font: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
