/*--------- Color dictionary ----------
	Text: #4b494a;
	Orange: #fe5b03;
	Link-blue: #43758f;
	Gray: #696768;
---------- */

/*********************************************************
* 																		TABLE OF CONTENTS
*********************************************************

General
	Elements
		Headings
		Links
		Lists
		Forms & Inputs
		Paragraphs
		Tables
	Classes
Layout
Layout dependent
Menus
	Primary
	Secondary
Specific
	Forms
	Headings
	Links
	Lists
	Tables
Layout pieces
	Classes
	IDs
Pages
*/

/*********************************************************
												***** LEARN, BUT DON'T STEAL! *****
*********************************************************/


@import url('reset.css');
@import url('general.css');


/*------------ LAYOUT ------------*/
	#wrap {
		min-width: 960px;
		background:transparent url('../images/acy-body-bg.jpg') 50% 87px no-repeat;
		text-align: left;
	}
	
	.aside,
	#aside {
		float:left;
		width:230px;
		padding-right: 25px;
	}
	
	#aside {
		font-family: 'Lucida Grande','Trebuchet MS',Sans-serif;
	}
	
	.bside,
	#bside {
		float:right;
		width: 578px/* 635px */;
	}

	#head {
		height:155px;
		width:835px;
		margin: 0px auto;
		padding:35px 90px 0px 35px;
		text-align:left;
		font-family: 'Lucida Grande','Trebuchet MS',Sans-serif;
	}
	
		#head .logo {
			min-width:241px;
			_width:291px;
			text-decoration:none;
			float:left;
			margin-top: -5px;
			padding: 0px 35px 10px 15px;
			background: transparent url('../images/acy-logo-line.jpg') 30% 100% no-repeat;
			color:#040404;
			font-size:1.4em;
			font-weight: 700;
			font-style: italic;
			font-family: Georgia, Serif;
		}
		
		#head .logo em {
			font-size:1.714em /* 24px */;
			color: #3542b7;
			font-weight: 700;
		}
			
		#head .extra-nav {
			float:left;
			font-size:1.2em;
		}

		#head .lang-nav {
			float:right;
			text-transform: uppercase;
		}
		
		#head .extra-nav a,
		#head .lang-nav a {
			text-decoration:none;
			color: #38333f;
			font-size:12px;
		}
		
		#head .extra-nav a:hover,
		#head .lang-nav a:hover {
			text-decoration:underline;
		}
		
		#head .blazonry {
			float:left;
			_display:inline-block;
			position:relative;
			left:30px;
			top: -20px;
		}
		
		#head .blazonry img {
			padding-right: 7px;
		}
		
		#nav {
			padding-top:70px;
		}
		
		#nav li {
			/*border-bottom:1px solid #cdcac1;*/
			_display:inline-block;
			margin:0px;
			/* padding:5px 0px 6px 10px; */
		}
		
		/*#nav li.even {
			background: transparent url('../images/proc-menu-even-bg.gif') 50% 0% repeat-y;
		}*/
		
		#nav a,
		#nav li ul a,
		#nav li.active ul a {
			display: block;
			padding:4px 15px 5px 10px;
			font-weight:700;
			font-size:14px;
			text-decoration:none;
			color: #38333f;
			_width:207px;
		}
		
		#nav .apart {
			padding-top:1.5em;
		}
		
		#nav .apart ul li {
			padding-top: 0px;
		}
		
		#nav .apart a {
			color: #88858c;
		}
		
		#nav .active {
			font-style: italic;
		}
		
		#nav .active a,
		#nav a:hover,
		#nav li ul a:hover,
		#nav li.active ul a:hover {
			color:#3542b7;
			background:transparent url('../images/acy-menu-arrow.png') 100% 50% no-repeat;
			_background:transparent url('../images/acy-menu-arrow-1.gif') 100% 60% no-repeat;
			/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='images/acy-menu-arrow.png');*/
		}
		
		/*#nav .apart a:hover {
			_background: none !important;
		}*/
		
		/* subnav */
		#content #nav li ul {
			margin-top:0px;
			xmargin-bottom: 0.75em;
			_margin-bottom: 0em;
		}
		
		/*#nav li ul li {
			border-bottom: 0px;
			_border-bottom: 1px solid #F8F4EA;
			border-top:1px solid #cdcac1;
		}*/
		
		#nav li.active ul a {
			background: transparent;
		}
		
		#subnav li {
			display:inline;
			font-style: italic;
			font-size: 1.1em;
		}
		
		#subnav .active a {
			color: #3542b7;
		}
		
	#content {
		display:block;
		width:835px;
		margin: 0px auto;
		padding:0px 90px 50px 35px;
		font-size:1.2em;
		line-height:1.5em;
		text-align:left;
	}
	
		h1.pagetitle {
			font-size:30px;
			font-weight:400;
			margin-top:65px;
		}
		
	#footer {
		clear:both;
		width:100%;
		margin: 0px auto;
		font-family:'Lucida Grande','Trebuchet MS',Sans-serif;
		font-size:1.2em;
		line-height:1.4em;
		font-weight: 700;
		text-align:left;
		background: transparent url('../images/acy-footer-line.jpg') -82px 0% repeat-x;
	}
	
		#footer-inner {
			width:890px;
			margin: 0px auto;
			padding:20px 35px;
			background: transparent url('../images/proc-footer-bg.gif') 0 0 repeat-x;
		}
	
	#footer .bside {
		float:left;
		width: 635px;
	}
		
	#footer p, #footer li {
		font-size:12px;
	}
	
	#footer a {
		color: #38333f;
		text-decoration: none;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}
	
	#footer-nav li {
		display: inline;
	}
	
	#footer-nav .souvenires {
		padding-left: 25px;
	}
	
	#footer .counters img {
		padding-right:15px;
		opacity:0.5;
		filter:alpha(opacity=50);
	}
	
	.illustration {
		position:absolute;
		z-index:1;
	}
	
	#placeholder {
		display:block;
		height:235px;
	}
		
