/* Site: Revolution */

* {
   margin: 0;
   padding: 0;
}

body{
   background: #000;
   font-size: 62.5%;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
   line-height: 1;
}

body#home{
   background: #000 url(/_img/bg_body_home.jpg) no-repeat center top;
}

hr{
   display: none;
}

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

#container{
   width: 952px;
   margin: 0 auto;
}

a{
   overflow: hidden;
}

/* =Header
---------------------------------------------------------------------
*/
/********************************/
/*    NEWSLETTER STYLES         */
/*    Revison 1 11.06.08        */
/********************************/
body#newsletter #container{
  width: 869px;
   margin: 0 auto;
}
body#newsletter #loginlink {
background: url(/_img/login_link.gif) no-repeat;
text-indent:-9999px;
height:15px;
width:126px;
}
body#newsletter #loginlink a{
height:15px;
width:126px;
display:block;
}
body#newsletter #header{
   position: relative;
   height: 110px;
   margin-bottom: 18px;
   background: url(/_img/bg_header_newsletter.jpg) no-repeat;
}
body#newsletter #container-inner{
   width: 869px;
}
body#newsletter #content{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 501px;
   padding: 0 39px 0 22px;
   margin:0;
}
body#newsletter #content p{
line-height:24px;
}
body#newsletter #content p#joinministry{
   font-weight: bold;
   text-transform: lowercase;
}

body#newsletter #content p#joinministry a{
   color: #000;
   padding-right: 25px;
   background: url(/_img/home_cal_next.gif) no-repeat right center;
   text-decoration: none;
}
/* Sidebar Newsletter */

body#newsletter #sidebar{
   display: inline; /* IE6 double margin float bug hack */
   float: right;
   width: 267px;
   padding:0;
   margin: 0 22px 0 18px;
    background:#000;
	text-align:center;
}

body#newsletter #sidebar .calendar-month {
display:none;
}
body#newsletter #sidebar #calendarWrap h3{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:left;
	padding:23px 0 16px 20px;
	font-size:15px;
}

body#newsletter #sidebar table.calendar{
   width: 243px;
   background:#fff;
}

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

body#newsletter #sidebar table.calendar th{
   padding: 8px 0;
   color: #050505;
   font-size: 1.1em;
   font-weight: normal;
   text-align: center;
}

body#newsletter #sidebar table.calendar td{
   color: #050505;
   font-size: 1.1em;
   text-align: center;
}

body#newsletter #sidebar table.calendar td a{
   display: block;
   padding: 5px 0;
   background: #141414;
   color: #fff;
   text-decoration: none;
}

/* eventsSidebar */
body#newsletter #sidebar #eventsSidebar .subtn{
color:#989898;
font-size:11px;
margin-left:38px;
float:none;
}
body#newsletter #sidebar #eventsSidebar{
   text-align:center;
	 margin-top:35px
}

body#newsletter #sidebar #eventsSidebar div.event{
   display: inline; /* IE6 double margin float bug hack */
   clear: left;
   float: left;
   width: 243px;
   margin: 0 2px 1px;
   padding: 8px 0 6px 14px;
}

body#newsletter #sidebar #eventsSidebar p{
	padding: 0 0 0 10px;
	text-align:left;
	color:#990000;
	font-size:11px;
	letter-spacing:0.0100em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
body#newsletter #sidebar #eventsSidebar p a{
	color:#990000;
	text-decoration:none;
}

body#newsletter #sidebar #eventsSidebar p a:hover{
	color:#fff;
	text-decoration:underline;
}
body#newsletter  a.event_link {
font-size:12px;
}
body#newsletter  .event_description p{
  line-height:24px;
}
body#newsletter #sidebar #eventsSidebar p.more{
   clear: left;
   padding: 0px 0 22px 22px;
   font-size: 1.1em;
   text-transform: lowercase;
   text-align: left;
	 border-bottom:solid 1px #990000;
}

body#newsletter #sidebar #eventsSidebar p.more a{
   color: #ff9900;
	 text-decoration: underline;
}

body#newsletter #sidebar #eventsSidebar p.more a:hover{
   text-decoration: none;
}

/********************************/
#header{
   position: relative;
   height: 220px;
   margin-bottom: 18px;
   background: url(/_img/bg_header.jpg) no-repeat;
}

