/* @override http://adamschwabe.com/new/wp-content/themes/schwabe/style.css */

/*
Theme Name:		Adam Schwabe
Theme URI:		http://adamschwabe.com
Description:	        A 3-column design with an emphasis on typography and whitespace.
Version:		1.0
Author:			Adam Schwabe
Author URI:		http://adamschwabe.com
*/

body {
	background: #ffffff;
	//#e6e6e6;
	color: #333;
	font: 62.5% Georgia, "Times New Roman", Times, serif;
}

* {
	padding: 0;
	margin: 0;
}

/*---:[ core layout elements ]:---*/

#container {
	width: 965px;
	margin: 0 auto;
	padding: 50px 50px 20px 50px;
	background: #fff;
}

#page {
	
}

/* for use with custom styles */

#masthead {
	width: 900px;
        height: 100px;
	margin: 0 0 0 0;
	padding: 0;
	//0 10px;
	//text-align: left;
}

#rotating_image {
	width: 903px;
	margin: 0 0 20px 0;
}

#rotating_image img {
	display: block;
	border: 10px solid #eee;
}

#content_box {
	width: 965px;
	padding: 0;
	//0 10px 0 10px;
	text-align: left;
}

#left_box {
	width: 665px;
	float: left;
}

.left_border#home {
height: 99px;
	width: 7px;
	padding: 0;
	float: left;
	background: #B42310;
}

.top_border#home {
	height: 7px;
	width: 775px;
	float: right;
	background: #B42310;
}

.left_border#video {
	height: 176px;
	//99px;
	width: 7px;
	padding: 0;
	float: left;
	background: #5083BA;
}

.top_border#video {
	height: 7px;
	width: 775px;
	float: right;
	background: #5083BA;
}

.left_border#photos {
	height: 253px;
	width: 7px;
	padding: 0;
	float: left;
	background: #A3D91A;
}

.top_border#photos {
	height: 7px;
	width: 775px;
	float: right;
	background: #A3D91A;
}

.left_border#portfolio {
	height: 330px;
	width: 7px;
	padding: 0;
	float: left;
	background: #F7D00A;
}

.top_border#portfolio {
	height: 7px;
	width: 775px;
	float: right;
	background: #F7D00A;
}

.left_border#resume {
	height: 407px;
	width: 7px;
	padding: 0;
	float: left;
	background: #FA7D07;
}

.top_border#resume {
	height: 7px;
	width: 775px;
	float: right;
	background: #FA7D07;
}

.left_border#contact {
	height: 484px;
	width: 7px;
	padding: 0;
	float: left;
	background: #5C4A39;
}

.top_border#contact {
	height: 7px;
	width: 775px;
	float: right;
	background: #5C4A39;
}

#content {
	width: 463px;
	padding: 0 1px;
	float: left;
}

#content_post {
	width: 500px;
	padding: 0 1px;
	float: left;
}

#content_inner {
	width: 463px;
	padding: 47px 47px;
}

#content_inner_post {
	width: 500px;
	//padding: 47px 47px;
}

#content_inner_page {
	width: 717px;
	padding: 47px 0 47px 47px;
//47px 47px;
}

.sidebar {
	width: 190px;
	float: left;
}

#left_bar {
	padding: 47px 0 0 0;
	line-height: 20px;
        float: left;
}

#right_bar {
	margin-left: 100px;
	padding: 47px 0 0 10px;
}

#footer {
	margin-top: 10px;
	padding: 1.0em 0;
	border-top: 1px double #ddd;
}

/*---:[ headlines ]:---*/

h1, h2, h3, h4 {
	font: bold 1.0em Calibri, "Lucida Sans", "Trebuchet MS", Arial, serif;
}

h1 {
	font-size: 1.8em;
	line-height: 1.11111em;
	padding: 0;
	//0 10px;
	color: #111;
}

.portfolioheadline {
        padding: 0 0 15px 0;	
        font: bold 3.5em Calibri, "Lucida Sans", "Trebuchet MS", Arial, serif;
        align: center;
}

