/*
	
	
	Stonegate Church
	-------------------------------------------------------------------------------------------------------------------------------------------------------------
	created by Mike Moreau, Jr
	harvestmedia.com






	=> Contents
	-------------------------------------------------------------------------------------------------------------------------------------------------------------
	Section 1		General Styles (Reset, Links, Common Classes, Base Typography, Etc.)
	Section 2		Page Layout (Columns, Grids, Etc.)
	Section 3		Page Components (Navigation, Calendars, FAQ's, etc.)
	Section 4		User Interaction (Forms, Error Messages, Etc.)






	=> Section 1 - General Styles
	-------------------------------------------------------------------------------------------------------------------------------------------------------------
	Begin Eric Meyer's Recommended Reset Styles (Slightly Modified)
	http://meyerweb.com/eric/tools/css/reset/
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
	background:transparent;
	font-size:100%;
	font-weight:inherit;
	line-height:inherit;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
}
ol, ul, li{
	list-style:none;
}
blockquote, q{
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after{
	content:'';
	content:none;
}
:focus{
	outline:0;
}
ins{
	text-decoration:none;
}
del{
	text-decoration:line-through;
}
b, strong{
	font-weight:bold;
}
em{
	font-style:italic;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
/*
	End Reset
*/



body{
	background:url(/_img/window-bgd.jpg) repeat left top transparent;
	color:#222;
	font-family:Calibri, "Lucida Grande", "Lucida Sans", tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size:13px;
	line-height:1;
}
/*
	Links
*/
a{
	outline:none; /* Remove Dotted Border */
}
a:link{
	text-decoration:underline;
}
a:visited{
}
a:hover, a:active{
	text-decoration:none;
}
/*
	Common Classess
*/
.hide{
	display:none;
}
span.emphasis-start{
	color:rgb(157,90,7);
	font-size:16px;
	font-weight:bold;
}
/*
	Base Typography
*/
h1{
	color:#820;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:30px;
	margin:0 0 10px 0;
}
h2{
	color:#820;
	font-size:15px;
	font-weight:bold;
	line-height:20px;
	margin:20px 0 0 0;
}
h3, h4, h5, h6{
	font-size:13px;
	font-weight:bold;
	line-height:20px;
}
p{
	line-height:20px;
	margin-bottom:20px;
}
table{
	margin-bottom:20px;
	width:99.8%;
}
/*
	<div id="in-masthead"> Typography Overrides
*/
#in-masthead h1{
	line-height:1em;
	margin:0;
	padding:50px 0 0 0;
}
#in-masthead h1 a:link, #in-masthead h1 a:visited{
	color:#fff;
	text-decoration:none;
}
/*
	<div id="content"> and <div id="sidebar"> Typography Overrides
*/
#content ul, #content ol, .section ul, .section ol{
	line-height:1.5385em;
	list-style-position:outside;
	margin:0 0 20px 0;
}
#content ol, .section ol{
	margin-left:40px;
}
#content ul li, .section ul li{
	background:url(/_img/bullet_black.png) 5px .5em no-repeat;
	padding:0 0 0 20px;
}
#content ol li, .section ol li{
	list-style-type:decimal;
}
#content ul li, #content ol li, .section ul li, .section ol li{
	line-height:20px;
}
#content ul ul, #content ol ol, .section ul ul, .section ol ol{
	margin:0 0 20px 0;
}
/*
	<div id="sidebar"> Typography Overrides
*/
#sidebar h1{
	border-bottom:1px solid #ddd;
	color:#000;
	font-size:15px;
	line-height:20px;
	margin-bottom:5px;
	padding-bottom:5px;
	text-transform:lowercase;
}
#sidebar h2{
}
/*
	<div id="footer-inner"> Typography Overrides
*/
div.vcard{
	line-height:20px;
}
#footer-inner a:link, #footer-inner a:visited{
	color:#000;
}
a.site-credits:link, a.site-credits:visited{
	font-size:7px;
	text-decoration:none;
}
/*
	=> Section 2 - Page Layout (2 column layout with floated divs and negative margins)
	-------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
#accessibility{
	display:none;
}
#qm-outer{
	background:rgb(171,29,41);
	left:0;
	min-height:1px;
	position:absolute;
	width:100%;
	z-index:9;
}
#qm-inner{
	display:none;
	margin:0 auto;
	position:relative;
	width:940px;
}
#qm-controls{
	bottom:-23px;
	height:24px;
	left:50%;
	margin:0 0 0 120px;
	position:absolute;
	width:322px;
}
#qm-controls a:link, #qm-controls a:visited{
	display:block;
	float:left;
	height:24px;
	margin:0 1px 0 0;
	text-indent:-9999em;
	width:159px;
}
a#link7703{
	background:url(/_img/masthead-times.png) no-repeat left top transparent;
}
a#link7704{
	background:url(/_img/masthead-quick-links.png) no-repeat left top transparent;
}
#qm-nav li{
	float:left;
	margin:0 20px 0 0;
	padding:20px 0 20px 0;
	width:139px;
}
#qm-nav li a:link, #qm-nav li a:visited{
	color:#fff;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:1.2em;
	text-decoration:none;
}
#qm-nav li a:hover, #qm-nav li a:active{
	text-decoration:underline;
}
#qm-nav li ul li{
	margin:0;
	padding:0;
}
#qm-nav li ul li a:link, #qm-nav li ul li a:visited{
	color:#bbb;
	font-size:11px;
}
#qm-nav_home{
	display:none;
}

#masthead{
	background:url(/_img/masthead-bgd.png) repeat-x left top transparent;
	height:220px;
	z-index:4;
}
#in-masthead{
	height:140px;
	margin:0 auto;
	position:relative;
	width:940px;
}
#logo{
	background:url(/_img/logo.jpg) no-repeat 0px 56px transparent;
	height:140px;
	float:left;
	width:307px;
}
#logo a{
	display:block;
	height:140px;
	text-indent:-9999em;
	width:307px;
}
#search{
	float:right;
	margin:15px 0 0 0;
	width:160px;
}
#searchForm{
	text-align:right;
}
#search_term{
	color:#4e4e4e;
	width:140px;
}
#search_go{
	display:none;
}
a#search_go:link, a#search_go:visited{
	color:#ddd;
}
#pnav{
	border-top:1px solid #434343;
	height:79px;
	margin:0 auto;
	width:940px;
}
#outer-content-wrapper{
	background:url(/_img/masthead-bgd.png) repeat-x 0px -220px transparent;
	z-index:1;
}
#inner-content-wrapper{
	background:url(/_img/content-tile.gif) repeat-y left top #fff;
	margin:0 auto;
	overflow:hidden;
	width:960px;
}
#content{
	background:url(/_img/content-corner.png) no-repeat left top transparent;
	float:left;
	margin:0 0 0 240px;
	padding:20px 15px 20px 15px;
	width:690px;
}
#sidebar{
	background:url(/_img/masthead-bgd.png) repeat-x 0px -220px transparent;
	float:left;
	margin:0 0 0 -960px;
	padding:45px 0 20px 10px;
	width:230px;
}
#snav{
	margin:0 0 25px 0;
}
#sidebar .section{
	margin:0 10px 20px 0;
}
#footer-outer{
	background:url(/_img/footer-bgd.jpg) repeat top left;
	border-top:5px solid #030303;
}
#footer-inner{
	color:#c0c0c0;
	margin:0 auto;
	padding:20px 0 120px 0;
	width:960px;
}
/*
	Page Layout Overrides
*/



