/********************BEGIN RESET********************/

html,body,p,div,img,h1,h2,h3,h4,h5,li,ul,ol,dl,dd,dt,form,pagele,td,tr,blockquote,iframe {
  margin:0px; 
  padding:0px; 
  border:0px; 
  border-collapse:separate; 
  border-spacing:0px;
}

* :focus { outline: 0; }

/*******************END RESET**************************-*/

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

}

/*============ MAIN COLOR  db7030 =========*/
#logo-text {padding:20px 27px 0px 26px;float:right;}
#logo-text p{color:#000;text-shadow:1px 1px 2px #fff;text-align:right;}
#logo-image {
	padding: 40px 0 0 0px;
	float:right;
	right: 0px;
	background: url(../img/orange.jpg) no-repeat;
	margin-bottom: 5px;
	height:400px;
	width:276px;
}

#yelp{float:right;}
#yelp img{margin-right:30px;}
#bee{float:right;}
#bee img{margin-right:30px;}
#contact-details{float:right;width:100%;}
#contact-details p{text-align:right;margin:0px 30px 1px 0;font-size:15px;color:#000;text-shadow:1px 1px 1px #808080;font-weight:bold;}
#navigation-holder{float:right;}
.clear {clear: both;}

html, body, #left, #right {
	height: auto;
}

html, body, #left {
	height: 100%;
	width: 100%;
}

body {
	color: #313131;
	font-size: 14px;
	font-family: Arial, sans-serif;
	line-height: 20px;
	background-color: #f7f7f7;
}

h1, h2, h3, h5  {
	font-family: Bebas, Arial, sans-serif;
	font-weight: normal
}

h1 {
	font-size: 40px;
	line-height: 40px;
	color: #FFF;
	text-shadow: 1px 1px #69656b;
}
h1 a{color: #FFF;}
h1 a:hover{text-decoration:none;}

h2 {
	font-size: 36px;
	color: #313131;
}

h3 {
	
	font-size: 22px;
	font-weight: normal;
	line-height: 22px;
	margin-bottom: 10px;
	text-shadow:2px 2px 0 #DCDCDC;
}

h4 {
	font-family: Bebas, Tahoma, Arial, sans-serif;
	color: #F37B19;
	font-size: 20px; 
	font-weight: normal;
}

h5 {
	font-size: 22px; 
}

h6 {
	font-family: Arial, sans-serif;
	font-size: 10px; 
	letter-spacing: 0.5px;
}

a {
	color: #F37B19;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/********************BEGIN TABLES*****************/	
table { 
	width:100%; 
	text-align: left; 
	border-collapse: collapse;
}

th   { 
	color: #F37B19;
	background: #f2f2f2; 
	text-align: left; 
}

thead ,th ,tfoot {
	font-weight: normal;
}

th,td,caption { 
	padding: 7px; 
	border-bottom: 1px dashed #c1c1c1;
}

tr.even td  {
	background: #f2f2f2; 
}

caption     {
	color: #F37B19;
	border-collapse: collapse;
}
/*****************END TABLES************************/	


/*******************BEGIN MISC*********************/

#fixed-div {
    position: fixed;
    top: 6.8em;
    right: 0em;
	z-index:100;
}

.separator-noline {
	margin-bottom: 30px;
	margin-top: 0px;
	border: none;
}

.separator-line {
	border: none;
	background: #eaeaea;
	height: 7px;
	margin-bottom: 30px;
	margin-top: 0px;
}

blockquote  {
	background: url(../img/quotes.png) no-repeat;
	font-size: 13px;
	font-style: italic;
	padding-left: 40px;
	margin: 20px 0 20px 20px;
}

.author {
	text-align: right;
	font-size: 12px;
	font-style: normal;
	color: #F37B19;
}

abbr, acronym { 
	border-bottom: 1px solid #929292; 
}

del {
	color:#929292; 
}

pre,code,tt   { 
	font-family: 'lucida console', monospace; 
	color:#929292; 
}

ol li {
	font-size: 12px;
}

p#opening-hours{font-size:15px;color:#000;text-shadow:1px 1px 1px #808080;font-weight:bold;padding-left:50px;}
.go_to_top {color:#1575BF;font-weight:bold;}
/*****************END MISC ************************/

#left {
	width:29%;
	position: fixed;
	-moz-box-shadow:1px 1px 10px #000;
	-webkit-box-shadow:1px 1px 10px #000;
	box-shadow:1px 1px 10px #000;
	z-index:2;
}

#right {
	width: 71%;
	background-color: #fef9f0;
	float: right;
	z-index:1;
}

