/* Stylesheet: normalize Modified On 2012-05-14 12:37:51 */
/* =============================================================================
   HTML5 element display
   ========================================================================== */

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 * Known limitation: IE6 will not apply style for 'audio[controls]'
 */

audio[controls],
canvas,
video {
    display: inline-block;
    *display: inline;
    zoom: 1;
}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Keeps page centred in all browsers regardless of content height
 * 3. Removes Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
    font-size: 100%; /* 1 */
    overflow-y: scroll; /* 2 */
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* 3 */
    -webkit-text-size-adjust: 100%; /* 4 */
    -ms-text-size-adjust: 100%; /* 4 */
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */

body {
    margin: 0;
}

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */

body,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
		margin:0;
		vertical-align:top;
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}


/* =============================================================================
   Links
   ========================================================================== */

a {
    color: #fd050b;
		outline:none;
		text-decoration:underline;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */

a:hover,
a:active {
    outline: 0;
		text-decoration:none;
}


/* =============================================================================
   Typography
   ========================================================================== */

/*
 * Heading (h1, h2, h3, h4, h5, h6)
 */
h1,h2,h3,h4,h5,h6{
  font-weight:700;
  padding:0;
}
h1{
  font-size:22px;
	line-height:1.2em;
	font-weight:normal;
	color:#323639;
	margin:0 0 .5em 0;
}
h2, #content.page #player_list h2, #content.page #accompaniment_list h2, #content.page #gallery h2 {
  background:#323639;
	font-size:18px;
	line-height:1.2em;
	color:#fff;
  margin:0 0 20px;
	padding:8px 0 8px 36px;
	font-weight:normal;
  background-image: url('/uploads/images/icon-horse-white.png');
  background-position: 10px center;
  background-repeat: no-repeat;
}
h3{
  font-size:16px;
	font-weight:normal;
	color:#323639;
  margin:0 0 .1em;
}
h4{
  font-size:14px;
	font-weight:normal;
	color:#cf0005;
  margin:0 0 1em;
}
h5{
  font-size:1em;
	color:#323639;
  margin:0 0 1.5em 0;
}
h6{
  font-size:1em;
	color:#323639;
  margin:0;
}


p {
	padding:0;
	margin:0 0 1.5em 0;
	}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3/4, S4/5, Chrome
*/

b,
strong {
    font-weight:700;
    color: #323639 !important;
}

blockquote {
    margin: 1em 40px;
		quotes:none;
		border-left: 1px solid #CCCCCC;
		font-style: italic;
		margin-left: 2em;
		padding:1.5em;
		margin-bottom:1.5em;
}

/*
 * Addresses styling not present in S5, Chrome
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Corrects font family set oddly in IE6, S5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
		font-family:"Courier New", Courier, monospace, serif;
		margin:0 0 1.5em;
		border-left: 1px solid #CCCCCC;
		margin-left: 2em;
		padding-left: 2em;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

/* 1 */

q {
    quotes:none;
		font-style: italic;
}

/* 2 */

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

ul,
ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

ol {
	list-style-type:decimal;
	list-style-position:outside;
	}

ul {
	list-style-type:none;
	padding:0;
	margin:0 0 1.5em 0;
	}
	ul li {
		vertical-align:top;
		padding:8px 0 8px 28px;
		margin:0;
		border-top:1px solid #e5e5e5;
		background:url(/uploads/images/marker1.gif) no-repeat 0 9px;
		}
		ul li a {
			text-decoration:none;
			color:#717171;
			}
		ul li a:hover {
			color:#fd050b;
			}
	ul li:first-child {
		border-top:none;
		padding-top:0;
		}
	ul li:first-child {
		background-position:0 3px;
		}
		ul ul {
			margin:.5em 0 -.5em 1em;
			padding:0;
			}

    #content ul {
        list-style-type: square;
        padding-left: 30px;
        }
        #content ul li {
            background: none;
            padding: 4px 0 4px 5px;
            }

dd {
    margin: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
}


/* =============================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */

figure {
    margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
    margin: 0;
}

/*
 * Define consistent margin and padding
 */

fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects alignment displayed oddly in IE6/7
 */

legend {
    border: 0; /* 1 */
    *margin-left: -7px; /* 2 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, F3/4, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * 1. Addresses FF3/4 setting line-height using !important in the UA stylesheet
 * 2. Corrects inner spacing displayed oddly in IE6/7
 */

button,
input {
    line-height: normal; /* 1 */
    *overflow: visible;  /* 2 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
}

/*
 * Addresses box sizing set to content-box in IE8/9
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Corrects inner padding displayed oddly in S5, Chrome on OSX
 */

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Corrects inner padding and border displayed oddly in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and aligment in all browsers
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
		font:101%/1.5em Arial, Helvetica, sans-serif;
}


/* =============================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* Stylesheet: style Modified On 2018-01-28 20:53:26 */
@charset utf-8;
/*--
	Theme Name: theme1369
	Theme URI: http://template-help.com/
	Description: A theme for Wordpress 3.2.X from Template-Help.com Collection
	Author: Template_Help.com
	Author URL: http://www.Template-Help.com/
--*/

/* General
---------------------------------------- */
body {
  min-width:960px;
	background:#e0e2e2;
	color: #8b8d8f;
	font: 100%/1.125em Arial, Helvetica, sans-serif;
	position:relative;
}

#main {
	font-size:12px;
  font-style:normal;
}
.container {
	width: 960px;
	margin: 0 auto;
	position:relative;
}


/* List styling */
dl dt {
	background:url(/uploads/images/list-arrow.gif) no-repeat 0 3px;
	padding:0 0 3px 32px;
	margin-bottom:.2em;
	font-size:18px;
	line-height:1.2em;
	color:#191919;
	}
dl dd {
	padding:0 0 0 32px;
	margin:0 0 1.5em 0;
	}


/* Header

---------------------------------------- */
#header {
	height:169px;
	border-bottom:1px solid #f4f5f5;
	background:url(/uploads/images/header-splash.png) no-repeat 50% 0 #323639;
}

* + html #header {
	position:relative;
	z-index:2;
	}

/* Logo */
.logo {
	position:absolute;
	left:0;
	top:17px;
	}
	.logo h1 {
    text-indent: -9999px;
    background-color: transparent;
    background-image: url('/uploads/images/logo2.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 225px;
    height: 145px;
    margin: 0;
    padding: 0;
    }
  .logo a#logo {
    display: block;
    }

.logo_location {
  position: absolute;
  left: 260px;
  top: 20px;
  }

#breadcrumbs {
  position: absolute;
  left: 250px;
  top: 140px;
  z-index: 1;
  color: #c4c7c8;
  }
  #breadcrumbs * {
    font-size: 11px;
    text-decoration: none;
    color: #c4c7c8;
    }
  #breadcrumbs a:hover {
    text-decoration: underline;
    }

/* Header widget */
#widget-header {
	position:absolute;
	left:0;
	top:20px;
	z-index:1;
}
	.widget-header h3 {
		display:none;
		}
		.widget-header ul {
			margin:0;
			padding:0;
			}
			.widget-header ul li {
				float:left;
				list-style-type:none;
				padding:0 15px 0 0;
				margin:0;
				background:none;
				border:none;
				}
				.widget-header ul li a {
					color:#7c8389;
					text-decoration:none;
					}
				.widget-header ul li a:hover {
					color:#fff;
					text-decoration:none;
					}

/* Social Networks */
#widget-header .social-networks {
	list-style-type:none;
	padding:0;
	margin:0;
	border:none;
	}
	#widget-header .social-networks li {
		float:left;
		border:none;
		padding:0;
		margin:0 0 0 5px;
		list-style-type:none;
		}
		#widget-header .social-networks li a {
			text-decoration:none;
			float:left;
			position:relative;
			}
		#widget-header .social-networks li a:hover {
			color:red;
			}



/* Request a quote */
#widget_my_requestquotewidget {

	}
	.content-widget {
		margin-left:20px;
		float:left;
		width:210px;
		}
	.content-widget:first-child {
		margin-left:0;
		}

	.top-box {

		}
		.top-box h3 {
			margin-bottom:.1em;
			}
		.top-box h4 {

			}

		.top-box figure {
			margin-bottom:18px;
			}

	.box-button {

		}
	.box-text {
		margin-bottom:15px;
		}



/* Slider
---------------------------------------- */
#slider-holder {
	position:relative;
	z-index:2;
	margin:-68px 0 10px 0;
	}
#slider {
	position:relative;
	width:710px;
	height:382px;
	background:url(/uploads/images/loading.gif) no-repeat 50% 50% #fff;
	overflow:hidden;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}


