/* 
================================
Skin styles for DotNetNuke
================================
*/
@import url("vimeo_archive.css");
@import url("pics.css");
   
@import url("nav.css");

body{
	margin:0;
	padding:0;
	background-color: #333;
	font-family: Verdana, Geneva, sans-serif;
	text-align:center;
}
.controlpanel {
	background-color: #FFF7E2;
}
.clear{ clear:both;}

.skinmaster{
	width: 924px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	margin-top:0;
	margin-bottom:0;
	text-align:left;
}
#skinheader {
	display:block;
	padding-bottom:10px;
/*	color:#ccc;*/
	text-align: center;
	background-image: url(images/home_banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#skinheader h1 a.SkinObject{
	font-size:34px;
	text-align:left;
	color:#ccc;
}
#skinheader h1{
	float:left;
	text-align:left;
	display:inline-block;
	margin-top:30px;
	margin-left:50px;
	margin-bottom:40px;
	font-size:34px;
}
.header_logo{
	float:right; margin-top:15px; margin-right:50px;
	}
.DNNEmptyPane
{
  display:none;
}
#skinbody
{
  background-color: #fffaf0;
  padding-top: 10px;
  width: 100%;
}
#skinbody h1{
	font-size:24px;
	color: #584316;
}
#skinbody h2{
	font-size:22px;
	color: #584316;
}
#skinbody h3{
	font-size:20px;
	color: #584316;
	font-style:italic;
}

.toppane {
	width: 100%;
	background-color: transparent;
}
.leftpane {
	float:left;/**/
	width: 200px;
	background-color: transparent;
	margin-top: 10px;
}
.contentpane {
	/*float:left;
	width: 822px;*/
	background-color: transparent;
	padding-top: 10px;
	padding-left: 1px;
	padding-right:1px;
	padding-bottom:6px;
}
.rightpane {
	float:right;
	width:200px;
	background-color: transparent;
	margin-top: 10px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* ==== footer =======*/
#skinfooter{
	height:100px;
	padding-top:20px;
	}
#skinfooter .links {
	mergin-top:30px;
	margin-bottom:30px;
	text-align:center;
}
#skinfooter .links a:link,
#skinfooter .links a:active,
 #skinfooter .links a:visited{
	text-transform:uppercase;
	color:#FFF;
}
#skinfooter .links a:hover
{
	color:#ff6600;
}

#skinfooter a:link
{
	font-size:14px;
	color:#666;
}
#skinfooter a:hover
{
	font-size:14px;
	color:#ccc;
}
#skinfooter .SkinObject
{
	font-size:14px;
	font-weight:normal;
	color:#666;
	margin-right:20px;
}
#skinfooter .copy{
	float: left;
	margin-left:20px;
	text-align:left;
}
#skinfooter .privacy{
	float: right;
	margin-right:20px;
	text-align:right;
}
/*#skinfooter .privacy a{
	margin-left:15px;
}
*/

/* ======= skinObject ====== */
.SkinObject
{
    font-weight: bold;
    font-size: 14px;
    color: #CCC;
    font-family: Verdana, Geneva, sans-serif;
    text-decoration: none;
}

A.SkinObject:link
{
    text-decoration: none;
    color: #CCC;
}

A.SkinObject:visited
{
    text-decoration: none;
    color: #CCC;
}

A.SkinObject:hover
{
    text-decoration: none;
    color: #ff6600;
}

A.SkinObject:active
{
    text-decoration: none;
    color: #CCC;
}







