/*************************************************/	
/* CSS by Andrew Shanley www.andrewshanley.co.uk */
/*************************************************/	


/**
 * structure
 */
body {
	background-color: #000;
}
html, body {
}
#container {
	position: relative;
	z-index: 20;
}
html.js #container section#biograpy,
html.js #container section#clients,
html.js #container section#contact {
	display: none;
}
p#welcome-message {
	display: none;
	position: fixed;
	z-index: 10;
	top: 20px;
	right: 20px;
	z-index: 20;
	margin-bottom: 0px;
	width: auto;
	padding: 7px 10px 7px 39px;
	background-color: rgba(240,222,74,0.9);
	color: #000000;
	text-shadow: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	/*background-image: url("/resource/image/background-icon.png");*/
	background-repeat: no-repeat;
	background-position: 7px center;
	-moz-box-shadow: 5px 5px 5px #000;
	-webkit-box-shadow: 2px 2px 7px rgba(0,0,0,0.7);
	box-shadow: 2px 2px 7px rgba(0,0,0,0.7);
}
p#welcome-message .arrow {
  border-color: rgba(240,222,74,0.9) transparent transparent transparent;
  border-style: solid;
  border-width: 10px;
  height: 10;
  width: 10;
  position: absolute;
  bottom: -20px;
  left: 42px;
}

/* background-stretch */
#large-photo-container {
	position: fixed;
	display: none;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	z-index: 10;
}
#large-photo-container img  {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
}

/* caption-container */
#large-photo-caption  {
	position: fixed;
	z-index: 10;
	bottom: 20px;
	right: 20px;
	z-index: 20;
	margin-bottom: 0px;
	width: auto;
	max-width: 500px;
}
#large-photo-caption:empty {
	display: none;
}
#large-photo-caption h3 {
	margin-bottom: 3px;
}
#large-photo-caption p {
	margin-bottom: 2px;
	font-size: 11px;
}


/**
 * elements
 */
h1 {
	font-size: 28px;
	font-weight: normal;
	font-family: "QuicksandBook", Tahoma, Geneva, sans-serif;
	margin: 0px 0px 5px -1px;
	text-shadow: 1px 1px 0px #000000;
	letter-spacing: -0.04em;
	color: #f0de4a;
}
h1 a, h1 a:active, h1 a:visited {
}
h1 a:hover, h1 a:active:hover, h1 a:visited:hover {
}
h2 {
	font-size: 17px;
	color: #ffffff;
	font-weight: normal;
	font-family: "QuicksandBook", Tahoma, Geneva, sans-serif;
	margin: 0px 0px 0px 0px;
	text-shadow: 1px 1px 0px #000000;
}
h3 {
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
	font-family: "QuicksandBook", Tahoma, Geneva, sans-serif;
	margin: 0px 0px 0px 0px;
	text-shadow: 1px 1px 0px #000000;
}
p, li, td, hgroup h2 {
	font-size: 12px;
	font-family: "QuicksandBold", Tahoma, Geneva, sans-serif;
	margin: 0px 0px 10px 0px;
	text-shadow: 1px 1px 0px #000000;
	letter-spacing: -0.01em;
	line-height: 1.5em;
	color: #ccc;
}

/* header */
header {
	margin-top: 20px;
}

