/*
Theme Name: Shaws 101
Theme URI: http://wordpress.org/
Description: Shaws first WordPress theme based on the default WordPress theme.
Version: 1.0
Author: Oliver Grimwood
Tags: blue, custom header, fixed width, two columns, widgets


*/

/* #################################################################################### */
/* ############################### GENERAL ELEMENTS ################################### */
/* #################################################################################### */

body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

h1 {
	font-size: 26px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0;
	padding: 0px;
	line-height: 22px;
	font-weight: bolder;
	color: #CD1B1D;
}
h2 {
	font-size: 20px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0;
	padding: 0px;
	line-height: 22px;
	font-weight: bolder;
	color: #CD1B1D;
}
h3 {
	font-size: 16px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	font-weight: bolder;
	color: #CD1B1D;
	padding: 0px;
}

hr {
	color: #CD1B1D;
	height: 3px;
	background-color: #CD1B1D;
}

.tr1 {
	background-color: #e3f0f9;
}
.tr2 {
	background-color: #c4e6fd;
}

.DropCap {
float: left;
font-size: 150%;
}
input {
	width: 100px;
	font-size: x-small;
}

/* #################################################################################### */
/* ################################# TOP ELEMENTS ##################################### */
/* #################################################################################### */

#top {
	width: 820px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: center;
}
#outer  {
	width: 820px;
	margin: 0 auto;
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(/images/style_horizontal_middle.gif);
	background-repeat: repeat-y;
}
#container {
	width: 800px;
	padding: 0;
	border: 0px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	margin: 0;
	padding: 87px 0 0 0;
	height: 42px;
	background-image: url(/images/style_toplogo_a1.gif);
	text-align: center;
} 

/* #################################################################################### */
/* ############################### SIDEBAR ELEMENTS ################################### */
/* #################################################################################### */

#SideBar {
	float: left; /* since this element is floated, a width must be given */
	width: 155px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}

#SideSub1 {
	width: 145px;
	margin: 0;
	padding: 0 5px 0 5px;
	background-image: url(/images/style_sidebar_long.gif);
	color: #000000;
}
#SideSub1 a {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	display: block;
}
#SideSub1 a:hover {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	display: block;
	background-color: #CE1719;
}
#SideSub1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#SideSub1 li {
	margin: 0px;
	padding: 0px;
	width: 145px;
}

#SideSub2 {
	width: 145px;
	height: 125px;
	margin: 0;
	background-image: url(/images/style_sidebar_short.gif);
	background-repeat: repeat-x;
	padding-top: 14px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
#SideSub2 a {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
#SideSub2 p {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
#SideSub2 h4 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#SideSub3 {
	width: 145px;
	height: 300px;
	margin: 0;
	background-image: url(/images/style_sidebar_short.gif);
	background-repeat: repeat-x;
	color: #000000;
	padding-top: 14px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
#SideSub3 p {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
#SideSub3 h4 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#SideSub3 a {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
#SideSub3 table {
	border: 1px solid #FFFFFF;
	margin-bottom: 10px;
}
#SideSub3  tr {
	background-color: #003366;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #DDDDDD;
	padding-left: 5px;
	text-align: center;
}

/* #################################################################################### */
/* ############################### SUBMENU ELEMENTS ################################### */
/* #################################################################################### */

#SubMenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#SubMenu li {
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	background: url(/images/style_redline_div0.gif);
	height: 21px;
}
#SubMenu a {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	margin-right: 8px;
	margin-left: 8px;
	padding: 0px;
	display: block;
	height: 21px;
}
#SubMenu a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-right: 8px;
	margin-left: 8px;
	padding: 0px;
	display: block;
	height: 21px;
}
#SubMenu img {
	margin: 0;
	padding: 0;
	height: 21px;
}

/* #################################################################################### */
/* ##################3############### MAIN ELEMENTS ################################### */
/* #################################################################################### */

#Main {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 165px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 10px;
}
#Main p {
	font-size: 14px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}
#Main img {
	border: none;
}
#MainText {
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#MainText p {
	font-size: 14px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
	text-align: justify;
}
#MainText a {
	font-size: 14px;
	color: #CD1B1D;
	text-decoration: none;
	font-weight: normal;
}
#MainText a:hover {
	font-size: 14px;
	font-weight: normal;
	color: #CD1B1D;
	text-decoration: underline;
}

#mainBox1 {
	float: left;
	margin: 20px 10px 0 0;
	padding: 0;
	clear: none;
} 
#mainBox2 {
	float: right;
	margin: 0 0 0 15px;
	padding: 0;
} 
#mainBox3 {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}
#mainBox4 {
	float: right;
	padding: 0;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
}
#mainBox5 {
	float: right;
	padding: 5px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	background-color: #0A86C7;
	border: 2px solid #003366;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	width: 140px;
	height: 180px;
}
.MainPicRight {
	float: right;
	padding: 0;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 15px;
}
#MainIndent {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 50px;
}

/* #################################################################################### */
/* ############################# MAIN TABLE ELEMENTS ################################## */
/* #################################################################################### */

#TableList table {
	border: 1px solid #000000;
	font-size: 12px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#TableList th {
	background-color: #CF2224;
	font-weight: bold;
	border-bottom: 0px solid;
	border-right: 0px solid;
	text-align: left;
	padding-left: 4px;
}
#TableList td {
	border-bottom: 0px solid;
	border-right: 0px solid;
	text-align: left;
	padding-left: 3px;
}

#TableForm table {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000000;
	font-size: 12px;
	font-weight: bold;
}
#TableForm th {
	background-color: #CF2224;
}
#TableForm td {
	text-align: left;
	background-color: #e3f0f9;
}

#TableGrid table {
	border: 0px;
	font-size: 12px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#TableGrid td {
	border-bottom: 0px solid;
	border-right: 0px solid;
	text-align: center;
}

/* #################################################################################### */
/* ################################ FOOTER ELEMENTS ################################### */
/* #################################################################################### */

#footer_above {
	clear:both;
	margin: 0 10px 0 0;
	padding: 0;
}
#footer {
	width: 820px;
	margin: 0 auto;
	padding: 5px 0 0 0;
	background-image: url(/images/style_horizontal_bottom.gif);
	background-repeat: no-repeat;
	text-align: center;
} 
#footer p {
	padding: 0;
	font-size: 11px;
	text-align: center;
	color: #006699;
}
#footer a {
	padding: 0;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	color: #006699;
}
#footer a:hover {
	text-decoration: underline;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
