@charset "utf-8";

/*   
Theme Name: Adam Connor - Coming Soon
Theme URI: www.adamconnor.ca
Description: Style for Adam Connor - Coming Soon
Author: Adam Connor
Author URI: adam@adamconnor.ca
Version: V2.0 / 2011
*/

/* ----------------------------
simple reset
---------------------------- */

html, body, ul, ol, li, form, fieldset, legend, hr
{
	margin: 0;
}

a { text-decoration: none; }

h1, h2, h3, h4, h5, h6, p { margin: 0; }


/* ----------------------------
global
---------------------------- */

	body {
		background: #ececec url(../img/bg.jpg);
		padding: 10em;
	}
	
	hr {
		border-top: 1px solid #e2e3e5 ;
		border-bottom: 1px solid #f6f7f8 ;
		clear: both;
		}
	
/* ----------------------------
text
---------------------------- */

	 
		@font-face {
    	font-family: 'BebasRegular';
    	src: url('../fonts/BEBAS___-webfont.eot');
    	src: url('../fonts/BEBAS___-webfont.eot?iefix') format('eot'),
         url('../fonts/BEBAS___-webfont.woff') format('woff'),
         url('../fonts/BEBAS___-webfont.ttf') format('truetype'),
         url('../fonts/BEBAS___-webfont.svg#webfontOJIfwzl6') format('svg');
    	font-weight: normal;
    	font-style: normal;

		}

		@font-face {
    	font-family: 'Lobster13Regular';
    	src: url('../fonts/Lobster_1.3-webfont.eot');
    	src: url('../fonts/Lobster_1.3-webfont.eot?iefix') format('eot'),
         url('../fonts/Lobster_1.3-webfont.woff') format('woff'),
         url('../fonts/Lobster_1.3-webfont.ttf') format('truetype'),
         url('../fonts/Lobster_1.3-webfont.svg#webfont1MhCsZSr') format('svg');
    	font-weight: normal;
    	font-style: normal;
}

	h1, h2 {
		font-family: 'BebasRegular', Arial, sans-serif;
		}
	

	h1 {
		position: relative;
		display: inline;
		font-size: 5em;
		
		-webkit-text-stroke: 0.02em #ffffff;
	}
	
	h1 a {
		color: #788ea0;
		
		
	}
	

	h2 {
		font-size: 1.8em;
		color: #a9c5de;
    text-shadow: 1px 1px 0px #ffffff;
		word-spacing: 0.1em;
		
		} 
		
		h1.amp {
			font-family: 'Lobster13Regular', Arial, sans-serif;
			font-size: 4em;
			color: #c85555;
			margin: 0 0.2em;

			-webkit-text-stroke: 0.02em #ffffff;
			}
			
/* ----------------------------
ui
---------------------------- */		
		
		#wrapper {
			width: 554px;
			margin: 0 auto;
			text-align: center;
			
			}
		
		#title {
			
			background: url(../img/title-bg.png) no-repeat 4em 3.9em, url(../img/top-grad.png) no-repeat 1em 8.4em ;
			}
		
		#buttons {

			text-align: center;
			}
			
			
			footer {
			margin: 0 auto;
    	text-align: center;
    	width: 554px;
    	height: 55px;
    	background: url(../img/bottom-grad.png) no-repeat -1em ;
				}
				
			small {
				
				
				}	

/* ----------------------------

---------------------------- */	
		.star {
			background: url(../img/star.png) no-repeat;
			display: inline-block;
			float: left;
			width: 31px;
			height: 27px;
			margin: 15px 65px;
			
			}
		
		
/* ----------------------------
button
---------------------------- */
ul {
	float: left;
	margin: 1.5em;
	
	}

li{ 
	display: inline;
	list-style:none;
	padding-top:10px;
	padding-bottom:10px;
	float: left;
	}

/*
.button {
		background: #c85555 url(../img/overlay.png) repeat-x;
		display: inline-block; 
		padding: 8px 35px 8px; 
		color: #fff;
		text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
		border-bottom: 1px solid rgba(0,0,0,0.25);
		-moz-border-radius: 3px; 
		-webkit-border-radius: 3px;
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
		position: relative;
		cursor: pointer;
}

.button:visited   { background-color: #c85555; }
.button:hover     { background-color: #c85555; }
*/


.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	color: #fff;
	border: solid 1px #fff;
	background: #c85555;
	background: -webkit-gradient(linear, left top, left bottom, from(#c85555), to(#ab4949));
	background: -moz-linear-gradient(top, #c85555, #ab4949);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .2em; 
	-moz-border-radius: .2em;
	border-radius: .2em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}


.button:hover {
	text-decoration: none;
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#c85555), to(#ab4949));
	background: -moz-linear-gradient(top,  #c85555,  #ab4949);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.button:active {
	color: #fcd3a5;
	position: relative;
	top: 1px;
	background: -webkit-gradient(linear, left top, left bottom, from(#ab4949), to(#c85555));
	background: -moz-linear-gradient(top,  #ab4949,  #c85555);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

/* ----------------------------
page-slide
---------------------------- */			
		
#secondary {
    color: #FFF;
    padding: 15px 35px;
    
}

#pageslide-slide-wrap {
    background-color: #000;
}

#pageslide-content h2 {
  color: #C60;
}

#pageslide-content a { 
  font-size:12px;
  padding:20px;
}

.pageslide-close {
  font-size: 12px;
  font-weight: bold;
  padding:10px !important; 
  border: 1px solid #C60;
}

/* ----------------------------
contact-form
---------------------------- */

input, textarea { 
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width: 200px;
	background: #FFFFFF url('bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}

textarea { 
	width: 200px;
	max-width: 200px;
	height: 150px;
	line-height: 150%;
	}

input:hover, textarea:hover,
input:focus, textarea:focus { 
	border-color: #C9C9C9; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	}

.form label { 
	margin-left: 10px; 
	color: #999999; 
	}

.submit input {
	width: auto;
	padding: 9px 15px;
	background: #617798;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}			