/*
    Title: http://www.martynclark.me
    Author: martyn@martynclark.me
*/

/* Quick and dirty reset */
* {
    padding: 0;
    margin: 0;
}

/* Sensible Defaults */
body {
    background: rgb(93%, 91%, 87%) url("../images/background-rpt.png");
    font-family: Arial, Verdana, sans-serif;
    font-size: 100%;
    line-height: 1.5;
}

ul {
    list-style-type: none;
}
img{border:none;}
a {
    text-decoration: none;
    color: rgb(0, 159, 156)
}

/* LAYOUT
============================================================================ */
#page {
    width: 940px;
    margin: 0 auto;
    padding: 0 10px;
}

#head {
    margin-top: 20px;
}

#content {
    background: url("../images/line-vert.png") 100% 70px no-repeat;
    float: left;
    width: 630px;
    margin-top: 60px;
    padding-bottom: 20px;
}

#col {

    float: right;
    width: 300px;
    margin-top: 123px;
}

#footer {
    clear: both;
    background: url("../images/line-horiz.png") repeat-x;

}

.col {
    width: 300px;
    float: left;
    margin-right: 20px;
}

div.last {
    margin-right: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1em;
}

#col h2 {
    color: rgb(237, 232, 222);
    font-size: 1.2em;
    font-weight: 700;
    padding: 5px 0 5px 10px;
    background-color: rgb(156, 36, 36);
    width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#col h3{
    color: rgb(169, 143, 126);
    font-weight:700;
}
#head h1 {
    background: url("../images/logo-mark-indextran.png") no-repeat top left;
    font-family: "HelveticaNeueLT Std", Arial, Verdana, sans-serif;
    font-size: 2em;
    font-weight: 900;
    height: 61px;
    line-height: 1.2;
    overflow: hidden;
    text-transform: uppercase;
    padding: 0 0 0 73px;

}

#head h1 strong {
    display: block;
    font-family: Arial, Verdana, sans-serif;
    font-size: 0.4em;
    font-weight: normal;
    margin-top:-5px;
    margin-left:2px;
    text-transform: none;
}

p {
    font-size: 0.75em;
}

#standards p {
    font-size: 1.2em;

}

#footer p {
    padding: 20px 0;
}
ul#skills{
    background: url("../images/line-horiz.png") repeat-x left bottom;
}
ul#skills li {
    color: rgb(169, 143, 126);
   /* background: url("../images/line-horiz.png") repeat-x;*/
    padding: 40px 0;
}

ul#skills li h3 {
    background: url("../images/bullit.png") no-repeat left center;
    text-indent: 10px;
}

ul#skills li#standards {
    background: url("../images/taghtml.png") no-repeat 0 20px;
}

ul#skills li#java {
    background: url("../images/tagjava.png") no-repeat 0 20px;
}

ul#skills li#aspnet {
    background: url("../images/tagasp.png") no-repeat 0 30px;
}

ul#skills li#standards h3 {
    margin-left: 80px;

}

ul#skills li#java h3 {
    margin-left: 70px;
}

ul#skills li#aspnet h3 {
    margin-left: 130px;
}

/* Temporary Page Layout
============================================================== */
#index form {
    width: 600px;
}

#index form fieldset {
    border: none;
    position: relative;
}

#index form fieldset label {
    color: rgb(58,58,58);
    display: block;
    float: left;
    width: 100px;
    text-align: center;
    padding: 10px;
    position: relative;
    top: 15px;
    left: 10px;
    z-index: 999;
    background-color: rgb(245, 245, 245);
    -webkit-box-shadow: 1px 1px 2px #ccc;;
    -moz-box-shadow: 1px 1px 2px #ccc;
}
#index form fieldset label.error{
    color:#f00;
    position:absolute;
    top:15px;
    left:135px;
    width:150px;
    text-align:left;
    font-style:italic;
}
#index form fieldset legend {
    display: none;
}

#index form fieldset div {
    position:relative;
    display: block;
    margin: 20px 0;
}

#index form fieldset input[type="text"], textarea {
    position: relative;
    padding: 5px 2px;
    border: solid 5px rgb(245, 245, 245);
    width: 100%;
    height: 50px;
    font-size: 2.5em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-box-shadow: 1px 1px 2px #ccc;
    box-shadow: 1px 1px 2px #ccc;
    -webkit-box-shadow: 1px 1px 2px #ccc;
    -khtml-box-shadow: 1px 1px 2px #ccc;
    color: rgb(56, 53, 36);
}

#index form fieldset textarea {
    height: 200px;
    font-size: smaller;
    padding-top: 20px;
}

#index form input[type = "submit"] {
    float: right;
    background-color: #9c2424;
    color: rgb(255, 255, 255);
    padding: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border: none;
    font-weight: bold;
    font-size: larger;
    -moz-box-shadow: 1px 1px 2px #ccc;
    -webkit-box-shadow: 1px 1px 2px #ccc;
    -khtml-box-shadow: 1px 1px 2px #ccc;
}

#index form input[type = "submit"]:hover {
    background-color: #b60909;
    cursor: pointer;
}


#col p {
    padding: 10px 5px 20px 10px;
    background: url("../images/line-horiz.png") repeat-x bottom left;
}
.requiredField{color:#f00;}
.socicon{margin-left:5px;}
#col p.last{background-image:none;}
/* clear floating elements */
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
/* For IE7 */
*:first-child+html .clearfix{
    min-height:1px;
}