/*
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.2
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 solid #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: 14px/1.5 'Lucida Grande', Helvetica, Arial, sans-serif;
	background:#1e2229 url(../bg.jpg) repeat;
	color:#444;
	}

/* Just for test
.ie6 {background:#1e2229 url(../images/skin2/bg.png) repeat;}
.ie7 {background:#1e2229 url(../images/skin3/bg.png) repeat;}
.ie8 {background:#1e2229 url(../images/skin4/bg.png) repeat;}
.ie9 {background:#1e2229 url(../images/skin5/bg.png) repeat;}
*/

h1 {font-size: 28px;}
h2 {font-size: 26px;}
h3 {font-size: 23px;}
h4 {font-size: 21px;}
h5 {font-size: 19px;}
h6 {font-size: 16px;}

ol, ul {
	list-style: none;
	}

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

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

del {text-decoration: line-through;}

a {color:#444;}
a:hover {color:#39c;}

/* important, for border dotted */
a:focus, a:active {
	outline:0;
	border:0;
	-moz-outline-style: none;
	}

.textLink {color:#39c;font: 14px/1.5 'Lucida Grande', Helvetica, Arial, sans-serif;}
.textLink:hover {color:#1e2229;}

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

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

.alignright {
	float:left;
	margin:20px 15px 0 0;
	}

.rightalign {
	float:right;
	margin:5px 0 10px 15px;
	}

.leftalign {
	float:left;
	margin:5px 15px 10px 0;
	}

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

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

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

.listStyle ul li a {
	color:#1e2229;
	text-decoration:none;
	}
	
.listStyle ul li a:hover {
	text-decoration:underline;
	color:#1e2229;
	}


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

#header-wrap {
	/*background:transparent url(../images/skin1/topnavBG.png) center 64px no-repeat;*/
	background:transparent url(../images/skin1/topnavBG.png) center 134px no-repeat;
	padding-bottom:1px;
	height:185px;
	}

#header {height:185px}

#header h1 {
	float: left;
}

#header .simg {
	float: right;
	margin-top: 25px;
}

#header-home-wrap {
	background:transparent url(../images/skin1/topnavBG.png) center 204px no-repeat;
	padding-bottom:1px;
	height:255px;
	}

#header-home {height:255px}

#logo-home {
	margin-top:10px;
	background:#transparent;
	width:960px;
	height:200px;
	display:block;
	clear: both;
	}

#contentFeatured {
	margin-left:30px;
	width:900px;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:#ddd 1px solid;
	width:900px;
	}

#featuredLeft {
	font-size: 16px;
	padding: 0 5px;
	margin-bottom: 5px;
	float: left;
	width: 450px;
	}

#featuredRight {
	margin-left: 15px;
	margin-bottom: 5px;
	padding: 0 10px;
	text-align: right;
	float: right;
	width: 390px;
	}

#featuredRight .hoverVideoHome {
	background:transparent url(../images/overVideo.png) scroll center center no-repeat;
	display:block;
	height:180px;
	position:absolute;
	width:390px;
	z-index:5;
	}

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

.menu-header {}

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

#header-home #access {
	margin-top:10px;
	}

/* 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 {margin-top:20px;}
	}
	
#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;
	background:transparent url(../images/skin1/topnavBG.png) -100px -76px no-repeat;
	}

#logo {
	margin-top:20px;
	background:#transparent;
	width:960px;
	height:120px;
	display:block;
	clear: both;
	}
	

/* =jqueryslidemenu
----------------------------------------------------------------------------------------------------*/
.jqueryslidemenu .menu, .jqueryslidemenu .menu-header {
	font-size:13px;
	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:-5px;
	}

/* 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 {
	border-right:#111 1px solid;
	margin-left:5px;
	display:block;
	padding:9px 20px 8px 20px;
	text-decoration:none;
	background:transparent;
	color:#efefef;
	cursor:pointer;
	text-align:center;
	/*from style.css*/
	/*width:60px;		 REMOVE COMMENTS IF YOU WANT A FIXED SIZE */
	display:inline-block;
	}

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

