/*
Theme Name: Angle East
Version: 1.0
Author: Daniel Doezema
 
 == General == 
 */
div.clear {
	clear: both;
}
p {
	padding: 0;
	margin: 0 0 10px 0;
}
h1,h2,h3 {
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: bold;
}

h1 {
	font-size: 30px;
}
h2 {
	font-size: 22px;
	padding-bottom:2px;
	border-bottom:1px solid gray;
}
h3 {
	font-size: 18px;
}
/* == Custom Wordpress Content == */
tr.row td {
	background-color:#F7F7F7;
	border-top:1px solid gray;
	border-bottom:1px solid gray;
}
thead tr td {
    background: url('images/header.png') top left repeat-x;
    padding:10px;
    border-bottom:1px solid #008DB1;
}
td p {
    padding:0;
    margin:2px; 
}
/* == HTML/<body> & Related == */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 15px;
}

#temp_page {
	width: 1000px;
	margin: 10px auto 0 auto;
	padding: 0;
	text-align: left;
}

/* == Header == */
#temp_header {
	width: 1000px;
	height: 120px;
	background: url('images/header.png') top left repeat-x;
	position: relative;
	font-weight: bold;
}

#temp_header #temp_title {
	position: absolute;
	left: 15px;
	top: 15px;
	font-size: 32pt;
}

#temp_header #temp_subTitle {
	position: absolute;
	left: 16px;
	bottom: 28px;
	font-size: 20px;
}

#temp_header #temp_logo {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 156px;
	height: 110px;
	background: url('images/angle_logo.gif') top left no-repeat;
}

/* == Body == */
#temp_body {
	float: left;
	width: 1000px;
	background: url('images/body.png') top left repeat-y;
}

#temp_mainMenu {
	float: left;
	padding: 0 10px 10px 10px;
	width: 175px;
	margin: 10px 10px 0 0;
	background-color: #f8ccbe;
	font-size: 14px;
}

#temp_mainMenu a:link,#temp_mainMenu a:visited,#temp_mainMenu a:active {
	display: block;
	margin-top: 10px;
	color: blue;
	text-decoration: none;
}

#temp_mainMenu a:hover {
	text-decoration: underline;
}

.temp_navLinkChild {
	margin-left: 5px;
}

.temp_navLinkGrandChild {
	margin-left: 10px;
}

#temp_mainMenu a.selected:link,#temp_mainMenu a.selected:visited,#temp_mainMenu a.selected:active,#temp_mainMenu a.selected:hover {
	color: blue;
	text-decoration: none;
	font-weight: bold;
}

#temp_content {
	float: left;
	width: 795px;
	margin-top: 10px;
}

#temp_content p {
	line-height: 120%;
}

#temp_content a:link,#temp_content a:visited,#temp_content a:active {
	color: blue;
	text-decoration: none;
}

#temp_content a:hover {
	text-decoration: underline;
}

/* == Footer == */
#temp_footer {
	width: 870px;
	height: 100px;
	position: relative;
	z-index: 10;
	background: url('images/footer.png') top left repeat-y;
}

/* == Contact Form == */
.formcontainer {
	
}

.formcontainer fieldset {
	padding: 5px 0 0 15px;
	margin: 0 0 15px 0;
	border: 0;
}

.formcontainer legend {
	padding: 0;
	margin: 0 0 0 -15px;
	font-weight: bold;
	color: black;
}

.formcontainer span.required {
	color: red;
}

.formcontainer .important_msg,.formcontainer .error_msg,.formcontainer .success_msg
	{
	display: block;
	font-weight: bold;
	padding: 5px;
	color: black;
}

.formcontainer .important_msg {
	background-color: #FFF4D1;
	border: 1px solid #FF6600;
}

.formcontainer .error_msg {
	background-color: #FFDDDD;
	border: 1px solid #FF0000;
}

.formcontainer .success_msg {
	background-color: #E2FFD4;
	border: 1px solid #25BB00;
}

.formcontainer .form-submit {
	margin-top: 10px;
}

/* == Contact Form == */
.formcontainer span.required {
    color:red;
}
.formcontainer .important_msg, .formcontainer .error_msg, .formcontainer .success_msg {
    display:block;
    font-weight:bold;
    padding:5px;
}
.formcontainer .important_msg {
    background-color:#FFF4D1;
    border:1px solid #FF6600;
}
.formcontainer .error_msg {
    background-color:#FFDDDD;
    border:1px solid #FF0000;
}
.formcontainer .success_msg {
    background-color:#E2FFD4;
    border:1px solid #25BB00;
}
.formcontainer .form-submit {
    margin-top:10px;
}


/* == Required Wordpress Styles ==

 Images 
 
 */
p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
/* End Images */