/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

body.custom {
-moz-background-clip:border;
-moz-background-origin:padding;
-x-system-font:none;
background:#FFFFFF url(images/orange-tracks.png) repeat-x scroll 0 0;
color:#111111;
font-family:Tahoma,Helvetica,sans-serif;
font-size:62.5%;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
}

.custom #container {
margin:0 auto;
width:100em;
}

.custom #page {
padding:2em;
background:none;
}
.custom #header {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/jpheader.png) no-repeat scroll center top;
border-bottom:0 double #DDDDDD;
clear:both;
height:140px;
padding:2.2em 1.1em;
}

.custom #content_box {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/jpbgbody.png) repeat-y scroll -3px 0;
width:100%;
}



.custom p.login_alert {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F5F5F5 none repeat scroll 0 0;
border:1px solid #DDDDDD;
margin-bottom:2.75em;
padding:0.5em 0.688em;
}
.custom #comment_form {
border-top:1px dotted #BBBBBB;
padding:1.1em 2.2em 3em 1.1em;
}
.custom #comment_form p {
font-size:1.4em;
line-height:1.571em;
margin-bottom:1em;
}
.custom #comment_form label {
padding-left:0.786em;
}
.custom #comment_form p.comment_box {
line-height:0.714em;
margin-bottom:0;
}
.custom #comment_form textarea {
border-width:0.071em;
height:12.571em;
line-height:1.571em;
padding:0.286em;
width:100%;
}
.custom #comment_form p.allowed {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F9F7E4 none repeat scroll 0 0;
border-color:-moz-use-text-color #BBBBBB #BBBBBB;
border-style:none dotted dotted;
border-width:0 0.083em 0.083em;
color:#807E70;
font-size:1.2em;
line-height:1.667em;
padding:0.5em 0.333em;
width:100%;
}
.custom #comment_form .form_submit {
font-size:1.143em;
padding:0.313em 0.25em;
}
.custom #comment_form p.subscribe-to-comments {
font-size:1.4em;
}
.custom #comment_form p.subscribe-to-comments label {
font-size:1em;
}
.custom #footer p {
font-size:1.2em;
line-height:1.5em;
border-top:4px double #DDDDDD;
padding-right:10px;
}
.custom #footer a, #footer a:visited {
border-bottom:1px solid #CCCCCC;
color:#888888;
text-decoration:none;
}
.custom #footer a:hover {
color:#111111;
}
.custom ul#tabs:after, #content_box:after, #sidebars_box:after, .format_text:after, .prev_next:after {
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;
}
.custom #toptext {
font-family:Georgia,Helvetica,sans-serif;
font-size:11pt;
font-weight:bold;
line-height:1.5em;
margin:0.5em 2em 1em;
text-align:center;
}
.custom #toptext b {
background-color:yellow;
}
.custom #nextop {
color:#EE0000;
font-family:Tahoma,Helvetica,sans-serif;
font-size:18pt;
padding:0 0 0.8em;
text-align:center;
}
.custom .breadcrumb p {
font-family:Tahoma,Arial,sans-serif;
font-size:1em;
font-weight:bold;
letter-spacing:2px;
line-height:1.3em;
text-transform:uppercase;
}
.custom .breadcrumb {
padding:1.1em 2.2em 1.1em 1.1em;
}
.custom #bcrumb p a {
font-weight:normal;
}
.custom #comments {
margin-right:2.2em;
}
.custom .comments_intro {
color:#666666;
font-size:1.2em;
line-height:1.833em;
margin-top:3.667em;
padding:0 0 0.583em 0.917em;
}
.custom .comments_intro span {
color:#111111;
font-size:1.667em;
line-height:1.1em;
}
.custom .comments_intro span.bracket {
color:#CCCCCC;
}
.custom dl#comment_list {
border-top:1px dotted #BBBBBB;
}
.custom dl#comment_list dt {
font-size:1.4em;
line-height:1.571em;
padding:1.286em 0.786em 0;
}
.custom dl#comment_list dt strong {
font-size:1.143em;
line-height:1.375em;
}
.custom dl#comment_list dt strong a, dl#comment_list dt strong a:visited {
text-decoration:none;
}
.custom dl#comment_list dt strong a:hover {
text-decoration:underline;
}
.custom .comment_num {
float:right;
font-size:0.786em;
font-weight:bold;
line-height:2em;
padding-left:1.818em;
}
.custom .comment_num a, .comment_num a:visited {
color:#AAAAAA;
padding:0.1em 0.3em;
text-decoration:none;
}
.custom .comment_num a:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#AAAAAA none repeat scroll 0 0;
color:#FFFFFF;
}
.custom .comment_time {
color:#888888;
font-size:0.857em;
line-height:1.833em;
padding-left:0.833em;
}
.custom dl#comment_list dd {
border-bottom:1px dotted #BBBBBB;
padding:1.1em 1.1em 0;
}
.custom a.comment_link, a.comment_link:visited {
border-bottom:1px solid #BBBBBB;
color:#111111;
font-variant:small-caps;
text-decoration:none;
}
.custom a.comment_link:hover {
border-bottom-color:#111111;
color:#111111;
}
.custom .author_comment {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#E7F8FB none repeat scroll 0 0;
}
.custom dl#trackback_list {
border-top:1px dotted #BBBBBB;
padding-left:1.1em;
}
.custom dl#trackback_list dt {
font-size:1.4em;
line-height:1.571em;
padding-top:0.786em;
}
.custom dl#trackback_list dt a, dl#trackback_list dt a:visited {
color:#111111;
text-decoration:none;
}
.custom dl#trackback_list dt a:hover {
color:#111111;
text-decoration:underline;
}
.custom dl#trackback_list dd {
color:#888888;
font-size:1.2em;
line-height:1.667em;
}
.custom p.comments_closed {
color:#888888;
font-size:1.3em;
font-variant:small-caps;
letter-spacing:1px;
line-height:1.692em;
margin:3.385em 0 1.692em;
padding-left:0.846em;
}
.custom #respond, p.login_alert {
color:#555555;
font-size:1.6em;
font-variant:small-caps;
letter-spacing:1px;
line-height:1.375em;
margin:2.75em 0 0.438em 0.688em;
}
.custom #custom_box {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#EEEEEE none repeat scroll 0 0;
border-bottom:1px solid #DDDDDD;
margin-right:20px;
padding:1.1em;
}
.custom .sidebar a, .sidebar a:visited {
text-decoration:none;
}
.custom .sidebar a:hover {
text-decoration:underline;
}
.custom ul.sidebar_list {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding:0 1.1em;
}
.custom li.widget {
font-size:1.3em;
line-height:1.385em;
margin-bottom:2.538em;
width:100%;
}
.custom li.centered {
text-align:center;
}
.custom li.tag_cloud {
line-height:1.538em;
}
.custom li.widget p {
margin-bottom:1.231em;
}
.custom li.widget ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
.custom li.widget ul li {
margin-bottom:0.692em;
}
li.widget li ul {
margin:0.692em 0 0 1.385em;
}
.custom li.thesis_google_cse_widget form input[type="text"] {
border-width:0.077em;
padding:0.308em;
text-align:left;
width:14.692em;
}
.custom li.thesis_google_cse_widget form input[type="submit"] {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/submit-bg.gif) repeat scroll 0 0;
border-color:#CCCCCC #999999 #999999 #CCCCCC;
border-style:double;
border-width:3px;
color:#111111;
cursor:pointer;
font-weight:bold;
margin-top:0.462em;
padding:0.154em 0.231em;
}
.custom li.thesis_google_cse_widget form input[type="submit"]:hover {
color:#2361A1;
}
.custom #calendar_wrap {
padding:0 0.231em 0 0.154em;
width:15.077em;
}
.custom #calendar_wrap a, #calendar_wrap a:visited {
font-weight:bold;
padding:0.077em;
text-decoration:none;
}
.custom #calendar_wrap a:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#DDDDDD none repeat scroll 0 0;
padding:0.077em;
text-decoration:none;
}
.custom table#wp-calendar {
border-collapse:collapse;
width:15.077em;
}
.custom table#wp-calendar caption {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#E5E5E5 none repeat scroll 0 0;
font-size:0.846em;
font-weight:normal;
letter-spacing:2px;
line-height:2em;
text-transform:uppercase;
}
.custom table#wp-calendar th {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F2F2F2 none repeat scroll 0 0;
border-bottom:1px solid #DDDDDD;
font-size:0.846em;
line-height:1.818em;
padding-top:0.091em;
text-align:center;
width:2.545em;
}
.custom table#wp-calendar td {
color:#888888;
line-height:1.692em;
text-align:center;
width:2.154em;
}
.custom table#wp-calendar td#next, table#wp-calendar td#prev {
font-size:0.846em;
letter-spacing:1px;
line-height:2em;
text-transform:uppercase;
width:7.636em;
}
.custom table#wp-calendar td#next {
padding-right:0.545em;
text-align:right;
}
.custom table#wp-calendar td#prev {
padding-left:0.545em;
text-align:left;
}

