/*
Theme Name: TF Theme
Theme URI: http://teamfreeway.com
Description: <a href="http://teamfreeway.com/">TeamFreeway.com</a> official theme.
Version: 2.0a
Author: Jerico Veloso <me.enjay@gmail.com>
Author URI: http://aboutenjay.com/
Tags:
SVN: $Id: style.css 29 2008-07-04 17:19:56Z enjay $
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #e5e5e5 url(images/bg.gif) repeat-x;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #505050;
}

form {
}

fieldset {
	border: none;
}

input, textarea {
	padding: .125em .25em;
	font: 123.1% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.txt {
	background: #fff url(images/wx_bg.gif) repeat-x;
	border: 1px solid #629eca;
}

input.btn {
	background: #b5d2e8 url(images/wb_bg.gif) repeat-x;
	border: 1px solid #629eca;
	font-size: 100%;
	font-weight: bold;
	color: #286693;
}

h1, h2, h3 {
	margin-bottom: .75em;
	font-family: Arial, Helvetica, sans-serif;
	color: #2b2b2b;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 138.5%;
}

h3 {
	font-size: 108%;
}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 170%;
}

p {
}

ol, ul {
	padding-left: 3em;
}

blockquote {
	padding: 0 3em;
	background: url(images/quote.gif) no-repeat 0 0;
	font-style: italic;
}

dl {
}

dt {
	margin-bottom: .5em;
	font-weight: bold;
}

dd {
	margin-bottom: 1.5em;
	padding-left: 3em;
}

hr {
	display: none;
}

a {
	color: #629eca;
}

a:hover {
	text-decoration: none;
	color: #ff891b;
}

/* header */

#hdr {
	width: 960px;
	height: 100px;
	margin: 0 auto;
}

/* logo */

#logo {
	float: left;
	width: 250px;
	height: 66px;
	padding-top: 20px;
	background: url(images/logo.jpg) no-repeat 0 20px;
}

#logo h1, #logo h2 {
	margin: 0;
	text-indent: -999em;
}

#logo h1 a {
	display: block;
	width: 250px;
	height: 66px;
	outline: none;
}

/* menu */

#menu {
	float: right;
	padding: 55px 0 0 0;
}

#menu ol {
	margin: 0;
	list-style: none;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	padding: 2px 15px;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	outline: none;
	border: 1px solid #fff;
}

#menu .current_page_item {
	background: #eee url(images/ftr_bg.gif) repeat-x 0 70%;
	border: 1px solid #d9d9d9;
}

#menu .current_page_item a {
	color: #2b2b2b;
}

/* page container */

#pg {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
}

/* content area */

#main {
	float: left;
	width: 680px;
}

.post {
	clear: both;
}

.post .ttl {
	margin: 0;
}

.post h1.ttl, .pgttl {
	height: 40px;
	padding-top: 22px;
	letter-spacing: -2px;
	background: url(images/dot1.gif) repeat-x 0 100%;
}

.post h2.ttl {
	padding: 5px 0;
	font-size: 150%;
	letter-spacing: -1px;
	background: url(images/dot1.gif) repeat-x 0 100%;
}

.pgttl {
}

.post .ttl a {
	text-decoration: none;
}

.post .ttl a:hover {
	color: #ff891b;
}

.post .by {
	margin-top: -20px;
	padding-bottom: 5px;
	text-align: right;
}

.post .date {
	float: left;
	width: 94px;
	height: 92px;
	margin: 0;
	padding-top: 20px;
	background: url(images/cal_bg.jpg) no-repeat 0 20px;
	text-align: center;
	color: #010101;
	font-size: smaller;
	line-height: normal;
}

.post .date .d {
	display: block;
	margin-bottom: -2px;
	padding-top: 30px;
	font-size: 36px;
	font-weight: bold;
}

.post .entry {
	margin-left: 100px;
	padding: 20px 50px 0 20px;
}

.post .meta {
}

.post .meta .more, .post .meta .talk {
	padding: 0 20px;
	font-weight: bold;
}

.post .meta .more {
	background: url(images/icon_next.png) no-repeat 0 50%;
}

.post .meta .talk {
	background: url(images/icon_comments.png) no-repeat 0 50%;
}

.post .tags {
	margin: 0;
	padding: 5px 0;
	background: url(images/dot1.gif) repeat-x;
}

.post .altmeta {
	padding: 5px 0;
	background: url(images/dot1.gif) repeat-x;
	font-size: 85%;
}

/* navigation */

.navigation {
	clear: both;
	padding-top: 20px;
	font-size: larger;
	font-weight: bold;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* comments */

#comments {
	padding-top: 2em;
}

#comments h2 {
}

#comments .commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
}

#comments .commentlist li {
	margin-bottom: 1em;
}

