
/**********************************************************************************************

	Title: CSS
	Author: IsogoSoft
	Date: 2011

***********************************************************************************************

	1. Global Reset

	2. General Elements

	3. Layout



/* 1. Global Reset
===============================================================================================*/	

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, images, ins, kbd,q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
 }

ol, ul {
    list-style: none;
}
	
table {
    border-collapse: separate; 
    border-spacing: 0;
}

caption, th, td {
    text-align: left; 
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-weight:normal;
}


/* 2. Layout
===============================================================================================*/	

body {
    font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-size: 62.5%;
    line-height: 1.5;
    text-align: center;
    color: #4b4b4b;
    background: #000 url(./images/bg-page.jpg) center top no-repeat;
    padding-top: 30px;
    padding-bottom: 30px;
}

hr { 
    display: none;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

address {
    font-style: normal;
}

input, textarea, select {
    font: 1em Arial, Helvetica, sans-serif;
}

a {
    color: #4C7B9E;
    text-decoration: none;
    outline: none;
}
a:hover {
    color: #151515;
    text-decoration: none;
}

a:visited {}

a:active {}


/* 3. Container
===============================================================================================*/	

#container {
    width: 780px;
    margin: 0 auto;
    text-align: left;
    font-size: 1.3em;
    background:#fff;
}

/* 3-1. Header 
----------------------------------------------------------------------------------------------*/

div.header-figure {
    background: url(./images/figure-header.png) left top no-repeat;
    position:relative;
    overflow:hidden;
    width: 780px;
    margin: 0 auto;
    display: block;
    height: 6px;
}

#header {
    background:#f5f5f5 url(./images/bg-header.jpg) left top repeat-x;
    position:relative;
    overflow:hidden;
}

/* Logo */

h1#logo {		
    position:absolute;
    width:210px;
    height:40px;
    top:11px;
    left:25px;
    text-indent:-9999em;
    background:url(./images/logo-isogosoft.png) left top no-repeat;
}
h1#logo a{
    display: block;
    width:210px;
    height:40px;
}

/* Main menu */

#main_menu {
    float:right;
    display:inline;
    margin-top:30px;
    width:780px;
    border-bottom:1px solid #c7c7c7;
}
    #main_menu li {
	float:right;
	display:inline
    }
    #main_menu li.first_element {				
	float:right;
	padding-right:30px;
    }
    #main_menu a {
	float:left;
	background:#ececec url(./images/bg-menu_separator.gif) right bottom no-repeat;
	color:#4b4b4b;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	padding:6px 14px;
	text-decoration:none;
    }

    #main_menu a:hover {
	background:url(./images/bg-menu_separator-hover.gif) right bottom no-repeat;
    }

    #main_menu a.selected {
	background:url(./images/bg-menu_separator-active.gif) right bottom no-repeat;
	position:relative;
	top:1px;
	padding-bottom:7px;
	padding-top:5px;
    }


/* 3-2. Pitch
----------------------------------------------------------------------------------------------*/

#pitch {
    background:#f5f5f5 url(./images/bg-pitch.jpg) left top repeat-x;
    position:relative;
    overflow:hidden;

    height:200px;
    margin-bottom:0px;
}


/* 3-3. Introduction
----------------------------------------------------------------------------------------------*/

#introduction {
    padding-left:20px;
    padding-right:20px;
}

/* 3-4. Information
----------------------------------------------------------------------------------------------*/

#information h1 {
    padding-left:20px;
    font-size:140%;
    font-weight:bold;
    margin: 40px 0px 10px 0px;
    border-bottom:1px solid #c7c7c7;
    background:url(./images/bg-header.jpg);
}

#target {
    margin-left:20px;
    margin-top:20px;
    margin-right:20px;
}
#target h2 {
    font-size:120%;
    font-weight:bold;
    margin: 20px 0px 10px 0px;
    border-bottom:1px solid #c7c7c7;
}
#target ul {
    float:left;
}
#target img {
    float:right;
}

#skill {
    margin-left:20px;
    margin-top:20px;
    margin-right:20px;
}
#skill h2 {
    font-size:120%;
    font-weight:bold;
    margin: 20px 0px 10px 0px;
    border-bottom:1px solid #c7c7c7;
}
#skill_icon img {
    margin: 30px 0px 60px 20px;
}

#profile {
    margin-left:20px;
    margin-top:20px;
    margin-right:20px;
}
#profile h2 {
    font-size:120%;
    font-weight:bold;
    margin: 20px 0px 10px 0px;
    border-bottom:1px solid #c7c7c7;
}

.clearRight {
    clear:right;
}

/* 3-5. Footer
===============================================================================================*/	

#footer {
    text-align:right;
    background:#252525;
    border:1px solid #2b2b2b;
    padding:20px 20px 17px;
    color:#bababa;
    overflow:hidden;
}