.archives h1 {
	font-size: 1.1em;
	line-height: 1.81818em;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 0 1.81818em 0;
	padding: 0.36364em 10px 0.36364em 10px;
	background: #eee;
	border-top: 1px solid #ddd;
	border-bottom: 1px dotted #ddd;
	text-align: center;
}

.page h1 {
	margin: 0 0 1.11111em 0;
}

h2 {
	font-size: 1.8em;
	line-height: 1.11111em;
	padding: 1.11111em 0 0 0;
	border-top: 1px dotted #ddd;
	color: #111;
}

h2 a, h2 a:visited {
	color: #333;
}

h2 a:hover {
	color: #237fa1;
	text-decoration: none;
}

h2.top {
	padding-top: 0;
	border-top: none;
}

.sidebar h2 {
	font-size: 0.83333em;
	margin: 0 0 0.9em 0;
	line-height: 1.9em;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-top: 0;
	border-bottom: 1px solid #ddd;
}

h3 {
	font-size: 1.23077em;
	line-height: 1.25em;
	color: #999;
}

.format_text h3 {
	margin: 1.875em 0 0.625em 0;
}

.format_text h3.top {
	margin: 0 0 0.625em 0 !important;
}

h4 {
	font-size: 0.84615em;
	line-height: 1.81818em;
	text-transform: uppercase;
	letter-spacing: 2px;
}

/*---:[ global elements ]:---*/

hr {
	display: none;
}

a, a:visited {
	color: #237fa1;
	text-decoration: none;
}

a:hover {
	color: #c00;
	text-decoration: underline;
}


a img {
	border: none;
}



blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #555;
	margin: 0 0 1.53846em 10px;
	padding: 0 0 0 10px;
	border-left: 1px solid #eee;
}

abbr, acronym {
	font-size: 0.84615em;
	border-bottom: 1px dotted #888;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1.0em;
	cursor: help;
}

sub, sup {
	line-height: 1.0em;
}

code {
	font: 0.92308em Consolas, "Andale Mono", Courier, "Courier New";
	color: #050;
}

pre {
	margin: 0 0 1.66667em 0;
	padding: 0.75em;
	font: 0.92308em/1.66667em Consolas, "Andale Mono", Courier, "Courier New";
	background: #eee;
	border: 1px solid #ddd;
	overflow: auto;
	clear: both;
}

p.center {
	text-align: center !important;
}

p.bottom {
	margin: 0 !important;
}

p.unstyled {
	padding: 0 20px;
	font-size: 1.3em;
}

/*---:[ #masthead styles ]:---*/

#masthead #searchbox {
	width: 40px;
	height: 40px;
	margin: 8px 83px 0 0;
	float: right;
}

#masthead #tagline {
	width: 350px;
	height: 40px;
	float: left;
	margin: 8px 0 20px 25px;
}

.logohead {
        width: 600px;
        float: left;
}

#masthead #logo {
	//font: bold 3.2em Georgia, "Times New Roman", Times, serif;
	//letter-spacing: -1px;
	height: 45px;
        width: 220px;
	//display: block;
        float: left;
}

.portfoliofeature {
	padding: 0 18px 0 35px;
        float: left;
        //vertical-align: bottom;
}

.featurecopy {
        float: left;
        width: 190px;
        padding: 0;
        margin: 0;
}

.featuretitle {
	font-weight: bold;
        font: 1.3em Calibri, "Lucida Sans", "Trebuchet MS", Arial, serif;
        padding: 0;
        margin: 0;
        line-height: 1.6em;
}

.featuretext {
	padding: 0;
}

.portfoliorow {
	padding: 0 17px 0 17px;
        width: 100%;
}

.portfolioblock .featureimg {
        float: left;
        width: 120px;
        display: block;
}

.portfolioblock {
	width: 50%;
        float: left;
        margin: 17px 0;
}

.logoimg {
	padding: 5px 0 0 0;
}

#masthead #logo a, #masthead #logo a:visited {
	color: #111;
}

#masthead #logo a:hover {
	color: #237fa1;
	text-decoration: none;
}

#masthead h1, #masthead #tagline {
	font: italic 1.3em Georgia, "Times New Roman", Times, serif;
	color: #333;
	text-align: left;
}

