/*
Theme Name: Synthetik
Theme URI: http://demo.mattiaviviani.com/wp_themes/synthetik/
Description: Synthetik is a theme for Wordpress. The theme design was developed for users who appreciate visual browsing and a minimal layout. The theme can been used to create everything from e-commerce sites, portfolio sites, and everything in between.
Version: 2.1
Author: Mattia Viviani
Author URI: http://www.mattiaviviani.com/
Tags: blue, fixed layout, two columns, widgets, jquery, slider, gallery, modern, web 2.0
*/


/* 
  style.css contains a reset, font normalization and some base styles.
  
  credit is left where credit is due.
  additionally, much inspiration was taken from these projects:
    yui.yahooapis.com/2.8.1/build/base/base.css
    camendesign.com/design/
    praegnanz.de/weblog/htmlcssjs-kickstart
*/

/* 
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, 
hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  

article, aside, figure, footer, header, 
hgroup, nav, section { display:block; }

nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; border:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px dotted #ccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }
/* END RESET CSS */



/* Basic stuff
----------------------------------------------------------------------------------------------------*/

html {
	margin-left: -1px;
	overflow-Y: scroll;
	}

body {
	font: 13px/1.5 'Lucida Grande', Helvetica, Arial, sans-serif;
	background-color:#e6e6e6;
	color:#444;
	}

h1 {
	color: #98cf05;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	letter-spacing: -1;
	text-transform: uppercase;
	margin: 0px 0 10px 0px;
	}

h2 {
	color: #98cf05;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: -1;
	text-transform: uppercase;
	margin: 5px 0 10px 0px;
	}

h3 {
	color: #333;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: -1;
	text-transform: uppercase;
	margin: 5px 0 10px 0px;
	}

h4 {
	color: #fff;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: -1;
	text-transform: uppercase;
	margin: 5px 0 10px 0px;
	}	
h5 {font-size: 19px;}
h6 {font-size: 15px;}

ol, ul {
	list-style: none;
	}

blockquote {
	quotes:none;
	font-style: italic;
	color:#888;
	font-size: 12px;
	}

blockquote:before, blockquote:after {
	content: '';
	content: none;
	}

del {text-decoration: line-through;}

a {color:#f48605;}
a:hover {color:#98cf05;}

/* important, for border dotted */
a:focus, a:active {
	outline:0;
	border:0;
	-moz-outline-style: none;
	}
	
.textLink {color:#f48605;font: 13px/1.5 'Lucida Grande', Helvetica, Arial, sans-serif;}
.textLink:hover {color:#98cf05;}

.lineHor {
	border-bottom:#c0c0c0 1px dotted;
	margin-top:25px;
	margin-bottom:25px;
	}

.alignleft {
	float:right;
	margin:20px 0 0 15px;
	}

/* List
----------------------------------------------------------------------------------------------------*/

div#list {
	margin-top:15px;
	margin-bottom:15px;
	}

.listStyle ul li {
	list-style:disc inside;
	color:#444;
	line-height:25px;
	text-decoration:none;
	}

.listStyle ul li a {
	color:#f48605;
	text-decoration:none;
	}
	
.listStyle ul li a:hover {
	text-decoration:underline;
	color:#98cf05;
	}



/* =Header
----------------------------------------------------------------------------------------------------*/

#container {
	width: 960px;
	margin: 0 auto;

}

#header {
	margin: 10px 0 0 0;
	height:200px
	}


#header-top {
	position: relative;
	top: 0px;
	width: 940px;
	height: 125px;
	background: #98cf05 url(images/bg-header.png) no-repeat left top;
	z-index:200;
	
	
	/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	-webkit-box-shadow: 5px 5px 5px #888;
	-moz-box-shadow: 5px 5px 5px #888;
	padding: 5px 5px 5px 15px;
	}

#quicklinks {
	float:right;
	margin: -30px 15px 0 0;
	}

/* Navigation
----------------------------------------------------------------------------------------------------*/

#navigation	{
	position: relative;
	margin: 10px 0 10px 0;
	width: 940px;
	height: 48px;
	background: #f48605 url(images/bg-nav.png) repeat-x;
	z-index:300;
	
	
	/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	-webkit-box-shadow: 5px 5px 5px #888;
	-moz-box-shadow: 5px 5px 5px #888;
	padding: 0px 5px 5px 15px;
	}



/* Custom WP 3.0 Menus
 * @since 2.0
 *
----------------------------------------------------------------------------------------------------*/
.menu {}

.menu-header {}

/* =access,
 */
#access {
	padding-left:10px;
	margin-bottom:0px;
	height:40px;
	}

/* Opera */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
	head~body #opera {display:block;}
	}
	
#access ul li {display:inline-block;}

#access ul li .navEffect {
	width:60px;
	margin-left:1px;
	}

#access ul li .navEffect:hover {
	width:60px;
	margin-left:1px;
	}

#logo {
	margin-top:20px;
	background:transparent;
	width:220px;
	height:50px;
	display:block;
	}



/* =jqueryslidemenu
----------------------------------------------------------------------------------------------------*/
.jqueryslidemenu .menu, .jqueryslidemenu .menu-header {
	font-size:18px;
	letter-spacing: -1;
	text-transform: uppercase;
	font-weight:bold; 
	width:100%;
	margin:0;
	padding:0;
	}

.jqueryslidemenu .menu ul, .jqueryslidemenu .menu-header ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}

.jqueryslidemenu .menu ul li.current_page_item {/*margin-left:-1px*/}

/* Top level list items */
.jqueryslidemenu .menu ul li, .jqueryslidemenu .menu-header ul li {
	position:relative;
	display:inline;
	/*float:left;*/
	z-index:10 !important;
	margin-left:0px;
	}

/* IE6 hack to get sub menu links to behave correctly */
* html .jqueryslidemenu .menu ul li a, * html .jqueryslidemenu .menu-header ul li a {
	display:inline-block;
	margin:0;
	}