body#home #header{
   height: 428px;
   margin-bottom: 0;
   background: none;
}

#header h1{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 300px;
   height: 50px;
   margin: 60px 0 0 50px;
   text-indent: -9999px;
}

body#home #header h1{
   width: 600px;
   height: 90px;
   margin-top: 130px;
}

#header h1 a{
   display: block;
   width: 300px;
   height: 50px;
}

body#home #header h1 a{
   width: 600px;
   height: 90px;
}

/* header text */

#header #headerText{
   display: inline; /* IE6 double margin float bug hack */
   float: right;
   width: 400px;
   margin: 32px 49px 0 0;
}

body#home #header #headerText{
   float: left;
   width: 320px;
   margin: 56px 0 0 67px;
}

#header #headerText p{
   color: #000;
   font-size: 1.2em;
   font-weight: bold;
   font-style: italic;
   letter-spacing: .11em;
   line-height: 1.5;
}

body#home #header #headerText p{
   color: #FFF;
   font-weight: normal;
   font-style: normal;
   text-align: justify;
   line-height: 2.5;
}

/* home event list */

#header #homeEventList{
   float: right;
   width: 465px;
   margin: 65px 0 0;
}

#header #homeEventList p{
   margin-bottom: 19px;
   color: #FFF;
   font-size: 1.1em;
}

#header #homeEventList p a{
   color: #FFF;
   font-weight: bold;
   text-decoration: none;
}

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

/* login wrap */

p#loginWrap{
   position: absolute;
   bottom: 15px;
   right: 67px;
   font-size: 1.2em;
   font-weight: bold;
   text-transform: lowercase;
}

body#home p#loginWrap{
   top: 194px;
   bottom: auto;
}

p#loginWrap a{
   color: #f90;
}

/* =Navigation
---------------------------------------------------------------------
*/

#nav{
   margin-bottom: 40px;
   list-style: none;
}

#nav li{
   width: 100%;
   margin-bottom: .75em;
   font-size: 1.2em;
   font-weight: bold;
   text-transform: lowercase;
}

#nav li a{
   display: block;
   padding-bottom: .25em;
   color: #000;
   text-decoration: none;
}

#nav li ul{
   display: none;
}

/* =Container-Inner
---------------------------------------------------------------------
*/

#container-inner{
   float: left;
   width: 952px;
   padding-top: 67px;
   background: #900 url(/_img/bg_container-inner.gif) no-repeat;
}

/*body#home #container{
   background: yellow;
}

body#home #container-inner{
   float: none;background: blue;
}*/

/* home tabs */

#homeTabs{
   clear: both;
   width: 920px;
   margin: 0 auto;
}

#homeTabs ul.ui-tabs-nav{
   margin-left: 36px;
}

#homeTabs ul.ui-tabs-nav li{
   float: left;
   width: 210px;
   margin-right: 4px;
   border-bottom: 1px solid #900;
   font-size: 1.2em;
   font-weight: bold;
   font-style: italic;
   text-transform: lowercase;
   list-style: none;
   text-align: center;
}

#homeTabs ul.ui-tabs-nav li.ui-tabs-selected{
   border-bottom: 1px solid #000;
}

#homeTabs ul.ui-tabs-nav li a{
   display: block;
   padding: 10px 0;
   background: #000;
   color: #990000;
   text-decoration: none;
   outline: 0;
}

#homeTabs ul.ui-tabs-nav li a img{
   _display: none;
   border: 0;
   margin: -5px 3px;
   vertical-align: middle;
}

#homeTabs div.ui-tabs-panel{
   clear: left;
   float: left;
   width: 820px;
   padding: 30px 50px;
   background: #000;
}

#homeTabs div.ui-tabs-panel h3{
   margin-bottom: 1em;
   color: #fff;
   font-size: 1.2em;
   font-weight: normal;
   letter-spacing: .1em;
   text-transform: uppercase;
}

#homeTabs div.ui-tabs-panel#fragment-1 h3{
   float: left;
   width: 593px;
}

#homeTabs div.ui-tabs-panel h3 span.author{
   padding-left: 5px;
   font-style: italic;
   text-transform: none;
}

#homeTabs div.ui-tabs-panel p{
   margin-bottom: 2em;
   color: #fff;
   font-size: 1.2em;
   line-height: 2;
}

