
/* Reset Defaults
--------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, del, dfn, font, img, ins, kbd, q, s, samp, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-family: inherit; vertical-align: baseline;}
:focus { outline: 0;}
ul { list-style: none;}
table {	border-collapse: separate; border-spacing: 0;}
caption, th, td { text-align: left;	font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after { content: "";}
blockquote, q {	quotes: "" "";}


/* Basic Selectors
--------------------------------------------------------------------------------------- */

html {height: 100%; background: #1c6e9b; }
body { font: normal 62.5% Arial, Helvetica, Verdana, sans-serif; color: #666666; height: 100%;}

h1, h2, h3, h4, h5, h6 { font-size:1.4em; color: #000000; font-family: "HelveticaNeueLight", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 200;}
h3 { font-size: 2em; color: #000000;}
p { font-size:1.2em; line-height:1.4em; margin:16px 0; }
small { font-size:1em; color: #888888; font-family: Georgia; font-style: italic; }

.align-left { text-align:left; }
.align-center { text-align:center; }
.align-right { text-align:right; }

.float-left { float:left; }
.float-right { float:right; }
.float-none { float:none; }

.clear-left {clear: left;}
.clear-right {clear:right;}
.push {clear:both;}

.hide {display: none;}
.overflow { width: 100%; overflow: hidden; }
p.btn { margin-top: 20px; margin-bottom: 0; }
li.btn { margin-top: 20px; margin-bottom: 0; }
p.last { margin-bottom: 0; }


.margin-top { margin-top: 16px;}


/* Links
--------------------------------------------------------------------------------------- */

a {font-weight: bold; text-decoration: none;}
a:link { color: #0091d5;}
a:visited { color: #0091d5;}
a:hover { color: #0091d5; text-decoration: underline;}
a:active { color: #0091d5;}

.main_nav a:link { color: #ffffff;}
.main_nav a:visited { color: #ffffff;}
.main_nav a:hover { color: #49b6ff; text-decoration: none;}
.main_nav a:active { color: #ffffff;}

.main_nav a.active:link { color: #49b6ff;}
.main_nav a.active:visited { color: #49b6ff;}
.main_nav a.active:hover { color: #49b6ff; text-decoration: none;}
.main_nav a.active:active { color: #49b6ff;}

body.home .main_nav #li_home a:link { color: #49b6ff;}
body.home .main_nav #li_home a:visited { color: #49b6ff;}
body.home .main_nav #li_home a:hover { color: #49b6ff; text-decoration: none;}
body.home .main_nav #li_home a:active { color: #49b6ff;}

.crumbs a:link { color: #000000;}
.crumbs a:visited { color: #000000;}
.crumbs a:hover { color: #db5731; text-decoration: underline;}
.crumbs a:active { color: #000000;}

.bottom_nav a:link { color: #ffffff;}
.bottom_nav a:visited { color: #ffffff;}
.bottom_nav a:hover { color: #ffffff; text-decoration: underline;}
.bottom_nav a:active { color: #ffffff;}

.btn_more { display:block; width: 42px; height: 20px; text-indent: -9999px; background: transparent url(../images/btn/btn_more.gif) top left no-repeat; float:right; margin-top: 2px;}
.btn_more:hover { background-position: bottom left;}

.btn_prev { display:block; width: 55px; height: 16px; text-indent: -9999px; background: transparent url(../images/btn/btn_prev.jpg) top left no-repeat; position: absolute; top:23px; left: 20px; z-index: 99; }
.btn_prev:hover { background-position: bottom left;}

.btn_next { display:block; width: 60px; height: 14px; text-indent: -9999px; background: transparent url(../images/btn/btn_next.jpg) top right no-repeat; position: absolute; top:20px; right: 20px; z-index: 99;}
.btn_next:hover { background-position: bottom left;}

.btn_prayer { display:block; width: 162px; height: 41px; text-indent: -9999px; background: transparent url(../images/btn/btn_prayer.jpg) top left no-repeat; }
.btn_prayer:hover { background-position: top right;}


/* Main Structural Selectors
--------------------------------------------------------------------------------------- */

.container_box { width: 100%; background: #ffffff url(../images/bg/bg_container.jpg) top center repeat-x; }
.container_bg { width: 100%; background: transparent url(../images/bg/bg_container_bottom.png) bottom center repeat-x; }
.container { width: 960px; margin: 0 auto; background: #ffffff; }
.header { width: 960px; margin: 0 auto; height: 125px;}
.navigation { width: 912px; height:29px; background: #3d3d3d url(../images/bg/bg_main_nav.jpg) bottom center repeat-x; padding: 10px 24px 10px 24px;}
.content_box { width: 908px; background: #ffffff url(../images/bg/bg_content_box.jpg) top right repeat-y; }
.content { width:856px; margin: 0 auto; padding: 36px 52px 30px 52px; overflow: hidden; background: transparent url(../images/bg/bg_content.jpg) 564px 0 no-repeat; position: relative; }
.content_bottom { width: 908px; height: 28px; background: #ffffff url(../images/bg/bg_bottom_content.jpg) top right no-repeat;}
.main { width:564px; float:left; display:inline; margin: 0; overflow: hidden; }
.sidebar { width:192px; float: right; display: inline; margin-top: 8px; }
.footer_box { width: 100%; background: #ffffff url(../images/bg/bg_footer.jpg) 50% 74px repeat-x; height: 300px;}
.footer { width: 912px; margin: 0 auto; padding: 0 0; color: #ffffff; overflow: hidden;}

body.home .content { width: 940px; padding: 10px 10px 24px 10px; background-image: none; }

/* Header Layout
--------------------------------------------------------------------------------------- */


.header h1 { margin: 0; padding: 0; width: 960px; height: 125px;}

.main_nav { width: 670px;overflow: hidden; margin: 7px 0 0 0; }
.main_nav li { float: left; display: inline; padding: 0 28px; font-size: 1.2em; text-transform: uppercase;}
.main_nav li.last { padding-right: 0;}
.main_nav li a {}
.main_nav li.active { }

body.home #li_home a { }


/* Homepage Layout
--------------------------------------------------------------------------------------- */

.home_content_top { width: 100%; overflow: hidden; background: transparent url(../images/bg/bg_resources.jpg) top right no-repeat;}
.rotator { float: left; display: inline; width: 592px; height: 298px; margin: 14px 0 0 14px; position: relative; }

#divMainRotator { width: 592px; height: 298px; overflow: hidden; position:absolute; top:-14px; left:-14px; z-index: 1; margin: 0; padding: 0; }

#divMainRotatorNav { position:absolute; bottom:19px; left:16px; z-index:99; }
#divMainRotatorNav a { margin: 0 0 0 4px; padding: 3px 7px; background: #ffffff; text-decoration: none; color: #888888; font-size: 1.2em; }
#divMainRotatorNav a:hover { background: #454545; text-decoration: none; color: #ffffff; }
#divMainRotatorNav a.activeSlide { background: #b92323; text-decoration: none; color: #ffffff; }
#divMainRotatorNav a:focus { outline: none; }

.home_resources { float: right; display: inline; width: 248px; margin: 30px 38px 0 0;}
.home_resources h3 { margin-bottom: 6px;}
.listing_row { width: 100%; overflow: hidden; border-bottom: 1px solid #e8e8e8; padding: 11px 0;}
.listing_row h5 {float: left; display: inline; width: 7%; font-weight: bold; color: #000000;}
.listing_titles { float: right; display: inline; width: 92%; }
.home_resources .last { border-bottom: 0;}

.home_content_bottom { width: 816px; padding: 52px 62px 14px 62px; margin-top: 10px; overflow: hidden; background: transparent url(../images/bg/bg_home_content.jpg) top left no-repeat;}
.home_content_left { float: left; display: inline; width: 360px;}
.home_content_right { float: right; display: inline; width: 360px;}

.about_marty { width: 100%; overflow: hidden; background: transparent url(../images/bg/bg_home_photo.jpg) 0 16px no-repeat; margin-top: 2px; }
.about_marty img { float: left; margin: 21px 0 0 5px;}
.about_marty_content { float: right; display: inline; width: 65%;}

h4.home_title_testimony { margin: 16px 0 0 0;}
.home_content_right img { margin: 20px 0 0 0;}

.switch_menu { width: 100%; margin-top: 4px; overflow: hidden; position: relative; z-index: 99;}
.switch_menu li { float: left; display: inline; border-right: 1px solid #e8e8e8; border-top: 1px solid #e8e8e8; margin: 0; padding: 0; list-style: none; font-size: 1.2em; font-weight: bold; }
.switch_menu li:first-child { border-left: 1px solid #e8e8e8;  }
.switch_menu li a { display: block; padding: 8px 16px 8px 16px; background: #f5f5f5; border-bottom: 3px solid #e8e8e8; color: #666666;}
.switch_menu li a.active { background: #ffffff; border-bottom: 3px solid #ffffff; color: #000000; }

.switch_panels { width: 100%; clear: both; position: relative; z-index: 90; margin-top: -3px; border-top: 3px solid #e8e8e8; padding-top: 24px; height: 136px; }


/* Main Layout
--------------------------------------------------------------------------------------- */

.title_link { font-size: .725em; font-style: italic; font-family: Georgia, "Times New Roman", Times, serif; margin-left: 8px; }

h2 { font-size: 2.6em; font-weight: 200; color: #000000; margin-left: 1px; }

.main_content h3 { font-size: 2.4em; font-weight: 200; margin: 24px 0; }
.main_content h4 { font-size: 1.8em; font-weight: 400; margin: 20px 0; }
.main_content p { margin: 18px 0;}
.main_content ul, .main_content dl, .main_content ol, .full ul { margin: 12px 0; }
.main_content ul li, .main_content dl dd, .full ul li { list-style: disc; display: list-item; margin-left: 18px; padding-left: 3px; font-size: 1.2em; line-height: 1.3em; margin-bottom: 4px; }
.main_content ol li { display: list-item; margin-left: 18px; padding-left: 4px; font-size: 1.2em; line-height: 1.3em; margin-bottom: 3px; }

.main_content p.crumbs { margin: 0 0 26px 0; font-size: .875em; letter-spacing: .35em; text-transform: uppercase; color: #555555;}
.main_content p.crumbs span.single_crumb { letter-spacing: 0; text-transform: capitalize; }


/* Site Map
______________________________________________________________________________________ */

.sitemap_box { margin-bottom: 20px; }
.sitemap_header { width: 96%; background: #eeeeee; padding: 6px 2%; overflow: hidden; border-bottom: 1px solid #dddddd;  }
.main_content .sitemap_header h4 { margin: 0; float: left; display: inline; font-size: 1.8em; margin-top: 3px; }
.sitemap_header a { float: right; display: inline; font-size: 1.4em; margin-top: 3px; }

.main_content .sitemap_links { margin: 0; }
.main_content .sitemap_links li { margin: 0; padding: 6px 2%; list-style: none; width: 96%;  border-bottom: 1px solid #dddddd; }
.main_content .sitemap_links li.last { border-bottom: none; }


/* Entry Layouts
______________________________________________________________________________________ */

.cmg_post_header { width:100%; overflow: hidden; }
.cmg_post_left { float: left; display: inline; width:34px; height: 50px;text-align: center; padding-top: 10px; border-right: 1px solid #dddddd; padding-right: 14px; }
h5.post_date { color: #000000; font-size: 2.2em; line-height: 1em; font-weight: normal; margin-bottom: 1px;}
h5.post_month { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1em; line-height: 1em; color: #000000; font-weight: bold; text-transform: uppercase; letter-spacing: .15em; }
.cmg_post_right { float: right; display: inline; width:494px; margin-top: 7px;  }
.cmg_post_right h2 { margin-bottom: 6px; color: #000000; }
.cmg_post_right h2 a { color: #000000; }


.single_entry { margin: 30px 0 0 0; padding-top: 10px; border-top: 1px solid #dddddd;}

.post { padding:0 0 26px 0; margin-bottom: 26px; width:100%; overflow: hidden;  border-bottom: 1px solid #dddddd;}
.single_post { margin-bottom: 0; padding-bottom: 12px;}
.post_search { margin-bottom: 14px; }

.next_options { width:100%; overflow: hidden; position: relative; height: 50px; font-size: 1.2em;}
.next_options_left { float: left; display: inline; width:48%; margin-top: 4px; }
.next_options_right { float: right; display: inline; width:48%; }

.next_options_left a { position: absolute; top:13px; left: 0; z-index: 99; }

.next_options_right a {  position: absolute; top:10px; right: 0; z-index: 99;}


h3.tags_title { margin:0;}
h3.tags_title span { margin-left:2px; text-transform: lowercase; letter-spacing: 0; font-size: 1.1em;}
.tags { overflow: hidden; width: 100%; margin: 26px 0 20px 0; }
.tags a { display: block; padding: 3px 6px; float: left; display: inline; margin: 0 6px 6px 0; color: #ffffff; background: #db5731; font-size: 1em; text-transform: capitalize; }


.social_links_box { padding:0 0 8px 0; margin: 0;  border-bottom: 1px solid #dddddd; width:100%; overflow: hidden; }
.main_content .social_links { width: 100%; overflow: hidden; height: 30px; margin: 24px 0 20px 0; padding: 0;}
.main_content .social_links li { float:left; display: inline; margin: 0 23px 0 0; padding: 0; list-style: none;}
.main_content .social_links li.last { margin-right: 0;}
.main_content .social_links li.extra_margin { margin-left: 1px;}
.social_links li a { display: block; height: 30px; width: 30px; text-indent: -9999px; background: transparent url(../images/btn/btn_social_links.gif) 0 0 no-repeat;}
#btn_sl_facebook { background-position: 0 0;}
#btn_sl_facebook:hover { background-position: 0 -30px;}
#btn_sl_twitter { background-position: -30px 0;}
#btn_sl_twitter:hover { background-position: -30px -30px;}
#btn_sl_delicious { background-position: -60px 0;}
#btn_sl_delicious:hover { background-position: -60px -30px;}
#btn_sl_stumbleupon { background-position: -90px 0;}
#btn_sl_stumbleupon:hover { background-position: -90px -30px;}
#btn_sl_digg { background-position: -120px 0;}
#btn_sl_digg:hover { background-position: -120px -30px;}
#btn_sl_mixx { background-position: -150px 0;}
#btn_sl_mixx:hover { background-position: -150px -30px;}
#btn_sl_technorati { background-position: -180px 0;}
#btn_sl_technorati:hover { background-position: -180px -30px;}
#btn_sl_newsvine { background-position: -210px 0;}
#btn_sl_newsvine:hover { background-position: -210px -30px;}
#btn_sl_reddit { background-position: -300px 0;}
#btn_sl_reddit:hover { background-position: -300px -30px;}
#btn_sl_rss { background-position: -330px 0;}
#btn_sl_rss:hover { background-position: -330px -30px;}
#btn_sl_email { background-position: -360px 0;}
#btn_sl_email:hover { background-position: -360px -30px;}



/* Sidebar Layout
--------------------------------------------------------------------------------------- */

.widget { text-align: center; }
.widget a { text-align: center;}
.widget img { text-align: center; margin: 12px auto 4px auto;}

/* Footer Layout
--------------------------------------------------------------------------------------- */

.social_network_box { width: 864px; height: 114px; margin: 0 auto; padding: 22px 24px 23px 24px; background: transparent url(../images/bg/bg_social_networks.jpg) top left no-repeat; }
.social_networks { width: 816px; height: 36px; margin: 0 auto 15px auto; background: transparent url(../images/btn/btn_social_networks.gif) 0 0 no-repeat;}
.social_networks li { float: left; display: inline; }
.social_networks li a { height: 36px; text-indent: -9999px; display: block; background: transparent url(../images/btn/btn_social_networks.gif) 0 0 no-repeat;}
#title { width: 252px; height: 36px; text-indent: -9999px;  }
#email { width: 225px; background-position: -252px 0;  }
#email:hover { background-position: -252px -36px;  }
#facebook { width: 136px; background-position: -477px 0;  }
#facebook:hover { background-position: -477px -36px;  }
#twitter { width: 125px; background-position: -613px 0;  }
#twitter:hover { background-position: -613px -36px;  }
#youtube { width: 78px; background-position: -738px 0;  }
#youtube:hover { background-position: -738px -36px;  }

.cmg_twitter_feed { width: 100%; height: 60px; background: transparent url(../images/bg/bg_twitter.jpg) 0 0 no-repeat; }
.cmg_twitter_feed td { vertical-align: middle; margin: 0; padding: 0; padding: 0 10px 0 102px; }
.cmg_twitter_feed h3 { color: #777777; font-size: 1.4em; font-weight: normal; line-height: 1.2em;}
.cmg_twitter_feed h3 span { font-size: .7em; margin-left: 4px; }

.bottom_nav { width: 738px;  padding: 26px 0 28px 174px; margin: 24px auto 20px auto; background: transparent url(../images/bg/bg_bottom_nav.gif) 0 0 no-repeat; overflow: hidden;}
.bottom_nav li { float: left; display: inline; padding: 0 18px; font-size: 1.1em; text-transform: uppercase;}
.bottom_nav li.last { padding-right: 0;}

.footer h2 { float: right; display: inline; margin-top: 0; width: 210px; height: 19px; }
.footer h2 a { display: block; width: 201px; height: 19px; text-indent: -9999px; background: transparent url(../images/church_media_group.gif) top left no-repeat; }
.footer h2 a:hover { background-position: bottom right; }
.footer p { font-size: 1.1em; margin: 0 0 4px 0; }
.footer p.last { margin-bottom: 0; }



/* GENERAL BLOG STUFF
--------------------------------------------------------------------------------------- */

body.blog .main p.crumbs { margin: 0 0 16px 0;}

.sidebar ul ul li,
.sidebar ul ol li,
.nocomments,
.postmetadata,
blockquote,
strike { color: #989383; }

code { font: 1.1em 'Courier New', Courier, Fixed; }

acronym, abbr, span.caps { letter-spacing: .07em; }


.right_post { float: right; display: inline; width: 87%; }
.post h6.counter { font-size: 4.3em; float: left; display: inline; color: #bdb8a8; width: 60px; text-align: right; }
.right_post small { display: block; font-size: 1.2em; margin: 3px 0 0 0; }


.main .postmetadata { padding-top: 5px; margin:8px 0; }
.main .small_info { font-size:1.0em; color:#0ebfeb; background:#eefcff; padding:6px 12px;}

.main .smallattachment { text-align: center; float: left; width: 128px; margin: 5px 5px 5px 0px; }
.main .attachment { text-align: center; margin: 5px 0px; }



/* Main Layout
--------------------------------------------------------------------------------------- */

h3.first, img.first { margin-top: 20px; }

.groupbar {color: #000;}
.groupbar a{ line-height: 1.8em;margin: 0 5px; text-transform: uppercase;}


/* Images
--------------------------------------------------------------------------------------- */

p img { padding: 0; max-width: 100%; }

img.centered { display: block; margin-left: auto; margin-right: auto; border: 1px solid #dddddd; background: #eeeeee; padding: 9px;}
img.alignright { margin: 4px 0 16px 30px; display: inline; float: right; border: 1px solid #dddddd; background: #eeeeee; padding: 9px;}
img.alignleft { margin: 4px 30px 16px 0; display: inline; float: left; display: inline; border: 1px solid #dddddd; background: #eeeeee; padding: 9px; }
img.aligncenter { border: 1px solid #dddddd; background: #eeeeee; padding: 9px; margin: 13px auto; }

/* Lists
--------------------------------------------------------------------------------------- 

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets.        */	


.postmetadata ul,
.postmetadata li { display: inline; list-style-type: none; list-style-image: none; }

.sidebar ul,
.sidebar ul ol { margin: 10px 0 16px 0; padding: 0; width: 100%; }
.sidebar ul.archives { margin: 0 0 0 0; padding: 0; width: 100%; }

.sidebar ul li { list-style-type: none; list-style-image: none; width: 100%; margin-bottom: 6px; padding-bottom: 6px; text-transform: capitalize; font-size: 1.3em; border-bottom: 1px solid #dddddd; }
.sidebar ul li a { margin-right: 6px; font-weight: normal;}
.sidebar h2 { font-size: 2em; border-bottom: 2px solid #cbbfae; color: #464036; margin-bottom: 8px; padding-bottom: 8px;}
.sidebar ul li h2  { font-size: 1.7em; border-bottom: 2px solid #cbbfae; color: #464036; margin-bottom: 8px; padding-bottom: 8px;}
.sidebar ul p,
.sidebar ul select { margin: 5px 0 8px 0; }

.sidebar ul ol { margin: 5px 0 0 10px; }

.sidebar ul ul { margin-bottom: 0; width: 100%;}
.sidebar ul ul ul { margin-bottom: 0;}
.sidebar ul ul li { font-size: .875em; margin-top: 6px; border-bottom: 0; width: 86%; padding: 0 0 0 14%; background: transparent url(../images/arrow_sublevel.gif) 10px 3px no-repeat;}
.sidebar ul ul ul li { font-size: 1em; margin-top: 6px; border-bottom: 0; width: 80%; padding: 0 0 0 20%; background: transparent url(../images/arrow_blog_sublinks.gif) 13px 5px no-repeat;}
.sidebar ul ul ul li a { font-weight: normal}

.sidebar h4 { margin: 0 0 8px 0; font-size: 1.8em; padding: 0 0 6px 0; width: 100%; font-weight: 400; border-bottom: 2px solid #000000; color: #000000; }

ol li, .sidebar ul ol li { list-style: decimal outside; }

.sidebar ul ol li { margin: 3px 0 0; padding: 0; }

.sidebar p { font-size: 1.1em;}

.sidebar ul.names li { text-transform: capitalize;}

.sidebar_photo { float: left; display: inline; margin: 14px 20px 2px 0; border: 1px dashed #cbbfae; padding: 5px; background: #e1d0b9;}

/* Comments Structure
--------------------------------------------------------------------------------------- */

.alt { margin: 0; padding: 10px; }

.yellow_paper {  border-bottom: 1px solid #dddddd; padding-bottom: 54px; margin-bottom: 36px;}

.commentlist { padding: 0;  }
.main_content .commentlist li { margin: 34px 0 3px 22px; padding: 0 0 0 44px; list-style: none; border-left:8px solid #0091d5; background: none; font-size: 1em; font-family: Georgia, serif; font-style: italic; }
.commentlist p { margin: 10px 5px 10px 0; }
#commentform p { margin: 5px 0; }

.nocomments { text-align: center; margin: 0; padding: 0; }

.commentmetadata { margin: 16px 0 16px 0; display: block; }
.commentlist small { color: #555555;}
.commentmetadata h5 { font-weight: bold; color: #000000; font-size: 1.2em; margin-bottom: 3px; font-style: normal; }

/* Calendar Structure
--------------------------------------------------------------------------------------- */

#wp-calendar { empty-cells: show; margin: 10px auto 0; width: 155px; }

#wp-calendar #next a { padding-right: 10px; text-align: right; }
#wp-calendar #prev a { padding-left: 10px; text-align: left; }

#wp-calendar a { display: block; }
#wp-calendar caption { text-align: center; width: 100%; }

#wp-calendar td { padding: 3px 0; text-align: center; }
#wp-calendar td.pad:hover { background-color: #fff; } /* Doesn't work in IE */


/* Misc.
--------------------------------------------------------------------------------------- */

acronym, abbr, span.caps { cursor: help; }
acronym, abbr { border-bottom: 1px dashed #999; }

blockquote { margin: 15px 30px 0 10px; padding-left: 20px; border-left: 5px solid #ddd; }
blockquote cite { margin: 5px 0 0; display: block; }


.logged_in { width:94%; padding:0 3%; border:1px solid #aeca61; color:#5baf07; overflow:hidden; background: #e6f7b8; margin-bottom:16px;} /* Width must equal panel_form_box minus 26px */
.logged_in p { margin: 8px 0;  }
.logged_in p a { color:#000000;}

.alert { width:94%; padding:0 3%; color:#000000; overflow:hidden; text-align:center; background: #fff000; margin-bottom:16px;} /* Width must equal panel_form_box minus 26px */
.alert p { margin: 8px 0; font-size: 1.6em;  }


.back { float: right; display: inline; font-size: 1.2em; margin-top: 8px; }


/* Search Box
--------------------------------------------------------------------------------------- */

.search_box { float: right; display: inline; background: transparent url(../images/bg/bg_search.gif) top right no-repeat; width: 180px; height: 26px; padding: 3px 14px 0 35px; }
.small_search { width:180px; height:22px; padding: 4px 0 0 0; font-size:1.1em; color:#999999; border: 0; background: #ffffff; }
.small_search:focus { color:#000000; }