/*
	Home Page
*/
#index #inner-content-wrapper{
	background:none;
	width:940px;
}
#slideshow{
	background:#fff;
	height:400px;
	position:relative;
}
#slideshow a:link, #slideshow a:visited, #slideshow a:hover, #slideshow a:active{
	display:block;
	height:400px;
	left:0px;
	position:absolute;
	top:0px;
	width:940px;
	text-decoration:none;
}
#slideshow img{
	left:0px;
	position:absolute;
	top:0px;
}
#slideshow-nav{
	height:60px;
}
	#slideshow-nav a:link, #slideshow-nav a:visited{
		background:rgba(0,0,0,.15);
		color:#eee;
		display:block;
		float:left;
		font-size:10px;
		font-weight:bold;
		height:10px;
		line-height:10px;
		margin:0 3px 0 0;
		padding:5px;
		text-align:center;
		text-decoration:none;
		width:1em;
	}
	#slideshow-nav a:hover, #slideshow-nav a:active, #slideshow-nav a.current:link, #slideshow-nav a.current:visited{
		background:rgba(0,0,0,.8);
		color:#fff;
	}
#promo{
	border-bottom:1px solid rgb(82,74,65);
	height:140px;
	padding:15px 0 15px 0;
	margin:0 0 14px 0;
	overflow:hidden;
}
#promo div{
	float:left;
	margin:0 20px 0 0;
	width:220px;
}
#promo div.link7649{
	margin:0;
}
#welcome-outer{
	background:url(/_img/home-promo-bgd.png) repeat-x left top rgb(107,97,86)
}
#welcome-inner{
	margin:0 auto;
	overflow:hidden;
	width:941px;
}
#welcome-inner h1{
	color:rgb(196,188,179);
	font-size:17px;
	margin:0;
	text-transform:lowercase;
}
.sidebar1, .sidebar2, .primary{
	color:#fff;
	float:left;
}
.sidebar1, .sidebar2{
	margin:0 20px 0 0;
	width:220px;
}
.primary{
	width:460px;
}


