/*
Theme Name: savedude
Description: A custom theme suitable for profession finance websites and blogs. The design contains well-defined semantics, clean html and CSS and validated with W3C.
Version: 1.0
Author: Savedude
Author URI: http://www.savedude.com/
*/

* {
        margin:0;
        padding:0;
}

body {
	background:#fff url(images/bg.png) repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	margin:0;
	padding:0;
}

.clear {
	clear:both;
	height:30px;
}

#maincontent {
	width:1024px;
        margin-left:8%;
 	padding:0;
	background:#EAEAEA;
        border-left:1px solid #000;
        border-right:1px solid #000; 
}

#header {
	background:url(images/header-bg.gif) repeat-x;
	width:inherit;
	height:450px;
}

#topbar {
	width:inherit;
	text-align:center;
	padding:15px;
	margin:0;
	font-size:16px;
}

#topbar a, #topbar a:visited {
	color:#a90000;
}

#topbar a:hover {
	color:#06C;
}

#content {
	float:left;
	width:640px;
	margin:0;
	padding:18px 0px 18px 18px;
	line-height:1.7em;
}

#sidebar {
	float:right;
	width:320px;
	margin:0px;
	padding:5px;
	line-height:1.7em;
}

#footer {
	clear:both;
	width:inherit;
	height:100px;
	margin:0;
	padding-top:20px;
	background:#fff;
	color:#000;
        border-bottom:8px solid #000;
}

/* more css */


#header .search-box {
	position:absolute;
	top:350px;
	left:700px;
	background:url(images/search-box.gif) no-repeat;
        width:346px;
	height:42px;
        margin:0;
	padding:3px 0 0 20px;
}

#header input.text {
	background:none;
        border:none;
        width:255px;
        margin:6px;
        padding:6px;
}

#header input.button {
	background:url(images/search_box_btn.gif) no-repeat;
	width:35px;
	height:30px;
	border:none;
        margin:4px;
        padding:5px;
        cursor:pointer;
}

#content .recentupdatesbox {
        float:left;
        position:absolute; 
        width:180px;
        margin-right:6px;
        margin-top:6px; 
        padding:3px;
        background:#fff;
        border:1px solid; #ccc;
}

#content .navbar {
        font-size:11px; 
}

#content .navbar a {
        color:#06C;
}

#content h1 {
	font-size:20px;
}

#content h2, #sidebar h2 {
	font-size:18px;
}

#content h3, #sidebar h3 {
	font-size:16px;
}

#content h1 a, #content h2 a, #content h3 a {
	color:#A90000;
	text-decoration:none;
}		

#content a, #sidebar a {
	color:#06C;
}

#content a:hover, #sidebar a:hover {
	color:#a90000;
	text-decoration:none;
}

#content blockquote {
	background:#fff;
	border-left:5px solid #ccc;
	color:#111;
	padding:6px;
}
#content img {
        margin-right:6px;
}

#content p {
        text-align:justify; 
}

#footer a, #topbar a:visited {
	color:#000;
}

#footer a:hover {
	color:#06C;
}
