@charset "UTF-8";
/* CSS Document */
/* Copyright teachmepersian.com 2012 */

/* Reset : if it is not reset, everything will not show correctly */
html, body, div, head, h1, h2, h3, p, blockquote, span, em, strong, img, ol, ul, li, video, th, td, tr {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
}

/*@font-face declarations*/
@font-face {
	font-family: 'FarsiFont';
	src: url('../assets/IranNastaliq.ttf') format('truetype');
	src: local('☺'), url('../assets/COMPSET.woff') format('woff'), url('../assets/IranNastaliq.ttf') format('truetype'), url('../assets/COMPSET.svg#webfont4CzPTNtF') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Global Styles */
html {
	/* Firfox */
	background: -moz-linear-gradient(center top, rgb(182,141,76) 0%, rgb(232,211,178) 100%);
	/* Safari */
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0, rgb(182,141,76)), color-stop(1, rgb(232,211,178)));
	
	/* Microsoft */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#b68d4c', EndColorStr='#e9d4b3');
	/* background: #e1d8b9 url(../images/background.jpg) repeat-x; */
	background-attachment:fixed;  /*fixes overflow of backgroun */
	height: 100%;
	width: 100%;
}

body {
	position: relative; 
	font:Arial, Helvetica, sans-serif;
	width: 978px;
	/* width: 80%; */
	margin: 0 auto;
	background: white;
}

#subHeader {
	position: relative;
	height: 60px;
	background-color: black;
	background-image: url(../images/logoTrans.png);
	background-position:right;
	background-repeat: no-repeat;
	padding-top: 10px;
}

#subHeader:hover {
	background-image:url(../images/logoWhite.png);
	background-repeat: no-repeat;
}

#textField {
	color: white;
	font-family:Arial;
	font-size:1em;
	margin-left: 30px;
	padding-left:30px;
	padding-top: 15px;
}

#pageHeader {
	height: 254px;
	background: url(../images/banner2.jpg) no-repeat;
	position: relative;
}

.farsi {
	font-family: FarsiFont;
}

#pageHeader2 {
	height: 254px;
	background: url(../images/banner1.jpg) no-repeat;
	position: relative;
}

#pageHeader3 {
	height: 254px;
	background: url(../images/banner3.jpg) no-repeat;
	position: relative;
}

#pageHeader4 {
	height: 254px;
	background: url(../images/banner4.jpg) no-repeat;
	position: relative;
}

#pageHeader5 {
	height: 254px;
	background: url(../images/banner5.jpg) no-repeat;
	position: relative;
}

#pageHeader6 {
	height: 254px;
	background: url(../images/workshopheader.jpg) no-repeat;
	position: relative;
}

#pageHeader7 {
	height: 254px;
	background: url(../images/banner6.jpg) no-repeat;
	position: relative;
}

#pageHeader8 {
	height: 254px;
	background: url(../images/workshopheader2.jpg) no-repeat;
	position: relative;
}


#pageHeader h1 {
	font-size: 2.2em;
	color: #fff;
	padding-top: 10px;
}

#pageHeader p {
	text-align: right;
	width: 35%;
	padding: 1% 1% 0;
	height: 50px;
	font-size: 2em;
	color: #fff;
	background: rgba(123, 121, 143, .4); /*transparent background*/
	position: absolute;
	top: 0;
	right: 0;
}

#pageHeader2 p {
	text-align: right;
	width: 24%;
	padding: 1% 1% 0;
	height: 50px;
	font-size: 2em;
	color: #fff;
	background: rgba(123, 121, 143, .4); /*transparent background*/
	position: absolute;
	top: 0;
	right: 0;
}

#pageHeader3 p {
	text-align: right;
	width: 35%;
	padding: 1% 1% 0;
	height: 50px;
	font-size: 2em;
	color: #fff;
	background: rgba(123, 121, 143, .4); /*transparent background*/
	position: absolute;
	top: 0;
	right: 0;
}

#pageHeader4 p {
	text-align: right;
	width: 24%;
	padding: 1% 1% 0;
	height: 50px;
	font-size: 2em;
	color: #fff;
	background: rgba(123, 121, 143, .4); /*transparent background*/
	position: absolute;
	top: 0;
	right: 0;
}

#pageHeader5 p {
	text-align: right;
	width: 24%;
	padding: 1% 1% 0;
	height: 50px;
	font-size: 2em;
	color: #fff;
	background: rgba(123, 121, 143, .4); /*transparent background*/
	position: absolute;
	top: 0;
	right: 0;
}

