div#spacer{
	position: relative;
	height:80px;
	width:972px;
	margin-top: 0px;
	left:7px;
}


div#containerContent {
    position: relative;
    border-left: 1px solid rgb(220, 220, 220);
	border-right: 1px solid rgb(220, 220, 220);
    width: 985px;
	height: auto;
    margin: auto;
	top:0px;
}

div#heading{
	position: relative;
	margin: auto;
	margin-bottom:25px;
	width: 985px;
	height: auto;
	font-size:38pt;
	color: rgb(180,180,180);
	margin-left:7px;
	word-spacing: -5px;
	text-align:center;
	margin-top: -10px;
}

div#buttons{
	position: relative;
	margin: auto;
	width: 985px;
	height: 200px;
}

div#addbutton1,
div#addbutton2,
div#addbutton3,
div#addbutton4,
div#addbutton5,
div#addbutton6{
	float: left;
	width: 154px;
	height: 200px;
	margin-left: 7px;
	border: 1px solid rgb(220, 220, 220);
	display: block;
	overflow: hidden;
}
div#addbutton1{
	background: url("../images/items_rollover.jpg");
}

div#addbutton2{
	background: url("../images/music_rollover.jpg");
}

div#addbutton3{
	background: url("../images/videos_rollover.jpg");
}

div#addbutton4{
	background: url("../images/places_rollover.jpg");
}

div#addbutton5{
	background: url("../images/website_rollover.jpg");
}

div#addbutton6{
	background: url("../images/image_rollover.jpg");
}
	
div#addbutton1:hover,
div#addbutton2:hover,
div#addbutton3:hover,
div#addbutton4:hover,
div#addbutton5:hover,
div#addbutton6:hover{
	background-position: 0 -200px;
}

div#addbutton1:active,
div#addbutton2:active,
div#addbutton3:active,
div#addbutton4:active,
div#addbutton5:active,
div#addbutton6:active{
	filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	-khtml-opacity: 0.80;
}

div#button_add_anything{
	position:relative;	
	width: 967px;
	height: 100px;
	margin-left: 7px;
	border: 1px solid rgb(220, 220, 220);
	display: block;
	overflow: hidden;

	background: url("../images/add_anything_button.jpg");	
}

div#button_add_anything:hover{
	/*background-position: 0 -100px;*/
	border: 1px solid rgb(130, 130, 130);
}

div#button_add_anything:active{
	filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	-khtml-opacity: 0.80;
}

div#buttondescriptions{
	position: relative;
	margin: auto;
	width: 985px;
	height: 80px;
	margin-top: 9px;
}

div#addbutton1description,
div#addbutton2description,
div#addbutton3description,
div#addbutton4description,
div#addbutton5description,
div#addbutton6description{
	float: left;
	width: 152px;
	height: 80px;
	margin-left: 9px;
	border: 1px solid white;
	overflow: hidden;
	font-size: 10pt;
	color: rgb(20, 20, 20); 
	text-align: left;
}


div#infosectiontitle_featured{
	position: relative;
	margin: auto;
	width: 971px;
	height: auto;
	margin-bottom:10px;
	border-bottom: 1px solid rgb(200,200,200);
	border:none;
	color: rgb(150,150,150);
	font-size:18pt;
	text-align:center;
}

div#buttons_featured{
	position: relative;
	margin: auto;
	width: 985px;
	height: 102px;
	background-color:none;
	margin-bottom:30px;
}

div#addbutton1_feat,
div#addbutton2_feat,
div#addbutton3_feat,
div#addbutton4_feat,
div#addbutton5_feat,
div#addbutton6_feat{
	float: left;
	width: 154px;
	height: 100px;
	margin-left: 7px;
	border: 1px solid rgb(220, 220, 220);
	display: block;
	overflow: hidden;
}
div#addbutton1_feat{
	background: url("../images/feat_content_button1.jpg");
}

div#addbutton2_feat{
	background: url("../images/feat_content_button2.jpg");
}

div#addbutton3_feat{
	background: url("../images/feat_content_button3.jpg");
}

div#addbutton4_feat{
	background: url("../images/feat_content_button4.jpg");
}

div#addbutton5_feat{
	background: url("../images/feat_content_button5.jpg");
}

div#addbutton6_feat{
	background: url("../images/feat_content_button6.jpg");
}

div#addbutton1_feat:hover,
div#addbutton2_feat:hover,
div#addbutton3_feat:hover,
div#addbutton4_feat:hover,
div#addbutton5_feat:hover,
div#addbutton6_feat:hover{
	filter:alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity: 1.00;
	-khtml-opacity: 1.00;
	border: 1px solid rgb(130, 130, 130);
}

