hide
/* Import other css */
@import url('reset.css');


/* GENERAL ------------------------------------------------------------*/

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}

.wrapper{
	margin: 0 auto; 
	position: relative;
}

body{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}



body p{
	margin-bottom: 21px;
}

body a{
	text-decoration: none;
	
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}



#logo{
	display: inline-block;
	padding-top: 40px;
	padding-bottom: 30px;
}

#logo:hover{ opacity: 0.8;}



h1,h2,h3,h4,h5,h6{
	font-family: 'Yanone Kaffeesatz', Arial, sans-serif;
	font-weight: 400;
}

h1{ font-size: 48px;}

h2{ font-size: 36px; }

h3{ font-size: 24px; }

h4{ font-size: 21px; }

h5{ font-size: 18px; }

h6{ font-size: 14px; }



/* tecniche add-in #################################################################### */

/*
.site-logo-with-image {border: 1px solid red;}
.site-logo-img {border: 1px solid blue;}
#logo {border: 1px solid green;}
*/
/*
#nav {border: 1px solid pink;}
.sf-menu {border: 1px solid white;}
*/



/*
Pink 			: 	#ea4c88
FB Blue			: 	#1877F2
Yellow			:	#FFFF00
Grey borders	:	#888
Text: 			:	#666

*/

.hide {display: none;}

#headline p {
  text-align: justify;
}

.home-block p {
  text-align: justify;
}
	
	
/* STRONG */
strong {
  font-weight: bold;
  color: #4f4f4f;
}

.strong {
  font-weight: bold;
  color: #4f4f4f;
}

/* PINK */
pink {
	color: #ea4c88;
}

.pink {
	color: #ea4c88;
}

/* YELLOW */
.yellow { background-color: #FFFF00;}

/* TO THE TOP BUTTON */
#myBtn {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 0px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #888;
  color: white;
  cursor: pointer;
  height: 40px;
  width: 40px;
  border-radius: 5px; 
  opacity: .650;

}

#myBtn:hover {
  background-color: #888;
}



/* LINKS */
#headline a{ color: #ea4c88; text-decoration: none;}
#headline a:hover{ text-decoration: underline; }

.home-block a{ color: #ea4c88; }
.home-block a:hover{ text-decoration: underline; }

	
/* SITE LOGO */
.site-logo-with-image {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding-bottom: 20px;
}

/* Image Logo */
.site-logo-img img {
  max-height: 150px;
  width: auto;
  padding-right: 10px;
  padding-top: 100px;  /* DONT WORK */
}

.site-logo-img {
  max-height: 150px;
  max-width: 400px;
  width: auto;
}

/* TEXT DIV in Header */
.top-right {
	display: inline;
	float: right; 
	margin-right: 20px; 
	margin-top: 10px; 
	color: #F0F0F0; 
}

h1.topright {
	text-transform:uppercase;
	font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #F0F0F0; 
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
	text-align: right;
}

h4.topright {
	font-size:18px;
	font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #F0F0F0; 
	padding: 0;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
	text-align: right;
}

/* TABLE FORMAT */
/* table thin */
.table-thin {
  display: table;
  width: 95%;
  *position: relative;
  margin: 0 auto 20px auto;
 }
.table-thin.table-fixed {
  table-layout: fixed;
}
.table-thin-cell {
  display: table-cell;
  *float: left;
}
.table-thin-cell-mid {
  display: table-cell;
  vertical-align: middle;
  *position: absolute;
  *top: 0;
  *bottom: 0;
  *left: 0;
  *right: 0;
  *margin: auto;
}

.table-thin table, .table-thin th, .table-thin td {
  border-bottom: 1px solid #f1f1f1;
}

.table-thin th, .table-thin td {
	text-align: center;
}

.table-thin th {
	background-color: #ea4c88; 
	color: #fff;
	padding-top: 12px;
	padding-bottom: 12px;
	font-weight: bold;
}
.table-thin tr:nth-child(even){background-color: #f2f2f2;}
.table-thin tr:nth-child(odd){background-color: #f2f2f2;}


.th180 {min-width: 90px;}

/* EVENT DATES */



/* FIGURE CAPTIONS */

figcaption {
  display: block;
}

/* Mildred & Aubrey in Hiistory Section */
#attachment {
	clear: both;
}

 #attachment-sm {
	clear: both;
	display: none;
  }

/************* WordPress Image Captions *************/
.wp-caption {
  background: #f1f1f1;
}

.aligncentpic {
	width: 95%;
	text-align: center;
	margin: auto;
	display: block;
	
    *position: relative;
  margin: 0 auto 20px auto;
	border: 2px solid green
}
	
	
/* UPDATED FOR IN-PAGE TITLES */
.loop-title {
	font-size: 1.8em;
	line-height: 2.5em;
	margin: 0;
	text-transform: uppercase;
    color: #4A4C4C;
	text-align: left;
}
.loop-title h4 {
    margin:0;
    border-bottom:none;

}
	

#social-bar {padding-top: 5px;}

.fb { font-family: roboto; klavikia, tahoma; 
		font-size:24px;
		font-weight: bold;
}

.fb a:hover {color: #1877F2;}

.clearfix {
  display: block;
  zoom: 1;

}

.clearfix:after {
  content: " ";
  display: block;
  font-size: 0px;
  height: 6px;
  clear: both;
  visibility: hidden;
}

ul.price { 
	margin-left: 40px;  
	margin-top: 0px;
	list-style-position: outside; 
}

ul.price li.price {
  margin: 0 0 8px 0;
  padding: 0;
  margin-right: 10px;
  list-style-type: disc;
  font-weight: bold;
  color: #4f4f4f;
  /* display: inline; */
}

/* 
*  Social icons CSS
*/


#social-bar{
	display: block;
	overflow: hidden;
}

#social-bar li{
	display: block;
	float: right;
	width: 36px;
	height: 36px;
	margin-left: 5px;
}