.jqueryslidemenu .menu ul li a:link, .jqueryslidemenu .menu ul li a:visited, .jqueryslidemenu .menu-header ul li a:link, .jqueryslidemenu .menu-header ul li a:visited {}

.jqueryslidemenu .menu ul li a, .jqueryslidemenu .menu-header ul li a {
	margin: 0px 0px 0px 0px;
	display:block;
	padding:10px 20px 15px 20px;
	text-decoration:none;
	background:transparent;
	color:#fff;
	cursor:pointer;
	text-align:center;
	display:inline-block;
	}

/* Fix above */
.jqueryslidemenu .menu-header ul li a {margin-left:0px;}

.jqueryslidemenu .menu ul li a:hover, .jqueryslidemenu .menu-header ul li a:hover {
	color:#fff;
	background-color:#f48605;
	}




/* 1st sub level menu */
.jqueryslidemenu .menu ul li ul,
.jqueryslidemenu .menu-header ul li ul {
	position:absolute;
	left:0;
	display:block;
	visibility:hidden;
	}

/* Sub level menu list items (undo style from Top level List Items) */
.jqueryslidemenu .menu ul li ul li,
.jqueryslidemenu .menu-header ul li ul li {
	display:list-item;
	float:none;
	top:0px;	/* altezza da top del dropdown menu. NOTE: Only for .menu */
	margin-left:0px;
	}

/*.jqueryslidemenu .menu ul li ul li {margin-left:0;}*/

.jqueryslidemenu .menu-header ul li ul li {
  /* The following line was commented by KZ: (needed for Wordpress menu) */
	/*top:-17px;*/	/* altezza da top del dropdown menu. NOTE: Only for .menu-header */
	margin-left:0;
	}

/* All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu .menu ul li ul li ul,
.jqueryslidemenu .menu-header ul li ul li ul {margin-top:0px;}	/*margin-top:-25px; for html version*/

/* Sub level menu links style */
.jqueryslidemenu .menu ul li ul li a,
.jqueryslidemenu .menu-header ul li ul li a {
	font-size:12px;
	margin:0;
	width:140px; /*width of sub menus*/
	border-top-width:0;
	border-top:#fff 1px dotted;
	background:#f48605;
	text-align:left;
	color:#fff;
	}
	
.jqueryslidemenu .menu ul li ul li a:hover,
.jqueryslidemenu .menu-header ul li ul li a:hover {
	background:#f48605;
	color:#fff;
	/*fix*/
	width:140px; /*width of sub menus*/
	margin:0;
	}
	
.jqueryslidemenuz .menu ul li ul li a:hover,
.jqueryslidemenuz .menu-header ul li ul li a:hover {/*sub menus hover style*/}


/* A LOT IMPORTANT!! IF VISIBLE DISPLAYS THE HOME BUTTON AT FIRST <li>*/
.jqueryslidemenu .menu ul li ul li a.home,
.jqueryslidemenu .menu ul li ul li a.currentHome,
.jqueryslidemenu .menu-header ul li ul li a.home,
.jqueryslidemenu .menu-header ul li ul li a.currentHome {
	visibility:hidden;
	display: none;
	}


.jqueryslidemenu .menu ul li.current_page_item a {margin-left:0;}

.jqueryslidemenu .menu ul li.current_page_item a:hover {margin-left:0;}


.jqueryslidemenu .menu ul li a.currentHome:hover {
	;
	}

.jqueryslidemenu .menu-header ul li.current_page_item a,
.jqueryslidemenu .menu-header ul li.current_page_item a:hover {}


.jqueryslidemenu .menu ul li ul li.current_page_item a,
.jqueryslidemenu .menu ul li ul li.current_page_item a:hover {}

.jqueryslidemenu .menu-header ul li ul li.current_page_item a,
.jqueryslidemenu .menu-header ul li ul li.current_page_item a:hover {}

 
.jqueryslidemenu .menu ul li ul li.page_item a,
.jqueryslidemenu .menu ul li ul li.page_item a:hover,
.jqueryslidemenu .menu-header ul li ul li.page_item a,
.jqueryslidemenu .menu-header ul li ul li.page_item a:hover {color:#eee;}

/*.jqueryslidemenu .menu .sub-menu {}
.jqueryslidemenu .menu .children {}*/



/* CSS classes applied to down and right arrow images
----------------------------------------------------------------------------------------------------*/

.downarrowclass {
	position:absolute;
	top:15px;
	right:7px;
	}

.rightarrowclass {
	position:absolute;
	top:10px;
	right:10px;
	}




/* =Search
----------------------------------------------------------------------------------------------------*/

#siteSearch, #siteSearchForm {
	float:right;
	margin-top:8px;
	margin-right:2px;
	position:relative;
	top:4px;
	text-decoration:none; /* ie7 hack */
	}

/* @since 2.0 */
#siteSearch a {text-decoration:none;}

/* Start WP fix */
/* @since 1.2 */
#s {
	background:#fff;
	height:15px;
	border:#c0c0c0 1px dotted;
	padding-left:3px;
	padding-right:3px;
	margin-top:10px;
	width:240px;
	}

#searchsubmit {
	border:none;
	height:24px;
	width:70px;
	cursor:pointer;
	background:url(images/searchBtn.png);
	padding-top:-10px;
	outline:0;
	text-decoration:none;
	}

#searchsubmit:hover {
	border:none;
	height:24px;
	width:70px;
	cursor:pointer;
	background:url(images/searchBtnHover.png);
	padding-top:-10px;
	outline:0;
	}

/**/
#s.searchInput {
	background:transparent;
	border:none;
	width:170px;
	margin-top:1px;
	padding:7px 0 7px 0;
	font-size:11px;
	color:#888;
	}

#searchsubmit.searchSubmitImg, #searchsubmit.searchSubmitImg:hover {
	border:none;
	height:20px;
	width:28px;
	cursor:pointer;
	background:transparent;
	margin-right:5px;
	outline:0;
	}

#searchform {
	border-bottom:#ddd 1px dotted;
	padding-bottom:25px;
	margin-bottom:20px;
	}

