/* CSS Document */

/******************************/
/*                            */
/*    Print stylesheet     */
/*    for sanazmazinani.net   */
/*                            */
/******************************/

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

body {
	margin: 5px 0 0 5px;
	padding:0;
	font-size: 81%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #FFFFFF;
}
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;}

form {
	margin:0;
	padding:0;
}
fieldset {
	border: 1px solid #781351;
	width: 20em;
}
label, .submit {
	width:100px;
	display:block;
	text-align:right;
	padding: 0 20px 0 0;
}
label{ float:left; }

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

/***************/
/* Layout DIVs */
/***************/

 #wrapper { width:100%; }  
   
#header{
	width:auto;
	width:100%;
	/*background:url(/assets/images/headBkd.gif) 0 0 no-repeat;*/
	height:100px;
	padding:0;
}
#section{ height:18px; }

#footer{
	clear: both;
	width: 100%;
	padding-top: 11px;
	font-size:9px;
}
/*#header h1,*/ #header h2,
.arrows, #navContainer, 
.Hide, #footer a {	display:none; }

/***   ART   ***/

#art {
	height:500px;
	width:500px;
	margin:0;
}
div.scrollText li {
	list-style-type:none;
	line-height: 160%;
	padding:0;
}
div.scrollText h4 {	line-height: 100%; }

#art img {
	bottom:0;
	border:none;
}
#caption { padding: 14px 0 0 0; }

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

