@charset "utf-8";
/* CSS Document */


body {
    background: #173D5E;
}

.clr {clear:both;}


h1 {
    color: #444444;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
    padding: 10px 0 0;
    width: 100%;
}

h2 {
    background: none repeat scroll 0 0 #173d5e;
    border-radius: 2px;
    color: #f0f0f0;
    float: left;
    font-family: "Roboto",sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 35px;
    margin: 10px 0 0;
    padding: 2px 15px;
    width: 31%;
}
h3 {
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

p {
    color: #4d4d4d;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 3px 0;
}
li{font-family: 'Roboto', sans-serif; font-size: 14px; color:#4d4d4d; padding:5px 0px;  font-weight: 400; background: url("../img/li_bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); padding: 0px 0 8px 20px;}

#container {
    background: none repeat scroll 0 0 #f5f5f5;
    border: 1px solid #dbdbdb;
    border-radius: 15px;
    box-shadow: 0 0 8px #000000;
    margin: 20px auto;
    padding: 10px 30px 30px;
    width: 940px;
}

a {
    color:#173D5E;
}


a:hover {
    color: #555;
}
.contact h1{
    float: left;
    width: auto;
}	


.contact {
    float: left;
    width: 100%;
}


.profile_pic {
    box-shadow: 0 2px 0px #dbdbdb;
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0 0 10px 0 ;
    width: 100%;
}

.profile_img {
/*    background: none repeat scroll 0 0 #ffffff;
    float: left;
    box-shadow: 0 2px 1px #dbdbdb;
    padding: 10px;*/
/*    width: auto;
    margin-top: 15px;*/
}
.profile_pic img { float:left;}

.name h1{
    color: #555555;
    float: left;
    font-family: "Roboto",sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 38px;
    padding: 0;
    width: 100%;
    margin-top: 17px;
}


.profile_pic h2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #173d5e;
    float: left;
    font-family: "Roboto",sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
ul.core_exp {
    float: left;
    width: 100%;
    padding:10px 0px;
    background:#ebebeb;
}
.core_exp > li {
    border-bottom: 1px dashed #bdbdbd;
    float: left;
    margin: 6px 0 0 2%;
    width: 94%;
    text-shadow: 0 1px 0 #ffffff;
}
.core_exp > p {
    padding: 5px 15px;
}
.core_exp > li:last-child{
    border-bottom: none;
    float: left;
    margin: 6px 0 0 2%;
    width: 94%;
}



ul.core_exp2 {
    float: left;
    width: 100%;
    padding:10px 0px;
    background:#ebebeb;
}


.core_exp2 > li {
    border-bottom: 1px dashed #bdbdbd;
    float: left;
    margin: 6px 3% 0;
    text-shadow: 0 1px 0 #ffffff;
    width: 41%;
}

.core_exp2 > li:last-child {
    border-bottom: none;
    float: left;
    margin: 6px 3% 0;
    text-shadow: 0 1px 0 #ffffff;
    width: 41%;
}

.portion{
    float: left;
    margin: 10px 0 0 0;
    min-height: auto;
    width: 100%;
}


.tagline > p {
    color: #555555;
    float: left;
    font-size: 15px;
    font-weight: 300;
    padding: 4px 0;
    text-align: left;
    width: 100%;
}


.url {
    float: left;
    margin-right: 5px;
    margin-top: 10px;
}
.url img{
    float: left;}


.email {
    margin-top: 10px;
}