/* 
    Document   : style
    Created on : Jun 29, 2010, 7:46:21 PM
    Author     : Empy
    Description:
        Purpose of the stylesheet follows.
*/

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

@font-face {
   font-family: Raleway;
   src: url("raleway_thin.ttf");

   font-family: Prociono;
   src: url("Prociono-Regular.otf");
}

h1{
    font-family: Raleway, "sans-serif";
    font-size: 49pt; /* AI says 70 though? */
    color: RGB(0,128,255);
}
.nounderline{
    text-decoration: none;
}

h2{
    font-family: Raleway, "Trebuchet MS", "sans-serif";
    font-size: 22pt; /* AI says 70 though? */
    color: RGB(0,128,255);
}
h3{
    font-family: Raleway, "Trebuchet MS", "sans-serif";
    font-size: 22pt; /* AI says 70 though? */
    border-bottom: 1px solid #9A9A9A;
}
p{
    margin: 5px;
    font-family: "Arial", "sans-serif";
    font-size: 14px;
}
body {
    background-color: rgb(247, 184, 72); /*lighter orange*/
}
#header{
    
}
.headerBG{
    background: url("../images/header-bg w-border3-01.png") no-repeat scroll 0 0 white;
    height: 118px;
}

#content{
    background-color: RGB(204, 230, 255);
    /*
    -moz-box-shadow: 10px 10px 5px #888;
    -webkit-box-shadow: 10px 10px 5px #888;
    */
    border-left: 2px solid white;
    border-right: 2px solid white;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

#content_wrap{
    /*
    width: 970px;
    border-left: 1px solid white;
    border-right: 1px solid white;
    margin: 0 auto;
    background-color: #8CC7FF;
    */
}

#resume{
    margin-top: 37px; /*in an attempt to line it up to the aside paragraph */
}

.lightBorder{
    
}


/*
    Photos
 */

#photoWrap{
    -moz-box-shadow: 2px 2px 3px #CFD2D9;
    -webkit-box-shadow: 2px 2px 3px #CFD2D9;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border: 1px solid #9A9A9A;
    width: 300px;
    height: 300px;
    margin: 9px 0;
}
#photo{
    width: 294px;
    height: 300px;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #FFFFFF;
    padding: 2px;
    background-color: RGB(213, 229, 229);

    /* to center */
    display: table-cell;
    vertical-align: middle;
}
#photo img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 292px;
    max-height: 292px;
}
#photos ul{
    list-style: none outside none;
}
#photos ul li{
    float: left;
    margin-bottom: 10px;
}
#photos ul.top li{
    margin-top: 10px;
}
#photos ul.bottom li{
    margin-bottom: 10px;
}
#photos ul li.limid{
    margin-left: 7px;
    margin-right: 8px;
}
#photos ul img{
    opacity: 0.7;
    cursor: pointer;
}

/*
    Preload
*/
#preload{
    position: absolute;
    top: -1000px;
    left: -1000px;
}

/*
    Portfolio and Projects
*/
.projectWrap{
    font-family: Verdana, Arial, sans-serif;
    border-bottom: 2px solid #F0F6FC;
    font-size: 90%;

    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.projectLeftCol, .projectRightCol{

}

.projectTitle{
    font-weight: bolder;
}

.projectTitle, .projectTags{
    margin-bottom: 8px;
}

.projectContent{
    
}

.projectPictureWrap{
    width: 150px;
    height: 100px;
    text-align: center;
}
.tags{
    float:right;
}
.designTag, .developmentTag, .userResearchTag{
    font-weight: bold;
    font-size: 80%;
}
.designTag{
    color: RGB(163,155,13);
}
.developmentTag{
    color: RGB(165,0,223);
}
.userResearchTag{
    color: red;
}
.moreInfo{
    width: 100px;
    margin: 0 auto;
    color: red;
    cursor: pointer;
    margin-top: 5px;
    font-size: 80%;
}
.moreInfo span.expanded{
    background: transparent url("../images/arrows.png") no-repeat scroll 0 0;

    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;

    width: 9px;
    height: 5px;
}
.moreInfo span.collapsed{
    background: transparent url("../images/arrows.png") no-repeat scroll 0 -6px;

    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;

    width: 5px;
    height: 9px;
}
.moreInfoExternal{
    font-size: 80%;
    width: 97%;
    margin-top: 8px;
    text-align: center;
}
.projectMoreContent{
    display: none;
    margin-top: 5px;
}
.imgThumbRow{
    width: 600px;
    height: 106px;
    background-color: #A1D5FF;
    margin: 10px auto;
}
.imgThumbWrap{
    float: left;
    margin: 5px;
    cursor: pointer;
}
.imgThumbWrap img{
    width: 70px;
    height: 70px;
}
.rowDescription{
    font-size: 80%;
    padding-top: 5px;
    padding-left: 10px;
}
