/*  =INFO
---------------------------------------------------
Site Name: Jila Nikpay
Site URI: www.jilanikpay.com
Description: Jila Nikpay's Online Portfolio
Version: 2.0
Author: Alison Stump
Author URI: www.ailea-studio.com
*/

/*  =RESET STYLES
---------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-weight: inherit;
 font-style: inherit;
 font-size: 100%;
 font-family: inherit;
 vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
 outline: 0;
}
body {
 line-height: 1;
 color: black;
 background: white;
}
ol, ul {
 list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
 border-collapse: separate;
 border-spacing: 0;
}
caption, th, td {
 text-align: left;
 font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
 content: "";
}
blockquote, q {
 quotes: "" "";
}


/*  =GLOBAL ELEMENTS
-------------------------------------------------------------- */ 
html, body { height: 100%; }
* { margin:0; padding:0; } 

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	background: url(../images/background.jpg) repeat;
	color: #666;
}

strong {
	font-weight: bold;
	color: #333;
}

em{ font-style: italic; }
 
a, a:active { outline: none; } 

a:link {
	color:  #FF6600;
	text-decoration: underline;
}
 
a:visited {
	color: #FF6600;
}
 
a:hover, a:active {
	color: #666;
	text-decoration: none;
}

a:hover img{
		opacity: 0.7; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter: alpha(opacity=70); -moz-opacity: 0.7;-khtml-opacity: 0.7;
	}
 
h1 {
	color: #000;
	font-weight: bold;
	font-size: 38px ;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: .2em;
	font-style:italic;
}
 
h2 {
	color: #333;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
}
 	h2 a:link { color: #333; text-decoration: none; }
	h2 a:visited { color: #333; text-decoration: none; }
	h2 a:hover { color: #FF6600; }

h3 {
	color: #FF6600;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 24px;
}
 
h4 {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 18px;
	font-style: italic;
}
	h4 .normal{ font-weight: normal; }

p{
	line-height: 1.3em;
	margin-bottom: 18px;
}


/*  = Body Container
-------------------------------------------------------------- */
#container{
	position: absolute;	
	top: 200px;
	left: 22px;
}

.content {
	position: relative;
	left: 0px;
	right: 0px;
	border: 2px #B2B2B2 solid;
	background: #EDEDED;
	margin-right: 22px;
	padding: 60px 50px 40px 50px;
	margin-right: 22px;
	width: 90%;
	float: left;
	/*Start Hopefully making rounded corners*/
	-moz-border-radius:3ex;
	-webkit-border-radius:3ex;
	
	/* End Hopeful Rounded Corners*/
}



/*  =HEADER
-------------------------------------------------------------- */
 
#top{
	background: url(/images/topBG.gif) repeat-x;
	width: 100%;
	height: 100px;
	top: 0px;
	left: 0px;
	position: fixed;
	z-index: 1000;
	min-width: 800px;
}
#homeTop{
	background: url(/images/homeTopBG.png) repeat-x;
	width: 100%;
	height: 100px;
	top: 0px;
	left: 0px;
	position: fixed;
	z-index: 1000;
	min-width: 800px;
}
	#homeTop .heading{
		top: 25px;
	}
	#homeTop ul#nav{
		top: 67px;
	}

	.heading{
		position: relative;
		display: inline-block;
		width: 338px;
		height: 59px;
		top: 20px;
		left: 64px;
	} 
 
#subHeading{
	position: absolute;
	top: 120px;
	left: 74px;
}

/*  =NAVIGATION
-------------------------------------------------------------- */

ul#nav {
	float:right;
	position:relative;
	top:50px;
	width:420px;
	padding-right: 20px;
}

ul#nav li{
	text-align:center;
	vertical-align:top;
	width:84px;
    display: -moz-inline-stack; /* FF2 FIX */
    display: inline-block;
	zoom: 1;                /* IE FIX */
   	*display: inline;       /* IE Fix */
	_height: 250px;         /* IE Fix */
	float: right;
}

/*  =CONTENT
-------------------------------------------------------------- */
 .indexImage{
	 width: 100%; 
	 position: absolute; 
	 top: 0px; 
	 left: 0px; 
 }
 
 .slide{
	cursor: pointer;
	text-decoration: underline;
	 }
	 .slide:hover{ color: #FF6600; }



ul.gallery li{
	min-height: 250px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	margin: 0px 40px 0px 0px;
	zoom: 1;
	*display: inline;
	_height: 250px;
	text-align: center;
}
	ul.gallery li.left{ text-align: left;}

.pdf{
	position: relative; 
	font-variant:small-caps; 
	width: 150px; 
	margin: 60px 0px 0px 22px;
	float: left;
}


/*  =FOOTER
-------------------------------------------------------------- */


#footer {
	position: relative;
	width: 100%;
	padding-bottom: 22px;
	vertical-align: bottom;
	font-size: 12px;
	color: #666666;
	left: 52px;
	top: 20px;
	clear: both;
} 


/*  =DEFAULT STYLES
-------------------------------------------------------------- */
 
.alignleft {float: left;}
.alignright {float: right;}
.clear {clear: both;}
 
.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}
 
.small {font-size: 0.8em;}
file.hidden {display: none;}
.italic{ font-style: italic;}

.highlight{ font-weight: bold; font-style:italic; font-size: 12px; }

.padding{ padding: 15px;}
