﻿/* CSS layout for St Patrick School website - print version */

/* body settings */

body {
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	color: #333333;
	margin: 0;
	padding: 0;
}

/* overall page settings */

#page{
	width:860px;
	margin-left: auto;
	margin-right: auto;
}

/* various element settings */

h1 {
	font-weight: bold;
	font-size: 36pt;
	color: #336933;
	margin: 10px 10px 3px 10px;
	font-family: "Times New Roman";
}
h2 {
	font-weight: normal;
	font-size: 24pt;
	color: #394760;
	margin: 10px 10px 3px 10px;
	font-family: "Times New Roman";
}
h3 {
	font-weight: normal;
	font-size: 16pt;
	color: #394760;
	margin: 10px 10px 3px 10px;
}
h4 {
	font-weight: normal;
	font-size: 14pt;
	color: #394760;
	margin: 10px 10px 3px 10px;
}
h5 {
	font-weight: normal;
	font-size: 12pt;
	color: #336933;
	margin: 10px 10px 3px 10px;
}
h6 {
	font-weight: normal;
	font-size: 10pt;
	color: #336933;
	margin: 10px 10px 3px 10px;
}
p {
	font-weight: normal;
	font-size: 10pt;
	color: #333333;
	margin: 0px 10px 10px 10px;
}
ul {
	font-weight: normal;
	font-size: 10pt;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}
ol {
	font-weight: normal;
	font-size: 10pt;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}
td {
	font-weight: normal;
	font-size: 10pt;
	color: #333333;
}
a:link {
	font-weight: normal;
	font-size: 10pt;
	color: #0066CC;
	text-decoration: none;
}
a:active {
	font-weight: normal;
	font-size: 10pt;
	color: #800000;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	font-size: 10pt;
	color: #800000;
	text-decoration: none;
}
a:visited {
	font-weight: normal;
	font-size: 10pt;
	color: #0066CC;
	text-decoration: none;
}

/* header section settings */

#header{
	border-bottom: 10px #336933 solid;
	width:860px;
	height:100px;
}

/* container for content and sidebars */

#container{
	overflow:hidden;
	width:860px;
}

/* photo banner settings */

#banner{
	width:700px;
}

/* content section settings */

#content{
	width:700px;
	border-left:160px; /* The width and color of left_sidebar */
	margin-left:-160px; /* Allows left_sidebar to move into vacant content space */
	float:right;
}
#right_sidebar {
	float: right;
	width: 210px;
}
#right_sidebar ul {
	list-style: none;
	padding: 0px;
	margin: 5px 0px 0px 11px;
}
.upper_box_heading {
	width: 180px;
	margin: 10px 10px 0px 10px;
	padding: 3px 5px 3px 5px;
}
.upper_box {
	width: 180px;
	margin: 0px 10px 2px 10px;
	padding: 5px 5px 5px 5px;
}
.lower_box_heading {
	width: 180px;
	margin: 0px 10px 0px 10px;
	padding: 1px 5px 1px 5px;
}
.lower_box {
	width: 180px;
	margin: 0px 10px 10px 10px;
	padding: 5px 5px 5px 5px;
}

/* left sidebar navigation settings */

#left_sidebar{
	width:160px;
	float:left;
}
#left_sidebar ul {
	width: 160px;
	list-style: none;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
#left_sidebar ul li {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
#left_sidebar ul ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#left_sidebar a:link, #left_sidebar a:visited {
	text-decoration: none;
	margin-left: 15px;
	color: #336933;
	font-weight: bold;
}
#left_sidebar a:hover {
	color: #336933;
}
#left_sidebar a:active {
	color: #336933;
}
#left_sidebar li li a:link, #left_sidebar li li a:visited {
	text-decoration: none;
	font-weight: normal;
	margin-left: 15px;
	color: #336933;
}
#left_sidebar li li a:hover {
	color: #800000;
}
#left_sidebar li li a:active {
	color: #800000;
}
#left_sidebar a#current {
	text-decoration: none;
	color: #800000;
}

/* footer section settings */

#footer{
	width:860px;
}
#footer p {
	padding: 5px;
	color: #ffffff;
	text-align: center;
}