/*
* 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
*/

@font-face {
    font-family: 'CabinMediumItalic';
    src: url('../fonts/Cabin-MediumItalic-webfont.eot');
    src: url('../fonts/Cabin-MediumItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Cabin-MediumItalic-webfont.woff') format('woff'),
         url('../fonts/Cabin-MediumItalic-webfont.ttf') format('truetype'),
         url('../fonts/Cabin-MediumItalic-webfont.svg#CabinMediumItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'CabinSemiBold';
    src: url('../fonts/Cabin-SemiBold-webfont.eot');
    src: url('../fonts/Cabin-SemiBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Cabin-SemiBold-webfont.woff') format('woff'),
         url('../fonts/Cabin-SemiBold-webfont.ttf') format('truetype'),
         url('../fonts/Cabin-SemiBold-webfont.svg#CabinSemiBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'CabinRegular';
    src: url('../fonts/Cabin-Regular-webfont.eot');
    src: url('../fonts/Cabin-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Cabin-Regular-webfont.woff') format('woff'),
         url('../fonts/Cabin-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Cabin-Regular-webfont.svg#CabinRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LoraRegular';
    src: url('../fonts/Lora-Regular-webfont.eot');
    src: url('../fonts/Lora-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Lora-Regular-webfont.woff') format('woff'),
         url('../fonts/Lora-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Lora-Regular-webfont.svg#LoraRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}




/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	color: #000;
	font-family: inherit;
}
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
		 }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
	border-collapse: collapse;
	border-spacing: 0;
	
	text-align: center;
}
		
		


/* #Basic Styles
================================================== */
	body {
		background: #fff;
		font: 12px/20px Arial, sans-serif;
		color: #777;
		/*
		-webkit-font-smoothing: antialiased;
		-webkit-text-size-adjust: 100%;
		*/
 }

 

 



/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #222;
		font-family: 'CabinSemiBold', sans-serif;
		font-weight: normal;
		}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 30px; line-height: 36px; color: #5a1001; margin-bottom: 8px;}
	h2 { font-size: 22px; line-height: 30px; color: #5a1001;margin-bottom: 8px;}
	h3 { font-size: 17px; line-height: 23px;margin-bottom: 10px;}
	h4 { font-size: 15px; line-height: 20px;margin-bottom: 10px;color:#ff6600;}
	h5 { font-size: 12px; line-height: 16px; }
	h6 { font-size: 11px; line-height: 14px;}
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; padding: 0; color: #000;font-size:15px;font-family:arial;}
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333;padding-top:20px;font-size:18px; }
	strong1 { font-weight: bold; color: #333;padding-top:20px;font-size:15px; }
	small { font-size: 80%; }
strong1:hover { font-weight: bold; color: #f60;}
/*	Blockquotes  */
    blockquote {
		margin-left: 40px;
		padding-left: 62px;
		background: transparent url(../images/icons/blockquote.png) no-repeat;
	}
	blockquote.alignLeft{
		width: 310px;
		margin: 0 20px 20px 0;
		float: left;
	}
	blockquote.alignRight{
		width: 310px;
		margin: 0 0 20px 20px;
		float: right;
	}
	blockquote, blockquote p { font-size: 12px; color: #777; font-style: italic; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { 
  border: none; 
  clear: both; 
  height: 35px; 
}


/* #Links
================================================== */
	a, a:visited { 
	text-decoration: none; 
	outline: 0;
	-webkit-transition: color 0.2s ease-out, background 0.2s ease-out;
	-moz-transition: color 0.2s ease-out, background 0.2s ease-out; 
	-o-transition: color 0.2s ease-out, background 0.2s ease-out; 
	-ms-transition: color 0.2s ease-out, background 0.2s ease-out; 
	transition: color 0.2s ease-out, background 0.2s ease-out;
	
	}
	a:hover { color: #fff;}
	p a, p a:visited { line-height: inherit; }
	



/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul {
	list-style: none outside;
	font-family: inherit;
}
	ol { list-style: decimal; }
	ol, ul.bullet, ul.check, ul.square, ul.circle, ul.disc { margin-left: 20px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 0px; }
	li { line-height: 18px; margin-bottom: 0px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }
	
	ul.bullet{
		list-style-image: url('../images/icons/bullet.png');
		margin-left: 15px;
	}
	
	ul.check{
	    list-style-image: url('../images/icons/checklist.png');
	}
	
	
/* #Drop caps
================================================== */

.dropCap1, .dropCap2, .dropCap3, .dropCap4{
	color: #fff;
	font-family: 'CabinSemiBold', sans-serif;
  font-weight: normal;
	float: left;
  text-align: center;
  display: block;

}

.dropCap1{
  font-size: 16px;
  width: 26px;
  height: 23px;
  margin-right: 3px; 
  padding-top: 4px;
  padding-left: 1px;
  margin-top: -7px;
}


.dropCap2{
  font-size: 46px;
  line-height: .5em; 
  margin-right: 9px; 
  padding-top: 7px;
 
}

.dropCap3{
  font-size: 33px;
  width: 43px;
  height: 32px;
  margin-right: 9px; 
  padding-top: 11px;
    margin-top: -5px;
}

.dropCap4{
  background: transparent url(../images/icons/dropcap4.png) no-repeat;
  font-size: 33px;
  width: 43px;
  height: 32px;
  margin-right: 9px; 
  padding-top: 11px;
    margin-top: -5px;
}






/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
	margin-bottom: 10px;
}
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
	border: 1px solid #ccc;
	padding: 4px 4px;
	outline: none;
	color: #777;
	margin: 0;
	width: 200px;
	max-width: 100%;
	margin-bottom: 5px;
	background: #fff;
	font: 12px Arial, sans-serif;
}
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus,
	select:focus{
			-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;}
	textarea {
	min-height: 65px;
}
	label,
	legend {


 }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }


@media only screen and (max-width: 767px) {

	blockquote.alignLeft{
		width: 50%;
	}
	blockquote.alignRight{
		width: 50%;
	}


}

.level_main
	{
		width: 100%;
		height: auto;
		font-size: 20px;
		color: #ffcc00;
		background: #000;
		text-align: center;
		font-family: 'CabinSemiBold', sans-serif;
		line-height: 28px;
		padding-top: 12px;
		padding-bottom: 10px;
	}
	
.txt_strong
	{
		margin:10px 0 10px 0;
		font-size:18px;
		display:block;
		text-align:center;
	}
		
footer .socialIcons li{
    position: relative;
    display: inline;
	list-style: none;
	text-indent: -999px;
    float: left;
    width: 32px;
	height: 32px;
	overflow: hidden;
    margin-right: 2px;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

footer .socialIcons li a{
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	height: 32px;
	width: 32px;
}

footer .socialIcons li a:hover, footer .socialIcons li a:focus {
  background-color: transparent;
}


footer .socialIcons li:hover {
  background-position: 0 -32px;
}

.vimeo {background: url(../images/social_icons/footer/vimeo.png) no-repeat;}
.facebook {background: url(../images/social_icons/footer/facebook.png) no-repeat;}
.linkedin {background: url(../images/social_icons/footer/linkedin.png) no-repeat;}
.twitter{background: url(../images/social_icons/footer/twitter1.png) no-repeat;}
.twitter2{background: url(../images/social_icons/footer/twitter2.png) no-repeat;}
.pinterest {background: url(../images/social_icons/footer/pinterest.png) no-repeat;}
.flickr {background: url(../images/social_icons/footer/flickr.png) no-repeat;}

.digg {background: url(../images/social_icons/footer/digg.png) no-repeat;}
.yahoo1 {background: url(../images/social_icons/footer/yahoo1.png) no-repeat;}
.yahoo2 {background: url(../images/social_icons/footer/yahoo2.png) no-repeat;}
.reddit {background: url(../images/social_icons/footer/reddit.png) no-repeat;}
.googleplus{background: url(../images/social_icons/footer/googleplus.png) no-repeat;}
.stumbleupon {background: url(../images/social_icons/footer/stumbleupon.png) no-repeat;}
.skype {background: url(../images/social_icons/footer/skype.png) no-repeat;}
.deviantart {background: url(../images/social_icons/footer/deviantart.png) no-repeat;}
.delicious {background: url(../images/social_icons/footer/delicious.png) no-repeat;}
.tumblr {background: url(../images/social_icons/footer/tumblr.png) no-repeat;}
.lastfm {background: url(../images/social_icons/footer/lastfm.png) no-repeat;}
.youtube{background: url(../images/social_icons/footer/youtube.png) no-repeat;}
.friendfeed {background: url(../images/social_icons/footer/friendfeed.png) no-repeat;}
.myspace {background: url(../images/social_icons/footer/myspace.png) no-repeat;}
.rss {background: url(../images/social_icons/footer/rss.png) no-repeat;}
.badoo {background: url(../images/social_icons/footer/badoo.png) no-repeat;}
.dribble {background: url(../images/social_icons/footer/dribble.png) no-repeat;}
.blogger {background: url(../images/social_icons/footer/blogger.png) no-repeat;}
.homeicon{background: url(../images/social_icons/footer/home.png) no-repeat;}
.phone {background: url(../images/social_icons/footer/phone.png) no-repeat;}
.email {background: url(../images/social_icons/footer/email.png) no-repeat;}
.picassa {background: url(../images/social_icons/footer/picassa.png) no-repeat;}
.livejournal {background: url(../images/social_icons/footer/livejournal.png) no-repeat;}
.bebo {background: url(../images/social_icons/footer/bebo.png) no-repeat;}
.technorati {background: url(../images/social_icons/footer/technorati.png) no-repeat;}
.newsvine{background: url(../images/social_icons/footer/newsvine.png) no-repeat;}
.wordpress {background: url(../images/social_icons/footer/wordpress.png) no-repeat;}
.yelp {background: url(../images/social_icons/footer/yelp.png) no-repeat;}