.jqueryslidemenu .menu ul li a:hover, .jqueryslidemenu .menu-header ul li a:hover {
	color:#fff;
	/*width:60px;*/		/* REMOVE COMMENTS IF YOU WANT A FIXED SIZE AT THE BUTTON HOVER */
	/*margin-left:1px;*/
	background:transparent url(../images/skin1/topnavBG.png) -100px -76px no-repeat;
	}

.jqueryslidemenu .menu ul li a.home, .jqueryslidemenu .menu-header ul li a.home {
	width:30px;
	margin-left:-5px;
	margin-right:0;
	text-indent:-9999px;
	}

.jqueryslidemenu .menu-header ul li a.home {margin-right:4px;}

.jqueryslidemenu .menu ul li a.home:hover, .jqueryslidemenu .menu-header ul li a.home:hover {
	width:30px;
	margin-left:-5px;
	text-indent:-9999px;
	background:transparent url(../images/skin1/topnavBG.png) -10px -76px no-repeat;
	}

.jqueryslidemenu .menu ul li a.currentHome, .jqueryslidemenu .menu-header ul li a.currentHome {
	width:30px;
	margin-left:-5px;
	margin-right:0;
	text-indent:-9999px;
	background:transparent url(../images/skin1/topnavBG.png) -9px -76px no-repeat;
	}

/*
 * Search for ".jqueryslidemenu .menu ul li a.currentHome:hover {"
.jqueryslidemenu .menu ul li a.currentHome:hover {
	margin-left:-10px;
	background:transparent url(../images/skin1/topnavBG.png) -9px -76px no-repeat;
	}*/

.jqueryslidemenu .menu-header ul li a.currentHome {
	margin-right:4px;
	margin-left:-6px;
	}

.jqueryslidemenu .menu ul li.current_page_item a.currentHome {margin-left:-7px;}

.jqueryslidemenu .menu ul li.current_page_item a.currentHome:hover {margin-left:-7px;}


.jqueryslidemenu .menu ul li .current, .jqueryslidemenu .menu-header ul li .current {
	color:#39c;
	background:transparent url(../images/skin1/topnavBG.png) -10px -76px no-repeat;
	padding-left:5px;
	}


/* 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:2px;	/* altezza da top del dropdown menu. NOTE: Only for .menu */
	margin-left:4px;
	}

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

.jqueryslidemenu .menu-header ul li ul li {
	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:-3px;}	/*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;
	width:140px; /*width of sub menus*/
	margin:0;
	border-top-width:0;
	border-top:#222 1px solid;
	background:#111;
	text-align:left;
	color:#eee;
	}
	
.jqueryslidemenu .menu ul li ul li a:hover,
.jqueryslidemenu .menu-header ul li ul li a:hover {
	background:#222;
	color:#eee;
	/*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 {
	margin-left:-10px;
	background:transparent url(../images/skin1/topnavBG.png) -9px -76px no-repeat;
	}

.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 */
	}

#header-home-wrap #siteSearch, #header-home-wrap #siteSearchForm {
	margin-top:3px;
	}

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

/* Start WP fix */
/* @since 1.2 */
#s {
	background:#fff;
	height:15px;
	border:#c0c0c0 1px solid;
	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 solid;
	padding-bottom:25px;
	margin-bottom:20px;
	}

/* End WP fix */


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

#featured-wrap {
	height:450px;
	background:transparent url(../images/skin1/sliderBG.png) center -10px no-repeat;
	}
	
#featured {
	margin-top:10px;
	position:relative;	/* !IMPORTANT for slider */
	}


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

#services-wrap, #services-wrap-footer {background:transparent url(../images/skin1/contentBGhome_center.png) center 30px repeat-y;}
#services, #services-footer {padding-bottom:10px;}
	
