/* @override 
	http://gcm.dev/_css/styles.css
	http://gcmcollective.monkstaging.com/_css/styles.css
*/

/* @group Initial */

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,
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-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 1px;
}
body {
	color: black;
	background: #fff url(../_img/body_bg.gif) repeat;
	font: 62.5%/1em Tahoma, Geneva;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}

hr{
   display: none;
}

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

#container{
   width: 960px;
   margin: 0 auto;
   position: relative;
}

a{
   overflow: hidden;
}

/* the clearfix rules make it possible to clear floated elements without additional structural markup. See http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.transparent {
	 filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#wrap{
	background: url(../_img/header_bg-repeat.png) repeat-x;
}

/* @end */


/* @group Header */

/* @group Navigation */

#nav{
   list-style: none;
}

#nav li{
   float: left;
	margin-right: 5px;
}

#nav li a{
   display: block;
   color: #000; /* Change this to the right color */
   text-decoration: none;
   background: url(../_img/navigation_bg.png) no-repeat;
	text-indent: -9999em;
	height: 23px;
}

#nav li#nav_about a{
	width:64px;
	background-position: 0px 0;
}

#nav li#nav_the-gcm-collective-blog a{
	width: 55px;
	background-position: -60px 0;
}

#nav li#nav_resources a{
	width: 98px;
	background-position: -115px 0;
}
#nav li#nav_store a{
	width: 45px;
	background-position: -143px 0;
}
#nav li#nav_community a{
	width: 105px;
	background-position: -215px 0;
}


#nav li#nav_about a:hover, #nav li#nav_about.current a{background-position: 0px bottom;}
#nav li#nav_resources a:hover, #nav li#nav_resources.current a{background-position: -115px bottom;}
#nav  li#nav_the-gcm-collective-blog a:hover, #nav li#nav li#nav_the-gcm-collective-blog.current a{background-position: -60px bottom;}
#nav li#nav_community a:hover, #nav li#contact.current a{background-position: -215px bottom;}

/* @end */

#header{
	height: 127px;
	position: relative;
}

#header h1{
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -9999em;
}

#header h1 a{
	display: block;
	width: 250px;
	background: url(../_img/logo.gif) no-repeat;
	height: 121px;
}

#header #utility{
	position: absolute;
	right: 0;
	top: 5px;
	width: 500px;
	height: 18px;
	padding-top: 5px;
}

#search{
	float: right;
	position: absolute;
	width: 127px;
	top: 0;
	right: 0;
}

#search input#search_term{
	background: url(../_img/search_bg.gif) no-repeat;
	width: 88px;
	color: #7f7f7f;
	border-style: none;
	padding: 5px 25px 3px 5px;
	vertical-align: middle;
}

#search a{
	display: none;
}


#utility-links{
	position: absolute;
	right: 140px;
}

#utility-links a{
	color: #e62b39;
	margin-right: 10px;
	text-decoration: none;
	font: bold .9em Tahoma, Geneva;
	cursor: pointer;
}

#utility-links a:hover{
	text-decoration: underline;
}

#header #mainnav{
	position: absolute;
	right: 0;
	top: 60px;
}

/* @end */

/* @group Content */
#content-wrap{ 
overflow: hidden;
 }
#sub #content{
	padding-top: 15px;
	width: 675px;
	float: left;
	padding-bottom: 25px;
}
#content{
   
}

#content h2{
	font-size: 2.5em;
	color: #666666;
	margin-bottom: 10px;
	line-height: 1em;
}
#content h3{
   font-size: 2em;
	color: #333333;
	margin-bottom: 10px;
	line-height: 1em;
}

#content h4{
	font-size: 1.5em;
	color: #333333;
	margin-bottom: 10px;
	line-height: 1em;
	font-weight: bold;
}

#content h5{
	font-size: 1.5em;
	color: #ef3430;
	margin-bottom: 10px;
	line-height: 1em;
	font-weight: bold;
}
#content h6{
    font-size: 1.3em;
	color: #666666;
	margin-bottom: 10px;
	line-height: 1em;
	font-weight: bold;
}

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

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

#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;
	list-style-type: disc;
	list-style-position: outside;
}

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

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

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

#content a{
   color: #ef3632;
	text-decoration: none;
}

#content strong, #content b, #sidebar b, #sidebar strong{
	font-weight: bold;
}

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

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

#content #text{
   clear: both;
}

