/* 
    Document   : oob
    Created on : May 4, 2011, 1:08:02 PM
    Author     : qwazix
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http:
*/

root { 
    display: block;
}

a {
    color: inherit;
    text-decoration: inherit;
}

html{
/*    height: 100%;*/
    padding: 0;
    margin: 0;
}

body{
    font-family: 'Open Sans';
/*    height: 100%;*/
    padding: 0;
    margin: 0;
}

h1{
    font-weight: 100;
    font-size: 290%;
}

h2{
    margin-top: 4px;
    font-weight: 100;
    font-size: 160%;
}

img.logo {
    width: 260px;
    margin-top: -30px;
    margin-right: -90px;
}

.leftSection {
    display: inline-block;
    width: 25%;
    
    text-align: right;
    vertical-align: top;
    background: #f9f9f9;
}

.grey{
    background-color: #f9f9f9;
    margin-right: 30px;
    padding-right: 30px;
    height: 100%;
}

#gmaps{
    width: 100%;
    height: 100%;
    margin-bottom: -5px;
}

.gmapsCont{
    margin-left: -30px;
    margin-right: -9px;
    margin-top: -559px;
    height: 700px;

}



#contact{
    position: relative;
    z-index: 2;
}

.mapsOverlay{
    pointer-events: none;
    margin-left: -30px;
    margin-right: -9px;
    margin-top: -565px;
    height: 270px;
    width: 75%;
    padding-right: 25px;
    background: url('../images/fadeToWhite.png') repeat-x;
    position: absolute;
    z-index: 1;
}

#contactform{
   position: relative;
    z-index: 2;
 /* margin: -50px -10px 0 -30px;
    padding: 0 10px 0 30px;*/
    display: block;
    width: 440px;
}

.fixed{
    position: fixed;
    width: 25%;
    background: url('../images/rightShadowTrans.png') repeat-y top right;
    height: 100%;
    z-index: 10;
}

.weAre{
    display: inline-block;
    max-width: 210px;
    margin-top: -50px;
    line-height: 1.05em;
}

ul.menu, ul.menu li, ul.menu ul, ul.menu ul li{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.menu {
    font-size: 120%;
/*    margin-top: 20px;*/
    margin-top: -30px;
}

ul.menu li{
    padding: 4px 0 !important;
    border-bottom: 1px solid #eee;
    border-top: 1px solid white;
}

ul.menu li.first{
    border-top: 0px none;
}

ul.menu li.last{
    border-bottom: 0px none;
}

ul.menu ul li{
    font-weight: 100;
}

.rightSection {
    display: inline-block;
    
    width: 74%;
    vertical-align: top;
}

.projects {
    min-width: 500px;
    max-width: 810px;
}

.projects{
    word-spacing: -1em;
}

.projects>*{
    word-spacing: normal;
}

.project {
    width: 260px;
    height: 150px;
    margin: 5px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

.project .content{
    padding: 5px 12px;
    opacity: 0;
    filter: alpha(opacity = 0);
    height: 100%;
    background: rgba(255,255,255,0.9);
    line-height: 1em;
    display: inline-block;
    vertical-align: top;
    width: 202px;
}

.project .content h2{
    line-height: 1.0em;
    margin-bottom: 10px;
}
.project.big .content{
    width: 472px;
}

.project .content span{
    font-size: 90%;
}

.project .content a{
/*    color: darkviolet;*/
}

.project:hover{
   
   
   
   
   
}

.project:hover .content, .project:active .content{
    filter: none;
    opacity: 1;
    filter: alpha(opacity = 100);
    transition: opacity 0.55s linear; -o-transition: opacity 0.55s linear; -webkit-transition: opacity 0.55s linear; -moz-transition: opacity 0.55s linear; -ms-transition: opacity 0.55s linear;
}

.project .outerContent{
    width: 800px;
    height: 150px;
    margin-left: 34px;
}

.project.big .outerContent{
    height: 310px;
}

.project:hover .outerContent{
   transition: margin-left 0.35s linear; -o-transition: margin-left 0.35s linear; -webkit-transition: margin-left 0.35s linear; -moz-transition: margin-left 0.35s linear; -ms-transition: margin-left 0.35s linear;
   
    margin-left: 0;
}

.project.big {
    width: 530px;
    height: 310px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.visitSite{
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 10px;
    border: 1px inset rgba(90,90,90,0.4);
    
    padding-top: 10px;
    padding-left: 10px;
    height: 140px;
    width:23px;
}

.project.big .visitSite{
    height: 300px;
}


#contactform input[type=text],textarea{
    border: none;
    box-shadow: inset 1px 1px 3px rgba(0,0,0,0.3);
    height: 30px;
    padding: 0 10px;
    margin: 5px;
    font-family: "Open Sans";
    background-color: rgba(255,255,255,0.7);
}

#contactform textarea {
    display: block;
    width: 425px;
    height: 250px;
    resize: none;
}

.error{
    
    box-shadow: inset 1px 1px 3px rgba(0,0,0,0.3), inset 0 0 15px red !important;

}

#contactform .send{
    font-size: 30px;
    
    text-shadow: 2px 2px 3px white, -2px -2px 3px white;

}