/*---:[ content styles ]:---*/

.post_author {
	font-size: 1.2em;
	line-height: 1.66667em;
	margin: 0 0 1.66667em 0;
	padding: 0;
	//0 10px;
	color: #999;
}

.post_author a, .post_author a:visited {
	color: #999;
	text-decoration: none;
}

.post_author a:hover {
	color: #999;
	text-decoration: underline;
}

.format_text {
	font-size: 1.3em;
	line-height: 1.53846em;
	padding: 0;
//0 10px;
}

.format_text a {
	text-decoration: underline;
}

.format_text a:visited {
	color: #333;
	background: #e8e8e8;
	text-decoration: none;
}

.format_text a:hover {
	text-decoration: underline;
}

.format_text blockquote {
	
}

.format_text blockquote.right {
	width: 180px;
	font-size: 1.2308em;
	line-height: 1.25em;
	margin: 0 0 0 10px;
	padding: 0.4375em 0 0.4375em 10px;
	border: none;
	float: right;
}

.format_text blockquote.left {
	width: 180px;
	font-size: 1.2308em;
	line-height: 1.25em;
	margin: 0 10px 0 0;
	padding: 0.4375em 10px 0.4375em 0;
	background: none;
	border: none;
	float: left;
}

.format_text blockquote.right p, .format_text blockquote.left p {
	margin: 0 !important;
}

.format_text p {
	margin: 0 0 1.53846em 0;
}

.format_text p.note {
	padding: 0.76923em 10px;
	background: #ffffa0;
	border: 1px solid #d3d35d;
}

.format_text ul {
	list-style: none;
	margin: 0 0 1.53846em 0;
}

.format_text ol {
	margin: 0 0 1.53846em 20px;
}

.format_text li {
	
}

.format_text ul li {
	padding: 0 0 0 18px;
	background: url('images/bullet_text.gif') 0 0.38462em no-repeat;
}

.format_text ul li ul, .format_text ul li ol, .format_text ol li ul, .format_text ol li ol {
	margin: 0 0 0 10px;
}

.format_text li code {
	line-height: inherit;
}

/* This is basically a Safari hack :( */

.format_text dl {
	margin: 0 0 1.53846em 0;
}

.format_text dt {
	font-weight: bold;
}

.format_text dd {
	margin: 0 0 1.53846em 1.53846em;
}

.format_text .ad {
	margin: 0 0 0 10px;
	float: right;
	clear: right;
}

.format_text .ad_left {
	margin: 0 10px 0 0;
	float: left;
	clear: left;
}

.format_text img {
	//max-width: 460px;
	//width: expression(this.width > 460 ? 460: true);
}

.format_text img.left {
	margin: 0 10px 1.53846em 0;
	float: left;
	clear: left;
}

.format_text img.right {
	margin: 0 0 1.53846em 10px;
	float: right;
	clear: right;
}

.format_text img.center {
	display: block;
	margin: 0 auto 1.53846em auto;
	float: none;
	clear: both;
}

.format_text img.block {
	display: block;
	margin: 0 auto 1.53846em 0;
	float: none;
	clear: both;
}

.format_text img.frame {
	padding: 9px;
	border: 1px solid #ddd;
	background: #eee;
}

.format_text img.stack {
	clear: none !important;
}

.to_comments {
	margin: 0 0 1.81818em 0;
	padding: 0;
	//0 10px;
	font: normal 1.1em/1.81818em Verdana, serif;
	color: #999;
	clear: both;
}

.to_comments .date {
	padding: 0 0 0 14px;
	background: url('images/icon_date.gif') 0 50% no-repeat;
}

.to_comments .filed {
	padding: 0 0 0 14px;
	background: url('images/icon_filed.gif') 0 50% no-repeat;
}

.to_comments .num_comments {
	padding: 0 0 0 14px;
	background: url('images/icon_comment.gif') 0 50% no-repeat;
}

.navigation {
	width: 425px;
	padding: 0.69231em 19px 0.76923em 19px;
	font-size: 1.3em;
	line-height: 1.53846em;
	clear: both;
}

.navigation p {
	text-align: right;
}

.older {
	padding: 0 20px 0 0;
	float: left;
}