#social-bar li a{
	display: block;
	width: 100%;
	height: 100%;
}

/*************  Image Captions *************/
.img-caption {
	width: 90%; 
	padding: 2%; 
	position: absolute; 
	left: 10px; 
	bottom: -15px; 
	background: rgba(0,0,0,.8); 
	color: #fff; 
	text-shadow: 0 -1px 0 rgba(0,0,0,.2); 
	text-align: center;
	font-size: 14px; 
	line-height: 18px;
}

/*************  Image Alignment *************/
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
  text-align: center;
}
img.aligncenter {
  margin: 0 auto;
}
.alignleft {
  float: left;
  margin: 10px 0 5px 0;
  display: block;
}
.alignright {
  float: right;
  margin: 10px 0 5px 1.71428571em;
  display: block;
}

.leading {
  margin-left: 4px;
}

/*** NAVIGATION ESSENTIAL STYLES ***/

.nav-menu, .nav-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.nav-menu {
	width: 100%; 
}
.nav-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.nav-menu ul li {
	width:			100%;
}
.nav-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.nav-menu li {
	float:			left;
	position:		relative;
}
.nav-menu a {
	display:		inline; /*block;*/
	position:		relative;
}

/* MEDIA RELATED SCREEN RE-SIZE */

/*** Responsive Logo ***/

@media only screen and (max-width: 992px){
h1.topright {
	font-size:32px; 
	color: #F0F0F0; 	
	}  
	
h4.topright {
	font-size:15px; 
	color: #F0F0F0; 
	}  
 
.site-logo-img { 
	max-width: 340px;
	} 
}	

@media only screen and (max-width: 799px) {
  .site-logo-with-image {
    display: block;
    max-height: 200px;
	}
  
.top-right {
		width: 100%;
		color: #F0F0F0; 
		} 
		
h1.topright {
	font-size:28px; 
	color: #F0F0F0; 	
	} 		
}

@media only screen and (max-width: 768px){
	
.site-logo-img, .site-logo-img img {
	max-width: 480px;
	padding: 0px;
	padding-top: 16px;
	}

.top-right {
	width: 100%;
	color: #F0F0F0; 
	} 

h1.topright {
	display: none;
	}  
	
h4.topright {
	font-size:16px; 
	color: #F0F0F0;
	text-align: left;
	padding-bottom: 8px;
	}  

.site-logo-img { 
	max-width: 280px;
	}  
 
 .table-thin {
	width: 100%;
	}
  
}