#content .crumbs{
	color: #666666;
	margin-bottom: 20px;
}

#content hr{
	border-top: 1px solid #cccccc;
	border-right-style: none;
	border-left-style: none;
	border-bottom: 1px solid #fffeff;
}

/* @end */

/* @group Footer */

#footer-wrap{
	padding-top: 15px;
	background: #fffeff url(../_img/footer_bg-repeate.png) repeat-x;
	padding-bottom: 15px;
	height: 150px;
	clear: both;
}

#footer{
   width: 960px;
   margin: 0 auto;
   position: relative;
   color: #e62b39;
	font-size: 1em;
	overflow: hidden;
}

#footer #left{
	width: 500px;
	float: left;
}

#footer #right{
	float: right;
	position: relative;
	width: 226px;
	color: #999999;
}

#footer #right a{
	color: #999999;
	font-weight: normal;
	font-style: normal;
}

#footer #right .powered{
	width: 245px;
	position: relative;
	height: 50px;
}

#footer #right .powered .by{
	position: absolute;
	top: 17px;
	left: 0;
	line-height: 1em;
}

#footer #right .powered a.ekklesia360{
	display: block;
	background: url(../_img/ekklesia_logo.gif) no-repeat 0 0px;
	width: 115px;
	height: 26px;
	text-indent: -9999em;
	position: absolute;
	left: 55px;
	top: 8px;
	border-right: 1px solid #b7bbc2;
}

#footer #right .powered a.ekklesia360:hover{
   background-position: left bottom;
 }

#footer #right .powered a.cg{
	display: block;
	background: url(../_img/cg_logo.gif) no-repeat 0 0;
	height: 25px;
	text-indent: -9999em;
	position: absolute;
	top: 6px;
	right: 0;
	width: 60px;
}

#footer #right .powered a.cg:hover{ 
	  background-position: left bottom;
 }

#footer p{
	margin-bottom: 5px;
	color: #999999;
}

#footer .info{
	
}

#footer a{
	color: #e62b39;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}

#footer .sep{
	color: #e62b39;
	margin-left: 5px;
	margin-right: 5px;
}

#footer a:hover{
	text-decoration: underline;
}

/* @end */

/* @group Sidebar */
#sub #sidebar{
	width: 237px;
	margin-right: 0;
	margin-left: 15px;
	background-color: #f2f0f0;
	float: right;
	padding: 10px;
	margin-top: 35px;
}

#sub #sidebar h4.sectiontitle, #sub #sidebar h4{
	font-size: 1em;
	color: #333333;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-top: 2px solid #555353;
	border-bottom: thin solid #555353;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#sub #sidebar h3{
	font-size: 1.2em;
	color: #333333;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom: thin solid #555353;
	margin-bottom: 5px;
}

#sub #sidebar p{
	font-size: 1.1em;
	line-height: 1.6em;
	color: #666666;
}

#sub #sidebar a{
	color: #e62a38;
	text-decoration: none;
} 

#sub #sidebar a:hover{
	text-decoration: underline;
}
/* @end */
/* @group Blogs/Events */
.blog #content .title, .events #content .title{
	height: 31px;
	background-color: #fffeff;	
	border-top: 2px solid #ef3632;
	position: relative;
	padding-bottom: 25px;
}

.blog #content .title h4, .events #content .title h4{
	color: #666666;
	font-size: 1.48em;
	position: absolute;
	top: 15px;
	left: 0px;
}

.blog #content .title h4 span{
	font-size: .9em;
	color: #b2b2b2;
}

.blog #content  .title a, .events #content .title a{
	color: #ef3733;
	font-size: 1.2em;
	position: absolute;
	right: 0;
	top: 10px;
}

.blog #content .item, .events #content .event{
	border-top: 3px solid #ef3531;
	margin-bottom: 25px;
	position: relative;
}

.blog #content .item h2{
	font-size: 2.1em;
	line-height: 1.2em;
	padding-top: 15px;
	margin-left: 85px;
	margin-bottom: 25px;
}

.blog #content .item h2 a{
		color: #333333;
	text-decoration: none;
}

.blog #content .item .date{
	background: url(../_img/blog_date-bg.png) no-repeat left bottom;
	height: 20px;
	position: relative;
	left: 0;
	float: left;
	color: #fffeff;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.5em;
	width: 40px;
	line-height: 1.1em;
	padding: 0 10px 15px;
}

