/* Site: CCF */

* {
   margin: 0;
   padding: 0;
}

body{
   font-size: 62.5%;
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
 background:#000 url(/_img/bg_body.jpg) no-repeat center top;
}

hr{
   display: none;
}

#skip{
   position: absolute;
   text-indent: -9999px;
   list-style: none;
}

#xwrapper{
   width: 851px;
   margin: 0 auto;
   background:#ece6d3 url(/_img/bg_content.jpg) repeat-x ;
}
#wrapper{
   width: 833px;
   padding:0;
   margin:0;
   border-left:solid 9px #010101;
   border-right:solid 9px #010101;
   overflow:auto;
}
body#subpage #xwrapper{
   width: 851px;
   margin: 0 auto;
   background:#ece6d3 url(/_img/bg_content.jpg) repeat-x 0 116px;
}
body#subpage #wrapper{
background: url('/_img/bg_sub.png') no-repeat top center;
}
a{
   overflow: hidden;
   color:#b83f26;
}
img {
border:none;
}
/* =Header
---------------------------------------------------------------------
*/

#header{
   position:relative;
   width: 851px;
   margin: 0 auto;
   height: 116px;
   background: url(/_img/bg_header.gif) no-repeat;
}

#header h1{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 183px;
   height: 66px;
   margin: 14px 0 0 16px;
   text-indent: -9999px;
}

body#home #header h1{
   display: none;
}

#header h1 a{
   display: block;
   width: 231px;
   height: 61px;
}

#header p#loginWrap{
   float: right;
   margin: 16px 20px 0 0;
   color: #e9dec1;
   font-weight: bold;
}

#header p#loginWrap a{
   color: #f15623;
   text-decoration: none;
}

#header p#loginWrap a:hover{
   text-decoration: underline;
}

/* search */

#header #searchWrap{
	margin-top:10px;
	float:right;
}

#header form#searchForm2 input#search_term2{
   float: left;
   width: 110px;
   margin: 3px 6px 0 0;
   padding: 2px 5px 3px;
   border: 0;
   background: #fff;
   color: #170f0d;
   font-size: 11px;
}

#header form#searchForm2 label{
   float: left;
   margin: 9px 11px 0 0;
   color: #fff;
   font-weight: bold;
   text-transform: uppercase;
}

#header form#searchForm2 a#search_go2{
   float: left;
   width: 32px;
   height: 30px;
   border: 0;
   background: url(/_img/bg_sidebar_directorySearch.gif) no-repeat;
   text-indent: -9999px;
   margin:-2px 0 0 0;
}

/* headerText */
#headerText p{
   font-size: 1.2em;
   color: #4b1f09;
   text-align:right;
   padding:0 35px 0 0;
}

#headerText p a{
   font-size: .8333em;
}

/* headerImage */

#header img#headerImage{
float:right;
}
img#headerImagesub{

}
/****************************/
/* Sub Header Index Page    */
/****************************/

#subheader {
	height:300px;
	background: url('/_img/bg_sub.png');
	width: 851px;
	margin: 0 auto;
}
/****************************/
/*      Navigation          */
/****************************/

#nav{
   position: absolute;
   top:55px;
   right:0;
   list-style: none;
}

#nav li{
   float: left;
   margin-right: 2px;
   font-weight: bold;
   text-transform: uppercase;
   background: url('/_img/item.gif') no-repeat right;
}
#nav li#nav_contact-us {
background-image:none;
}
#nav li a{
   display: block;
   padding: 5px 10px 6px;
   color: #fff;
   text-decoration: none;
}

#nav li.current a{

}

#nav li a:hover{
   color: #d35613;
}

#nav li ul{
   position: absolute;
   left: -999em;
   z-index: 999;
   width: 111px;
   list-style: none;
   line-height: 1;
}

#nav li li{
   text-transform: none;
}

#nav li ul ul{
   display: none;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul{
   left: auto;
}

#nav li li a{
   width: 91px;
   margin-bottom: 1px;
   background: #d35613;
   color: #e9ddc1;
}