/*=== BACKGROUND PATTERNS
==================================================*/

/*=== LEFT SIDE
==================================================*/
	.grid-left {
		background: url(../img/grid.png) repeat #2b2b2b;;
	}

	.plates {
		background: url(../img/plates.png) no-repeat 100% 0%;
		background: -moz-linear-gradient(top, rgba(114,176,246,1) 0%, rgba(189,224,251,0) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(114,176,246,1)), color-stop(100%,rgba(189,224,251,0))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(114,176,246,1) 0%,rgba(189,224,251,0) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(114,176,246,1) 0%,rgba(189,224,251,0) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(114,176,246,1) 0%,rgba(189,224,251,0) 100%); /* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72b0f6', endColorstr='#00bde0fb',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, rgba(114,176,246,1) 0%,rgba(189,224,251,0) 100%); /* W3C */
	}

	.noise {
		background: url(../img/noise.jpg) repeat;
	}

	/*=== RIGHT SIDE
	==================================================*/

	.lines-1 {
		background: url(../img/lines.png) repeat;
	}

	.lines-2 {
		background: url(../img/lines-2.png) repeat;
	}

	.square-grid {
		background: url(../img/square-grid.png) repeat;
	}

	.square-grid-big {
		background: url(../img/square-grid-big.png) repeat;
	}

	.cross {
		background: url(../img/cross.png) repeat;
	}

	.cross-big {
		background: url(../img/cross-big.png) repeat;
	}



#content {
	width: 610px;
	padding: 0 20px;
}

.page {
	margin-bottom: 30px;
	width: 610px;
	padding: 22px  10px 30px 30px;
		
}

.logo-image {
	float: left;
}


#logo h1 a:hover {
	text-decoration: none;
}

#logo p {
	color: #f7f7f7;
	font-size: 20px;
	font-family: Arial, sans-serif;
	text-shadow: 1px 1px #69656b;
	text-transform: uppercase;
	text-align: left;

}

#copyright {

	bottom: 0px;
	font-size: 12px;
	color: #191970;
	margin-bottom: 0;
	text-shadow:1px 1px 1px #69656b;

}
#copyright a{
color:#6B8E23;}

.page h2 {
	text-align: left;
	line-height: 36px;
	text-shadow:2px 2px 0 #DCDCDC;
}

.sub-title {
	border-bottom: 7px solid #eaeaea;
	margin-bottom: 30px;
	font-size: 12px;
	color: #000;
	display: block;
	text-transform: uppercase;
	text-align: right;
	padding-bottom: 10px;
}

.page-content {
	width: 610px;
	padding: 30px  10px 30px 30px;
}



/*=== NAVIGATION
==================================================*/

ul#contact-details{
	font-family: Bebas, Arial, sans-serif;
	text-align: right;
	list-style: none;
	margin: 0px 0px 3px 0px;
	color: #fff;
	font-size: 22px;
	line-height: 46px;
	text-align: right;
	text-shadow: 1px 1px #69656b;
	background-image:url(../img/ribbon-3.png);
	height:54px;
	/*background-position:left center;
	background-repeat:no-repeat;*/
}
ul#contact-details li{padding-right:30px;color:#FFF5EE;padding-top:2px;}

ul#contact-details li a{text-decoration:none; color:#fff;}

ul#navigation {
	font-family: Bebas, Arial, sans-serif;
	text-align: right;
	list-style: none;
	margin: 0px 30px 5px 0;
} 
	
