/* Main Screen CSS
	Teresa Mears
	Created: September 28th, 2009
    Updated: January 15, 2010 */

body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    background-image: url(images/gradient.png);
    background-repeat: repeat-x;
    background-color: #6A1DA9;
    margin: 0px;
    background-attachment: scroll;
    z-index: 0;
}

h2
{
    margin: 0px;
}
.center
{
    text-align: center;
}

.fltlft
{
    float: left;
}
.fltrht
{
    float: right;
}
.projectkey
{
    list-style-type: none;
}
.projectext
{
    margin: 5px;
    line-height: normal;
}

.smalltext
{
    font-size: 9px;
}

.servicetable
{
    min-width: 600px;
    color: #033;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.serviceheader
{
    min-width: 586px;
    border: 1px solid #9ac1c9;
    padding: 5px;
    font-weight: bold;
    margin-top: 5px;
    background: url(images/header.gif);
}

.servicesection
{
    min-width: 568px;
    padding: 5px;
    border: 1px solid #9ac1c9;
    border-top: none;
    background: #fff;
}

.strong
{
    font-weight: bold;
}

#texture
{
    background-image: url(images/texturedback.jpg);
    background-repeat: no-repeat;
    height: 747px;
    width: 1001px;
    position: absolute;
    margin: 0px;
    z-index: -1;
    left: 2px;
    background-attachment: scroll;
}



#container
{
    margin-left: 75px;
    width: 90%;
}

#header
{
    height: 155px;
}

#menu
{
    height: 50px;
    margin: 0px;
    padding: 0px;
    width: 900px;
}

#menu ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#menu li
{
    display: inline;
}

#menu li a
{
    /*hides text so images are shown as links*/
    text-indent: -999em;
}

/*MENU LINKS*/

.home a
{
    float: left;
    display: block;
    background: transparent url(images/menu_02.png) no-repeat;
    width: 120px;
    height: 50px;
}

.portfolio a
{
    float: left;
    display: block;
    width: 120px;
    height: 50px;
    background-color: transparent;
    background-image: url(images/menu_03.png);
    background-repeat: no-repeat;
}

.services a
{
    float: left;
    display: block;
    background: transparent url(images/menu_04.png) no-repeat;
    width: 120px;
    height: 50px;
}

.about a
{
    float: left;
    display: block;
    background: transparent url(images/menu_05.png) no-repeat;
    width: 120px;
    height: 50px;
}

.contact a
{
    float: left;
    display: block;
    background: transparent url(images/menu_06.png) no-repeat;
    width: 120px;
    height: 50px;
}

.resume a
{
    float: left;
    display: block;
    background: transparent url(images/menu_07.png) no-repeat;
    width: 120px;
    height: 50px;
}

.home a:hover, .portfolio a:hover, .services a:hover, .about a:hover, .contact a:hover, .resume a:hover
{
    background-position: 0px -50px;
}

#main
{
    height: 675px;
    width: 100%;
}

#left
{
    height: 675px;
    background-image: url(images/bodleft.png);
    background-repeat: no-repeat;
    width: 20px;
    float: left;
}

#mid
{
    background-image: url(images/bodmid.png);
    background-repeat: repeat-x;
    float: left;
    min-width: 50%;
    width: 90%;
    margin-bottom: 50px;
}

#content
{
    background-color: #e7e7e7;
    color: #333333;
    padding: 10px;
    margin-top: 20px;
    min-height: 600px;
}

#twitbox
{
    float: right;
    margin: 10px;
}

#twitter_div
{
    background-image: url(images/tweetback.png);
    height: 405px;
    width: 266px;
    background-repeat: no-repeat;
    background-position: center;
}

#twitter_update_list
{
    list-style-image: url(images/twitbullet.png);
    list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #000066;
    letter-spacing: normal;
    text-align: justify;
    word-spacing: normal;
    white-space: normal;
    padding-right: 20px;
    padding-top: 10px;
}

#twitter-link
{
    margin: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

#networks
{
    text-align: left;
}

#networks img
{
    border: none;
    padding-top: 5px;
    padding-right: 8px;
    padding-bottom: 5px;
    padding-left: 8px;
}
#services
{
    height: 245px;
    width: 490px;
}

#web
{
    background-image: url(images/webserv.png);
    height: 229px;
    width: 150px;
    float: left;
    margin: 6px;
}
#graphic
{
    background-image: url(images/graphserv.png);
    height: 229px;
    width: 150px;
    float: left;
    margin: 6px;
}
#other
{
    background-image: url(images/otherserv.png);
    height: 229px;
    width: 150px;
    float: left;
    margin: 6px;
}
#projects
{
    float: right;
    margin: 25px;
}


#right
{
    height: 675px;
    background-image: url(images/bodright.png);
    float: left;
    width: 20px;
}

#footer
{
    background-image: url(images/footerback.png);
    height: 132px;
    clear: both;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    margin-top: 100px;
    background-repeat: repeat-x;
}

#footer a
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: underline;
}

#footer a:hover
{
    color: #0099CC;
}
