/**
*	Grafiks 101 Sandbox -- CSS
*/

body {
	background: url("../images/cork.jpg") repeat scroll 0 top #7f4a32;
	color: #000;
}
p {
	margin: 0px;
	}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #A7181E;
	text-decoration: underline;
}
a:active {
	color: #A7181E;
}
#wrapper {
	width: 960px;
	margin: 20px auto;
	position: relative;
}
#sticky {
 	background-image: url("../images/dragables-200.png");
    background-repeat: no-repeat;
    display: block;
    height: 283px;
    left: 0;
    position: absolute;
    top: 85px;
    width: 300px;
}
#card {
    background-image:url("../images/card.png");
    background-repeat:no-repeat;
    display:block;
    height:400px;
    left:180px;
    margin-left:auto;
    margin-right:auto;
    position:absolute;
    top:-10px;
    width:600px;
}
#tornpaper {
    background-image: url("../images/torn-paper.png");
    background-repeat: no-repeat;
    background-size: 279px 270px;
    display: block;
    float: right;
    height: 264px;
    left: 734px;
    position: absolute;
    top: 117px;
    width: 279px;
}
#postit {
    background-image:url("../images/todo.png");
    background-repeat:no-repeat;
    display:block;
    height:319px;
    left:45px;
    position:absolute;
    top:323px;
    width:340px;
    z-index:444;
}
#ShareIt {
    background-image:url("../images/post_it_200.png");
    background-repeat:no-repeat;
    display:block;
    height:319px;
    left:778px;
    position:absolute;
    top:379px;
    width:340px;
    z-index:444;
}
#postits {
	width: 100%;
	margin-top: -300px;
	margin-bottom: 600px;
}
#postit2 {
    background-image: url("../images/3by5.png");
    background-repeat: no-repeat;
    display: block;
    float: right;
    height: 305px;
    left: 0;
    position: absolute;
    top: 627px;
    width: 441px;
}
#postit2b {
    background-image: url("../images/3by5.png");
    background-repeat: no-repeat;
    display: block;
    float: right;
    height: 305px;
    left: 509px;
    position: absolute;
    top: 634px;
    width: 441px;
    -webkit-transform: rotate(7.5deg); 
    -moz-transform: rotate(7.5deg); 
    -ms-transform: rotate(7.5deg); 
    -o-transform: rotate(7.5deg); 
     transform: rotate(7.5deg); 
}
.colophon {
    font-family: 'Nothing You Could Do',cursive;
    font-size: 18px;
    font-weight: bold;
    line-height: 31px;
    margin-left: 45px;
    margin-top: 55px;
    color: #BB0707;
}
.share-it {
    font-family: 'Nothing You Could Do',cursive;
    font-size: 18px;
    font-weight: bold;
    line-height: 31px;
    margin-left: 22px;
    margin-top: 30px;
}
.postit2_text {
    font-family: 'Nothing You Could Do', cursive;
    font-size: 18px;
    font-weight: bold;
    line-height: 31px;
    margin-left: 45px;
    margin-top: 41px;
}
#slideshow-div {
    display: block;
    left: 380px;
    position: absolute;
    top: 334px;
}
.card_text1 {
    display: block;
    font-family: "Goudy Old Style", Garamond, "Big Caslon", "Times New Roman", serif;
    font-style: italic;
    font-size: 22px;
    padding-left: 240px;
    padding-top: 195px;
}
.card_text2 {
    display: block;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.1em;
    line-height: 1.2em;
    padding-left: 240px;
    padding-top: 41px;
}
.pin {
	display: block;
	position: absolute;
	width: 20px;
	z-index: 1;
	left: 166px;
	top: -20px;
}
.hilite {
    color: #555;
	background: yellow;
	opacity:0.7;
    filter:alpha(opacity=70); /* For IE8 and earlier */	
	}
.pencil-text {
	color: #666;
	}
.card-links{
	line-height: 32px;
	}
.slide-container {
	box-shadow: -1px 2px 5px #000;
}
.shadow {
	box-shadow: -1px 2px 5px #000;
}
.slides {
	box-shadow: -1px 2px 5px #000;
}