/* Reduce the logo image size and add padding for small screen readers */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {

.site-logo-img, .site-logo-img img  {  
	max-width: 280px;
	padding: 0px;
	padding-top: 16px;
	}

.top-right {
	width: 100%; 
	text-align: right;
	color: #F0F0F0; 	
	} 
 
h1.topright {
	display: none;
	}
 

 h4.topright {
	font-size:14px; 
	padding-top: 8px;
	padding-bottom: 8px;
	color: #F0F0F0; 
	text-align: right;	
	} 

 #attachment {
	display: none;
	}

 #attachment-sm {
	display: block;
	}
} 

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

.top-right {
	width: 100%; 
	text-align: left;
	color: #F0F0F0; 	
	} 
 
h1.topright {
	display: none;
	}
 
h4.topright {
	font-size:14px; 
	padding-top: 8px;
	padding-bottom: 8px;
	color: #F0F0F0; 
	text-align: right;
	} 
  
.site-logo-img, .site-logo-img img {
	max-width: 480px;
	padding: 0px auto;
	padding-top: 16px;
	}
}	

/* /tecniche add-in #################################################################### */

#main,
footer,
aside{ line-height: 1.5em; }


.wrapper {
	width: 940px;
}

.right{
	float: right;
}

.left{
	float: left;
}


.right:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#top-widget-holder,
footer,
aside{
    font-size: 12px;
    line-height: 1.5em;
}

.page-heading{
	text-align: left;
	margin-bottom: 15px;
	background: url(../img/div-line.png) repeat-x center center;
}

.page-heading span{
	padding: 0px 20px;
	margin-left: 20px;
}


/* WIDGETS------------------------------------------------*/

#top-widget-holder{
    z-index: 1000;
    position: relative;
    
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,.5);
    -o-box-shadow: 0px 1px 2px rgba(0,0,0,.5);
    box-shadow: 0px 1px 2px rgba(0,0,0,.5);
}

#top-widget{
	display: none;
}

#top-widget .padding{
	padding-top: 20px;
    padding-bottom: 30px;
}

#top-open{
	position: absolute;
	bottom: -42px;
	right: 0px;
	display: block;
	width: 42px;
	height: 42px;
	background: url(../img/top-open.png) no-repeat 0px 0px ;
	
	text-indent: -9000px;
}

#top-open.tab-closed{
	background-position: -44px 0px;	
}

/* WIDGET COLS ------------------------------------------------------------*/

.widget-cols h4{
	margin-bottom: 21px;
}

.widget-cols>li{
	width: 220px;
	float: left;
	margin-right: 20px;
}

.widget-cols>li.fourth-col{
	margin-right: 0px;
}


/* COMBO NAVIGATION ------------------------------------------------------------*/
#comboNav {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 30px;
  float: left;
}

/* NAVIGATION ------------------------------------------------------------*/


nav{
	margin-top: 10px;
	height: 30px;

}


nav a{
	text-decoration: none;
}

#nav li{
	margin-right: 20px;
}

#nav>li>a{
	font-family: 'Yanone Kaffeesatz', Arial, sans-serif;
	font-size: 18px;
	font-weight: 300;
	display: block;
	overflow: hidden;
	padding: 0px 0px 7px 0px;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, .6);
}


#nav>li.current-menu-item>a,
#nav>li.current_page_item>a{
	border-bottom: solid #ebebe8 5px;
}

#nav>li>a{
	border-bottom: solid #444 3px; 
}
	
#nav>li>a:hover{
	border-bottom: solid #ea4c88 3px; 
}

/* BREADCRUMBS ------------------------------------------------------------*/

.breadcrumbs{
	position: absolute;
	overflow: hidden;
	top: -18px;
	left: 0px;
	height: auto;
	font-size: 11px;
}

.breadcrumbs a{
	text-decoration: none;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.breadcrumbs li{
	display: inline;
}


.breadcrumbs li strong{
	font-weight: bold;
	font-size: 21px;
}

/* CONTACT CONTENT ------------------------------------------------------------*/

#contactForm{
	position: relative;
	width: 700px;
	float: left;
	margin-right: 20px;
}

#contact-sidebar{
	position: relative;
	width: 200px; /* 220 - 20 padding */
	float: left;
	padding: 20px 10px 20px 10px;
	-webkit-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-o-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	box-shadow: 2px 2px 0px rgba(0,0,0,.2);
}

/* SIDEBAR ------------------------------------------------------------*/

#sidebar{
	position: relative;
	width: 200px; /* 220 - 20 padding */
	float: left;
	padding: 45px 10px 20px 10px;
	margin-top: -58px;
	margin-bottom: 40px;
	-webkit-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-o-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	box-shadow: 2px 2px 0px rgba(0,0,0,.2);
}