ul#navigation li a {
	font-size: 30px;
	line-height: 35px;
	text-align: right;
	text-shadow: 1px 1px 1px #000000;
	color:#F37B19;
}

ul#navigation li a:hover {
	color: #F37B19;
	text-decoration: none;
}

ul#navigation li a.active {
	color: #F37B19;
}



/*=== HOME
==================================================*/


/*====SLIDER
=======================================================*/
.featured {
	overflow: hidden;
	position: relative;
	margin-top:60px;
}


/*====CYCLE - SLIDER
=======================================================*/
.cycle {
	
	height: 285px;
	background: url(../img/slider-shadow.png) no-repeat bottom center;
}

#slider-cycle {
	width: 610px;
	height: 263px;
	overflow: hidden;
}

#slider-cycle li {
	position: relative;
}

.caption {
	color: #747474;
	left: 15px;
	bottom: 15px;
	padding: 15px;
	position: absolute;
	background: url(../img/square-grid.png) repeat #e7e7e7;
	width: 60%;	
}

.caption h3 {
	color: #F37B19;
}

.caption p {
	padding-bottom: 0px;
}

#slider-cycle li { 
	width: 610px;
	height: 263px;
	overflow: hidden; 
	display: block;
}


/*====CYCLE - SLIDER NAVIGATION
=======================================================*/

#slider-cycle-nav {
	position: absolute;
	z-index: 99;
	bottom: 36px;
	right: 15px;
}

#slider-cycle-nav li {
	display: block;
	float: left;
	margin-left: 3px;
}

#slider-cycle-nav li a {
	cursor: pointer;
	display: block;
	width: 37px;
	height: 36px;
	text-indent: -99999px;
}

#cycle-prev {
	background: url(../img/slider-arrows.png) no-repeat left bottom;	
}

#cycle-prev:hover{
	background: url(../img/slider-arrows.png) no-repeat left top;	
}

#cycle-next {
	background: url(../img/slider-arrows.png) no-repeat right bottom;	
}	

#cycle-next:hover {
	background: url(../img/slider-arrows.png) no-repeat right top;	
}


/*=====================================================================*/

/*====ANYTHING-SLIDER
=======================================================*/

#slider {
	width: 610px;
	height: 300px;
	overflow: hidden;
}
.slide-text p{font-size:27px;line-height:1;}

#slider li { 
	width: 610px;
	height: 300px;
	overflow: hidden; 
	display: block;
}

#math{text-align:right;}

/*====ANYTHING - SLIDES CONTENT
=======================================================*/

.slide-img {
	float: left;
	
}
.slide-img p{text-align:center;color:#3a3a3a;padding-bottom:0px!important; padding-top:3px;font-style:italic;font-size:11px;}
.slide-text {
	float: left;
	width: 210px;
	font-size:15px;
}

.slide-text h3 {
	font-size: 30px;
	color: #F37B19;
	line-height: 30px;
	margin: 20px 0;
	text-shadow:2px 2px 0 #DCDCDC;
}

.slide-text .button {
	float: right;
	margin-top: 10px;
}


/*====SLIDER NAV BUTTONS
=======================================================*/
#prev-button, #next-button, .arrow { 
	display: none;
	position: absolute;
	top: 60px;
	z-index: 1000;
	text-indent: -9999px;
}

#prev-button, .back {
	left: 0px;
}

#next-button, .forward { 
	right: 0px;
}														

#prev-button a, #next-button a, .arrow a {  
	display: block;
	position: relative;
	width: 37px;
	height: 36px;
}	

#prev-button a, .back a {
	background: url(../img/slider-arrows.png) no-repeat left bottom;	
}

#next-button a, .forward a { 
	background: url(../img/slider-arrows.png) no-repeat right bottom;	
}	

#prev-button a, .back a:hover {
	background: url(../img/slider-arrows.png) no-repeat left top;	
}

