/* 
    Document   : style.css
    Created on : Dec 26, 2009, 11:20:27 PM
    Author     : Pourya
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body {
    background: #000;
    margin: 0;
    padding: 0;
    text-align: center;
}
div.mg-logo {
    background: url('images/logo.png') no-repeat;
    height: 169px;
    left: 800px;
    position: absolute;
    width: 128px;
    top: 60px;
    z-index: 100;
}
div.left-background {
    background: url('images/bg-left.jpg') top repeat-x;
    float: left;
    height: 800px;
    width: 49%;
}

div.main-box {
    background: url('images/bg.jpg') top center no-repeat;
    height: 800px;
    left: 50%;
    margin-left: -500px;
    padding: 20px 0;
    position: absolute;
    top: 0px;    
    width: 1000px;
}

div.right-background {
    background: url('images/bg-right.jpg') top repeat-x;
    float: right;
    height: 800px;
    width: 50%;
}
.center-box {
    background: #fff;
    border: 1px #bbb solid;
    height: auto;
    margin: auto;
    position: relative;
    padding: 50px 0;
    overflow: auto;
    top: 150px;
    width: 90%;    
}
.left-cbox {
    float: left;
    margin: 0 0 0 60px;
    width: 550px;
}
.posts {
    background: url('images/border.jpg') no-repeat;
    height: 120px;
    float: left;
    text-align: center;
    width: 170px;
    
}
.postsre {
    font-family: 'Lucida Sans Unicode', sans;
    font-size: 13px;
    text-align: left;
    width: 500px;
}
.posts img {
    margin: 10px 0px 0 0;
    border: 0;
}
.pagesMenu {
   
    height: 80px;
    left: 100px;
    position: absolute;
    top: 130px;
    width: 500px;
    z-index: 30;
}
.pagesMenuTab {
    background: url('images/pages.png') repeat-x;
    height: 32px;
    position: relative;
    top: 48px;
    width: 342px;
    
}

.pageTabs {
    background: url('images/home.png') no-repeat;
    font-family: arial, sans;
    font-size: 13px;    
    font-weight: bold;
    color: #fff;
    height: 40px;    
    padding-top: 10px;
    position: absolute;
    cursor: pointer;
    top: 25px;
    width: 102px;
}
.aboutPage {
    left:119px;
    _left:200px;
}
.homePage {
    left:5px;
    _left:85px;
}
.contactPage {
    left:233px;
    _left:313px;
}
.posts p {
    padding: 0;
    margin: 0;
}
.right-cbox {    
    float: left;
    font-family: 'Lucida Sans Unicode', sans;
    font-size: 14px;
    width: 281px;
}
.right-cbox ul {
    list-style: none;
    padding: 10px 0;
    margin: 0;
    width: 200px;
    margin-left: 25px;
    _margin-left: 43px;
}
.posts_link {
    float: left;
    width:500px;
}
.right-cbox .widget ul li {
    padding: 5px 0;
    border-top: 1px #eee dashed;
    border-bottom: 1px #ccc dashed;

}
.right-cbox .widget ul li a {
    color: #555;
    position: relative;
    text-decoration: none;

}
.right-cbox .widget ul li.current-cat {
    background: #ef4123 url(images/pointer.jpg) no-repeat left;
    border-bottom: none;
    border-top: none;    
    left:-23px;
    padding: 10px 0 10px 13px;
    position: relative;
    width: 210px;
    _width: 223px;
}
.widget{
    list-style: none;
}
.widget ul li.current-cat a {
    color: #fff;
}

.infoBar {
    background: url(images/bg-bottom.jpg) repeat-x top;
    float: left;
    _float: none;
    font-family: 'Lucida Sans Unicode', sans;
    font-size: 12px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 80px;
    text-align: right;
    width: 100%;
}

.infoBar p{
    color: #333;
    float: right;
    font-family: tahoma;
    position: relative;
    right: 20px;
   /* text-shadow: 1px 1px 1px #555; */
    top: 5%;
    _top: 20%;
}

.infoBar div.linkBox {
    color: #ef4123;
    float: left;
    font-weight: bold;
    left: 20%;
    position: relative;
    text-align: left;
    top: 50px;
}

.informations a:link, .informations a:visited {
    color:#555;
    text-decoration: none;
}

.informations a:hover {
    color:#555;
    text-decoration: underline;
}

div.linkBox a {
    color: #ef4123;
    font-weight: normal;
    padding-left: 10px;
    text-decoration: none;
}
div.linkBox a:hover {
    text-decoration: underline;
}
div.bottomWidgets {
    border-left:1px #222 dashed;
    border-right:1px #222 dashed;
    float: left;    
    padding: 0 40px;

}

div.bottomWidgets ul {
    list-style: none;
    margin: 0;
    padding: 0;
}