/*
Style based on the Emire theme for WP.
  * Copyright of Phu Ly <http://ifelse.co.uk>

This work is licensed under a CC Attribution-ShareAlike license.
  * To view a copy of this license visit http://creativecommons.org/licenses/by-sa/2.5/
*/

/*************************************
 +Containers
 *************************************/
body{
    background:#2f2f2f url("./images/stripes.gif");
    color:#dedede;
    font-family: Verdana, Tahoma, sans-serif;
    font-size:62.5%;
    letter-spacing: 1px;
    line-height:1.5;
    margin:0;
    padding:0;
    text-align:center;
}
#wrap{
    background:#3a3a3a;
    border-left:2px solid #444;
    border-right:2px solid #444;
    border-bottom:1px solid #444;
    margin:0 auto;
    padding-top:20px;
    text-align:left;
    width:700px;
}
#content{
    border-bottom:none;
    border-top:none;
    float:left;
    padding:10px;
    width:450px;
}
#footer{
    position:fixed;
    bottom:0;
    width:100%;
    background:#434343;
    border-top:1px solid #4F5158;
    border-bottom:none;
    color:#888;
    clear:both;
    padding:3px 0;
    -moz-border-radius:3px;
}

/*************************************
 +Header
 *************************************/
#header{
    background:#879675 url("./images/header.png") 0 no-repeat;
    border-bottom:1px solid #c4cC91;
    height:99px;
    margin:0;
    text-align:center;
    width:100%;
}
#header h1{
    font-size:2.2em;
    font-weight:normal;
    margin:0 auto;
    padding-top:40px;
    padding-left:30px;
    text-align:left;
    width:700px;
}
#header h1 a{
    color:#ecefed;
}
#header p{
    font-size:1em;
    padding-left:30px;
    margin:0 auto;
    text-align:left;
    width:700px;	
}

/*************************************
 +Hn
 *************************************/
h1, h2, h3{
    /*font-family: Georgia, "Times New Roman", Times, serif;*/
    font-family: Verdana, Tahoma, sans-serif;
    letter-spacing: -1px;
}
h2{
    font-size:1.3em;
    padding-right:5px;
}
h3{
    font-size:1.1em;
}

/*************************************
 +Navigation
 *************************************/
#nav{
    background:#3A3A3A;
    border-bottom:1px solid #555;
    font-size:1.2em;
    margin-top:-0.9em;
}
#navwrap{
    display:block;
    margin:0 auto;
    width:700px;
}
#nav ul{
    list-style-type:none;
    margin-left:-27px;
}
#nav ul li{
    float:left;
    font-weight:bold;
    margin-top:2px;
    padding:9px 10px;
}
#nav ul li a{
    color:#fff;
}
#nav ul li a:hover{
    color:#BDE271;
}

/*************************************
 +Entry
 *************************************/
.entry{
     font-size:1.1em;
     margin:5px;
     padding:10px;
}
.entrytitle{
    border-bottom:1px dotted #4F5158;
    color:#888;
}
.entrytitle h2, .entrytitle h3{
    display:inline;
    font-weight:normal;
}
.entrytitle h2{
    /*color:#fafafa;*/
    color:#999;
}
.entrytitle h3{
    font-weight:normal;
}
.entry-1{
    background:#444444 url("./images/main.png") repeat-x;
    border:1px solid #434343;
    color:#ffffff;
    font-size:1.3em;
}
.entry-1 .entrytitle{
    border-bottom:1px solid #5F666A;
    color:#897;
}
.entry-1 .entrytitle h2 {
    /*color:#CDB;*/
    color:#999;
}
body#home .entry-1 .entrytitle
{
    background:url("./images/services/security.png") no-repeat;
    padding-left:45px;
    border-bottom:none;
    height:45px;
}
body#home .entry-1 .entrytitle h2{
    display:block;
    margin:0;
}
body#home .entry-1 .entrytitle h3{
    display:block;
    margin:0;
    font-size:0.9em;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar{
    background:url("./images/sidebar.png") repeat-x;
    border-top:1px solid #3e3e3e;
    color:#bbb;
    font-size:1.1em;
    float:left;
    margin-top:15px;
    padding-left:10px;
    width:200px;
}
#sidebar h3{
    color:#CDB;
    font-size:1.8em;
    font-weight:normal;
    margin-bottom:10px;
}
#sidebar ul{
    list-style-type:none;
    margin:0;
    padding:0;
}
#sidebar ul li{
    border-bottom:1px dotted #444444;
    padding:3px;
}

/*************************************
 +Misc
 *************************************/
a{
    text-decoration:none;
    color:#ddd;
}
a:hover{
    color:#efe;
}
#nav:after, #wrap:after{ 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility:hidden; 
}
* html #nav, * html #wrap{
    height: 1%;
}
