@charset "UTF-8";

/* CSS Style
   Author: Edwin Flores
   E-mail: eofs78@gmail.com */


@import url("menu.css");
@import url("highlight_table.css");
@import url("formstyle.css");



/* Resetting of element defaults to avoid cross-browser incompatibilities */
html, body, h1, h2, h3, h4, h5, h6, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, del, dfn, font, img, 
sub, sup, tt, var, dd, dl, dt, li, ol, ul , 
table, legend, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-align: left;
}


*{margin: 0; padding: 0; }


html, body {
	margin: 0;
	padding: 0 ;
	text-align:center;/*Centers the design in old IE versions*/
	} 


table, tbody, tfoot, thead, tr, th, td {
	border: 0px;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:76.5%;
	text-align: left;
	color: #FFF;
	background: #000000; /*url(http://www.linknow.org/index.php?/community/events//bk_main.gif) no-repeat top center;*/
	line-height: 1.5em;
}

/*HTML Tags */

a {margin:0; padding:0;
	cursor: pointer;
	text-decoration: none;
	outline:none;
}

img {
	border: none;
	}

h1{
	color: #FFFFFF;
	font-family: arial,sans-serif;
	font-size: 2em;
	letter-spacing: -1px;
	margin:0px 0px 20px 10px;
	font-weight:normal;
	padding-left:10px;
	background: #000000 url('http://www.linknow.org/index.php?/community/events//bk_h1.jpg') no-repeat left bottom;
	}

h2 {
	font-size: 2em;
	font-weight:normal;
	color:#FFFFFF;
	letter-spacing: -1px;
}

h2.all{
	font-size: 26px;
	background-color: transparent;
	background: transparent url(http://www.linknow.org/index.php?/community/events//bg_top.gif) repeat-x top center;
	height: 41px;
	padding: 12px 0 0 5px;
	color: #333333;
	font-weight: normal;

}


	


/* ---------------- Links * ------------------------ */
a:link {color:#84796C;
	text-decoration:none;
}

a:visited {color:#84796C;
	text-decoration:none;
}
a:active {color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#CCC;
}





/*Structural Elements */
#container {
	position:relative;
	margin: 0 auto;
	width:928px;
/*	background: transparent url(http://www.linknow.org/index.php?/community/events//bg_container.jpg) repeat-y top center;
*/	
	}

#header{
	position:relative;
	width: 100%;
	height:158px;
	background: transparent url(../images/bk_header.png) no-repeat top center;
}



#wrapper{
	position:relative;
	margin: 0 auto;
	width: 918px;
	text-align:center; 
	}


#content{
	float:left;
	width:640px;
	/*background: #FFF url(http://www.linknow.org/index.php?/community/events//bg_nice.jpg) repeat-x bottom left;
*/
}

#sidebar{
	float: right;
	width: 260px;
	text-align:center;
	font-weight: normal;
}

#sidebar img{margin-bottom:16px;}



#credits{
	clear:both;
	height:46px;
	background-color:#000000;
	color:#CCCCCC;
	}


#footer{
	position:relative;
	clear: both;
	height:100px;
	background: #000000 url(http://www.linknow.org/index.php?/community/events//bk_footer.jpg) no-repeat top center;
	}


.footer_contact, .footer_author, .footer_clc {
	position:absolute;
	font-size:88%;
	color:#999999;
	}

.footer_contact{
	top:50px;
	left:40px
}

.footer_author{
	color:#666666;
	top:50px;
	left:740px;
	}

.footer_clc{
	top:50px;
	left:380px;
	}
	
.footer_contact a:hover, .footer_author a:hover, .footer_clc a:hover{
	color:#FFFFFF;
	background-color:transparent;
	text-decoration:underline;
	}
	
#footer span{
	padding-left:15px;}

/* ----------------- Two columns home ----------------- */

#full2colWrapper{
	position:relative;
	width:100%;
	height:100%;
	
	}

#full2colLeft{
	float:left;
	width:50%;
	}
#ful2colRight{
	float:right;
	width:50%;
	}

/* columns style */
#contentwrapper{   /*Will enclose the columns */
	margin:0 auto;
	float: left;
	width: 100%;
	}

