/****************************************/
/********** THIS FILE CONTAINS **********/
/********** ALL THE STYLES FOR **********/
/******** NON-SLIDEDECK ELEMENTS ********/
/****************************************/
/******* HTTP://WWW.SLIDEDECK.COM *******/
/****************************************/

body {
	
	background-color: #000;
}

#header {
	width: 1024px;
	margin: 0 auto;
	height: 100px;
	/*border: 1px solid #ccc;*/
	padding-top: 18px;
}

#wrapper {
	width: 1024px;
	margin: 0 auto;
	/*border: 1px solid #ccc;*/
}

#header-logo {

	/*display: block;*/
	width: 373px;
	height: 100px;
	background: url('../images/hdr_sonia2011.gif') 0 0 no-repeat;
	float: left;
}

.template-name {
	position: relative;
	overflow: hidden;
	height: 60px;
	width: 400px;
	float: right;
	margin: 0;
	top: 20px;
}

h2.template-author {
	color: #FFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	float: right;
	clear: right;
	margin: 0;
	position: relative;
	top: 40px;
	right: 5px;
	border: 1px solid #cc0000;
}

h2.template-author a {
	color: #FFF;
}

h2.template-author a:hover {
	color: #AC538A
}

h2.page-header {
	background: url('../images/icon_preview.png') left center no-repeat;
	padding-left: 27px;
	font: bold 27px Arial, Helvetica, sans-serif;
	color: #AC548A;
	text-transform: uppercase;
	margin: 15px 0 20px 10px;
}


/*NAV SECTION*/
.navCap a:link {color:#ff9933; text-decoration: none;}
.navCap a:visited {color: #ff9933; text-decoration: none;}
.navCap a:hover {text-decoration: none; color: #b3dd72;}
.navCap a:active {color: #ff9933;text-decoration: none;}


#navBox {
	width: 1024px;
	height:25px;
	margin: 0 auto;
	/*border: 1px  solid #ffffff;*/
}

.navElement {
float: left;
width: 150px;
text-align: center;
}

.navElementEnd {
float: left;
width: 150px;
text-align: center;

}

.navCap {
	line-height: 30px;
	font-size: 18px;
	color:#fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}

/*#NAV SECTION*/



/*FEATURE SECTION*/
#featuresBox {
	width: 1024px;
	margin: 0 auto;
	height: 200px;
	border: 1px solid #ccc;
}

.featureElement {
float: left;
width: 225px;
border: 1px solid #999;
text-align: center;
margin: 0 37px 15px 0;
}

.featureElementEnd {
float: left;
width: 225px;
border: 1px solid #999;
text-align: center;

}

.featureCap {
	line-height: 30px;
	font-size: 18px;
	color:#fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}

/*#FEATURE SECTION*/

.clearboth { clear: both; }


#footer {
	
	width: 1004px;
	padding-left: 40px;
	padding-top:10px;
	margin: 0 auto;
	height: 30px;
	/*border: 1px solid #cc0000;*/
	font-size: 12px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
}


#footer a,
#footer a:link,
#footer a:visited {
	color: #999;
	text-decoration: none;
	padding: 2px 0 0 20px;
	height: 14px;
	margin: 0 2px;
}

#footer a:hover {
	text-decoration: underline;
}

#footer a:first-child {
	margin-left: 0px;
}

#footer a:hover {
	background-position: 0 -18px !important;
}