#pageHeader6 p {
	text-align: right;
	width: 40%;
	padding: 1% 1% 0;
	height: 50px;
	font-size: 2em;
	color: #fff;
	background: rgba(123, 121, 143, .4); /*transparent background*/
	position: absolute;
	top: 0;
	right: 0;
}

#pageHeader7 p {
	text-align: right;
	width: 40%;
	padding: 1% 1% 0;
	height: 50px;
	font-size: 2em;
	color: #fff;
	background: rgba(123, 121, 143, .4); /*transparent background*/
	position: absolute;
	top: 0;
	right: 0;
}

#pageHeader8 p {
	text-align: right;
	width: 40%;
	padding: 1% 1% 0;
	height: 50px;
	font-size: 2em;
	color: #fff;
	background: rgba(123, 121, 143, .4); /*transparent background*/
	position: absolute;
	top: 0;
	right: 0;
}
/* OLD navigation menue */
#navigation {
	height: 32px;
	background: black; /* remove later */
}

#navigation ul {
	list-style: none; /* removes bullets */
	padding: 0;
}

#navigation li {
	display: block;
	background: maroon;
	padding: 5px 1.1px;
	border: 1px solid black;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	float: left;
	margin: 0 auto;
	width: 118px;
}

#navigation a:link {
	text-decoration: none;
	color: white;
}

#navigation a:hover {
	color: orange;
}

#navigation a:active {
	color: black;
}

#navigation a:visited {
	color: white;
	text-decoration: none;
}

/* end navigation */

/* NEW drop down navigation menu*/
#primary_nav_wrap
{
	margin-top: 0px;
	height: 32px;
	background: black; /* remove later */
}

#primary_nav_wrap ul
{
	list-style: none; /* removes bullets */
	padding: 0;
	position: relative;
	float: left;
	margin: 0;
}

#primary_nav_wrap ul a
{
	display: block;
	color: white;
	text-decoration: none;
	padding:0 15px;
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 1em;
	text-align: center;
}

#primary_nav_wrap ul li
{
	display: block;	
	background: maroon;
	padding: 5px 1.1px;
	border: 1px solid black;
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 1em;
	text-align: center;
	float: left;
	margin: 0 auto;
	width: 118px;
	position: relative; /*drop down secret*/
}

#primary_nav_wrap ul li.current-menu-item
{
	background: orange;
}

#primary_nav_wrap ul li:hover
{
	background: orange;
}

#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	padding:0;
}

#primary_nav_wrap ul ul li
{
	float: none;
	width:123%;
	/* width: 117px; */
}

#primary_nav_wrap ul ul a
{
	padding:0px 15px
}

#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%
}

#primary_nav_wrap ul li:hover > ul
{
	display: block
}

/* drop down menu */

/* main container */
#sidebar {
	margin: 10px;
	text-align:left;
	float: left; 
	width: 28%;
	margin-bottom: 1em;
	background: orange;
	padding:10px;
	border: 1px solid #000;
	border-radius: 10px;
	box-shadow: 5px 5px 3px 1px rgba(0,0,0,.5);
}

#sidebarPersonal {
	margin: 7px;
	text-align:left;
	float: left; 
	width: 31%;
	margin-bottom: 1em;
	background: orange;
	padding:5px;
	border: 1px solid #000;
	border-radius: 10px;
	box-shadow: 3px 3px 3px 1px rgba(0,0,0,.5);
}

#sidebar+p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.8em;
	text-align: left;
}

.imageContainer {
	position: relative;
	width: 240px;
	height: 160px;
	border: 2px ridge black;
	margin: 15px;
}

.imageContainer2 {
	position: relative;
	width: 160px;
	height: 186px;
	margin-left: 50px;
	margin-top: 10px;
/* border: 1px ridge black;	*/
}

.imageContainer3 {
	position: relative;
	width: 240px;
	height: 310px;
	border: 2px ridge black;
	margin: 15px;
}

.imageContainer4 {
	position: relative;
	width: 240px;
	height: 246px;
	border: 2px ridge black;
	margin: 15px;
}

.imageContainer5 {
	position: relative;
	width: 160px;
	height: 160px;
	margin: 15px;
}

.imageContainer6 {
	position: relative;
	width: 260px;
	height: 336px;
	border: 2px ridge black;
	margin: 5px;
}

.imageContainer7 {
	position: relative;
	width: 260px;
	height: 250px;
	border: 1px ridge black;
	margin: 5px;
}