/*
	=> Section 3 - Page Components (Navigation, Special Styling, Etc.)
	-------------------------------------------------------------------------------------------------------------------------------------------------------------
*/


/*
	Primary Nav
*/
#nav{
	float:left;
	height:59px;
	margin:0 auto;
	padding:10px 0 0 0;
	width:770px;
}
#nav li{
	float:left;
	position:relative;
}
#nav a:link, #nav a:visited{
	color:#fff;
	display:block;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	height:19px;
	line-height:17px;
	margin:0 15px 0 0;
	padding:7px 15px 7px 15px;
	text-decoration:none;
	text-transform:lowercase;
}
#nav a:hover, #nav a:active, #nav li.current a:link, #nav li.current a:visited, #nav li.stick a:link, #nav li.stick a:visited{
	background:url(/_img/nav-hover.gif) repeat-x left center transparent;
}
#nav li ul{
	background:rgb(184,33,43);
	left:0;
	padding:5px 5px 0 5px;
	position:absolute;
	top:31px;
	width:190px;
	z-index:9;
}
#nav ul li{
	float:none;
}
#nav ul li a:link, #nav ul li a:visited, #nav li.stick ul li a:link, #nav li.stick ul li a:visited{
	background:none;
	border-bottom:1px solid rgb(199, 48, 58);
	float:none;
	font-size:11px;
	line-height:13px;
	margin:0;
	padding:5px 5px 1px 5px;
}
#nav ul li a:hover, #nav ul li a:active, #nav ul li.current a:link, #nav ul li.current a:visited{
	background:none;
	font-weight:bold;
}
/*
	Show and Hide Drop Down Menus
*/
#nav ul{
	display:none;
}
#nav ul.show{
	display:block;
}
/*
	Secondary Nav
*/
ul#subnav{
	border-top:1px solid #d3d2d0;
	margin-bottom:20px;
}
ul#subnav a:link, ul#subnav a:visited{
	background:url(/_img/subnav-link.png) no-repeat left center transparent;
	border-bottom:1px solid #d3d2d0;
	color:#222;
	display:block;
	font-size:13px;
	height:13px;
	line-height:13px;
	padding:13px 10px 13px 30px;
	text-decoration:none;
}
ul#subnav a:hover, ul#subnav a:active, ul#subnav li.current a:link, ul#subnav li.current a:visited{
	background:url(/_img/subnav-hover.png) no-repeat left center transparent;
	border-bottom:1px solid rgb(230,230,230);
	color:#000;
	font-weight:bold;
}
ul#subnav ul{
	background:url(/_img/subnav-level2-bgd.png) repeat-y left top;
	border-bottom:1px solid #c8c3bb;
	display:none;
	padding:5px 0 0 0;
}
ul#subnav li.current ul{
	display:block;
}
ul#subnav ul a:link, ul#subnav ul a:visited, ul#subnav li.current ul a:link, ul#subnav li.current ul a:visited{
	background:none;
	border:none;
	font-size:11px;
	font-weight:normal;
	line-height:13px;
	height:15px;
	margin:0 0 5px 30px;
	padding:0;
}
ul#subnav ul a:hover, ul#subnav ul a:active, ul#subnav li.current ul li.current a:link, ul#subnav li.current ul a:hover, ul#subnav li.current ul a:active, ul#subnav li.current ul li.current a:link, ul#subnav li.current ul li.current a:visited{
	font-weight:bold;
}
/*
	Emphasized <ul>
*/
#content ul.emphasis-list li{
	background:url(/_img/star-bullit.png) left center no-repeat;
	font-size:15px;
	margin:0 0 5px 20px;
	padding-left:25px;
}
ul.emphasis-list li b{
	color:#000;
}
/*
	Emphasized <ol>
*/
ol.emphasis-list{
	color:rgb(157,90,7);
}
ol.emphasis-list li{
	color:rgb(157,90,7);
}
ol.emphasis-list h3{
	color:#000;
}
ol.emphasis-list p{
	color:#2a2a2a;
}
/*
	FAQ
*/
ol.faq{
	color:rgb(219,133,41);
}
ol.faq li{
	color:rgb(219,133,41);
}
ol.faq h2{
	color:rgb(219,133,41);
	font-style:italic;
	font-weight:normal;
}
ol.faq p{
	color:#2a2a2a;
}
/*
	Event Listing on Event Pages, Sermon Listing on Sermon Pages, and Sidebar Sermon/Event Listing
	Defaults set for sidebar, overrides for main content area
*/
.event, .sermon{
	overflow:hidden;
	padding:5px 0 15px 0;
}
.alt-sermon{
}
.event h2, .sermon h2{
	font-weight:normal;
	line-height:1em;
	margin:0 0 0 45px;
	padding:0;
}
.event p, .sermon p{
	font-size:11px;
	line-height:15px;
	margin:0 0 0 45px;
}
.event h2 a, .event p a, .sermon h2 a, .sermon p a{
	color:#000;
	text-decoration:none;
	text-transform:lowercase;
}
.event h2 a:hover, .event p a:hover, .sermon h2 a:hover, .sermon p a:hover{
	color:#CC0000;
	text-decoration:underline;
}
.calendar-page, .play-audio, .download-notes{
	float:left;
	width:30px;
}
.calendar-page{
	background:url(/_img/calendar_empty.png) no-repeat left top transparent;
	height:35px;
}
.calendar-page a:link, .calendar-page a:visited /* :visited is necessary for ie6 */{
	color:#000;
	display:block;
	padding:7px 0 0 0;
	text-align:center;
	text-decoration:none;
	width:30px;
}
.startmonth{
	display:block;
	font-size:8px;
	font-weight:bold;
	letter-spacing:.1em;
	text-transform:uppercase;
}
.startday{
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	height:13px;
}
.event-text{
	margin-bottom:30px;
}
.play-audio a{
	background:url(/_img/play_audio.png) no-repeat center center;
	display:block;
	height:30px;
	text-indent:-9999em;
	width:30px;
}
span.sermon-date{
	color:#777;
}
.download-notes a{
	background:url(/_img/download-letter.gif) no-repeat left top transparent;
	display:block;
	height:41px;
	width:35px;
	text-indent:-9999em;
}
/* Content Area Overrides */
#content .event{
	border-top:1px solid #ccc;
	padding-bottom:20px;
}
#content .event h2{
	font-size:1.3846em;
	line-height:1.3888em;
	margin-bottom:.2777em;
}
#content .event p{
	font-size:1em;
	line-height:1.5385em;
	margin-bottom:1.5385em;
}
/* Sidebar Area Overrides */

