/* CREIGHTON CAMPUS MINISTRY WEBSITE           */
/* Home Page Stylesheet v.1.0 July 26, 2006    */
/* Tony Ward for CU Campus Ministry            */
/* v.1.1 - EDavies for CMS conversion 4/2007   */
/* v.1.2 - TWard for home page update 5/2008   */
/* v.1.3 - TWard for home page update 3/2009   */
/* v.1.4 - TWard for home page update 3/2009   */
/* v.1.5 - TWard for home page update 9/2009   */
/* v.1.6 - TWard for home page update 11/2009  */
/* v.1.7 - TWard for home page update 12/2009  */
/* v.1.8 - TWard for home page update 2/2010   */
/* v.1.9 - TWard for home page update 6/2010   */
/* v.2   - MTJ for home page - extended center background image for full navigation 8?
/* v.2.0.1 TWard for home page update 8/25/2010 */
/* v.2.1 - TWard for column redesign, FB addition 2/2/2011 */
/* v.2.1.1 - TWard for Primary splash update 10/18/2011 */
/* v.2.2 - TWard for typography and blockquote update 1/18/2013 */

/************ home page div classes *************/
.twitterfeed {float:right;width:280px;height:360px;}

/*************** feature styles *****************/
#content {
  	position:relative;
  	overflow:hidden;
  	height:850px;
  	width:565px;
  	background:white;
  	margin:0px;
  	padding:0px;
  	text-align:center;
	font-family: "Helvetica","Arial","Sans-Serif";
}

.BreadCrumb, #page_title {
	display:none;
}
.get_main {
	display:block;
	width: 565px;
	height:350px;
	text-align:left;
	overflow:hidden;
	border:0px;
}
	
html>body .get_main { 
	height:auto; 
	min-height:300px;
}

.get_main p {
	font-size: 12px;
	color:black;
	font-family: "Helvetica","Arial","Sans-Serif";
}

.get_main table {width:560px; border:0px;text-align:center;padding:0px;border-spacing:6px;}
.get_main td {padding:0px;}

.get_main h2 {
	font-size: 24px;
	color:black;
	padding-left: 5px;
	padding-right: 5px;
	font-family: "Helvetica","Arial","Sans-Serif";
}

.get_main h3, .get_right h3 {
	font-size: 14px;
	color:black;
	padding-left: 5px;
	padding-right: 5px;
	text-align:center;
	font-family: "Helvetica","Arial","Sans-Serif";
}

.get_main blockquote {
	width:270px;
	font-size: 12px;
	color:black;
	background:#FFFFFF;
	border-bottom: 1px solid #ccc;
	vertical-align:middle;	
	font-family: "Helvetica","Arial","Sans-Serif";
}

.get_main a {color:black; text-weight:bold;}

html>body .get_right { 
	height:300px; 
	min-height:300px;
}
, .get_right p, .get_right div {
	font-size: 10px;
	color:black;
	margin:0px;
	overflow:hidden;
}

.get_right a {color:black; text-weight:bold;}


.get_border {
	display:block; float:right;height:400px;width:275px;margin-right:5px;
}

#imagediv {
	background:url("/fileadmin/user/Admin/campusministryadmin/images/cm-back.jpg")top center repeat-y ;
	width:759px;}
/********************* end **********************/