#contentcolumn{   /*Middle Column goes first to make it SEO  */
	margin: 0 306px 0 306px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	text-align:center;
	}

#leftcolumn{
	float: left;
	width: 306px;
	margin-left: -918px;
	text-align:center;
	
	}

#rightcolumn{
	float: left;
	width: 306px; /*Width of right column*/
	margin-left: -306px; /*Set left margin to -(RightColumnWidth)*/
	text-align:center;
	
	}
	


	
	

/* ----------------- Latest Message ----------------- */


#latestmessage{
	margin:0 auto;
	position:relative;
	background: transparent url(http://www.linknow.org/index.php?/community/events//lm_icon.jpg) no-repeat top center;
	width:100%;
	height:240px;
	}
	
#latestmessage p{
	position:absolute;
	left:43px;
	top:92px;
	color:#999999;
	font-size:0.9em;
	height: 124px;
	width: 222px;
	}
	
.play {
	position:absolute;
	top:149px;
	left:116px;
	background-image: url(http://www.linknow.org/index.php?/community/events//play_up.jpg);
	background-repeat: no-repeat;
	height: 63px;
	width: 62px;
}

.play a{
background-image: url(http://www.linknow.org/index.php?/community/events//play_down.jpg);
background-repeat: no-repeat;
height: 63px;
width: 62px;
display: block;
}

.play a:hover{
background: none;
}

.more{
	position:absolute;
	top:220px;
	left:157px;
	height:20px;
	width:115px;
	font-size:9px;
}
/* ----------------- get involved ----------------- */


#getinvolved{
	position:relative;
	width:100%;
	background: transparent url(http://www.linknow.org/index.php?/community/events//get_involved.jpg) no-repeat top center;
	height:86px;
	}

#getinvolved p{
	position:absolute;
	top:56px;
	left:55px;
	color:#84796C;
	font-size:1.24em;
	}

#getinvolved span {
	padding-left:50px;}

#getinvolved p a:hover{
	color:#FFFFFF;
	background-color:#000000;
	}

/* ----------------- Staff ----------------- */


#box_staff{
width:612px;
	margin:0 auto;
	color:#605343;
	text-align:left;
}


.staff_pic{
	float:left;
	text-align:center;
	width:30%;
	padding-top:6px;
	}
	
.staff_bio{
	float:right;
	width:62%;
		padding-top:6px;

	}
	
	
	/* ----------------- 2 columns ----------------- */

	

.2columns {
position:relative;
	text-align: left;
	margin: 0 auto;
	padding: 0px;
width:80%;
}


.side-a {
	float: left;
	display:block;
	width: 44%;
	margin-top:20px;
}

.side-b { 
	
	margin: 0;
	display:block;
	float: left;
	width: 50%;
	margin-top:20px;
	border-left: #333 solid 1px;
	padding-left:10px;
}


.side-b p{ 
	padding:5px 0px;
}
	
	
	/* ----------------- Random Joe ----------------- */

	

.randoJoColumns {
position:relative;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 96%;
	display:block;
}


.random-a {
	float: left;
	display:block;
	width: 30%;
	margin-top:20px;
}

.random-b { 
	margin: 0;
	display:block;
	float: left;
	width: 68%;
	height: 1%; /* Holly hack for Peekaboo Bug */
	margin-top:20px;
	padding-left:10px;

}


.random-b li	{ 
	list-style:decimal;
	padding:5px 0px;
	line-height:18px;
	color:#999999;
	margin-left:15px;
}
random-b li{
	padding-left:10px;}

.random{	
	color:#605343;
	padding-left:5px;
}


	/* ----------------- Linkcast ----------------- */
	
#cast{
	background: #000 url(http://www.linknow.org/index.php?/community/events//bk_linkcast.jpg) no-repeat top center;
	padding: 70px 150px 20px 150px;
	min-height:405px;
	width:900px;    /*Hack of Box Model for IE5 */
	voice-family: "\"}\" ";
	voice-family: inherit;
	width:600px;


}
html>body #cast{
	width:600px;   /* Opera fix */
	}





/*Classes*/

.box{
	width:90%;
	margin:0 auto;
	color:#605343;
	text-align:left;
}

	
.gonow{
	position:relative;
	width:100%;
	}
	