#servicesTop, #servicesTopFooter {
	height:30px;
	background:transparent url(../images/skin1/contentBGhome_top.png) center top no-repeat;
	}

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

#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 solid;
	font-size:18px;
	}

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

#box1 a, #box2 a, #box3 a {color:#39c;}
#box1 a:hover, #box2 a:hover, #box3 a:hover {color:#fff;}


/* 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:20px 0 5px 0;
	border-top:#1e2229 1px solid;
	/*border-bottom:#1e2229 1px solid;*/
	padding-top:20px;
	padding-bottom:15px;
	text-align:center;
	}

#box1 .hoverVideo, #box2 .hoverVideo, #box3 .hoverVideo {
	height:140px;
	width:280px;
	}

#box2 a.category, #box2 a.comments {
	background:#39c;
	color:#fff;
	}
	
#box2 a.category:hover, #box2 a.comments:hover {
	background:#fff;
	color:#1e2229;
	padding:2px 4px 2px 4px;
	}

#comments a {
	margin-top:110px;
	margin-left:-7px;
	position:absolute;
	width:auto;
	font-size:14px;
	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:20px;
	height:30px;
	min-height:30px;
	}

.getInTouch ul li.addressContact {
	height:45px;
	min-height:45px;
	}

.getInTouch ul li .contactTitle {
	font-weight:bold;
	text-transform:uppercase;
	}

	
.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.addressContact {background:transparent url(../images/home_gray.png) 3px 11px 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 solid #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:transparent url(../images/skin1/contentBGcenter.png) center 30px repeat-y;}

#content {padding-bottom:20px;}

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

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

#contentTop {
	height:30px;
	background:transparent url(../images/skin1/contentBGtop.png) center no-repeat;
	}

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

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

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

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

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

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

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

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


/* =table
----------------------------------------------------------------------------------------------------*/
#content table {
	border: 1px solid #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;
	background:#fff;
	border:#ddd 1px solid;
	color:#777;
	font-size:12px;
	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:20px 20px 10px 20px;
	padding:20px 15px 15px 20px;
	border:#e8e8e8 1px solid;
	background:#f9f9f9;
	display:block;
	text-align:center;
	}
	
#contentRight .social {padding:0;}

/* Share this links
----------------------------------------------------------------------------------------------------*/

.share-this {
	text-align: right;
	float: right;
	width: 130px;
	} 

.share-this iframe {
	background:transparent;
	border:none;
	overflow:none;
	width:55px;
	height:62px;
	}

.share-this .fb-widget {
	margin: 10px 0 10px 5px;
	display: inline;
	}

.share-this .tw-widget {
	margin: 10px 0 10px 5px;
	display: inline;
	}
	

h2.shared-links {
	width:450px;
	}

.widget_social .widgettitle {border-top:0;margin:10px 0;}
.widget_social ul {margin:10px 0;}
.widget_social ul li {display:inline-block;}
.widget_social ul li a {padding:0}


/* Starfinder
----------------------------------------------------------------------------------------------------*/

.starfinder-row {
	display:table-row;
	}

.starfinder-star {
	margin:10px 15px 10px 0;
	display:table-cell;
	width:275px;
	text-align:center;
	float: left;
	clear: none !important;
	}

.starfinder-star h5 {
	margin:5px 0 0 0 !important;
	margin-bottom:0;
	}

.starfinder-star p {
	margin-top:0 !important;
	margin-bottom:10px !important;
	}

.starfinder-star p.starfinder-date {
	font-size:12px;
	color:#333;
	}

.starfinder-star p.starfinder-star {
	font-size:15px !important;
	font-weight:bold;
	color:#a28282;
	margin:0 !important;
	padding:0 !important;
	display:block;
	}

.starfinder-results .hoverPhoto, .hoverVideo {
	background:url(../images/spacer.gif) repeat scroll 0 0 transparent;
	display:block;
	height:186px;
	position:absolute;
	width:150px;
	z-index:5;
	}

#starfinder-list {
	}