/* boxing */
.boxing {
	padding: 5px 20px 5px 20px;
	background-color: rgba(0,0,0,0.80);
	margin-bottom: 5px;
	margin-left: 20px;
	width: 230px;
	float: left;
	clear: both;
	position: relative;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.boxing h2 a,
.boxing h3 a {
	display: block;
}

/* nav */
nav {
	width: 240px !important;
	padding-right: 10px !important;
}
nav h2 {
	margin-bottom: 3px;
}
nav .thumbnail-container {
}
nav .thumbnail-container h3 {
	clear: both;
	padding-bottom: 1px;
}
nav .thumbnail-container h3 a {
	padding: 2px 0px 2px 0px;
}
nav .boxing {
	border-bottom: 1px solid #222;
}
nav .boxing .loading {
	position: absolute;
	margin: 2px 0px 0px -23px;
}

/* h3.expander */
nav h3.expander {
	position: relative;
	margin-right: 30px;
}

nav h3.expander span {
	display: block;
	height: 23px;
	width: 30px;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: -30px;
	background-image: url("../images/nav-arrows.png");
	background-repeat: no-repeat;
}
nav h3.expander.unselected span,
nav h3.expander.unselected:hover span:hover {
	background-position: 15px 3px;
}
nav h3.expander.unselected:hover span {
	background-position: 15px -47px;
}
nav h3.expander.selected span {
	background-position: 15px -97px;
}
nav h3.expander.selected span:hover {
	background-position: 15px -147px;
}
nav h3.expander.selected a {
	text-decoration: none;
	cursor: text;
}

/* thumbnails */
.thumbnails {
	padding: 5px 0px 0px 0px;
}
html.js .thumbnails {
	display: none;
}
.thumbnails a {
	float: left;
	outline: none;
}
.thumbnails a img {
	margin: 0px 10px 10px 0px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	border-right: 1px solid rgba(255,255,255,0.3);
	-moz-box-shadow: 2px 2px 0px rgba(255,255,255,0.3);
	-webkit-box-shadow: 2px 2px 0px rgba(255,255,255,0.3);
	box-shadow: 2px 2px 0px rgba(255,255,255,0.3);
}
.thumbnails a:hover img {
	margin: -2px 12px 12px -2px;
	border-bottom: 1px solid rgba(255,255,255,0.9);
	border-right: 1px solid rgba(255,255,255,0.9);
	-moz-box-shadow: 4px 4px 0px rgba(255,255,255,0.9);
	-webkit-box-shadow: 4px 4px 0px rgba(255,255,255,0.9);
	box-shadow: 4px 4px 0px rgba(255,255,255,0.9);
 	transition: all .1s linear;
	-o-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-webkit-transition: all .1s linear;
}
.thumbnails a:nth-child(3n) img {
	margin-right: 0px;
}
.thumbnails a img.selected {
	border-bottom: 1px solid rgba(255,255,255,0.9);
	border-right: 1px solid rgba(255,255,255,0.9);
	-moz-box-shadow: 2px 2px 0px rgba(255,255,255,0.9);
	-webkit-box-shadow: 2px 2px 0px rgba(255,255,255,0.9);
	box-shadow: 2px 2px 0px rgba(255,255,255,0.9);
}
.thumbnails a img.selected:hover {
	border-bottom: 1px solid rgba(255,255,255,0.9);
	border-right: 1px solid rgba(255,255,255,0.9);
	-moz-box-shadow: 4px 4px 0px rgba(255,255,255,0.9);
	-webkit-box-shadow: 4px 4px 0px rgba(255,255,255,0.9);
	box-shadow: 4px 4px 0px rgba(255,255,255,0.9);
}
.thumbnails a img.loading {
	border: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	position: absolute;
	margin: 12px 0px 0px 27px;
}

/* tweets */
@media only screen and (max-height: 800px) {
	#nav-news #tweets ul.tweet_list li:nth-child(2),
	#nav-news #tweets ul.tweet_list li:nth-child(3) {
		display: none;
	}
}
@media only screen and (max-height: 900px) {
	#nav-news #tweets ul.tweet_list li:nth-child(3) {
		display: none;
	}
}

#nav-news h2 {
	margin-bottom: 5px;
}
#nav-news #tweets {
}
#nav-news #tweets ul.tweet_list {
	margin-left: 0px;
	padding-left: 0px;
}
#nav-news #tweets ul.tweet_list li {
	list-style-type: none;
	margin-bottom: 10px;
}
#nav-news #tweets ul.tweet_list li span.tweet_text {
	display: block;
	margin-bottom: 1px;
	color: #bbb;
}
#nav-news #tweets .tweet_list .tweet_time {
	display: block;
	color: #666;
	font-size: 11px;
	letter-spacing: 0em;
	margin-left: 5px;
}
#nav-news #tweets .tweet_list .tweet_time:before {
	content: "~ ";
}


/* footer */
footer {
	margin-bottom: 20px !important;
}
footer h2 {
	margin-bottom: 5px;
}
footer p {
}
footer p.facebook,
footer p.twitter {
	margin: 10px 20px 15px 0px;
	float: left; 
}
footer p.facebook a,
footer p.twitter a {
	background-repeat: no-repeat;
	background-position: center left;
	padding: 5px 0px 5px 25px;
}
footer p.facebook a {
	background-image: url("/resource/image/icon-facebook.png");
}
footer p.twitter a {
	background-image: url("/resource/image/icon-twitter.png");
}
footer p.copyright,
footer p.website-by {
	font-size: 11px;
	letter-spacing: normal;
}
footer p.copyright {
	clear: both;
	margin-bottom: 1px;
}
footer p.website-by {
}


/* aside */
aside {
}

/* back-container */
/*#back-container {
	position: fixed;
	left: 410px;
	top: 35px;
	width: 55%;
}*/

#back-container {
	position: absolute;
	left: 410px;
	top: 35px;
	width: 55%;
}

#back-container h2 {
    font-size:80px;
	/*font-size: 50px;*/
	font-weight: normal;
	font-family: "QuicksandLight", Tahoma, Geneva, sans-serif;
	margin: 0px 0px 30px -11px;
	text-shadow: 1px 1px 0px #000000;
	letter-spacing: -0.08em;
	color: #444;
}
#back-container p,
#back-container li {
	color: #888;
}
#back-container p {
	line-height: 1.6em;
}
#back-container li {
	line-height: 2em;
}
#back-container img {
	float: right;
	margin: 0px 0px 20px 30px;
}

/**
 * general styles
 */


/**
 * specific pages
 */
.client-list {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
}
.client-list li {
	width: 180px;
	float: left;
}


/*dealer*/

.ROLL
{
    background-image: url(../images/Bandiera_Israele.png);
    width: 139px;
    height: 100px;
}

.ROLL:hover
{
    /*background-image: url(../banner_02.gif);*/
    width: 139px;
    height: 100px;
}
