/*
* Template Name: Subtle
* Author: Serif Templates
* Author URI: http://seriftemplates.com
* Version: 1.0
*/


@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic);
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic);

#site_search_1_input {
  border-color:#494949;
  background-color: #585858;
  color: #ccc;
  border-width:0px;
  border-style:solid;
  height:20px;
  width:150px;
}

/* ------------------------------------------------------------------------
	Image Slider
------------------------------------------------------------------------- */


.dpUniSlider_wrapper {
	position: absolute;
	display:none;
	width: 100%;
}

.dpUniSlider {
	display:none;
}

.dpUniSlider_container { 
	text-align: left; 
	margin: 0 auto; 
	width: 100%; 
	position: relative; 
	overflow: hidden; 
	list-style:none; 
	padding:0;
}

.dpUniSlider_drag {
	width:100%;
	height:100%;
	padding-bottom: 50px;
}

.dpUniSlider_container.isDraggable {
	cursor: pointer;
}

.dpUniSlider_container.isDragging {
	opacity: .7;
}

a.dpUniSlider_larrow, a.dpUniSlider_rarrow { 
	position: absolute; 
	top: 51%; 
	width: 42px; 
	height: 42px; 
	text-indent:-9999px; 
	display: none; 
	z-index: 6;
	margin-top: -26px; 
	opacity: .9;
}

a.dpUniSlider_larrow { 
	background:url(images/left-arrow.png) 50% 50% no-repeat #494949; 
	left: 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -khtml-border-radius: 3px; 
}	

a.dpUniSlider_rarrow { 
	background:url(images/right-arrow.png) 50% 50% no-repeat #494949; 
	right: 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -khtml-border-radius: 3px; 
}

.dpUniSlider_container li span.dpUniSlider_caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
	color: #dbdbdb;
	position: absolute;
	top: 10px;
	left: 50%;
	display:block;
	padding: 5px 10px; 
	background: #000; 
	opacity: .9;
	text-shadow: none;
}

ul.dpUniSlider_nav { 
	position: absolute; 
	bottom: -25px; 
	left: 50%;
	padding: 5px 3px 5px 3px;
	margin: 0;
	display: none; 
	z-index: 6; 
	background: #EBEBEB; 
	opacity: .9;
	list-style:none;
}

ul.dpUniSlider_nav li { 
	float:left;
	width:12px;
	height:6px;
	margin: 0 5px;
	padding: 0;
	background:#dbdbdb;
	list-style: none;
	cursor: pointer;
}

ul.dpUniSlider_nav li.active { 
	background: #404040;
}

.dpUniSlider_autoLoader { 
	position:absolute;
	top: 10px;
	right: 10px;
	width:24px;
	height:24px;
	z-index: 99999;
	background: url(images/ajax-loader.gif) 0 0 no-repeat;
	padding:0;
	margin:0;
	display: none;
}

li.dpUniSlider_slide { 
	padding: 0;
	margin:0;
	text-align: center; 
	padding-bottom: 50px; 
	width: 100%; 
	position: relative; 
	overflow: hidden; 
	list-style:none;
	background-position: 50% 0;
}

ul.gallery li.dpUniSlider_slide { 
	padding-bottom: 0 !important;
}

/* Effects */

.dpUniSlider_wrapper .blink_container_append { 
	z-index: 4;
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
	top: 0px;
	left: 0px;
}

.dpUniSlider_wrapper .blink_fx { 
	background: #fff;
	opacity: 0;
	display: none;
	width: 100%;
	height: 100%; 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
}

/* Texts */

.dpUniSlider_container a, 
.dpUniSlider_container span,
.dpUniSlider_container p {
	text-decoration:none;
	font-family: 'Ubuntu', sans-serif;	
	font-size: 20px; 
	color: #333; 
	text-shadow: 1px 1px 1px #fff; 
	margin:5px 0;
}

.dpUniSlider_container p {
	margin:20px 0;
}

.dpUniSlider_container span.normal_text,
.dpUniSlider_container p.normal_text {
	font-size: 14px; 
}

