@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfont.eot#iefix') format('eot'),
         url('http://pho-natic.com/fonts/BebasNeue-webfont.woff') format('woff'),
         url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../fonts/BebasNeue-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'NadiaSerifNormal';
    src: url('../fonts/nadia_serif-webfont.eot');
    src: url('../fonts/nadia_serif-webfont.eot#iefix') format('embedded-opentype'),
         url('http://pho-natic.com/fonts/nadia_serif-webfont.woff') format('woff'),
         url('../fonts/nadia_serif-webfont.ttf') format('truetype'),
         url('../fonts/nadia_serif-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'NobileBold';
    src: url('../fonts/nobile_bold-webfont.eot');
    src: url('../fonts/nobile_bold-webfont.eot#iefix') format('embedded-opentype'),
         url('http://pho-natic.com/fonts/nobile_bold-webfont.woff') format('woff'),
         url('../fonts/nobile_bold-webfont.ttf') format('truetype'),
         url('../fonts/nobile_bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'NobileRegular';
    src: url('../fonts/nobile-webfont.eot');
    src: url('../fonts/nobile-webfont.eot#iefix') format('embedded-opentype'),
         url('http://pho-natic.com/fonts/nobile-webfont.woff') format('woff'),
         url('../fonts/nobile-webfont.ttf') format('truetype'),
         url('../fonts/nobile-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; min-width: 960px; background:url(../images/pattern3-footer.png) #282828 repeat;}

/* Font-face fix Added 3-5-14 */
body {
    -webkit-animation-duration: 0.1s;
	-webkit-animation-name: fontfix;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0.1s;
}

@-webkit-keyframes fontfix{
	from{ 	opacity: 1; }
	to{	opacity: 1; }
}

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; text-decoration:none; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: Shaun Alexander
   ========================================================================== */
   
#top_logo {
	float:left;
	margin-left: 10px;
	margin-top: 10px;
}
#top_announcement {
	float:right;
	width:400px;
	background-color:#0C0;
	font-size: 22px;
	font-weight: bold;
	font-family:'BebasNeueRegular', Arial;
	color:#ffffff;
	padding:5px;
	text-align:right;
	line-height:1.1;
	margin-top:10px;
	margin-bottom:3px;
}

/* Navigation */
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin-bottom:0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0;
	font-family:'BebasNeueRegular', Arial;
	font-size: 24px;
	color:#ffffff;
	float:right;
}
nav ul li {
	display: inline;
	padding-right: 10px;
}
nav ul li a { color: #ffffff; }
nav ul li a:visited { color: #ffffff; }
nav ul li a:hover { color: #ffffff; border-bottom: solid 3px #0D0; border-top: solid 3px #0D0;}
nav ul li active { border-bottom: thick #0D0; border-top: thick #0D0;}

.active a, .active a:visited { color: #0D0; color: #0D0;}
/* End Navigation */

.content {
	background:#ffffff;
	min-height: 200px;
	-moz-box-shadow: 5px 5px 5px #111;
	-webkit-box-shadow: 5px 5px 5px #111;
	box-shadow: 5px 5px 5px #111;
}

.content h1 {
	color:#222;
	font-family:'BebasNeueRegular', Arial;
	font-size: 36px;
	padding-left:10px;
	padding-right:10px;
	position: relative;
	text-transform:uppercase;
	font-weight:normal;
}

.content h1 span {
	background: url(../images/gradient-glossy.png) repeat-x;
	position: absolute;
	display: block;
	width: 600px;
	height: 18px;
}
	
.content p {
	padding-left:10px;
	padding-right:10px;	
}

.fbplugin {
	background:#ffffff;
	min-height:300px;
	-moz-box-shadow: 5px 5px 5px #111;
	-webkit-box-shadow: 5px 5px 5px #111;
	box-shadow: 5px 5px 5px #111;
}

footer {
	background:#ffffff;
	height:30px;
	-moz-box-shadow: 5px 5px 5px #111;
	-webkit-box-shadow: 5px 5px 5px #111;
	box-shadow: 5px 5px 5px #111;
}

footer p {
	font-size:12px;
	display:block;
	padding-left:15px !important;
	float:left;
}

.gallery {
		
}

#bottom_nav {
	list-style: none; list-style-image: none; margin-top:7px; margin-bottom:0px; margin-right: 0px; margin-left: 0px; padding: 0; font-family:'BebasNeueRegular', Arial; font-size: 16px; color:#000000; float:right;
}

#bottom_nav li {
	display: inline; padding-right: 5px;
}

#bottom_nav li a { color: #000000; }
#bottom_nav li a:visited { color: #000000; }
#bottom_nav li a:hover { color: #000000; border-bottom: solid 2px #0D0; border-top: solid 2px #0D0;}
#bottom_nav li active { border-bottom: thick #0D0; border-top: thick #0D0;}


/*--------------------------- 2-2 - START SLIDER ------------------------*/
/*---------- Other styles of the Slider at js/nivo/nivo-slider.css ------*/

.nivo-caption p span,.nivo-caption p p,.breadcramp p,.breadcramp span,.tipswift-inner {
	background:#0D0;
	padding-bottom:0px !important;
	margin-bottom:0px !important;
}
.main-slider,.portfolio-slider {
	background:url(../images/loading.gif) #f7f7f7 no-repeat 50% 50%;
	-moz-box-shadow: 5px 5px 5px #111;
	-webkit-box-shadow: 5px 5px 5px #111;
	box-shadow: 5px 5px 5px #111;
}

.nivo-caption,.nivo-caption p {
	color:#ffffff;
	padding:5px 5px 5px 5px !important;
	font-weight:bold;
}

/*--------------------------- 2-2 - END SLIDER --------------------------*/

#outer-container {
	width:100%;
	position:relative;
	overflow:hidden
}

.shine-top {
	position:absolute;
	top:0;
	left:0;
	height:582px;
	width:100%;
	min-width:960px;
	background:url(../images/top-shine3.png) no-repeat 50% 0;
	overflow:visible;
}
.shine-down {
	position:absolute;
	top:582px;
	left:0px;
	height:582px;
	width:100%;
	min-width:960px;
	background:url(../images/top-shine3_rev.png) no-repeat 50% 0;
	overflow:visible;
}

.content iframe {
	margin-left:10px;
}





/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {

}



/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}