* {
	margin: 0;
	padding: 0;
}

body {
/*  img01cap  */
	background: #F4E7DB url("http://farm1.static.flickr.com/195/508367886_c76433198a.jpg") repeat-x;
	font: normal small Georgia, "Arial", Times, serif;
	color: #A4896D;
}

h1, h2, h3 {
	color: #B43939;
}

h2 {
	margin-bottom: .6em; /*was originally .8em; */
	font-size: 1.76em; /*was originally 2em; 1.76 */
	font-weight: bold; /*was originally normal; */
}

h3 {
	margin-bottom: 1em;
	font-size: small;
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.6em; /* was originally 1.8em; */
}

p {
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
	padding: 1em 1em 0 1em;
	background: #FAF3ED;
	border: 1px dotted #C7894C; /* was originally:1px dotted #C7894C; */
	font-style: italic;
	color: #C7894C; /* was originally #C7894C; */
}

ul {
	margin-left: 1em;/* was originally 3em */
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #B43939;
}

a:hover {
	text-decoration: underline;
}

img {
}

.hr hr {
	display: none;
}

.hr {
	clear: left;
	height: 70px;
/*  img04cap  */
	background: url("http://farm1.static.flickr.com/205/508367892_a2bce73bab.jpg") no-repeat center;
}

/* Boxed Style */

.boxed {
	margin-bottom: 20px;
	padding-bottom: 16px;
/*  img06cap  */
	background: url("http://farm1.static.flickr.com/211/508367896_93be366947.jpg") no-repeat center bottom;
}

.boxed .title {
/*  img05cap  */
	background: url("http://farm1.static.flickr.com/211/508367894_a49c3eee78.jpg") no-repeat right;
	font-size: 1.6em;
}

.boxed .content {
	border-bottom: 1px dotted #C7894C; /* was originally:1px dotted #C7894C; */
}

/* Logo -- this is at the very top where it says Tom Reagan Catholic Speaker*/

#logo {
	height: 44px; /* was originally 40px; */
	padding: 18px 38px; /* was originally 20px 40 px; first number controls how close to
the main box the big name is...the second...how far padded to the right the name is*/
}

#logo h1 {
	float: left;
	font-size: 3.4em; /* was originally 2.6em; */
	color: #F4E7DB; /* Added to get Tom Reagan color */
}

#logo h2 {
	float: left;
	padding: 0.99em 0 0 .81em;
/*	padding: 1.24em 0 0 .74em;*/ /* was originally .75em 0 0 .4em; first number controls
                                  how close to the top of the window "Catholic Speaker" is
                                  the last...how far padded to the right
                                  "Catholic Speaker is*/
	font-size: .94em;/*to change the font size...was originally 1.4em; */
	font-style: italic;
	color: #F4E7DB; /* Added to get Catholic Speaker color */

}

#logo a {
	color: #F4E7DB; /* was originally #F4E7DB; */
}

/* Content */

#content {
}

/* Content > Main */

#main {
	margin: 0 260px 0 20px;
	padding: 15px;
	background: #FFFFFF;
	border: 5px solid #C7894C; /* was originally:5px solid #C7894C; */
}

#extra {
	height: 31px;
	margin: 0 260px 0 20px;
/*  img02cap  */
	background: url(http://farm1.static.flickr.com/192/508367888_31cc7362a0.jpg) repeat-x;
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: right;
	width: 220px;
	padding: 60px 20px 0 0;
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	font-size: x-small;
	font-weight: bold;
}

#login input {
	margin-bottom: 5px;
	padding: 2px 5px;
	border: 1px solid #B43939;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#inputtext1, #inputtext2 {
	color: #B43939;
}

#inputsubmit1 {
	background: #B43939;
	color: #FFFFFF;
}

/* Content > Sidebar > Menu */

#menu {
	margin-bottom: 30px;
	border-bottom: 2px solid #C7894C; /* was originally:4px solid #C7894C; */
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 10px;
	border-top: 1px solid #C7894C; /* was originally:1px solid #C7894C; */
	font-weight: bold;
}

/* was originally like this ... background was originally #C7894C */
#menu a:hover, #menu .active a {
	background: #C7894C;
	text-decoration: none;
	color: #FFFFFF;
}
*/
#menu a:hover {
	background: #C7894C; /* was originally #C7894C; */
	text-decoration: none;
	color: #FFFFFF;
}

/* The currently active item marked by class="active" */
#menu .active {
/*	background: #C7894C; */
	display: block;
	padding: 10px;
	border-top: 1px solid #C7894C; /* was originally:1px solid #C7894C; */
	border-bottom: 0px solid #C7894C; /* was originally:1px solid #C7894C; */
	font-weight: bold; 
      font-style: italic;
	text-decoration: none;
	color: #C7894C;
/*	color: #FFC9CC; */
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	margin: 0;
	font-size: x-small;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

/* Content > Sidebar > Partners*/

#partners {
}

#partners .content {
	padding: 10px 0;
}

#partners ul {
	margin: 0;
	border-bottom: 1px solid #D1BC5C;
	list-style: none;
	line-height: normal;
}

#partners li {
	padding: 10px;
	border-top: 1px solid #D1BC5C;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px 40px 40px 40px;
	background: #734415;
}

#footer p {
	margin: 0;
	font-size: x-small;
	color: #C7894C; /* was originally #C7894C; */
}

#footer a {
	text-decoration: underline;
	color: #C7894C; /* was originally #C7894C; */
}

#footer a:hover {
	text-decoration: none; /*was originally:none; */
	color: #F4E7DB; /* was originally #F4E7DB; */
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}
