/*
Theme Name: FPG
Theme URI: http://www.fpg.is
Description: fpg layout
Version: 1.0
Author: fpg
Tags: gurgles, in, a, tran
*/

body {
    background:url('images/background.jpg') repeat-x;
}

a {
    color: #000;
    text-decoration: none;
}

a:visited {
    color: #000;
}

#wrapper {
    margin: 80px auto 0px auto;
    width: 960px;
    height: 100%;
}

#logo {
    background:url('images/fpg-logo.png') no-repeat;
    width: 192px;
    height: 169px;
    margin: -70px 0px 0px -60px;
    position: absolute;
    cursor: pointer;
    z-index: 1;
}

.navbar #highlight {
    background: url('images/navbar_highlight.png') no-repeat;
    margin-top: -7px;
    width: 80px;
    height: 58px;
    position:absolute;
    display: none;
    z-index: 0;
}

.navbar {
    background:url('images/navbar_mid.png') repeat-x;
    width: 950px;
    height: 40px;
    text-align: center;
    float: left;
    margin-top: 7px;
    z-index: -1;
}

.navbar ul {
    position: absolute;
    margin-left: 250px;
}

.navbar ul li {
    list-style-type: none;
    display: inline;
    z-index: 1;
}

.navbar ul li a {
outline: none;
}

#navbar_end {
    background: url('images/navbar_end.png') no-repeat;
    width: 10px;
    height: 40px;
    float: right;
    margin-top: 7px;
}

#content {
    background: url('images/content_background.jpg');
    overflow: hidden;
    width: 940px;
    height: 398px;
    float: left;
    margin: 25px 10px 0px 10px;
}

#content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#content ul li {
    padding: 0;
    margin: 0;
    width: 940px;
    height: 398px;
}

#content ul li div.text {
    color: #222;
    width: 480px;
    height: 350px;
    float: left;
    font-size: 14px;
    overflow: auto;
    padding: 25px 198px 25px 260px;
}

.sidebar {
    background:url('images/sidebar.png') no-repeat;
    width: 0px;
    height: 366px;
    margin-left: -3px;
    top: 165px;
    position: absolute;
    z-index: 2;
}

.sidebar ul {
    width: 0px;
    overflow: hidden;
    margin-top: 15px;
    position: absolute;
}

.sidebar ul li {
    width: 0px;
	background:url('images/sidebar_divider.png') repeat-x;
	height: 35px;
	padding-top: 10px;
	list-style-type: none;
	font-family: Helvetica, Arial, Tahoma;
	text-shadow: #f3f07f 1px 2px 0px;
}

.sidebar ul li.sub {
	background: url();
	padding-left: 4px;
	margin-top: -20px;
}

.sidebar ul li.sub a {
	font-size: 12px;
}

.sidebar ul li.first {
	background:none;
	padding: 10px 0px;
	font-size: 25px;
	text-align: center;
}

.sidebar ul li.first a {
	font-size: 25px;
}

.sidebar ul li a {
    color: #333;
    font-size: 17px;
    overflow: hidden;
}

.projects_bar {
    background:url('images/projects_bar.png') repeat-x;
    width: 940px;
    height: 72px;
    float:left;
    margin-bottom: 20px;
}

.projects_bar ul {
    padding: 5px 30px;
}

.projects_bar ul li {
    list-style-type: none;
    margin: 0px 10px;
    display: inline;
}

.projects_bar ul li a {
    outline: none;
}


#projects_bar_left_end {
    background:url('images/projects_left.png') no-repeat;
    width: 10px;
    height: 82px;
    float: left;
    margin-top: -10px;
}

#projects_bar_right_end {
    background:url('images/projects_right.png') no-repeat;
    width: 10px;
    height: 820px;
    float: right;
    margin-top: -10px;
}

#projects_bar_info {
    width: 940px;
    height: 0px;
    background: #000;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    position: absolute;
    margin: 470px 0px 0px 10px;
}

.static_text_box {
    color: #444;
    width: 469px;
    height: 130px;
    float: left;
    padding: 5px 10px;
    margin-left: 10px;
    border-right: solid 1px #ccc;
}

.contact_box {
    color: #444;
    width: 420px;
    padding: 5px;
    height: 130px;
    float: right;
}

#splatter {
    width: 211px;
    height: 189px;
    margin: -100px 0px 0px 280px;
    background: url('images/splash.png') no-repeat;
    position: absolute;
}

/* http://sonspring.com/journal/clearing-floats */

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

/*
    The following zoom:1 rule is specifically for IE6 + IE7.
    Move to separate stylesheet if invalid CSS is a problem.
*/
* html .clearfix,
*:first-child+html .clearfix {
    zoom: 1;
}
