/*
Theme Name: Accounts.com Theme
Theme URI: http://accounts.com/
Description: A custom theme built for Wordpress 3.0
Author: cyber2
Version: 1.0
Tags: custom
*/

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
a img {
	border: none;
}
a:focus {
	-moz-outline-style: none;
	outline:none;
}

/* Layout
-------------------------------------------------------------- */
#container {
	width:960px;
}

/* Fonts
-------------------------------------------------------------- */
body,
input,
textarea {
	font-family:"Lucida Grande", "Arial", sans-serif;
	color:#444;
	font-size: 13px;
	line-height:1.3em;
}
a {
	color:#666;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/* Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background:#d3d3d3;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 14px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
h1, h2, h3 {
	font-size:19px;
}
textarea {
    resize: none;
} 
#main {
	margin:0 auto;
	width:960px;
	display:block;
	background:url('../images/sidebar-bg.png') repeat-y #fbfbfb;
}
#wrapper {
	width:100%;
	padding-bottom:30px;
	background: url('../images/bg.png') repeat-x #b1b1b1;
}
#shadow-left {
	background: url('../images/shadow-left.png') repeat-y;
	display:inline-block;
	height:100%;
}
#shadow-bottom {
	background: url('../images/shadow-bottom.png') no-repeat;
	margin:0 auto;
	display:block;
	height:10px;
	width:980px;
	margin:0 auto;
}
.bold {
	font-weight:bold;
}
.clear {
	clear:both;
}
/* Header
-------------------------------------------------------------- */
#header {
	height:94px;
	width:960px;
	display:block;
	border-top:6px solid #172c54;
	border-bottom:1px solid #172c54;
	background:#21407b;
}
#logo {
	background:url('../images/accounts-logo.png') no-repeat;
	width:310px;
	height:70px;
	display:inline-block;
	float:left;
	margin-top:20px;
}
#title {
	background:url('../images/accounts-title.png') no-repeat;
	width:384px;
	height:14px;
	display:inline-block;
	float:right;
	margin:58px 20px 0 0;
}
#login-btn {
	background:url('../images/login-btn.png') no-repeat;
	width:70px;
	height:26px;
	display:inline-block;
	float:left;
	margin:46px 0 0 304px;
}
#secure {
	margin:4px 0 0 10px;
	float:right;
	display:inline-block;
	text-align:right;
	width:270px;
}

/* Nav
-------------------------------------------------------------- */
#nav {
	background:#e9e9e9;
	height:80px;
}
#nav a {
	display:inline-block;
	float:left;
	text-decoration:none;
	border-bottom:2px solid #fff;
	font-size:16px;
	height:77px;
}
#nav a:hover {
	border-bottom:2px solid #445e90;
}
#nav #money-market {
	background:url('../images/nav-money-market.png');
	width:179px;
}
#nav #savings {
	background:url('../images/nav-savings.png');
	width:123px;
}
#nav #checking {
	background:url('../images/nav-checking.png');
	width:141px;
}
#nav #bank {
	background:url('../images/nav-bank.png');
	width:126px;
}
#nav #ira {
	background:url('../images/nav-ira.png');
	width:124px;
}
#nav #cd {
	background:url('../images/nav-cd.png');
	width:131px;
}
#nav #hsa {
	background:url('../images/nav-hsa.png');
	width:124px;
}
#nav .nav-divider {
	display:inline-block;
	float:left;
	height:77px;
	width:2px;
	background:url('../images/nav-divider.png');
	border-bottom:2px solid #fff;
}

/* Header Image
-------------------------------------------------------------- */
#header-image {
	background:url('../images/merchantaccounts-header.jpg') no-repeat;
	width:960px;
	height:180px;
	display:inline-block;
	border-top:1px solid #c7c7c7;
}

/* Home & Page Content
-------------------------------------------------------------- */
h1 {
	font-size:20px;
	line-height:22px;
	color:#21407b;
	font-weight:bold;
	border-bottom:1px solid #c9c9c9;
	padding-bottom:10px;
	margin-bottom:14px;
}
#content h2 {
	font-weight:normal;
	font-size:17px;
	color:#777;
	margin-bottom:20px;
}
#content h2 a {
	text-decoration:none;
}
#content {
	float:left;
	width:579px;
	padding:30px;
	min-height:300px;
}