#starfinder-list h4 {
	margin-right: 25px;
	border-bottom:#ddd 1px solid;
	}

#starfinder-list .list-nav {
	margin:5px 10px;
	}

#starfinder-list .list-nav li {
	list-style:none;
	display:inline;
	margin:0 2px;
	}

#starfinder-list .list-nav li a {
	font-weight:bold;
	text-decoration: underline;
	}

#starfinder-list .list-row {
	width:280px;
	margin:0;
	float:left;
	}

#starfinder-list .list-row ul {
	margin:5px 10px;
	width:260px;
	clear:none;
	}

#starfinder-list .list-row ul li {
	list-style:none;
	display:block;
	}

#starfinder-list .list-row ul li a {
	text-decoration: underline;
	}
	
.facts .hoverPhoto {
	background:url(../images/spacer.gif) repeat scroll 0 0 transparent;
	display:block;
	position:absolute;
	width:150px;
	height:100px;
	z-index:5;
	}

.hoverPhoto:hover {background:transparent url(../images/overPhoto.png) scroll center center no-repeat;}
.hoverVideo:hover {background:transparent url(../images/overVideo.png) scroll center center no-repeat;}

.entry .facts {
	display: block;
	float:left;
	width:250px;
	}
	
.facts #star-facts {
	border:#ddd 1px solid;
	color:#777;
	font-size:12px;
	margin:5px 0;
	padding:0 10px;
	
	/* 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;
	}
	
#star-facts h5 {
	color:#444;
	font-size: 16px;
	margin:5px 0;
	padding:5px 0;
	border-bottom:#ddd 1px solid;
	}
	
#star-facts dl {
	margin:5px 0;
	padding:0 5px;
	}

#star-facts dl dt {
	font-size: 14px;
	font-weight: bold;
	margin:0;
	padding:0;
	}
	
#star-facts dl dd {
	padding:0;
	margin:0 0 10px;
	}

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


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

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

#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:#39c;
	color:#fff;
	}

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


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

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

.category, .comments {
	cursor:pointer;
	padding:2px 4px 2px 4px;
	margin:0 4px 0 4px;
	}
	
a.category, a.comments {
	background:#39c;
	color:#fff;
	text-decoration:none;
	}
	
a.category:hover, a.comments:hover {
	background:#1e2229;
	padding:2px 4px 2px 4px;
	text-decoration:none;
	}

.date {}

.tags {
	margin-top:30px;
	margin-bottom:20px;
	font-size:12px;
	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 solid;
	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:12px;
	text-decoration:none;
	}

.vcard {
	padding-top:20px;
	font-size:12px;
	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:#39c;
	font-size:12px;
	cursor:pointer;
	padding:2px 20px 2px 20px;
	border:#c0c0c0 1px solid;
	text-decoration:none;
	font-weight:bold;
	margin-left:70px;
	background:#fff;
	}

.comment-reply-link:hover {
	color:#fff;
	background:#39c;
	border:#39c 1px solid;
	}


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

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

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

/* 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 solid;
	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 */

.entry .photo, .entry .subphoto {
	width:558px;
	padding:10px;
	background-color:#eeeeee;
	border:#dddddd 1px solid;
	}
	
.entry .subphoto {
	width: 253px;
	}
	

.entry .photo .caption, .entry .subphoto .caption {
	font-size:10px;
	text-align:center;
	margin:0;
	padding:5px 0 0;
	}




/* 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;
	background:transparent url(../images/skin1/bottomBG.png) center no-repeat;
	margin-bottom:20px;
	}

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

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

#bottom p a {color:#888;}
	
#bottom p a:hover {
	text-decoration:underline;
	color:#ccc;
	}

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

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

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

#bottom ul li a {
	text-decoration:none;
	font-size:12px;
	color:#888;
	}
	
#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:450px;
	position:absolute;
	margin-top:315px;
	margin-left:25px;
	color:#fff;
	z-index:2;
	padding:5px 10px 5px 10px;
	font-size:12px;
	}

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

.panel-wrapper a {color:#39c;}
.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:490px;
	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:#39c;}
.entry p a:hover {color:#1e2229;}

.entry ul li {
	list-style:disc inside;
	/*color:#39c;*/
	}