.custom ul#tabs li.current_page_item a, ul#tabs li.current_page_item a:visited, ul#tabs li.current-cat a, ul#tabs li.current-cat a:visited {
cursor:default;
}
.custom ul#tabs li.current_page_item a:hover, ul#tabs li.current-cat a:hover {
text-decoration:none;
}
.custom ul#tabs li.rss {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
border:medium none;
float:right;
padding-right:50px;
}
.custom ul#tabs li.rss a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/icon-rss.gif) no-repeat scroll 100% 50%;
padding-right:16px;
}
.custom ul#tabs li.rss a:hover {
text-decoration:underline;
}
.custom #header #logo {
font-size:3.6em;
font-weight:bold;
line-height:1em;
margin-bottom:0.167em;
}
.custom #header #logo a, #header #logo a:visited {
color:#111111;
text-decoration:none;
}
.custom #header #logo a:hover {
color:#2361A1;
}
.custom #header #tagline {
color:#888888;
font-size:1.4em;
font-weight:normal;
line-height:1em;
}
.custom .author_and_date {
color:#888888;
letter-spacing:1px;
line-height:2.2em;
margin-bottom:2.2em;
text-transform:uppercase;
}
.custom .author_and_date a, .author_and_date a:visited {
border-bottom:1px solid #EEEEEE;
color:#888888;
text-decoration:none;
}
.custom .author_and_date a:hover {
color:#111111;
}
.custom .author_and_date em {
font-style:italic;
letter-spacing:normal;
text-transform:none;
}
.custom .format_text {
font-size:1.4em;
line-height:1.571em;
}
.format_text p {
margin-bottom:0.6em;
}
.custom .format_text p.note {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F5F5F5 none repeat scroll 0 0;
border:1px solid #DDDDDD;
padding:0.571em 0.786em;
}
.custom .format_text p.alert {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFA0 none repeat scroll 0 0;
border:1px solid #E5E597;
padding:0.571em 0.786em;
}
.custom .format_text .drop_cap {
color:#888888;
float:left;
font-size:3.571em;
line-height:0.76em;
padding:0.04em 0.12em 0 0;
}
.custom .format_text ul {
list-style-image:none;
list-style-position:outside;
list-style-type:square;
margin:0 0 1.571em 1.571em;
}
.custom .format_text ol {
margin:0 0 1.571em 1.571em;
}
.custom .format_text ul ul, .format_text ul ol, .format_text ol ul, .format_text ol ol {
margin:0 0 0 1.571em;
}
.custom .format_text dl {
margin-bottom:1.571em;
}
.custom .format_text dt {
font-weight:bold;
}
.custom .format_text dd {
margin-bottom:1.571em;
}
.custom .format_text blockquote {
margin:0 0 1.574em 0.786em;
padding-left:0.786em;
}
.custom .format_text blockquote.right, .format_text blockquote.left {
border:medium none;
font-size:1.286em;
line-height:1.222em;
width:11.944em;
}
.custom .format_text blockquote.right {
float:right;
margin:0 0 1.222em 1.222em;
}
.custom .format_text blockquote.left {
float:left;
margin:0 1.222em 1.222em 0;
}
.custom .format_text blockquote.right p, .format_text blockquote.left p {
margin:0 !important;
}
.custom .format_text img {
}
.custom .format_text img.left, .format_text img.alignleft {
clear:left;
float:left;
margin:0 1.571em 1.571em 0;
}
.custom .format_text img.right, .format_text img.alignright {
clear:right;
float:right;
margin:0 0 1.571em 1.571em;
}
.custom .format_text img.center, .format_text img.aligncenter {
clear:both;
display:block;
float:none;
margin:0 auto 1.571em;
}
.custom .format_text img.block, .format_text img.alignnone {
clear:both;
display:block;
margin:0 auto 1.571em 0;
}
.custom .format_text img.frame {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#EEEEEE none repeat scroll 0 0;
border:0.071em solid #DDDDDD;
padding:0.714em;
}
.custom .format_text img.stack {
clear:none !important;
}
.custom .format_text .ad {
clear:right;
float:right;
margin-left:1.571em;
}
.custom .format_text .ad_left {
clear:left;
float:left;
margin-right:1.571em;
}
.custom .post_tags {
color:#666666;
font-size:1.2em;
line-height:1.833em;
}
.custom .to_comments {
clear:both;
color:#666666;
font-size:1.2em;
line-height:1.833em;
margin-bottom:1.833em;
}
.custom .to_comments span {
color:#111111;
font-size:1.667em;
line-height:1.1em;
}
.custom .to_comments span.bracket {
color:#CCCCCC;
}
.custom .to_comments a, .to_comments a:visited {
color:#666666;
text-decoration:none;
}
.custom .to_comments a:hover {
color:#111111;
text-decoration:underline;
}
.custom #archive_info {
border-bottom:1px solid #DDDDDD;
padding:1.1em 2.2em 1.1em 1.1em;
}
.custom #archive_info p {
letter-spacing:2px;
text-transform:uppercase;
}
.custom .prev_next {
border-top:2px solid #DDDDDD;
clear:both;
font-size:1em;
letter-spacing:2px;
line-height:2.2em;
padding:1.1em;
text-transform:uppercase;
}
.custom .prev_next .next {
text-align:right;
}
.custom .prev_next .floated {
float:left;
}
.custom .prev_next a, .prev_next a:visited {
text-decoration:none;
}
.custom .prev_next a:hover {
text-decoration:underline;
}
.custom #multimedia_box {
margin-bottom:2.2em;
width:94.5%;
margin-left:-8px;
border-top: .1em solid #ddd;
}
.custom #image_box {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#EEEEEE none repeat scroll 0 0;
border-bottom:1px solid #DDDDDD;
padding:1.1em;
}
.custom #image_box img {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
border:0.1em solid #BBBBBB;
display:block;
padding:0.1em;
}
.custom #image_box img.four_by_three {
height:31.5em;
width:42em;
}
.custom #image_box img.three_by_two {
height:28em;
width:42em;
}
.custom #image_box img.sixteen_by_nine {
height:23.4em;
margin:0 auto;
width:41.6em;
}
.custom #image_box img.four_by_five {
height:52.5em;
width:42em;
}
.custom #image_box img.two_by_three {
height:63em;
width:42em;
}
.custom #video_box {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#000000 none repeat scroll 0 0;
padding:1em;
}

