/*-----------------------------------------------------------------------------
Main Stylesheet

version:   1.0
author:    Muhammad Haris
email:     isharis@gmail.com
website:   http://www.mharis.net

-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

*{
    margin: 0em;
    padding: 0em;
    }
    
body {
    text-align: center;
    background-color: #F5F5E6;
    font-family: Verdana,Arial,Helvetica,Garuda,sans-serif;
    }
	
#wrapper {
    overflow: hidden;
    font-size: 62.5%;
	background: #ffffff url(images/bg.jpg) repeat-y;
    width: 963px;
    margin: 16px auto;
    text-align: left;
    padding: 0px 0px 40px 0px;
    }

p.left {
    position: relative;
    right: 335px;
    top: -5px;
    font-size: 0.75em;
    color: #364245;
    }
    
/* =Breadcrumb
-----------------------------------------------------------------------------*/

#breadcrumb {
    background: #294249 url(images/breadcrumb/bcbg.jpg) repeat-x;
    height: 112px;
    width: 955px;
    margin: 0px 4px 0px 4px;
    position: relative;
    }
    
#breadcrumb h1 span {
    display: block;
    background: #294249 url(images/breadcrumb/logo.jpg) no-repeat;
    width: 143px;
    height: 32px;
    text-indent: -5000px;
    position: absolute;
    top: 40px;
    left: 30px;
    }

#breadcrumb .search{
    background-color: #23383e;
    font-size: 1.2em;
    position: absolute;
    right: 20px;
    top: 11px;
    }

#nav {
    position: absolute;
    top: 87px;
    right: 0px;
    }
    
#nav ul {
    list-style: none;
    }
    
#nav li {
    display: block;
    margin: 0px 0px 0px 5px;
    float: left;
    }
    
#nav li a {
    text-align: center;
    width: 94px;
    display: block;
    height: 25px;
    line-height: 25px;
    background: #cece8a url(images/breadcrumb/normal.jpg);
    text-decoration: none;
    font-size: 1.2em;
    color: #23383e;
    }

#nav li a:hover {
    line-height: 25px;
    display: block;
    background: #cece8a url(images/breadcrumb/rollover.jpg);
    }

/* =SubBar
-----------------------------------------------------------------------------*/

#subbar {
    position: relative;
    height: 30px;
    margin: 0px 4px 0px 4px;
    background:#d4d4b7;
    }

#languages, #languages ul {
    position: absolute;
    list-style: none;
    }

#languages a {
    position: relative;
    margin-left: 14px;
    width: 186px;
    line-height: 30px;
    padding-left: 10px;
    height: 30px;
    color: #5e5e44;
    font-size: 1.2em;
    font-weight: bold;
    background: #c7c7a5;
    text-decoration: none;
    display: block;
    }

#languages img{
    position: absolute;
    left: 150px;
    top: 8px;
    border: 0;
    text-decoration: none;
    }
    
#languages li {
    float: left;
    width: 10em;
    }

#languages li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#languages li:hover ul {
	left: auto;
}

#languages li:hover ul, #languages li.sfhover ul {
	left: auto;
}

#sub-nav {
    list-style: none;
    position: absolute;
    left: 225px;
    top: 7px;
    }

#sub-nav li {
    display: inline;
    padding-right: 20px;
    }

#sub-nav li a {
    font-weight: bold;
    font-size: 1.2em;
    text-decoration: none;
    color: #243940;
    }

#sub-nav li a:hover {
    text-decoration: underline;
    }
/* =Content
-----------------------------------------------------------------------------*/

#content {
    margin: 20px 0px 0px 7px;
    float: left;
    width: 550px;
    }

#content h1, #content .title{
    padding: 10px 0px 10px 10px;
    text-align: left;
    background: #ddddc7;
    width: 550px;
    font-size: 2em;
    color: #334b51;
    font-weight: normal;
	margin-bottom: 10px;
    }
    
#content h3 {
    width: 550px;
    padding: 5px 0px 8px 10px;
    font-size: 1.2em;
    font-weight: normal;
    text-align: left;
    background: #ddddc7;
    color: #334b51;
    }

#content h3 a {
    width: 550px;
    font-weight: bold;
    color: #2f2f26;
    }

#content h2 {
    width: 550px;
    margin: 30px 0px 0px 0px;
    font-size: 1.8em;
    font-weight: normal;
    color: #23383e;
    border-bottom: 1px dotted #9eb0b5;
    }

#content p {
    width: 550px;
    font-size: 1.2em;
    margin: 10px 0px 0px 0px;
    text-align: left;
    }

#content h4 {
    margin: 30px 0px 0px 0px;
    width: 550px;
    font-weight: bold;
    font-size: 1.8em;
    color: #23383e;
    border-bottom: 1px dotted #9eb0b5;
    }
    
/* =LeftSidebar
-----------------------------------------------------------------------------*/

#left-sidebar {
    margin: 20px 0px 0px 10px;
    float: left;
    width: 186px;
    }

#left-sidebar h2 {
    width: 186px;
    font-size: 1.4em;
    font-weight: bold;
    border-bottom: 1px dotted #9eb0b5;
    color: #23383e;
    }

#faqmenu {
    margin: 5px 0px 0px 0px;
    list-style: none;
    }

#faqmenu li {
    font-weight: bold;
    color: #ffffff;
    display: block;
    background: #374a4f;
    height: 25px;
    }

#faqmenu li a {
    line-height: 25px;
    padding: 0px 0px 0px 6px;
    font-weight: normal;
    font-size: 1.2em;
    color: #ffffff;
    text-decoration: underline;
    }

#faqmenu li a:hover {
    height: 25px;
    display: block;
    background: #d8ebf0 url(images/right-sidebar/rollover.jpg) repeat;
}

/* =ProxyMenu
---------------------------------------------------------------------- */

#right {
    margin: 20px 10px 0px 0px;
    float: right;
    width: 180px;
    }

#right h2 {
    margin-bottom: 5px;
    font-size: 1.4em;
    font-weight: bold;
    border-bottom: 1px dotted #9eb0b5;
    color: #23383e;
    }
	
/* table */

table, .pager
{
	font-size: 12px;
}

table .proxy {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 1.2em;
    background: #f2f2da;
    border-bottom: 1px solid #f6f7ea;
    text-decoration: none;
    color: #23383e;
    padding-left: 10px;
    }

table .hits{
	text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 1.2em;
    background: #bed9e0;
    border-bottom: 1px solid #d0e8ee;
    }

table .hits a {
    margin-left: 10px;
    text-decoration: none;
    color: #23383e;
    font-weight: bold;
    }

table .hits a:hover {
    text-decoration: underline;
    }

table .proxy a:hover {
    background: #e0e0c6;
    }
	
ul
{
	list-style: none;
	margin-bottom: 10px;
}

table .time
{
	text-align: center;
}
