/*
Theme Name: Zoo Med Euro Template
Theme URI: http://ithemes.com/
Description: This Builder child theme duplicates the default styling of the Builder core theme. Rather than modifying the template files or style of Builder core, put your modifications in this child theme so that you can upgrade Builder without having to recreate your modifications. To modify a template file, simply copy it to this child theme and modify it in the child theme.
Author: iThemes
Author URI: http://ithemes.com/
Version: 3.2.1
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, theme options, multiple layouts, multiple color schemes
Template: Builder

Version History
	See history.txt
*/


/*********************************************
	Default font settings and typography.
	The font-size percentage is of 16px. (0.75 * 16px = 12px)
*********************************************/
html {
	font-size: 100.01%;
}
body {
	color: #000000;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 85%;
	line-height: 1.4;
}
input, select, textarea {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
pre, code, tt, kbd {
	font-family: 'andale mono', 'lucida console', monospace;
	font-size: 1em;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
address, dfn, samp, ul, ol, dl {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
a img {
	margin: 0;
}


/*********************************************
	Constrain table and input widths
*********************************************/
table, input, textarea, select {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
}


/*********************************************
	Main Background
*********************************************/
body {
	background: #000000;
}


/*********************************************
	Universal Link Styles
*********************************************/
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #FF591C;
	text-decoration: underline;
}
a:focus {
	color: #000000;
}


/*********************************************
	Headings
*********************************************/
h1, h2, h3, h4, h5, h6 {
	color: #111111;
	font-weight: bold;
}
h1 {
	font-size: 2em;
	letter-spacing: -1px;
	line-height: 1.5;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
h2 {
	font-size: 1.7em;
	line-height: 1.75;
	margin-top: 0.9em;
	margin-bottom: 0.9em;
}
h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-top: 1em;
	margin-bottom: 1em;
}
h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
h5, h6 {
	font-size: 1em;
}
h6 {
	font-style: italic;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}


/*********************************************
	Container Div
*********************************************/
.builder-container-outer-wrapper {
	background: transparent;
	border: none;
	display: block;
	margin: 0em auto;
	width: 960px;
}


/*********************************************
	Default Module Styling
*********************************************/
.builder-module {
	margin: 0;
	background-color: #563A2A;
	
}
.builder-module-last {
	margin-bottom: 0;
}
.builder-module-block {
	margin: 0em;
}

/* Failed attempt #5 at producing full-height sidebars

   This does not work due to a Firefox glitch that causes wide content to
   override the width of blocks.

   These rules should be looked at again later in case Firefox fixes this issue.
*/

/*
.builder-module {
	display: table;
	table-layout: fixed;
}
.builder-module-block-outer-wrapper {
	display: table-cell !important;
	float: none !important;
	vertical-align: top;
	position: relative;
}
.builder-module-sidebar {
	min-height: 100%;
}*/


/*********************************************
	Header Module
*********************************************/


.builder-module-header .builder-module-sidebar {
	background-color: #ffffff;
}

.site-title,
.site-title a,
.site-title a:hover,
.site-tagline,
.site-tagline a,
.site-tagline a:hover {
	color: #262626;
	font-size: 1em;
	font-weight: bold;
	line-height: 1;
	height: auto;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.site-title a:hover,
.site-tagline a:hover {
	color: #000000;
}

.site-title {
	font-size: 2em;
	letter-spacing: -1px;
	line-height: 1;
	margin: 0;
}

.site-tagline {
	font-size: 1em;
	font-weight: bold;
	line-height: 1;
	margin: .5em 0 0 0;
}
.site-tagline,
.site-tagline a {
	color: #666666;
}


/*********************************************
	All Sidebars
*********************************************/
.builder-module-sidebar {
	display: block;
	padding: 0;
	width: 100%;
	
}
.builder-module-sidebar.right {
	margin-right: 0;
	width: 220px;

}
.builder-module-sidebar.left {
	margin-top: 240px;
	margin-left: 10px;
	width: 220px;
	color: #ffffff;
	
}
.builder-module-sidebar .widget-wrapper {
	width: 100%;
}
.builder-module-sidebar .widget {
	color: #ffffff;
	margin: 0;
	padding: 10px 0em 0em 0em;
	
}
.builder-module-block-outer-wrapper {
	overflow: visible !important;
}
.builder-module-block-outer-wrapper .widget-wrapper-left .widget,
.builder-module-block-outer-wrapper .widget-wrapper-middle .widget {
	padding-right: .75em;
	
}
.builder-module-block-outer-wrapper .widget-wrapper-middle .widget,
.builder-module-block-outer-wrapper .widget-wrapper-right .widget {
	padding-left: .75em;
}
.builder-module-sidebar h4.widget-title {
	
	
}
.builder-module-sidebar li a{
	color: #ffffff;
	text-decoration: none;
	font-size: 110%;

}
.builder-module-sidebar li {
	color: #ffffff;
	text-decoration: none;
	list-style-type: disc;
	padding-right: 15px;

}
.builder-module-sidebar li li{
	color: #ffffff;
	text-decoration: none;
	list-style-type: none;

}

.builder-module-sidebar li a:hover{
	color: #ECBA0D;
	text-decoration: none;
}
.builder-module-sidebar h4.widget-title a {
	color: #333333;
	padding: 10px;
}
.builder-module-sidebar h4.widget-title + * {
	margin-top: 0;
	padding: 5px;
	width: 200px;
}
.builder-module-sidebar.right h4.widget-title + * {
	margin-top: 0;
	padding: 5px 5px 5px 10px;
	width: 200px;

}
.builder-module-sidebar .widget *:first-child {
	margin-top: 0;
	
}
.builder-module-sidebar .widget *:last-child {
	margin-bottom: 0;
}
.builder-module-sidebar .widget a.rsswidget img {
	display: none;
}


/*********************************************
	Navigation Module
*********************************************/

.builder-module-navigation {
	display: block;
	font-size: 1em;

	width: 100%;
	background-color: #666666;
	height:  40px;
	
}
.menu-main-nav-container {

}
.builder-module-navigation .builder-module-element {
	margin: 0;
}
.builder-module-navigation ul {
	display: block;
	float: right;
	margin: 0;
	padding: 0;
	
	
}
.builder-module-navigation ul * {

}
.builder-module-navigation li {



}
.builder-module-navigation li a,
.builder-module-navigation li.current_page_item li a,
.builder-module-navigation li.current-cat li a {
	background: #transparent;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 10px 8px 10px;
	height: 28px;
	text-decoration: none;
	margin: 0px;
	max-width: 110px;
	border-right: 1px solid #333;
	text-align: center;
	
	

}
.builder-module-navigation li a:hover {
	background: #333333;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 10px 8px 10px;
	height: 28px;
	text-decoration: none;
	margin: 0px;
	text-align: center;
	
	
}
.builder-module-navigation li.current_page_item a,
.builder-module-navigation li.current-cat a,
.builder-module-navigation li.current-menu-item a {
	
}
/* second level stuff */
.builder-module-navigation li ul {
	width: 175px;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	border-bottom-color: #000000;

}
.builder-module-navigation li li {
	width: 175px;
	background: transparent;
	min-height: 30px;
	max-width: 200px !important;

}
.builder-module-navigation li li a {
	padding: 7px;
	height: auto;
	text-decoration: none;
	background: transparent;
	margin: 0px;
	font-size: 12px;
	max-width: 186px !important;
	text-align: left;
}
.builder-module-navigation li li a:hover,
.builder-module-navigation li li a.sfhover {
	padding: 7px;
	height: auto;
	text-decoration: none;
	margin: 0px;
	font-size: 12px;
	text-align: left;
}
.builder-module-navigation li ul ul {
	margin: -30px 0 0 170px;
	background-color: #666666;
}



/*********************************************
	Widget Bar Module
*********************************************/

.builder-module-widget-bar {
	background: #666666;
}


/*********************************************
	Footer Module
*********************************************/

.builder-module-footer {
	border: none;
	background-color: #666666;
	width: 960px;
}
.builder-module-footer .builder-module-element {
	color: #000000;
	padding: 5px 10px 5px 10px;
	
}
.builder-module-footer .builder-module-element .alignright {
	text-align: right;
}
.builder-module-footer .builder-module-element a {
	color: #000000;
	text-decoration: none;
}
.builder-module-footer .builder-module-element a:hover {
	text-decoration: underline;
}


/*********************************************
	Image Module
*********************************************/

.builder-module-image .builder-module-element {
	font-size: 0;
	margin: 0;
}
.builder-module-image .builder-module-element img {
	margin: 0;
}


/*********************************************
	HTML Module
*********************************************/


/*********************************************
	Content Module
*********************************************/


.builder-module-content .builder-module-element {
	
	min-height: 1210px;
	overflow: hidden;
	background-color: #ffffff;
	margin: 0;	
}
.builder-module-content .hentry {
	margin: 0em 1.5em 0em 1.5em;
	padding-top: 1.5em;
}

.entry-title,
.entry-title * {
	margin: 0;
	padding: 0;
}
.hentry .thumbnail-wrap {
	display: none;
}
.hentry .date {
	display: none;
}

.entry-title {
	clear: both;
	color: #262626;
	font-size: 1.9em;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1;
	margin-bottom: .56em;
}
.entry-title a {
	color: #262626;
	font-size: 1em;
	text-decoration: none;
}
.entry-title a:hover {
	color: #AAAAAA;
}
.hentry .entry-meta {
	display: block;
}
.hentry .entry-meta a {
	font-style: italic;
	text-decoration: none;
}
.hentry .entry-meta a:hover {
	text-decoration: underline;
}
.hentry .entry-footer {
	display: block;
}
.hentry .entry-footer img {
	max-width: none;
}

.hentry .entry-attachment .attachment {
	text-align: center;
}

.hentry .edit-entry-link {
	clear: both;
	margin: 0 0 1.5em 0;
}

.entry-content {
	clear: both;
	margin-top: 0em;
}
.loop-title {
	font-size: 1.75em;
	line-height: 1.7;
	margin-top: 1em;
	margin-left: 1em;
	margin-bottom: .875em;
}

.page .entry-title {
	display: none;
}

/*********************************************
	Style images and galleries
	.hentry is used instead of .page or .post
	as it applies to all content types
*********************************************/

.hentry .gallery a,
.hentry .gallery dt,
.hentry .gallery img {
	font-size: 0;
	line-height: 0;
	margin: 0;
}
.hentry .gallery-item {
	background: #ffffff;
	border: 0px solid #CFCFCF;
	
	display: inline-block;
	margin: 0 1.5em 1.5em 0;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	width: 150px;
}
.hentry .gallery-item img {
	border: 0;
	margin: 0;
	padding: 0;
}
.hentry .gallery-caption {
	line-height: 1;
	margin: 0;
	padding: 10px 5px 5px 5px;
}
.hentry .gallery + * {
	margin-top: 0;
}

.hentry img {
	background: #ffffff;
	border: 0px solid #CFCFCF;
	
	
	padding: 5px;
}
.hentry .alignright {
	margin: 0 0 1.5em 1.5em;
}
.hentry .alignleft {
	margin: 0 1.5em 1.5em 0;
}
.hentry .aligncenter {
	margin: 0 auto 1.5em auto;
}

.hentry .wp-caption {
	background: #F3F3F3;
	border: 1px solid #CFCFCF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
}
.hentry .wp-caption img {
	background: transparent;
	border: none;
	padding: 0;
}

.hentry .wp-caption-text {
	line-height: 1;
	margin: 0;
	padding: 10px 5px 5px 5px;
}


/*********************************************
	Post Meta Styles, if needed
*********************************************/

.entry-header {
	clear: both; /* we need this so floats in the post are cleared */
}

.entry-footer {
	margin-top: 20px;
	border-top: 0em solid #D7D7D7;
	clear: both; /* we need this so floats in the post are cleared */
	
	
}
.entry-footer .alignright {
	margin-bottom: 1.5em;
}
.entry-footer .categories,
.entry-footer .tags {
	background: url( 'images/category-bg.png' ) -2px 3px no-repeat;
	padding: 0 0 0 1.5em;
}
.entry-footer .comments {
	background: url( 'images/comments-bg.png' ) -2px 2px no-repeat;
	padding: 0 0 0 1.5em;
}

.EXIF table {
	margin: 1.5em auto;
}
.photometa h4 {
	margin: 0;
	padding: 0;
	text-align: center;
}
.photometa ul {
	list-style-type: none;
}


/*********************************************
	Previous/Next Page Navigation
*********************************************/
.loop-utility {
	padding: 20px;
	clear: both; /* To clear any floats */
}


/*********************************************
	Comment Styles
*********************************************/

#comments {
	margin: 1em 0 1.5em 0;
	padding: 0;
}
#comments ol.commentlist {
	background: transparent;
	margin: 1.5em 0;
	padding: 0;
}
#comments ul.children {
	margin: 0 1.5em;
}
#comments .vcard {
	line-height: 1;
	margin-bottom: .5em;
}
#comments .vcard .avatar {
	display: block;
	float: left;
	margin: 0 .75em 0 0;
}
#comments .comment-meta {
	margin-bottom: 1.5em;
}
#comments li {
	border: 1px solid #000000;
	clear: both;
	list-style-type: none;
	margin: 1.5em 0;
	overflow: hidden;
}
#comments li .comment-body {
	margin: 1.5em;
}
#comments blockquote {
	margin: 1.5em;
}