.dpUniSlider_container a::selection, 
.dpUniSlider_container span::selection,
.dpUniSlider_container p::selection,
.dpUniSlider_container a::-moz-selection, 
.dpUniSlider_container span::-moz-selection,
.dpUniSlider_container p::-moz-selection {
	background: #a8d1ff;
}

.dpUniSlider_container a.main_title, 
.dpUniSlider_container span.main_title,
.dpUniSlider_container a.main_title.light:hover,
.dpUniSlider_container a.subtitle, 
.dpUniSlider_container span.subtitle,
.dpUniSlider_container a.subtitle.light:hover { 
	color: #fff; 
	padding: 5px 20px; 
	background: #494949;  
	font-size: 30px; 
	font-style:normal;
	text-shadow: 1px 1px 1px #333;
	margin: 10px 0;
	font-family: 'Ubuntu', sans-serif;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -khtml-border-radius: 3px;	
}

.dpUniSlider_container a.main_title.light, 
.dpUniSlider_container span.main_title.light,
.dpUniSlider_container a.main_title:hover,
.dpUniSlider_container a.subtitle.light, 
.dpUniSlider_container span.subtitle.light,
.dpUniSlider_container a.subtitle:hover { 
	color: #494949; 
	text-shadow: 1px 1px 1px #333;
	background: #f5f5f5; 
}

.dpUniSlider_container a.subtitle, 
.dpUniSlider_container span.subtitle,
.dpUniSlider_container a.subtitle.light:hover { 
	font-size: 20px; 
	text-shadow: none !important;
}

.dpUniSlider_container li.dpUniSlider_slide div { 
	clear: both; 
	width: 100%; 
	padding: 0; 
	text-align: center;
}

.dpUniSlider_container .button span{
	border-top: none;
}


/* ------------------------------------------------------------------------
	Home Accordion
------------------------------------------------------------------------- */

#acc-slider {
  margin: 0;
}

#acc-slider li {
	overflow:visible!important;
}

#acc-slider img {
 -webkit-box-shadow:#000000 0 0 12px;
  box-shadow:#000000 0 0 12px;
}

#acc-slider div {
	background-image: url(images/acc-bg.png);
	bottom:0;
	height:110px;
	left:0;
	position:absolute;
	width:100%;
	z-index:10;
}

#acc-slider .acc-slider-closed div {
	width:100px;
}

#acc-slider strong {
	color:#fff;
	font-family: 'Ubuntu', sans-serif;
	display:block;
	margin-bottom:5px;
	padding:10px 10px 0;
	text-shadow:none;
}

#acc-slider p {
	color:#fff;
	font-family: 'Ubuntu', sans-serif;
	display:block;
	font-size:14px;
	padding:0 10px;
	text-shadow:none;
}

#acc-slider .acc-slider-open strong {
	color:#fff;
	font-size:22px;
}

#acc-slider .acc-slider-closed strong {
	font-size:18px;
	margin-bottom:5px;
}

#acc-slider .acc-slider-closed p {
	display:none;
}


/* ------------------------------------------------------------------------
	Nivo Slider
------------------------------------------------------------------------- */

/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.2
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.theme-default .nivoSlider {
	position:relative;
  background:#fff url(images/prettyphoto/facebook/loading.gif) no-repeat 50% 50%;
  margin-bottom:10px;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 2px 0;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:18px;
	height:18px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 0px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -18px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:42px;
	height:42px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-42px 0;
	right:20px;
	top:175px;
}
.theme-default a.nivo-prevNav {
	left:20px;
  top:175px;
}

.theme-default .nivo-caption {
	margin: 0 0;
	font-family:'Ubuntu', sans-serif; color:#fff; font-size:14.0px; line-height:1.50em;
}
.theme-default .nivo-caption a {
    color:#000;
    border-bottom:1px dotted #000;
}
.theme-default .nivo-caption a:hover {
    color:#000;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* 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:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:90px;
	bottom:90px;
	background:#494949;
	font-family: 'Ubuntu', sans-serif;
	color:#000;
	width:45%;
	z-index:8;
	padding: 15px 15px;
	opacity: 0.9;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}