/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0;
	bottom:0;
	background:url(/uploads/images/slider-bg.png) 0 0;
	color:#8b8d8f;
	opacity:0.9; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
	height:88px;
}
.nivo-caption .nivo-caption-inner {
	padding:15px 0 4px 20px;
	margin:0;
}
	.nivo-caption h2 {
		font-size:27px;
		line-height:1.2em;
		font-weight:normal;
		color:#323639;
		margin:0;
		padding:0;
		background:none;
		}
	.nivo-caption .button {
		display:block;
		position:absolute;
		right:25px;
		top:27px;
		width:36px;
		height:36px;
		padding:0;
		margin:0;
		overflow:hidden;
		text-indent:-9999em;
		text-decoration:none;
		background-color: #d10005;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#d10005), to(#b70004)); /* Saf4+, Chrome */
		background-image: -webkit-linear-gradient(top, #d10005, #b70004); /* Chrome 10+, Saf5.1+, iOS 5+ */
		background-image:    -moz-linear-gradient(top, #d10005, #b70004); /* FF3.6 */
		background-image:     -ms-linear-gradient(top, #d10005, #b70004); /* IE10 */
		background-image:      -o-linear-gradient(top, #d10005, #b70004); /* Opera 11.10+ */
		background-image:         linear-gradient(top, #d10005, #b70004);
		}
		.nivo-caption .button span {
			display:block;
			width:36px;
			height:36px;
			background:url(/uploads/images/link-arrow.png) no-repeat 50% 50%;
      cursor:pointer;
      cursor:hand;
			}
		.nivo-caption .button:hover {
			background:#000;
			}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
  display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	width:663px;
	height:26px;
	left:20px;
	bottom:88px;
}
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	display:inline-block !important;
	color:#323639;
	width:27px;
	height:25px;
	line-height:25px;
	margin-right:1px;
	text-decoration:none;
	text-align:center;
	background:#fff;
	background:rgba(255, 255, 255, .9);
	font-weight:bold;
}
.nivo-controlNav a.active,
.nivo-controlNav a:hover {
	padding-bottom:1px;
	color:#cf0005;
}

.nivo-directionNav {

	}
.nivo-directionNav a {
	position:absolute;
	display:block;
	width:36px;
	height:35px;
	text-indent:-9999px;
	border:0;
	top:50%;
	margin-top:-18px;
	background:url(/uploads/images/direction_nav.png) no-repeat 0 0;
}
a.nivo-nextNav {
	right:0;
	background-position:-36px 0;
}
a.nivo-nextNav:hover {
	background-position:-36px -35px;
	}
a.nivo-prevNav {
	left:0;
	background-position:0 0;
}
a.nivo-prevNav:hover {
	background-position:0 -35px;
	}

#slider .nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin-right:10px;
	width:120px;
	height:auto;
}









/* Navigations
---------------------------------------- */

/* Primary navigation */
nav.primary {
	position:relative;
	z-index:2;
	width:710px;
	float:right;
	margin-top:75px;
	height:55px;
	border-bottom:1px solid #b6b7b8;
	background-color: #dedfe0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cdcfd0)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #fff, #cdcfd0); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #fff, #cdcfd0); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #fff, #cdcfd0); /* IE10 */
  background-image:      -o-linear-gradient(top, #fff, #cdcfd0); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #fff, #cdcfd0);
	}
.no-cssgradients nav.primary {
	background:url(/uploads/images/sf-menu-bg.gif) 0 0 repeat-x #cdcfd0;
	}

/* Essential styles for dropdown menu */
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			172px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
  z-index: 1001;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			46px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			161px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			161px; /* match ul width */
	top:			0;
}


/* Our skin for dropdown menu */
.sf-menu {
	float:			left;
	padding:0 10px 0 10px;
}
.sf-menu a {
	text-decoration:none;
	color:			#9da3a8;
}
.sf-menu li {
	background:none;
	border:none;
}
	.sf-menu > li > a {
		display:block;
		margin:-11px 9px 0 0;
		padding:28px 10px 10px 10px;
		color:#2e3235;
		font-size:16px;
		line-height:1.2em;
		position:relative;
		}
	.sf-menu > li > a:hover,
	.sf-menu > li.sfHover > a,
	.sf-menu > li.current-menu-item > a {
		color:#fff;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#d10005), to(#b70004)); /* Saf4+, Chrome */
		background-image: -webkit-linear-gradient(top, #d10005, #b70004); /* Chrome 10+, Saf5.1+, iOS 5+ */
		background-image:    -moz-linear-gradient(top, #d10005, #b70004); /* FF3.6 */
		background-image:     -ms-linear-gradient(top, #d10005, #b70004); /* IE10 */
		background-image:      -o-linear-gradient(top, #d10005, #b70004); /* Opera 11.10+ */
		background-image:         linear-gradient(top, #d10005, #b70004);
		box-shadow:3px 3px 4px rgba(0, 0, 0, .4);
		}
	.sf-menu > li > a:hover i,
	.sf-menu > li.sfHover > a i,
	.sf-menu > li.current-menu-item > a i{
		background:url(/uploads/images/sf-menu-corner.png) no-repeat 0 0;
		}
	.sf-menu > li > a i {
		display:block;
		position:absolute;
		right:-11px;
		top:0;
		width:11px;
		height:11px;
		}

	.no-cssgradients .sf-menu > li > a:hover,
	.no-cssgradients .sf-menu > li.sfHover > a,
	.no-cssgradients .sf-menu > li.current-menu-item > a{
		background:#c60005;
		}


	/* 1-st submenu */
	.sf-menu ul {
		background:#384147;
		padding:16px 0 11px 0;
		}
		.sf-menu li li {
			line-height:18px;
			padding:0 11px 7px 18px;
			width:auto;
			float:none;
		}
			.sf-menu li li a {
				color:#9da3a8;
				text-decoration:none;
				}
			.sf-menu li li a:hover {
				font-weight:bold;
				color:#fff;
				}

	/* 2-nd submenu */
	.sf-menu ul ul {
		background:#555d63;
		}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active, .sf-menu li.current-menu-item > a {
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url(/uploads/images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url(/uploads/images/shadow.png) no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}




/* Top search */
#top-search {
	position:absolute;
	right:0;
	top:18px;
	float:right;
	}
	#top-search .input-search {
		width:168px;
		float:left;
		border:none;
		padding-top:6px;
		padding-bottom:6px;
		background:#fefefe;
		float:left;
		}
	#top-search #submit {
		float:right;
		width:57px;
		cursor:pointer;
		padding-left:0;
		padding-right:0;
		margin-right:0;
		font-weight:normal;
		float:left;
		}





/* Content
---------------------------------------- */
.primary_content_wrap {
	position:relative;
	z-index:1;
	background:url(/uploads/images/body-tail.gif) 0 0 repeat-x #f4f5f5;
	width:100%;
	}

#content {
	padding:29px 0 0 0;
	margin-bottom:-50px;
}
#content.full-width-page {
	position:relative;
	z-index:10;
	}
#content.left {
	float:right !important;
	}
	#content .indent {
		padding:0 30px 0 0;
		}


/* Comments
---------------------------------------- */
h3#comments {
	padding-top:25px;
	margin-bottom:1em;
	}
.commentlist {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	li.comment {
		list-style-type:none;
		overflow:hidden;
	}
		.odd {

		}
		.even {

		}
			li.comment .comment-body {
				padding:10px 10px 25px 60px;
				position:relative;
				zoom:1;
				background:#fafafa;
				border:1px solid #eee;
				margin-bottom:20px;
				}
		.author-comment {

		}
		.comment-author {
			padding:.5em 0 1em 0;
			}
		.comment-text {

		}
		.comment-meta {
			font-size:11px;
			color:#999;
			position:absolute;
			right:20px;
			top:15px;
		}
			li.comment .avatar {
				float:none;
				margin:0;
				position:absolute;
				left:10px;
				top:10px;
				padding:1px;
				border:1px solid #dbdbdb;
				vertical-align:top;
				overflow:hidden;
				}
				li.comment .avatar {
					display:block;
					vertical-align:top;
					overflow:hidden;
					}
				.comment-meta a {
					color:#fd050b;
					text-decoration:underline;
					}
				.comment-meta a:hover {
					text-decoration:none;
					}

				.commentlist ul.children {
					margin:20px 0 0 30px;
					}
					.commentlist ul.children li.comment {
						background:none;
						padding:0;
						}

				.reply {
					position:absolute;
					right:20px;
					bottom:15px;
					}
					.reply a {
						display:inline-block;
						background:#323639;
						padding:3px 8px;
						color:#000;
						text-decoration:none;
						background-color: #e6e7e7;
						background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e6e7e7)); /* Saf4+, Chrome */
						background-image: -webkit-linear-gradient(top, #f7f7f7, #e6e7e7); /* Chrome 10+, Saf5.1+, iOS 5+ */
						background-image:    -moz-linear-gradient(top, #f7f7f7, #e6e7e7); /* FF3.6 */
						background-image:     -ms-linear-gradient(top, #f7f7f7, #e6e7e7); /* IE10 */
						background-image:      -o-linear-gradient(top, #f7f7f7, #e6e7e7); /* Opera 11.10+ */
						background-image:         linear-gradient(top, #f7f7f7, #e6e7e7);
						}
					.reply a:hover {
						background-color: #c50005;
						background-image: -webkit-gradient(linear, left top, left bottom, from(#d10005), to(#b70004)); /* Saf4+, Chrome */
						background-image: -webkit-linear-gradient(top, #d10005, #b70004); /* Chrome 10+, Saf5.1+, iOS 5+ */
						background-image:    -moz-linear-gradient(top, #d10005, #b70004); /* FF3.6 */
						background-image:     -ms-linear-gradient(top, #d10005, #b70004); /* IE10 */
						background-image:      -o-linear-gradient(top, #d10005, #b70004); /* Opera 11.10+ */
						background-image:         linear-gradient(top, #d10005, #b70004);
						color:#fff !important;
						}


		.waiting-for-approval {

		}
	#trackbacks {

	}
		li.trackback {

		}
	p#no-comments {

	}
	#comments-form {

	}

	.allowed_tags {
		background:#eee;
		padding:15px;
		font-size:11px;
		font-family:"Courier New", Courier, monospace;
		color:#666;
		}
		.allowed_tags strong {
			font-family:Tahoma, Geneva, sans-serif;
			}
		#respond {
			padding:1em 0 0 0;
		}
		.cancel-comment-reply {

		}





/* Post
---------------------------------------- */
.post {

}
	.postContent {

	}
	.post-excerpt {

	}


article {
	width:100%;
	position:relative;
	clear:both;
	overflow:hidden;
	border-bottom:1px dashed #d9d9d9;
	padding-bottom:20px;
	margin-bottom:20px;
	}

/* Post header */
article header h2 {
	margin-bottom:.5em;
	}
article header h3 {
	margin-bottom:12px;
	}
	article header h3 a {
		color:#000;
		text-decoration:none;
    font-size: 17px;
    font-weight: bold;
		}
	article header h3 a:hover {
		color:#fd050b;
		}
article.single-post {
	margin-bottom:30px;
	overflow:hidden;
	width:100%;
	}
	article.single-post .featured-thumbnail {
		margin-bottom:10px;
		}

/* Featured thumbnail */
.featured-thumbnail {
	float:left;
	margin:1px 20px 0 0;
}
	.featured-thumbnail .img-wrap {

		}
		.featured-thumbnail img {
			float:left;
			}

	/* Small thumbnail */
	.featured-thumbnail.small img {
		padding:4px;
		}

	/* Large thumbnail */
	.featured-thumbnail.large {
		margin-right:0;
		float:none;
		overflow:hidden;
		margin-bottom:1.5em;
		}
	.featured-thumbnail.large .img-wrap {
		float:none;
		}
	.featured-thumbnail.large img {
		width:100%;
		height:auto;
		}
	.f-thumb-wrap {
		overflow:hidden;
		width:100%;
		height:220px;
		}

	/* Thumbnail with prettyphoto */
	.featured-thumbnail .image-wrap[rel="prettyphoto"] {
		background:url(/uploads/images/magnify.png) no-repeat 50% 50%;
		display:block;
		float:left;
		}
		.featured-thumbnail .image-wrap[rel="prettyphoto"] img {
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			}
		.featured-thumbnail .image-wrap[rel="prettyphoto"]:hover img {
			opacity:.5;
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
			}

/* Post content */
.post-wrapper {
  float: right;
  width: 499px;
  }
.post-content {

}
	.post-content .excerpt {

		}
    .post-content .excerpt * {
      margin: 0 !important;
      padding: 0 !important;
      text-indent: 0 !important;
      display: inline !important;
      }

	.pagination {
    text-align: right;
    }
		.pagination a {
			}

/* Post footer */
article footer {
	clear:both;
	padding:5px 0 0 0;
	}
article.single-post footer {
	margin-top:20px;
	}


/* Meta information for post */
.post-meta {
	overflow:hidden;
	line-height:20px;
	margin-bottom:9px;
	}
	.post-meta time {
		display:inline-block;
		padding:0 6px;
		background-color: #c50005;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#d10005), to(#b70004)); /* Saf4+, Chrome */
		background-image: -webkit-linear-gradient(top, #d10005, #b70004); /* Chrome 10+, Saf5.1+, iOS 5+ */
		background-image:    -moz-linear-gradient(top, #d10005, #b70004); /* FF3.6 */
		background-image:     -ms-linear-gradient(top, #d10005, #b70004); /* IE10 */
		background-image:      -o-linear-gradient(top, #d10005, #b70004); /* Opera 11.10+ */
		background-image:         linear-gradient(top, #d10005, #b70004);
		color:#fff;
		margin-right:10px;
    font-size: 9px;
    text-transform: uppercase;
		}
	.post-meta .author_link {
		font-weight:bold;
		}
		.post-meta .author_link a {
			color:#898888;
			text-decoration:none;
			}
		.post-meta .author_link a:hover {
			color:#000;
			}

	.post-navigation {

	}

p.gravatar {
	float:left;
	margin-right:20px;
	}


/* Post edit link */
.post-edit-link {
	display:block;
	position:absolute;
	right:0;
	top:0;
	padding:2px 7px;
	background:#000;
	color:#fff;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
	border-radius:3px;
	}
.post-edit-link:hover {
	background:#666;
	}


/* Image styling */
.alignleft {
	float:left;
	margin:0 20px 15px 0;
	}
.alignright {
	float:right;
	margin:0 0 15px 20px;
	}
.aligncenter {
	text-align:center;
	margin:0 auto;
	}
article .post-content img {
	max-width:710px;
	}

.frame {
	padding:7px;
	background:#fff;
	border:1px solid #dbdbdb;
	text-align:center;
	}
.frame img.alignleft,
.frame img.alignright{
	margin:0;
	padding:0;
	border:none;
	}



/* Page Navigaton (wp-pagenavi) */
.wp-pagenavi {
	clear: both;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #d2d7db;
	padding: 3px 5px;
	margin: 2px;
	color:#323639;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #e40007;
	background:#fd050b;
	color:#fff;
}
.wp-pagenavi span.current {
	font-weight: bold;
}
.wp-pagenavi .pages {
	float:right;
	border:none;
	color:#999;
	font-weight:normal;
	}


/* Older and newer navigation */
nav.oldernewer {
	width:100%;
	overflow:hidden;
	margin-bottom:1.5em;
}
	.older {
		float:left;
	}
	.newer {
		float:right;
	}



/* Author
---------------------------------------- */
#post-author {
	overflow:hidden;
	border:1px solid #e5e5e5;
	padding:20px;
	margin-bottom:2em;
	}
	#post-author h3 {
		margin-bottom:1em;
		}
		#post-author h3 a {
			text-decoration:none;
			}
		#post-author h3 a:hover {
			text-decoration:underline;
			}
#author-link {
	margin-top:1.5em;
	}
	#post-author .gravatar {
		margin:0 20px 0 0;
		}
	#post-author .gravatar img {
		background:#fff;
		border:1px solid #dbdbdb;
		padding:5px;
		}
#author-description {

	}

/* Recent author posts */
#recent-author-posts {
	margin-bottom:3em;
}

/* Recent author comments */
#recent-author-comments {

}

.author-info {
	width:100%;
	overflow:hidden;
	margin-bottom:3em;
	padding-bottom:2em;
	border-bottom:1px solid #eee;
}
	.author-info .avatar {
		margin:0 20px 0 0;
		}
		.author-info .avatar img {
			float:left;
			background:#fff;
			padding:7px;
			border:1px solid #dbdbdb;
			}

.author-meta {
	margin-bottom:20px;
	overflow:hidden;
	width:100%;
	}
	.author-meta p.gravatar {
		margin:0;
		}




/* 404
---------------------------------------- */
#error404 {
	padding:30px 0 50px 0;
}
	.error404-num {
		font-size:250px;
		line-height:1.2em;
		color:#999;
		text-align:center;
		}
	#error404 hgroup {
		margin:0 0 2em 0;
		padding-top:50px;
		}
		#error404 hgroup h1 {
			font-size:3em;
			margin-bottom:.2em;
			}