div#addbutton1_feat:active,
div#addbutton2_feat:active,
div#addbutton3_feat:active,
div#addbutton4_feat:active,
div#addbutton5_feat:active,
div#addbutton6_feat:active{
	filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	-khtml-opacity: 0.80;
}


div#addcontentinfocontainer{
	position: relative;
	margin: auto;
	width: 985px;
	height: auto;
	margin-top:-10px;
}
div#infosection{
	position: relative;
	margin: auto;
	width: 985px;
	height: auto;
	margin-top:30px;
	overflow:hidden;
}
div#infosectiontitle1,
div#infosectiontitle2,
div#infosectiontitle3,
div#infosectiontitle4,
div#infosectiontitle5,
div#infosectiontitle6{
	position: relative;
	margin: auto;
	width: 971px;
	height: auto;
	margin-bottom:10px;
	border-bottom: 1px solid rgb(100,100,100);
	font-size:18pt;
}


div#infosectiontitle1{
	border-bottom: 1px solid orange;
	color: orange;
	text-indent: 0px;
}
.title11{color:rgb(255,217,146)}
.title12{color:rgb(255,231,186)}
.title13{color:rgb(255,242,218)}

div#infosectiontitle2{
	border-bottom: 1px solid #02A4E0;
	color: #02A4E0;
	text-indent: 0px;
}
.title21{color:rgb(162,207,224)}
.title22{color:rgb(206,222,228)}
.title23{color:rgb(231,236,238)}

div#infosectiontitle3{
	border-bottom: 1px solid rgb(255,0,132);
	color: rgb(255,0,132);
	text-indent: 0px;
}
.title31{color:rgb(255,152,205)}
.title32{color:rgb(255,196,227)}
.title33{color:rgb(255,230,243)}
	
div#infosectiontitle4{
	border-bottom: 1px solid rgb(0,214,30);
	color: rgb(0,214,30);
	text-indent: 0px;
}
.title41{color:rgb(134,214,146)}
.title42{color:rgb(185,215,189)}
.title43{color:rgb(228,237,229)}

div#infosectiontitle5{
	border-bottom: 1px solid purple;
	color: purple;
	text-indent: 0px;
}
.title51{color:rgb(183,112,183)}
.title52{color:rgb(215,176,215)}
.title53{color:rgb(238,218,238)}

div#infosectiontitle6{
	border-bottom: 1px solid rgb(10,10,10);
	color: rgb(10,10,10);
	text-indent: 0px;
}
.title61{color:rgb(148,148,148)}
.title62{color:rgb(200,200,200)}
.title63{color:rgb(231,231,231)}


div#inforightside{
	float:right;
	position:relative;
	width:481px;
	height:auto;
	margin-right:7px;
	display:block;
}

div#infoleftside{
	position: relative;
	width:480px;
	height:auto;
	margin-left:7px;
}


div#descriptiontext1{
	position:relative;
	font-size: 10pt;
	color: rgb(130, 130, 130);
	padding-left: 1px;
	margin-bottom:10px;
	height:auto;
}

div#subtitle{
	position:relative;
	font-size: 12pt;
	color: rgb(130, 130, 130);
	font-weight: bold;
	margin-bottom:3px;
	height:auto;
}


/*start of section specific links*/

#linkstylelinks1:link,
#linkstylelinks1:visited,
#linkstylelinks1:hover{
	font-size:10pt
}

#linkstylelinks1:link,
#linkstylelinks1:visited{
	color: rgb(75,75,75);
	text-decoration: underline;
}
#linkstylelinks1:hover{
	text-decoration: underline;
	color: orange;
}
#linkstylelinks1:active{
	text-decoration: none;
}



#linkstylelinks2:link,
#linkstylelinks2:visited,
#linkstylelinks2:hover{
	font-size:10pt
}

#linkstylelinks2:link,
#linkstylelinks2:visited{
	color: rgb(75,75,75);
	text-decoration: underline;
}
#linkstylelinks2:hover{
	text-decoration: underline;
	color: #02A4E0;
}
#linkstylelinks2:active{
	text-decoration: none;
}

#linkstylelinks3:link,
#linkstylelinks3:visited,
#linkstylelinks3:hover{
	font-size:10pt
}

#linkstylelinks3:link,
#linkstylelinks3:visited{
	color: rgb(75,75,75);
	text-decoration: underline;
}
#linkstylelinks3:hover{
	text-decoration: underline;
	color: #FF0084;
}
#linkstylelinks3:active{
	text-decoration: none;
}

#linkstylelinks4:link,
#linkstylelinks4:visited,
#linkstylelinks4:hover{
	font-size:10pt
}

#linkstylelinks4:link,
#linkstylelinks4:visited{
	color: rgb(75,75,75);
	text-decoration: underline;
}
#linkstylelinks4:hover{
	text-decoration: underline;
	color: #00D61E;
}
#linkstylelinks4:active{
	text-decoration: none;
}