/* Sermon Pagination */
#pagination{
	height:30px;
}
	#pagination a:link, #pagination a:visited{
		color:#333;
		display:block;
		float:left;
		font-size:10px;
		font-weight:bold;
		height:10px;
		line-height:10px;
		margin:0 3px 0 0;
		padding:5px;
		text-align:center;
		text-decoration:none;
	}
	#pagination a:hover, #pagination a:active, #pagination a#current:link, #pagination a#current:visited{
		background:#000;
		color:#fff;
	}



/*
	Calendar (in sidebar on events pages)
*/
table.calendar{
	border-collapse:separate;
	border-spacing:1px;
	width:220px;
}
.calendar caption{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	margin:0;
	padding-bottom:5px;
	text-align:left;
	text-transform:lowercase;
}
.calendar caption span{
	color:#CC0000;
	font-size:12px;
	font-weight:bold;
}
.calendar th{
	color:#777;
	font-size:11px;
	padding:2px 0 2px 0;
	text-align:center;
}
.calendar td{
	color:#ccc;
	height:30px;
	vertical-align:middle;
	text-align:center;
	width:14%;
}
.calendar td.linked-day{
	background:url(/_img/nav-hover.gif) repeat-x left center transparent;
	font-weight:bold;
}
.calendar td.current{
	background-color:#000;
}
.calendar td a{
	color:#fff;
	display:block;
	font-weight:bold;
	text-decoration:none;
}
.calendar td a:hover{
	color:#fff;
}
/* Pop-up when you hover over a date on the Calendar Page */
#traildiv{
	background:rgb(184,33,43);
	left:0px;
	padding:0 0 5px 0;
	position:absolute;
	top:0px;
	visibility:hidden;
	width:160px;
	z-index:900;
}
#traildiv ul{
	padding:5px 5px 0 5px;
	width:150px;
}
#traildiv ul li a:link, #traildiv ul li a:visited{
	border-bottom:1px solid rgb(199, 48, 58);
	color:#fff;
	display:block;
	font-size:11px;
	line-height:13px;
	margin:0;
	padding:5px 5px 1px 5px;
	text-decoration:none;
}
#traildiv ul li a:hover, #traildiv ul li a:active{
	background:none;
	font-weight:bold;
}
/*
	Detail Table on Event Pages
*/
.detail{
	border-top:1px dotted #eee;
	margin:0;
}
.detail td{
	padding:3px 5px 7px 5px;
	line-height:1.2em;
	vertical-align:top;
}
.detail td.leftcol{
	font-weight:bold;
	width:15%;
}
/*
	Sermons
*/
#filter{
	margin-top:1em;
}
#filter select{
	width:100px;
	margin-left:10px;
}
#filter a{
	margin-left:20px;
}
#content #sermon-content h4{
	margin:0;
	padding:10px 0;
}
#sort-message{
	color:#555;
	padding:0 0 5px 0;
}
.sermonbox{
	position:relative;
	padding:10px 0;
	border-top:1px solid #eee;
	z-index:1;
}
.sermonbox a{
	text-decoration:underline;
}
.sermonbox a:hover{
	text-decoration:none;
}
#content .sermonbox h2{
	margin:0 50px 0 0;
}
#content .sermonbox h2 span{
	font-size:10px;
	margin-left:10px;
}
.sermonbox h2 a{
	font-weight:bold;
	color:#000;
}
.sermonbox h2 a:hover{
	color:#CC0000;
}
#content .sermonbox p{
	color:#555;
	margin:0;
}
#content .sermonbox ul{
	position:absolute;
	top:20px;
	right:10px;
	margin:0;
	padding:0;
}
#content .sermonbox ul li{
	float:left;
	display:inline;
	margin:0 5px 0 0;
	padding:0;
	background:none;
}
#content .sermonbox li a{
	display:block;
	width:16px;
	height:16px;
	text-indent:-9999em;
}
.sermonbox li.sl_listen a{
	background:url(/_img/play_icon.gif) no-repeat;
}
.sermonbox li.sl_download a{
	background:url(/_img/download_icon.gif) no-repeat;
}
.sermonbox li.sl_notes a{
	background:url(/_img/notes_icon.gif) no-repeat;
}
.sermonbox li.sl_video a{
	background:url(/_img/video_icon.gif) no-repeat;
}
/*
	MEDIA BOX
 */
