/** 
 * Irannearu main CSS file
 *84,61,47
 * @version: 0.2.2 2010-06-11
 */

body {
    direction: ltr;
    text-align: left;
    padding: 0;
    margin: 0;
    background: rgb(240,240,240);
    color: rgb(0,0,0);
    font-family: Verdana, Tahoma, Arial, Sans;
    font-size: 18px;
}

h1,h2,h3,h4,h5,h6 {
    font-family: arial, sans;
    font-weight: bold;
    color: rgb(0,0,0);
    clear: both;
    padding: .2em;
    margin: .5em;
    margin-top: 1em;
}

a {
    text-decoration: underline;
    color: rgb(0,0,0);
}

a:active {
    color: rgb(0,0,0);
}

a:visited {
    color: rgb(0,0,0);
}

a:hover{
	color: rgb(180,143,105);
	text-decoration: underline;
}

a img,
img a {
	border: none;
}

table {
    border-collapse: collapse;
}

td {
	padding: 0px;
}


hr {
    background: rgb(200,200,180);
    border: solid 1px rgb(200,200,180);
}


/* general purpose classes */
.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.ltr {
    direction: ltr;
    text-align: left;
}

span.title {
	font-family: Arial, Sans;
	font-size: 16px;
	font-weight: bold;
}

p.announcement {
	color: rgb(245,219,181);
}


div.center,
ul.center,
table.center,
p.center,
img.center {
    margin-left: auto;
    margin-right: auto;
}


/* object specific IDs and classes */

div#global_wrapper {
    width: 100%;
    background: rgb(240,240,240);
}

table#layout {
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
    border-bottom: dotted 1px rgb(150,150,150);
}

table#layout td {
    padding: 0;
    margin: 0;
    border: none;
    vertical-align: top;
}

td#layout_col_1st {
    width: 150px;
    margin: 0;
    padding: 10px;
    background: rgb(70,70,70);
}

td#layout_col_2nd {
    width: 140px;
    padding: 10px;
    background: rgb(255,251,120) url('images/main-menu-bg-blur.jpg') repeat-y left top;
    font-size: 16px;
    line-height: 150%;
}


td#layout_col_3rd {
    background: url('images/grad-gray.jpg') repeat-y left top;
}


#logo {
    margin: 5px;
    padding: 0;
    width: 140px;
    height: 140px;
    background:  url('images/logo-effects.png') no-repeat scroll center center;
}

#content2 {
    margin: 0;
    padding: 1em;
   /** background: url('images/content-effect.png') no-repeat scroll -80px 40%;*/
    height: 100%;
}

#content2 img {
    border: none;
    background: url('images/images-bg.png') no-repeat scroll -10px 99%;
    margin: 0;
    padding: 10px;
    padding-left: 25px;
    padding-bottom: 30px;
}


#content2 h1 {
    font-size: 26px;
    border-bottom: dotted 1px rgb(84,61,47);
}

#content2 h2 {
    width: 25em;
    padding: 4px;
    padding-right: 8px;
    font-size: 22px;
    background: rgb(230,230,230);
    border-bottom: dotted 1px rgb(84,61,47);
    border-left: solid 3px rgb(84,61,47);
}

#content2 h3 {font-size: 20px;}
#content2 h4 {font-size: 18px;}


div#notifications {
    border: none;
    background: url('images/images-bg.png') no-repeat scroll -10px 99%;;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: 3em;
    margin-right: 3em;
    padding: 20px;
    padding-bottom: 30px;
}

#content2 table {
    border: none;
    padding: 0;
    margin: 10px;
}

#content2 table td {
    vertical-align: top;
    padding: 5px;
    border: solid 1px rgb(170,170,170);
}

#content2 table thead td {
    text-align: center;
    background: rgb(115,176,44);
    font-weight: bold;
    color: rgb(44,61,27);
    border: solid 1px rgb(30,60,0);
}

#content2 table tr.separator {
    background: rgb(235,251,120);
    border: solid 1px rgb(155,218,81);
}

#content2 table tr.separator td {
    text-align: center;
}

