/*----------------------------------------------------


CONTENTS:
	1: CSS RESET
	2: DESIGN LAYOUT
	3: VERTICAL NAVIGATION (USED IN BLOG)
	4: GLOBAL ELEMENTS (REUSABLE STYLES)
	5: HEADINGS
	6: GLOBAL HYPERLINKS
	7: SEARCH POP DOWN
	8: MINIMISE SCREEN BUTTON
	9: FULLSCREEN ELEMENTS
	10: CONTENT LAYOUT VARIATIONS
	11: CONTENT COLUMNS VARIATIONS
	12: BLOG PAGE ELEMENTS
	13: BLOG ARTICLE ELEMENTS
	14: FOOTER ELEMENTS
	15: CONTACT PAGE ELEMENTS 
	16: MAIN NAVIGATION (HORIZONTAL NAV)
	17: TWITTER FEED
	18: PORTFOLIO / GALLERY STYLES
	19: AJAX ONLY CSS
	20: CHANGE THE FONT COLOUR SCHEME
	21: ADD YOUR STYLES
	
-------------------------------------------------------*/

/*****************************************************
1.  CSS RESET
******************************************************/
* {
	text-decoration: none;
	font-size: 1em;
	outline: none;
	padding: 0;
	margin: 0;
	}
code, kbd, samp, pre, tt, var, textarea, 
input, select, isindex, listing, xmp, plaintext {
	white-space: normal;
	font-size: 1em;
	font: inherit;
	}
dfn, i, cite, var, address, em { 
	font-style: normal; 
	}
th, b, strong, h1, h2, h3, h4, h5, h6 { 
	font-weight: normal; 
	}
a, img, a img, iframe, form, fieldset, 
abbr, acronym, object, applet, table {
	border: none; 
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
caption, th, td, center { 
	vertical-align: top;
	text-align: left;
	}
body { 
	background: black; 
	line-height: 1; 
	color: white; 
	background-image:url(../gif/dot.gif);
	background-repeat:repeat;

	}
q { 
	quotes: "" ""; 
	}
ul, ol, dir, menu { 
	list-style: none; 
	}
sub, sup { 
	vertical-align: baseline; 
	}
a { 
	color: inherit; 
	}
hr { 
	display: none; 
	}
font { 
	color: inherit !important; 
	font: inherit !important; 
	color: inherit !important; /* editor's note: necessary? */ 
	}
marquee {
	overflow: inherit !important;
	-moz-binding: none;
	}
blink { 
	text-decoration: none; 
	}
nobr { 
	white-space: normal; 
	}
.img-left {
		
		 margin-right:2px;
		max-width: 100%; height: auto
	}

/*****************************************************
2.  DESIGN LAYOUT
******************************************************/
	.lingua {
    float: right;
    font-weight: bold;
    line-height: 30px;
    margin-top: 2px;
	 margin-right:02px;
}
#cerca {
	
	top:25px;
	right:1px;

}


.formcerca {
background:red;
border: none;
font-weight:bold;
color: #fff;
margin-left: 0;
padding-top: 2px;
padding-right: 0px;
padding-bottom: 5px;
padding-left: 3px;
-webkit-border-radius:10px;
margin:0px;
	
}
.social {
	margin-right:30px;

}


.data{
	font-size: 10px;
	color: #333;
	font-weight: normal;
	margin-bottom: 8px;
	margin-top: 8px;
	float:right;
}
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 100%;
	margin: 0px;
	color: #FFFFFF;
}
.outside {
	height: auto;
	min-height: 100%;
	position: relative;
	overflow: hidden;
}

#header-outer {
	margin: 0 auto;
	color: #FFF;
	background-image: url(../gif/header.png);
	background-repeat: repeat-x;
	background-position: left 15px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000;
}

#header-inner {
	width:auto;
	height: auto;
	padding: 0;
	margin: 0 auto;
	position: relative;
}

#nav-wrap {
	float: left;
	padding: 0;
	background-color: #171717;
	border: 1px solid #000;
	margin-top: 48px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}
#nav-wrap-inner {
	float: left;
	padding: 0;
	margin: 0 auto;
	border: 1px solid #252525;
	
}

.content-outer {
	margin: 0 auto;
	padding-bottom: 27px;/*Footer height*/
}

.content-inner {
	width: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	line-height: 150%;
}

.logo {
	float: left;
	margin-top: 5px;
	position: absolute;
	margin-right:10px;

	
}

/*****************************************************
4.  colonne
******************************************************/

.left-col {
    
    padding-right: 5px;
    width:auto;
	clear:both

}
.right-col {
    
    padding-left: 5px;
    width: auto;
	clear:both
}