#nav li li a:hover{
   background: #e9ddc1;
   color: #d35613;
}

/* =Quicklinks
---------------------------------------------------------------------
*/

#quicklinks{
   float: left;
   width: 180px;
   margin-top: 91px;
   text-align:right;
}

#quicklinks li{
   padding: 5px 5px 5px 0;
   font-size: 11px;
   text-transform: uppercase;
   list-style: none;
}

#quicklinks li a{
   color: #3d1805;
   text-decoration: none;
}
#quicklinks li a:hover{
   color: #d35613;
   text-decoration: underline;
}
/* index page news*/
#news {
	width:570px;
	height:195px;
	margin:0;
	padding:20px 0 0 15px;
	font-size:12px;
	border:solid 1px #7f451e;
	background:#1b1410;
	color:#fff;

}
#content #news h3{
	padding:0;
	margin:0 0 10px 0;
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	font-weight:normal;
}
#content #news h4{
	padding: 7px 0 0 0;
	color:#b83f26;
	font-size:12px;
}
#content #news .byline{
	color:#948662;
	font-size:10px;
}
#content #news .preview{
	margin:13px 0 0 0;
	line-height:18px;
	font-size:12px;
	padding:0 10px 0 0;
}
#news a{
	text-transform:lowercase;
}
#news .newsmore{
	margin:22px 0 0 0;
	display:block;
	font-size:10px;
}
/* =Content
---------------------------------------------------------------------
*/
#subpict{
margin:40px 0 20px 8px;
}
#content{
   float: left;
   width: 600px;
   padding: 0;
   margin:35px 0 0 9px;
   color:#4b1f09;
   font-size:12px;

}
body#subpage #content{
   float: right;
   width: 623px;
   padding: 0;
   margin:0 0 0 9px;
   color:#4b1f09;
   font-size:12px;
}

#content p{
line-height:18px;
}
body#home #content h2{
   margin: 0 0 10px 0;
   font-size: 20px;
   font-weight:normal;
}
#content h3{
   margin:0 0 19px 0;
   padding:10px 24px 0 19px;
   font-size: 1em;
   font-weight: bold;
   color: #3e1805;
   text-transform: uppercase;
}

#content h4{
   margin-bottom: .25em;
   font-size: 1.4em;
   }

#content h4{
   margin-bottom: 1em;
}

#content h4 span.date{
   color: #b7b7b7;
   font-size: .7143em;
   font-weight: normal;
}

#content h5{
   margin-bottom: .25em;
   font-size: 1.2em;
}

#content h6{
   margin-bottom: .25em;
   font-size: 1.1em;
}


#content li{
   margin-bottom: 2em;
   color: #feffff;
   font-size: 1.2em;
   line-height: 1.3333;
}

body#home p.more{
   font-size: 1em;
   text-transform: lowercase;
}

#content ul,
#content ol{
   margin: 0 0 2em 3em;
}

#content ul#byline{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   margin: 0 0 30px;
   list-style: none;
}

#content ul#byline li{
   font-size: 1.1em;
}

#content li{
   margin: 0;
}

#content li li{
   font-size: 1em;
}

#content blockquote{
   margin-left: 3em;
}

#content hr{
   display: block;
   margin-bottom: 1em;
}

.sermon_play {
background: url(/_img/icon_sermon_play.gif) no-repeat left;
padding:10px 0 10px 20px;
margin:10px 0;
}


#content #text{
   clear: both;
	padding:0 39px 0 19px;
}

/* eventDetail */

#content p.time,
#content p.location{
   margin: 0;
   font-size: 1.2em;
   font-weight: bold;
}

#content p.time{
   margin-top: 2em;
}

#content p.location{
   margin-bottom: 2em;
}

#content p.rsvp{
   text-indent: -9999px;
}

#content p.rsvp a{
   display: block;
   width: 129px;
   height: 22px;
   background: url(/_img/bg_rsvp.jpg) no-repeat;
}

#content p.import{
   font-size: 1.1em;
}

#content p.import a{
   text-decoration: none;
}

#content p.import a:hover{
   text-decoration: underline;
}


