/* 
    Document   : main
    Created on : 02.05.2013, 16:29:13
    Author     : vova
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}



.contentMy {
    width: 1100px;
    margin: auto;
}

.contentMyLeft {
    float: left;
    width: 300px;
    position: relative;
}
.contentMyMain {
    float: left;
    width: 800px;
}

.btnLeft { 
    background: url(/img/leftMenu.png) no-repeat;
    width: 310px;
}
.btnLeftSel {
    background: url(/img/leftMenuSel.png) no-repeat;
    width: 310px;
}

.btnLeft span {
    background: url(/img/leftMenuSel.png) no-repeat;
    width: 300px;
    display: block;
    opacity: 0;
}


#btnMain, #btnMain span {
    height: 170px;
}

.contentMyLeft #btnPortfolio, .contentMyLeft #btnPortfolio span {
    background-position: 0px -170px;
    height: 140px;
    margin-top: -50px;
}

.contentMyLeft #btnProject, .contentMyLeft #btnProject span {
    background-position: 0px -310px;
    height: 125px;
    margin-top: -50px;
    
}
.contentMyLeft #btnProject {
    margin-left: -30px;
}

.contentMyLeft #btnContact, .contentMyLeft #btnContact span {
    background-position: 0px -435px;
    height: 130px;
}
.contentMyLeft #btnContact {
    margin-left: -30px;
    margin-top: -40px;
}

.bntLeftWord {
    width: 200px;
    height: 50px;
    position: absolute;
    cursor: pointer;
}

.bntLeftWord a {
    display: block;
    width: 200px;
    height: 50px;
}

#bntLeftWord_Main {
    top: 55px;
    left: 50px;
}

#bntLeftWord_Portfolio {
    top: 185px;
    left: 20px;
}
#bntLeftWord_Project {
    top: 275px;
    left: 50px;
}

#bntLeftWord_Contact {
    top: 345px;
    left: 10px;
}

.card {
    margin: 5px;
    padding: 10px;
    height: 400px;
background: #f0f9ff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjlmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWY3ZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #f0f9ff 0%, #eaf7ff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f9ff), color-stop(100%,#eaf7ff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f0f9ff 0%,#eaf7ff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f0f9ff 0%,#eaf7ff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f0f9ff 0%,#eaf7ff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f0f9ff 0%,#eaf7ff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#eaf7ff',GradientType=0 ); /* IE6-8 */

-webkit-border-radius: 10px; border-radius: 10px;
-webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.5);box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.card .dtCreate {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: #ccccff;
}
.card .lnks {
    text-align: center;
    font-size: 12px;
}
.card .title {
    text-align: center;
    font-size: 18px;
    color: #0088cc;
}

.card .img {
    text-align: center;
    margin: 10px;
}

.pagination {
    text-align: center;
}
.pagination .selected a {
    background: #cccccc;
}

#footer {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.h1 {
    font-size: 25px;
    line-height: 26px;
    text-align: center;
    margin-top: 20px;
}
.h2 {
    font-size: 18px;
    line-height: 20px;
    text-align: center;
}

.formMail {
    width: 600px;
    margin: auto;
    padding: 20px 30px 15px 30px;
    border: 1px solid #cccccc;
-webkit-box-shadow:  0px 0px 5px 5px rgba(0, 0, 0, 0.3);
box-shadow:  0px 0px 5px 5px rgba(0, 0, 0, 0.3);
}

#isOk {
    display: none;
}

.txt {
    margin: 5px;
    font-size: 12px;
    line-height: 16px;
}

.botMenu {
    text-align: center;
    margin-top: 20px;
}

.topMenu {
    height: 200px;
    position: relative;
    float: right;
    margin-right: -80px;
}
.topMenu .btnLeft {
    float: left;
}

.topMenu #btnPortfolio, .topMenu #btnPortfolio span {
    background-position: 0px -170px;
    height: 140px;
}
.topMenu #btnPortfolio {
    margin-top: 50px;
}

.topMenu #btnProject, .topMenu #btnProject span {
    background-position: 0px -310px;
    height: 125px;
}
.topMenu #btnProject {
    margin-left: -100px;
    margin-top: 0px;
}

.topMenu #btnContact, .topMenu #btnContact span {
    background-position: 0px -435px;
    height: 130px;
}
.topMenu #btnContact {
    margin-left: -290px;
    margin-top: 90px;
}

.bntTopWord {
    width: 200px;
    height: 50px;
    position: absolute;
    cursor: pointer;
}

.bntTopWord a {
    display: block;
    width: 200px;
    height: 50px;
}

#bntTopWord_Portfolio {
    top: 80px;
}
#bntTopWord_Project {
    top: 50px;
    left: 220px;
}
#bntTopWord_Contact {
    top: 100px;
    left: 200px;
}


.topName {
    float: left;
    margin-top: 70px;
}
.topName .fio {
    font-size: 36px;
    line-height: 38px;
}