h3#mb_options{
	background:#f4f4f4;
	color:#19140d;
	margin:0;
	padding:10px;
}
#content ul#mediabox{
	padding:10px;
	margin:0 0 20px 0;
	list-style:none;
	border:1px solid #f4f4f4;
}
#content ul#mediabox li{
	padding:2px 0 2px 45px;
}
#content ul#mediabox li#mb_jukebox{
	background:url(/_img/play_icon.gif) no-repeat 10px 2px;
}
#content ul#mediabox li#mb_download{
	background:url(/_img/download_icon.gif) no-repeat 10px 2px;
}
#content ul#mediabox li#mb_notes{
	background:url(/_img/notes_icon.gif) no-repeat 10px 2px;
}
#content ul#mediabox li#mb_video{
	background:url(/_img/video_icon.gif) no-repeat 10px 2px;
}
#content ul#mediabox li#mb_podcast{
	background:url(/_img/feed_icon.gif) no-repeat 10px 2px;
}
/*
	SORTING
*/
#sorting{
	padding:0 10px;
}
#sorting h3{
	font-size:inherit;
}
#sorting label,  #sorting select{
	display:block;
}
#sorting label{
	font-size:inherit;
	margin-bottom:.5em;
}
#sorting select{
	width:100%;
	margin-bottom:1.5em;
}
#sorting a{
	font-size:inherit;
}
#sorting a:hover{
	text-decoration:none;
}
#all-messages:link, #all-messages:visited{
	color:#820;
	display:block;
	font-weight:bold;
	text-decoration:none;
}
#all-messages:hover, #all-messages:active{
	text-decoration:underline;
}



