/*
Theme Name: notaro

Description: Dedicated Wordpress theme for Notaro

*/
@charset "utf-8";


@font-face {
    font-family: 'oxygen';
    src: url('fonts/oxygen-webfont.eot');
    src: url('fonts/oxygen-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/oxygen-webfont.woff') format('woff'),
		url('fonts/oxygen-webfont.ttf') format('truetype'),
		url('fonts/oxygen-webfont.svg#oxygenregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'oxygenbold';
    src: url('fonts/oxygen-bold-webfont.eot');
    src: url('fonts/oxygen-bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/oxygen-bold-webfont.woff') format('woff'),
		url('fonts/oxygen-bold-webfont.ttf') format('truetype'),
		url('fonts/oxygen-bold-webfont.svg#oxygenbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'janeausten';
    src: url('fonts/janeaust-webfont.eot');
    src: url('fonts/janeaust-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/janeaust-webfont.woff') format('woff'),
		url('fonts/janeaust-webfont.ttf') format('truetype'),
		url('fonts/janeaust-webfont.svg#janeaustennosecret') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*** GLOBAL ***/

html,body,form,input {
	border:0;
	padding:0;
	margin:0;
}
input[type="checkbox"],input[type="button"],input[type="submit"],a {
	cursor:pointer;
}

body {
	background:#fff;
	font-family: 'oxygen', Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:14px;
}

a:focus {
	outline: none;
}

input::-moz-focus-inner { border: 0; }

a img {
	border: none;
}

.alignleft,
.fl {
	float: left !important;
        margin: 0 20px 20px 0 !important;

}

.alignright,
.fr {
	float: right !important;
        margin: 0 0 20px 20px !important;
}

.alignnone {
	margin: 0 auto !important;
	display: block !important;
}
.aligncenter {
        display: block !important;
        float: none !important;
        text-align: center !important;
        clear:both !important;
        margin: 0 auto !important;
}




/*** LAYOUT ***/

.page-bg {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 0;
	overflow: hidden;
}

.page-bg img {
	position: relative;
}

#page {
	width: 96%;
	max-width: 700px;
	min-width:300px;
	margin-top:0;
	margin-bottom:250px;
	margin-right:auto;
	margin-left:auto;
	padding: 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
}


#header {
	width: 100%;
	min-height:96px; /* auto */
	z-index:30;
	margin-top: 35px;
	overflow: hidden;
}


#content {
	width: 100%;
}



/****************
*				*
*  CONTENT AREA	*
*				*
*****************/


/*** HEADER ***/

#header {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: url('images/white-alpha-70.png') repeat;
}

#header .logo {
	float: left;
	margin: 15px 0 15px 25px;
}


/* MENU */

.nav {
	min-width: 300px;
}

.nav ul {
	min-height:19px;
	text-transform: uppercase;
	margin: 63px 0 20px;
	padding: 0 0 0 30px; 	
	list-style:none;
	float: right;
	width: 530px;	
}

.nav ul li {
	font-size:12px;
	line-height: 17px;
	float: left;
	margin-bottom: 10px;
	padding: 0 12px; 	
	border-left: 1px solid #000;
}

.nav ul li:first-child {border-left:none;}

.nav ul li a {
	text-decoration:none;
	color: #000;
	display:block;
	padding-top: 2px;
}

.nav ul li a:hover {
	color: #670a01;
}

.nav ul li[class*=current] > a {
	font-family: 'oxygenbold';
	color: #670a01;
}

.page-title {
	margin-top: 9px;
	overflow: hidden;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: url('images/white-alpha-70.png') repeat;
}

.page-title h1 {
	font: 23px/26px 'janeausten';
	text-align: right;
	margin: 15px 35px 12px;
}

/*** CONTENT ***/
#content {
	margin-top: 9px;
	overflow: hidden;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: url('images/white-alpha-70.png') repeat;
}

#content .container {
	padding: 20px 24px;
	overflow: hidden;
}

#content p,
#content ul,
#content ol {
	font-size: 12px;
	line-height: 13px;
	margin: 14px 0;
}

#content .image {
	margin: 17px 15px 0 0;
	float: left;
}

#content .images {
	width: 100%;
	list-style: none;
	margin: 0 ;
	padding: 0;
	text-align: center;
}

#content .images li {
	display: inline-block;
	margin: 7px 7px 9px;
}

.page-id-50  #content .images li {display: inline-block;margin: 5px !important;}
.page-id-50  #content .images {text-align: left !important;}

#content .images li a {
	display: block;
}

.contact #content {
	width: 66%;
	float: right;
}

.contact #content .container {
	padding-bottom: 13px;
}

.contact .map {
	width: 32%;
	float: left;
	margin-top: 9px;
	overflow: hidden;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: url('images/white-alpha-70.png') repeat;
}

.contact .map iframe {
	wiwdth: 100%;
	height: 100%;
}


.contact #content form span,
.contact #content form label {
	padding-bottom: 1px;
	display: inline-block
}

.contact #content form {
	display: block;
    margin: 0 auto;
    position: relative;
	margin-bottom: -10px;
}