#homeTabs div.ui-tabs-panel p.date{
   float: right;
   width: 100px;
   margin: 0;
   line-height: 1;
}

#homeTabs div.ui-tabs-panel p.more{
   margin-right: 10px;
   font-weight: bold;
   font-style: italic;
}

#homeTabs div.ui-tabs-panel p.more a{
   float: right;
   padding: 0 0 0 31px;
   background: url(/_img/bg_reply-to-post.gif) no-repeat left center;
   color: #900;
   text-decoration: none;
}

#homeTabs div.ui-tabs-panel.ui-tabs-hide{
   display: none;
}

#homeTabs #fragment-1 img{
   float: left;
   margin-top: 33px;
}

#homeTabs #fragment-1 .blogPost{
   float: right;
   width: 693px;
}

#homeTabs #fragment-1 .blogPostText{
   clear: both;
}

/* homeTabs blog comments */

#homeTabs .blogComment{
   clear: both;
   margin-top: 15px;
   padding: 25px 0 0;
   background: url(/_img/bg_blogComment.gif) no-repeat;
}

#homeTabs .blogComment p{
   clear: both;
   margin-bottom: 1em;
}

#homeTabs .blogComment p.date{
   clear: none;
}

/* =Content-Wrap
---------------------------------------------------------------------
*/

#content-wrap{
   float: left;
   margin-bottom: 72px;
}

/* =Content
---------------------------------------------------------------------
*/

#content{
   display: inline; /* IE6 double margin float bug hack */
   float: right;
   width: 572px;
   margin: 0 87px 0 0;
   padding-left: 28px;
}

body#home #content{
   width: 375px;
}

body#me #content{
   width: 659px;
   margin: 0;
}

#content h3{
   margin-bottom: .75em;
   font-size: 3em;
}

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

#content h4 a{
   text-decoration: none;
}

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

#content h5{
   font-size: 1.8em;
}

#content h6{
   font-size: 1.2em;
}

#content p,
#content li{
   margin-bottom: 1em;
   color: #030303;
   font-size: 1.2em;
   line-height: 1.5;
}

#content p.byline{
   margin-bottom: 0;
   font-size: 1.1em;
}

#content ul{
   margin: 0 0 2em 23px;
   list-style: none;
}

#content ol{
   margin: 0 0 2em 40px;
}

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

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

#content li{
   margin: 0;
}

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

#content ul li{
   padding-left: 10px;
   background: url(/_img/bg_content_ul_li.gif) no-repeat left 7px;
   list-style: none;
}

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

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

#content a{
   color: #f68f00;
}

#content a:hover{
   text-decoration: none;
}

#content img{
   float: left;
   margin: 0 10px 5px 0;
}

#content img.headerImage{
   float: none;
   margin-bottom: 45px;
   border: 3px solid #000;
}

#content #text{
   clear: both;
}

#content #mediabox{
   float: left;
   margin: 15px 0;
}

#content #mediabox li{
   float: left;
   padding: 0;
   background: none;
   font-weight: bold;
   text-transform: lowercase;
}

#content #mediabox li a{
   display: block;
   margin-right: 15px;
   padding: 5px 20px;
   color: #000;
   text-decoration: none;
   background-position: left center;
   background-repeat: no-repeat;
}

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

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

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

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

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

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

/* calendar */

#content table.calendar{
   border-collapse: collapse;
}

body#home #content table.calendar{
   background: url(/_img/bg_home_calendar.gif);
}

#content table.calendar caption{
   margin-bottom: .5em;
   color: #000;
   font-size: 1.8em;
   font-weight: bold;
   text-align: left;
}

#content table.calendar caption img{
   float: none;
   margin: 2px 10px 0;
   vertical-align: top;
}

#content table.calendar tr{
   border: 5px solid #900;
}

body#home #content table.calendar tr{
   border: 0;
}

#content table.calendar th{
   padding: 5px 0;
   background: #000;
   color: #900;
   font-size: 1.1em;
   font-weight: normal;
   font-family: "Arial Narrow", Arial, Helvetica, Verdana, Tahoma, sans-serif;
   text-transform: uppercase;
}

body#home #content table.calendar th{
   display: none;
}