.entry .padded {
	line-height:22px;
	margin-left:20px;
	margin-bottom:20px;
	}


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

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

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

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

span.category:hover {
	background:#1e2229;
	padding:2px 4px 2px 4px;
	}

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

#box2 span.category a:hover {color:#1e2229;}
/* --------- */

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

span.tag a:hover {
	color:#39c;
	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 solid;*/
	color:#39c;
	background:transparent url(../images/skin1/topnavBG.png) -100px -76px no-repeat;
	}

/*#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:#101319;
	color:#39c;
	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 {
	padding-left:20px;
	padding-right:20px;
	margin-bottom:20px;
	}

#sidebar .widget_banner {
	margin-top: 20px;
	}

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

#sidebar .widget_connect ul li {display:inline-block;}
#sidebar .widget_connect ul li a {padding:0;}

#sidebar .widget_connect ul {
	margin:0;
	padding:15px 15px 10px;
	border:#e8e8e8 1px solid;
	background:#f9f9f9;
	display:block;
	text-align:center;
	}

#sidebar .widget_video li {
	font-size:12px;
	font-weight:normal;
	padding-bottom:10px;
	}

.widget_video.widget .video_title {font-size:14px;font-weight:bold;}
.widget_video.widget .video_date {font-size:12px;}

.widget_video.widget .hoverVideo {
	height:182px;
	width:250px;
	}

.widget_connect h5, .widget_star.widget h5, .widget_video.widget h5 {
	padding:0 0 5px;
	margin-bottom:5px;
	border-top:none;
	border-bottom:#ddd 1px solid;
	}

.widget_star.widget p {
	font-size:12px;
	font-weight:normal;
	padding-bottom:5px;
	}

.widget_star.widget h6 {
	padding-top:0;
	margin:0;
	}
	
.sidebar_pagenav .categories {margin-top:20px;}

.pagenav h5, .sidebar_pagenav h5, .sidebar_pagenav_meta h5, .widget h5 {
	border-top:#ddd 1px solid;
	padding-top:10px;
	color:#444;
	}

.widget_text.widget h5 {
	border-top:none;
	border-bottom:none;
	}

.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
.widget_social h5.widgettitle, .widget_links h5.widgettitle {
	border-top:none;
	border-bottom:#ddd 1px solid;
	padding-bottom:10px;
	margin-bottom:10px;
	}

.widget_categories .cat-item {
	color:#39c;
	font-size:12px;
	}
	
.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:#39c;*/
	font-size:12px;
	padding-left:8px;
	}

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

#sidebar .widget_ext_links li {
	padding-left:0px;
	padding-bottom:2px;
	margin:2px 0px;
	}

#sidebar .widget_links li {
	font-size:14px;
	padding-left:24px;
	padding-bottom:2px;
	margin:2px 10px;
	}

#sidebar .widget_links a {
	text-decoration:none;
	font-size:14px;
	}

#sidebar .widget_links ul li.googleLink {background:transparent url(../images/google_16.png) 0 2px no-repeat;}
#sidebar .widget_links ul li.wikiLink {background:transparent url(../images/wikipedia_16.png) 0 2px no-repeat;}
#sidebar .widget_links ul li.imdbLink {background:transparent url(../images/imdb_16.png) 0 2px no-repeat;}
#sidebar .widget_links ul li.amazonLink {background:transparent url(../images/amazon_16.png) 0 2px 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;}
*/



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

h5.widgettitle {
	border-top:none;
	border-bottom:#ddd 1px solid;
	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;
	border:#ddd 1px solid;
	
	/* CSS3 Rounded Corners */
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;
		
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;
		
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
		
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	}

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

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

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

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