.gonow p{
	position:absolute;
	float:right;
	top:272px;
	right:100px;
	}
	
.clc{
	position:absolute;
	width:100%;
	z-index:100;
text-align:right;
}	
	
	
	
	
	

.entrybox{
	position:relative;
	margin: 0 auto;
	width:620px;
	}
	
.entry {
	width:200px;
	height:140px;
	float:left;
	background-color:#000000;
	margin: 0 10px 0 0;
	} 
.entrylast{
	width:200px;
	height:100px;
	float:left;
	background-color:#000000;
	margin-right: 0px;
}
	

/* ----------------- Mission ----------------- */

.mission{ 
	font-size:1.3em;
	color:#D5DCE5;
	padding-left:10px;
	border-left:#D5DCE5 solid 5px;
}

.quotes{
	color:#0099CC;
	margin: 10px 0px;
	padding:0 15px;
	font-size:1.5em;
	font-style:italic;
	line-height:25px;
	}
	
	

.p_faith {
	margin:0 auto;
	background-image: url(http://www.linknow.org/index.php?/community/events//logo_down.gif);
	background-repeat: no-repeat;
	height: 96px;
	width: 96px;
}

.p_faith a{
background-image: url(http://www.linknow.org/index.php?/community/events//logo_up.gif);
background-repeat: no-repeat;
height: 96px;
width: 96px;
display: block;
}

.p_faith a:hover{
background: none;
}
	
/* ----------------- events ----------------- */

.eventsWrapper{
	width:90%;
	margin:0 auto;
	text-align:left;
	margin-bottom:15px;
	}

.eventsTitle{
	padding-left:20px;
	height:26px;
	line-height:24px;
	font-size:1.3em;
	text-align:center;
	background: #000 url(http://www.linknow.org/index.php?/community/events//staff_accordion.jpg) no-repeat top left;
	font-weight:normal;
	}
	
	
.eventsContent{
	margin-top:6px;
	background-color:#1f1f1f;
	padding:10px 10px 10px 20px;

	}
	
.eventsContent p{
	padding:5px;
	color:#CCC;
	}
.eventDetails{
	color:#76a3a5;
	font-family: arial,sans-serif;
	font-size: 1.5em;
	letter-spacing: -1px;
	font-weight:normal;
	font-variant:small-caps;
	}
	
	
	
/* ----------------- Calendar ----------------- */
	
#boxCal{
width:918px;
background: #000000 url(http://www.linknow.org/index.php?/community/events//bg_cal.jpg) no-repeat center;
text-align:center;
height:800px;
} 

#boxCal h1{
	padding: 6px 0 14px 50px;
	letter-spacing:3px;
	
	}
	
	
/* ----------------- audio files ----------------- */
	
.audio_files{
	width:640px;
	border: 1px solid #333333;
}


.boxWithBorder{
	width:100%;
	border:#333333 solid 1px;}




/*----------------- Site Credits ------------------- */


.credits{ 
	font-size:1.2em;
	color:#D5DCE5;
	padding-left:10px;
	border-left:#D5DCE5 solid 4px;
	font-weight:normal;

}


/*Button*/

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('http://www.linknow.org/index.php?/community/events//button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
		color: #FFFFFF;

}

a.button span {
    background: transparent url('http://www.linknow.org/index.php?/community/events//button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;   /* 5 + 5 + 14 = 24  padding + line-height = height */
}

a.button:hover {
    background-position: bottom right;
    color: #fff;
    outline: none; /* hide dotted outline in Firefox */
}


a.button:hover span {
	background-position: bottom left;
	padding: 6px 0 4px 18px; /* push text down 1px */
	color: #FFFFFF;
} 


a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
	background-position: bottom left;
	padding: 6px 0 4px 18px; /* push text down 1px */
	color: #FFFFFF;
} 

.clearer {
	clear:both;
	}

.light_blue{
	color:#BBE5EA;
display:inline;

	}
		
.imageright {
	float:right;
	padding-left:5px;	
}

.warning{
	font-weight:bold;
	color:#996600;
	}
	
	#slogan{
	position:absolute;
	left:250px;
	top:10px;
	}