#content table.calendar td{
   width: 49px;
   height: 100px;
   padding: 5px 10px;
   border: 5px solid #900;
   background: #000;
   color: #900;
   font-size: 1.4em;
   font-weight: bold;
   vertical-align: top;
}

body#home #content table.calendar td{
   width: auto;
   height: auto;
   padding: 41px 19px 45px 14px;
   border: 0;
   background: none;
   font-size: 1.8em;
   vertical-align: auto;
   text-align: center;
}

#content table.calendar td ul{
   margin: 5px 0;
}

#content table.calendar td li{
   margin-bottom: .75em;
   padding: 0;
   background: none;
   font-size: .7857em;
   line-height: 1.35;
}

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

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

/* events */

#content .event{
   margin-bottom: 50px;
}

#content p#rsvp{
   font-weight: bold;
   text-transform: lowercase;
}

#content p#rsvp a{
   color: #000;
   padding-right: 25px;
   background: url(/_img/home_cal_next.gif) no-repeat right center;
   text-decoration: none;
}

/* sermon list */

#content p#filter{
   margin-bottom: 50px;
}

#content p#filter select{
   width: 131px;
   margin: 0 10px;
   font-size: 12px;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

#content .sermonbox{
   position: relative;
   padding: 10px 5px;
   border-bottom: 4px solid #000;
}

#content .sermonbox.last{
   border: 0;
}

#content .sermonbox h5{
   width: 325px;
   font-size: 1em;
   font-weight: normal;
}

#content .sermonbox h5 a{
   margin-right: 5px;
   font-size: 1.2em;
   font-weight: bold;
   text-decoration: none;
}

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

#content .sermonbox p{
   margin: 0;
   font-size: 1.1em;
}

#content .sermonbox p.comments{
   margin-top: 1em;
   padding-left: 15px;
   background: url(/_img/bg_comments.gif) no-repeat left center;
}

#content .sermonbox ul{
   position: absolute;
   top: 10px;
   right: 0;
   width: 96px;
}

#content .sermonbox ul li{
   float: left;
   margin-right: 19px;
   padding: 0;
   background: none;
   text-indent: -9999px;
}

#content .sermonbox ul li a{
   display: block;
   height: 15px;
}

#content .sermonbox ul li.sl_listen a{
   width: 15px;
   background: url(/_img/icon_play.gif) no-repeat;
}

#content .sermonbox ul li.sl_download a{
   width: 14px;
   background: url(/_img/icon_download.gif) no-repeat;
}

/* article list */

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

#content .article h4{
   margin-bottom: .25em;
}

#content .article p{
   margin: 0;
   line-height: 1.25;
}

/* monkForm */

.monkForm legend{
   display: none;
}

.monkForm label{
   width: 100px;
   float: left;
   margin-right: 10px;
   color: #000;
   font-weight: bold;
   text-align: right;
}

.monkForm div.text input{
   width: 190px;
   padding: 2px 3px;
   border-top: 1px solid #7d7d7d;
   border-right: 1px solid #c4c4c4;
   border-bottom: 1px solid #dedede;
   border-left: 1px solid #c5c5c5;
   background: #FFF url(/_img/bg_form_input.gif) repeat-x;
   font-size: 12px;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

.monkForm p#formsubmit{
   margin-top: 25px;
   padding-left: 110px;
}

/* comments */

#content #comments{
   margin: 0 -10px;
   width: 430px;
   padding: 10px;
   background: #000;
}

#content #comments h4{
   color: #fff;
}

#content #comments h5{
   color: #900;
   font-size: 1.2em;
   text-transform: lowercase;
}

#content #comments .comment{
   margin-bottom: 25px;
}

#content #comments .comment h6{
   color: #fff;
}

#content #comments .comment p{
   color: #fff;
}

#content #comments .comment p.comment-name{
   margin-bottom: .25em;
}

#content #comments div.comment-text{
   margin-left: 25px;
   color: #fff;
   font-size: 1.2em;
   line-height: 1.2;
}

#content #comments label{
   width: 100px;
   float: left;
   margin-right: 10px;
   color: #fff;
   font-size: 1.2em;
   font-weight: bold;
   text-align: right;
}