#next-button a, .forward a:hover { 
	background: url(../img/slider-arrows.png) no-repeat right top;	
}	


/*=====================================================================*/


.slogan {
	font-family: Bebas, Arial, sans-serif;
	font-size: 22px;
	line-height: 26px;
	/*color: #616161;*/
	margin: 30px 0 15px 0;
	text-shadow:2px 2px 0 #DCDCDC;
}

.slogan a:hover {
	text-decoration: none;
	color: #515151;
}


/*====BOXES
=======================================================*/
.boxes {
	width: 610px;
}

.boxes img {
	margin-bottom: 10px;
}

p {
	padding-bottom: 15px;
}

.boxes h3 {
	margin-bottom: 0;
	text-shadow:2px 2px 0 #DCDCDC;
}

.box-title {
	margin-bottom: 10px;
}

.box-icon {
	float: left;
	margin-right: 10px;
	padding-top: 1px;
}

.subtitle {
	margin-top: 0px;
	font-size: 11px;
	color: #006400;
	display: block;
	padding-top:5px;
	font-weight:bold;
}
.boxes p {
	margin-top: 30px;
}

/*====BOXES GRID
=======================================================*/
.one-third {
	float: left;
	width: 190px;
	height:250px;
	margin-right: 20px;
	margin-bottom: 15px;
	position:relative;
}

.two-third {
	float: left;
	width: 360px;
	margin-right: 20px;
	margin-bottom: 15px;
}

.one-half {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	width: 295px;
}

.full-width {
	margin-bottom: 15px;
}
div.full-width ul{
	margin-bottom: 15px;
	padding-left:30px;
}

.last {
	margin-right: 0px;
}

#last-contact-details{width:225px;}

/*====BUTTONS
=======================================================*/
.boxes a, .post-more-link, .button {
	font-size: 11px;
	color: #f7f7f7;
	padding: 3px 7px;
	background: #F37B19;
	display: inline-block;
	margin-bottom: 15px;
	box-shadow:2px 2px 4px #000000;
	position:absolute;
	bottom:0;
}

.boxes a:hover, .post-more-link:hover, .button:hover {
	background: #8c8c8c;
	text-decoration: none;
}
.boxes a:active, .post-more-link:active, .button:active{box-shadow:0px 0px 0px #000;}
/*====TWITTER
=======================================================*/
#twitter-feed {
	margin-bottom: 15px;
}

ul.tweet_list {
	list-style: none;
}

ul.tweet_list li {
	margin-bottom: 15px;
	background: url(../img/twitter.png) no-repeat 0px 7px;
	padding-left: 25px;
}

.tweet_text {
	display: block;
	margin-bottom: 3px;
}

.tweet_time a {
	font-size: 11px;
	font-style: italic;
}

/*====ALIGNMENT
=======================================================*/

.left {
	float: left;
	width: 255px;
	margin-right: 20px;
}

.right {
	float: right;
	width: 255px;
	margin-left: 20px;
}

.image-left {
	float: left;
	margin: 6px 15px 0px 0px;
	box-shadow:2px 2px 2px #000000;
}

.image-right {
	float: right;
	margin: 6px 0px 0px 15px;
}


/*=== ABOUT
==================================================*/
#about{padding-left:0px;}

/*=== WEIGHT LOSS
==================================================*/
#weight-loss{padding-left:0px;}
#weight-loss ul{padding-left:230px;color:#FF6347;font-weight:bold;}
#daily-check-ins{padding-left:60px!important;}

/*=== WHO WE ARE
==================================================*/
#who-we-are{padding-left:0px;}



/*====TOGGLE PANELS
=======================================================*/

.toggles {
	margin-bottom: 0px;
}

.toggle-header {
	/*border-bottom: 1px dashed #d1d1d1;
	padding-bottom: 15px;*/
}

.toggle-container h4 {
	float: left;
	text-shadow:2px 2px 0 #DCDCDC;
	color: #313131;
	padding-bottom:10px;
}
.toggle-header p {padding-bottom:0px;}
.toggle-header a {
	float: right;
	text-transform: uppercase;
	font-size: 11px;
	margin:-17px 20px 0px 0px;
}