/* End WP fix */


/* Featured
----------------------------------------------------------------------------------------------------*/

#featured-wrap {
	position: relative;
	height:450px;
	background:#fff;
	z-index:100 !important;
	/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
	-webkit-box-shadow: 5px 5px 5px #888;
	-moz-box-shadow: 5px 5px 5px #888;
	padding: 5px 5px 5px 15px;
	}
	
#featured {
	margin-top:10px;
	position:relative;	 /*!IMPORTANT for slider */
	}


/* Services
----------------------------------------------------------------------------------------------------*/

#services-wrap {
	position: relative;
	background-color: #fff;
	margin-top: 10px;
	padding: 20px 0px 10px 0px;
	
	/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
	-webkit-box-shadow: 5px 5px 5px #888;
	-moz-box-shadow: 5px 5px 5px #888;
	} 

#services-wrap-footer {
	background: #98cf05 url(images/bg-footer.png) repeat-x bottom;
	margin-top: 20px;
	
	/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
	-webkit-box-shadow: 5px 5px 5px #888;
	-moz-box-shadow: 5px 5px 5px #888;	
	}
	
#services, #services-footer {padding-bottom:10px;}
	
#servicesTop, #servicesTopFooter {
	height:30px;
	}

#box1, #box2, #box3 {
	margin:5px 0 20px 30px;
	color:#444;
	font-size:11px;
	}

#box2 .grid5 {width:280px;}

#box.right {margin-right:0;}

#box1 h5, #box2 h5, #box3 h5 {
	margin-top:0;
	padding-bottom:10px;
	border-bottom:#1e2229 1px dotted;
	font-size:18px;
	}

#box1 p, #box2 p, #box3 p {
	margin-top:10px;
	margin-bottom:10px;
	}

#box1 a, #box2 a, #box3 a {color:#f48605;}
#box1 a:hover, #box2 a:hover, #box3 a:hover {color:#98cf05;}


/* Get in Touch */
.getInTouch {line-height:15px;}

#box1 .getInTouch p, #box2 .getInTouch p, #box3 .getInTouch p {margin-top:5px;}
	
#box1 .socialIcons, #box2 .socialIcons, #box3 .socialIcons {
	margin:0px 0 5px 0;
	/*border-top:#1e2229 1px dotted;*/
	/*border-bottom:#1e2229 1px dotted;*/
	/*padding-top:20px;*/
	padding-bottom:15px;
	}

#box2 a.category, #box2 a.comments {
	background:#f48605;
	color:#fff;
	}
	
#box2 a.category:hover, #box2 a.comments:hover {
	background:#fff;
	color:#98cf05;
	padding:2px 4px 2px 4px;
	}

#comments a {
	margin-top:110px;
	margin-left:-7px;
	position:absolute;
	width:auto;
	font-size:13px;
	display:block;
	}

#box3 .socialIcons ul li {display:inline-block;}
#box3 .socialIcons ul li a {
	display:inline-block;
	padding:0 8px 10px 0;
	}

.goForm {
	background:transparent url(images/right.png) 11px 10px no-repeat;
	padding-left:50px;
	padding-top:10px;
	}

.getInTouch ul li.phoneContact, .getInTouch ul li.emailContact, .getInTouch ul li.addressContact, .getInTouch ul li.skypeContact {
	padding-left:50px;
	padding-top:10px;
	margin-bottom:10px;
	height:30px;
	min-height:30px;
	}
	
.getInTouch ul li.phoneContact {background:transparent url(images/skin1/phone.png) 6px 10px no-repeat;}
.getInTouch ul li.emailContact {background:transparent url(images/skin1/email.png) 3px 10px no-repeat;}
.getInTouch ul li.skypeContact {background:transparent url(images/skin1/skype.png) 3px 11px no-repeat;}


/* Get in Touch Right Column */
.getInTouch.right {
	margin:10px 20px 20px 20px;
	padding:5px 0 35px 0;
	border-bottom:1px dotted #ddd;
	}
	
.getInTouch p {margin-bottom:10px;}
.getInTouch.right h6 {color:#444;}
	
.getInTouch.right ul li.phoneContact {background:transparent url(images/phone_gray.png) 3px 10px no-repeat;}
.getInTouch.right ul li.emailContact {background:transparent url(images/email_gray.png) 0 10px no-repeat;}
.getInTouch.right ul li.skypeContact {background:transparent url(images/skype_gray.png) 0 11px no-repeat;}
.getInTouch.right ul li.addressContact {background:transparent url(images/home_gray.png) 0 10px no-repeat;}


/* Page Content Left
----------------------------------------------------------------------------------------------------*/

#content-wrap {
	background-color: #fff;
	margin-top: 10px;
	
	/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
	-webkit-box-shadow: 5px 5px 5px #888;
	-moz-box-shadow: 5px 5px 5px #888;
	}
	
#content {padding:20px 0px 20px 0px;}

#content h1, h2, h3, h4, h5, h6 {
	margin-top:10px;
	margin-bottom:10px;
	}

#contentFull_width h1, h2, h3, h4, h5, h6 {margin-top:0px;}


#contentLeft {
	margin-left:30px;
	margin-right:20px;
	}

#contentLeft p, #contentFull_width p {
	margin-top:10px;
	margin-bottom:20px;
	font: 13px/1.5 'Lucida Grande', Helvetica, Arial, sans-serif;
	}

#contentLeft .path {
	font-size:11px;
	padding-bottom:10px;
	margin-bottom:15px;
	color:#888;
	border-bottom:#ddd 1px dotted;
	}

#contentPortfolio .path {
	font-size:11px;
	padding-bottom:10px;
	margin-bottom:15px;
	color:#888;
	border-bottom:#ddd 1px dotted;
	width:900px;
	}

#contentFull_width .path {
	font-size:11px;
	padding-bottom:10px;
	margin-bottom:15px;
	color:#888;
	border-bottom:#ddd 1px dotted;
	width:900px;
	}

