.fl { float: left;  }
.fr { float: right; }
.il { display: inline; }
.ob { border: 2px solid #4B4E52; }
.bl { display: block; }
.cb { clear: both; }
.am { margin-left: auto; margin-right: auto; }
body {
    font: 16px helvetica, Arial, sans-serif;
   
    background: #333; 
    padding: 0px;
    margin: 0px;
}

a img {
    border: 0px;
}

#body_container a {
    color: #DD4003;
    font-weight: bold;
}

#body_container {
    margin: 0px;
    background: url('/img/background.png'); 
    width: 100%;
    float: left;
    padding: 0px 0px 20px 0px;
}

#content {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    color: #333;
    font-size: 30px;
    margin-bottom: 0px;
}

h2 {
    color: #888;
    font-size: 18px;
    font-style: italic;
    margin-top: 0px;
}

h3 { 
    width: 200px;
    margin: 0px 0px 5px 0px;
    color: #FFF;
    border-bottom: 1px solid #CCC;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
}

h4 {
    padding:0px;
    display: block;
    text-align: left;
    margin: 10px 0px 0px 5px;
    color: #000;
    border-bottom: 1px solid #DD4003;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -1px;
}

p {
    text-align: justify;
    color: #222;
    font-size: 16px;
    line-height: 1.5em;
}

/* HEADER ///////////////////////////////////*/
#header {
    background: #4B4E52;
    border-bottom: 2px solid #DD4003;
    height: 50px;
    min-height: 50px;
    margin: 0px;
    width: 100%;
    overflow: hidden;
}

.header_content {
    width: 800px;
    font: 18px helvetica, Arial, sans-serif;
    font-weight: bold;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}

#logo {
    font-size: 20px;
}

#logo a {
    text-decoration: none;
    color: #EEE;
}

#logo a.visited {
    color: #EEE;
}

#menu a {
    text-decoration: none;
    color: #EEE;
}

#menu a:hover {
    color: #EE5114;
    text-decoration: underline;
}

#menu a.visited {
    color: #EEE;
}

#menu ul {
    padding: 0px;
    margin: 0px;
}

#menu ul li {
    padding: 0px 15px 0px 25px;
    display: inline;
    font-weight: normal;
}


#menu a {
    letter-spacing: -1px;
    font-size: 14px;
}

.home {
    background: url('/img/icons/home.png') no-repeat;
    background-position: bottom left;
}

.resume {
    background: url('/img/icons/resume.png') no-repeat;
    background-position: bottom left;
}

.ats {
    background: url('/img/icons/ats.png') no-repeat;
    background-position: bottom left;
}

.games {
    background: url('/img/icons/games.png') no-repeat;
    background-position: bottom left;
}

.blog {
    background: url('/img/icons/blog.png') no-repeat;
    background-position: bottom left;
}

.contact {
    background: url('/img/icons/contact.png') no-repeat;
    background-position: bottom left;
}
/*///////////////////////////////////////////*/

/* FOOTER ///////////////////////////////////*/
#footer
{
    background: #4B4E52;
    border-top: 2px solid #DD4003;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}

#footer ul {
    padding: 0px;
    margin: 0px;
}

#navigation ul li {
    padding: 0px 0px 0px 25px;
    margin-bottom: 10px;
    list-style: none;
    display: block;
    font-weight: normal;
}

.footer_links ul li {
    padding: 0px;
    margin-bottom: 10px;
    list-style: none;
    display: block;
    font-weight: normal;
}

#footer a {
    letter-spacing: -1px;
    font-size: 14px;
    text-decoration: none;
    color: #EEE;
}

#footer a:hover {
    color: #EE5114;
    text-decoration: underline;
}

#footer a.visited {
    color: #EEE;
}

.network_links ul li {
    padding: 10px 0px 5px 40px;
    margin-bottom: 10px;
    list-style: none;
    display: block;
    font-weight: normal;
}


#facebook {
    background: url('/img/icons/facebook_32.png') no-repeat;
    background-position: bottom left;
}

#linkedin {
    background: url('/img/icons/linkedin_32.png') no-repeat;
    background-position: bottom left;
}

#twitter {
    background: url('/img/icons/twitter_32.png') no-repeat;
    background-position: bottom left;
}
/*///////////////////////////////////////////*/

.resume_list li {
    margin-bottom: 10px;
}

.fat_list li {
    list-style-color: #CCC;
    font-size: 18px;
}

label {
    font-weight: bold;
    font-size: 22px;
}

.input {
    width: 300px;
    padding: 3px;
    font-size: 20px;
    border: 1px solid #DD4003;
    -webkit-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -moz-border-radius: 10px;
}

textarea {
    padding: 3px;
    width: 300px;
    height: 200px;
    font: 16px helvetica, Arial, san-serif;
    font-weight: bold;
    border: 1px solid #DD4003;
    -webkit-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -moz-border-radius: 10px;
}

select {
    font-size: 20px;
    width: 300px;
    border: 1px solid #DD4003;
    padding: 3px;
}

.button {
    padding: 5px;
    margin-right: 5px;
    border: 1px solid #DD4003;
    -webkit-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -moz-border-radius: 10px;
    font-weight: bold;
}

.button:hover {
    background: #CCC;
}
div.msgconfirm {
    background : #99FF99;
	border: 1px solid #559955;
}

div.msgerror {
	background : #FF9999;
    border: 1px solid #995555;
}

div.msg {
	display:block;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
    font-weight: bold;
	text-align: center;
	width: 300px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