.blog #content .info{
		border-bottom: 1px solid #ef3632;
	border-top: 2px solid #ef3632;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 85px;
	margin-bottom: 10px;
}

.blog #content .info .authorname, 
.blog #content #right .item .author{
	font-size: .9em;
	color: #ef3632;
	text-transform: uppercase;
	font-weight: bold;
}

.blog #content .authorimgwrap{
	float: left;
	background: url(../_img/blog_author-triangle.png) no-repeat right top;
	width: 72px;
}

.blog #content .imgholder{
	height: 59px;
	width: 59px;
	position: relative;
	overflow: hidden;
}

.blog #content .imgholder img.aimg, .blog .imgholder img.member-pic{
	width: 59px;
	position: absolute;
	top: 0;
	left: 0;
	z-index:0;
}

.blog #content .imgholder .mask{
	height: 59px;
	width: 59px;
	position: absolute;
	z-index: 1;
	background: url(../_img/author_mask.png) no-repeat 0 0;
}

.blog #content .item .summary{

	margin-left: 85px;
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #7f7f7f;
	font-size: 1.2em;
	line-height: 1.6em;
}

.blog #content .item .summary p{
    color: #333333;
	font-size: 1.3em;
	line-height: 1.7em;
}

.blog #content .item .summary a{
	color: #ef3733;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
}

.blog #content .item .meta {
	position: relative;
	margin-left: 85px;
	font-size: .9em;
	color: #ef3632;
	text-transform: uppercase;
	font-weight: bold;
}

.blog #content .item .meta a.cboxElement{
	color: #ef3632;
	text-transform: uppercase;
	text-decoration: none;
}

.blog #content .item .meta a.cboxElement:hover{
	text-decoration: underline;
}


.blog #content .item .meta span.com a{
	text-decoration: none;
	color: #fffeff;
	background: url(../_img/comment_number-bg.png) no-repeat;
	padding: 1px 5px 8px 4px;
	text-align: center;
	margin-right: 3px;
}

.blog #content .item .meta div.tags {
	margin-left: 150px;
	color: #666666;
	font-weight: bold;
	position: relative;
	top: -10px;
}

.blog #content .item .meta div.tags a{
	color: #e62a38;
	text-decoration: none;
} 

.blog #content .item .meta div.tags a:hover{
	text-decoration: underline;
}

#blogabout{
	margin-bottom: 15px;
}

#blogabout  a{
	color: #ef3733;
	text-decoration: none;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

#blogabout p{
		color: #333333;
	font-size: 1em;
	margin-bottom: 10px;
}

#blogabout ul{
	margin-top: 0px;

}

#blogabout  #facebook a{
	background: url(../_img/facebook_icon.png) no-repeat left top;
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#blogabout  #facebook a:hover{
	background-position: left bottom;
}

#blogabout  #twitter a{
	background: url(../_img/twitter_icon.jpg) no-repeat left top;
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#blogabout  #twitter a:hover{
	background-position: left bottom;
}

#blogabout  #email a{
	background: url(../_img/mail_icon.png) no-repeat left 3px;
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#blogabout  #email a:hover{
	background-position: left -19px;
}

.blog #sidebar #blog_list_category, .blog #sidebar #blog_list_author, .blog #sidebar .articlelist{
	overflow: hidden;
	margin-left: 0px;
	padding-bottom: 10px;
}

.blog #sidebar #blog_list_category li, .blog #sidebar .articlelist li{
	width: 110px;
	float: left;
	margin-bottom: 6px;
	list-style-type: none;
	list-style-image: none;
}
.blog #sidebar #blog_list_category li a, .blog #sidebar #blog_list_author li a, .blog #sidebar .articlelist li a{
	color: #e62a38;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
	padding-bottom: 5px;
}

.blog #sidebar #blogpopular a{
    line-height: 1.2em;
    font-weight: bold;
  }
  
  .blog #sidebar #blogpopular .blog{ 
  margin-bottom: 10px;
  }


.blog #sidebar #blog_list_category li a:hover, .blog #sidebar #blog_list_author li a:hover{
	text-decoration: underline;
}

.blog #comments form{
	margin-top: 19px;
}

.blog #comments form label{
	display: block;
	margin-bottom: 5px;
}

.blog #comments form textarea{
	margin-bottom: 10px;
	width: 100%;
	border: 1px solid #cccccc;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	padding: 10px;
	color: #666666;
	line-height: 1.5em;
}