#contentLeft .path a, #contentPortfolio .path a, #contentFull_width .path a {
	color:#888;
	text-decoration:none;
	}

#contentLeft .path a:hover, #contentPortfolio .path a:hover, #contentFull_width .path a:hover {
	color:#444;
	text-decoration:none;
	}

#contentFull_width {
	margin-left:30px;
	width:900px;
	}


/* =table
----------------------------------------------------------------------------------------------------*/
#content table {
	border: 1px dotted #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}



/* Sidebar Right
----------------------------------------------------------------------------------------------------*/

#contentRight {
	margin-top:10px;
	padding-bottom:20px;
	color:#999;
	font-size:11px;
	width:290px;

	/* CSS3 Rounded Corners */
	-moz-border-radius-topleft:6px;
	-webkit-border-top-left-radius:6px;
	border-top-left-radius:6px;
		
	-moz-border-radius-topright:6px;
	-webkit-border-top-right-radius:6px;
	border-top-right-radius:6px;
		
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-left-radius:6px;
	border-bottom-left-radius:6px;
		
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-right-radius:6px;
	border-bottom-right-radius:6px;
	}
		
.rightContent {padding:15px 20px 20px 20px;}

.rightContent h5 {
	margin:5px 0 5px 0;
	color:#444;
	}

.imgRight {padding:10px 10px 5px 15px;}

.socialRight ul li {display:inline-block;}
.socialRight ul li a {padding:0;}

.socialRight {
	margin:0px 0px 10px 0px;
	padding:20px 15px 15px 20px;
	border:#e8e8e8 1px dotted;
	background:#f9f9f9;
	display:block;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	}
	
#contentRight .social {padding:0;}


/* Portfolio
----------------------------------------------------------------------------------------------------*/

/* .path class with #contentLeft  */
#contentPortfolio {
	margin-left:30px;
	width:930px;
	font-size:11px;
	}

/* boxPortfolio */
.boxPortfolio {
	margin:10px 30px 10px 0;
	height:280px;
	min-height:280px;
	}

.boxPortfolio.grid_5 {margin:10px 30px 25px 0;}


#boxPortfolio2.grid_16 {
	margin:10px 30px 20px 0;
	padding:0 0 28px 0;
	border-bottom: 1px dotted #ddd;
	width:900px;
	}
	
#boxPortfolio2 .grid_10 {margin:0;padding:0;}

#boxPortfolio2 .grid_5 {margin:110px 0 0 30px;}

#boxPortfolio2 .grid_5 p/*, #boxPortfolio2 .grid_5 a */{font-size:11px;}

#boxPortfolio2 img{}

#boxPortfolio p, .boxPortfolio p, #boxPortfolio2 p {
	margin-top:0;
	margin-bottom:10px;
	}
	
#boxPortfolio h5, .boxPortfolio h5, #boxPortfolio2 h5 {
	margin-top:5px;
	padding-bottom:0;
	}
	
.portfolio2date {
	font-size:11px;
	color:#888;
	}

.portfolio2client, .portfolio2tech {
	font-size:12px;
	color:#333;
	}


/* project_hover */
.project_hoverPhoto, .project_hoverVideo {
	background:url(images/spacer.gif) repeat scroll 0 0 transparent;
	display:block;
	height:140px;
	position:absolute;
	width:280px;
	z-index:5;
	}

.project_hoverPhoto:hover {background:transparent url(images/overPhoto.png) scroll 0 0 no-repeat;}
.project_hoverVideo:hover {background:transparent url(images/overVideo.png) scroll 0 0 no-repeat;}


/* project_hover 2 */
.project_hoverPhoto2, .project_hoverVideo2 {
	background:url(images/spacer.gif) repeat scroll 0 0 transparent;
	display:block;
	height:290px;
	position:absolute;
	width:580px;
	z-index:5;
	}

.project_hoverPhoto2:hover {background:transparent url(images/overPhotoMedium.png) 0 0 no-repeat;}
.project_hoverVideo2:hover {background:transparent url(images/overVideoMedium.png) 0 0 no-repeat;}


/*--- prettyPhoto ---*/
.currentTextHolder {
	font-size:11px;
	font-weight:bold;
	color:#101319;
	}


/* Pagination
----------------------------------------------------------------------------------------------------*/

#pagination {
	width:900px;
	margin:30px 0 0 30px;
	z-index:3;
	font-size:11px;
	padding-top:10px;
	border-top:#ddd 1px dotted;
	}

#pagination span, #pagination a {
	display:block;
	float:left;
	line-height:12px;	/* modify heigh of span container (background) */
	margin:2px 2px 2px 0;
	padding:3px 6px;
	text-decoration:none;
	width:auto;
	height:auto;
	}

#pagination a:hover {
	background:#f48605;
	color:#fff;
	}

#pagination .current {
	color:#fff;
	padding:3px 6px;
	background:#98cf05;
	}


/* Blog
----------------------------------------------------------------------------------------------------*/

.entryHead, .tags {
	margin-top:10px;
	margin-bottom:12px;
	font-size:11px;
	}

.category, .comments {
	cursor:pointer;
	padding:2px 4px 2px 4px;
	margin:0 4px 0 4px;
	}
	
a.category, a.comments {
	background:#f48605;
	color:#fff;
	text-decoration:none;
	}
	
a.category:hover, a.comments:hover {
	background:#98cf05;
	padding:2px 4px 2px 4px;
	text-decoration:none;
	}

.date {}

.tags {
	margin-top:30px;
	margin-bottom:20px;
	font-size:11px;
	padding-left:30px;
	height:20px;
	background:transparent url(images/skin1/tag.png) no-repeat;
	}

.share {
	float:right;
	color:#888;
	cursor:pointer;
	margin:0 4px 0 4px;
	padding:0 6px 0 6px;
	border:#c0c0c0 1px dotted;
	background:#fff;
	}