#indexad img{
	float:left;
	padding:0;
	margin:0;
	border:none;
}
p#indexad img{
margin:40px 0 10px 0;
}
/* monkForm */

#content form.monkForm label{
   float: left;
   width: 53px;
   padding: 2px 0;
   font-weight: bold;
}

#content form.monkForm div.text input,
#content form.monkForm textarea,
#content p#filter select{
   width: 353px;
   padding: 2px 3px;
   border-top: 1px solid #7e7e7e;
   border-right: 1px solid #c6c5c5;
   border-bottom: 1px solid #dfdfde;
   border-left: 1px solid #c5c4c4;
   background: #FFF url(/_img/bg_input.gif) repeat-x;
   color: #0d0704;
   font-size: 11px;
}

#content p#filter select{
   width: 170px;
   margin-right: 10px;
}

#content form.monkForm p#formsubmit{
   margin-left: 53px;
}
/**********************
/*       blog        */
/********************/
#Blog{
	width:560px;
	padding:0 13px;
	margin:0 0 0 5px;
	background: #1a130e;
	border-right:solid 1px #7f451e;
	border-top:solid 1px #7f451e;
	border-left:solid 1px #7f451e;
	color:#fff;
	font-size:12px;
}
#Blog a{
	text-decoration:none;
}
#Blog h5 a{
	text-decoration:none;
	font-weight:bold;
}
#Blog h5{
	margin:0;
	padding:25px 0 0  0;
}

.blogtitle {
	display:block;
	background:#7f451e;
	padding:0 0 0 10px;
	margin:30px 0 10px 0;
}
#content #Blog h3{
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: 600;
	padding:24px 0 0 0;
	margin:0;
	color:#ceba7f;
}
#Blog p strong{
	color:#fff;
	padding:0 0 0 14px;
}
#content #Blog .date{
	color:#cfc3a1;
	padding:0 0 0 14px;
	font-size:12px;
}
#Blog .postdate {
	color:#cfc3a1;
	font-size:10px;
	margin:0 0 20px 0;
}
#Blog .commentnum{
	margin:15px 0 0 0;
	padding:0 0 35px 0;
	display:block;
	border-bottom:solid 1px #7f451e;
	text-transform:lowercase;
}
#Blog .comments {
color:#cfc3a1;
}
#Blog form{
	border-top:solid 1px #7f451e;
	margin:20px 0 0 0;
	padding:0 0 20px 0;
}
#Blog form textarea{
	margin:20px 0 0 0;
}
#content #Blog form label{
	margin:20px 0 0 0;
}
#Blog .comment{
background:#3e1805;
padding:10px;
margin:15px 0 0 0;
}
#Blog .comment span{
color:#cfc3a1;
}

/* calendar */
/********************/
#calendarEvent{
	width:584px;
	margin:0 0 0 5px;
	background: #1a130e;
	border-right:solid 1px #7f451e;
	border-top:solid 1px #7f451e;
	border-left:solid 1px #7f451e;
}
#calfooter{
	width:588px;
	height:35px;
	background: url(/_img/bg_box.gif);
	margin:0 0 0 5px;
}

#calendarEvent h3{
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: 600;
	padding:24px 0 0 14px;
	color:#ceba7f;
}
#calendarEvent p strong{
color:#fff;
padding:0 0 0 14px;
}

#content table.calendar{
   border: 1px solid #d2ba7f;
   border-collapse: collapse;
   margin:0 auto;
}

#content table.calendar caption{
   padding: 20px;
   color:#b83f26;
   font-size: 16px;
   font-family:Arial, Helvetica, sans-serif;
   font-weight: 600;
}

#content table.calendar th{
   padding: 3px 0;
   border: 1px solid #d2ba7f;
   background: #542b24;
   color: #e4d6b5;
   font-size: .9em;
   font-weight: bold;
}

#content table.calendar td{
   width: 62px;
   height: 59px;
   padding: 4px;
   border: 1px solid #532a24;
   background: #d2ba7f;
   color: #8a6929;
   font-size: 10px;
   vertical-align: top;
}