#content #comments textarea{
   width: 190px;
   padding: 2px 3px;
   border-top: 1px solid #7d7d7d;
   border-right: 1px solid #c4c4c4;
   border-bottom: 1px solid #dedede;
   border-left: 1px solid #c5c5c5;
   background: #FFF url(/_img/bg_form_input.gif) repeat-x;
   font-size: 12px;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

#content #comments input#comment-submit{
   margin: 25px 0 25px 110px;
   padding: 5px;
   border: 0;
   background: #900;
   color: #000;
   font-size: 1.2em;
   font-weight: bold;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
   text-transform: lowercase;
}

/* blog */

body#blog #contentBlog,
body#me #contentMe{
   float: left;
   width: 427px;
}

body#blog #content p.subscribe{
   margin-bottom: 30px;
   font-weight: bold;
}

body#blog #content p.subscribe a{
   padding-right: 30px;
   color: #000;
   text-decoration: none;
   text-transform: lowercase;
   background: url(/_img/home_cal_next.gif) no-repeat right center;
}

body#blog #content .post{
   margin-bottom: 15px;
   padding: 0 5px;
   border-bottom: 4px solid #000;
}

body#blog #content h5{
   font-size: 1em;
   font-weight: normal;
}

body#blog #content h5 a{
   font-size: 1.2em;
   font-weight: bold;
   text-decoration: none;
}

body#blog #content h5 a:hover{
   text-decoration: underline;
}

body#blog #content p.author{
   font-size: 1.1em;
}

body#blog #content p.commentCount{
   padding-top: 2px;
   padding-left: 18px;
   background: url(/_img/bg_commentCount.gif) no-repeat left center;
   font-size: 1.1em;
}

body#blog #sidebarBlog,
body#me #sidebarMe{
   float: right;
   width: 100px;
   padding-top: 50px;
}

body#me #sidebarMe{
   display: inline; /* IE6 double margin float bug hack */
   width: 200px;
   margin-right: 20px;
   padding-top: 7px;
}

body#blog #sidebarBlog h3,
body#me #sidebarMe h3{
   font-size: 1.2em;
   text-transform: lowercase;
}

body#blog #sidebarBlog ul,
body#me #sidebarMe ul{
   margin: 0 0 10px;
}

body#blog #sidebarBlog li,
body#me #sidebarMe li{
   padding: 0;
   background: none;
   text-transform: lowercase;
}

body#blog #sidebarBlog li a,
body#me #sidebarMe li a{
   text-decoration: none;
}

body#blog #content #comments p.comments{
   color: #FFF;
}

#content .book{
   float: left;
   width: 572px;
   margin-bottom: 25px;
}

#content .book p.bookImage{
   float: left;
   width: 110px;
}

#content .book div{
   float: left;
   width: 462px;
}

/* photo gallery */

#content .gallery{
   float: left;
   width: 572px;
   margin-bottom: 35px;
}

/* =Sidebar
---------------------------------------------------------------------
*/

#sidebar{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 195px;
   margin: 10px 0 0 61px;
}

body#home #sidebar{
   width: 356px;
   margin-top: 27px;
}

body#home #sidebar #homeLogIn{
   margin-bottom: 35px;
}

body#home #sidebar #homeLogIn a{
   display: block;
   width: 356px;
   height: 99px;
   background: url(/_img/bg_log-in.gif) no-repeat;
   text-indent: -9999px;
}

/* featured album */

#featuredAlbum h3{
   height: 15px;
   margin-bottom: 10px;
   padding: .25em 0 0 119px;
   background: url(/_img/bg_featuredAlbum.gif) no-repeat;
   color: #fff;
   font-size: 1.2em;
   font-weight: bold;
   font-style: italic;
   text-transform: lowercase;
}

#featuredAlbum h3 a{
   color: #fff;
   text-decoration: none;
}

#featuredAlbum h3 a:hover{
   text-decoration: underline;
}

#featuredAlbum img{
   float: left;
   margin-right: 5px;
   border: 3px solid #000;
}

/* directory search */

#directorySearch{
   clear: left;
   font-size: 1.2em;
}

#directorySearch input#keywords{
   width: 130px;
   margin-bottom: 8px;
   padding: 2px 3px;
   border-top: 1px solid #7d7d7d;
   border-right: 1px solid #c4c4c4;
   border-bottom: 1px solid #dedede;
   border-left: 1px solid #c5c5c5;
   background: #FFF url(/_img/bg_form_input.gif) repeat-x;
   font-size: 12px;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