#comments .num {
	float: left;
	display: block;
	width: 41px;
	margin-right: 10px;
	background: url(images/dot1.gif) repeat-y 100% 0;
	padding: 10px 10px 5px 0;
	text-align: right;
	font-size: 197%;
	color: #ccc;
}

#comments .avatar {
}

#comments .author {
	float: left;
	padding-top: 13px;
}

#comments .author cite {
	font-style: normal;
	font-weight: bold;
}

#comments .meta {
	float: right;
	padding-top: 15px;
}

#comments .entry {
	clear: both;
	padding: 10px 20px 0 10px;
	background: url(images/dot1.gif) repeat-x;
}

#comments a {
	text-decoration: none;
}

/* Respond */

#respond {
	padding-top: 2em;
}

#respond ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#respond li {
	margin-bottom: 10px;
}

#respond label {
	float: left;
	width: 60px;
	padding: 5px 10px 0 0;
	text-align: right;
}

#respond input.txt {
	width: 300px;
}

#comment { /* textarea */
	width: 500px;
}

#respond .btns {
	padding-left: 70px;
}

/* sidebar */

#sb {
	float: right;
	width: 260px;
}

#sb .wrap {
	padding: 20px 20px 5px 20px;
	background: url(images/sb_bg.gif) repeat-y 0 0;
}

#sb ul {
	padding-left: 0;
	list-style: none;
}

#sb li {
	padding-bottom: 15px;
	background: url(images/sb_btm.gif) no-repeat 0 100%;
}

#sb li ul {
	margin: 0;
	padding: 20px 20px 5px 20px;
	background: url(images/sb_bg.gif) repeat-y 0 0;
	line-height: 180%;
}

#sb li li {
	padding: 0px;
	background-image: url(images/spacer.gif);
}

#sb h2 {
	height: 59px;
	margin: 0;
	text-indent: -999em;
}

#sb a {
	text-decoration: none;
	font-weight: bold;
}

#sb a:hover {
	text-decoration: underline;
}

/* sb > search */

#search {
}

#search h2 {
	background: url(images/h_search.png);
}

#search form {
	padding: 20px 20px 5px 20px;
	background: url(images/sb_bg.gif) repeat-y 0 0;
}

#search fieldset {
}

#s {
	width: 210px;
}

#sx {
	float: right;
	margin-top: 10px;
}

/* sb > categories */

#cats {
}

#cats h2 {
	background: url(images/h_cats.png);
}

#cats li {
	padding-left: 22px !important;
	background: url(images/icon_folder.png) no-repeat 0 35% !important;
	font-size: smaller;
}

#cats li a {
	font-size: larger;
}

/* sb > links */

#links {
}

#links h2 {
	background: url(images/h_partners.png);
}

#links li {
	padding-left: 22px !important;
	background: url(images/icon_asterisk.png) no-repeat 0 50% !important;
}

/* sb > rss */

#rss {
}

#rss h2 {
	background: url(images/h_rss.png);
}

#rss li {
	padding-left: 22px !important;
	background: url(images/icon_feed.png) no-repeat 0 50% !important;
}

/* footer */

#ftr {
	clear: both;
	height: 100px;
	padding-top: 20px;
	background: url(images/ftr_bg.gif) repeat-x;
	text-align: center;
	font-size: smaller;
}

/* microformats */

.vcard {
	padding-left: 3em;
}

.vcard .fn {
	font-size: 100%;
}

.vcard .adr {
	margin-left: 0;
	margin-bottom: .5em;
	padding-left: 0;
	list-style: none;
	line-height: normal;
}

/* cformsII */

.cform {
}

.cform ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.cform li {
	margin-bottom: 10px;
}

.cform label {
	float: left;
	width: 100px;
	padding: 5px 10px 0 0;
	text-align: right;
}

.cform .single, .cform .area {
	width: 300px;
	margin-right: 10px;
}

.cform .cf-sb {
	margin: 0;
	padding-left: 110px;
	line-height: normal;
}

.cform .sendbutton {
	background: #b5d2e8 url(images/wb_bg.gif) repeat-x;
	border: 1px solid #629eca;
	font-size: 100%;
	font-weight: bold;
	color: #286693;
}

.cf_info {
	margin-bottom: 1em;
	padding-left: 110px;
}

.failure {
	padding-left: 130px;
	background: url(images/icon_error.png) no-repeat 110px 50%;
	color: red;
}

.linklove {
	display: none;
}

/* tables */

table {
	margin-bottom: 1.5em;
	border: 1px solid #ccc;
}

th, td {
	padding: 5px 10px;
}

th {
	background: #ccc;
	color: #000;
}

td {
	border-top: 1px solid #ddd;
	background: #eee;
}