#wp-calendar td a:hover {
	background:#39c;
	text-decoration:none;
	color:#f9f9f9;
	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:#444;
	border-bottom:1px solid #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 solid #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 solid #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 solid #ddd;
	color:#fff;
	font-weight:bold;
	}

#subNavigation li a:hover, 
#sidebar .widget_pages li a:hover {
	color:#fff;
	background:#39c;
	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 solid #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 solid;
	background:#1e2229;
	color:#fff;
	font-weight:bold;
	width:120px;
	height:30px;
	margin-top:10px;
	font-size:12px;
	padding-bottom:5px;
	outline:0;
	}

#submit:hover, .submit:hover {
	border:1px solid #39c;
	background:#39c;
	cursor:pointer;
	outline:0;
	}

#contact-form .required {
	border-color: #c30;
	}

#contact-form label.error {
	position: relative;
	top: 3px;
	left: 10px;
	font: 10px/1 'Lucida Grande', Helvetica, Arial, sans-serif;
	color: #c30;
	}

#contact-form span.error {
	position: relative;
	left: 10px;
	color: #c30;
	font: 10px/1 'Lucida Grande', Helvetica, Arial, sans-serif;
	}
	
/*.error.required {border:1px solid #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 solid;
	padding-top:30px;
	}
	
.widget_tag_cloud a {
	background:#39c;
	color:#fff;
	line-height:30px;
	margin-bottom:10px;
	padding:2px 4px 2px 4px;
	text-decoration:none;
	}

.widget_tag_cloud a:hover {background:#1e2229;}

.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 solid #000;*/
	display:block;
	/*border-bottom:1px solid #000;*/
	margin:0 auto;
	}
	
#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 solid;
	}

.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 solid #000;
	}
	
*/


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

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

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

/*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: 14px/1.5 'Lucida Grande', Helvetica, Arial, sans-serif;
	}

.widget-area ul ul {
	/*list-style: square;*/
	margin-left: 1.3em;
	}

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

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


/* =Footer =Widget Area
----------------------------------------------------------------------------------------------------*/
#footer-widget-area ul li {color:#49565c;}

#footer-widget-area .widget_navigation {width:550px;}
#footer-widget-area .widget_navigation ul li {
	list-style:square;
	display:inline-block;
	margin:0 0.8em 0 0.3em;
	border-bottom: 1px solid #1e2229;
	background:transparent;
	width:240px;
	}
	
#footer-widget-area .widget_navigation ul li a {
	}
	
#footer-widget-area .widget_navigation ul li a:hover {
	background: #1e2229;
	color: #39c;
	font-size:12px;
	}

#footer-widget-area .widget_text {width:300px;}
#footer-widget-area .widget_text img {width:200px;}
#footer-widget-area .widget_text p {
	margin-bottom:8px;
	color:#888;
	}

#footer-widget-area .widget_text a {
	color:#39c;
	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 solid #1e2229;
	background:transparent;
	width:230px;
	}

#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_navigation ul li a,
#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:#d6dbdd;
	display:block;
	padding:10px;
	font-size:12px;
	}
	
/*#footer-widget-area .widget_archive ul li a {display: inline;}*/

#footer-widget-area .widget_navigation ul li a:hover,
#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: #1e2229;
	color: #39c;
	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 10px;}
.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:940px;}
	
/* Change margin and width of the slider (with dynamic arrows) */
.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel {width:940px;}
	
.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 */
.center { text-align: center; }
dl.upcoming {
	margin-bottom: 10px;
	}
dl.upcoming dt {
	float: left;
	margin: 0 10px 0 0;
	padding: 5px 0;

	text-align: left;
	text-transform: uppercase;
	width: 50px;
	}
dl.upcoming dd {
	margin: 2px 0;
	padding: 5px 0;
	font-weight: bold;
	}

.coda-slider-wrapper {clear:both;overflow:auto;}
.coda-slider {;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 */

.hc { display: none; }