.imageContainer8 {
	position: relative;
	width: 77px;
	height: 100px;
	border: 1px ridge black;
	margin: 1px;
}

.imageContainer88 {
	position: relative;
	width: 180px;
	height: 235px;
	border: 1px ridge black;
	margin: 1px;
}

.imageContainer9 {
	position: relative;
	width: 125px;
	height: 175px;
	border: 1px ridge black;
	margin: 1px;
}

.imageContainer10 {
	position: relative;
	width: 225px;
	height: 300px;
	border: 1px ridge black;
	margin: 15px;
}

.imageContainer11 {
	position: relative;
	width: 55px;
	height: 83px;
	border: 1px ridge black;
	margin: 1px;
}

.imageContainer12 {
	position: relative;
	width: 351px;
	height: 301px;
	left: 100px;
	margin: 1px;
}

.imageContainer13 {
	position: relative;
	width: 401px;
	height: 189px;
	left: 80px;
	margin: 1px;
}

.imageContainer14 {
	position: relative;
	width: 301px;
	height: 301px;
	left: 130px;
	margin: 1px;
}

.imageContainer15 {
	position: relative;
	width: 401px;
	height: 187px;
	left: 80px;
	margin: 1px;
}

#imageContainer16 {
	position: relative; 
	float: left; 
	width: 102px;
	height: 228px;
	border: 1px solid black;
	margin-bottom: .5em;
	margin-top: 1px;
	padding:3px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: blue;
	background-color: #FFFFFF;
}

.smallLogo {
	padding-left: 35%;
}

#content {
	/* border: 1 solid #300; */
	margin: 10px;
	float: right;
	width: 60%;
	margin-bottom: 1em;
	background: lightyellow;
	padding:20px;
	text-align:justify;
	unicode-bidi:embed;
	border: 1px ridge #000;
	border-radius: 15px;
	box-shadow: 5px 5px 3px 1px rgba(0,0,0,.5);
}

#content li {
	list-style: none; /* removes bullets */
}

#dictionary {
	/* border: 1 solid #300; */
	margin: 10px;
	float: right;
	width: 60%;
	margin-bottom: 1em;
	background: white;
	padding:20px;
	text-align:justify;
	unicode-bidi:embed;
	border: 1px ridge #000;
	border-radius: 15px;
	box-shadow: 5px 5px 3px 1px rgba(0,0,0,.5);
}

#dictionary li {
	list-style: none; /* removes bullets */
}

#register {
	margin-top: 10px;
	margin-left: 30px;
	margin-bottom: 10px;
	float: left;
	width: 90%;
	background: lightyellow;
	padding: 20px;
	text-align: justify;
	border: 1px ridge #000;
	border-radius: 15px;
	box-shadow: 5px 5px 3px 1px rgba(0,0,0,.5);
}

#terms {
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 10px;
	float: left;
	width: 90%;
	background: lightyellow;
	padding: 20px;
	text-align: left;
	border: 1px ridge #000;
	border-radius: 15px;
	box-shadow: 5px 5px 3px 1px rgba(0,0,0,.5);
}
#terms li {
	list-style:inside;
	padding: 2px;
}
#terms h3 {
	font-size: 1.2em;
	color: #000;
	font-weight:bold;
	padding-top: 10px;
}
.termz {
	list-style:lower-alpha; 
	padding:10px;
}
.termzz {
	list-style: lower-greek;
	padding:15px;
}

#resources {
	margin: 10px;
	float: left;
	width: 93%;
	background: lightyellow;
	padding: 20px;
	text-align: justify;
	border: 1px ridge #000;
	border-radius: 15px;
	box-shadow: 5px 5px 3px 1px rgba(0,0,0,.5);
}

#resources a {
	text-decoration:none;
	color: maroon;
}

#innerResource1 {
	position:relative;
	left: 10px;
	float:left;
	background: orange;
	padding: 5px;
	margin: 0;
	width: 30%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:.8em;
	border: 1px solid black;
	border-radius: 10px;
	box-shadow: 5px 5px 3px 1px rgba(0,0,0,.5);
}

#innerResource2 {
	position:relative;
	left:40px;
	float:left;
	background: orange;
	padding: 5px;
	margin: 0;
	width: 30%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:.8em;
	border: 1px solid black;
	border-radius: 10px;
	box-shadow: 5px 5px 3px 1px rgba(0,0,0,.5);
}