#content table.calendar td.hover{
   background: #deb962;
}

#content table.calendar td a{
   color: #120d0b;
   text-decoration: none;
}

#content table.calendar td ul{
   margin: .5em 0 0 0;
   font-size: 100%;
   list-style: none;
}

#content table.calendar td li{
   margin-bottom: .75em;
   font-size: 1em;
   font-weight: normal;
   line-height: 1.2;
}

#content table.calendar td li a{
   color: #a34523;
   text-decoration: none;
}

#content table.calendar td li a:hover{
   text-decoration: underline;
}

/* article list */

#content .article{
   margin-bottom: 35px;
}

#content .article h4{
   margin-bottom: .25em;
   color: #b7b7b7;
   font-size: 1em;
   font-weight: normal;
}

#content .article h4 a{
   margin-right: 10px;
   font-size: 1.4em;
   font-weight: bold;
   text-decoration: none;
}

#content .article h4 a:hover{
   text-decoration: underline;
}

/* sermon detail */



#content #subpagediabox{
   float: left;
   width: 450px;
   margin: 0 0 25px;
   list-style: none;
}

#content #subpagediabox li{
   float: left;
   margin-right: 20px;
   text-transform: lowercase;
}

#content #subpagediabox li a{
   display: block;
   height: 16px;
   padding-left: 20px;
   background-repeat: no-repeat;
   text-decoration: none;
}

#content #subpagediabox li#mb_print a{
   background-image: url(/_img/mb_print.gif);
}

#content #subpagediabox li#mb_video a{
   background-image: url(/_img/mb_video.gif);
}

#content #subpagediabox li#mb_download a{
   background-image: url(/_img/mb_download.gif);
}

#content #subpagediabox li#mb_notes a{
   background-image: url(/_img/mb_notes.gif);
}

#content #subpagediabox li#mb_jukebox a{
   background-image: url(/_img/mb_jukebox.gif);
}

#content #subpagediabox li#mb_podcast a{
   background-image: url(/_img/mb_podcast.gif);
}

#content #comments h5{
   text-transform: lowercase;
}

#content #comments form label{
   float: left;
   width: 100px;
   padding: 2px 0;
   color: #FFF;
   font-size: 1.2em;
   font-weight: bold;
}

#content #comments form textarea{
   width: 300px;
   margin-bottom: 10px;
   padding: 2px 3px;
   border-top: 1px solid #7e7e7e;
   border-right: 1px solid #c6c5c5;
   border-bottom: 1px solid #dfdfde;
   border-left: 1px solid #c5c4c4;
   background: #FFF url(/_img/bg_input.gif) repeat-x;
   color: #0d0704;
   font-size: 11px;
}

#content #comments form input#comment-submit{
   margin-left: 100px;
}

/* sermon list */

#content ul#legend{
   float: left;
   width: 450px;
   margin: 0 0 35px;
}

#content ul#legend li{
   float: left;
   padding-left: 21px;
   margin-right: 25px;
   list-style: none;
   text-transform: lowercase;
   background-repeat: no-repeat;
   background-position: left center;
}

#content ul#legend li#mb_jukebox{
   background-image: url(/_img/mb_jukebox.gif);
}

#content ul#legend li#mb_download{
   background-image: url(/_img/mb_download.gif);
}

#content .sermonlist{
   clear: left;
}

#content .sermonbox{
   position: relative;
   margin-bottom: 20px;
}

#content .sermonbox h5{
   width: 350px;
   color: #dd4d26;
   font-size: 10px;
}

#content .sermonbox h5 a{
   margin-right: 10px;
   color: #dd4d26;
   font-size: 1.2727em;
   text-decoration: none;
}

#content .sermonbox h5 a:hover{
   text-decoration: underline;
}

#content .sermonbox p{
   margin-bottom: 0.0em;
}

#content .sermonbox p.comments{
   padding-left: 18px;
   background: url(/_img/bg_comments.gif) no-repeat left center;
   font-size: 1.1em;
}

