/* CSS Document av Dieter Schneider 2007 */

* {margin: 0; padding: 0;}

/************************************* Main structure *************************/

body {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
    color: #006600;   /*#808000;*/
	background-color: #ffffff;                   /*#ffffff;white*/
}

#container {
	background-image: url('images/stbernadette_bkg3.jpg');
	background-repeat: no-repeat;
	height: 465px;
	width: 961px;
	font-size: 1.5em;
	margin: 4px;
	border-top: 1px solid white;
}

#header {
	height: 250px;
	padding-top: 20px;
	margin-left: 380px;
}
.pictureheader {
	margin: 30px;
	padding: 30px;
	float: left;
	clear: left;
	position: relative;
	left: -300px;
	top: 30px;
	text-align: left;
	display: inline;
}
#picture_left {
	height: 206px;
	width: 300px;
	float: left;
	clear: left;
	background-image: url('images/stbernadette.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}

#picture_right {
	height: 230px;
	width: 700px;
	float: right;
	clear: right;
    margin-left: 10px;
	background-image: url('images/stbcc132010.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}

#header_left {
	float: left;
	width: 326px;
	height: 206px;
}

#header_right {
	height: 206px;
	margin-left: 330px;
	margin-right: 20px;
}

#left {
	float:left;
	width: 225px;
	margin-left: 10px;
	margin-top: 25px;
}

#right {
	margin-left: 340px;
	margin-top: 70px;
	margin-right: 30px;
}

#footer {
	clear: both;
	margin-left: 340px;
	margin-right: 50px;
	margin-top: 5px;
	padding: 5px;
	text-align: center;
	background-color: #ffffff;
	
}

.date_box {
	background-color: #400000;
	background-image: url('images/date.jpg');
	height: 51px;
	width: 52px;
	float: left;
}

.date_box_month {
	padding-top: 6px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 3px;
	text-align: center;
	color: #75a006;
	
}

.date_box_day {
	font-size: 22px;
	font-weight: bold;
	padding-left: 3px;
	text-align: center;
	font-style: italic;	
	color: #654040;
	
}

.red {
    font-family: Garamond, "Lucida Sans Unicode", Verdana, sans-serif; 
	font-size: small; 
	color: #FF0000; 
	background-color: #ffffff;
}
/******************************* Text and image formatting *******************************/

p {margin-bottom: 15px;
   margin-top: 15px;
}

p.quote:first-letter 
{
	color: #400000;
	font-size:xx-large;
	margin-top: 20px;
	font-size: 2.5em;
    padding-right: 2px;
   
}

h1 {
	color: #254117;
	margin-top: 25px;
	margin-left: 1px;
	font-family: Garamond, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 2.6em;
}


h2 {
	color: #006600;   /*#808000;*/
	margin-left: 30px;
	font-size: 1.4em;
	font-family: Garamond, "Times New Roman", Times, serif;
	font-style: italic;
}

h3 {
	height: 31px;
	background-color: #ffffff;
	padding-top: 20px;
	padding-left: 75px;
	font-size: 1.6em;
	font-family: Garamond, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #84A54A;
	border-bottom: 1px dotted #CCCCCC;
}

h4 {
	width: 180px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #ffffff;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CEAC86;
	border-bottom-color: #CEAC86;
	font-size: 1.2em;
	color: #254117   /*#808000;*/
}

h5 {
	color: #254117;   /*#808000;*/
	margin-left: 30px;
	font-size: 1.4em;
	font-family: Garamond, "Times New Roman", Times, serif;
	font-style: italic;
}

h6 {
	color: #254117;   /*#336600#808000;*/
	margin-left: 30px;
	font-size: 1.4em;
	font-family: Garamond, "Times New Roman", Times, serif;
	font-style: normal;
}

blockquote {
	background-color: #E9CFEC;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 30px;
	padding-bottom:30px;
	border: 1px dotted #EBE2B7;
	background-image: url('images/blockquote.png');
	background-repeat: no-repeat;
	font-style: italic;
}

.read_more {
	background-color: #400000;
	padding: 3px;
	text-align: right;
	font-weight: bold;
	font-style: italic;
}

img {border: none;}

.float_left {float: left;
              margin-right: 10px;}
			  
.float_right {float: right;
              margin-left: 10px;}
			 
a:link {color: blue; text-decoration: none;}     /* #557C2Bunvisited link */
a:visited {color: purple; text-decoration: none;}  /* #83A956visited link */
a:hover {color: red; text-decoration: none;}   /* #821115mouse over link */
a:active {color: green; text-decoration: none;}   /* #577E2Dselected link */

/********************************* Navigation **********************************/

#navcontainer { }

#navcontainer ul
{
	list-style-type: none;
	font-weight: bold;
	color: #990000;   
}

#navcontainer a
{
	display: block;
	padding-top: 7px;
	padding-left: 35px;
	width: 180px;
	background-color: #ffffff;
	border-bottom: 1px solid #eee;
	/*background-image: url('images/menu.png');*/
	background-repeat: repeat-x;
	height: 20px;
}


#navcontainer a:link, #navlist a:visited
{
color: #006600;  /*#6B383D;*/
text-decoration: none;
}

#navcontainer a:hover 
{	
	/*background: url('images/menu.png')*/ 0 -45px;
	color: blue;
}

/******************#562930********************** Form elements member login **********#93B26E******************/


p.welcome {
	font-size: 0.95em;
	text-align: left;
	margin-right: 30px;
	margin-left: 35px;
	margin-bottom: 0px;
	margin-top: 25px;
	color: #254117;   /*#808000;*/
	padding-left: 20px;
}

form {
	margin-top: 15px;
	margin-left: 25px;
}

input.fields {display: block;
        width: 140px;
        background: url('images/input_bg.png');
		border-top: 1px solid #E3E4E9;
		border-left: 1px solid #E3E4E9;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		margin-top: 3px;
	    margin-bottom: 3px;}

label {
	color: #A5BB73;
	font-style: italic;
}

.submit_button {
	margin-top: 15px;
	padding: 2px;
	background-color: #DEAEEC;
	float: right;
	margin-right: 40px;
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-bottom: 2px solid #E3E4E9;
	border-right: 2px solid #E3E4E9;
}

/**************************************** extra classes: contact us ****************************/

form.contact_us {
	width: 180px;
	margin-top: 15px;
	margin-left: 0px;
	padding: 4px;
	background-color: #FBF9F4;
	background-image: url('images/form_bg.png');
	background-repeat: no-repeat;
	background-position: right bottom;
}

input.fields_contact_us {display: block;
        width: 180px;
        background: url('images/input_bg.png');
		border-top: 1px solid #E3E4E9;
		border-left: 1px solid #E3E4E9;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		margin-top: 3px;
	    margin-bottom: 3px;}

textarea {width: 180px;
          background: url('images/input_bg.png');
          border-top: 1px solid #E3E4E9;
		  border-left: 1px solid #E3E4E9;
		  border-bottom: 1px solid white;
		  border-right: 1px solid white;

          margin-top: 3px;}

.submit_button_contact {
	margin-top: 15px;
	padding: 2px;
	background-color: #ffffff;
}
