/* Theme Name: The Transaction Company 5
   Description: Custom theme for the-Transaction-Company.org blog for WordPress 2.1+, requires CSS2
   Version: 5.0.7 ("quieter?")
   Date: 23 Nov 2007
   Author: Vladimir Dzhuvinov
   Author URI: http://www.valan.net/
*/

/*** Element defaults ***/

html, body {
	margin: 0;
	padding: 0;
	min-width: 800px;
	background-color: #e2edff;
	font-family: sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	color: #777777;
}

a:link, a:visited {
	text-decoration: none;
	color: #0972d9;
}

img {
	border: none;
}

h1 {
	font-weight: normal;
	font-size: 16pt;
}

h2 {
	font-weight: normal;
	font-size: 14pt;
}

h3 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14pt;
}

h4 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 12pt;
}

h5 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 10pt;
}

h6 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 8pt;
}

blockquote {
	margin: 0 0 0 30px;
}

blockquote p {
	margin-top: 0;
}

abbr, acronym {
	cursor: help;
	font-style: normal;
	border-bottom: 1px dotted;
}

pre, code {
	white-space: pre;
	color: #777777;
	font-size: 8pt;
	font-family: fixed;
}



/*** Layout structure and content-specific styles ***/

#outer-wrapper {
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 0 10px 0 10px;
	background: #e2edff url(img/drop-shadow.png) repeat-y;
}

/* Masthead */

#masthead {
	width: 800px;
	height: 140px;
	margin: 0;
	padding: 0;
	background: #0972d9 url(img/masthead-background.jpg) no-repeat right;
	color: #ffffff;
}

h1#site-title {
	margin: 0;
	padding: 10px 0 0 10px;
	line-height: 100%;	
}

h1#site-title a {
	color: #ffffff;
}

h1#site-title img {
	margin: 0;
	padding: 0;
	border: none;
	width: 416px;
	height: 59px;
}

h2#site-slogan {
	margin: 0;
	padding: 45px 10px 10px 10px;
	line-height: 1em;
	font-weight: bold;
	font-size: 10pt;
}

/* Tabs bar */

#tabs-bar {
	position: relative;
	height: 2.4em;
	width: 780px;
	padding: 0px 10px 0px 10px;
	background-color: #0972d9;
	font-weight: normal;
	font-size: 10pt;
}

#tabs-bar ul {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 560px; /* was 45em - older browser hack? */
}

#tabs-bar ul li {
	display: inline;
	list-style: none;
}

#tabs-bar ul a, #tabs-bar ul span {
	width: 6em;
	display: block;
	float: left;
	margin: 1px 5px 0 0;
	padding: 2px 2px 3px 2px;
	text-align: center;
	text-decoration: none;
}

#tabs-bar ul span {
	border: 1px solid #c4c4c4;
	border-bottom: none;
	background-color: #ffffff;
	margin-top: 0;
	padding-bottom: 5px;
}

#tabs-bar ul a {
	background-color: #c4c4c4;
	border: 1px solid #c4c4c4;
	border-bottom: none;
	color: #0972d9;
}

#tabs-bar ul a:hover {
	background-color: #ffffff;
	margin-top: 0;
	padding-bottom: 4px;
}

/* Content (posts, static pages, etc.) */

#content-wrapper {
	width: 800px;
	margin: 0;
	padding: 0;
	background: #ffffff url(img/sidebar-separator.png) repeat-y;
	border-top: 1px solid #c4c4c4;
}

#content-wrapper a:hover, #content-wrapper a:active {
	text-decoration: none;
	background-color: #cfe5fc;
	border-bottom: dotted #0972d9 1px;
}

#content {
	float: left;
	width: 560px;
	margin: 0;
	padding: 10px;
}

h3.post-title {
	margin-top: 30px;
	color: #000000;
}

h4.post-title {
	color: #000000;
}

.post {
	clear: both;
	margin: 30px 0 60px 0;
}

.post-timestamp, .post-meta {
	margin: 20px 0 25px 0;
	font-style: italic;
	font-size: 8pt;
}

