@import url('fontface.css');
@import url('reset.css');
@import url('layout.css'); 
@import url('user.css'); 
@import url('handheld.css') handheld;
@import url('handheld.css') only screen and (max-width:1024px);
/*@import url('handheld.css') only screen and (max-device-width:480px or max-device-width:1024px);*/

/* global */
body {
	font: 75% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	line-height: 1.5em;
}

ul, ol, p {margin-top:10px;margin-bottom:10px;}
h1 {font-size:2.2em;line-height:1.5em;}
h2 {font-size:1.8em;line-height:1.5em;}
h3 {font-size:1.5em;line-height:1.5em;}
h4 {font-size:1.4em;line-height:1.5em;}
h5 {font-size:1.3em;line-height:1.5em;}
h6 {font-size:1.2em;line-height:1.5em;}
h7 {font-size:1.1em;line-height:1.5em;}

/* common class */
.hide {display:none;}
.cell {display:table-cell;}

/* highlight links that open in a new window */
a[target="_blank"]:after {padding-left:5px;;content:"\23CF";}
/*a:hover {border-bottom:1px dashed #090;}*/
#featured a:hover, div.img a, nav a:hover {border:0;}

/* ie sux */
.slide-title {filter:alpha(opacity=0);}
.slide.visible .slide-title {filter:alpha(opacity=100);}
.slide-summary {filter:alpha(opacity=0);}
.slide.visible .slide-summary {filter:alpha(opacity=100);}
