/*  
Theme Name: Simply Business
Theme URI: http://web-future.com/wordpress-themes/
Description: A three column fixed width theme for business blogs.
Version: 1.0
Author: Web-Future Design
Author URI: http://web-future.com/

    Copyright (C) 2007 Web-Future Design

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License along
    with this program; if not, write to the Free Software Foundation, Inc.,
    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/


/* Layout */

body {
	min-width: 1000px;
	margin: 0;
	text-align: center; /* Fix centering for old IE */
}

#header {
	height: 150px;
	padding-top: 1px;
	text-align: left; /* Fix centering for old IE */
}

#subscribe {
	margin: 18px 80px 20px 45px;
	height: 40px;
	padding: 24px 0 0 74px;
	float: left;
}

#header #title {
	margin: 20px;
	height: 40px;
}

#header p {
	margin: 10px;
	height: 25px;
}

#navigation {
	height: 20px;
	margin: 0;
	text-align: left; /* Fix centering for old IE */
	clear: both;
}

#navigation li {
	display: inline;
	height: 20px;
}

#wrapper {
	padding-top: 1px;
	width: 950px;
	margin: 0 auto;
	text-align: left; /* Fix centering for old IE */
}

#content {
	width: 535px;
	float: right;
}

#sidepanel {
	width: 400px;
	float: left;
	margin: 0;
	padding: 0;
}

.sidebar {
	width: 200px;
	float: left;
	margin: 0;
	padding: 0;
}

#top_sidebar {
	width: 400px;
}

#footer {
	clear: both;
	width: 950px;
	padding-bottom: 1px;
}

/* Style */

body {
	background: #dddddd url(background.png) fixed repeat-x;
	font-family: Georgia, sans-serif;
}

a {
	color: #0000ff;
}

a:hover {
	text-decoration: none;
}

#header {
	background: #333333 url(header.png) repeat-x;
	color: #ddaa00;
}

#header h1 {
	font-size: medium;
	line-height: 12px;
	height: 12px;
	margin: 10px 0 0 10px;
}

#header #title a {
	color: #ddaa00;
	font-size: x-large;
	font-weight: bold;
}

#subscribe {
	background: url(feed.png) no-repeat;
	color: #ddaa00;
	font-weight: bold;
}

#navigation {
	list-style-type: none;
	color: #ddaa00;
}
#navigation li {
	position: relative;
	top: 3px;
}

#navigation li a {
	background: #ddaa00;
	color: #333333;
	text-decoration: none;
	margin: 0 5px;
	padding: 0 3px;
	border: #444444 2px solid;
	font-weight: bold;
}

#navigation li a:hover {
	background: #333333;
	color: #ddaa00;
}

#navigation li.current-page-item a {
	border: #666666 2px solid;
}


#wrapper {
	background: #ffffff;
	color: #333333;
	border-left: #333333 thin solid;
	border-right: #333333 thin solid;
}

#content {
	background: #ffffff;
}

.post {
	margin: 0 15px 0 0;
	overflow: hidden;
}

.post-meta {
	font-size: small;
	text-align: right;
}

.entry {
	text-align: justify;
}

.entry blockquote {
	color: #666666;
}

.entry img.align-left {
	float: left;
	margin-right: 15px;
}

.entry img.align-right {
	float: right;
	margin-right: 15px;
}

.postsnav {
	text-align: center;
}

.sidebar {
	list-style-type: none;
}

.sidebar li {
	margin: 0 0 15px 15px;
}

.sidebar li:hover h3 {
	color: #ddaa00;
}

.sidebar li li {
	margin: 0;
}

.sidebar ul, .sidebar ol {
	padding-left: 15px;
}

#footer {
	padding: 15px 0;
	background: #333333;
	color: #ffcc00;
	text-align: center;
}

#footer a {
	color: #ffcc00;
}



/* Comments */

#comments_wrapper {
	margin: 0 0 0 15px;
	overflow: hidden;
}

#comment {
	width: 90%;
}


#comment_parent {
	width: 90% !important;
}

#comment_parent option {
	width: 90% !important;
}