/* Portfolio
---------------------------------------- */
#content .latestwork {
	width:100%;
	overflow:hidden;
	list-style-type:none;
	padding:0;
	margin:0;
	}
	#content .latestwork li {
		float:left;
		margin-right:20px;
		}

.header-title {
	margin-bottom:1.5em;
	}
	.header-title h1 {
		margin-bottom:.1em;
		}
	.header-title .page-desc {
		font-size:.91em;
		color:#999;
		}

/* Sidebar
---------------------------------------- */
#sidebar {
	padding:29px 0 0 0;
}
	#widget-sidebar {

	}
		.widget {
			margin-bottom:10px;
			background:#fff;
			box-shadow:inset 0 0 10px rgba(0, 0, 0, .05);
			-moz-box-shadow:inset 0 0 10px rgba(0, 0, 0, .05);
			-webkit-box-shadow:inset 0 0 10px rgba(0, 0, 0, .05);
			padding-bottom:20px;
			}
		.widget.red {
			background-color: #c30004;
			background-image: -webkit-gradient(linear, left top, left bottom, from(#d10005), to(#b70004)); /* Saf4+, Chrome */
			background-image: -webkit-linear-gradient(top, #d10005, #b70004); /* Chrome 10+, Saf5.1+, iOS 5+ */
			background-image:    -moz-linear-gradient(top, #d10005, #b70004); /* FF3.6 */
			background-image:     -ms-linear-gradient(top, #d10005, #b70004); /* IE10 */
			background-image:      -o-linear-gradient(top, #d10005, #b70004); /* Opera 11.10+ */
			background-image:         linear-gradient(top, #d10005, #b70004);
			color:#fff;
			}
			.widget h3 {
				background-color: #eaeaeb;
        background-image: url('/uploads/images/h3-left-bg.png');
        background-position: left top;
        background-repeat: repeat-x;
				color:#323639;
				line-height:1.2em;
				position:relative;
				margin:0 0 20px 0;
				}
        .widget h3 span {
          display: block;
          padding: 14px 20px 15px 36px;
          background-color: transparent;
          background-image: url('/uploads/images/icon-horse-black.png');
          background-position: 10px center;
          background-repeat: no-repeat;
          }
			.widget.red h3 {
				background-color: #c30004;
        background-image: url('/uploads/images/h3-left-red-bg.png');
				color:#fff;
				border-bottom:1px solid #e40007;
				}
        .widget.red h3 span {
          background-image: url('/uploads/images/icon-horse-white.png');
          }
				.widget.red a {
					color:#fff !important;
					}
				.widget.red .link-style2 {
					background-image:url(/uploads/images/arrow2.gif);
					}

			.widget ul {
				margin:-20px 0;
				padding-bottom:0;
				}
			.widget ul li {
				margin:0;
				list-style-type:none;
				padding:0;
				border-top:1px solid #ced0d1;
				background:none;
				}
			.widget ul li:first-child {
				border-top:none;
				}
				.widget ul li a {
					display:block;
					color:#717171;
					text-decoration:none;
					padding:7px 0 7px 38px;
					position:relative;
					-webkit-transition: background .1s ease-in-out;
					-moz-transition: background .1s ease-in-out;
					-o-transition: background .1s ease-in-out;
					transition: background .1s ease-in-out;
					box-shadow:0 0 7px rgba(0, 0, 0, .05);
					-moz-box-shadow:0 0 7px rgba(0, 0, 0, .05);
					-webkit-box-shadow:0 0 7px rgba(0, 0, 0, .05);
					font-size:13px;
          *background:url('/uploads/images/marker1.gif') no-repeat 10px center;
					}
				.widget ul li a:hover {
					color:#fff;
					background-color: #d10005;
					background-image: -webkit-gradient(linear, left top, left bottom, from(#d10005), to(#b70004)); /* Saf4+, Chrome */
					background-image: -webkit-linear-gradient(top, #d10005, #b70004); /* Chrome 10+, Saf5.1+, iOS 5+ */
					background-image:    -moz-linear-gradient(top, #d10005, #b70004); /* FF3.6 */
					background-image:     -ms-linear-gradient(top, #d10005, #b70004); /* IE10 */
					background-image:      -o-linear-gradient(top, #d10005, #b70004); /* Opera 11.10+ */
					background-image:         linear-gradient(top, #d10005, #b70004);
          *background-image: url('/uploads/images/marker2.gif');
					}
				.widget ul li.current-cat a {
					color:#fff;
					background-color: #d10005;
					background-image: -webkit-gradient(linear, left top, left bottom, from(#d10005), to(#b70004)); /* Saf4+, Chrome */
					background-image: -webkit-linear-gradient(top, #d10005, #b70004); /* Chrome 10+, Saf5.1+, iOS 5+ */
					background-image:    -moz-linear-gradient(top, #d10005, #b70004); /* FF3.6 */
					background-image:     -ms-linear-gradient(top, #d10005, #b70004); /* IE10 */
					background-image:      -o-linear-gradient(top, #d10005, #b70004); /* Opera 11.10+ */
					background-image:         linear-gradient(top, #d10005, #b70004);
          *background-image: url('/uploads/images/marker2.gif');
					}
					.widget ul li.current-cat a:before {
						background-position:0 -16px;
						}

				.widget ul li a:before {
					content:"";
					display:block;
					position:absolute;
					left:10px;
					top:8px;
					width:16px;
					height:16px;
					overflow:hidden;
					background:url(/uploads/images/markers.gif) no-repeat 0 0;
					}
				.widget ul li a:hover:before {
					background-position:0 -16px;
					}




				.widget ul ul{
					margin:0;
					border-top:1px solid #ced0d1;
					}
					.widget ul ul li{
						margin-left:0;
						margin-right:0;
						padding-left:20px;
						}
						.widget ul ul li a{
							box-shadow:none;
							}

        .widget .widget_content {
          padding: 0 20px;
          }


/* Tag cloud widget */
.tagcloud {
	text-align:center;
	}
.tagcloud a {
	line-height:normal;
	}


/* Recent comments */
#recentcomments {

	}
	#recentcomments li {
		padding:10px;
		}
		#recentcomments li a {
			display:inline;
			padding:0;
			box-shadow:none;
			color:#323639;
			}
		#recentcomments li a:hover {
			color:#fff;
			}
		#recentcomments li a:before {
			display:none;
			padding:0;
			}


/* Calendar */
#calendar_wrap {
	padding:0;
	}
	#wp-calendar {
		width:100%;
		}
		#wp-calendar caption {
			text-align:center;
			}
		#wp-calendar td {
			text-align:center;
			padding:6px 0;
			border:none;
			}
		#wp-calendar caption {
			font-size:16px;
			color:#000;
			font-weight:bold;
			padding:4px 0;
			margin-bottom:5px;
			}
		#wp-calendar thead th {
			padding:7px 0;
			font-size:14px;
			background:#fff;
			color:#000;
			text-align:center;
			}
		#wp-calendar #prev {
			text-align:left;
			}
		#wp-calendar #next {
			text-align:right;
			}



/* FAQs
---------------------------------------- */
.faq_list {

	}
	.faq_list dt {
		color:#323639;
		position:relative;
		padding:0 0 5px 25px;
		font-size:12px;
		font-weight:bold;
		margin:0;
		background:none;
		}
	.faq_list span.marker {
		display:block;
		position:absolute;
		left:0;
		top:0;
		font-size:12px;
		color:#333;
		font-weight:bold;
		}
	.faq_list dd {
		padding:0 0 0 25px;
		position:relative;
		margin:0 0 2em 0;
		color:#b2b2b2;
		}



/* Custom widgets
---------------------------------------- */

/* Posts Type widget */
.post_list {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.post_list li {
		overflow:hidden;
		padding-top:1.5em;
		padding-bottom:1.5em;
		border-top:1px solid #dbdbdb;
		margin:0;
		}
	.post_list li:first-child {
		border:none;
		padding-top:0;
		}
		.post_list li img {
			float:left;
			margin:0 15px 0 0;
			}

/* Popular posts */
.widget .popular-posts {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.widget .popular-posts li {
		overflow:hidden;
		margin:0 0 20px 0;
		padding:0;
		border:none;
		}
		.widget .popular-posts li .post-thumb {
			float:left;
			margin-right:11px;
			width:87px;
			height:82px;
			overflow:hidden;
			}
		.widget .popular-posts li .post-thumb.empty-thumb {
			background:url(/uploads/images/empty_thumb.gif) no-repeat 50% 50% #ececec;
			}
		.widget .popular-posts li h5 {
			font-weight:normal;
			margin-bottom:0;
			}
			.widget .popular-posts li h5 a {
				display:inline;
				}
		.widget .popular-posts li .excerpt {
			margin-bottom:.8em;
			}

		.widget .popular-posts li a {
			padding:0;
			font-size:12px;
			box-shadow:none;
			}
		.widget .popular-posts li a:hover {
			text-decoration:underline;
			background:none;
			color:#8b8d8f;
			}
			.widget .popular-posts li a:before {
				display:none;
				background:none;
				}



/* Twitter */
.widget .twitter_update_list {
	margin:0;
	}
	.widget .twitter_update_list li {
		margin:0;
		border-top:1px dashed #d8d8d8;
		padding:17px 0 17px 0;
		background:none;
		}
	.widget .twitter_update_list li:first-child {
		border-top:none;
		padding-top:0;
		}
		.widget .twitter_update_list li a {
			display:inline;
			background:none !important;
			box-shadow:none;
			margin:0;
			padding:0;
			border:none;
			color:#fd050b;
			}
		.widget.red .twitter_update_list li .twitt-body a {
			text-decoration:underline;
			}
		.widget .twitter_update_list li a:hover {
			text-decoration:underline;
			color:#fd050b;
			}
		.widget.red .twitter_update_list li .twitt-body a:hover {
			text-decoration:none;
			}
		.widget .twitter_update_list li a:before {
			display:none;
			}
			.widget .twitter_update_list li .twitt-body {
				display:block;
				margin-bottom:5px;
				}
			.widget .twitter_update_list li a.twitt-link {
				font-weight:bold;
				}




/* Post Cycle */
.post_cycle {
	padding:0;
	margin:0;
	}
#post-cycle .cycle_item {
	display:none;
	}
#post-cycle .cycle_item:first {
	display:block;
	}


/* Folio Cycle */
.folio_cycle {
	list-style-type:none;
	padding:0;
	margin:0;
	width:100%;
	overflow:hidden;
	}
	.folio_cycle .folio_item {
		overflow:hidden;
		display:none;
		}
	.folio_cycle .folio_item:first {
		display:block;
		}
		.folio_cycle .folio_item figure.thumbnail {
			width:270px;
			overflow:hidden;
			}
#folio-controls {
	text-align:center;
	overflow:hidden;
	}
	#folio-controls ul {
		list-style-type:none;
		margin:0;
		padding:0;
		}
		#folio-controls ul li {
			padding:0 5px 0 0;
			display:inline;
			}
			#folio-controls ul li a {
				display:inline-block;
				text-decoration:none;
				width:8px;
				height:8px;
				background:#000;
				font-size:0;
				line-height:0;
				}
			#folio-controls ul li a:hover {
				background:#999;
				}


/* Recent Posts */
.latestpost {
	list-style-type:none;
	margin:0;
	padding:0;
	}
	.latestpost li {
		margin:0 0 2em 0;
		list-style-type:none;
		}
		.latestpost li a {
			text-decoration:none;
			color:#000;
			}
		.latestpost li a:hover {
			text-decoration:underline;
			}
			.latestpost li h4 {
				margin-bottom:0;
				}





/* Shortcodes
---------------------------------------- */

/* Recent Posts */
.recent-posts {
	margin:0;
	padding:0;
	width:100%;
	overflow:hidden;
	border:none;
	}
	.recent-posts li {
		margin:0 0 20px 0;
		padding:0;
		border:none;
		background:none;
		}
		.recent-posts li img.thumb {
			float:left;
			margin:0 20px 0 0;
			}
		.recent-posts li h5 {
			font-size:1em;
			margin-bottom:0;
			}
			.recent-posts li h5 a {
				color:#323639;
				}
			.recent-posts li h5 a:hover {
				color:#fd050b;
				}
		.recent-posts li .excerpt {
			margin-bottom:12px;
			}
		.recent-posts li span.meta {
			display:block;
			margin-bottom:.5em;
			font-size:10px;
			color:#888;
			text-transform:uppercase;
			}


/* Post List */
.post-list li {
	border-top:1px dashed #d9d9d9;
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom:0;
	}
.post-list li:first-child {
	padding-top:0;
	border-top:none;
	}


/* Our team */
.recent-posts.team {
	margin:0;
	padding:0;
	}
	.recent-posts.team li {
		float:left;
		width:210px;
		overflow:hidden;
		margin:0 0 20px 20px;
		}
		.recent-posts.team li:first-child {
			margin-left:0;
			}
		.recent-posts.team li:nth-child(4n) {
			margin-left:0;
			}
		.recent-posts.team li.nomargin {
			margin-left:0;
			}
		.recent-posts.team li .thumb-wrap {
			float:none;
			overflow:hidden;
			margin-bottom:10px;
			}
		.recent-posts.team li .thumb-wrap {
			float:left;
			margin-right:16px;
			}
			.recent-posts.team li h5 a {
				text-decoration:none;
				color:#323639;
				}
			.recent-posts.team li h5 a:hover {
				text-decoration:underline;
				}
		.recent-posts.team li .excerpt {
			margin-bottom:0;
			}


/* Partners */
ul.partners {
	width:100%;
	overflow:hidden;
	margin-bottom:-25px;
	}
	.partners li {
		float:left;
		width:210px;
		margin:0 20px 25px 0;
		}
	.partners li:nth-child(3n) {
		margin-right:0;
		}
	.partners li.nomargin {
		margin-right:0;
		}
		.partners li .thumb-wrap {
			float:none;
			padding:0;
			margin:0 0 15px 0;
			overflow:hidden;
			}
		.partners li .excerpt {
			margin-bottom:0;
			}


/* Services on Home page */
#content .home_services {
	list-style-type:none;
	padding:0;
	margin:0;
	overflow:hidden;
	}
	#content .home_services li {
		float:left;
		width:310px;
		margin:0 20px;
		border:none;
		padding:0;
		line-height:16px;
		}
		#content .home_services li a.post-title {
			display:block;
			font-size:21px;
			line-height:26px;
			color:#8d8f91;
			text-decoration:none;
			word-spacing:2px;
			margin-bottom:5px !important;
			padding-right:3px;
			}
		#content .home_services li a.post-title:hover {
			color:#000;
			}
		#content .home_services li img {
			margin-right:20px;
			}
		#content .home_services li .post_content {
			display:inline;
			}
		#content .home_services li a.link {
			color:#323639;
			text-decoration:none;
			}