#slider h1{
	margin: 0 0 10px 5px;
	font-family:'Ubuntu', sans-serif; color:#fff; font-size:24.0px; line-height:1.46em; font-weight: 400;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}



/* ------------------------------------------------------------------------
	PrettyPhoto Lightbox
------------------------------------------------------------------------- */

	
	div.facebook .pp_top .pp_left { background: url(images/prettyphoto/facebook/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.facebook .pp_top .pp_middle { background: url(images/prettyphoto/facebook/contentPatternTop.png) top left repeat-x; } /* Top pattern/color */
	div.facebook .pp_top .pp_right { background: url(images/prettyphoto/facebook/sprite.png) -110px -53px no-repeat; } /* Top right corner */
	
	div.facebook .pp_content .ppt { color: #000; }
	div.facebook .pp_content_container .pp_left { background: url(images/prettyphoto/facebook/contentPatternLeft.png) top left repeat-y; } /* Content background */
	div.facebook .pp_content_container .pp_right { background: url(images/prettyphoto/facebook/contentPatternRight.png) top right repeat-y; } /* Content background */
	div.facebook .pp_content { background: #FFF; } /* Content background */
	div.facebook .pp_expand { background: url(images/prettyphoto/facebook/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.facebook .pp_expand:hover { background: url(images/prettyphoto/facebook/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.facebook .pp_contract { background: url(images/prettyphoto/facebook/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.facebook .pp_contract:hover { background: url(images/prettyphoto/facebook/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.facebook .pp_close { width: 22px; height: 22px; background: url(images/prettyphoto/facebook/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.facebook .pp_details { position: relative; }
	div.facebook .pp_description { margin: 0 37px 0 0; }
	div.facebook #pp_full_res .pp_inline { color: #000; } 
	div.facebook .pp_loaderIcon { background: url(images/prettyphoto/facebook/loading.gif) center center no-repeat; } /* Loader icon */
	
	div.facebook .pp_arrow_previous { background: url(images/prettyphoto/facebook/sprite.png) 0 -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The previous arrow in the bottom nav */
		div.facebook .pp_arrow_previous.disabled { background-position: 0 -96px; cursor: default; }
	div.facebook .pp_arrow_next { background: url(images/prettyphoto/facebook/sprite.png) -32px -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The next arrow in the bottom nav */
		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; font-family: Helvetica, Arial, sans-serif; color:#999; padding: 0 3px 0 4px; }
	div.facebook .pp_nav .pp_play { background: url(images/prettyphoto/facebook/sprite.png) -1px -123px no-repeat; height: 22px; width: 22px; }
	div.facebook .pp_nav .pp_pause { background: url(images/prettyphoto/facebook/sprite.png) -32px -123px no-repeat; height: 22px; width: 22px; }
	
	div.facebook .pp_next:hover { background: url(images/prettyphoto/facebook/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */
	div.facebook .pp_previous:hover { background: url(images/prettyphoto/facebook/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	
	div.facebook .pp_bottom .pp_left { background: url(images/prettyphoto/facebook/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.facebook .pp_bottom .pp_middle { background: url(images/prettyphoto/facebook/contentPatternBottom.png) top left repeat-x; } /* Bottom pattern/color */
	div.facebook .pp_bottom .pp_right { background: url(images/prettyphoto/facebook/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */


	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_top {
			height: 20px;
			position: relative;
		}
			* html .pp_top { padding: 0 20px; }
		
			.pp_top .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_top .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_top .pp_middle {
					left: 0;
					position: static;
				}
			
			.pp_top .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}
		
		.pp_content { height: 40px; min-width: 40px; }
		* html .pp_content { width: 40px; }
		
		.pp_fade { display: none; }
		
		.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 0;
			}
				.pp_description {
					display: none;
					margin: 0;
				}
				
				.pp_social { float: left; margin: 0; }
				.pp_social .facebook { float: left; 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;
						white-space: nowrap;
					}
					
					.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;
				margin: 0 0 0 5px;
				padding: 0;
				position: relative;
				white-space: nowrap;
			}
			
			.pp_gallery ul a {
				border: 1px #655E4B solid;
				border: 1px rgba(0,0,0,0.5) solid;
				display: block;
				float: left;
				height: 33px;
				overflow: hidden;
			}
			
			.pp_gallery ul a:hover,
			.pp_gallery li.selected a { border-color: #fff; }
			
			.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(images/prettyphoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
				display: block;
				height: 33px;
				width: 50px;
			}
			
			.pp_gallery li.default a img { display: none; }
			
			.pp_gallery .pp_arrow_previous,
			.pp_gallery .pp_arrow_next {
				margin-top: 7px !important;
			}
		
		a.pp_next {
			background: url(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(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_bottom {
			height: 20px;
			position: relative;
		}
			* html .pp_bottom { padding: 0 20px; }
			
			.pp_bottom .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_bottom .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_bottom .pp_middle {
					left: 0;
					position: static;
				}
				
			.pp_bottom .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}
		
		.pp_loaderIcon {
			display: block;
			height: 24px;
			left: 50%;
			margin: -12px 0 0 -12px;
			position: absolute;
			top: 50%;
			width: 24px;
		}
		
		#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 0; }
	
		div.ppt {
			color: #fff;
			display: none;
			font-size: 17px;
			margin: 0 0 5px 15px;
			z-index: 9999;
		}
		
.pp_social {display:none;}
		
		
/* ------------------------------------------------------------------------
	Buttons
------------------------------------------------------------------------- */
.button, .button span {
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.button {
	white-space: nowrap;
	line-height:1em;
	position:relative;
	outline: none;
	overflow: visible; /* removes extra side padding in IE */
	cursor: pointer;
	text-decoration:none;
	border: 1px solid #999;/* IE */
	border: rgba(0, 0, 0, .2) 1px solid;/* Saf4+, Chrome, FF3.6 */
	border-bottom:rgba(0, 0, 0, .4) 1px solid;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .1) 0%,
		rgba(0, 0, 0, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(0, 0, 0, .1)),
		to(rgba(255, 255, 255, .1))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
	-moz-user-select: none;
	-webkit-user-select:none;
	-khtml-user-select: none;
	user-select: none;
	margin-bottom:10px;
}
.button.full, .button.full span {
	display: block;
}
.button:hover, .button.hover {
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .2) 0%,
		rgba(255, 255, 255, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(255, 255, 255, .1)),
		to(rgba(255, 255, 255, .2))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF')"; /* IE8 */
}
.button:active, .button.active {
	top:1px;
}
.button span {
	position: relative;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);
	border-top: rgba(255, 255, 255, .2) 1px solid;
	padding:0.6em 1.3em;
	line-height:1em;
	text-decoration:none;
	text-align:center;
	white-space: nowrap;
}


.button.small span {
	font-size:12px;
}
.button.medium span {
	font-size:14px;
}
.button.large span {
	font-size:18px;
}


.button.black {
	background-color: #333333;
}
.button.gray {
	background-color: #666666;
}
.button.white {
	background-color: #FFFFFF;
}
.button.white span{
	color: #666666;
}
.button.red {
	background-color: #e62727;
}
.button.orange {
	background-color: #FF8000;
}
.button.magenta {
	background-color: #A9014B;
}
.button.yellow {
	background-color: #ffb515;
}
.button.blue {
	background-color: #00ADEE;
}
.button.pink {
	background-color: #e22092;
}
.button.green {
	background-color: #91bd09;
}
.button.rosy {
	background-color: #F16C7C;
}
.button.brown {
	background-color: #804000;
}
.button.purple {
	background-color: #800080;
}
.button.cyan {
	background-color: #46C7C7;
}
.button.gold {
	background-color: #D4A017;
}
.button.subtle {
	background-color: #FF8000;
}

		

/* ------------------------------------------------------------------------
	Accordion
------------------------------------------------------------------------- */		
		
.section
{
	display: block;
} 

.accordion
{
	background-color: #FFF;
	width: 100%;
	padding: 0px;	
	margin: 0px;
}
 
.accordion section 
{
 	border: 1px solid #DBDBDB;
	margin: 5px 0 5px 0;
	
	background-color: #fff;
}

.accordion h2,
 .accordion p
{
	margin: 0;	
}

.accordion div
{
	height: 200px;
	display: none;
}

.accordion p
{
	padding: 10px;
	font-family:"Tahoma", sans-serif; color:#4a4a4a; font-size:14.0px; line-height:1.21em;
}
 
.accordion h2 a 
{
	display: block;
	position: relative;
	font: 16px 'Ubuntu', sans-serif;
	padding: 10px;
	color: #535353;
	outline: 0;
	text-decoration: none;
}

.accordion h2 a:after 
{  
  content: url(images/acc-closed.png);
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -7px;
}

.accordion h2 a:hover 
{
	background: #fff;
}
 
.accordion h2.active a:after 
{  
  content: url(images/acc-open.png);
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -7px;
}

/* ------------------------------------------------------------------------
	jPlayer
------------------------------------------------------------------------- */

.jp-jplayer { 
    background-color: #000;
    width: 900px; 
}

.jp-audio-container,
.jp-video-container { margin-bottom: 20px; }

.jp-interface {
	position: relative;
	width: 100%;
	height: 40px;
	background: url(images/jplayer-bg.png) repeat-x;
	z-index: 100;

}

.jp-controls {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.jp-controls li { display: inline; }

.jp-controls a {
  border-bottom: none;
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
	-webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.jp-controls a:hover { background-color: transparent; }

a.jp-play,
a.jp-pause {
	width: 43px;
	height: 40px;
	z-index: 1;
	outline: none;
	top: 0;
	left: 0;
}

a.jp-play { background: url(images/jplayer-sprite.png) 0 0 no-repeat; }

a.jp-play:hover { background-position: -43px 0; }

a.jp-pause { 
    background: url(images/jplayer-sprite.png) 0 -40px no-repeat; 
    display: none;
}

a.jp-pause:hover { background-position: -43px -40px; }

.jp-progress-container {
	position: absolute;
	top: 4px;
	left: 44px;
	width: 810px;
	height: 6px;
	padding: 12px 10px;
}

.jp-progress { 
  position: absolute; 
	width: 720px;
	height: 7px;
	padding: 1px;
	background: url(images/jplayer-sprite.png) 0 -212px repeat-x ;
}

.jp-seek-bar {
	width: 0px;
	height: 5px;
	cursor: pointer;
	background: url(images/jplayer-sprite.png) 0 -198px repeat-x;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.jp-play-bar {
	width: 0px;
	height: 5px;
	background: url(images/jplayer-sprite.png) 0 -183px repeat-x ;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.jp-volume-bar-container {
	position: absolute;
	top: 4px;
	right: 20px;
	width: 50px;
	height: 6px;
	padding: 12px 10px;
}

.jp-volume-bar {
	position: relative;
	overflow: hidden;
	background: url(images/jplayer-sprite.png) 0 -212px repeat-x;
	width: 50px;
	height: 9px;
	cursor: pointer;
	top: 0;
	left: 8px;
}

.jp-volume-bar-value {
	width: 0px;
	height: 5px;
	margin: 1px;
	background: url(images/jplayer-sprite.png) 0 -183px repeat-x;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

a.jp-mute,
a.jp-unmute {
	width: 43px;
	height: 40px;
	z-index: 1;
	outline: none;
	top: 0;
	right: 65px;
}

a.jp-mute { background: url(images/jplayer-sprite.png) 0px -80px no-repeat; }

a.jp-mute:hover { background-position: -43px -80px; }

a.jp-unmute { background: url(images/jplayer-sprite.png) 0px -120px no-repeat; }

a.jp-unmute:hover { background-position: -43px -120px; }

.seperator-first,
.seperator-second {
	background:url(images/jplayer-seperator.png) no-repeat left;
	height: 40px;
	width: 2px;
	position: absolute;
	left: 42px;
}

.seperator-second { 
    left: auto; 
    right: 110px;
}


/* ------------------------------------------------------------------------
	Animated Skill Bars
------------------------------------------------------------------------- */


.skill-container {
	margin: 0 auto;
	background-color: transparent;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(17, 17, 17, 0.3)), color-stop(100%, rgba(68, 68, 68, 0.1)));
	background-image: -webkit-linear-gradient(top, rgba(17, 17, 17, 0.3), rgba(68, 68, 68, 0.1));
	background-image: -moz-linear-gradient(top, rgba(17, 17, 17, 0.3), rgba(68, 68, 68, 0.1));
	background-image: -ms-linear-gradient(top, rgba(17, 17, 17, 0.3), rgba(68, 68, 68, 0.1));
	background-image: -o-linear-gradient(top, rgba(17, 17, 17, 0.3), rgba(68, 68, 68, 0.1));
	background-image: linear-gradient(top, rgba(17, 17, 17, 0.3), rgba(68, 68, 68, 0.1));
}
.percent-container ul, .skill-container ul { margin:0; padding:0; list-style:none; }
.percent-container li, .skill-container li { width:400px; height:35px; margin:5px 0; position:relative; float:left; background-color: #EBEBEB; }
.percent-container li a, .skill-container li a { position:absolute; bottom:0; width:0; height:100%; }
.percent-container li a:hover, .skill-container li a:hover { background-color:#A7A7A7; }



.one, .two, .three, .four { background-color: #FF8000; }


.tooltip {
    display:none;
    position:absolute;
    border:1px solid #383838;
    background-color:#494949;
    font-family: Tahoma, Helvetica, sans-serif;
    color:#a6a6a6; font-size:14.0px; line-height:1.14em;
    padding:10px;
    color:#e7e7e7;
    margin-top: -50px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
}



/* ------------------------------------------------------------------------
	Back To Top
------------------------------------------------------------------------- */

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:43px;
	height:43px;
	border:none;
	text-indent:100%;
	z-index: 999;
	background:url(images/totop.png) no-repeat left top;
}

#toTopHover {
	background:url(images/totop.png) no-repeat left -43px;
	width:43px;
	height:43px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}



/* ------------------------------------------------------------------------
	Contact Form
------------------------------------------------------------------------- */

#contact p, label, legend { font-family:"Tahoma", sans-serif; color:#4a4a4a; font-size:14.0px !important; line-height:1.21em; }

#contact h1 { margin: 10px 0 10px; font-family:"Tahoma", sans-serif; font-size: 18px; color: #333333; }
#contact hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }

#contact { display: block; width: 550px; background-color: #FFF; -webkit-border-radius:5px; }

/* Form style */

#contact label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 155px; font-size: 1.0em; -webkit-border-radius:5px; }
#contact input, textarea, select { width: 280px; margin: 0; padding: 5px; color: #666; background: #EBEBEB; border: 1px solid #ccc; margin: 5px 0; font:1.0em "Tahoma", Arial, sans-serif; webkit-border-radius:5px; font-size:16.0px  }
#contact input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
#contact input.submit { width: 85px; cursor: pointer; border: 1px solid #222; background:#333; color:#fff; }
#contact input.submit:hover { background:#444; }
#contact input[type="submit"][disabled] { background:#888; }
#contact fieldset { padding:20px 20px 20px 0; border: none; }
#contact legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; -webkit-border-radius:5px; -moz-border-radius:5px; margin-bottom:0 !important; margin-bottom:20px; }

#contact span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

#message { margin: 10px 0; padding: 0; }

.error_message { display: block; font-family:"Tahoma", sans-serif; font-size:14.0px; height: 22px; line-height: 22px; background: #FBE3E4 url('images/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -webkit-border-radius:5px; }

.loader { padding: 0 10px; }

#contact #success_page h1 { background: url('images/success.gif') left no-repeat; padding-left:22px; }

acronym { border-bottom:1px dotted #ccc; }