#respond {
	margin-top: 3em;
	overflow: visible !important;
}
.comment #respond {
	border: 1px solid #999999;
	margin: 1.5em 1.5em 1.5em 1.5em;
	padding: 0 1.5em 1.5em 1.5em;
}
#respond h3 {
	margin-bottom: 0;
}
#respond .cancel-comment-reply a {
	display: block;
	margin: 0;
}
#commentform label {
	margin-left: 1em;
}
#commentform input[type="text"] {
	width: 20em;
}
#commentform input,
#commentform textarea {
	margin: 0;
}
#commentform #comment {
	width: 100%;
}
#commentform .comment-submit-wrapper {
	margin-bottom: 0;
}


/*********************************************
	Text elements
*********************************************/

p {
}
p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
blockquote {
	color: #666666;
	font-size: 1.2em;
	font-style: italic;
	margin: 1.5em;
	padding: 0;
}
/* To prevent nested blockquotes from increasing in size */
blockquote blockquote {
	font-size: 100%;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	height: 0;
	line-height: 1.5;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	font-style: italic;
}
del {
	color: #666666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
big {
	font-size: 1.2em;
	line-height: 1;
}


/*********************************************
	Lists
*********************************************/

ul, ol {
	list-style-position: outside;
	margin: 0 0 0 1.4em;
	padding: 0;
}
.entry-content > ul,
.entry-content > ol {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
ol {
	margin-left: 20px;
}
#ie6 ol,
#ie7 ol {
	margin-left: 24px;
}
li {
	margin: 0;
	padding: 0;
}
li > * {
	margin-top: 0;
}
li *:last-child {
	margin-bottom: 0;
}
li > p + ul {
	margin-top: -1.5em;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
dd + dd {
	margin-top: 1.5em;
}


/*********************************************
	Tables
*********************************************/

table {
	background: #F3F3F3;
	margin-bottom: 1.5em;
}
table, td, th {
	border: 1px solid #CFCFCF;
	border-collapse: collapse;
}
th {
	background: #E8E8E8;
	font-weight: bold;
	line-height: 1.3;
}
th, td, caption {
	padding: .5em;
}
tr:nth-child(2n) th {
	background: #F6F6F6;
}
tr:nth-child(2n) td {
	background: #FFFFFF;
}
tfoot {
	font-style: italic;
}
caption {
	background: #EEEEEE;
}
table h3 {
	margin: 0px;
}


/*********************************************
	Misc classes
*********************************************/

.small {
	font-size: .8em;
	line-height: 1.875;
	margin-top: 1.875em;
	margin-bottom: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {
	color: #666666;
}
.loud {
	color: #000000;
}
.highlight {
	background: #FFFF00;
}
.added {
	background: #006600;
	color: #FFFFFF;
}
.removed {
	background: #990000;
	color: #FFFFFF;
}
.first {
	margin-left: 0;
	padding-left: 0;
}
.last {
	margin-right: 0;
	padding-right: 0;
}
.top {
	margin-top: 0;
	padding-top: 0;
}
.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}


/*********************************************
	Default styling for forms
*********************************************/

label {
	font-weight: bold;
}
fieldset {
	border: .1em solid #CCCCCC;
	margin: 0 0 1.5em 0;
	padding: 1.4em;
}
legend {
	font-size: 1.2em;
	font-weight: bold;
}


/*********************************************
	Form fields
*********************************************/

input[type=text], input[type=password], input.text, input.title, textarea, select {
	font-size: 1em;
	margin-top: .5em;
	margin-bottom: .5em;
}
input[type=text], input[type=password], input.text, input.title, textarea {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 5px;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus {
	border-color: #666666;
}
textarea {
	width: 30em;
	height: 20em;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
/*	position: relative;
	top: .25em;*/
}
.search-text-box {
	margin-bottom: 0;
}
.search-submit-button {
	
	margin: 0 !important;
	padding: .8em .5em;
}


/*********************************************
	Success, notice and error boxes
*********************************************/

.error, .notice, .success {
	border: 2px solid #ddd;
	margin-bottom: 1em;
	padding: .8em;
}
.error {
	background: #FBE3E4;
	border-color: #FBC2C4;
	color: #8a1f11;
}
.notice {
	background: #FFF6BF;
	border-color: #FFD324;
	color: #514721;
}
.success {
	background: #E6EFC2;
	border-color: #C6D880;
	color: #264409;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}


/*********************************************
	Widget Styling
*********************************************/

.widget_rss li {
	margin-bottom: 1.5em;
}
.widget_rss .rsswidget {
	display: block;
	margin: 0;
}
.widget_rss .rss-date {
	display: block;
	font-style: italic;
	margin-bottom: 1.5em;
}
.widget_rss .rssSummary {
	margin: 1.5em 0;
}


/*********************************************
	Social Tabs
*********************************************/

#social-tags {
	left: auto;
	margin-right: 0;
	margin-left: auto;
	overflow: hidden;
	padding-top: 10px;
	position: fixed;
	right: 0;
	width: 95px;
	height: 100%;
}
#social-tags a {
	margin: 0;
	position: relative;
	right: -50px;
}
#social-tags a:hover {
	right: 0;
}


/*********************************************
	The Obligatory WP Styles
*********************************************/

.alignright {
	margin-left: 1.5em;
}
.alignleft {
	margin-right: 1.5em;
}
.hentry img.wp-smiley {
	border: none;
}

/*********************************************
	ZM Header 
*********************************************/
#ZMHeader {
	
	background: #ECC207 url('http://zoomedeuro.site/wp-content/uploads/2012/05/ZM-Reptile-Header-Bg1.png') repeat-y left top;
	height:  125px;
	overflow: visible;
	position: relative;
}