/* Services */
#content .recent-posts.services {
	overflow:hidden;
	width:100%;
	margin-bottom:-20px;
	}
	#content .recent-posts.services li {
		float:left;
		width:310px;
		margin:0 20px 40px 0;
		background:none;
		padding:0;
		}
	#content .recent-posts.services li:nth-child(2n) {
		margin-right:0;
		}
	#content .recent-posts.services li.nomargin{
		margin-right:0;
		}
		#content .recent-posts.services li img.thumb {
			margin-right:20px;
			}
		#content .recent-posts.services li h5 {
			font-size:21px;
			line-height:1.2em;
			font-weight:normal;
			word-spacing:#content 2px;
			}
			.recent-posts.services li h5 a {
				color:#8e9092;
				}
			#content .recent-posts.services li h5 a:hover {
				color:#000;
				}
		#content .recent-posts.services li .excerpt {
			margin-bottom:0;
			}




/* Tags */
.tags-cloud a {
	display:inline-block;
	background:#e0e0e0;
	padding:1px 7px;
	border:1px solid #bdbdbd;
	border-radius:3px;
	text-decoration:none;
	color:#838383;
	margin:2px;
	}
.tags-cloud a:hover {
	background:#eee;
	}


/* Recent Comments */
#content .recent-comments {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	#content .recent-comments li {
		padding:0;
		margin:0;
		border:none;
		padding-bottom:.5em;
		}


/* Footer
---------------------------------------- */
#footer {
	background:#e0e2e2;
	padding:85px 0 45px 0;
	color:#7c8389;
}

	/* Footer widget */
	#widget-footer {

	}

    #widget-footer a {
      color: #7c8389;
      }
		#widget-footer h3 {
			margin-bottom:1em;
			}
		#widget-footer ul {
			margin:0;
			padding:0;
			}
			#widget-footer ul li {
				border-top:1px dashed #c2c5c7;
				padding:5px 0;
				list-style-type:none;
				margin:0;
				background:none;
				}
			#widget-footer ul li:first-child {
				padding-top:0;
				border-top:none;
				}
				#widget-footer ul li a {
					color:#7c8389;
					text-decoration:none;
					}
				#widget-footer ul li a:hover {
					color:#fd050b;
					}


	#widget-footer .social-networks li {
		list-style-type:none;
		padding:0 0 .5em 0;
		margin:0;
		}

/* Copyright */
#copyright {
	color:#323639;
	font-size:13px;
	padding:30px 0 0 0;
	}
	#copyright a {
		color:#323639;
		text-decoration:none;
		}
	#copyright a:hover {
		text-decoration:underline;
		}

/* Footer navigation */
nav.footer {

}
	nav.footer ul {
		margin:0;
		padding:0;
		}
		nav.footer ul li {
			list-style-type:none;
			float:left;
			padding:10px 15px 0 0;
			margin:0;
			background:none;
			border:none;
			}