a.share {text-decoration:none;}	
a.share:hover {color:#444;text-decoration:none;}

a.facebook {background:transparent url(images/social.png) top left no-repeat;}
a.facebook:hover {background:transparent url(images/social.png) bottom left no-repeat;}
a.twitter {background:transparent url(images/social.png) top right no-repeat;}
a.twitter:hover {background:transparent url(images/social.png) bottom right no-repeat;}

.facebook, .twitter {
	text-indent:-9999px;
	border:none;
	margin-top:1px;
	height:16px;
	width:14px;	/* not 16px because of padding 1px left and 1px right*/
	padding:0 1px 0 1px;
	}

/* Start WP */
h3.space {padding-bottom:15px;}

.bypostauthor {background:url(images/skin1/bypostauthorBG.png) top left no-repeat;}

.comment-body {
	padding:5px 30px 30px 30px;
	color:#888;
	}

.commentmetadata, .commentmetadata a {
	margin:0;
	color:#888;
	font-size:11px;
	text-decoration:none;
	}

.vcard {
	padding-top:20px;
	font-size:11px;
	color:#888;
	}

.fn {
	margin-right:4px;
	font-weight:bold;
	cursor:pointer;
	color:#444;
	font-style:normal;
	}

a.fn:hover {color:#888;}

.reply {margin-top:20px;}

.comment-reply-link {
	color:#f48605;
	font-size:11px;
	cursor:pointer;
	padding:2px 20px 2px 20px;
	border:#f48605 1px dotted;
	text-decoration:none;
	font-weight:bold;
	margin-left:70px;
	background:#fff;
	}

.comment-reply-link:hover {
	color:#fff;
	background:#98cf05;
	border:#98cf05 1px dotted;
	}


/**/
.thread-alt {background-color:#fff;}
	
.thread-even {background-color:#fff;}

/*.depth-1 {border:1px dotted #ddd;}*/

.even, .alt {border-top:#ddd 1px dotted;}

/* Begin Comments*/
.alt {
	margin:0;
	/*padding:10px;*/
	}

.commentlist {
	padding:0;
	/*text-align:justify;*/
	}

.commentlist li {
	/*margin:15px 0 10px;*/
	/*padding:5px 5px 10px 10px;*/
	list-style:none;
	}
	
/*.commentlist li ul li { 
	margin-right:-5px;
	margin-left:10px;
	}*/

/*.commentlist p {margin:10px 5px 10px 0;}*/

.children {padding:0;}

#commentform p {margin:5px 0;}

.nocomments {
	text-align: center;
	margin:0;
	padding-bottom:15px;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

.commentlist li ul li {font-size:1em;}

.commentlist li .avatar { 
	float:left;
	padding:2px;
	background:transparent;
	border:#ddd 1px dotted;
	padding:4px;
	margin-right:15px;
	}

.commentlist cite, .commentlist cite a {
	font-weight:bold;
	font-style:normal;
	font-size:1.1em;
	}

.commentlist p {
	font-weight:normal;
	line-height:1.5em;
	text-transform:none;
	padding-left:73px;
	}

.commentmetadata {font-weight:normal;}

/* End WP */


/* Footer
----------------------------------------------------------------------------------------------------*/

#footer-wrap, #footer-wrap-footer {
	height:45px;
	background:transparent url(images/skin1/contentBGfooter.png) center no-repeat;
	}
	
#footer, #footer-footer, #footer-footer-widget {}


/* Bottom
----------------------------------------------------------------------------------------------------*/

#bottom-wrap {
	height:50px;
	margin-bottom:20px;
	}

#bottom {
	padding-top:18px;
	font-size:11px;
	color:#888;
	}

#bottom p {
	margin-left:15px;
	display:inline;
	}

#bottom p a {color:#f48605;}
	
#bottom p a:hover {
	text-decoration:underline;
	color:#98cf05;
	}

#bottom ul li p a {text-decoration:underline;}
#bottom ul li p a:hover {color:#98cf05;}

#bottom ul {
	float:right;
	margin-right:10px;
	}

#bottom ul li {
	display:inline-block;
	padding-right:7px;
	padding-left:5px;
	border-right:#333 1px dotted;
	}

#bottom ul li a {
	text-decoration:none;
	font-size:11px;
	color:#f48605;
	}
	
#bottom ul li a:hover {text-decoration:underline;}
	
#bottom ul li.top {
	border-right:none;
	margin-right:5px;
	margin-left:-14px;
	}


/* =Coda Slider
----------------------------------------------------------------------------------------------------*/

.coda-nav ul li a {
	background:transparent url("images/skin1/slider-off.png") no-repeat scroll left top;
	text-indent:-9999px;
	display:block;
	float:left;
	margin-right:10px;
	height:23px;
	width:25px;
	left:-50%;
	}

.coda-nav ul li a.current {background:transparent url("images/skin1/slider-on.png") no-repeat scroll left top;}
.coda-nav ul li a.current:hover {background:transparent url("images/skin1/slider-on.png") no-repeat scroll left top;cursor:default;}
.coda-nav ul li a:hover {background:transparent url("images/skin1/slider-ov.png") no-repeat scroll left top;}

.title {display:none;}

.linkButton {
	text-indent:-9999px;
	background:transparent url(images/skin1/sliderButton.png) top center no-repeat;
	height:50px;
	width:170px;
	position:absolute;
	margin-top:315px;
	margin-left:740px;
	z-index:2;
	}

.linkButton:hover {background:transparent url(images/skin1/sliderButton.png) bottom center no-repeat;}

.panel-wrapper p {
	height:40px;
	width:400px;
	position:absolute;
	margin-top:315px;
	margin-left:25px;
	color:#fff;
	z-index:2;
	padding:5px 10px 5px 10px;
	font-size:11px;
	}

.panel-wrapper h6 {
	height:40px;
	width:350px;
	position:absolute;
	margin-top:293px;
	margin-left:25px;
	color:#fff;
	z-index:2;
	padding:5px 10px 5px 10px;
	}

