
/*
Young Adults Ministry
http://www.motivatedsandiego.org

*/
changes the tagle height with line-height
body {
	margin: 0px;
	padding: 0;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #00FFFF;
	background: #000000 url('http://www.motivatedsandiego.org/images/live_chat_strip.jpg') repeat-x fixed left top;
	background-attachment: fixed;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #649632;
}

blockquote - removes the hyperlink from moving { }

a { color: #00FFFF; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 20px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 20px;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 20px 20px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
	width: 100%;
	background: #97080D url(http://www.motivatedsandiego.org/images/live_chat_strip.jpg) repeat-x left top;
	background-attachment: fixed;
	
}

/* Header- img03 */

#header-wrapper {
}

#header {
	width: 650px;
	height: 175px;
	margin: 0 auto;
	background: url(http://www.motivatedsandiego.org/images/live_chat_banner.jpg) no-repeat left top;
}

/* Menu- links at the top Home - Motivated TV - etc */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding-top: 155px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}
/* These are the actual Links on top the of the page */

#menu a {
	display: block;
	float: left;
	padding: 0px 25px;
	background: url(images/img05.jpg) no-repeat left 5px;
	text-decoration: none;
	font: 16px Arial, Helvetica, sans-serif;
	color: #FFFc00;
}

#menu a:hover { text-decoration: underline; }

/* This is the Home link */
#menu .current_page_item {
	display: block;
	margin: 0px;
	background: none;
	color: #fe0202;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	padding: 0px;
}

/** LOGO-img04 - changes the tagle height writing */

#logo {
	width: 650px;
	height: 200px;
	margin: 0 auto;
	background: url(http://motivatedsandiego.org/images/img04.jpg) no-repeat left top;
}
/** changes the tagle height writing by changing padding */
#logo h1, #logo p {
	margin: 0;
	padding: 10px;
	line-height: normal;
}

#logo h1 {
	padding-right: 30px;
	padding-top: 15px;
	text-align: left;
	font-size: 48px;
}

#logo h1 a {
	text-decoration: none;
	text-transform: uppercase;
	color: #00FFFF;
}

#logo h1 a:hover { text-decoration: none; }

#logo p {
	text-align: right;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	color: #00FFFF;
}

#logo p a {
	padding-right: 108px;
	text-decoration: none;
	color: #00FFFF;
}

#logo p a:hover { text-decoration: none; }

/* Content */

#content {
	float: right;
	width: 640px;
}

/* Sidebar - image 06 */

#sidebar {
	float: left;
	width: 284px;
	border-right: #A5131A  dashed 1px;
}

#sidebar ul {
	margin: 0;
	padding: 0px 40px 0px 0px;
	list-style: none;
	line-height: normal;
	border: none;
}

#sidebar li {
	margin-bottom: 0px;
	padding: 0 0 0px 0px;
	list-style: none;
	line-height: normal;
	border: none;
}

#sidebar li ul {
	line-height: 200%;
	background: none;
}

#sidebar li li {
	margin: 0;
	padding: 3px 0px;
	background: none;
}

#sidebar p {
	margin: 0;
	padding: 0 0px;
}

#sidebar h2 {
	height: 42px;
	margin: 0 0 20px 0px;
	padding: 18px 0px 0px 45px;
	background: url(images/sidebar.jpg) no-repeat left top;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #00FFFF;
}


#sidebar p {
	line-height: 200%;
	padding-bottom: 0px;
}

#sidebar a {
}


/* Footer */

#footer {
	width: 650px;
	height: 170px;
	margin: 0 auto;
	padding: 0;
	background: url(images/im01.jpg) no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 0px 0;
	text-align: center;
	text-transform: uppercase;
	line-height: normal;
	font-size: 0px;
	color: #00FFFF;
}

#footer a {
	color: #00FFFF;
}