.contact #content form p {
	margin: 0;
}

.contact #content form label {
	width: 23%;
	font-size: 12px;
	line-height: 24px;
	position: relative;
	top: 2px;
}

.contact #content form span {
	width: 77%;
}

.contact #content form input[type=text],
.contact #content form input[type=email],
.contact #content form input[type=password] {
	width: 98%;
	height: 20px;
}

.contact #content form textarea {
	display: block;
	width: 128%;
	margin-top: 3px;
}

.twocolumns  #leftcolumn {
	width: 32%;
	float: left;
	margin-top: 9px;
	overflow: hidden;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: url('images/white-alpha-70.png') repeat;
}

.twocolumns #content {
	width: 66%;
	float: right;
}

.twocolumns #content .container {
	padding-bottom: 13px;
}

.twocolumns #leftcolumn .image {
	background-color:#C13037;
	text-align:center;
	padding-bottom:15px;	
}

.twocolumns #leftcolumn .text {
	background-color:transparent;
	padding:20px;
}


/*** FOOTER ***/
#footer {
	max-width: 700px;
	min-width: 300px;
	width: 100%;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	margin : 0 auto;
}

#footer p {
	padding: 0 48px;
}


#footer .fb-button {position:relative;left:-90px;top:-3px;width:20px;height:20px;display:block;text-indent:-1000px;overflow:hidden;float:right;background:url('images/fb-ico.png');}
#myfooter {position:fixed;left:0px;bottom:0px;height:20px;padding:5px 5px 20px 5px;width:100%;background:#000000;z-index: 10;}
#credits {float:right;margin-right:50px;margin-top:5px;}
#credits #biancodesign {margin-right:10px;}
#credits #fontana {position: relative;top: -5px;}

#footer a {
	color: #5E5E5E;
	text-decoration:none;
}

div#footer p.copyright {
	color: #5E5E5E;
}

.bottom-bar {
	width: 100%;
	font-size: 9px;
	text-align: center;
	color: #717171;
	overflow: hidden;
	position: relative;
	z-index: 3;
}

.bottom-bar a {	color: #717171;text-decoration:none;}

.bottom-bar  p {
	line-height: 14px;
	margin: 0;
	padding: 4px 0 0;
}

#lbCenter, #lbBottomContainer {
	z-index: 99999;
}

#lbCenter {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#lbBottomContainer {
	margin-top: -62px;
}

#lbImage {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border-width: 33px 35px 68px;
}

#lbCaption {
	font-size: 10px;
	font-weight: normal;
	color: #000;
}

#lbNumber {
	display: none;
}

#lbBottom {
	border-width: 0 36px;
}

#lbCloseLink {
	width: 16px;
	height: 16px;
	position: absolute;
	right: 11px;
	top: 10px;
}

#lbPrevLink, #lbNextLink {
	width: 17px !important;
	height: 17px !important;
	top: auto;
	bottom: -55px;
	display: block !important;
	z-index: 99999;
}

#lbNextLink {
	right: -5px;
	background: transparent url('images/nextlabel.gif') no-repeat;
}

#lbPrevLink {
	left: -3px;
	background: transparent url('images/prevlabel.gif') no-repeat;
}

input[type=text],
input[type=email],
input[type=password] {
	height: 11px;
	font-size: 9px;
	line-height: 11px;
	color: #333;
	padding: 0 5px;
}

textarea {
	height: 97px;
	font-size: 9px;
	line-height: 11px;
	color: #333;
	padding: 5px;
	border: 0 none;
}

label {
	font-size: 11px;
	line-height: 12px;
	color: #000;
}

input[type=submit] {
	width: 63px;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	float: right;
	margin-right: -1%;
	position: relative;
	right: -2px;
	margin-top: 7px;
	background: #fff;
}

/*** MEDIA QUERY ***/

@media only screen and (max-width: 700px) {
	#header .logo {
		width: 115px;
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.nav ul {
		width: 90%;
		float: none;
		margin: 29px auto 19px;
		text-align: center;
	}

	.nav ul li {
		float: none;
		display: inline-block;
	}

	.nav ul li:first-child {
		border: 0 none;
	}
}

@media only screen and (max-width: 480px) {
	.nav ul li {
		width: 49%;
		padding: 0;
		display: block;
		float: left;
	}
	.nav ul li:nth-child(2n+1) {
		border: 0 none;
	}
	#content .image {
		float: none;
		text-align: center;
	}

	.contact #content {
		width: 100%;
		float: none;
	}

	.contact .map {
		width: 100%;
		float: none;
	}
	
	.twocolumns  #leftcolumn {
		width: 100%;
		float: none;
	}	
	
	.twocolumns  #content {
		width: 100%;
		float: none;
	}
	
	#footer .fb-button {
		top: 14px;
	}

	#lbImage {
		max-width: 240px;
		max-height: 400px;
		background-size: cover;
		background-position: center;
	}

	#lbImage > div {
		max-width: 240px;
		max-height: 400px;
	}

}

hr {background-color:#000000;border: 0;height: 1px;}

#content > div > p > a {color:#000000;text-decoration:none;}