/*
	Google Map
*/
#gmap{
	height:300px;
	margin:0 0 20px 0;
	width:590px;
}
/*
	Photo Gallery
*/
#church-photo-gallery{
	height:490px;
	margin-bottom:1em;
}
/*
	Email Newsletter Signup
*/
p.signup{
	font-size:0.8462em;
	line-height:1.5em;
	margin:0 0 .75em 0;
}


/*
	Sitemap
*/
div#content ul#sitemap, div#content ul#sitemap li, div#content ul#sitemap ul{
	list-style:none;
	margin:0;
	padding:0;
}
ul#sitemap li a:link, ul#sitemap li a:visited{
	background:#333;
	border-bottom:1px solid #fff;
	color:#fff;
	display:block;
	font-size:15px;
	padding:5px;
	text-decoration:none;
}
ul#sitemap li a:hover, ul#sitemap li a:active{
	background:#000;
}
ul#sitemap li ul li a:link, ul#sitemap li ul li a:visited{
	background:#ddd;
	color:#000;
	font-size:13px;
	font-weight:bold;
	padding:5px 5px 5px 20px;
}
ul#sitemap li ul li a:hover, ul#sitemap li ul li a:active{
	background:#ccc;
}
ul#sitemap li ul li ul li a:link, ul#sitemap li ul li ul li a:visited{
	background:#fff;
	font-weight:normal;
	padding:5px 5px 5px 40px;
}



/*
	=> Section 4 - User Interaction (Forms, Icons, Warnings, Etc.)
	-------------------------------------------------------------------------------------------------------------------------------------------------------------
	Contact Area Forms
*/
#thumbs{
	border-bottom:1px solid #eee;
	margin:0 0 5px 0;
	overflow:hidden;
	width:690px;
}
#thumbs div{
	border:1px solid #eee;
	float:left;
	margin:0 5px 5px 0;
	padding:2px;
}
#fullimage{
	margin-bottom:20px;
}
#response{
	background:#FFFFCC;
	color:#000;
	padding:10px;
}
#tellafriend div{
	margin:0 0 5px 0;
}
#tellafriend label{
	color:#555;
	display:block;
	font-weight:bold;
}
#tellafriend input{
	display:block;
}
#tellafriend label.error{
	color:#CC0000;
	display:inline;
	font-weight:normal;
}