.panel-wrapper a {color:#f48605;}
.panel-wrapper a:hover {color:#fff;}

#bg_alpha, #bg_alpha-1, #bg_alpha-2, #bg_alpha-3, 
#bg_alpha-4, #bg_alpha-5, #bg_alpha-6, #bg_alpha-7, 
#bg_alpha-8, #bg_alpha-9, #bg_alpha-10, #bg_alpha-11, 
#bg_alpha-12, #bg_alpha-13, #bg_alpha-14, #bg_alpha-15 {
	height:75px;
	width:440px;
	background:url(images/bg_alpha_slider.png);
	position:absolute;
	margin-top:290px;
	margin-left:20px;
	z-index:1;
	}


/* Wordpress fixes
----------------------------------------------------------------------------------------------------*/

.pagetitle {padding-top:10px;}

.entry h4, .entry h5 {margin-top:30px;}

.entry p a {color:#f48605;}
.entry p a:hover {color:#98cf05;}

.entry ul li {
	list-style:disc inside;
	color:#444444;
	}

.entry ul li a {color:#f48605;text-decoration:none;}
.entry ul li a:hover {text-decoration:underline;}

.entry_title a {color:#f48605;text-decoration:none;}
.entry_title a:hover {text-decoration:underline;}

/* --------- */
#box2 span.category, span.category {
	background:#f48605;
	color:#fff;
	text-decoration:none;
	}

#box2 span.category a, span.category a {
	color:#fff;
	text-decoration:none;
	}

span.category:hover {
	background:#98cf05;
	padding:2px 4px 2px 4px;
	}

#box2 span.category:hover {
	background:#98cf05;
	padding:2px 4px 2px 4px;
	}

#box2 span.category a:hover {color:#98cf05;}
/* --------- */

span.tag a {
	color:#f48605;
	cursor:pointer;
	margin:0 4px 0 4px;
	text-decoration:none;
	}

span.tag a:hover {
	color:#98cf05;
	text-decoration:underline;
	margin:0 4px 0 4px;
	}

/*#topnav .current-cat, #topnav .current_page_item,*/
#access .current-cat, #access .current_page_item {
	/*border-left:#111 1px dotted;*/
	color:#f48605;
	}

/*#topnav ul li ul li.current_page_item,*/
#access ul li ul li.current_page_item {border-left:none;}

#sidebar li.current-cat, #sidebar li.current_page_item {
	background:#f48605;
	color:#fff;
	border-left:none;
	/*padding-left:8px;*/
	padding-right:20px;
	padding-top:2px;
	padding-bottom:2px;
	/*margin-top:5px;
	margin-bottom:5px;*/
	}

#sidebar .pagenav, .sidebar_pagenav, #sidebar .linkcat, .sidebar_pagenav_meta, .widget {
	background:none repeat scroll 0 0 #F9F9F9;
	border:1px dotted #E8E8E8;
	margin: 0 0 10px 0;
	padding: 20px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	}

.widget {font-size:12px;line-height:20px;}
.textwidget {font-size:11px;}

.sidebar_pagenav .categories {margin-top:20px;}

.pagenav h5, .sidebar_pagenav h5, .sidebar_pagenav_meta h5, .widget h5 {
	border-top:#ddd 1px dotted;
	padding-top:0px;
	color: #98cf05;
	}

.widget_text.widget h5 {
	border-top:none;
	border-bottom:none;
	color: #98cf05;
	}

.widget_text.widget {}

.textwidget img {margin-left:-3px;}

.widget_tag_cloud h5.widgettitle, .widget_rss h5.widgettitle, .widget_meta h5.widgettitle, .widget_archive h5.widgettitle, 
.widget_categories h5.widgettitle, .widget_links h5.widgettitle, .widget_recent_comments h5.widgettitle, .widget_recent_entries h5.widgettitle {
	border-top:none;
	border-bottom:#ddd 1px dotted;
	padding-bottom:10px;
	margin-bottom:10px;
	}

.widget_categories .cat-item {
	color:#f48605;
	font-size:11px;
	}
	
.widget_categories .cat-item a {
	font-weight:normal;
	text-decoration:none;
	font-size:12px;
	padding-left:8px;
	}
	
.widget_categories .current-cat {}
.widget_categories .current-cat a {
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	}

#sidebar .widget_archive li {
	color:#f48605;
	font-size:11px;
	padding-left:8px;
	}

#sidebar .widget_archive li a {
	text-decoration:none;
	font-size:12px;
	}

#sidebar .widget_calendar h5.widgettitle {
	display:none;
	border:none;
	}

h5.widgettitle {
	border-top:none;
	border-bottom:#ddd 1px dotted;
	padding-bottom:10px;
	margin-bottom:0;
	}

#sidebar li.current_page_item {
	padding-left:0;
	padding-right:0;
	font-weight:bold;
	}
	
#sidebar ul.children li {
	padding-left:0;
	/*font-weight:bold;*/
	}

#calendar_wrap {
	padding:15px 15px 15px 15px;
	width:220px;
	}

#wp-calendar {
	width:220px;
	line-height:20px;
	font-size:11px;
	}

#wp-calendar th {
	text-align:left;
	color:#f48605;
	}

#wp-calendar caption {
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	background:#f48605;
	margin-bottom:10px;
	}

#wp-calendar td a {
	background:#f48605;
	text-decoration:none;
	color:#fff;
	padding:2px 2px 2px 2px;
	}

#wp-calendar td a:hover {
	background:#98cf05;
	text-decoration:none;
	color:#fff;
	padding:2px 2px 2px 2px;
	}

#prev {padding-top:5px;}


/*  WP Sub Navigation - sidebar contentRight
----------------------------------------------------------------------------------------------------*/

#subNavigation .pagenav, #sidebar .widget_pages {
	margin:20px 20px 30px 20px;
	font-size:12px;
	padding:0;
	border:none;
	line-height:35px;
	}

#subNavigation h5 {
	margin:0;
	padding:0 0 10px 0;
	color:#f48605;
	border-bottom:1px dotted #ddd;
	border-top:none;
	}

