/*
    Document   : screen
    Created on : Feb 3, 2010, 9:59:21 AM
    Author     : Shane Carlson
    Description:
        Purpose of the stylesheet follows.
*/

/*
Css Selectors
1- Element Selector - you declare the element name (e.g. body)
2- ID selector - it controls elements that have an ID attribute (e.g. #header)
3- Context selector: the name of the parent flowed by the name for type of the
4- Class selector: controls elements and is reusable (e.g. red)
    the decendant
*/
body{
    /*background-image: url(/images/background_gradiant.jpg);
    width: 100%;
    height: 100%;*/
    margin: 0;
    padding: 0;    
}

* {
    font-family:verdana, arial, helvetica, sans-serif;
    font-size:100.01%;
}
#header{
    height: 90px;
    width: 85%;
    max-width: 860px;
    /*margin-top: 5px;*/
    /*background-color: green;*/
}
#header img{
    padding-top:10px;
    padding-left: 30%;
}
#subnav2_assignments{
    position: absolute;
    top: 0;
    left: 80%;
    width: 20%;
    max-width: 200px;
    padding-top: 13px;
    /*background-color: red;*/

}
#subnav2_assignments a{
    font-size: 10pt;
}

#subnav2{
    position: absolute;
    top: 0;
    left: 85%;
    width: 100px;
    max-width: 152px;
    padding-top: 13px;
    margin: 0;
    /*background-color: gray;*/
}

#subnav2 ul{
    display: inline;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    padding-top: 55px;
    position: relative;
    overflow: auto;
}
#subnav2 li{
    float: left;
    margin-bottom: 0;
    margin-left: 0;

}
#retweet{
    z-index: 10;
    position: absolute;
    top: 80px;
    left: 25%;
    /*width: 85px;
    height: 92px;*/
    margin: 0;
}
#digg{
    z-index: 11;
    position: absolute;
    top: 150px;
    left: 25%;
    /*width: 85px;
    height: 92px;*/
    margin: 0;
}
/*This gets rid of the purple boarder around my button*/
a img{
    border: 0;
}


/* This method uses floats to layout the webpage */
#centerbox{    
    position: relative;
    overflow: hidden;
    min-width: 1025px;
    max-width: 1025px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    /*background-color: #ccc;*/
}
#content{    
    height: 100%;
    width: 100%;
    min-width: 565px;
    /*background-color: orange;*/
}
#right_iframe{
    float:left;
    height:415px;
    width:80%;
    overflow:hidden;
    /*background-color: yellow;*/
}
#macbook_index{    
    background-image:url(/images/flattened_macbook_index.png);
    background-repeat: no-repeat;
    background-position: center;
    float:left;
    height:560px;
    width:70%;
    min-width: 565px;
    overflow:hidden;
    border: 0;
}
#macbook_home{    
    background-image:url(/images/flattened_macbook_home.png);
    background-repeat: no-repeat;
    background-position: center;
    float:left;
    /*padding-left: 300px;*/
    height:560px;
    width:70%;
    min-width: 565px;
    overflow:hidden;
    border: 0;
}
#subnav{
    float:left;
    width:15%;
    min-width: 120px;
    height:415px;
    /*background-color: red;*/
}
#subnav ul{
    padding-top: 55px;
    list-style-type: none;    
}

#subnav_assignments{
    float:left;
    width:20%;
    height:415px;
    /*background-color: red;*/
}
#subnav_assignments ul{
    list-style-type: none;
}
#subnav_portfolio{
    float:left;
    width:15%;
    min-width: 120px;
    height:415px;
    /*background-color: red;*/
}
#subnav_portfolio ul{
    padding-top: 55px;
    list-style-type: none;
}
.highslide-caption p{
    font-family: arial, helvetica, sans-serif;
    color: #F05123;
    font-size: 1.4em;
    line-height: .5em;
}
.highslide-caption p+p{
    font-family: arial, helvetica, sans-serif;
    color: #4c4c4c;
    font-size: .856em;
    line-height: 1.3em;
}
#aside, #aside_home{
    float:right;
    width:15%;
    min-width: 120px;
    height:500px;
    /*background-color: purple;*/

}
#clear{
    clear:both;
}

#header p{
    margin-bottom: 0;
}
#nav{    
    position: absolute;
    left: 32%;
    top: 85%;
    height: .75in;
    /*background-color: yellow;*/
}
#nav ul{        
    list-style-type: none;
    margin-top: 0;
}
#nav li{    
    display: inline;
    margin-bottom: 0;
}
a{
    text-decoration: none;
    font-family: helvetica;
    /*color: #848484;*/
    color: white;
}
a:hover {
    color: #09F;}
#footer{

    min-width: 680px;
    max-width: 680px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    /*background-color: blue;*/
}
#footer a{
    color: #09F;
}
#footer a:hover{
    color: #f05123;
}
#footer p{
    font-size: 6pt;
    margin-top: 0;
    color: white;
}
#imageflow .loading {
    border-color:#666 !important;
}
#imageflow .loading_bar {
    background:#666 !important;
}