.previous {
	text-align: left;
}

/*---:[ sidebar styles ]:---*/

ul.sidebar_list {
	list-style: none;
}

ul.sidebar_list li.widget, ul.sidebar_list li.linkcat {
	width: 190px;
	margin: 0 0 2.5em 0;
	font: normal 1.2em/1.33333em Georgia, "Times New Roman", Times, serif;
	float: left;
}

ul.nav {
	font-size: 1.6em;
	line-height: 1.11111em;
	font-weight: bold;
}

li.widget p {
	margin: 0 0 1.33333em 0;
}

li.widget ul, li.linkcat ul {
	list-style: none;
}

li.widget ol {
	margin: 0 0 0 20px;
}

li.widget li, li.linkcat li {
	margin: 0 0 0.75em 0;
}

li.widget li br {
	display: none;
}

li.widget li ul, li.linkcat li ul {
	margin: 0.75em 0 0 20px;
}

/*---:[ calendar widget ]:---*/

#calendar_wrap {
	width: 182px;
	margin: 0 0 0.83333em 0;
	padding: 0 8px 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

table#wp-calendar {
	width: 182px;
	border-collapse: collapse;
}

table#wp-calendar caption {
	font-weight: normal;
	font-size: 0.91667em;
	line-height: 1.72727em;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: #e5e5e5;
	border-bottom: 1px dotted #ddd;
}

table#wp-calendar th {
	width: 26px;
	font-size: 0.91667em;
	line-height: 1.72727em;
	background: #f2f2f2;
	border-bottom: 1px dotted #ddd;
	text-align: center;
}

table#wp-calendar td {
	width: 26px;
	line-height: 1.66667em;
	color: #999;
	text-align: center;
}

table#wp-calendar td#next, table#wp-calendar td#prev {
	width: 78px;
	font-size: 0.83333em;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/*---:[ search widget ]:---*/

#search {
	padding: 0.83333em 0;
	border: 1px dotted #ddd;
	border-width: 1px 0;
	text-align: right;
}

#search #s {
	width: 184px;
	padding: 2px;
	color: #333;
	background: #f2f2f2;
	font: normal 0.91667em Verdana, sans-serif;
	border: 1px solid #aaa;
	border-right-color: #eee;
	border-bottom-color: #eee;
	text-align: left;
}

#search #s:focus {
	background: #fff;
	border-color: #777;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
}

#search input[type="submit"] {
	margin: 0.25em 0 0 0;
	padding: 2px 3px;
	color: #333;
	font: bold 1.0em Georgia, "Times New Roman", Times, serif;
	background: url('images/submit_bg.gif');
	border: 3px double #999;
	border-top-color: #ccc;
	border-left-color: #ccc;
	cursor: pointer;
}

#search input[type="submit"]:hover {
	color: #237fa1;
}

/*---:[ default search form styles ]:---*/

#search_form {
	
}

#search_form .search_input {
	width: 170px;
	padding: 4px 8px;
	color: #333;
	background: #ffffff;
	font: normal 1.5em Georgia, "Times New Roman", Times, serif;
	border: 1px solid #aaa;
	border-right-color: #eee;
	border-bottom-color: #eee;
	font-style: italic;
}

#search_form .search_input:focus {
	background: #fff;
	border-color: #777;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	font-style: normal;
}

/*---:[ footer styles ]:---*/

#footer p {
	font: normal 1.1em/1.63636em Verdana, sans-serif;
	color: #999;
	text-align: center;
}

#footer a, #footer a:visited {
	color: #999;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
}

#footer a:hover {
	color: #333;
	text-decoration: none;
}

/*---:[ comment styles ]:---*/

#comments {
	width: 463px;
	margin: 1.0em 0 2.0em 45px;
}

.comments_intro {
	padding: 0;
	//padding: 0 20px;
	font: normal 1.2em/1.66667em Verdana, sans-serif;
	border-bottom: 1px dotted #bbb;
}


.comments_intro span {
	padding: 0 0 0 14px;
	background: url('images/icon_comment.gif') 0 50% no-repeat;
}



dl#comment_list {
	margin: 0 0 3.0em 0;
}

