body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label,fieldset{
	/* A simple page reset */
	margin:0px;
	padding:0px;
}

body{
	/* Styling the body */
	color:black;
	font-size:12px;
	background: #9def9d;
	background-image:url(board2.jpg);
	text-shadow: 1px 1px 1px#999;
	font-family:"Comic Sans MS","MyRiad Pro",Verdana,Arial,Helvetica,sans-serif;
}

#subBody{
	/* Styling the body */
	position:absolute;
	border-radius:2em;
	background: #fffcd5;
	width:900px;
	height:640px;
}

#gallery{
	/* The pics container */
	position:absolute;
	width:840px;
	height:640px;
	background-image:url(Five-Year-Background-web.png);
	background-repeat:no-repeat;
	background-position:bottom;
	font-size:12px;
	font-family:"Comic Sans MS","MyRiad Pro",Verdana,Arial,Helvetica,sans-serif;
}

#box{
	/* The box container */
	position:absolute;
	border-radius:0.5em;
	background-color: #f5fb4c; 
	height:20px;
	color:#000000;
	font-size:12px;
	text-shadow: 0px 1px 1px#000;
	font-family:"Comic Sans MS","MyRiad Pro",Verdana,Arial,Helvetica,sans-serif;
	moz-box-shadow:3px 3px 6px #333333;
	webkit-box-shadow:3px 3px 6px #333333;
	box-shadow:3px 3px 6px #333333;
}

#videoAnnotation{
	/* The box container */
	position:absolute;
	border-radius:0.5em;
	background-color: #f5fb4c; 
	height:20px;
	color:#000000;
	font-size:12px;
	text-shadow: 0px 1px 1px#000;
	font-family:"Comic Sans MS","MyRiad Pro",Verdana,Arial,Helvetica,sans-serif;
	moz-box-shadow:3px 3px 6px #333333;
	webkit-box-shadow:3px 3px 6px #333333;
	box-shadow:3px 3px 6px #333333;
}

#trackPlayList{
	/* The Video track container */
	position:absolute;
	background-color: #999999; 
	color:#999999;
	font-size:9px;
	text-shadow: 0px 1px 1px#000;
	font-family:"Comic Sans MS","MyRiad Pro",Verdana,Arial,Helvetica,sans-serif;
	moz-box-shadow:3px 3px 6px #333333;
	webkit-box-shadow:3px 3px 6px #333333;
	box-shadow:3px 3px 6px #333333;
}

#albumTitle{
	/* The albumTitle container */
	position:absolute;
	color:black;
	font-size:14px;
	font-family:"Comic Sans MS","MyRiad Pro",Verdana,Arial,Helvetica,sans-serif;
}

#menuDesc{
	/* The albumDesc container */
	position:absolute;
	color:black;
	font-size:9px;
	font-family:"Comic Sans MS","MyRiad Pro",Verdana,Arial,Helvetica,sans-serif;
}

#logo{
	/* Logo container */
	position:absolute;
	width:300px;
	height:350px;
}

#paperClipMale{
	/* paperclip container */
	position:absolute;
	width:40px;
	height:55pc;
}

#paperClipFemale{
	/* paperclip container */
	position:absolute;
	width:55px;
	height:76pc;
}

#footer{
	/* The pics container */
	position:absolute;
	color:black;
	font-size:9px;
	font-family:"Comic Sans MS","MyRiad Pro",Verdana,Arial,Helvetica,sans-serif;
}

.pic, .pic a{
	/* Each picture and the hyperlink inside it */
	width:100px;
	height:100px;
	font-size:9px;
	font-family:"Comic Sans MS","MyRiad Pro",Verdana,Arial,Helvetica,sans-serif;
}

.pic{
	/* Styles specific to the pic class */
	position:absolute;
	color:black;
	border:5px solid #EEEEEE;
	border-bottom:40px solid #eeeeee;
        border-radius:1em;
	width:100px;
	height:100px;
	font-size:9px;
	font-family:"Comic Sans MS","MyRiad Pro",Verdana,Arial,Helvetica,sans-serif;
	/* CSS3 Box Shadow */
	moz-box-shadow:2px 2px 2px #333333;
	webkit-box-shadow:2px 2px 2px #333333;
	box-shadow:2px 2px 2px #333333;
}

#jq-title { 
	text-align: left; 
	color:black;
	font-size:14px;
	background: #ffffff;
	font-family:"Comic Sans MS","MyRiad Pro",Verdana,Arial,Helvetica,sans-serif;
}

#jq-title b { display: block; margin-right: 80px; }

#jq-title span { float: right; }

.pic a{
	/* Specific styles for the hyperlinks */
	text-indent:1px;
	display:block;
	/* Setting display to block enables advanced styling for links */
}

.drop-box{
	/* The share box */
	width:240px;
	height:130px;
	position:absolute;
	bottom:0;
	right:0;
	z-index:-1;
	
	background:url(img/drop_box.png) no-repeat;
}

.drop-box.active{
	/* The active style is in effect when there is a pic hovering above the box */
	background-position:bottom left;
}

label, input{
	/* The modal dialog URL field */
	display:block;
	padding:3px;
}

label{
	font-size:10px;
}

fieldset{
	border:0;
	margin-top:10px;
}

#url{
	/* The URL field */
	width:240px;
}


/* General styles for the demo page */

h1{
	/* The title of the page */
	color:white;
	font-family:"Comic Sans MS","MyRiad Pro",Verdana,Arial,Helvetica,sans-serif;
	font-size:38px;
	font-weight:normal;
}

h2{
	/* The subtitle */
	font-family:"Comic Sans MS","MyRiad Pro",Verdana,"Arial Narrow",Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:normal;
	letter-spacing:1px;
	padding-left:2px;
	text-transform:uppercase;
	white-space:nowrap;
	margin:10px 0 25px;
}

#orig{
	/* The link that is positioned above the title */
	font-family:"Comic Sans MS","MyRiad Pro",Verdana,Arial;
	font-size:10px;
	letter-spacing:1px;
	padding-bottom:15px;
	text-transform:uppercase;
	float:right;
}

hr{
	/* The horizontal ruler */
	background-color:#BBBBBB;
	border:medium none;
	color:#BBBBBB;
	height:1px;
	margin:30px auto;
	width:450px;
}

.clear{
	/* The clearfix hack */
	clear:both;
}

#main{
	/* The main container */
	width:800px;
	margin:30px auto;
}

a img{
	border:none;
    border-radius:1em;
	font-family:"Comic Sans MS","MyRiad Pro",Verdana,"Arial Narrow",Arial,Helvetica,sans-serif;
	display:block;
	color:#000000;
	text-decoration:none;
	outline:none;
	text-align: left;
	float: right;
}

a imgText{
	border:none;
    border-radius: 1em;
	font-family:"Comic Sans MS","MyRiad Pro",Verdana,"Arial Narrow",Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:normal;
	letter-spacing:1px;
	padding-left:2px;
	text-transform:uppercase;
	white-space:nowrap;
	margin:10px 0 25px;
	text-decoration:none;
}

a,a:visited {
	font-family:"Comic Sans MS","MyRiad Pro",Verdana,"Arial Narrow",Arial,Helvetica,sans-serif;
	display:block;
	color:#000000;
	text-decoration:none;
	outline:none;
	text-align: left;
	float: right;
}

a:hover{
	font-family:"Comic Sans MS","MyRiad Pro",Verdana,"Arial Narrow",Arial,Helvetica,sans-serif;
	text-decoration:none;
}

.tutorial-info{
	text-align:center;
	padding:10px;
	margin-top:70px;
}