/*The fallowing CSS is used to open iframes in imageflow*/
/*.fieldset{
    display:block;
    position:relative;
    height:32px;
    overflow:hidden !important;
    border:0;
    margin:0;
    padding:0
}
.highslide-heading{
    margin-right:30px !important
}
.close{
    text-align:center;
    text-decoration:none;
    font-weight:bold;
    background:#000;
    cursor:pointer !important;
    color:#fff;
    float:right;
    padding-left:1px;
    width:22px;
    margin-right:-25px
}
.highslide-footer{
    padding:5px 0 0 0 !important
}
.highslide-container{
    z-index:10003 !important
}
.highslide-credits, .highslide-header{
    display:none !important
}
.highslide-move span{
    display:none !important
}
.highslide-caption{
    color:#333 !important
}
.highslide-heading{
    text-align:left
}
.highslide-loading{
    display:block;
    color:black;
    font-size:8pt;
    font-weight:bold;
    text-decoration:none;
    padding:2px;
    border:1px solid black;
    background-color:white;
    padding-left:22px;
    background-position:3px 1px
}
form, input{
    display:inline
}
.left_col{
    float:left
}
.right_col{
    float:right
}
.right_col, .left_col{
    width:48%;
    text-align:justify
}
.clear{
    clear:both
}*/
.highslide-container{
    z-index:10003 !important
}

#assignments_wrap{    
    height:70%;
    position:relative;
    max-height: 400px;
    overflow:hidden
}
#porfolio_wrap{
    height:50%;
    position:relative;
    max-height: 172px;
    overflow:hidden
}
#portfolio{
    /*margin:-50px 0 -30px 0;*/
    /*color:#fff;*/
    max-height: 306px;
    background-color: transparent;
    width:50%; height: 50%;
    text-align:left;
    position:absolute;
    top: 20%;
    left: 25%;    
}
/*#form{
    color: #9ae4e8;
    max-height: 306px;
    background-color: transparent;
    width:47%; height: 55%;
    text-align:left;
    position:absolute;
    top: 17.3%;
    left: 27.4%;
    overflow: auto;
}*/
#form label{

    float: left;

    width: 7em;

    margin-right: 1em;

}
#assignments{
    /*margin:-50px 0 -30px 0;*/
    /*color:#fff;*/
    max-height: 306px;
    background-color: transparent;
    width:70%; height: 70%;
    text-align:left;
    position:absolute;
    top: 25%;
    left: 15.5%;    
}
#img alt{
    color: #f05123;
}
/*#head img, #youflow_slider{
    behavior:url(http://www.shanecarlsondesign.com/image_flow/iepngfix.htc)
}*/
#wrapper{
    width:780px;
    overflow:hidden;
    margin:0 auto;
    text-align:left;
    height:100%
}
#head{
    height:60px;
    margin-bottom:50px
}
#head a{
    width:176px;
    height:24px;
    float:left;
    padding-top:16px
}
#head b{
    font-style:italic;
    padding-top:20px;
    float:right;
    color:#e4e4e4
}
#assignments{
    color: white;
}
#portfolio{
    color: white;
}
.imageflow .scrollbar{
    border:0 !important;
}

.imageflow .slider {
    position:absolute!important;
    margin-top:20px!important;
    margin-right:-50px;
    width:25px !important;
    height:17px !important;
}

/*This CSS is used for sidebar*/
a{
    outline: none;
}

a:active{
    outline: none;
}

#sideBar{
    text-align:left;
}

#sideBar h2{
    color:#FFFFFF;
    font-size:110%;
    font-family:arial;
    margin:10px 10px 10px 10px;
    font-weight:bold !important;
}

#sideBar h2 span{
    font-size:125%;
    font-weight:normal !important;
}

#sideBar ul{    
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

#sideBar li{
    margin:0px 10px 3px 10px;
    padding:2px;
    list-style-type:none;
    display:block;
    background-color:#f05123;
    width:177px;
    color:#FFFFFF;
    font-size: 8pt;
}
#sideBar li a{
    width:100%;
}

#sideBar li a:link,
#sideBar li a:visited{
    color:#FFFFFF;
    font-family:verdana;
    font-size:100%;
    text-decoration:none;
    display:block;
    margin:0px 0px 0px 0px;
    padding:0px;
    width:100%;    
}
#sideBar .highslide-caption{
    display: none;
}

#sideBar li a:hover{
    color:#ffffff;
    font-weight: bold;
    text-decoration:underline;    
}

#sideBar{
    z-index: 1010;
    position: absolute;
    width: auto;
    height: auto;
    top: 95px;
    left:76%;
    background-image:url(/sidebar/images/background_lg.png);
    background-position:top left;
    background-repeat:repeat-y;
}

#sideBarTab{
    float:left;
    height:137px;
    width:28px;
}

#sideBarTab img{
    border:0px solid #FFFFFF;
}

/*#sideBarContents{
    float:left;
    overflow:hidden !important;
    width:200px;
    height:320px;
}*/

#sideBarContentsInner{
    width:200px;
}
#iframe_social{
    position: absolute;
    top: 245px;
    left:76%;
}
#iframe_assignments{
    z-index: 1020;
    position: absolute;
    top: 95px;
    left:76%;
}