/* Left Menu
-------------------------------------------------------------- */
#sidebar {
	width:250px;
	padding:10px;
	float:left;
	background:#cbd3e3;
}
#sidebar ul {
	list-style-type:none;
	margin-top:10px;
	border-bottom:1px solid #8e9ebd;
	padding:0;
	margin:10px;
}
#sidebar ul a {
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	color:#284170;
	display:block;
	padding:14px 0;
	border-top:1px solid #8e9ebd;
	border-bottom:1px solid #d7dff0;
}
#sidebar ul a:hover {
	text-decoration:underline;
}
#sidebar ul li {
	margin-bottom:0px;
}
#googlead {
	width:250px;
	height:250px;
	display:inline-block;
	margin-top:20px;
}
#googlead p {
	color:#cbd3e3;
	font-size:11px;
	font-weight:bold;
	margin:8px;
}
/* Resources
-------------------------------------------------------------- */
.article-container {
	padding:12px 10px 14px 14px;
	border-bottom:1px solid #d3d3d3;
	background:#fff;
	border-bottom:1px solid #d3d3d3;
	border-left:1px solid #d3d3d3;
	border-right:1px solid #d3d3d3;
	width:644px;
}
.article-container-top {
	background:url('../images/articles-tab.png') no-repeat #fff 584px 0;
	border-top:1px solid #d3d3d3;
}
.resources-image {
	width:75px;
	height:75px;
	display:inline-block;
	float:right;
	border:4px solid #e6eaec;
	margin-left:14px;
}
#articles-container h2 {
	font-size:18px;
}
#feature-article h2 {
	height:34px;
	overflow-y:hidden;
}
#articles-container .entry-content p {
	width:540px;
	margin-bottom:10px;
}
.meta-nav {
	text-transform:uppercase !important;
	font-weight:bold !important;
	font-size:12px !important;
}
/* Content
-------------------------------------------------------------- */
#content ul {
	list-style-type:disc;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom:18px;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
.page-title {
	font-size: 14px;
	font-weight: bold;
}
.page-title span {
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
.entry-title a {
	color:#666;
	text-decoration: underline;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 0 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
.edit-link a {
	float:left;
	margin-top:10px;
	background:#bbb;
	color:#fff;
	padding:4px 6px 2px;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	display:inline-block;
}
.edit-link a:hover {
	background:#aaa;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}

/* Post Page Navigation
-------------------------------------------------------------- */
.navigation {
	line-height: 18px;
	overflow: hidden;
	padding:5px 0;
	margin:0 20px;
}
.navigation a {
	color:#999;
	text-decoration: none;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
}
.navigation a:hover {
	color:#666;
}
.nav-previous {
	float: left;
	margin-left:6px;
}
.nav-next {
	float: right;
	text-align: right;
	margin-right:6px;
}
#nav-below {
	margin-top:6px;
}

/* Footer
-------------------------------------------------------------- */
#footer {
	width:960px;
	margin:0 auto;
	color:#777;
	font-size:11px;
	font-weight:bold;
	padding:10px 0;
	text-align:center;
}
#footer-nav {
	display:inline-block;
	text-align:center;
	margin-bottom:10px;
}
#footer-nav a {
	color:#777;
	text-decoration:underline;
}
#footer-nav a:hover {
	color:#555;
}
#footer-info {
}
#footer-wrapper {
	border-top:1px solid #aaa;
	width:100%;
	background:#d3d3d3;
}
/* Sitemap
-------------------------------------------------------------- */
.ddsg-wrapper {
	margin-top:2px;
}
.ddsg-wrapper h3 {
	font-size:16px;
	margin-bottom:10px;
}
#content .ddsg-wrapper ul {
	list-style-type:none;
	padding:0;
	margin:0 0 20px;
}
#content .ddsg-wrapper a {
}
#content .ddsg-wrapper a:hover {
	color:#222;
}
#content .ddsg-wrapper li {
	margin-bottom:6px;
}