/*
Theme Name: Alessandro_Minoli
Description: Alessandro_Minoli Default Theme
Version: 1.0
Author: RONIT SHAHAM

*/


/*
-----------------------------------------------------------------------------
CORE RESET 
-----------------------------------------------------------------------------*/
html, body { margin: 0; padding: 0; font-size: 14px;}
	body {}
* { font-family:Futura,"Century Gothic",AppleGothic,sans-serif ; font-weight: normal; font-size:1em; line-height: 1.3em;  margin: 0; padding: 0; outline: 0;  color: #000; }
	
img { border: none; display: block; }
table, td, form, fieldset { border: none; border-collapse: collapse; border-spacing: 0; }
li { list-style: none; line-height:1.3em;margin-bottom:3px}
:focus { outline: none; }

.clear { clear: both; height: 0; margin: 0; padding: 0; line-height: 0; font-size: 1px; overflow: hidden; }
.hide { display: none; }
.right { float: right; }
.left { float: left; }
.current { cursor: default; }
.seperator{border-top:1px solid #cbc7bf;padding:2px 0px}

/*
-----------------------------------------------------------------------------
TYPOGRAPHY & DISPLAY
-----------------------------------------------------------------------------*/
p { margin-bottom: 1em; }
a { text-decoration: none; color: #000; cursor:pointer}
	a:hover {text-decoration:underline}
h1 { margin: 10px 0 5px 0px; font-size: 1.5em; font-weight:normal;  color: #7c7a67;}
	h1 a{color: #7c7a67;}
h2 { margin-bottom: 6px; margin-top:10px; color:#b9b684; font-size: 1.2em; border-bottom: 1px solid #b9b684 }
h3 { margin-bottom: 10px; font-size: 1.3em; font-weight: bold;letter-spacing: -1px; text-align: left; }

strong { font-weight: bold; color: #fff; }
em { font-style: italic; font-weight: bold; }

label { display: block; font-size: 1.1em; font-weight: bold; font-style: italic; text-transform: lowercase; }
input, textarea {}
select { font-size: 1.2em; color: #444; }
.btn { display: block; margin: 0; padding: 0; cursor: pointer; overflow: hidden; border: none; text-indent: -5000px; }


/*
-----------------------------------------------------------------------------
CORE MODULES
-----------------------------------------------------------------------------*/
#wrapper { width: 1024px;margin:0px auto;}
#content{padding:0px;position:relative}
#footer{text-align:center;padding-left:120px;font-size:0.9em}

/*
-----------------------------------------------------------------------------
PAGE
-----------------------------------------------------------------------------*/

.list{width:200px;float:left;margin-top:60px}
.frame{background:url(images/frame.gif) no-repeat 50% 0;width:800px; height:607px;float:left;}
.frame_content{margin:160px 0px 0px 167px;width:450px;height:300px;overflow:auto;}

/*
-----------------------------------------------------------------------------
HOME
-----------------------------------------------------------------------------*/
.home #content{background:url(images/index.jpg) no-repeat 50% 0;height:800px;}
/*.home .home_nav span{display:none}*/
.home .home_nav{position:relative}
.home .home_nav a{display:block;width:50px;height:20px;position:absolute;}
	a.nav_about{top:165px;left:640px}
	a.nav_other{top:345px;left:680px}
	a.nav_contact{top:507px;left:645px}
	
	a.nav_work{top:295px;left:340px}
	a.nav_news{top:442px;left:378px}
.home .home_nav a span{display:none;}	

/*
-----------------------------------------------------------------------------
CONTACT
-----------------------------------------------------------------------------*/
.contact #content{background:url(images/contact.jpg) no-repeat 50% 0;height:610px}
.contact .email_hide span{display:none;}
.contact .email_hide{display:block;width:400px;height:25px;position:absolute;top:500px;right:115px;cursor:pointer;z-index:5;}


/*
-----------------------------------------------------------------------------
OTHER
-----------------------------------------------------------------------------*/
.other_content{background:none;width:800px; height:457px;margin:70px 0px 0px 20px;float:left;}
.other ul{width:500px;}
	.other li{}

/*
-----------------------------------------------------------------------------
ACCORDION
-----------------------------------------------------------------------------*/
#basic-accordian{}

.accordion_headings{
	cursor:pointer;
}

.accordion_headings:hover{}

.accordion_child{
	padding:3px 15px;
}

.header_highlight{}