#content2 table.no-border {
    border-collapse: collapse;
    border: none;
}

#content2 table.no-border tr,
#content2 table.no-border td {
    border: none;
}

#main_menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

#main_menu li {
    margin: 0;
    padding: 0;
}

#main_menu li.section_title {
    padding: 10px;
    text-align: center;
    font-weight: bold;
    border-top: solid 2px rgb(84,61,47);
    border-bottom: solid 2px rgb(84,61,47);
    background: rgb(255,197,160) url('images/main-menu-bg-separator.jpg') repeat-y top right;
}

#main_menu li a {
    display: inline-block;
    width: 120px;
    padding: 0;
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;    
    border: none; 
    text-decoration: none;
}

#main_menu li a:hover {
    padding-right: 15px;
    padding-left: 0;
    padding-bottom: 9px;
    padding-top: 9px;
    border-color: rgb(0,0,0);
    border-right: solid 5px rgb(84,61,47);
    border-left: solid 5px rgb(84,61,47);
    border-bottom: dotted 1px rgb(84,61,47);;
    border-top: dotted 1px rgb(84,61,47);
    text-decoration: none;
}

#main_menu_flat {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    padding: 0;
    font-size: 14px;
    border-top: solid 1px rgb(150,150,150);
}

#main_menu_flat li {
    display: inline;
    border-left: dotted 1px rgb(150,150,150);
    padding-left: 10px;
    padding-right: 10px;
}

#headlines_container {
    position: fixed;
    width: 130px;
    margin: 0;
    margin-top: 1em;
    padding-left: 10px;
    padding-right: 10px;
    border-top: solid 1px rgb(230,230,230);
    border-bottom: dotted 1px rgb(230,230,230);
}

.headlines {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: justify;
    color: rgb(255,255,255);
    font-size: 12px;
    border: none;
}

.headlines img {
    width: 120px;
    margin: 2px;
    padding: 0;
    border: solid 1px rgb(255,255,255);
}

#news_headlines_frame {
    border-bottom: solid 1px rgb(230,230,230);
}

#news_headlines li {
    border-top: dotted 1px rgb(255,255,255);
    margin-bottom: 300px;
}


/* Galleries and Albums */
div.album ul {
    list-style: none;
}

div.album ul li {
    display: inline-block;
    width: 25%;
}

div.album img.thumbnail {
    max-width: 90%;
}




.roundedcornr_box_321618 {
	background: url(images/box/roundedcornr_321618_tl.png) no-repeat top left;
}
.roundedcornr_top_321618 {
	background: url(images/box/roundedcornr_321618_tr.png) no-repeat top right;
}
.roundedcornr_bottom_321618 {
	background: url(images/box/roundedcornr_321618_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_321618 div {
	background: url(images/box/roundedcornr_321618_br.png) no-repeat bottom right;
}
.roundedcornr_content_321618 {
	background: url(images/box/roundedcornr_321618_r.png) top right repeat-y;
}

.roundedcornr_top_321618 div,.roundedcornr_top_321618,
.roundedcornr_bottom_321618 div, .roundedcornr_bottom_321618 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_321618, .roundedcornr_bottom_321618 {
	margin-top: -19px;
}
.roundedcornr_content_321618 { padding: 0 15px; }





.roundedcornr_box_631963 {
	background: url(images/box/roundedcornr_631963_tl.png) no-repeat top left;
}
.roundedcornr_top_631963 {
	background: url(images/box/roundedcornr_631963_tr.png) no-repeat top right;
}
.roundedcornr_bottom_631963 {
	background: url(images/box/roundedcornr_631963_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_631963 div {
	background: url(images/box/roundedcornr_631963_br.png) no-repeat bottom right;
}
.roundedcornr_content_631963 {
	background: url(images/box/roundedcornr_631963_r.png) top right repeat-y;
}

.roundedcornr_top_631963 div,.roundedcornr_top_631963,
.roundedcornr_bottom_631963 div, .roundedcornr_bottom_631963 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_631963, .roundedcornr_bottom_631963 {
	margin-top: -19px;
}
.roundedcornr_content_631963 { padding: 0 15px; }