.post-content {
	text-align: justify;
	font-size: 10pt;
	line-height: 1.4em;
	color: #000000;
}

.post-meta {
	text-align: right;
}

#searchform-wide {
	padding: 10px 0 10px 0;
	text-align: center;
}

#searchform-wide input#s {
	height: 1.4em;
	margin-right: 10px;
	padding-left: 2px;
	vertical-align: middle;
	width: 170px;
}

table.navigation {
	display: block;
	border: none;
	margin: 20px 0 20px 0;
	padding: 0;
	width: 560px;
	line-height: 100%;
}

table.navigation td {
	margin: 0;
	padding: 0;
}

table.navigation td.left-cell {
	width: 225px;
	padding-right: 10px;
	text-align: left;
}

table.navigation td.central-cell {
	width: 110px;
	text-align: center;
	color: #c4c4c4;
	border-left: 1px solid #c4c4c4;
	border-right: 1px solid #c4c4c4;
}

table.navigation td.right-cell {
	width: 225px;
	padding-left: 10px;
	text-align: right;
}


.align-right {
	float: right;
}

.align-left {
	float: left;
}

.align-center {
	text-align: center;
}

h4#comments {
	margin-top: 30px;
	font-size: 11pt;
	font-weight: bold;
}

p.comments-meta {
	margin: 0 0 20px 0;
	padding: 0;
}

ol#comment-list {
	list-style: none;
}

ol#comment-list li {
	margin-bottom: 30px;
	padding-left: 5px;
	text-align: justify;
	font-size: 10pt;
	color: #000000;
	border-left: 1px dotted #c4c4c4;
}

.moderation-message {
	font-style: italic;
	color: #777777;
	background-color: #cfe5fc;
}

ol#comment-list li cite {
	display: block;
	margin-top: 10px;
	font-style: italic;
	text-align: left;
	color: #777777;
}

h4#comment-post {
	margin-top: 30px;
	font-weight: bold;
	font-size: 10pt;
}

input {
	background-color: #cfe5fc;
	border: 1px solid #c4c4c4;
	color: #000000;
	font-size: 9pt;
}

input.button, input[type=submit] {
	padding: 2px 4px;
	border: 1px outset #c4c4c4;
	background-color: #ededed;
	font-weight: bold;
	color: #0972d9;
	vertical-align: middle;
}

input.button:active, input[type=submit]:active {
	border-style: inset;
}

textarea {
	border: 1px solid #c4c4c4;
	background-color: #cfe5fc;
	color: #000000;
	font-family: sans-serif;
	font-size: 9pt;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 190px; /* IE6 rounding sum bug? */
	margin: 0;
	padding: 10px 10px 10px 0;
}

#sidebar h3 {
	margin: 5px 5px 5px 0px;
	font-weight: bold;
	font-size: 10pt;
}

#sidebar ul {
	list-style-type: none;
	margin: 0px 0px 30px 15px;
	padding: 0px;
	text-indent: 0em;
}

#sidebar ul li {
	margin: 0 0 5px 0;
	padding: 0;
	text-indent: -1em;
	line-height: 1.5em;
}

#sidebar input#s {
	background-color: #cfe5fc;
	border: 1px solid #c4c4c4;
	color: #000000;
	font-size: 8pt;
	height: 1.4em;
	margin: 5px 0 30px 0;
	padding-left: 2px;
	vertical-align: middle;
	width: 170px;
}

/* Footer */

#footer-wrapper {
	clear: both;  /* to fix IE6 padding-top issue? */
	width: 800px;
	margin: 0;
	padding: 0px;
	background-color: #ffffff;
	border-top: 1px solid #c4c4c4;
	text-align: center;
	font-size: 8pt;
}


#footer-col-1 {
	float: left;
	padding: 10px;
	width: 560px;
}

#footer-col-2 {
	float: right;
	padding: 10px;
	width: 199px; /* IE6 sum bug? */
}


#footer-bottom {
	clear: both;
}