dl#comment_list dt.comment {
	width: 445px;
	padding: 1.42857em 9px 0.71429em 9px;
	background: #f8f8f8;
	font-size: 1.4em;
	line-height: 1.42857em;
}

.comment_num {
	padding: 0;
	//padding: 0 0 0 20px;
	font: bold 0.85714em/1.66667em Verdana, sans-serif;
	float: right;
}

.comment_num a, .comment_num a:visited {
	color: #999;
	text-decoration: none;
}

.comment_num a:hover {
	color: #237fa1;
	text-decoration: none;
}

.comment_time {
	font: normal 0.78571em Verdana, sans-serif;
	color: #999;
}

dl#comment_list dd.comment {
	width: 445px;
	padding: 0 9px 0.8em 9px;
	background: #f8f8f8;
	border-bottom: 1px dotted #bbb;
}

dl#comment_list dt.alt, dl#comment_list dd.alt {
	background: #fff;
}

dl#comment_list dt.author, dl#comment_list dd.author {
	background: #e6e6e6 !important;
}

.comment .format_text {
	padding: 0;
//0 10px;
}

.comment a.comment_link, .comment a.comment_link:visited {
	font-style: italic;
	font-weight: bold;
	color: #333;
	background: none;
	text-decoration: none;
}

.comment a.comment_link:hover {
	color: #333;
	text-decoration: underline;
}

/*---:[ comment form styles ]:---*/

#respond {
	margin: 0 0 0.83333em 0;
	padding: 0;
	//padding: 0 20px;
	border-bottom: 1px dotted #ddd;
	font: normal 1.2em/1.66667em Verdana, sans-serif;
}

#respond span {
	padding: 0 0 0 14px;
	background: url('images/icon_leave_comment.gif') 0 50% no-repeat;
}

#comment_form {
	width: 445px;
	padding: 0;
	//padding: 0 19px;
}

#comment_form p {
	padding: 0.69231em 0 0.76923em 0;
	font-size: 1.3em;
	line-height: 1.53846em;
}

#comment_form p.submit_p {
	padding-bottom: 1.30769em;
}

#comment_form label {
	padding: 0;
	//padding: 0 0 0 10px;
}

#comment_form .text_input {
	width: 206px;
	//padding: 2px;
	color: #333;
	font: normal 1.0em Georgia, "Times New Roman", Times, serif;
	background: #f2f2f2;
	border: 1px solid #aaa;
	border-right-color: #eee;
	border-bottom-color: #eee;
}

#comment_form .text_input:focus {
	background: #fff;
	border-color: #777;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
}

#comment_form .text_area {
	width: 463px !important;
	height: 6.15385em;
	line-height: 1.53846em;
}

#comment_form .form_submit {
	padding: 0.35714em 14px;
	background: url('images/submit_bg.gif');
	border: 3px double #999;
	border-top-color: #ccc;
	border-left-color: #ccc;
	color: #333;
	font: bold 1.07692em Georgia, "Times New Roman", Times, serif;
	cursor: pointer;
}

#comment_form .form_submit:hover {
	color: #237fa1;
}

#comment_form p.subscribe-to-comments {
	font-size: 1.3em;
}

#comment_form p.subscribe-to-comments label {
	font-size: 1.0em;
}

/*---:[ adam's navigation ]:---*/

.pagedesc {
	font: 1.1em "Georgia", "Times New Roman", Times, serif;
	text-decoration: none;
	line-height: 20px;
}

.sidebarnav a {
	color: #333;
	text-decoration: none;
}

.home_header {
	background: #B42310;
	margin: 0 0 25px 0;
	padding: 9px 0 5px 15px;
	font: 1.3em Calibri, "Lucida Sans", "Trebuchet MS", Arial, serif;
	font-weight: bold;
	color: #FFFFFF;
	height: 25px;
}

.home_header a {
	color: #ffffff;
}

.pagetitle {
	font: 1.7em Calibri, "Lucida Sans", "Trebuchet MS", Arial, serif;
	font-weight: bold;
	//text-decoration: none;
	line-height: 20px;
	padding: 2px 0 0 0;
}

