/*-----------Misc-----------*/
.addpadding{
	padding-top:10px;
	padding-bottom:20px;
	padding-left:6px;
	padding-right:6px;
}
.showbox{
	padding-top:25px;
	width:100%;
	height:370px;
	box-sizing: border-box;
}
.showbox:hover {
	background:#232323;
	
	/*background-image:url(../images/rgb/bgd2.png);*/
	background-repeat:repeat;
}
.nomargin{
	margin:0px;
}

#footer .grid_4{
	width:100%;
	box-sizing: border-box;
	margin:0px;
}
#footer .grid_4_no_margin{
	width:100%;
}

#map_canvas{margin-bottom:0px;}
/*---------------------------KEYPHRASES------------------------*/

#keyphrases { background: #111; border-top: 1px solid #484848; height:70px; color:#222; font-family: 'Open Sans', arial, sans-serif; line-height: 14px; font-size:8px; text-align:center; }

/*---------------------------WEB DEVELOPER------------------------*/

.webdev { color:#333; font-family: 'Open Sans', arial, sans-serif; line-height: 14px; font-size:14px; text-align:center; }
.webdev:hover {
	color:#9CE9FF;
}

/*---------------------------FLICKR------------------------*/
.thumbs { 
	margin: 0px; 
	padding: 0px; 
	overflow: hidden; 
}
.thumbs li { 
	list-style: none; 
	float: left;
}
.thumbs li a { }
.thumbs li img { 
	display: block; 
}
.thumbs li a img { 
	border: none;
	width:50px;
	height:50px;
	margin-bottom: 5px; 
	margin-right: 10px;	
}

/*---------------------------IMAGE SHADOWS------------------------*/
.shadowbanner{
	height: 18px;
	width:960px;
	margin-top:20px;
	margin-bottom:-40px;
	background-image:url(../images/images_framework/shadow_banner.png);
	background-repeat:no-repeat;
	background-position: top center;position: relative;
}

.shadowmap{
	height: 18px;
	width:960px;
	margin-top:0px;
	margin-bottom:0px;
	background-image:url(../images/images_framework/shadow_banner.png);
	background-repeat:no-repeat;
	background-position: top center;position: relative;
}

.shadowcontent{
	height: 18px;
	width:640px;
	margin-top:0px;
	margin-bottom:5px;
	background-image:url(../images/images_framework/shadow_content.png);
	background-repeat:no-repeat;
	background-position: top center;position: relative;
}

.hover {
	background:url(../images/enlarge.png) 50% 50% no-repeat;
}

.pp_description{
color: #00AEDF !important;
font-size:12px;
}

/*---------------------------FACEBOOK------------------------*/

.facebook-likebox {
	width:240px;
	height:360px;
}
#likebox-frame{
 border:2px solid #3E4045;
 width:205px;
 z-index:10; 
 height: 260px; 
 overflow: hidden;
 position:relative;
 top:-1px; 
 left:0px;
}

#likebox-frame iframe{
  left:0px;
  overflow:hidden;
  position:relative;
  top:-1px;
  padding-left:0px;
}

.main-navigation{ background:none; }

.bannerbackground {
	display: block;
	background-color:#000000;
	background:url(../images/images_framework/bannerbackground.jpg);
	background-position:top center;
	background-repeat: repeat-x;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	z-index:-9999;
	height:450px;
}