.custom #footer {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/jpfooter.png) no-repeat scroll center top;
border:0 none;
color:#888888;
height:70px;
padding-top:1.1em;
text-align:right;
}
.custom a, a:visited {
color:#111;
text-decoration:none;
}
.custom a:hover {
color:#111;
text-decoration:none;
}
.custom a img {
border:medium none;
}
.custom blockquote {
border-left:1px solid #DDDDDD;
color:#666666;
}
.custom acronym {
border-bottom:medium none;
cursor:help;
font-size:0.786em;
font-weight:bold;
letter-spacing:1px;
line-height:1em;
text-transform:uppercase;
}
.custom abbr {
border-bottom:medium none;
font-size:1em;
line-height:1em;
}
.custom sub, sup {
line-height:0.5em;
}
.custom code {
-x-system-font:none;
color:#005500;
font-family:Consolas,"Andale Mono",Courier,"Courier New";
font-size:0.929em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
}
.custom pre {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-x-system-font:none;
background:#EEEEEE none repeat scroll 0 0;
border:1px solid #DDDDDD;
clear:both;
font-family:Consolas,"Andale Mono",Courier,"Courier New";
font-size:0.857em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.5em;
margin-bottom:1.833em;
overflow:auto;
padding:0.75em 0.917em;
}
.custom input, textarea {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#EEEEEE none repeat scroll 0 0;
border-color:#AAAAAA #DDDDDD #DDDDDD #AAAAAA;
border-style:solid;
border-width:1px;
color:#444444;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:1em;
}
.custom input:focus, textarea:focus {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
border-color:#777777 #CCCCCC #CCCCCC #777777;
}
.custom .format_text .text_input, #comment_form p .text_input {
border-width:0.071em;
padding:0.286em;
width:14em;
}
.custom .sidebar .text_input {
border-width:0.077em;
padding:0.308em;
width:14.692em;
}
.custom input.form_submit {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/submit-bg.gif) repeat scroll 0 0;
border-color:#CCCCCC #999999 #999999 #CCCCCC;
border-style:double;
border-width:3px;
color:#111111;
cursor:pointer;
font-weight:bold;
}
.custom input.form_submit:hover {
color:#2361A1;
}
.custom p.center {
text-align:center !important;
}
.custom p.bottom {
margin:0 !important;
}
.custom .remove_bottom_margin {
margin-bottom:0 !important;
}
.custom h1, h2, h3, h4 {
font-size:1em;
font-weight:normal;
}
.custom h1, h2 {
font-size:2.2em;
line-height:1.455em;
}
.custom h2 a, h2 a:visited {
color:#111111;
text-decoration:none;
}
.custom h2 a:hover {
color:#2361A1;
}
.custom .post_box h1, .post_box h2 {
padding-top:1em;
}
.custom .no_byline .post_box h1, .no_byline .post_box h2 {
margin-bottom:1em;
}
.custom #archive_info h1 {
font-size:2.4em;
font-weight:normal;
line-height:1em;
padding-top:0.458em;
}
h3 {
font-size:1.286em;
font-weight:normal;
line-height:1.222em;
}
.custom .format_text h3 {
margin:1.833em 0 0.611em;
}
.custom .format_text h3.top {
margin:0 0 0.611em !important;
}
.custom .sidebar h3 {
color:#555555;
font-size:1em;
font-variant:small-caps;
letter-spacing:2px;
line-height:1.385em;
margin-bottom:0.615em;
}
h4 {
}
.custom .format_text h4 {
line-height:2.2em;
}
ul#tabs {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/jpbgbody.png) repeat-y scroll 0 0;
border:0 none;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:-3px;
padding-left:14px;
width:970px;
}
.custom ul#tabs li {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#EFEFEF none repeat scroll 0 0;
border-color:#DDDDDD #DDDDDD #DDDDDD -moz-use-text-color;
border-style:solid solid solid none;
border-width:1px 1px 1px 0;
float:left;
font-size:1.1em;
letter-spacing:2px;
line-height:1em;
padding:0.545em 0.818em;
text-transform:uppercase;
}
.custom ul#tabs li:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#DDDDDD none repeat scroll 0 0;
border-color:#DDDDDD #DDDDDD #DDDDDD -moz-use-text-color;
border-style:solid solid solid none;
border-width:1px 1px 1px 0;
float:left;
font-size:1.1em;
letter-spacing:2px;
line-height:1em;
padding:0.545em 0.818em;
text-transform:uppercase;
}
.custom ul#tabs li.current_page_item, ul#tabs li.current-cat {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
border-bottom-color:#FFFFFF;
}
.custom ul#tabs li a, ul#tabs li a:visited {
color:#111111;
text-decoration:none;
}
.custom ul#tabs li a:hover {
color:#111111;
text-decoration:none;
}
.custom #content {
float:left;
width:49.3em;
padding-left:14px;
}
.custom .post_box {
border-top:1px dotted #BBBBBB;
margin:0 2.2em 0 2em;
}
.custom .top {
border:medium none !important;
}
.custom #sidebars {
float:right;
width:44.6em;
}
.custom #sidebars_box {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/ddd-1x2.gif) repeat-y scroll 50% 0;
width:100%;
}
.pad_sidebars {
padding-top:2.2em;
}
.custom .sidebar {
float:left;
width:50%;
}
.lesswork #sidebars { display: none; border: none; }