#directorySearch input#searchSubmit{
   margin-bottom: 8px;
   padding: 1px 3px;
   border-top: 1px solid #7d7d7d;
   border-right: 1px solid #c4c4c4;
   border-bottom: 1px solid #dedede;
   border-left: 1px solid #c5c5c5;
   background: #FFF url(/_img/bg_form_input.gif) repeat-x;
   font-size: 12px;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

#letter-directory{
   float: left;
   width: 427px;
   margin-bottom: 20px;
}

#letter-directory ol{
   margin: 0;
}

#letter-directory ol li{
   float: left;
   margin-right: 7px;
   list-style: none;
}

div.person{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 104px;
   height: 150px;
   margin: 12px;
}

table.person{
   clear: left;
}

table.person td{
   padding: 4px;
   font-size: 1.2em;
   line-height: 1.2;
   vertical-align: top;
}

table.person td.thing{
   width: 100px;
}

div.message{
   clear: left;
   float: left;
   width: 422px;
   margin-bottom: 20px;
}

/* me */

body#me #sidebarMe img,
body#me #contentMe img{
   border: 2px solid #F68F00;
}

body#me #contentMe label{
   display: block;
   margin-bottom: 5px;
   font-size: 1.2em;
   font-weight: bold;
}

body#me #contentMe input,
body#me #contentMe textarea{
   margin-bottom: 15px;
   padding: 2px 3px;
   border-top: 1px solid #7d7d7d;
   border-right: 1px solid #c4c4c4;
   border-bottom: 1px solid #dedede;
   border-left: 1px solid #c5c5c5;
   background: #FFF url(/_img/bg_form_input.gif) repeat-x;
   font-size: 12px;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

body#me #contentMe textarea{
   display: block;
   margin-left: 110px;
}

body#me #contentMe p.checkbox input{
   margin: 0 5px 0 0;
}

body#me #contentMe label.checkbox{
   display: inline;
   font-size: 1em;
}

body#me #contentMe p.submitButton input{
   margin: 0 5px 0 0;
}

body#me #contentMe #user-profile{
   float: left;
   width: 427px;
}

body#me #contentMe #user-profile ul{
   float: left;
   margin: 0 0 20px;
}

body#me #contentMe #user-profile li{
   padding: 0;
   background: none;
}

body#me #contentMe #user-profile img{
   margin: 0 15px 0 0;
}

body#me #contentMe table h4{
   margin: 2em 0 .5em;
   text-transform: lowercase;
}

body#me #contentMe table h4.first{
   margin-top: 0;
}

body#me #contentMe .galleryImage{
   clear: left;
   float: left;
   width: 427px;
   margin-bottom: 20px;
}

body#me #sidebarMe #directorySearch{
   margin-bottom: 30px;
}

body#me #sidebarMe #member-profile ul{
   float: left;
   width: 122px;
}

/* discussions */

.discussion-form label{
   display: block;
   margin-bottom: 5px;
   font-size: 1.2em;
   font-weight: bold;
}

.discussion-form input,
.discussion-form textarea{
   width: 400px;
   margin-bottom: 15px;
   padding: 2px 3px;
   border-top: 1px solid #7d7d7d;
   border-right: 1px solid #c4c4c4;
   border-bottom: 1px solid #dedede;
   border-left: 1px solid #c5c5c5;
   background: #FFF url(/_img/bg_form_input.gif) repeat-x;
   font-size: 12px;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

.discussion-form textarea{
   display: block;
}

.discussion-form input#discSubmit{
   width: auto;
   margin: 0 5px 0 0;
}

table.discussion{
   width: 570px;
   border: 1px solid #000;
   border-collapse: collapse;
   font-size: 1.2em;
   line-height: 1.25;
}

table.discussion th{
   padding: 10px;
   background: #000;
   color: #990000;
   text-align: left;
}

table.discussion td{
   padding: 10px;
}

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

#footer{
   clear: both;
   height: 50px;
   background: #900;
}

#footer p{
   display: block;
   text-align: right;
   margin-right: 30px;
   padding: 5px 0 0 0;
   font-size: 1.1em;
   font-weight: bold;
   font-style: italic;
}

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

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