.toggle-content {
	margin-top: 15px;	
}

.toggle-link {
	height: 20px;
	width: 75px;
}

.toggle-open {
	background: url(../img/toggle-2.png) no-repeat top center;
}

.toggle-close {
	background: url(../img/toggle-2.png) no-repeat bottom center;
	background-position-y: 85%;
}


/*====LISTS
=======================================================*/
ul.custom-list {
	list-style: none;
	margin-bottom: 15px;
}

ul.custom-list li, ol.custom-list li {
	margin-bottom: 5px;
}

ol li {
	list-style: decimal inside none;
}

.check li {
	background: url(../img/check.png) no-repeat 0px 7px;
	padding-left: 18px;	
}

.exclamation li {
	background: url(../img/exclamation.png) no-repeat 0px 6px;
	padding-left: 15px;	
}

.arrows li {
	background: url(../img/arrow.png) no-repeat 0px 6px;
	padding-left: 15px;	
}

.square li {
	list-style: square inside none;
}

.disc li {
	list-style: disc inside none;
}

#sucess-list {padding-bottom:20px;}	

/*====BOX ICONS PREVIEW
=======================================================*/
.box-icons-preview {
	list-style: none;
}

.box-icons-preview  li {
	display: inline;
	margin: 0px 8px;
}


/*=== PORTFOLIO
==================================================*/


#portfolio-content {
	width: 630px;
	height: 675px;
	overflow: hidden;
	position: relative;
}
#page1 img{box-shadow:2px 2px 2px #000;}
/*
	if Javascript is on, these classe will be disabled
*/

/*begin*/
	.js-off-overflow { 
		overflow: visible !important;
	}
	
	.js-off-position {
		position: relative !important; 
	}
/*end*/


.portfolio-nav {
	list-style: none;
}

.portfolio-nav li {
	display: inline;
}

.portfolio-nav li a {
	font-size: 11px;
	margin-right: 10px;
	color: #fff;
	background: #8c8c8c;
	padding: 6px 10px;
}

.portfolio-nav li a:hover {
	background: #F37B19;
	text-decoration: none;
}

.portfolio-nav li a.current { 
	background: #F37B19;
}


ul.portfolio-thumbs {
	z-index: 0;
	list-style: none;
	position: absolute;
}

