﻿/*
base blue: 5F54FF
yellow: FFF15B
grey: 444444
*/
body
{
    background-color: #f8f8f8;
    font-size: .75em;
    font-family:Arial,Sans-serif;
    margin: 0;
    padding: 0;
    color: #696969;
    /*background-image: url('/Content/blackargyle.jpg');   */
}


a:link
{
    color: #FF9A35;
    text-decoration: underline;
}
a:visited
{
    color: #FF9A35;
}
a:hover
{
    color: #FF9A35;
    text-decoration: none;
}
a:active
{
    color: #FF9A35;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1
{
    font-size: 2em;
}

h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 75%;
    margin: 0 auto;
    margin-top: 20px;
    /*max-width:1260px;*/
    width:768px;
    border: 1px solid #0c0c0c;
    
}

#header_wrap
{
    clear:both;
    /*border: 1px solid #0C0C0C;*/
    background-image: url("/Content/images/headerbackground.jpg");
}
#header
{
    /*background-color: #1E1C4B;*/
    color: #000;
    height: 300px;
    text-align: right;
}
#name
{
    font-size: 2em;
    display: none;
}
#subtitle
{
    font-size: 1.5em;
    display: none;
}

#body_wrap
{
    /*border: 1px solid #0C0C0C;*/
    background-color: #689AD3;
    
}
#nav
{
    margin-top:0px;
    /*margin-bottom: 5px;*/
    padding: 5px;
    background-color: #0C0C0C;
    
}
#main
{      
    /*width: 65%;*/
    /*float: left;*/
	/*margin-right: 5px;*/
    padding-left: 240px;
    margin-top: 0px;
    /*_height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
 
}
#sidebar
{
    width: 210px;
    float:left;
	margin: 0;
    padding: 10px;
    /*background-color: #E8DDD1;*/
    margin-bottom: 5px;
    margin-top: 0px;
    /*_height: 1px;*/
    color: #fff;
   
}
#main_content
{
    padding: 10px;
    /*padding-left: 10px;*/
    background-color: #fff;
}
#content
{
    background-color: #ffffff;
   /* _height: 1px;*/
    clear:both;
    border: 5px solid #fff;
}

#footer
{
    clear: both;
    color: #aaaaaa;
    padding: 10px;
    text-align: center;
    line-height: normal;
    background-color: #0c0c0c;
    vertical-align: middle;

}

#footer #validation
{
    /*float: left;*/
}
#footer #validation p
{
    display: inline;
}
#footer #validation p a img
{
    display:inline;
    border: none;
}


/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    font-family: Verdana;
    padding: 0;
    padding-right: 10px;
    margin: 0;
    text-align:right;
    /*list-style-type: square;*/
}

ul#menu li
{
    display: inline;
    margin:0;
}

ul#menu li a
{
    text-decoration: none;
    padding: 5px;
    color: #FF9A35;
    
}

ul#menu li a:hover
{
    text-decoration: none;
    color: #FF9A35;
    
}

ul#menu li a:active
{
    text-decoration: none;
    background-color: #ffffff;
}
/* MISC  
----------------------------------------------------------*/
ul.linklist
{
    list-style-type: none;
}
ul.linklist li a img
{
    width: 40px;
    height: 40px;
}

ul#social
{
    list-style-type:none;
    vertical-align: middle;
    display: inline;
}
ul#social li
{
    vertical-align: middle;
    padding-bottom: 15px;
}


ul#social li a img
{
    border-style: none;
    width: 40px;
    height: 40px;
    text-decoration: none;
}
ul#social li span.profile
{
   display:block;
}
/*Resume ------------------------------------------------*/
#resumesidebar
{
    text-align: center;
}
#resumesidebar a img
{
    text-decoration: none;
    border-style: none;
}

.hResume address
{
    display: none;
} 
.hResume div#summary-wrap
{
    padding: 0px 5px 0px 35px;
}
.hResume ul#resume-skills
{
    list-style: none;
    padding: 0px 5px 0px 35px;
}

.hResume ul#resume-skills li.skill
{
    display: inline;
}

.hResume ol#resume-experience
{
    list-style: none;
    padding: 0px 5px 0px 35px;
}
.hResume ol#resume-experience li.experience 
{
    padding-bottom: 15px;
}
.hResume ol#resume-experience li.experience span.location span.org
{
    font-size: 1.25em;
    display: block;
       
}

.hResume ol#resume-experience li.experience span.location span.title
{
    font-weight:bold;
    display: block;
       
}

.hResume ol#resume-education
{
    list-style: none;
    padding: 0px 5px 0px 35px;
}
.hResume ol#resume-education li.education 
{
    padding-bottom: 15px;
}
.hResume ol#resume-education li.education span.location span.org
{
    font-size: 1.25em;
    display: block;
       
}

.hResume ol#resume-education li.education span.location span.title
{
    font-weight:bold;
    display: block;
       
}

.resume-dates
{
    display: block;
    font-style: italic;
}


/*Contact------------------------------------------*/

div#contactsidebar address span#contact-name
{
    display:block;
}
div#contactsidebar address span.adr span.streetaddress
{
    display:block;
}
div#contactsidebar address span.adr span#citystate
{
    display:block;
}
div#contactsidebar address  a.email
{
    display:block;
}
div#contactsidebar address  a.url
{
    display:block;
}
div#contactsidebar address  span.tel
{
    display:block;
}


