/* CSS Document */

/******************************/
/*                            */
/*    PRIMARY stylesheet      */
/*    for sanazmazinani.net   */
/*                            */
/******************************/


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

body {
	background-image:url(/assets/images/mainBkd.gif);
	margin: 50px 0 0 50px;
	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;}

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 */
/******************/

.Hide {	display: none; }

.underline {text-decoration:underline;}

/***************/
/* Layout DIVs */
/***************/
   
	/* IE Dynamic Expression to set the width: */
#wrapper {
	min-width: 875px;
	max-width: 1200px;
	width:expression(document.body.clientWidth < 875 ? "875px" : document.body.clientWidth > 1200 ? "1200px" : "99.9%");
}
#header {
	width: 300px;
	position:absolute;
	right:0;
	background-image:url(/assets/images/headBkd.gif);
	background-repeat:no-repeat;
	background-position: right top;
	height:100px;
}
#header h1 {
	padding-right:25px;
	line-height: .7em;
	text-indent:-9000px;
	display:none;
}
#header h2 {
	color:#CCCCCC;
	text-align:right;
	padding-right:25px;
	line-height: .85em;
	text-indent:-9000px;
	display:none;
}
#section { height:27px; }

#navContainer {
	text-align:right;
	float:right;
	width:300px;
	height:500px;
}


/***   MAIN NAVIGATION   ***/
#dropMenuContainer {
	width: 100%;
	text-align: left;
	padding: 120px 0 0 0;
}
	/* all lists: */
#dropMenu, #dropMenu ul {
	float: left;
	width: 5.5em;
	list-style: none;
	line-height: 120%;
	padding: 0;
	margin: 0;
}
#dropMenu a, #dropMenu li ul a{
	display: block;
	width: 5.5em;
	color: #333333;
	text-decoration: none;
	padding: 0em 1em 0.25em 1em;
}
#dropMenu a:active{
	background-color:#666666;
	color:#CCCCCC;
}
#dropMenu a.daddy {
	background: url(/assets/images/rightarrowWhite3.gif) center right no-repeat;
	width: 5.3em;
}
* html #dropMenu a.daddy {
	width:7.3em;
	w\idth:5.3em;
}
#dropMenu a.pappy {
	background: url(/assets/images/navarrow.gif) center right no-repeat;
	width: 5.5em;
	border-top:#CCCCCC solid 3px;
}
* html #dropMenu a.pappy {
	width:7.5em;
	w\idth:5.5em;
}

#dropMenu li.inprogress{
	background-image: url(/assets/images/li_greyL.gif);
	background-repeat: no-repeat;
	background-position: 1.3em -.1em;
	width: 10.75em;
}
	/* all list items
	width needed or else Opera goes nuts: */
#dropMenu li {
	float: left;
	width: 7em;
	padding: 0;
}
	/* second-level lists
	using left instead of display to hide menus because display: none isn't read by most screen readers: */
#dropMenu li ul {
	position: absolute;
	width: 7em;
	margin: 0;	
	left: -999em;
	height: auto;
}
	/* first level list */
#dropMenu li li { width: 6.15em; }

#dropMenu li li li, #dropMenu li li li a { width: 13.25em; }

	/* second-level lists: */
#dropMenu li ul ul {
	margin: -1.5em 0 0 7em;
	padding-left: 7px;
	padding-right:0px;
}
	/* lists nested under hovered list items: */
#dropMenu li:hover ul ul, #dropMenu li:hover ul ul ul, 
#dropMenu li.sfhover ul ul, #dropMenu li.sfhover ul ul ul { left: -999em; }

#dropMenu li:hover ul, #dropMenu li li:hover ul, 
#dropMenu li li li:hover ul, #dropMenu li.sfhover ul, 
#dropMenu li li.sfhover ul, #dropMenu li li li.sfhover ul { left: auto; }

#dropMenu li:hover, #dropMenu li.sfhover {
	background-color: #CCCCCC;
	width:auto;
}


/* THUMBNAIL NAVIGATION */

#thumbNav {
	padding: 240px 0 0 0;
	margin: 0;
	font:bold 0.79em/2.25em "Courier New", Courier, mono;
	bottom: 0px;
	left:0px;
}
* html #thumbNav {
	padding: 208px 0 0 0;
	p\adding: 240px 0 0 0;
}
#thumbNav ul{
	padding:0;
	text-align:center;
	list-style-type:none;
	margin: 0;
	width: 14em;
} 
#thumbNav li{
	width: 2em;
	float: left;
	padding: 0.25em;
	margin: 0;
}
* html div#thumbNav li{
	width: 2.5em;
	w\idth: 2em;
}

#thumbNav a, #thumbNav a:link {
	display:block;
	text-decoration:none;
	width:100%;
	color:#CCCCCC ;
	background: #333333;
} 
#thumbNav a:hover {
	background:#999999;
	color:#CCCCCC;
} 
#thumbNav a:active {
	background:#666666;
	color:#666666;
}
#thumbNav a.current {
	background:transparent;
	color:#666666;
}


/***   ART   ***/

#artContainter {
	float:left;
	width:500px;
	height:500px;	
}
#art {
	height:500px;
	width:500px;
	margin:0;
	position:relative;
}
#art img {
	position:absolute;
	bottom:0;
	background-color:#CCCCCC;
	border:none;
}
div.scrollText {
	position:relative;
	height: 470px;
	width: 480px;
	padding: 10px;
	margin-top: 10px;
	overflow: auto;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
}
* html div.scrollText {
	height: 485px;
	h\eight: 470px;
	width: 504px;
	w\idth: 480px;
}
div.scrollText li {
	list-style-type:none;
	padding:0;
}
div.statement h4 {
	font-size:1.2em;
	color:#CCCCCC;
	line-height:160%;
	padding-bottom: 0px;
	margin:0;
	text-align:center;
	background:#666666;
}
#cv ul {
	list-style: none;
	margin-left: 0;
	padding-left: 58px;
	text-indent: -38px;
}
#cv li {
	padding-bottom:1em;
}
.line2 {
text-indent: 0px;
}
.line2L {
text-indent: 60px;
}
#links li {
	line-height:220%;
}

#caption {
	padding: 5px 0 0 0;
	height: 30px;
	width:500px;
}
.arrows {
	float:right;
	font-weight:bold;
	font-size:12px;
}
.arrows a:hover{
	text-decoration: none;
	background-color:#999999;
}
h5.title{
	float:left;
	font-size: 1em;
}
#caption a img { border:none; }



/** SECTIONS **/
#links a,
#cv a {
	text-decoration:underline;
}


/***   FOOTER   ***/

#footer{
	display: block;
	clear: both;
	width: 100%;
	padding: 45px 0 0 0;
	margin: 0;
	text-align: left;
	font-size:9px;
	color:#999999;
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	text-decoration: none;
	color: #999999;
}
#footer a:hover {
	text-decoration: underline;
	color:#0099FF;
}
#footer a:active {
	background-color:#CCCCCC;
}