/*------------ IDs ------------*/

/* #news */
#news {
	/*float:left;
	width:325px;
	padding-right: 19px;
	border-right: 1px solid #cdcac1;*/
	font-size: 1.165em;
}

/*#content .wide {
	width:578px;
	border-right:0px;
	padding-right: 0px;
}*/

	#news dt {
		font-family:'Lucida Grande','Trebuchet MS',Sans-serif;
		/* color:#9e0b0f; */
		color: #537b24/* b78535 */;
		font-weight:400;
	}
	
	#news dd {
		margin-bottom:1.5em;
		border:0px;
	}
	
	#news dd h3 {
		margin-top: 0.5em;
		margin-bottom: 0.5em;
	}
	
	#news a {
		text-decoration: none;
	}
	
	#news a:hover {
		text-decoration: underline;
	}
	
	#news a.title {
		font-style: italic;
		font-size: 1.142em; /* 16px */
	}
	
	/* #news a.rarr {
		background-image:url('../images/rarr-white.gif');
	} */
	
	#news h2 {
		margin-top:0.4em;
		font-size:1.8em; /* 23px */
		line-height:0.78em; /* 18 */
		font-weight:700;
		font-style: italic;
	}	
	
	#news .more,
	#news .rss,
	.print {
		color:#777;
		font-family:'Lucida Grande','Trebuchet MS',Sans-serif;
		font-size: 0.9167em;
		text-decoration: underline;
	}
	
	#news .more:hover,
	#news .rss:hover,
	.print {
		text-decoration: none;
	}
	
	#news .rss {
		background: transparent url('../images/rss-icon.gif') 0 55% no-repeat;
		padding-left: 16px;
	}
	
	.print {
		background: transparent url('../images/txt.png') 0 55% no-repeat;
		padding-left: 16px;
	}
/* /#news */

/* Pagination */

#pagination {
	margin:2.5em 0em 1.25em 0em;
	font-weight:bold;
	/*font-family:Verdana, Sans-serif;*/
}

#pagination a,
#pagination b {
	padding:3px 7px;
}

#pagination b {
	background:transparent;
	/* color:#9E0B0F; */
	color: #88858C;
}

/* /Pagination */

/* Theme nav */