#content .sermonbox ul{
   position: absolute;
   top: 0;
   right: 0;
}

#content .sermonbox li{
   float: left;
   margin-right: 28px;
   text-indent: -9999px;
   list-style: none;
}

#content .sermonbox li a{
   display: block;
   width: 15px;
   height: 15px;
   background-repeat: no-repeat;
}

#content .sermonbox li.sl_listen a{
   background-image: url(/_img/mb_jukebox.gif);
}

#content .sermonbox li.sl_download a{
   background-image: url(/_img/mb_download.gif);
}

/* me */

#content table.person{
   margin-bottom:100px;
}

#content table.person h4{
   margin: 1em 0 0;
}

#content table.person td{
   padding: 5px 0 0;
   vertical-align: top;
   line-height: 1.25;
}

#content div.person{
   float: left;
   width: 104px;
   margin-right: 46px;
}

#content div.person img{
   float: none;
   display: block;
}

#content div#user-profile{
   float: left;
   width: 450px;
   margin-bottom: 20px;
}

#content div#user-profile ul{
   float: left;
   margin: 0;
   list-style: none;
}

#content div#user-profile li{
   margin-bottom: .5em;
}

#content div#user-profile li a{
   text-decoration: none;
}

#content div#user-profile li a:hover{
   text-decoration: underline;
}

body#subpage #content label{
   display: block;
   margin-bottom: .5em;
   color: #FFF;
   font-size: 1.2em;
   font-weight: bold;
}

body#subpage #content input,
body#subpage #content textarea{
   width: 353px;
   margin-bottom: 15px;
   padding: 2px 3px;
   border-top: 1px solid #7e7e7e;
   border-right: 1px solid #c6c5c5;
   border-bottom: 1px solid #dfdfde;
   border-left: 1px solid #c5c4c4;
   background: #FFF url(/_img/bg_input.gif) repeat-x;
   color: #0d0704;
   font-size: 11px;
}

body#subpage #content p.submitButton input{
   width: auto;
   margin: 0;
}

#content #letter-directory ol{
   float: left;
   width: 450px;
   margin: 0 0 25px;
   list-style: none;
}

#content #letter-directory li{
   float: left;
   margin-right: 8px;
}

#content p.title{
   margin-bottom: .25em;
}

#content p span.tools{
   font-size: .8333em;
}

#content p.breadcrumb{
   font-size: 1.0em;
}

#content .message,
#content .galleryImage{
   float: left;
   width: 450px;
   margin-bottom: 15px;
}

#content .galleryImage p.image{
   width: 114px;
   float: left;
}

/* =Sidebar
---------------------------------------------------------------------
*/
body#subpage #sidebar{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 200px;
   margin: 95px 0 0 0;
   padding:0;
}
#sidebar{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 200px;
   margin: 0;
   padding:0;
}

#sidebar #calendarWrap h3{
color:#3e1805;
}
#sidebar #calendarWrap{
   width: 190px;
   height: 181px;
   margin:0 0 0 9px;
   background: url(/_img/bg_calendar.gif) no-repeat;
   text-align:center;
}
#sidebar table.calendar{
 width: 180px;
}

#sidebar table.calendar caption{
   padding: 7px 0 5px;
   color: #3e1805;
   font-size: 1em;
   font-weight: bold;
   text-transform: uppercase;
}

#sidebar table.calendar th{
   padding: 5px 0;
   color: #3f382c;
   font-size: 1.1em;
   font-weight: bold;
   text-align: center;
}

#sidebar table.calendar td{
   color: #856c44;
   font-size: 1.1em;
   text-align: center;
   padding:2px 0px 2px 0px;
}

#sidebar table.calendar td a{
   color: #b83f26;
   text-decoration: none;
}

/* eventsSidebar */

#sidebar #eventsSidebar{
	margin:0 0 0 22px;
}
#sidebar #eventsSidebar div.event{
	display: block; /* IE6 double margin float bug hack */
	margin:0 0 5px 0;
}