#ZMHeaderFish {
	
	background: #ECC207 url('http://eurotemp.zoomed.com/wp-content/uploads/2012/07/ZM-Fish-Header-Bg.png') repeat-y left top;
	height:  125px;
	overflow: visible;
	position: relative;
}

#ZMHeaderBird {
	
	background: #ECC207 url('http://zoomedeuro.site/wp-content/uploads/2012/07/ZM-Bird-Header-Bg.png') repeat-y left top;
	height:  125px;
	overflow: visible;
	position: relative;
	
}

#ZMLogo{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}


#ZMLogoAnimal {
	position: absolute;
	top: 120px;
	z-index: 20;
	left: -10px;
}

#ZMLogoAnimal img {
	margin: 0px;
	padding: 0px;
}

input#searchsubmit {
    
    margin-top: 5px;
    border: 0px solid #333;
	background: #f24f19;
	background: -webkit-gradient(linear, left top, left bottom, from(#de741d), to(#f24f19));
	background: -webkit-linear-gradient(top, #de741d, #f24f19);
	background: -moz-linear-gradient(top, #de741d, #f24f19);
	background: -ms-linear-gradient(top, #de741d, #f24f19);
	background: -o-linear-gradient(top, #de741d, #f24f19);
	padding: 7.5px 15px;
	
	-webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.61);
	-moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.61);
	box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.61);
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.46);
	color: white;
	font-size: 16px;
	opacity: 1;
   }

input[type="submit"]:hover {
	
	   background-color: #b02e06;
	   color: #000000;
}
 
input#s {
    width: 180px;
    height: 25px;
    margin-bottom: 0;
    vertical-align: top;
}

