/*Global resets*/

*{
    margin:0;
    padding:0;
}

body{
    font-family:verdana,tahoma,arial,sans-serif;
    font-size:0.85em;
}

a{
    text-decoration:none;
    color:#000;
}

p{
    margin-top:10px;
    line-height:1.4em;
}

/*Layout*/

#branding{
    width:900px;
    margin:auto;
}

#container{
    width:900px;
    margin:auto;
}

#content{
    margin-top:20px;
    float:left;
    width:580px;
}

#feature{
    float:left;
    width:300px;
    margin-left:20px;
    margin-top:20px;
}

#footer{
    padding:10px 0;
    clear:both;
    text-align:right;
}

/*Branding*/

#header{
    background:url(../images/headbg.gif) repeat-x;
    min-height:150px;
}

#branding h1 a{
    background:url(../images/logo.gif) no-repeat;
    display:block;
    height:130px;
    width:260px;
    text-indent:-9999px;
}

#logo{
    float:left;
    width:260px;
}

/*Navigation*/

#navigation{
    float:right;
}

#navigation ul{
    list-style-type:none;
}

#navigation li{
    float:left;
    margin-left:3px;
    background:#c2c2c2 url(../images/tab-corner-left.gif) no-repeat bottom left;
}

#navigation li a{
    display:block;
    background:url(../images/tab-corner-right.gif) no-repeat bottom right;
    padding:5px 10px;
}

#navigation li a.active{
    padding-bottom:30px;
}

/*Content*/

#container h1.home{
    background:url(../images/homewords.gif) no-repeat;
    height:155px;
    text-indent:-9999px;
    padding-bottom:20px;
    border-bottom:1px solid #000;
}

#container h1.about{
    background:url(../images/aboutwords.gif) no-repeat;
    height:155px;
    text-indent:-9999px;
    padding-bottom:20px;
    border-bottom:1px solid #000;
}

#container h2{
    font-size:1.2em;
}

#container h3{
    font-size:1em;
}

#feature img{
    margin-top:10px;
}

#footer p{
    font-size:0.8em;
}

p a{
    border-bottom:1px dotted #000;
}

/*Portfolio Page*/

#imagecontents ul{
    list-style-type:none;
}

#imagecontents li{
    display:inline;
    padding:0px 3px;
}

#imagecontents li.delete{
    display:inline;
    padding:0px 3px;
    float:left;
    height:170px;
}

#imagecontents h2{
    margin-bottom:20px;
}

#imagecontents form{
    width:150px;
}

img {
    border:1px solid #000;
}

/*Forms*/

input, textarea{
    margin-bottom:10px;
}