/* CSS Document */

/******************************/
/*                            */
/*    Handheld stylesheet     */
/*    for sanazmazinani.net   */
/*                            */
/******************************/

/*****************/
/* standard tags */
/*****************/

body {
	background-image:url(/assets/images/mainBkd.gif);
	margin: 5px 0 0 5px;
	padding:0;
	font-size: 81%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #CCCCCC;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color:#0099FF;
}
a:active {	background-color:#CCCCCC; }

p {
	line-height:160%;
	padding:3px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}
h1 {font-size: 2.75em;}
h2 {font-size: 2em;}
h3 {font-size: 1.35em;}
h4 {font-size: 1em;}
h5 {font-size: .8em;}
h6 {font-size: .65em;}


/******************/
/* custom classes */
/******************/
.underline {text-decoration:underline;}

/***************/
/* Layout DIVs */
/***************/
   
#mainContent{ max-width: 240px; }

#navContainer { padding:0; }

#thumbNav {
	display:none;
}
#artContainter {
	width:auto;
	height:auto;	
}
#footer{
	clear: both;
	width: 100%;
	padding-top: 3px;
	font-size:9px;
}

/***   MAIN NAVIGATION   ***/

	/* all lists: */
#dropMenu, #dropMenu ul, #dropMenu li {
	float: left;
	list-style: none;
	line-height: 120%;
	padding: 0;
	margin: 0;
	width:500px;
}
#dropMenu a:link{
	color: #333333;
	padding: 0em 1em 0.25em 1em;
}
#dropMenu a.pappy {
	display:none;
}
#dropMenu ul ul{ padding-left:15px; }

#dropMenu li.inprogress{
	background-image: url(/assets/images/li_greyL.gif);
	background-repeat: no-repeat;
	background-position: 1.3em -.1em;
}


/***   ART   ***/

#art {
	height:auto;
	width:auto;
	margin:0;
}
div.scrollText li {
	list-style-type:none;
	line-height: 160%;
	padding:0;
}
div.scrollText h4 {
	line-height: 100%;
	margin-bottom: -1.2em;
}
#art img {
	height:80%;
	width:80%;
	bottom:0;
	border:none;
}
#caption { padding: 5px 0 0 0; }

.arrows {
	font-weight:bold;
	font-size:12px;
}
.arrows a:hover { background-color:#999999 ; }

h5.title { font-size: 1em; }

#home {display:none;}