#searchform {
    margin-top: .5em;
}

.entry-footer {
 display: none;
}

.builder-module-content .hentry {
 border-bottom: none;
 margin-bottom: 0;
}

.hentry p {
 margin-bottom: 1em;
}

#CountryFlags {
	font-size: 10px;
	left: 530px;
	top: 0px;
	position: absolute;
	line-height: .6em;
	
}
#CountryFlags img {
	padding: 5px 5px 5px 5px;
	border: 0px;
}
#SloganText {
	font-size: 40px;
	left: 280px;
	top: 70px;
	position: absolute;
	line-height: .6em;
	
}
#SloganTextFish {
	font-size: 40px;
	left: 280px;
	top: 60px;
	position: absolute;
	line-height: .6em;
	
}
.entry-header .entry-meta {
    display: none;
}

.SectionTitle {
	font-size: 20px;
}


.orange-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffcf94;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffcf94;
	box-shadow:inset 0px 1px 0px 0px #ffcf94;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f5904c), color-stop(1, #f26500) );
	background:-moz-linear-gradient( center top, #f5904c 5%, #f26500 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5904c', endColorstr='#f26500');
	background-color:#f5904c;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	display:inline-block;
	color:#ffffff;
	font-family:Georgia;
	font-size:17px;
	font-weight:normal;
	padding:5px 12px;
	text-decoration:none;
	
}
.orange-button:hover {
	background:-moz-linear-gradient(center top, #f26500 5%, #ff5b1c 100%) #FF5C1D;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f26500), to(#ff5b1c)) #FF5C1D;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f26500', endColorstr='#f5904c');
	
	color: #ffffff;
	text-decoration: none;
}

body {
        background-repeat: no-repeat !important;
}