/* Misc
---------------------------------------- */
.button {
	display:inline-block;
	padding:7px 12px;
	background-color: #eeefef;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e6e7e7)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #f7f7f7, #e6e7e7); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #f7f7f7, #e6e7e7); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #f7f7f7, #e6e7e7); /* IE10 */
	background-image:      -o-linear-gradient(top, #f7f7f7, #e6e7e7); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #f7f7f7, #e6e7e7);
	color:#6a6d6f;
	text-decoration:none;
	}
.button:hover {
	background-color: #c50005;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d10005), to(#b70004)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #d10005, #b70004); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #d10005, #b70004); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #d10005, #b70004); /* IE10 */
	background-image:      -o-linear-gradient(top, #d10005, #b70004); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #d10005, #b70004);
	color:#fff;
	}


.link-style1 {
	background:url(/uploads/images/arrow1.gif) no-repeat 0 6px;
	padding:0 0 0 7px;
	font-weight:bold;
	text-decoration:none;
	}
.link-style1:hover {
	text-decoration:underline;
	}

.link-style2 {
	background:url(/uploads/images/arrow3.gif) no-repeat 100% 6px;
	padding:0 7px 0 0;
	font-weight:bold;
	text-decoration:none;
	}
.link-style2:hover {
	text-decoration:underline;
	}


.more-link {
	color:#cf0005;
	}
.more-link:hover {
	text-decoration:underline;
	}


.no-results {

}

/* Extra-box */
.extra-box {
	background-color: #f4f4f4;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaeb)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ffffff, #eaeaeb); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #ffffff, #eaeaeb); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #ffffff, #eaeaeb); /* IE10 */
	background-image:      -o-linear-gradient(top, #ffffff, #eaeaeb); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #ffffff, #eaeaeb);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#eaeaeb'); /* IE6-IE9 */
	padding:20px 0;
	color:#8b8d8f;
	}
	.extra-box .alert-box {
		margin:0 20px;
		font-size:12px;
		}

/* Content Box */
.c_box {
	background:#fff;
	padding:18px 20px;
	overflow:hidden;
	}
	.c_box .alert-box {
		font-size:12px;
		}

/* Tabs */
.tabs {
  overflow:hidden;
	width:100%;
}

.tabs .tab-wrapper {
  float:left;
	width:430px;
}

.tabs .tab-menu {
	float:left;
	width:230px;
	margin-right:10px;
	position:relative;
	z-index:99;
	}

.tabs .tab-menu ul {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
}

.tabs .tab-menu li {
	background:none;
	margin:0;
	padding:0;
	position:relative;
	border:none;

}
.tabs .tab-menu li:first-child a {
	margin-top:0;
	}
	.tabs .tab-menu li span.tab-arrow {
		position:absolute;
		right:-20px;
		top:50%;
		display:block;
		width:12px;
		height:17px;
		background:url(/uploads/images/tab-arrow.png) no-repeat 0 0;
		visibility:hidden;
		margin-top:-18px;
		}

.tabs .tab-menu a {
	display:block;
	color:#969696;
	text-decoration:none;
	background-color: #f0f0f1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f8), to(#eaeaeb)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #f7f7f8, #eaeaeb); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #f7f7f8, #eaeaeb); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #f7f7f8, #eaeaeb); /* IE10 */
	background-image:      -o-linear-gradient(top, #f7f7f8, #eaeaeb); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #f7f7f8, #eaeaeb);
	margin: 10px 0 0 0;
	padding:13px 20px 14px 15px;
}
.tabs .tab-menu a strong {
	font-weight:bold;
	display:inline-block;
	}

.tabs .tab-menu a.active {
	background:none;
	}

.tabs .tab-menu a:hover strong,
.tabs .tab-menu a.active strong{
  color:#323639;
}
.tabs .tab-menu li a:hover span.tab-arrow,
.tabs .tab-menu li a.active span.tab-arrow{
	visibility:visible;
	}

.tabs .tab {

}





/* Toggle */
.toggle {
    padding: 0 0 2px 0;
}
.toggle ~ br {
	display:none;
	}

.toggle .trigger {
	background-color: #f5f5f5;
	background: -moz-linear-gradient(bottom, #F2F2F2 0px, #ffffff 100%);
	background: -webkit-gradient(linear,left bottom,left top, color-stop(0, #f2f2f2),color-stop(1, #ffffff));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2');
	border: 1px solid #dddddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #666666;
	display: block;
	padding: 10px 12px 10px 40px;
	position: relative;
	text-decoration:none;
	}

.toggle .trigger span {
	background: url(includes//uploads/images/toggle.png) 0 0 no-repeat;
	display: block;
	position: absolute;
	top: 9px;
	left: 10px;
	text-indent: -9999px;
	width: 22px;
	height: 20px;
	}

.toggle .trigger:hover,
.toggle .active {
	background:#191919;
	color:#fff;
	}
.toggle .active span {
	background-position: 0 -20px;
	}

.toggle .box {
	background-color: #fafafa;
	border: 1px solid #dddddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 20px;
	}



/* Dropcap */
.dropcap {
	display:block;
	float:left;
	font-size:4em;
	line-height:1em;
	margin:0 10px 0 0;
	text-transform:uppercase;
	}

.widget-area {

}

.hr {
	height:1px;
	background:#e4e4e4;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:20px 5px 19px 5px;
	}
.grid_1 .hr, .grid_2 .hr, .grid_3 .hr, .grid_4 .hr, .grid_5 .hr, .grid_6 .hr, .grid_7 .hr, .grid_8 .hr, .grid_9 .hr, .grid_10 .hr, .grid_11 .hr, .grid_12 .hr, .grid_13 .hr, .grid_14 .hr, .grid_15 .hr, .grid_16 .hr, .grid_17 .hr, .grid_18 .hr, .grid_19 .hr, .grid_20 .hr, .grid_21 .hr, .grid_22 .hr, .grid_23 .hr, .grid_24 .hr {
	margin-left:0px;
	margin-right:0px;
	}

.hrd {
  height: 1px;
  margin: 14px 0 15px 0;
  border-bottom: 1px dashed #d9d9d9;
}

/* Address */
.address {
	overflow:hidden;
	width:100%;
	margin:0;
	padding:0;
	}
.address dt {
	padding:0 0 0 55px;
	background:none;
	font-size:1em;
	line-height:18px;
	margin-bottom:20px;
	background:url(/uploads/images/address-icon1.png) no-repeat 0 3px;
	}
.address dd {
	float:left;
	width:217px;
	padding:0 0 0 53px;
	background:url(/uploads/images/address-icon2.png) no-repeat 0 3px;
	}
	.address dd ul {
		list-style-type:none;
		padding:0;
		margin:0;
		}
		.address dd ul li {
			background:none;
			padding:0;
			border:none;
			margin-bottom:.3em;
			}
	.address dd span {
		float:left;
		width:100px;
		}
		.address dd a {
			font-weight:bold;
			color:#191919;
			}
		.address dd a:hover {
			text-decoration:none;
			}


/* EasyTooltip */
#easyTooltip{
	padding:3px 8px;
	background:#000;
	color:#fff;
	font-size:10px;
	z-index:9999;
	}


/* VIDEO */
.video-wrap {
	margin-bottom: 10px;
	position:relative;
	zoom:1;
	}
	.video-wrap object {
		position:relative;
		z-index:2;
		}
	.video-bg {
		background-color:black;
		position:absolute;
		left:0;
		top:0;
		z-index:1;
		}



/* Alert boxes
---------------------------------------- */
.alert-box, .wpcf7-response-output {
	padding:20px 20px 20px 90px !important;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size:.91em;
	line-height:1.4em;
	border:1px solid #dbdbdb;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:15px;
	}
	.error-box, .wpcf7-mail-sent-ng {
		border-color:#ff9999;
		color:#c31b00;
		background:url(/uploads/images/icons/alert/icon-error.png) no-repeat 20px 50% #ffcccc;
		}
	.attention-box, .wpcf7-validation-errors, .wpcf7-spam-blocked {
		border-color:#e6c555;
		color:#9e660d;
		background:url(/uploads/images/icons/alert/icon-note.png) no-repeat 20px 50% #fdebae;
		}
	.notice-box {
		border-color:#68a2cf;
		color:#2e6093;
		background:url(/uploads/images/icons/alert/icon-info.png) no-repeat 20px 50% #bfe4f9;
		}
	.approved-box, .wpcf7-mail-sent-ok {
		border-color:#a3c159;
		color:#5e6f33;
		background:url(/uploads/images/icons/alert/icon-download.png) no-repeat 20px 50% #ccff99;
		}



/* Forms
---------------------------------------- */

/* Form defaults */
input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
	border:1px solid #d2d7db;
	outline:none;
}
input[type="text"], textarea {
	background:#fff;
	border:1px solid #d2d7db;
	padding:5px 0 5px 5px;
	}
input[type="submit"], input[type="reset"] {
	position:relative;
	display:inline-block;
	padding:0 19px;
	line-height:27px;
	background-color: #444444;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d00005), to(#b80004)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #d00005, #b80004); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #d00005, #b80004); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #d00005, #b80004); /* IE10 */
  background-image:      -o-linear-gradient(top, #d00005, #b80004); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #d00005, #b80004);
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	border:none;
	height:27px;
	cursor:pointer;
	margin-right:4px;
	border:none;
	}
.no-cssgradients input[type="submit"], .no-cssgradients input[type="reset"] {
	background:url(/uploads/images/search-bg.gif) 0 0 repeat-x #b80004;
	}
input[type="submit"]:hover, input[type="reset"]:hover {
	background:#000;
	}
input[type="radio"], input.cms_radio {
	border: 0 none;
	}


/* Comment form */
#commentform {

	}
	#commentform p.field {
		margin-bottom:5px;
		}
		#commentform small {
			color:#8b8b8b;
			}
	#commentform label {
		display:block;
		}
	#commentform input[type=text] {
		width:250px;
		padding:4px;
		}
	#commentform textarea {
		width:460px;
		height:150px;
		padding:4px;
		overflow:auto;
		}





/* Contact form */
.wpcf7-form {
	padding-bottom:10px;
	}
.wpcf7-form p.field {
	margin-bottom:9px;
	overflow:hidden;
	vertical-align:top;
	width:390px;
	position:relative;
	}
.wpcf7-form p.field label {
	float:left;
	width:79px;
	padding-top:6px;
	}
.wpcf7-form p.field input {
	float:left;
	background:none;
	padding:9px 5px 9px 10px;
	width:290px;
	border:1px solid #d2d7db;
	color:#111;
	font-size:12px;
	}
	.wpcf7-form p.field small {
		color:red;
		}
.wpcf7-form textarea {
	float:left;
	width:290px;
	min-width:290px;
	max-width:290px;
	height:205px;
	background:none;
	font-size:1em;
	padding:9px 5px 9px 10px;
	border:1px solid #d2d7db;
	overflow:auto;
	color:#111;
	font-size:12px;
	margin-bottom:10px;
	}
.wpcf7-form .submit-wrap {
	padding:0 0 0 79px;
	margin:0;
	overflow:hidden;
	}
	.wpcf7-form .submit-wrap img {
		float:left;
		}
	.wpcf7-form .submit-wrap input {
		float:right;
		}
	span.wpcf7-form-control-wrap {
		display:block;
		}
	.wpcf7-not-valid-tip {
		width:295px !important;
		position:absolute;
		left:79px !important;
		top:0 !important;
		padding:8px 0 7px 10px !important;
		background:#f3b7b7 !important;
		color:red !important;
		border:1px solid red !important;
		}





/* Sidebar search form */
#searchform {

	}
#searchform .searching {
	width:190px;
	margin-right:10px;
	}
#sidebar #searchform {
	padding-top:10px;
	}
#sidebar #searchform .searching {
	width:118px;
	margin-right:0;
	}
	#searchform .submit {
		width:60px;
		cursor:pointer;
		padding-left:0;
		padding-right:0;
		}


/* Fluid Columns */
.one_half{ width:48%; }
.one_third{ width:30.66%; }
.two_third{ width:65.33%; }
.one_fourth{ width:22%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16.8%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:58.4%; }
.four_fifth{ width:79.2%; }
.one_sixth{ width:13.33%; }
.five_sixth{ width:82.67%; }
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth{ position:relative; margin-right:4%; float:left; }
.last { margin-right:0 !important; clear:right; }


.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.wrapper {
	width:100%;
	overflow:hidden;
}
.extra-wrap {
	overflow:hidden;
	}

/* Clear Floated Elements */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}


#games_live_tabs a {
        font-size:14px;
}

#results_live_tabs a {
        font-size:14px;
}
/* Always remember to compress your live stylesheet and keep an uncompressed backup */




/* tabs online přenos */

#online .list-wrap { background: #eaeaeb; padding: 25px; margin: 0 0 15px 0; }

#online ul { list-style: none; }
#online ul li a { display: block; border-bottom: 1px solid #000; padding: 4px; font-size: 12px; color: #000; text-decoration: none; }
#online ul li a:hover { background: #333; color: white; }
#online ul li:last-child a { border: none; }

#online .nav { overflow: hidden; margin-bottom:0;}
#online .nav li { width: 97px; float: left; margin: 0 10px 0 0; }
#online .nav li.last { margin-right: 0; }
#online .nav li a { display: block; padding: 10px; background-color: #f6f6f6; color:#000000; font-size: 12px; text-align: center; border: 0; }

#online li a.current, #online li a.current:hover { background-color: #eaeaeb!important; color: black; font-weight:bold; }
#online .nav li a:hover, #online .nav li a:focus { background: #eaeaeb; color:black}

#online a { color:#000000!important; text-decoration: none!important; }
#online a:hover { font-weight:bold!important; }



.online-box {
   margin-left:auto; margin-right:auto; width:470px; border: 1px solid #b9b6a0; padding:8px; margin-bottom:30px; margin-top:10px;
}
.online-box-en {
   margin-left:auto; margin-right:auto; width:560px; border: 1px solid #b9b6a0; padding:8px; margin-bottom:30px; margin-top:10px;
}
.aktivni {
   font-weight:bold; text-decoration:none; color: #000000;
}





/* Stylesheet: proclient_styles Modified On 2016-04-13 17:49:38 */
p.half_space { margin-bottom: 0.75em; }
table.vcenter tbody td { vertical-align: middle; }
table.hover tr:hover td { background-color: #fff8d1; }

#federation_logout {
  display: block;
  float: left;
  color: #c4c7c8;
  position: absolute;
  right: 10px;
  top: 140px;
  z-index: 1;
  line-height: 16px;
}