#subNavigation li.current_page_item, #sidebar .widget_pages li.current_page_item {padding:0;}

#subNavigation ul li.current-cat a, 
#subNavigation ul li.current_page_item a, 
#sidebar .widget_pages ul li.current-cat a, 
#sidebar .widget_pages ul li.current_page_item a, 
#sidebar .widget_pages ul li ul li.current_page_item a {
	margin:0;
	color:#fff;
	font-weight:bold;
	background:transparent url(images/skin1/subNav.png) bottom no-repeat;
	border-left:none;
	padding-left:10px;
	}

#subNavigation li.page_item a, 
#sidebar .widget_pages li a {
	margin:0;
	display:block;
	padding-top:0;
	padding-left:10px;
	text-decoration:none;
	background:transparent url(images/skin1/subNav.png) top no-repeat;
	border-bottom:1px dotted #ddd;
	}	

#subNavigation li ul li a, 
#sidebar .widget_pages li ul li a, 
#sidebar .widget_pages li ul li.page_item a {
	margin:0;
	display:block;
	padding-left:10px;
	text-decoration:none;
	background:transparent url(images/skin1/subNav.png) top no-repeat;
	border-bottom:1px dotted #ddd;
	color:#444;
	font-weight:normal;
	}

#sidebar .widget_pages li ul li.page_item a:hover {
	margin:0;
	display:block;
	padding-left:10px;
	text-decoration:none;
	background:transparent url(images/skin1/subNav.png) bottom no-repeat;
	border-bottom:1px dotted #ddd;
	color:#fff;
	font-weight:bold;
	}

#subNavigation li a:hover, 
#sidebar .widget_pages li a:hover {
	color:#fff;
	background:#f48605;
	font-weight:bold;
	background:transparent url(images/skin1/subNav.png) bottom no-repeat;
	}
	

/*  WP Contact Form (see also "Form style" line 598)
----------------------------------------------------------------------------------------------------*/

/* Form style
----------------------------------------------------------------------------------------------------*/

/*#respond, #contactForm {margin:10px 0 20px 0;}

.leftSpace {
	font-size:11px;
	margin-left:10px;
	}

.n {margin-left:0;}*/

input, textarea {
	border:1px dotted #c0c0c0;
	padding:4px;
	margin-top:10px;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#f1f1f1;
	color:#444;
	width:250px;
	}

input {width:260px;}

textarea {
	margin-top:10px;
	height:130px;
	width:570px;
	}

input:focus, textarea:focus {background:#fff;}

#submit, .submit {
	border:#111 1px dotted;
	background:#f48605;
	color:#fff;
	font-weight:bold;
	width:120px;
	height:30px;
	margin-top:10px;
	font-size:12px;
	padding-bottom:5px;
	outline:0;
	
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px
	}

#submit:hover, .submit:hover {
	border:1px dotted #111;
	background:#98cf05;
	cursor:pointer;
	outline:0;
	}

/*.error.required {border:1px dotted #c30;}*/

.wpcf7 {margin-top:20px;}

.wpcf7-form p, #commentform label {
	font-size:11px;
	font-weight:bold;
	color:#444;
	padding-top:10px;
	}

.wpcf7-not-valid-tip-no-ajax, #commentform label {padding-left:5px;}

#respond {
	border-top:#ddd 1px dotted;
	padding-top:30px;
	}
	
.widget_tag_cloud a {
	background:#f48605;
	color:#fff;
	line-height:30px;
	margin-bottom:10px;
	padding:2px 4px 2px 4px;
	text-decoration:none;
	}

.widget_tag_cloud a:hover {background:#98cf05;}

.widget_tag_cloud a:visited {}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border:1px dotted transparent;
}

button:focus::-moz-focus-inner,
input[type="reset"]:focus::-moz-focus-inner,
input[type="button"]:focus::-moz-focus-inner,
input[type="submit"]:focus::-moz-focus-inner,
input[type="file"] > input[type="button"]:focus::-moz-focus-inner {}


/* styleswitcher
----------------------------------------------------------------------------------------------------*/

#styleswitcher {
	position:absolute;
	background:#111;
	margin-top:-15px;
	margin-left:5px;
	padding:5px;
	z-index:20;
	font-size:11px;
	}
	
#styleswitcher a {text-decoration:none;}
#styleswitcher a:hover {color:#666;}
	
.t_skins {
	font-weight:bold;
	color:#d6dbdd;
	margin-bottom:5px;
	}
	



/* WORDPRESS 3
----------------------------------------------------------------------------------------------------*/

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
	}

#branding, #colophon {
	margin: 0 auto;
	width: 960px;
	}

/* This is the custom header image */
#branding img {
	clear:both;
	/*border-top:4px dotted #000;*/
	display:block;
	/*border-bottom:1px dotted #000;*/
	}
	
#site-description {
	clear:right;
	float:right;
	font-style:italic;
	margin:14px 0 18px 0;
	width:220px;
	}
	
.pathFooter {
	font-size:11px;
	color:#d6dbdd;
	margin-left: 30px;
	margin-right: 30px;
	padding-bottom: 10px;
	border-bottom: 1px #1e2229 dotted;
	}

.pathFooter {
	color:#49565c;
	}
	
.pathFooter a {
	color:#d6dbdd;
	text-decoration: none;
	}

.pathFooter a:hover {
	color:#d6dbdd;
	text-decoration: underline;
	}

.stay_right {
	float: right;
	color:#49565c;
	}

	
/* Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */
#site-description {-webkit-text-size-adjust: none;}

/* =Print Style
-------------------------------------------------------------- */
/*#site-description {
	float:none;
	margin:0;
	padding:0;
	line-height:1.4em;
	}

#branding img {display: none !important;}


#colophon {
		border-top: 2pt dotted #000;
	}
	
*/


/* =Footer
-------------------------------------------------------------- */

/*#footer {
	margin-bottom: 20px;
}*/
#colophon {overflow: hidden;}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
	background:transparent;
	margin: 20px 0 30px 0;
	}