.copertina img  {
max-width: 100%; height: auto
}

/*****************************************************
4.  GLOBAL ELEMENTS (REUSABLE STYLES)
******************************************************/

html { -webkit-text-size-adjust:100%}
p {
	padding-bottom: 10px;
}
strong {
	font-weight: bold;
}

li {
	margin-left: 25px;
	list-style-type: circle;
}

ul.arrow li {
	background-image: url(../gif/arrow-list.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-top: 2px;
	padding-left: 25px;
	list-style-image: none;
	list-style-type: none;
}
ul.tick li {
	background-image: url(../gif/tick.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-top: 2px;
	padding-left: 25px;
	list-style-image: none;
	list-style-type: none;
}
table.storm-table {
	font-size: 11px;
	color: #bbbbbb;
	border-width: 1px;
	border-color: #000;
	border-collapse: collapse;
	width: 100%;
}
table.storm-table th {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #000;
	font-weight: bold;
	background-image: url(../gif/up-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #171717;
	color: #fff;
}
table.storm-table td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #000;
}
table.storm-table tr{
	background-color:#070707;
}

.img-left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.img-right {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}

/*****************************************************
6.  GLOBAL HYPERLINKS
******************************************************/

a:link, a:visited {
	color: #9c6f8b;
	text-decoration:none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
a.button-link, a.more-link {
	line-height: 13px;
	text-align: center;
	height: 13px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	display: inline-block;
	color: #FFF;
	font-size: 12px;
	background-color: #070707;
	text-shadow: 1px 1px 0px #000;
	border: 1px solid #000;
	-webkit-box-shadow: 0px 1px 0px #1d1d1d;
	-moz-box-shadow: 0px 1px 0px #1d1d1d;
	box-shadow: 0px 1px 0px #1d1d1d;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	background-image: url(../gif/down-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
a.button-link:hover, a.more-link:hover {
	color: #9c6f8b;
	text-shadow: -1px -1px 0px #000;
	text-decoration: none;
	background-image: none;
}

/*****************************************************
7.  SEARCH POP DOWN
******************************************************/
.search-pop-up {
	float: right;
	margin-right: 3px;
	margin-top: 2px;
	position: relative;
}
a.search-a {
	background-image: url(../gif/search.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 44px;
	display: block;
} 
a.search-a:hover {
	background-image: url(../gif/search1.png);
}
.search-container {
	padding: 10px;
	position: absolute;
	right: 3px;
	top: 38px;
	width: 180px;
	display: none;
	background-color: #171717;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-box-shadow: 1px 1px 0px #000000;
	-moz-box-shadow: 1px 1px 0px #000000;
	box-shadow: 1px 1px 0px #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	background-image: url(../gif/sub-nav-bg.png);
	background-repeat: repeat-y;
	background-position: right top;
}
.search-input-wrap {
	float: left;
}
.search-input-wrap input {
	color: #bbbbbb;
	background-color: #070707;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	width: 123px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #090909;
	border-left-color: #090909;
	border-bottom-width: 1px;
	border-bottom-color: #212121;
	-webkit-box-shadow: inset 0px -1px 0px #000;
	-moz-box-shadow: inset 0px -1px 0px #000;
	box-shadow: inset 0px -1px 0px #000;
}
.search-input-wrap input:focus {
	color: #fff;
    background-image: none;
	border-top-color: #212121;
	border-left-color: #212121;
	border-right-color: #212121;
	-webkit-box-shadow: inset 0px 3px 15px #000;
	-moz-box-shadow: inset 0px 3px 15px #000;
	box-shadow: inset 0px 3px 15px #000;
}
.search-button-wrap {
	float: right;
}
.search-button-wrap input {
	display: block;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	height: 28px;
	width: 40px;
	text-align: center;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
	display: inline-block;
	color: #FFF;
	font-size: 13px;
	background-color: #070707;
	text-shadow: 1px 1px 0px #000;
	border: 1px solid #000;
	-webkit-box-shadow: 0px 1px 0px #000;
	-moz-box-shadow: 0px 1px 0px #000;
	box-shadow: 0px 1px 0px #000;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	background-image: url(../../gif/up-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	float: right;
}
.search-button-wrap input:hover {
	text-decoration: none;
	color: #9c6f8b;
	-webkit-box-shadow: 0px 1px 0px #000;
	-moz-box-shadow: 0px 1px 0px #000;
	box-shadow: 0px 1px 0px #000;
	position: relative;
	top: 2px;
	
}
/*****************************************************
8.  MINIMISE SCREEN BUTTON
******************************************************/
.min-button {
	float: right;
	margin-right: 3px;
	margin-top: 2px;
}

.min-button a {    
    background-repeat: no-repeat;
    background-position: left top;
    height: 35px;
    width: 44px;
    display: block;
}

a.min {
	background-image: url(../gif/minimise.png);
} 
a.min:hover {
	background-image: url(../gif/minimise1.png);
}

/*****************************************************
9.  FULLSCREEN ELEMENTS
******************************************************/
#nojs-background img {
	display: none;
  
}


/*****************************************************
11.  CONTENT COLUMNS VARIATIONS
******************************************************/
.one-of-three {
	float: left;
	width: 283px;
	margin-right: 20px;
}
.two-of-three {
	float: left;
	width: 283px;
	margin-right: 20px;
}
.three-of-three {
	float: right;
	width: 283px;
	margin-right: -20px;
	padding-right: 20px;
}

.one-of-two {
	float: left;
	width: 440px;
	margin-right: 20px;
}
.two-of-two  {
	float: right;
	width: 440px;
	margin-right: -20px;
	padding-right: 20px;
}

.one-small-of-two {
	float: left;
	width: 220px;
	margin-right: 20px;
}
.one-large-of-two {
	float: right;
	width: 660px;
	margin-right: -20px;
	padding-right: 20px;
}
.bottom-breaker {
	padding-top: 5px;
	padding-bottom: 35px;
	margin-bottom: 10px;
	background-image: url(../gif/section-breaker-white.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.bottom-breaker  h1 {
	font-size: 20px;
	color: #9c6f8b;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 3px;
	display: block;
}

/*****************************************************
16.  MAIN NAVIGATION (HORIZONTAL NAV)
******************************************************/
ul#horz-nav-ul {
	margin: 0px;
	padding: 0px;

}
ul#horz-nav-ul li {

	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-bottom:#FFF dotted 1px;
	width:100%;
}
ul#horz-nav-ul li a {
	line-height: 1.3em;
	color: #F7F7F7;
	height: 1.3em;
	text-shadow: #000 -1px -1px 0px;
    padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	font-size: 13px;

}
ul#horz-nav-ul li a:hover {
	text-decoration: none;
	
	color: #9c6f8b;

}
ul#horz-nav-ul li a.sf-with-ul {
    padding-right: 10px;
}

#horz-nav-ul, #horz-nav-ul * {
	margin:	0;
	padding: 0;
	list-style:	none;
}
#horz-nav-ul {
	line-height: 1.0;
}
#horz-nav-ul ul {
	position: absolute;
	top: -999em;
	width: 100%; /* sottomenu */
	background-color: #494949;
	margin-top: .4em;
	padding-top: 5px;
	padding-bottom: 5px;