#federation_logout b { color: #c4c7c8 !important; }

#federation_logout a {
  display: block;
  float: right;
  margin-left: 10px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url('/uploads/images/icons/logout.png');
  background-position: left top;
  background-repeat: no-repeat;
}

/* Page + TinyMCE */
body#tinymce {
  background-color: #ffffff;
  min-width: 1px;
}

#content.page, body#tinymce {
  color: #666666;
  font-size: 13px;
}

#content.page h2, body#tinymce h2 {
  font-size: 24px;
  color: #323639;
  padding-bottom: 8px;
  border-bottom: 1px #323639 dotted;
  margin-bottom: 25px;
  padding-left: 3px;
  background-color: transparent;
  background: none;
}

#content.page h3, body#tinymce h3 { font-size: 18px; }

#content.page li, body#tinymce li {
  border: 0 none;
  background-position: 0 8px;
  color: #666666;
  padding-bottom: 0;
}

#content.page li:first-child, body#tinymce li:first-child { background-position: 0 0; }

#content.page li a, body#tinymce li a {
  color: #fd050b;
  outline: none;
  text-decoration: underline;
}

#content.page li a:hover, body#tinymce li a:hover { text-decoration: none; }

/* News */
#news_detail .summary {
  font-weight: bold !important;
  color: #323639 !important;
  margin-bottom: 1.5em;
}

#news_detail .summary * { display: inline !important; }

#news_detail .content {
  border-bottom:1px dashed #d9d9d9;
  padding-bottom:20px;
  margin-bottom:20px;
}

#news_detail h3 { font-weight: bold; }
#news_detail h4 { font-size: 12px; }

/* Countdown */
#counter .cntSeparator {
  padding-top: 5px;
  margin: 0 3px;
  font-weight: bold;
}

.counter_description div {
  float: left;
  width: 38px;
  font-size: 10px;
  text-align: center;
  margin-right: 9px;
}

/* login form */
#login_form {
  margin: 50px 0;
  padding: 0;
  width: 380px;
  position: relative;
  left: 145px;
}

#login_form .wrapper {
  padding: 15px;
  border: 1px #c6c8c9 solid;
  width: auto;
}

#login_form table { width: 350px; }

#login_form th {
  text-align: right;
  font-weight: normal;
  width: 125px;
  padding: 3px 0;
}

#login_form td { padding: 3px 0 3px 15px; }

#login_form td input[type="text"], #login_form td input[type="password"] {
  width: 175px;
  height: 18px;
  padding: 0;
  margin: 0;
}

#login_form td.submit { padding-top: 10px; }

#login_form td.submit input { padding: 0 35px; }

#login_form p.link {
  padding: 0;
  margin: 0;
  margin-top: 20px;
  text-align: left;
}

#login_form .alert-box.error-box {
  padding-left: 70px !important;
  margin-bottom: 15px;
  background-position: 3% 50%;
}

/* registration form */
#registration_form h3 { margin-bottom: 20px; }

#registration_form table {
  margin-bottom: 15px;
  width: 100%;
  border: 1px solid #dbdbdb;
}

#registration_form thead th {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  background-color: #eaeaeb;
  background-image: url('/uploads/images/h3-left-bg.png');
  background-position: left top;
  background-repeat: repeat-x;
  color: #323639;
  line-height: 100%;
  height: 35px;
  vertical-align: middle;
}

#registration_form tbody th, #registration_form tbody td { vertical-align: top; }

#registration_form tbody th {
  width: 250px;
  padding: 3px 15px;
  text-align: right;
  font-weight: normal;
}

#registration_form tbody td { padding: 3px 15px; }
#registration_form tr.first th, #registration_form tr.first td { padding-top: 15px; }
#registration_form tr.last th, #registration_form tr.last td { padding-bottom: 15px; }

#registration_form input.cms_textfield {
  height: 18px;
  padding: 0 5px;
}

#registration_form input.cms_radio {
  position: relative;
  top: -3px;
  margin-right: 5px;
}

#registration_form textarea {
  width: 300px;
  height: 75px;
}

#registration_form div.submit {
  margin-top: 25px;
  text-align: center;
}

#registration_form td.fide_federation select { text-transform: uppercase; }

ul.error {
  padding-left: 30px;
  margin: 0;
}

ul.error li {
  list-style-type: circle;
  background: none;
  padding: 0;
  line-height: 130%;
  color: #c31b00 !important;
}

/* Player list */
.player_list table {
  margin-bottom: 50px;
  width: 100%;
  border: 1px solid #dbdbdb;
}

.player_list thead th {
  text-align: center;
  font-weight: bold;
  background-color: #eaeaeb;
  background-image: url('/uploads/images/h3-left-bg.png');
  background-position: left top;
  background-repeat: repeat-x;
  color: #323639;
  line-height: 100%;
  height: 35px;
  vertical-align: middle;
  padding: 0 10px;
}

.player_list tbody td {
  text-align: center;
  padding: 6px 10px;
  border-bottom: 1px solid #dbdbdb;
}

.player_list td.name, .player_list th.name { text-align: left; }

.player_list tbody td.name a {
  color: #666666;
  font-weight: bold;
}

.player_list tbody tr.calculated td { background-color: #fff2b7; }
.player_list tbody tr.paid td { background-color: #b9ffb7; }

.player_list thead th span { display: inline-block; *display: block; }

.player_list th.header span {
  padding-right: 21px;
  background-color: transparent;
  background-image: url('/uploads/images/tablesorter/bg.gif');
  background-position: right center;
  background-repeat: no-repeat;
  cursor: pointer;
  cursor: hand;
}

.player_list th.headerSortDown span { background-image: url('/uploads/images/tablesorter/asc.gif'); }
.player_list th.headerSortUp span { background-image: url('/uploads/images/tablesorter/desc.gif'); }

/* Registration navigation */
.registration_navigation {
  text-align: right;
  clear: both;
}

.registration_navigation a {
  position: relative;
  display: inline-block;
  padding: 0 19px;
  line-height: 27px;
  background-color: #444444;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d00005), to(#b80004)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #d00005, #b80004); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #d00005, #b80004); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #d00005, #b80004); /* IE10 */
  background-image:      -o-linear-gradient(top, #d00005, #b80004); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #d00005, #b80004);
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
  border: none;
  height: 27px;
  cursor: pointer;
  border: none;
}

.registration_navigation a:hover { background: #000000; }

.registration_navigation a.ajax_export {
  float: left;
  padding-left: 20px;
  background-color: transparent;
  background-image: url('/uploads/images/icons/excel.png');
  background-position: left center;
  background-repeat: no-repeat;
  color: #d00005;
  font-weight: normal;
}

.registration_navigation a.ajax_export:hover { text-decoration: underline; }

/* Player detail */
#player_detail h3 {
  text-align: left;
  font-weight: bold;
  font-size: 14px !important;
  margin: 0;
  padding: 3px 8px;
  background-color: #eaeaeb;
  background-image: url('/uploads/images/h3-left-bg.png');
  background-position: left top;
  background-repeat: repeat-x;
  color: #323639;
  border: 1px solid #dbdbdb;
  border-bottom: 0 none;
}

#player_detail table {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #dbdbdb;
  border-top: 0 none;
}

#player_detail th, #player_detail td {
  text-align: left;
  padding: 3px 8px;
  vertical-align: top;
}

#player_detail tr.state th, #player_detail tr.state td { vertical-align: middle; }
#player_detail tr.state td { font-size: 17px; }

#player_detail tr.calculated th, #player_detail tr.calculated td { background-color: #fff2b7; }
#player_detail tr.paid th, #player_detail tr.paid td { background-color: #b9ffb7; }

#player_detail th.price {
  color: #bc0004;
  vertical-align: middle;
}

#player_detail td.price {
  color: #bc0004;
  font-size: 19px;
  font-weight: bold;
  vertical-align: middle;
}

/* Menu in page */
#content.page .menu_in_page { margin: 25px 0; }

#content.page .menu_in_page ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ced0d1;
  width: 200px;
}

#content.page .menu_in_page li {
  display: block;
  margin: 0;
  padding: 0;
  background-color: #eaeaeb;
  background-image: url('/uploads/images/h3-left-bg.png');
  background-position: left top;
  background-repeat: repeat-x;
  border-bottom: 1px solid #ced0d1;
}

#content.page .menu_in_page li:hover { background-image: url('/uploads/images/h3-left-bg-hover.png'); }

#content.page .menu_in_page li a {
  display: block;
  padding: 7px 10px;
  text-decoration: none;
  color: #717171;
  font-weight: bold;
  text-align: center;
}

#content.page .menu_in_page li a:hover {
  background-color: transparent;
  background-image: url('/uploads/images/icon-horse-black.png');
  background-position: 178px 2px;
  background-repeat: no-repeat;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-div dl dt { background: none; padding: 0; font-size: 12px; }
.ui-timepicker-div dl dd { padding: 0; }
.ui-datepicker { width: 201px !important; }
.ui-datepicker * { font-size: 11px !important; }

.red { color:#fd050b; }
.nowrap { white-space: nowrap; }

/* tabs of live games */
#live_tabs ul, #live_tabs ul.tabs-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
}

#live_tabs ul.tabs-nav li, #live_tabs li {
  padding: 7px 10px;
  margin: 0;
  margin-left: 10px;
  background-color: #eaeaeb;
  background-image: url('/uploads/images/h3-left-bg.png');
  background-position: left top;
  background-repeat: repeat-x;
  color: #323639;
  text-align: center;
  cursor: pointer;
  cursor: hand;
}

#live_tabs ul.tabs-nav li a {
  color: #323639;
  text-decoration: none;
  font-weight: normal;
  padding: 0;
  cursor: pointer;
  cursor: hand;
  background: none;
}

#live_tabs ul.tabs-nav li:hover, #live_tabs ul.tabs-nav li.tabs-selected {
  background-position: left bottom;
}

#live_tabs ul.tabs-nav li:hover a, #live_tabs ul.tabs-nav li.tabs-selected a {
  color: #000000;
  font-weight: bold;
}

#live_tabs .tabs-container {
  padding: 0 0 10px 15px;
  margin: 0;
  border: 0 none;
  background-color: #eaeaeb;
}

#live_tabs h5 {
  text-align: center;
  margin: 0;
  padding: 10px 0 15px 0;
}

#live_tabs p { margin: 0; padding: 0; }

/* style 2 - more contrast */
#live_tabs.style2 ul.tabs-nav li, #live_tabs.style2 li {
  background-position: left bottom;
  border: 1px #000000 solid;
  border-bottom: 0 none;
  position: relative;
  top: 1px;
}

#live_tabs.style2 ul.tabs-nav li:hover, #live_tabs.style2 ul.tabs-nav li.tabs-selected {
  background: none;
  background-color: #ffffff;
  border-bottom: 1px #ffffff solid;
}

#live_tabs.style2 ul.tabs-nav li a { font-size: 14px; }

#live_tabs.style2 .tabs-container {
  background-color: #ffffff;
  border-top: 1px #000000 solid;
}