#sidebar #eventsSidebar h3{
	color: #4b1f09;
	font-size:11px;
	padding:18px 0 7px 0;
	margin:0;
	text-transform:uppercase;
}
#sidebar #eventsSidebar div.event h4{
   padding:0 0 5px 0;
   margin:0;
   font-size: 10px;
   font-weight: normal;
   display:block;
}

#sidebar #eventsSidebar div.event h4 a{
  color:#4b1f09;
  text-decoration: none;
}

#sidebar #eventsSidebar div.event h4 a:hover{
   text-decoration: underline;
}

#sidebar #eventsSidebar div.event p.date{
	padding:5px 0 0 0;
	margin:0 0 6px 0;
	color: #b83f26;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
   
}

#sidebar  p.more{
   padding:6px 0 0 0;
   font-size:10px;
   text-transform: lowercase;
}


/* me */

#sidebar #directorySearch h3{
   width: 141px;
   height: 13px;
   margin: 15px auto 8px;   
   background: url(/_img/bg_sidebar_directorySearch_h3.gif) no-repeat;
   text-indent: -9999px;
}

#sidebar #directorySearch form{
   height: 29px;
   padding: 11px 0 0 22px;
   background: url(/_img/bg_sidebar_directorySearch_form.gif) repeat-x;
}

#sidebar #directorySearch form input#keywords{
   width: 140px;
   padding: 2px;
   border: 1px solid #4d4c4c;
   border-bottom: 1px solid #cbcaca;
   border-left: 1px solid #cbcaca;
   font-size: 10px;
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
   vertical-align: middle;
}

#sidebar #directorySearch form input#searchSubmit{
   width: 25px;
   height:22px;
   border: 0;
   background: url(/_img/bg_search_go.gif) no-repeat;
   text-indent: -9999px;
   vertical-align: middle;
   line-height:24px;
}

#sidebar #memberProfile{
   float: left;
   width: 174px;
   padding: 12px 12px 48px;
   background: url(/_img/bg_eventsSidebar.gif) no-repeat left bottom;
}

#sidebar #memberProfile img{
   float: left;
   margin-right: 10px;
   border: 2px solid #b94026;
}

#sidebar #memberProfile h3{
   float: left;
   margin-bottom: .75em;
   line-height: 1.25;
   font-size:14px;
}

#sidebar #memberProfile ul{
   float: left;
   list-style: none;
}

#sidebar #memberProfile li{
   margin-bottom: .5em;
}

#sidebar #memberProfile a{
   color: #b94026;
   text-decoration: none;
}

#sidebar #memberProfile a:hover{
   text-decoration: underline;
}

/* =Footer
---------------------------------------------------------------------
*/

* html #footer,#subheader, #wrapper{
    azimuth: expression(
        this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true
    );
}
#footer{
   clear: both;
   height: 56px;
   width: 833px;
   background: url(/_img/bg_footer.png) no-repeat center;

}
#footer p{
 color: #fff;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
   text-align: right;
   padding:40px 30px 0 0;
}

#footer p a{
   color: #fff;
   text-decoration:underline;
}

#footer p a:hover{
   text-decoration: none;
}


body#subpage #content div.text,
body#subpage #content div.textarea,
body#subpage #content div.select,
body#subpage #content div.captcha
{
   width:400px;
   clear:left;
   padding:5px 0;
}
body#subpage #content p.data {
   margin:0;
}
body#subpage #content label{
   padding:0 20px 10px 0;
   width:70px;
   font-size:10px;
   color: #362303;
}
body#subpage #content div.text input,
body#subpage #content div.textarea textarea,
body#subpage #content div.captcha input,
body#subpage #content p#formsubmit input
{
   width:250px;
}
body#subpage #content div.captcha label
{
   height:30px;
}
body#subpage #content div.captcha img
{
   height:30px;
}
body#subpage #content p#formsubmit input
{
   margin-left:37px;
   width:150px;
}

body#subpage #sorting label {
	width:120px;
	padding:8px 0 0 0;
}

body#subpage #sorting select {
	margin:0;
}

body#subpage #sorting .filter-box {
	float:left;
	margin:0 10px 0 0;
}