-webkit-border-radius:5px;

}
#horz-nav-ul ul li ul {
	margin-top: 0;
	margin-left: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
-webkit-border-radius:5px;
	border-top-style: none;
	margin-right:20px;
}
#horz-nav-ul ul li, #horz-nav-ul ul li ul li {
	width: 100%;
	display: block;
}
#horz-nav-ul li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */

}
#horz-nav-ul li {
	
	position: relative;
	clear:both;
}
#horz-nav-ul ul li a, #horz-nav-ul ul li a ul a,
#horz-nav-ul ul li span, #horz-nav-ul ul li a ul span {
	display: block;
	position: relative;
	
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	text-align: left;
	height: auto;
	font-size: 15px;
	margin-right: 5px;
	margin-left: 5px;
	float: none;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-shadow: #000 -1px -1px 0px;
}
#horz-nav-ul ul li a:hover, #horz-nav-ul ul li a ul a:hover,
#horz-nav-ul ul li span:hover, #horz-nav-ul ul li a ul span:hover {
	color: #acbc86;
	cursor: pointer;
	background-color: #0c0c0c;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#horz-nav-ul ul li a:hover, #horz-nav-ul ul li a ul a:hover {
	background-image: none;
}

#horz-nav-ul li:hover ul,
#horz-nav-ul li.sfHover ul {
	left: 0;
	top: 2.5em; /* match top ul list item height */
	z-index: 99;
}
ul#horz-nav-ul li:hover li ul,
ul#horz-nav-ul li.sfHover li ul {
	top: -999em;
}
ul#horz-nav-ul li li:hover ul,
ul#horz-nav-ul li li.sfHover ul {
	left: 13em; /* match ul width */
	top: 0;
}
ul#horz-nav-ul li li:hover li ul,
ul#horz-nav-ul li li.sfHover li ul {
	top: -999em;
}
ul#horz-nav-ul li li li:hover ul,
ul#horz-nav-ul li li li.sfHover ul {
	left: 13em; /* match ul width */
	top: 0;
}