input[type="submit"][disabled="disabled"], input[type="submit"]:disabled {
  background: #aeaeae;
}
/* Stylesheet: prettyPhoto Modified On 2012-04-10 07:14:36 */
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right {
	height:13px
}
div.pp_default .pp_top .pp_left {
	background:url(/uploads/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat
}
div.pp_default .pp_top .pp_middle {
	background:url(/uploads/images/prettyPhoto/default/sprite_x.png) top left repeat-x
}
div.pp_default .pp_top .pp_right {
	background:url(/uploads/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat
}
div.pp_default .pp_content .ppt {
	color:#f8f8f8
}
div.pp_default .pp_content_container .pp_left {
	background:url(/uploads/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
	padding-left:13px
}
div.pp_default .pp_content_container .pp_right {
	background:url(/uploads/images/prettyPhoto/default/sprite_y.png) top right repeat-y;
	padding-right:13px
}
div.pp_default .pp_next:hover {
	background:url(/uploads/images/prettyPhoto/default/sprite_next.png) center right no-repeat;
	cursor:pointer
}
div.pp_default .pp_previous:hover {
	background:url(/uploads/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
	cursor:pointer
}
div.pp_default .pp_expand {
	background:url(/uploads/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
	cursor:pointer;
	width:28px;
	height:28px
}
div.pp_default .pp_expand:hover {
	background:url(/uploads/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
	cursor:pointer
}
div.pp_default .pp_contract {
	background:url(/uploads/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
	cursor:pointer;
	width:28px;
	height:28px
}
div.pp_default .pp_contract:hover {
	background:url(/uploads/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
	cursor:pointer
}
div.pp_default .pp_close {
	width:30px;
	height:30px;
	background:url(/uploads/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
	cursor:pointer
}
div.pp_default .pp_gallery ul li a {
	background:url(/uploads/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
	border:1px solid #aaa
}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next {
	position:static;
	left:auto
}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause {
	background:url(/uploads/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
	height:30px;
	width:30px
}
div.pp_default .pp_nav .pp_pause {
	background-position:-51px -29px
}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next {
	background:url(/uploads/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
	height:20px;
	width:20px;
	margin:4px 0 0
}
div.pp_default a.pp_arrow_next {
	left:52px;
	background-position:-82px -3px
}
div.pp_default .pp_content_container .pp_details {
	margin-top:5px
}
div.pp_default .pp_nav {
	clear:none;
	height:30px;
	width:105px;
	position:relative
}
div.pp_default .pp_nav .currentTextHolder {
	font-family:Georgia;
	font-style:italic;
	font-color:#999;
	font-size:11px;
	left:75px;
	line-height:25px;
	position:absolute;
	top:2px;
	margin:0;
	padding:0 0 0 10px
}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover {
	opacity:0.7
}
div.pp_default .pp_description {
	font-size:11px;
	font-weight:700;
	line-height:14px;
	margin:5px 50px 5px 0
}
div.pp_default .pp_bottom .pp_left {
	background:url(/uploads/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat
}
div.pp_default .pp_bottom .pp_middle {
	background:url(/uploads/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x
}
div.pp_default .pp_bottom .pp_right {
	background:url(/uploads/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat
}
div.pp_default .pp_loaderIcon {
	background:url(/uploads/images/prettyPhoto/default/loader.gif) center center no-repeat
}
div.light_rounded .pp_top .pp_left {
	background:url(/uploads/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat
}
div.light_rounded .pp_top .pp_right {
	background:url(/uploads/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat
}
div.light_rounded .pp_next:hover {
	background:url(/uploads/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
	cursor:pointer
}
div.light_rounded .pp_previous:hover {
	background:url(/uploads/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
	cursor:pointer
}
div.light_rounded .pp_expand {
	background:url(/uploads/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
	cursor:pointer
}
div.light_rounded .pp_expand:hover {
	background:url(/uploads/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
	cursor:pointer
}
div.light_rounded .pp_contract {
	background:url(/uploads/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
	cursor:pointer
}
div.light_rounded .pp_contract:hover {
	background:url(/uploads/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
	cursor:pointer
}
div.light_rounded .pp_close {
	width:75px;
	height:22px;
	background:url(/uploads/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
	cursor:pointer
}
div.light_rounded .pp_nav .pp_play {
	background:url(/uploads/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
	height:15px;
	width:14px
}
div.light_rounded .pp_nav .pp_pause {
	background:url(/uploads/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
	height:15px;
	width:14px
}
div.light_rounded .pp_arrow_previous {
	background:url(/uploads/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat
}
div.light_rounded .pp_arrow_next {
	background:url(/uploads/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat
}
div.light_rounded .pp_bottom .pp_left {
	background:url(/uploads/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat
}
div.light_rounded .pp_bottom .pp_right {
	background:url(/uploads/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat
}
div.dark_rounded .pp_top .pp_left {
	background:url(/uploads/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat
}
div.dark_rounded .pp_top .pp_right {
	background:url(/uploads/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat
}
div.dark_rounded .pp_content_container .pp_left {
	background:url(/uploads/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y
}
div.dark_rounded .pp_content_container .pp_right {
	background:url(/uploads/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y
}
div.dark_rounded .pp_next:hover {
	background:url(/uploads/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
	cursor:pointer
}
div.dark_rounded .pp_previous:hover {
	background:url(/uploads/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
	cursor:pointer
}
div.dark_rounded .pp_expand {
	background:url(/uploads/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
	cursor:pointer
}
div.dark_rounded .pp_expand:hover {
	background:url(/uploads/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
	cursor:pointer
}
div.dark_rounded .pp_contract {
	background:url(/uploads/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
	cursor:pointer
}
div.dark_rounded .pp_contract:hover {
	background:url(/uploads/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
	cursor:pointer
}
div.dark_rounded .pp_close {
	width:75px;
	height:22px;
	background:url(/uploads/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
	cursor:pointer
}
div.dark_rounded .pp_description {
	margin-right:85px;
	color:#fff
}
div.dark_rounded .pp_nav .pp_play {
	background:url(/uploads/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
	height:15px;
	width:14px
}
div.dark_rounded .pp_nav .pp_pause {
	background:url(/uploads/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
	height:15px;
	width:14px
}
div.dark_rounded .pp_arrow_previous {
	background:url(/uploads/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat
}
div.dark_rounded .pp_arrow_next {
	background:url(/uploads/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat
}
div.dark_rounded .pp_bottom .pp_left {
	background:url(/uploads/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat
}
div.dark_rounded .pp_bottom .pp_right {
	background:url(/uploads/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat
}
div.dark_rounded .pp_loaderIcon {
	background:url(/uploads/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat
}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content {
	background:#000
}
div.dark_square .pp_description {
	color:#fff;
	margin:0 85px 0 0
}
div.dark_square .pp_loaderIcon {
	background:url(/uploads/images/prettyPhoto/dark_square/loader.gif) center center no-repeat
}
div.dark_square .pp_expand {
	background:url(/uploads/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
	cursor:pointer
}
div.dark_square .pp_expand:hover {
	background:url(/uploads/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
	cursor:pointer
}
div.dark_square .pp_contract {
	background:url(/uploads/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
	cursor:pointer
}
div.dark_square .pp_contract:hover {
	background:url(/uploads/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
	cursor:pointer
}
div.dark_square .pp_close {
	width:75px;
	height:22px;
	background:url(/uploads/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
	cursor:pointer
}
div.dark_square .pp_nav {
	clear:none
}
div.dark_square .pp_nav .pp_play {
	background:url(/uploads/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
	height:15px;
	width:14px
}
div.dark_square .pp_nav .pp_pause {
	background:url(/uploads/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
	height:15px;
	width:14px
}
div.dark_square .pp_arrow_previous {
	background:url(/uploads/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat
}
div.dark_square .pp_arrow_next {
	background:url(/uploads/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat
}
div.dark_square .pp_next:hover {
	background:url(/uploads/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
	cursor:pointer
}
div.dark_square .pp_previous:hover {
	background:url(/uploads/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
	cursor:pointer
}
div.light_square .pp_expand {
	background:url(/uploads/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
	cursor:pointer
}
div.light_square .pp_expand:hover {
	background:url(/uploads/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
	cursor:pointer
}
div.light_square .pp_contract {
	background:url(/uploads/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
	cursor:pointer
}
div.light_square .pp_contract:hover {
	background:url(/uploads/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
	cursor:pointer
}
div.light_square .pp_close {
	width:75px;
	height:22px;
	background:url(/uploads/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
	cursor:pointer
}
div.light_square .pp_nav .pp_play {
	background:url(/uploads/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
	height:15px;
	width:14px
}
div.light_square .pp_nav .pp_pause {
	background:url(/uploads/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
	height:15px;
	width:14px
}
div.light_square .pp_arrow_previous {
	background:url(/uploads/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat
}
div.light_square .pp_arrow_next {
	background:url(/uploads/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat
}
div.light_square .pp_next:hover {
	background:url(/uploads/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
	cursor:pointer
}
div.light_square .pp_previous:hover {
	background:url(/uploads/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
	cursor:pointer
}
div.facebook .pp_top .pp_left {
	background:url(/uploads/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat
}
div.facebook .pp_top .pp_middle {
	background:url(/uploads/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x
}
div.facebook .pp_top .pp_right {
	background:url(/uploads/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat
}
div.facebook .pp_content_container .pp_left {
	background:url(/uploads/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y
}
div.facebook .pp_content_container .pp_right {
	background:url(/uploads/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y
}
div.facebook .pp_expand {
	background:url(/uploads/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
	cursor:pointer
}
div.facebook .pp_expand:hover {
	background:url(/uploads/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
	cursor:pointer
}
div.facebook .pp_contract {
	background:url(/uploads/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
	cursor:pointer
}
div.facebook .pp_contract:hover {
	background:url(/uploads/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
	cursor:pointer
}
div.facebook .pp_close {
	width:22px;
	height:22px;
	background:url(/uploads/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
	cursor:pointer
}
div.facebook .pp_description {
	margin:0 37px 0 0
}
div.facebook .pp_loaderIcon {
	background:url(/uploads/images/prettyPhoto/facebook/loader.gif) center center no-repeat
}
div.facebook .pp_arrow_previous {
	background:url(/uploads/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
	height:22px;
	margin-top:0;
	width:22px
}
div.facebook .pp_arrow_previous.disabled {
	background-position:0 -96px;
	cursor:default
}
div.facebook .pp_arrow_next {
	background:url(/uploads/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
	height:22px;
	margin-top:0;
	width:22px
}
div.facebook .pp_arrow_next.disabled {
	background-position:-32px -96px;
	cursor:default
}
div.facebook .pp_nav {
	margin-top:0
}
div.facebook .pp_nav p {
	font-size:15px;
	padding:0 3px 0 4px
}
div.facebook .pp_nav .pp_play {
	background:url(/uploads/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
	height:22px;
	width:22px
}
div.facebook .pp_nav .pp_pause {
	background:url(/uploads/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
	height:22px;
	width:22px
}
div.facebook .pp_next:hover {
	background:url(/uploads/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
	cursor:pointer
}
div.facebook .pp_previous:hover {
	background:url(/uploads/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
	cursor:pointer
}
div.facebook .pp_bottom .pp_left {
	background:url(/uploads/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat
}
div.facebook .pp_bottom .pp_middle {
	background:url(/uploads/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x
}
div.facebook .pp_bottom .pp_right {
	background:url(/uploads/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat
}
div.pp_pic_holder a:focus {
	outline:none
}
div.pp_overlay {
	background:#000;
	display:none;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:9500
}
div.pp_pic_holder {
	display:none;
	position:absolute;
	width:100px;
	z-index:10000
}
.pp_content {
	height:40px;
	min-width:40px
}
* html .pp_content {
	width:40px
}
.pp_content_container {
	position:relative;
	text-align:left;
	width:100%
}
.pp_content_container .pp_left {
	padding-left:20px
}
.pp_content_container .pp_right {
	padding-right:20px
}
.pp_content_container .pp_details {
	float:left;
	margin:10px 0 2px
}
.pp_description {
	display:none;
	margin:0
}
.pp_social {
	float:left;
	margin:7px 0 0
}
.pp_social .facebook {
	float:left;
	position:relative;
	top:-1px;
	margin-left:5px;
	width:55px;
	overflow:hidden
}
.pp_social .twitter {
	float:left
}
.pp_nav {
	clear:right;
	float:left;
	margin:3px 10px 0 0
}
.pp_nav p {
	float:left;
	margin:2px 4px
}
.pp_nav .pp_play,.pp_nav .pp_pause {
	float:left;
	margin-right:4px;
	text-indent:-10000px
}
a.pp_arrow_previous,a.pp_arrow_next {
	display:block;
	float:left;
	height:15px;
	margin-top:3px;
	overflow:hidden;
	text-indent:-10000px;
	width:14px
}
.pp_hoverContainer {
	position:absolute;
	top:0;
	width:100%;
	z-index:2000
}
.pp_gallery {
	display:none;
	left:50%;
	margin-top:-50px;
	position:absolute;
	z-index:10000
}
.pp_gallery div {
	float:left;
	overflow:hidden;
	position:relative
}
.pp_gallery ul {
	float:left;
	height:35px;
	position:relative;
	white-space:nowrap;
	margin:0 0 0 5px;
	padding:0
}
.pp_gallery ul a {
	border:1px rgba(0,0,0,0.5) solid;
	display:block;
	float:left;
	height:33px;
	overflow:hidden
}
.pp_gallery ul a img {
	border:0
}
.pp_gallery li {
	display:block;
	float:left;
	margin:0 5px 0 0;
	padding:0
}
.pp_gallery li.default a {
	background:url(/uploads/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
	display:block;
	height:33px;
	width:50px
}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next {
	margin-top:7px!important
}
a.pp_next {
	background:url(/uploads/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
	display:block;
	float:right;
	height:100%;
	text-indent:-10000px;
	width:49%
}
a.pp_previous {
	background:url(/uploads/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
	display:block;
	float:left;
	height:100%;
	text-indent:-10000px;
	width:49%
}
a.pp_expand,a.pp_contract {
	cursor:pointer;
	display:none;
	height:20px;
	position:absolute;
	right:30px;
	text-indent:-10000px;
	top:10px;
	width:20px;
	z-index:20000
}
a.pp_close {
	position:absolute;
	right:0;
	top:0;
	display:block;
	line-height:22px;
	text-indent:-10000px
}
.pp_loaderIcon {
	display:block;
	height:24px;
	left:50%;
	position:absolute;
	top:50%;
	width:24px;
	margin:-12px 0 0 -12px
}
#pp_full_res {
	line-height:1!important
}
#pp_full_res .pp_inline {
	text-align:left
}
#pp_full_res .pp_inline p {
	margin:0 0 15px
}
div.ppt {
	color:#fff;
	display:none;
	font-size:17px;
	z-index:9999;
	margin:0 0 5px 15px
}
div.pp_default .pp_content,div.light_rounded .pp_content {
	background-color:#fff
}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline {
	color:#000
}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a {
	border-color:#fff
}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details {
	position:relative
}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content {
	background:#fff
}
div.light_rounded .pp_description,div.light_square .pp_description {
	margin-right:85px
}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next {
	margin-top:12px!important
}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled {
	background-position:0 -87px;
	cursor:default
}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled {
	background-position:-22px -87px;
	cursor:default
}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon {
	background:url(/uploads/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat
}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle {
	background:url(/uploads/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat
}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder {
	color:#c4c4c4
}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline {
	color:#fff
}
.pp_top,.pp_bottom {
	height:20px;
	position:relative
}
* html .pp_top,* html .pp_bottom {
	padding:0 20px
}
.pp_top .pp_left,.pp_bottom .pp_left {
	height:20px;
	left:0;
	position:absolute;
	width:20px
}
.pp_top .pp_middle,.pp_bottom .pp_middle {
	height:20px;
	left:20px;
	position:absolute;
	right:20px
}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle {
	left:0;
	position:static
}
.pp_top .pp_right,.pp_bottom .pp_right {
	height:20px;
	left:auto;
	position:absolute;
	right:0;
	top:0;
	width:20px
}
.pp_fade,.pp_gallery li.default a img {
	display: none
}
/* Stylesheet: grid Modified On 2012-05-09 09:40:07 */
/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_24 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16,
.grid_17,
.grid_18,
.grid_19,
.grid_20,
.grid_21,
.grid_22,
.grid_23,
.grid_24 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 24 Columns
----------------------------------------------------------------------------------------------------*/

.container_24 .grid_1 {
	width:30px;
}

.container_24 .grid_2 {
	width:70px;
}

.container_24 .grid_3 {
	width:110px;
}

.container_24 .grid_4 {
	width:150px;
}

.container_24 .grid_5 {
	width:190px;
}

.container_24 .grid_6 {
	width:230px;
}

.container_24 .grid_7 {
	width:270px;
}

.container_24 .grid_8 {
	width:310px;
}

.container_24 .grid_9 {
	width:350px;
}

.container_24 .grid_10 {
	width:390px;
}

.container_24 .grid_11 {
	width:430px;
}

.container_24 .grid_12 {
	width:470px;
}

.container_24 .grid_13 {
	width:510px;
}

.container_24 .grid_14 {
	width:550px;
}

.container_24 .grid_15 {
	width:590px;
}

.container_24 .grid_16 {
	width:630px;
}

.container_24 .grid_17 {
	width:670px;
}

.container_24 .grid_18 {
	width:710px;
}

.container_24 .grid_19 {
	width:750px;
}

.container_24 .grid_20 {
	width:790px;
}

.container_24 .grid_21 {
	width:830px;
}

.container_24 .grid_22 {
	width:870px;
}

.container_24 .grid_23 {
	width:910px;
}

.container_24 .grid_24 {
	width:950px;
}



/* Prefix Extra Space >> 24 Columns
----------------------------------------------------------------------------------------------------*/

.container_24 .prefix_1 {
	padding-left:40px;
}

.container_24 .prefix_2 {
	padding-left:80px;
}

.container_24 .prefix_3 {
	padding-left:120px;
}

.container_24 .prefix_4 {
	padding-left:160px;
}

.container_24 .prefix_5 {
	padding-left:200px;
}

.container_24 .prefix_6 {
	padding-left:240px;
}

.container_24 .prefix_7 {
	padding-left:280px;
}

.container_24 .prefix_8 {
	padding-left:320px;
}

.container_24 .prefix_9 {
	padding-left:360px;
}

.container_24 .prefix_10 {
	padding-left:400px;
}

.container_24 .prefix_11 {
	padding-left:440px;
}

.container_24 .prefix_12 {
	padding-left:480px;
}

.container_24 .prefix_13 {
	padding-left:520px;
}

.container_24 .prefix_14 {
	padding-left:560px;
}

.container_24 .prefix_15 {
	padding-left:600px;
}

.container_24 .prefix_16 {
	padding-left:640px;
}

.container_24 .prefix_17 {
	padding-left:680px;
}

.container_24 .prefix_18 {
	padding-left:720px;
}

.container_24 .prefix_19 {
	padding-left:760px;
}

.container_24 .prefix_20 {
	padding-left:800px;
}

.container_24 .prefix_21 {
	padding-left:840px;
}

.container_24 .prefix_22 {
	padding-left:880px;
}

.container_24 .prefix_23 {
	padding-left:920px;
}



/* Suffix Extra Space >> 24 Columns
----------------------------------------------------------------------------------------------------*/

.container_24 .suffix_1 {
	padding-right:40px;
}

.container_24 .suffix_2 {
	padding-right:80px;
}

.container_24 .suffix_3 {
	padding-right:120px;
}

.container_24 .suffix_4 {
	padding-right:160px;
}

.container_24 .suffix_5 {
	padding-right:200px;
}

.container_24 .suffix_6 {
	padding-right:240px;
}

.container_24 .suffix_7 {
	padding-right:280px;
}

.container_24 .suffix_8 {
	padding-right:320px;
}

.container_24 .suffix_9 {
	padding-right:360px;
}

.container_24 .suffix_10 {
	padding-right:400px;
}

.container_24 .suffix_11 {
	padding-right:440px;
}

.container_24 .suffix_12 {
	padding-right:480px;
}

.container_24 .suffix_13 {
	padding-right:520px;
}

.container_24 .suffix_14 {
	padding-right:560px;
}

.container_24 .suffix_15 {
	padding-right:600px;
}

.container_24 .suffix_16 {
	padding-right:640px;
}

.container_24 .suffix_17 {
	padding-right:680px;
}

.container_24 .suffix_18 {
	padding-right:720px;
}

.container_24 .suffix_19 {
	padding-right:760px;
}

.container_24 .suffix_20 {
	padding-right:800px;
}

.container_24 .suffix_21 {
	padding-right:840px;
}

.container_24 .suffix_22 {
	padding-right:880px;
}

.container_24 .suffix_23 {
	padding-right:920px;
}



/* Push Space >> 24 Columns
----------------------------------------------------------------------------------------------------*/

.container_24 .push_1 {
	left:40px;
}

.container_24 .push_2 {
	left:80px;
}

.container_24 .push_3 {
	left:120px;
}

.container_24 .push_4 {
	left:160px;
}

.container_24 .push_5 {
	left:200px;
}

.container_24 .push_6 {
	left:240px;
}

.container_24 .push_7 {
	left:280px;
}

.container_24 .push_8 {
	left:320px;
}

.container_24 .push_9 {
	left:360px;
}

.container_24 .push_10 {
	left:400px;
}

.container_24 .push_11 {
	left:440px;
}

.container_24 .push_12 {
	left:480px;
}

.container_24 .push_13 {
	left:520px;
}

.container_24 .push_14 {
	left:560px;
}

.container_24 .push_15 {
	left:600px;
}

.container_24 .push_16 {
	left:640px;
}

.container_24 .push_17 {
	left:680px;
}

.container_24 .push_18 {
	left:720px;
}

.container_24 .push_19 {
	left:760px;
}

.container_24 .push_20 {
	left:800px;
}

.container_24 .push_21 {
	left:840px;
}

.container_24 .push_22 {
	left:880px;
}

.container_24 .push_23 {
	left:920px;
}



/* Pull Space >> 24 Columns
----------------------------------------------------------------------------------------------------*/

.container_24 .pull_1 {
	left:-40px;
}

.container_24 .pull_2 {
	left:-80px;
}

.container_24 .pull_3 {
	left:-120px;
}

.container_24 .pull_4 {
	left:-160px;
}

.container_24 .pull_5 {
	left:-200px;
}

.container_24 .pull_6 {
	left:-240px;
}

.container_24 .pull_7 {
	left:-280px;
}

.container_24 .pull_8 {
	left:-320px;
}

.container_24 .pull_9 {
	left:-360px;
}

.container_24 .pull_10 {
	left:-400px;
}

.container_24 .pull_11 {
	left:-440px;
}

.container_24 .pull_12 {
	left:-480px;
}

.container_24 .pull_13 {
	left:-520px;
}

.container_24 .pull_14 {
	left:-560px;
}

.container_24 .pull_15 {
	left:-600px;
}

.container_24 .pull_16 {
	left:-640px;
}

.container_24 .pull_17 {
	left:-680px;
}

.container_24 .pull_18 {
	left:-720px;
}

.container_24 .pull_19 {
	left:-760px;
}

.container_24 .pull_20 {
	left:-800px;
}

.container_24 .pull_21 {
	left:-840px;
}

.container_24 .pull_22 {
	left:-880px;
}

.container_24 .pull_23 {
	left:-920px;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}