ul.portfolio-thumbs li {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

ul.portfolio-thumbs a {
	display: block;
	width: 190px;
	height: 190px;
	overflow: hidden;
}

.overlay {
	font-size: 11px;
	line-height: 16px;
	background: #2b2b2b;
	position: absolute;
	top: 190px;
	left: 0;
	z-index: 5;
	width: 150px;
	height: 150px;
	padding: 20px;
}

.overlay p {
	padding-bottom: 0px;
	color:#fff;
}

.overlay h5 {
	font-family: Bebas, Arial, sans-serif;
	font-size: 22px;
	color: #F37B19;
	font-weight: normal;
	margin-bottom: 20px;
	line-height:1;
}

ul.portfolio-thumbs li .zoom-btn, ul.portfolio-thumbs li .play-btn {
	padding: 5px;
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

ul.portfolio-thumbs li .zoom-btn {
	background: url(../img/zoom.png) center no-repeat #F37B19;
}

ul.portfolio-thumbs li .play-btn {
	background: url(../img/play.png) center no-repeat #F37B19;
}

ul.portfolio-thumbs li .zoom-btn:hover, ul.portfolio-thumbs li .play-btn:hover {
	background-color: #8c8c8c;
}


/*=== BLOG
==================================================*/
.blog-post {
	margin-bottom: 15px;
}

.post-title h3 {
	font-size: 30px;
	line-height: 30px;
}

.post-title h3 a {
	color: #616161;
}

.post-title h3 a:hover {
	color: #414141;
	text-decoration: none;
}

.post-metadata p {
	font-size: 11px;
	padding-bottom: 0px;
	
}

.post-metadata {
	border-top: 1px dashed #d1d1d1;
	border-bottom: 1px dashed #d1d1d1;
	padding: 4px 0;
	margin-bottom: 15px;
}

.post-content img {
	margin-bottom: 10px;
	border: 1px solid #d1d1d1;
	padding: 4px;
}

.post-content {
	clear: both;
	margin-bottom: 30px;
}

.post-more-link {
	margin-bottom: 0px;
}



/*====BLOG COMMENTS
=======================================================*/
.comments-section {
	padding-bottom: 30px;
}

.comments-section h3 {
	text-align: right;
	font-size: 26px;
	font-family: Bebas, Arial, sans-serif;
	color: #616161;
	margin-bottom: 30px;
}

.comment {
	margin-bottom: 15px;
}

.avatar {
	float: left;
	margin-right: 15px;
}

.avatar img {
	border: 1px solid #e1e1e1;
	padding: 4px;
}

.comment-text {
	float: left;
	width: 493px;
	background: #f7f7f7;
	padding: 15px;
	border: 1px solid #e1e1e1;
	position: relative;
}

.comment-text small {
	margin-bottom: 10px;
	display: block;
}

.comment-text cite {
	color: #F37B19;
}

.comment-reply {
	position: absolute;
	top: 15px;
	right: 15px;
}

#comments-form {
	margin: 30px 0 100px 0;	
}


/*=== CONTACT
==================================================*/

#google-map {
	margin-bottom: 15px;
	padding: 6px 6px 6px 6px;
	border: 1px solid #d1d1d1;	
}

#form {width:440px;margin: 20px 0 40px 0;float:left;}
.notification_error{border: 1px solid #f1dfc5;height: auto;color: #ca5702;width: 260px;padding: 10px;background:url(../images/icons/erro.png) no-repeat center left #fdf0dc;text-align:left;-moz-border-radius:5px;margin-bottom:10px;}
.notification_ok{border: 1px #cbcf8e solid;height: auto;width: 260px;padding: 10px;background: #f5f9fd;text-align: center;-moz-border-radius: 5px;margin-bottom:10px;}
label  { width: 100px; margin: 5px; float: left; text-align:left;}
textarea{width:262px;margin: 5px;padding: 5px; float: left;border: 1px solid #999999; border-top-color: #CCCCCC; border-left-color: #CCCCCC; color: #333333; font: 11px Verdana, Helvetica, Arial, sans-serif;-moz-border-radius: 3px;}
.button {margin: 0 0 0 5px;}
br { clear: left; }
.textbox {width:400px;height:30px;margin: 5px;padding: 5px; float: left;border: 1px solid #999999; border-top-color: #CCCCCC; border-left-color: #CCCCCC; color: #333333; font: 11px Verdana, Helvetica, Arial, sans-serif;-moz-border-radius: 3px;}
.textbox2 {height:140px;}
fieldset{border:0;}
				
.textbox {
	color: #747474;
	width: 262px;
	margin-bottom: 15px;
	padding: 6px;
	background-color: #f7f7f7;
	border: 1px solid #e1e1e1;
	font-family: inherit;
	font-size: inherit;
}

label {
	padding-top: 6px;
	float: left;
	width: 70px;
	overflow:hidden;
}

#message, #comment {
	height: 135px;
	width: 263px;
}

#submit, #post-comment {	
	margin-bottom: 15px;
	float: left;
	cursor: pointer;
	font-family: inherit;
	font-size: 11px;	
	color: #fff;
	background: #F37B19;
	padding: 6px 10px;
	border: none;
	position:relative;
}

#submit:hover, #post-comment:hover {
	background: #8c8c8c;
}

#message-outcome {
	clear: both;
	margin-left: 70px;
}
	

.social-networks {
	padding-top: 10px;
}

.social-links {
	list-style: none;	
}

.social-links li {
	display: inline;
	margin-right: 6px;
	text-indent: -9999px;
}

