/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
.container {
	margin-top: 50px;
}
#headerImage img {
	margin-bottom: 50px;
	max-width: 100%;
	height: auto;
}
.feature img {
	margin-bottom: 7px;
	max-width: 100%;
	height: auto;
}
.ex1 img{
    /* border: 5px solid #ccc; */
    float: left;
    margin-top: 15px;
    -webkit-transition: margin 0.15s ease-out;
    -moz-transition: margin 0.15s ease-out;
    -o-transition: margin 0.15s ease-out;
}
 
.ex1 img:hover {
    margin-bottom: 13px;
	margin-top: 2px;
	
}
.ex5 img {
	opacity: 0.8;
	 border: 1px solid #ccc;
 
	/*Transition*/
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
 
	/*Reflection
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.1)));
	*/
}
 
 
.ex5 img:hover {  
   opacity: 1;
 
   /*Reflection
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.4)));
	*/
	
   /*Glow
  -webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
  -moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
  box-shadow: 0px 0px 20px rgba(255,255,255,0.8); */
}

h8 {
	font-size: 18px;
	line-height: 20px;
	color: #000; 
	font-family: 'Lobster13Regular', Helvetica, sans-serif;
	
	text-align: center;
	

}
h9 {
	font-size: 98px;
	line-height: 98px;
	color: #CCC; 
	font-family: 'Lobster13Regular', Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	text-shadow: rgba(0, 0, 0, .2) 3px 3px 3px;
 
	/*text stroke*/
	-webkit-text-stroke: 1.5px rgba(0, 0, 0, .6);
	-webkit-text-fill-color: #FFF;

}
h10 {
	font-size: 28px;
	line-height: 34px;
	letter-spacing: 2px;
	margin-bottom: 8px;
	color: #CCC; 
	font-family: 'Lobster13Regular', Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	text-shadow: rgba(0, 0, 0, .2) 3px 3px 3px;
 
	/*text stroke*/
	-webkit-text-stroke: 1px rgba(0, 0, 0, .6);
	-webkit-text-fill-color: #FFF;

}
h11 { 
	font-size: 18px; 
	line-height: 18px; 
	margin-top: 0px; 
	margin-left: 0px;
	padding-left: 5px;
	font-variant: small-caps;
	font-weight: bold;
	border-left: 0px solid #ddd;
	width: 100%;
}
.content-box {
	margin-left: 0px;
	padding-left: 6px;
	padding-right: 6px;
	border-left: 0px solid #ddd;
	margin-bottom: 4px;
	height: 90px;
}
.content-icons {
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.content-icons a {
	text-decoration: none;
}
.content-icons img{
	margin-right: 6px;
	margin-left: 6px;	
}
.image-border img{
	border-top: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	border-left: 2px solid #ddd;
}

.content-image img{
	margin-left: 0px;
	max-width: 100%;
	height: auto;
} 
.black_overlay {
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
		}
.white_content {
			display: none;
			position: absolute;
			top: 25%;
			left: 25%;
			width: 50%;
			height: 50%;
			padding: 16px;
			border: 16px solid #DDD;
			background-color: white;
			z-index:1002;
			overflow: auto;
		}
/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */
		
@font-face {
	font-family: 'Lobster13Regular';
	src: url('http://youannoying.me/fonts/Lobster_1.3-webfont.eot');
	src: url('http://youannoying.me/fonts/Lobster_1.3-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://youannoying.me/fonts/Lobster_1.3-webfont.woff') format('woff'),
         url('http://youannoying.me/fonts/Lobster_1.3-webfont.ttf') format('truetype'),
         url('http://youannoying.me/fonts/Lobster_1.3-webfont.svg#Lobster13Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/