.theme-nav {
	display:block;
	float:right;
	padding:0.6em 9px;
	border-left:1px solid #d2d2d4;
}

.theme-nav li {
	color:#a6a6a6;
	padding:2px 8px 3px 8px;
	margin-bottom: 0.5em;
}

.theme-nav a {
	color:#454545;
	text-decoration:none;
}

/*.theme-nav a:hover {
	color:#0174b7;
}*/

.theme-nav li.active {
	background:#3542b7 none 0% 100% no-repeat;
}

.theme-nav li.active a {
	color:#f5f5f7;
	cursor:default;
}

.theme-nav li.active a:hover {
	text-decoration: none  !important;
	color:#f5f5f7;
	cursor:default;
}

.last-theme-nav {
	margin-left:40px;
}


/* PAGES */

/* home page */

/*.home-page #bside {
	background: transparent url('images/acy-electrodes.jpg') 0 0 no-repeat;
}*/

#electrodes, 
.intro {
	position:relative;
	z-index:2;
	/*background: transparent url('../images/acy-electrodes.jpg') 0 30px no-repeat;*/
}

#electrodes h2 {
	font-style: italic;
	margin:0.75em 0em 0.35em 0em;
}

#electrodes p {
	font-size:14px;
	font-family:'Lucida Grande','Trebuchet MS',Sans-serif;
}

#electrodes a,
.intro a {
	color:#38333f;
	text-decoration:none;
}

#electrodes a:hover,
.intro a:hover {
	color: #3542b7;
}

#electrodes .quote,
.intro .quote {
	font-size:1.3em;
	line-height:1.5em;
	font-family: Georgia, Serif;
	background: transparent url('../images/acy-start-quote.gif') 0 0 no-repeat;
	margin-top:0.4em;
	padding-left: 30px;
	padding-top: 7px;
	margin-left: -30px;
}

#electrodes .quote .end,
.intro .quote .end {
	background: transparent url('../images/acy-end-quote.gif') 100% 100% no-repeat;
	padding-right: 15px;
}

#electrodes #placeholder {
	width: 515px;
	height:235px;
}

#electrodes-img {
	top:246px;
}

/* about */

#buildings-img {
	top:379px;
}

#buildings #placeholder {
	height:301px;
}

/* zommed letter t */

#zoomed-t-img {
	top:357px;
	margin-left: 232px;
}

#zoomed-t #placeholder {
	height:269px;
}

/* envelope (contacts page) */

#envelope-img {
	top:373px;
	margin-left: 290px;
}

#envelope #placeholder,
#ordinary #placeholder {
	height:135px;
}

#ordinary-img {
	top:373px;
	margin-left: 220px;
}

/* purple ball with question sign inside */

#qball-img {
	top:373px;
	margin-left: 457px;
}

/* dolls (souvenires page) */

#dolls-img {
	top:328px;
	margin-left: 221px;
}

#dolls #placeholder {
	height:265px;
}

/* fish clock (souvenires page) */

#fish-clock-img {
	top:333px;
	margin-left: 270px;
}

#fish-clock #placeholder {
	height:195px;
}

/* pyramid (services page) */

#prism-img {
	top:341px;
	margin-left: 182px;
}

#prism #placeholder {
	height:174px;
}

/* Sticky footer */
/* Taken from the thatgamecompany.com website after fullyillustrated 
		Usage: <span id="chromefix"></span>
*/

#chromefix {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 1px;
}

/* /Sticky footer */

	
/*--------- Development (to be removed) ----------*/
	/*#content #bside, #content #aside {
		border-bottom:1px solid navy;
		border-top:1px solid navy;
	}*/

	/*body * {
		xbackground:url('../images/ruller.gif') left bottom repeat-x;
		xbackground:url('../images/tape.gif') left bottom repeat-x;
		xborder-bottom:1px solid navy;
		xborder-top:1px solid navy;
	}
	
	body {
		xbackground:url('../images/960grid.png') repeat-x;
	}
	
	#main_content {
		xborder-bottom:1px solid green;
		xborder-top:1px solid green;
	}*/
/*--------- /Development (to be removed) ----------*/