.social-links li a {
	display: inline-block;
	margin-bottom: 6px;
	width: 25px;
	height: 25px;
	overflow: hidden;
}
.show_hide {
	display:none;
}

.mandatory{width:83%;text-align:right;}

/*=== SOCIAL LINKS
==================================================*/

	.facebook a { background: url(../img/social/facebook.png) no-repeat top center;	}	
	.facebook a:hover {	background: url(../img/social/facebook.png) no-repeat bottom center; }	
	.blogger a { background: url(../img/social/blogger.png) no-repeat top center; }	
	.blogger a:hover { background: url(../img/social/blogger.png) no-repeat bottom center; }	
	.delicious a { background: url(../img/social/delicious.png) no-repeat top center; }	
	.delicious a:hover { background: url(../img/social/delicious.png) no-repeat bottom center; }	
	.deviant a { background: url(../img/social/deviant.png) no-repeat top center; }	
	.deviant a:hover { background: url(../img/social/deviant.png) no-repeat bottom center; }	
	.digg a { background: url(../img/social/digg.png) no-repeat top center; }	
	.digg a:hover { background: url(../img/social/digg.png) no-repeat bottom center; }	
	.flickr a { background: url(../img/social/flickr.png) no-repeat top center; }	
	.flickr a:hover { background: url(../img/social/flickr.png) no-repeat bottom center; }	
	.forrst a { background: url(../img/social/forrst.png) no-repeat top center;}	
	.forrst a:hover { background: url(../img/social/forrst.png) no-repeat bottom center; }	
	.lastfm a {	background: url(../img/social/lastfm.png) no-repeat top center;	}	
	.lastfm a:hover { background: url(../img/social/lastfm.png) no-repeat bottom center; }
	.linkedin a { background: url(../img/social/linkedin.png) no-repeat top center; }	
	.linkedin a:hover { background: url(../img/social/linkedin.png) no-repeat bottom center; }
	.myspace a { background: url(../img/social/myspace.png) no-repeat top center; }	
	.myspace a:hover { background: url(../img/social/myspace.png) no-repeat bottom center; }
	.reddit a { background: url(../img/social/reddit.png) no-repeat top center; }	
	.reddit a:hover { background: url(../img/social/reddit.png) no-repeat bottom center; }
	.rss a { background: url(../img/social/rss.png) no-repeat top center; }	
	.rss a:hover { background: url(../img/social/rss.png) no-repeat bottom center; }
	.share a { background: url(../img/social/share.png) no-repeat top center; }	
	.share a:hover { background: url(../img/social/share.png) no-repeat bottom center; }
	.skype a { background: url(../img/social/skype.png) no-repeat top center; }	
	.skype a:hover { background: url(../img/social/skype.png) no-repeat bottom center; }
	.stumble a { background: url(../img/social/stumble.png) no-repeat top center; }	
	.stumble a:hover { background: url(../img/social/stumble.png) no-repeat bottom center; }
	.technocrati a { background: url(../img/social/technocrati.png) no-repeat top center; }	
	.technocrati a:hover { background: url(../img/social/technocrati.png) no-repeat bottom center; }
	.tumblr a { background: url(../img/social/tumblr.png) no-repeat top center; }	
	.tumblr a:hover { background: url(../img/social/tumblr.png) no-repeat bottom center; }
	.twitter a { background: url(../img/social/twitter.png) no-repeat top center; }	
	.twitter a:hover { background: url(../img/social/twitter.png) no-repeat bottom center; }
	.vimeo a { background: url(../img/social/vimeo.png) no-repeat top center; }	
	.vimeo a:hover { background: url(../img/social/vimeo.png) no-repeat bottom center; }
	.yahoo a { background: url(../img/social/yahoo.png) no-repeat top center; }	
	.yahoo a:hover { background: url(../img/social/yahoo.png) no-repeat bottom center; }

/*=== COLOURS
==================================================*/

.blue{color:#0099CC;}
.orange{color:#FF9933;}
.red{color:#CC0000;}