.social {
    overflow: hidden;
    max-width: 810px;
}

.social .plugin{
    margin: 5px;
    display: inline-block;
    vertical-align: top;
}

.social .twtr-timeline{
    border-radius: 0;
    background: none transparent !important;
}

.social .twtr-widget h3 {
    font-size: 20px !important;
    margin: 0 0 0 75px !important;
}

.social .twtr-widget h4 {
    font-size: 30px !important;
    margin: 0 0 0 75px !important;
}

.social .twtr-widget-profile img.twtr-profile-img{
    width: 60px;
    height: 60px;
}

.social .twtr-widget{
    font-size: 18px !important;
    font-family: "Open Sans";
    font-weight: 200 !important;
}

.social .twtr-doc{
        font-weight: 200 !important;
        font-family: "Open Sans";
}

.social .twtr-widget em, .twtr-widget .twtr-new-results{
    font-size: 11px;
}

.facebook.plugin{
    background: url('../images/facebook.png');
    display: inline-block;

}

.google.plugin iframe{
   height: 150px !important;
   display: inline;
}

.ooblog.plugin{
    background-image: url('../images/ooblog.png');
    width: 240px;
    height: 146px;
    vertical-align: top;
    color: white;
    padding: 2px 10px;
}

.ooblog.plugin h2{
    margin-bottom: 10px;
}

.ooblog.plugin h2 img{
    vertical-align: bottom;
/*    margin: 0px 0 10px 0px;*/
}

.ooblog.plugin a {
    display: block;
    position: absolute;
    margin-top: 124px;
    color:#F394F6;
    font-weight: bold;
    font-family: "courier new";
}

.skype.plugin{
    background-image: url('../images/skype.png');
    width: 260px;
    height: 150px;
    color: white;
    padding: 0;
}

.skype.plugin a img{
    float: right;
}

.skype.plugin h2{
    margin-left: 12px;
}

.skype.plugin span{
    position: absolute;
    margin-top: 40px;
    font-size: 120%;
    width: 245px;
    line-height: 1.1em;
    text-align: right;
}

.words {
    max-width: 700px;
}

p.q{
    font-weight: 200;
    font-size: 120%;
    margin-bottom: 5px;
}

p.a{
    margin-top: 8px;
}

.absolute{
    position: absolute;
}

div[bginactive]{
    position: absolute;
    left: -20px;
}

a img {
    border: 0 none;
}

.menu a {
    
    
}

.menu>li>a {
    

}

/*iframe[height="142"]{
    height: 150px !important;
}*/

button::-moz-focus-inner {
  border: 0;
}

