/*-----------------------------------------------------------------------------
css.css

version:   1
author:    Muhammad Haris
email:     isharis@gmail.com
website:   http://www.mharis.net
created: October 01 2007
last modified: December 26 2007

TABLE OF CONTENTS:
-----------------

=General - General CSS Elements
=Header - Header and Navigation
=Misc - Misc elements (e.g featured article bit)
=Sidebar - Sidebar elements (Category, Advertisement)

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

/* =General */

* {
    margin: 0; 
    padding: 0; 
}

body {
    overflow: auto;
    font-family: Arial;
    background: #ffffff;
    color: #3e5c76;
    background: url('images/gradient_top.jpg') repeat-x;
    text-align: center;
}

#wrapper {
    width: 932px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    text-align: left;
}

p.footer {
    margin-top: 25px;
    text-align: center;
    font-size: 12px;
    color: #666666;
}

br {
    clear: both;
}

p.clear {
    background: url('images/gradient_bottom.jpg') repeat-x;
    height: 35px;
}

#content a {
    font-size: 12px;
    color: #CA044F;
    text-decoration: none;
}

#content a:hover {
    text-decoration: underline;
}

/* =Header */

.logo {
    border: 0px;
    display: block;
}

#top-navigation {
    margin-bottom: 30px;
    list-style: none;
    margin-left: 10px; margin-top: 10px;
}

#top-navigation li {
    float: left;
    font-size: 12px;
    margin-right: 20px;
}

#top-navigation li a { 
    text-decoration: none;
    color: #9b9b9b;
}
    
#top-navigation li a:hover {
    color: #3e5c76;
}

#search {
   /* position: absolute;
    right: 1px;
    top: 25px; */
    float: right;
    margin-top: 25px;
}

/* =Misc */

#featured {
    background: url('images/featured.jpg') no-repeat;
    width:932px; height:114px;
    margin-top: 10px;
}

#featured h4 {
    font-size: 18px; font-style: italic;
    color: #ffffff;
    padding-top: 20px; padding-left: 36px;
}

#featured p {
    font-size: 13px;
    padding-left: 200px;
    width: 600px;
    color: #ffffff;
}

.navigation a {
    font-size: 12px;
    color: #83B900;
    text-decoration: none;
    border-bottom: 1px dotted #CA044F;
}

#dropdown
{
	float: left;
}

/* =Content */

#content {
    width: 534px;
    float: left;
    margin-top: 15px;
    position: relative;
}

#content h1 {
    margin-top: 15px;
    font-size: 18px;
    color: #4e687f;
    background: url('images/article_bg.jpg') no-repeat;
    width: 534px; height: 42px;
    text-align: center;
    font-weight: normal;
    line-height: 42px;
}

#content h1 a {
    font-size: 18px;
    color: #4e687f;
}

#content p {
    margin-top: 15px;
    font-size: 12px;
}

#content h4 {
    margin-top: 25px;
    font-size: 14px; font-weight: normal;
    color: #9b9b9b;
}

#content h4 span a {
	text-align: right;
	position: absolute;
	left: 470px;
    font-size: 12px;
    color: #ca044f;
    text-decoration: none;
}

#content h4 span a:hover {
	text-decoration: underline;
}

#content h2 {
    margin-top: 10px;
    font-weight: bold;
    font-size: 14px;
}

#content h3 {
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
}

#content ul {
    margin-left: 15px;
    margin-right: 10px;
    padding-top: 10px;
    float: none;
}
    
#content ol {
    margin-left: 15px;
    margin-right: 10px;
    padding-top: 10px;
    float: none;
}
    
#content ol li {
    margin-bottom: 15px;
    margin-left: 15px;
    font-size: 12px;
    font-weight: normal;
}

#content ul li {
    font-size: 12px;
    font-weight: normal;
    margin-left: 15px;
}

/* = Sidebar */

#sidebar * ul {
    list-style: none;
}

#sidebar * li {
    list-style: none;
}

#sidebar a {
    text-decoration: none;
}

#sidebar {
    float: right;
    width: 218px;
    margin-top: 15px;
}

#sidebar h5 {
    margin-top: 15px;
    background: url('images/cat_bg.jpg') no-repeat;
    font-size: 18px; font-weight: normal;
    color: #83b900;
    width: 218px; height: 42px;
    text-align: center;
    line-height: 42px;
}

#heading {
    margin-left: 10px; margin-top: 15px;
    list-style: none;
}

#heading a {
    font-size: 14px;
    color: #6699cc;
    text-decoration: none;
}

#exp {
    list-style: none;
}


#exp li
{
padding-left: 25px;
}

#exp a {
    color: #99cccc;
    font-size: 12px;
}

#exp a:hover {
    text-decoration: underline;
}

table {
	font-size: 12px;
}

#left-sidebar {
	float: left;
	width: 160px;
	padding-top: 30px;
	padding-left: 10px;
}