/*YUUPY*/
#footer-widget-area .widget-area {
	float: left;
	margin-right: 5px;
	margin-left: 30px;
	padding:0 ;
	width:auto;
	background:transparent;
	}

#footer-widget-area #fourth {margin-right: 0;}

#site-info {
	float: left;
	width: 700px;
	font-weight: bold;
	font-size: 14px;
	}

#site-generator {
	float: right;
	width: 220px;
	}


/* =FOOTER WIDGETS
-------------------------------------------------------------- */
.widget-area ul {
	list-style: none;
	margin:0;
	padding:0;
	font: 13px/1.5 'Lucida Grande', Helvetica, Arial, sans-serif;
	}

.widget-area ul ul {
	list-style: none;
	margin-left: 0;
	}

h3.widget-title {
	font-size:16px;
	text-transform: uppercase;
	color:#fff;
	}

/*.widget-container.widget_meta, .page_item, li {
	color:#fc0;
	font-size:12px;
	}*/

.widget-container a {
	color:#fff;
	text-decoration:none;
	}


/* =Footer =Widget Area
----------------------------------------------------------------------------------------------------*/
#footer-widget-area ul li {color:#fff;}
#footer-widget-area .children {display:none;}
#footer-widget-area .sub-menu {display:none;}

#footer-widget-area .widget_tag_cloud {width:180px;}

/* Widget Text */
#footer-widget-area .widget_text {width:200px;}
#footer-widget-area .widget_text img {width:200px;}

#footer-widget-area .widget_text p {
	margin-bottom:8px;
	color:#fff;
	}

#footer-widget-area .widget_text a {
	color:#fff;
	text-decoration: underline;
	}

#footer-widget-area .widget_text a:hover {
	color:#fff;
	text-decoration: underline;
	}

#footer-widget-area .widget_nav_menu ul li,
#footer-widget-area .widget_pages ul li.page_item, 
#footer-widget-area .widget_archive ul li, /* repeat in the line below */
#footer-widget-area .widget_meta ul li,
#footer-widget-area .widget_links ul li,
#footer-widget-area .widget_categories ul li,
#footer-widget-area .widget_recent_comments ul li.recentcomments,
#footer-widget-area .widget_recent_entries ul li {
	border-bottom: 1px dotted #1e2229;
	background:transparent;
	width:180px;
	}

#footer-widget-area .widget_recent_comments ul li.recentcomments {
	padding:10px 0 10px 0;
	font-size:12px;
	}

.menu-menu-two-container {border-bottom:none;}
	
#footer-widget-area .widget_nav_menu ul li a,
#footer-widget-area .widget_pages ul li a, 
#footer-widget-area .widget_pages ul li.page_item a, 
#footer-widget-area .widget_archive ul li a,
#footer-widget-area .widget_meta ul li a,
#footer-widget-area .widget_links ul li a,
#footer-widget-area .widget_categories ul li a,
#footer-widget-area .widget_recent_entries ul li a {
	color:#fff;
	display:block;
	padding:10px;
	font-size:12px;
	}
	
/*#footer-widget-area .widget_archive ul li a {display: inline;}*/

#footer-widget-area .widget_nav_menu ul li a:hover,
#footer-widget-area .widget_pages ul li.page_item a:hover, 
#footer-widget-area .widget_archive ul li a:hover,
#footer-widget-area .widget_meta ul li a:hover,
#footer-widget-area .widget_links ul li a:hover,
#footer-widget-area .widget_categories ul li a:hover,
#footer-widget-area .widget_recent_entries ul li a:hover {
	background: #f48605;
	color: #fff;
	font-size:12px;
	}


/**/

.entry ul {line-height: 27px}



/* =Clearfix (all browsers)
--------------------------------*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/* IE6 */ 
* html .clearfix {height: 1%;}
/* IE7 */
*:first-child+html .clearfix {min-height: 1px;}







/* =Coda Slider
----------------------------------------------------------------------------------------------------*/
/* Most common stuff you'll need to change */
.coda-slider-wrapper {padding:0 0 0 5px;}
.coda-slider {}
	
/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
.coda-slider-no-js .coda-slider {
	height:390px;
	overflow:auto !important;
	padding-right:20px;
	}
	
/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider, .coda-slider .panel {width:920px;}
	
/* Change margin and width of the slider (with dynamic arrows) */
.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel {width:920px;}
	
.coda-slider-wrapper.arrows .coda-slider {margin:0 10px;}
	
	
/* Arrow styling */
.coda-nav-left a, .coda-nav-right a {}

/* Tab nav */
/*.coda-nav ul li a.current {background:#39c;}*/

/* Panel padding */
.coda-slider .panel-wrapper {padding:10px 0 0 0;height:390px;}	/* Remove this content if you don't wanna use image background */

/* Preloader */
.coda-slider p.loading {padding:170px;text-align:center;}

/* Don't change anything below here unless you know what you're doing */

/* Tabbed nav */
.coda-nav ul {
	position:relative;
	clear:both;
	display:block;
	margin:auto;
	overflow:hidden;
	}
		
.coda-nav ul li {display:inline;}
	
/* Miscellaneous */
.coda-slider-wrapper {clear:both;overflow:auto;}
.coda-slider {float:left;overflow:hidden;position:relative;}
.coda-slider .panel {display:block;float:left;}
.coda-slider .panel-container {position:relative;}
.coda-nav-left, .coda-nav-right {float:left;display:none;}
.coda-nav-left a, .coda-nav-right a {display:block;text-align:center;text-decoration:none;}

.title {display:none;}

/* END Coda Slider */


/* Added by KZ: */
.jqueryslidemenu .menu ul li a, .jqueryslidemenu .menu-header ul li a {
	text-shadow: 1px 1px 2px #777777;
}

h1 {
  line-height: 1.25em;
  text-shadow: 1px 2px 2px #dddddd;
}

h2 {
	text-shadow: 1px 1px 2px #dddddd;
}