.page_home {
	background-image: url(/i/red.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0 0 25px 0;
	padding: 5px 0 5px 30px;
	line-height: 20px;
}

.page_home#current, .page_home#current a {
	color: #FFFFFF;
	background: #B42310;
}

.page_home:hover {
	background: #B42310;
	color: #ffffff;
}

.page_video {
	background-image: url(/i/blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0 0 25px 0;
	padding: 5px 0 5px 30px;
	line-height: 20px;
}

.page_video#current, .page_video#current a {
	color: #FFFFFF;
	background: #5083BA;
}

.page_video:hover {

	background: #5083BA;
	color: #ffffff;
}

.page_photos {
	background-image: url(/i/green.gif);
	background-repeat: no-repeat;

	background-position: left center;
	margin: 0 0 25px 0;
	padding: 5px 0 5px 30px;
	line-height: 20px;
}

.page_photos#current, .page_photos#current a {
	color: #FFFFFF;
	background: #A3D91A;
}

.page_photos:hover {
	background: #A3D91A;
	color: #ffffff;
}

.page_portfolio {
	background-image: url(/i/yellow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0 0 25px 0;
	padding: 5px 0 5px 30px;
	line-height: 20px;
}

.page_portfolio#current, .page_portfolio#current a {
	color: #FFFFFF;
	background: #F7D00A;
}

.page_portfolio:hover {
	background: #F7D00A;
	color: #ffffff;
}

.page_resume {
	background-image: url(/i/orange.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0 0 25px 0;
	padding: 5px 0 5px 30px;
	line-height: 20px;
}

.page_resume#current, .page_resume#current a {
	color: #FFFFFF;
	background: #FA7D07;
}

.page_resume:hover {
	background: #FA7D07;
	color: #ffffff;
}

.page_contact {
	background-image: url(/i/brown.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0 0 25px 0;
	padding: 5px 0 5px 30px;
	line-height: 20px;
}

.page_contact#current, .page_contact#current a {
	color: #FFFFFF;
	background: #5C4A39;
}

.page_contact:hover {
	background: #5C4A39;
	color: #ffffff;
}

#homebar {
	width: 25px;
	background: #B42310
}

.socialicons {
	margin: 0 auto;
	display: block;
}

.socialimg {
	margin: 0 4px 0 4px;
}

.socialimg:hover {
        background-color: #B42310;
}

#sidetag {
	font: 1.0em "Georgia", "Times New Roman", Times, serif;
	text-decoration: none;
	font-style: italic;
	color: #CDCDCD;
	margin: 25px 0 0 0;
}

#sidetag:hover {
	color: #FFFFFF;
}

/*---:[ Resume bits ]:---*/

.download {
	padding: 0.35714em 14px;
	background: url('/i/submit_bg.gif');
	border: 3px double #999;
	border-top-color: #ccc;
	border-left-color: #ccc;
	color: #333;
	font: bold 1.07692em Georgia, "Times New Roman", Times, serif;
	cursor: pointer;
	float: right;
	text-deocration: none;
}

.download a {
	color: #333;
	text-decoration: none;
}

.download a:hover {
	color: #237fa1;
	text-decoration: none;
}

.resume h2 {
	padding: 30px 0;
}

.resume h1 {
	padding: 0;
	margin: 0;
}

.resume #employer {
	text-align: left;
	float: left;
}

.resume #date {
	text-align: right;
	color: #a5a5a5;
}

.resume #title {
	margin: 0 0 10px 0;
}

/*---:[ Twitter ]:---*/

div.bubble {
	width: auto;
	font-size: 1.0em;
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: 0 0 0px 0;
	padding: 7px 0px 0px 15px;
	top: 5px;
	background: transparent url('/i/tip.gif') no-repeat 20px 0;
	font-style: normal;
}

.twitter_icon {
	margin-bottom: 10px;
	float: right;
}

/*---:[ self-clearing floats from Dan Cederholm at simplebits.com ]:---*/

#container:after, #content_box:after, #nav ul:after, #footer_bottom:after, .navigation:after, #comments:after, dl#comment_list:after, dl#comment_list dd:after, #comment_form:after, #search_form:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}