#linkstylelinks5:link,
#linkstylelinks5:visited,
#linkstylelinks5:hover{
	font-size:10pt
}

#linkstylelinks5:link,
#linkstylelinks5:visited{
	color: rgb(75,75,75);
	text-decoration: underline;
}
#linkstylelinks5:hover{
	text-decoration: underline;
	color: purple;
}
#linkstylelinks5:active{
	text-decoration: none;
}

#linkstylelinks6:link,
#linkstylelinks6:visited,
#linkstylelinks6:hover{
	font-size:10pt
}

#linkstylelinks6:link,
#linkstylelinks6:visited{
	color: rgb(75,75,75);
	text-decoration: underline;
}
#linkstylelinks6:hover{
	text-decoration: underline;
	color: #0A0A0A;
}
#linkstylelinks6:active{
	text-decoration: none;
}

/*End of section specific links */

/*ADD IT LINKS*/

#linkstyleaddit1:link,
#linkstyleaddit1:visited,
#linkstyleaddit1:hover{
	font-size:10pt;
	font-weight:bold;
}

#linkstyleaddit1:link,
#linkstyleaddit1:visited{
	color: #828282;
	text-decoration: none;
}
#linkstyleaddit1:hover{
	text-decoration: underline;
	color: orange;
}
#linkstyleaddit1:active{
	text-decoration: none;
}

#linkstyleaddit2:link,
#linkstyleaddit2:visited,
#linkstyleaddit2:hover{
	font-size:10pt;
	font-weight:bold;
}

#linkstyleaddit2:link,
#linkstyleaddit2:visited{
	color: #828282;
	text-decoration: none;
}
#linkstyleaddit2:hover{
	text-decoration: underline;
	color: #02A4E0;
}
#linkstyleaddit2:active{
	text-decoration: none;
}

#linkstyleaddit3:link,
#linkstyleaddit3:visited,
#linkstyleaddit3:hover{
	font-size:10pt;
	font-weight:bold;
}

#linkstyleaddit3:link,
#linkstyleaddit3:visited{
	color: #828282;
	text-decoration: none;
}
#linkstyleaddit3:hover{
	text-decoration: underline;
	color: #FF0084;
}
#linkstyleaddit3:active{
	text-decoration: none;
}

#linkstyleaddit4:link,
#linkstyleaddit4:visited,
#linkstyleaddit4:hover{
	font-size:10pt;
	font-weight:bold;
}

#linkstyleaddit4:link,
#linkstyleaddit4:visited{
	color: #828282;
	text-decoration: none;
}
#linkstyleaddit4:hover{
	text-decoration: underline;
	color: #00D61E;
}
#linkstyleaddit4:active{
	text-decoration: none;
}

#linkstyleaddit5:link,
#linkstyleaddit5:visited,
#linkstyleaddit5:hover{
	font-size:10pt;
	font-weight:bold;
}

#linkstyleaddit5:link,
#linkstyleaddit5:visited{
	color: #828282;
	text-decoration: none;
}
#linkstyleaddit5:hover{
	text-decoration: underline;
	color: purple;
}
#linkstyleaddit5:active{
	text-decoration: none;
}

#linkstyleaddit6:link,
#linkstyleaddit6:visited,
#linkstyleaddit6:hover{
	font-size:10pt;
	font-weight:bold;
}

#linkstyleaddit6:link,
#linkstyleaddit6:visited{
	color: #828282;
	text-decoration: none;
}
#linkstyleaddit6:hover{
	text-decoration: underline;
	color: #0A0A0A;
}
#linkstyleaddit6:active{
	text-decoration: none;
}

/*end of Add it links*/

/* CSS for embeds showcase page */

#linkstyleadditembedtitle:link,
#linkstyleadditembedtitle:visited,
#linkstyleadditembedtitle:hover{
	font-size:18pt;
	color: #0A0A0A;
	text-decoration: none;
}

#linkstyleadditembedtitle:link,
#linkstyleadditembedtitle:visited{
	color: #0A0A0A;
}
#linkstyleadditembedtitle:hover{
	color: #02A4E0;
}
#linkstyleadditembedtitle:active{
	text-decoration: none;
}

#linkstyleadditembed:link,
#linkstyleadditembed:visited,
#linkstyleadditembed:hover{
	font-size:12pt;
	font-weight:bold;
	color: rgb(50,50,50);
	text-decoration: none;
}

#linkstyleadditembed:link,
#linkstyleadditembed:visited{
	color: rgb(50,50,50);
}
#linkstyleadditembed:hover{
	text-decoration: underline;
	color:rgb(50,50,50);
}
#linkstyleadditembed:active{
	text-decoration: none;
}