.blog #comments form #comment-submit{
	display: block;
	background: url(../_img/submit_btn.gif) no-repeat;
	text-indent: -9999em;
	width: 66px;
	height: 26px;
	border-style: none;
	cursor: pointer;
}

#comments .comment{
	margin-top: 25px;
	border-top: 1px solid #cccccc;
	padding: 10px 20px 10px 0;
}

#comments .comment .commentwrap{
	margin-left: 85px;
}

#comments .comment h5{
	font-size: 1.4em;
	margin-bottom: 5px;
}

#comments .comment p{
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	font-size: 1.3em;
	line-height: 1.7em;
}

.events #content .event{
	padding-top: 15px;
}

.events #content .event h4{
	font-size: 1.5em;
	margin-bottom: 5px;
}

.events #content .event .byline{
	font-size: 1.4em;
	color: #666666;
	margin-bottom: 8px;
}

#sub.event #sidebar{
	
}

/* @end */

/* @group Resources */

#sub.resources #content {
	width: 960px;
}
.resources #content #resourcetop{
	width: 960px;
	overflow: hidden;
	margin-bottom: 30px;
}
.resources #content #events{
	width: 461px;
	float: left;
}

.resources #content #gcmcommunity{
	width: 461px;
	float: right;
}

.resources #content #events{
	margin-right: 35px;
}

.resources #content #events h3, .resources #content #gcmcommunity h3{
	color: #666666;
	font-size: 2.1em;
	border-bottom: 3px solid #666666;
	padding-bottom: 5px;
	margin-bottom: 15px;
	line-height: 1em;
}

.resources #content #gcmcommunity h3{
	margin-bottom: 0px;
}

.resources #content #gcmcommunity img{
	margin: 0;
	float: none;
	border-style: none;
}

.resources #content #events .event{
	color: #333333;
	border-bottom: 1px solid #cbc8c8;
	margin-bottom: 15px;
}

.resources #content #events .event h4{
	font-size: 1.4em;
	color: #ef3632;
	font-weight: bold;
	margin-bottom: 2px;
}
	
.resources #content #events .event h4 a{
	color: #ef3632;
	text-decoration: none;
}

.resources #content #events .event h4 a:hover, .resources #content #events .more:hover{
	text-decoration: underline;
}

.resources #content #events .event .byline, .resource #content #item .byline{
  clear: left;
	color: #666666;
	font-size: 1.4em;
	margin-bottom: 5px;
}

.resources #content #events .more{
	color: #ef3632;
	text-decoration: none;
}

.resources #content #resourcesearch{
	clear: both;
	background: url(../_img/resource_search-bg.png) no-repeat;
	position: relative;
	float: left;
	width: 468px;
	height: 55px;
}

.resources #content #resourcesearch #searchForm{
	position: absolute;
	right: 25px;
	top: 14px;
}

.resources #content #resourcesearch #searchForm #search_term{
	border-style: none;
	background: url(../_img/resources_search-input-bg.png) no-repeat;
	width: 105px;
	height: 20px;
	padding: 5px 25px 3px 10px;
	color: #696969;
	float: left;
	margin-right: 5px;
}

.resources #content #resourcesearch #searchForm fieldset{
	width: 195px;
}

.resources #content #resourcesearch #searchForm #search_go{
	position: relative;
	display: block;
	width: 38px;
	background: url(../_img/resources_search-go-btn.png) no-repeat;
	height: 25px;
	text-indent: -9999em;
	margin-left: 5px;
	float: left;
}
.resources #content #resourcead{
	float: right;
}
.resources #content #resourcead img{
	float: none;
	margin: 0;
	padding: 0;
}

.resources #content #topics{
	margin-bottom: 25px;
}

.resources #topics .col{
	float: left;
	margin-right: 19px;
	width: 221px;
}

.resources #topics .col.last{
	margin-right: 0;
	float: right;
}

.resources #topics .col .reswrap{
	padding-top: 10px;
	padding-bottom: 10px;
}

.resources #topics .col.odd .reswrap{
	background-color: #f2f0f0;
}

.resources #topics .resource{
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #c7c7c7;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.resources #topics .resource a{
	color: #ef3632;
	text-decoration: none;
	font-weight: bold;
}

.resources #topics .col h4{
	color: #666666;
	font-weight: bold;
	font-size: 1.4em;
	padding-bottom: 10px;
	border-bottom: 5px solid #666666;
}

