body {
	margin: 0px;
	padding: 0px;
	background: #000 url('/themes/slicehost/images/background.png') top left repeat-x;
}

/* ==== COMMON ==== */

.clear {
	clear: both;
}

.small {
	font-size: 11px;
}

a {
	color: #4ba0de;
	text-decoration: none;
}

a:visited {
	color: #4ba0de;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
    color: #4ba0de;
}

h1 {
	font-size: 22px;
}

/* ==== HEADER ==== */

#logo {
	line-height: 81px;
	height: 102px;
    padding-top: 15px;
    padding-left:35px;
    margin-top:-10px;
    margin-left:-30px;
    margin-bottom:14px;


}

#logo a {
	font-size: 26px;
}

#navigation {
	background: #1522B2 url('/themes/slicehost/images/menu_background.png') repeat-x scroll left top;
	color: #FFFFFF;
	height: 49px;
	margin: 0;
	padding: 0;
}

#navigation li {
	background: #1522B2 url('/themes/slicehost/images/menu_background.png') repeat-x scroll left top;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li.active {
	background-position: 0 -98px;
}

#navigation li.active:hover {
	background-position: 0 -98px;
}

#navigation li:hover {
	background-position: 0 -49px;
}

#navigation li a {
	color: #FFFFFF;
	font-size: 140%;
	line-height: 49px;
	padding: 13px 20px;
	text-decoration: none;
}

/* ==== CONTENTS ==== */

#contents {
	background-color: #252525;
	padding: 15px;
	border-bottom: 2px solid #252525;
	border-right: 2px solid #252525;
}

#page_title_container {
	padding: 0px 0px 15px 0px;
}

h1.title {
	margin: 0px;
	padding: 0px 0px 3px 0px;
    color: #fff;
}

h3.subtitle {
	font-size: 16px;
	margin: 0px;
	padding: 0px 0px 3px 0px;
	color: #666;
}

/* ==== FOOTER ==== */

#footer {
	text-align: right;
	color: #fff;
}

/* ==== FLASH ==== */

#flash_notice, #flash_error {
  padding: 5px 8px;
  margin: 10px 0;
}

#flash_notice {
  background-color: #4ca0df;
  border: solid 1px #0050b0;
  color:white;
}

#flash_warning {
  background-color: #gray;
  border: solid 3px #0053b2;
  color:white;
  font-size:14px;
  padding-left:5px;
    margin-bottom:10px;
}

#flash_error {
  background-color: #ff0000;
  border: solid 1px #ff5f00;
}


#fp_box{
    width:300px;
    height:232px;
    background: #000 url('/themes/slicehost/images/background2.png') top left repeat-x;
    background-color: #000000;
    font-size:14px;
    padding: 5px 5px 65px 15px;
    color: white;
    float:right;
}

#c_box{
    background: #000 url('/themes/slicehost/images/background2.png') top left repeat-x;
    width:590px;
    height:200px;
    font-size:14px;
    padding: 5px 5px 65px 15px;
    color: white;
    background-color:gray;
    border: solid 5px #0053b2;
}

#p_header{
    color:white;
    font-size: 18px;
}

#p_desc{
    color:black;
    font-weight:bold;
}

#p_list{
    color:white;
    font-size:15px;
}

#tr_fill{
   background: #000 url('/themes/slicehost/images/background2.png') top left repeat-x; 
}

#tr_fill1{
   background-color: orange;
   
}

#tr_fill2{
   background-color: #000;
  
}

#cp_box{
    width:300px;
    height:395px;
    background: #000 url('/themes/slicehost/images/background2.png') top left repeat-x;
    background-color: #000000;
    font-size:14px;
    padding: 5px 5px 65px 15px;
    color: white;
    float:right;
    display:relative;
    border: solid 5px #0053b2;
    margin-right:50px;
}

#tl_box{
    width:206px;
    height:295px;
    background: #000 url('/themes/slicehost/images/background2.png') top left repeat-x;
    color:gray;
    padding:10px 10px 10px 10px;
    margin-left:0px;
    border: solid 5px #0053b2;
}

#tl_box2{
    width:206px;
    height:295px;
    background: #000 url('/themes/slicehost/images/background2.png') top left repeat-x;
    color:gray;
    padding:10px 10px 10px 10px;
    margin-left:0px;
    border: solid 5px #0053b2;
}

#resume_bg{

    margin-top:0px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:15px;
   background: #000 url('/themes/slicehost/images/background.png') top left repeat-x;
    border: solid 5px #0053b2;
    color:#8f8f8f;
}

#resume_content {

    margin-top:55px;
    font-size:14px;
    margin-bottom:25px;



}

.resume_hd {
    color:#656464;
}
.resume_li{
    color:#fdb024;
    font-size:16px;
    font:bold;
}

.resume_skills{
    color:#0055b5;
    font-size:16px;
    font:bold;
}