#sidebar .block{
	margin-bottom: 18px;
	padding-bottom: 5px;
}

#sidebar .block:last-child{
	border-bottom: none;
}

#sidebar h4,
#contact-sidebar h4{
	margin-bottom: 20px;
}

#sidebar li{
	margin-bottom: 7px;
}

/* HOME ------------------------------------------------------------*/

.home-block{
	margin-bottom: 20px;
}

.home-block-heading{
	text-align: center;
	margin-bottom: 40px;
	background: url(../img/div-line.png) repeat-x center center;
}

.home-block-heading span{
	padding: 0px 20px;
}

.home-block figure{
	float: left;
	margin-right: 12px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	line-height: 1.2em;
	
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.2); 
    -moz-box-shadow: 0px 0px 2px rgba(0,0,0,.2);
    -o-box-shadow: 0px 0px 2px rgba(0,0,0,.2);
    box-shadow: 0px 0px 2px rgba(0,0,0,.2);
}

.home-block figure .thumb{
	display: block;
	
}


.home-block figure img{
	max-width: 100%;
	opacity: .999;
		
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.home-block figure a:hover img{
	opacity: 0.1;
	line-height: 0em;
}


.home-block figure.last{
	margin-right: 0px;
}

.home-block figcaption{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

/* modernizr fix for ie 8 and earlier */

.no-opacity .home-block figcaption{
	display: none;
}

.no-opacity .home-block figure:hover figcaption{
	display: block;
}

.home-block figure .opener{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 999;
}

.opacity .home-block figure .opener{ display: none; }

.home-block figcaption strong,
.home-block figcaption span,
.home-block figcaption em{
	display: block;
	margin-left: 17px;
	margin-right: 17px;
}

.home-block figcaption strong{ 
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 7px;
	margin-top: 17px;
}

.home-block figcaption span{ 
	font-size: 11px;
	margin-bottom: 7px;
}

.home-block figcaption em{ 
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	position: absolute;
	bottom: 10px;
}

.home-block figcaption em{ font-weight: bold; }

.one-third-thumbs figure{ width: 300px; }

.one-fourth-thumbs figure{ width: 220px; }

.more-link{
	margin-bottom: 0px;
}

/* MAIN ------------------------------------------------------------*/

#main{
	padding-top: 40px;
	background: url(../img/oblique-lines.png) repeat-x;
	margin-bottom: 60px;
}

/* PORTFOLIO ------------------------------------------------------------*/

.portfolio-thumbs{
	width: 960px;
	padding-top: 20px;
}

.portfolio-thumbs figure{ width: 300px; }

.portfolio-thumbs figure{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	line-height: 1.2em;
}

.portfolio-thumbs figure .thumb{
	display: block;
}

.portfolio-thumbs figure img{
	max-width: 100%;
	opacity: .999;
		
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.portfolio-thumbs figure a:hover img{
	opacity: 0.1;
	line-height: 0em;
}

.portfolio-thumbs figcaption{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.portfolio-thumbs figcaption strong,
.portfolio-thumbs figcaption span,
.portfolio-thumbs figcaption em{
	display: block;
	margin-left: 17px;
	margin-right: 17px;
}

.portfolio-thumbs figcaption strong{ 
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 7px;
	margin-top: 17px;
}

.portfolio-thumbs figcaption span{ 
	font-size: 11px;
	margin-bottom: 7px;
}

.portfolio-thumbs figcaption em{ 
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	position: absolute;
	bottom: 10px;
}


/* modernizr fix for ie 8 and earlier */

.no-opacity .portfolio-thumbs figcaption{
	display: none;
}

.no-opacity .portfolio-thumbs figure:hover figcaption{
	display: block;
}

.portfolio-thumbs figure .opener{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 999;
}

.opacity .portfolio-thumbs figure .opener{ display: none; }

/* PROJECT ------------------------------------------------------------*/


.project-heading{
	margin: 44px 24px 44px 0px;
}


.project-heading h2{
	float: left;
	margin-right: 20px;
}

.project-heading .launch{
	display: block;
	float: left;
	text-decoration: none;
	padding-top: 5px;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


.project-description{
	float: left;
	width: 700px;
	margin-bottom: 70px;
	margin-right: 20px;
}

.project-info{
	float: left;
	width: 220px;
	margin-bottom: 70px;
}

.project-info strong{ font-weight: bold; }

.project-pager{
	overflow: hidden;
	margin: 0px;
	padding-bottom: 24px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 24px;
}

.project-pager a{
	text-decoration: none;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.project-pager a:hover{
	text-decoration: none;
}

.project-pager .prev-project{
	float: left;
}

.project-pager .next-project{
	float: right;
}

/* RELATED PROJECTS ---------------------------------------------------*/

.related-projects{
	display: block;
	width: 940px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding: 24px 0px 50px 0px;
}

.related-heading{
	font-weight: bold;
	margin: 0px 0px 24px 0px;
}

.related-projects .related-list{
	display: block;
}

.related-projects  figure{
	display: block;
	float: left;
	width: 220px;
	margin-right: 15px;
}

.related-projects  figure .last{
	margin-right: 0px;
}

.related-projects .thumb{
	display: block;
	margin-bottom: 12px;
	
	-webkit-box-shadow: 2px 2px 0px rgba(0,0,0,.2); 
	-moz-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	box-shadow: 2px 2px 0px rgba(0,0,0,.2); 
}

.related-projects .thumb:hover img{
	opacity: 0.15;
}

.related-projects figure img{
	max-width: 100%;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* YOUTUBE ------------------------------------------------------------*/
#youTube {
	display: block;
	height: 360px;
	width: 100%;	
	
	display: flex;
	margin: 10px auto;
	max-width: 600px;
	position: relative;
	}




/* CONTACT ------------------------------------------------------------*/


#map_canvas{
	display: block;
	height: 300px;
	width: 100%;
	margin-bottom: 24px;
	margin-top: 40px;	
	-webkit-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-o-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	box-shadow: 2px 2px 0px rgba(0,0,0,.2);
}

.map-content{
	margin-bottom: 60px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ccc;
}

/* PAGE ------------------------------------------------------------*/

.floated-content,
.fullwidth-content{
	
}



/* SINGLE ------------------------------------------------------------*/

.post-content{
	margin-bottom: 20px;	
}

.single-post .meta{
	margin-bottom: 50px;	
}

/* PAGE NAVIGATION ------------------------------------------------------------*/

.page-navigation{
	display: block;
	margin-left: 160px;
	margin-bottom: 0px;
}

.page-navigation a{
	display: block;
	padding: 14px 18px;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	
	-webkit-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-o-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	
	text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.8);
}

.page-navigation .nav-next{
	float: left;
}

.page-navigation .nav-previous{
	float: right;
}

/* PAGER ------------------------------------------------------------*/

.pager{
	overflow: hidden;
	display: block;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding-bottom: 70px;
}

.pager li{
	display: block;
	margin-right: 5px;
	float: left;
}

.pager li a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	text-decoration: none;
	width: 20px;
	border: 1px solid #ccc;
	line-height: 20px;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pager .paged{
	float:right;
	font-style:italic;
}


/* SLIDER-HOLDER ------------------------------------------------------------*/

#slider-holder{
	padding-bottom: 50px;
}

.home-slider{
	float: left;
}

#slider-holder #headline{
	position: relative;
	float: right;
	width: 260px; /* 300 - 40 padding */
	min-height: 275px;
	margin-top: -58px;
	padding: 70px 20px 20px 20px;;
	
	-webkit-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-o-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	
	text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
}

#headline h1{ 
	margin-bottom: 30px;
	line-height: 1.0em;
}


#headline em#corner,
#sidebar em#corner{
	display: block;
	position: absolute;
	top:0px;
	left: -14px;
	width: 14px;
	height: 18px;	
	background: url(../img/sidebar-corner.png) no-repeat;
}


/* FOOTER ------------------------------------------------------------*/


.footer-bottom{
	margin-top: 30px;
}

footer .wrapper,
.footer-bottom{
	padding-top: 40px;
}



/* FOOTER BOTTOM ------------------------------------------------------------*/

.footer-bottom{
	margin-bottom: 60px;
	overflow: hidden;
}

.footer-bottom .left{
	width: 60%;
	padding-top: 10px;
	float: left;
}

.footer-bottom .left2{
	width: 100%;
	padding-top: 10px;
	float: left;
}

.footer-bottom .right{
	width: 40%;
	float: right;
}