.resources #topics .col .summary{
	font-size: 1em;
	color: #333333;
	line-height: 1.6em;
	clear: left;
}

.resources #topics .col .title{
	color: #ef3632;
	font-size: 1.2em;
	line-height: 1.2em;
}

.resources #topics .col .title a{
	color: #ef3632;
	text-decoration: none;
	font-weight: bold;
}

.resources #topics .col .download, .resource #content .download{
  float: left;
  padding-left: 16px;
  background: url(/_img/resources_download-btn_a.png) no-repeat;
}

.resources #topics .col .download a, .resource #content .download a{
  float: left;
	background: url(../_img/resources_download-btn.png) no-repeat right top;
	display: block;
	height: 22px;
  /*  text-indent: -9999em;*/
  padding: 3px 16px 0 0;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

.resources #topics .col .download a:hover, .resource #content .download a:hover{
  text-decoration: none;
}

.resources #topics .resource a:hover{
	text-decoration: underline;
}

.resource #content #item img{
	float: none;
}
/* @end */

/* @group Search Results */

.search #result{
	background-color: #fafafa;
	padding-left: 1px;
}
.search #result p{
	font-size: 1.4em;
	color: #333333;
}

.search #result p strong{
	font-weight: bold;
}

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


.search #content .result a{
	font-size: 1.4em;
	color: #ef3632;
	text-decoration: none;
}

.search #content .result h4{
	font-size: 1.3em;
	margin-bottom: 5px;
}

.search #content .result a:hover{
	text-decoration: underline;
}

.search #content .result .summary{
	line-height: 1.5em;
	color: #666666;
	font-size: 1.2em;
	margin-bottom: 5px;
}

.search #content .result a.url{
	font-size: 1.1em;
	color: #8f9090;
}

.search #content .noshow p{
	font-size: 1.4em;
	color: #333333;
}

.search #sidebar, #sub.resource #sidebar{
	display: none;
}

/* @end */



/* @group Forms */

#content .monkForm fieldset legend{
	display: none;
}

 #content .monkForm p.data input{
	border: 1px solid #ddceb9;
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

 #sub.form #content .monkForm .text{
}

#sub.form #content .monkForm .text label{
	width: 100px;
	display: inline-block;
	margin-right: 10px;
}

.form #content .monkForm .textarea{
	clear: both;
}

.form #content .monkForm .textarea label{
	display: block;
}
.form #content .textarea textarea{
	width: 350px;
	height: 100px;
	border: 1px solid #dededd;
	border-top: 1px solid #bababa;
} 

#sub.form .monkForm  .error{
	padding: 5px;
	background-color: #920207;
	display: inline-block;
	color: #fff;
	margin-bottom: 10px;
	font-size: 1em;
} 

#sub.form .monkForm .errorSummary{
	color: #920207;
	font-weight: bold;
}

#sub.form #content #text .monkForm p.data img.captcha{
	display: block;
	float: none;
	margin-bottom: 5px;
	margin-top: 5px;
}
#sub.form #content #text .monkForm .captcha input{
	margin-left: 0;
	float: left;
	margin-right: 10px;
}

#sub.form #content #text .monkForm .captcha label{
	display: block;
}

/* @end */

#content form#newsletter{

  width: 400px;
  padding: 10px 0 15px;
}

#content  form#newsletter fieldset{
  display: block;
  border: 0;
}

#content  form#newsletter input{
  float: left;
}

#content  form#newsletter input#newsletter_text{
  width: 273px;
  height: 31px;
  margin-right: 8px;
  padding: 6px 7px 0;
  border: 2px solid #fff;
  background: #FFF url(/_img/bg_input.gif) repeat-x;
  color: #14191C;
  font-size: 20px;
  font-weight: bold;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
   border-bottom: 1px solid #dedede;
   border-right: 1px solid #e8e8e8;
   border-left: 1px solid #d9dada;
   border-top: 1px solid #dadada;
 }
 
 p.rsvp a{ 
 	display: block;
 	width: 100px;
 	height:42px;
   background: url(../_img/bg_rsvp.gif) no-repeat;
   text-indent: -999em;

 }
  #pagination{ 
  	margin-left: 80px;
   background-color: #f9f9f9;
 }
 #pagination a{
   padding-left: 5px;
   padding-right: 5px;
    	font-size: 1.1em;
 }
 
 #pagination a#off{
   color: #7f7f7f;
 }
 
  #pagination a#current{ 
  	font-weight: bold;
 }




