/*
Theme Name: Faragaman One
Theme URI: http://nirogah.com/
Description: The first theme for Faragaman Portal
Version: 1.0
Tags: nirogah, plant, faragaman, mashhad
*/

body {
    font: normal normal 12px tahoma;
    color: black;
    margin: 0px;
}

div#main {
    direction: rtl;
    width: 889px;
    margin: 0px auto;
    border: 1px solid #F0F0F0;
    background-image: url("images/flower-back.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
}

div#header {    
    height: 208px;
    background-image: url("images/header.jpg");
    background-repeat: no-repeat;
    background-position: center center;
}

div#right {
    float: right;
    width: 175px;
    border: 0px solid red;
    text-align: center;
}

div#left {
    float: left;
    border: 0px solid blue;
    width: 175px;
    text-align: center;
    font-size: 12px;
}

div#center {
    border: 0px solid yellow;
    margin: 0px 175px;
    padding: 0px 15px;
}

div#footer {
    clear: both;
    border: 0px solid green;
    height: 49px;
    background-image: url("images/footer.jpg");
    background-repeat: no-repeat;
    background-position: center center;
}


/* PAGES */

div.menu ul {
    text-indent: 0px;
    padding: 0px;
    margin: 0px;
}

div.menu {
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
}

div.menu li {
    list-style-type: none;   
}

div#nav a {
    color: #27296b;
    font: normal bold 12px tahoma;
    text-decoration: none;
    width: 127px;
    height: 18px;
    background-image: url("images/link.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    margin: 0px auto;
    text-align: right;
    padding-right: 8px;
}

div#nav a:hover {
    color: #3307ef;
}


div.date {
    border-top: 1px dashed #777777;
    color: #777777;
    margin: 10px auto;
    text-align: left;
    padding: 5px;
    width: 100%;
}

h4 {
    font: normal bold 16px arial;
}

h3 {
    font: normal bold 20px arial;
    color: #1f5c8a;
}


/* ATTACHMENT */

div.attachment img {
    border: 0px;
}

/* LINKS */

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* LEFT BAR ITEMS*/

div#left ul {
    width: 165px;
    padding: 0px;
    overflow: hidden;
    border: 1px solid #81b5de;
    margin: 5px auto 20px auto;
    background-color: #cbe9fa;    
}

div#left ul input {
    max-width: 160px;
}


/* LEFT PLUGINS */

div#left li.page_item {
    list-style: none;
}

table#wp-calendar {
    font-size: 12px;
}

/* RIGHT PLUGINS */
div#right ul {
    padding: 0px;
}

iframe {
    font-size: 12px;
}
/* Content plugins */

ul.addtoany_list li {
    list-style: none;
    text-align: left;
}

ul.addtoany_list img {
    border: none;
}

div.box1 {
    border: 3px double #3582da;
    padding: 5px;
}