#innerResource3 {
	position:relative;
	right: 10px;
	float:right;
	background: orange;
	padding: 5px;
	margin: 0;
	width: 27%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:.8em;
	border: 1px solid black;
	border-radius: 10px;
	box-shadow: 5px 5px 3px 1px rgba(0,0,0,.5);
}
/* end container*/

/* footer section */
#pageFooter {
	position: relative;
	height: 105px;
	clear: both;
	background: #000; 
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: gray;
	padding: 15px;
	border: none;
}

#pageFooter h1 {
	font-family: "Century Gothic", Century;
	font-size: 14px;
	font-weight: bold;
	color: back;
	text-transform: uppercase;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0;
}

#pageFooter p {
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
}

/* footnav Menu */
#footnav {
	position: absolute;
	width: 200px;	
	left: 20px;
	padding-left: 10px;
}

#footnav a:link {
	color: #fff;
	text-decoration: none;
	font-size: small;
	font-weight: normal;
}
#footnav a:visited {
	color: white;
	text-decoration: none;
	font-weight: normal;
}

#footnav a:hover {
	color: #9e2520;
	font-weight: normal;
}
/* end footnav */

/* contact */
#contact {
	position: absolute;
	width: 200px;
	left: 400px;
}
/* end of contact */

/* network */
#network {
	position: absolute;
	width: 200px;
	left: 750px;
}

#network a img {
	padding-right: 4px;
}
/* end of network */

/* --- end of footer section --- */

/* --- other classes --- */
.nounderline {
	text-decoration: none;
	color: brown;
	}

.em {
	font-style:italic;
}

.smaller {
	font-size:xx-small;
}

.nounderline1 {
	text-decoration: none;
	color: black;
	}

.nounderline2 {
	text-decoration: none;
	color: maroon;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	}

.nounderline3 {
	text-decoration: none;
	color: green;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	}
.nonunderline4 {
	text-decoration: none;
	color:#314B8A;	
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	}
.nonunderline5 {
	text-decoration: none;
	color:red;	
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	}
.nonunderline6 {
	text-decoration: none;
	color:gray;	
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	}
.nonunderline7 {
	text-decoration: none;
	color:purple;	
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	}

.parHead {
	padding-bottom:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
	font-weight: bold;
}

.parHead1 {
	padding-bottom:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
	font-weight: bold;
	color:#314B8A;
}

.parHead2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:.8em;
	text-align:justify;
}

.parHead3 {
	padding-bottom:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
	font-weight: bold;
	color:red;
}

.parHead4 {
	padding-bottom:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
	font-weight: bold;
	color:brown;
}

.parHead5 {
	padding-bottom:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
	font-weight: bold;
	color:green;
}

.parHead6 {
	padding-bottom:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
	font-weight: bold;
	color:purple;
}

.style1 {
	color: #FF0000;
}

.tableText {
	font-family: "Times New Roman", Times, serif;
	font-size:1em;
	color: black;	
}

.pad {
	padding-left: 25px;
}

.mylist {
	padding-left: 5px;
}


#harz {
	display:none;
}

#part1 {
	position: relative;
	height: 260px;
	background-image: url(../images/part1.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding-top: 10px;
}

#part1:hover {
	background-image:url(../images/part2.jpg);
	background-repeat:no-repeat;
}

#thumb1 {
	position:absolute;
	top:378px;
	right:30px;
	height:100px;
	width:77px;
}
#thumb2 {
	position:absolute;
	top:500px;
	left:360px;
	height:100px;
	width:77px;
}
#thumb3 {
	position:absolute;
	top:620px;
	right:30px;
	height:100px;
	width:77px;
}
#thumb4 {
	position:absolute;
	top:740px;
	left:360px;
	height:100px;
	width:77px;
}
#thumb5 {
	position:absolute;
	top:850px;
	right:30px;
	height:100px;
	width:77px;
}
#thumb6 {
	position:absolute;
	top:970px;
	left:360px;
	height:100px;
	width:66px;
}
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: orange;
    color: black;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
	font-family: "Times New Roman", Times, serif;
	font-size:1em;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
    background-color: #ccc;
}
/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: lightyellow;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion:after {
	content: '\25B6'; /* Unicode character for "right pointing triangle" sign , left-pointing 25C0 */
    font-size: 13px;
    color: black;
    float: left;
    margin-right: 5px;
}

.active:after {
    content: "\25BC"; /* Unicode character for "down-pointing triangle" sign, up-pointing 25B2 */
}
/* -- end of other classes -- */
