/*
Theme Name: Bite Bits
Description: A custom theme developed for the Bite Bits site.
Author: Daniel Doezema
*/

/* == General == */
div.clear {clear:both;}
p {padding:0;margin:0 0 10px 0;}
h1 {
	line-height:28px;
	padding:0;
	margin:0 0 10px 0;
}

/* == HTML/<body> & Related == */
body {
	margin:0;
	padding:0;
        background:#6699ff url('images/bg.png') top left repeat-x;
	text-align:center;
	font-family: Tahoma, Arial, Helvetica;
        font-size:14px;
        overflow-x:hidden;
        line-height:125%;
}
#temp_page {
	width:1000px;
	margin:25px auto 0 auto;
	padding:0;
	text-align:left;
	position:relative;
}

/* == Header == */
#temp_header {
    position:relative;
    top:25px;
    height:200px;
    width:1000px;
}
#temp_drNorthway {
    position:absolute;
    top:0;
    left:11px;
    width:120px;
    height:140px;
    background:url('images/dr_northway.jpg') top center no-repeat;
    text-align:center;
}
#temp_drNorthway div {
    position:relative;
    top:122px;
    color:white;
}
#temp_siteTitle {
    position:absolute;
    color:white;
    top:15px;
    left:150px;
    font-size:50px;
    font-weight:bold;
    font-family:Tahoma, Arial;
	line-height:50px;
}
#temp_siteTitle div {
	margin-top:-10px;
    font-size:0.4em;
    font-weight:normal;
}

/* == Body == */
#temp_body {
    position:relative;
    width:1000px;
}

#temp_navContainer {
    position:absolute;
	z-index:6;
    top:0;
    left:0;
    width:150px;
}
a.temp_navLink:link, a.temp_navLink:visited, a.temp_navLink:active  {
    display:block;
    width:139px;
    padding:3px 5px;
    margin-bottom:5px;
    background-color:#aaddff;
    border-top:1px solid #3a3e9f;
    border-left:1px solid #3a3e9f;
    border-bottom:1px solid #3a3e9f;
    color:#3a3e9f;
    text-decoration:none;
}
a.temp_navLink:hover {
    background-color:#ffcc99;
    color:black;
}
#temp_navContainer a.selected {
    position:relative;
    background-color:white;
    width:140px;
    z-index:10;
    color:black;
    font-weight:bold;
}
#temp_contentContainer {
    position:relative;
    top:-60px;
    z-index:5;
    width:848px;
    margin-left:150px;
    background-color:white;
    border:1px solid #3a3e9f;
}
#temp_content {
    margin:15px;
    min-height:650px;
    line-height:145%;
}
#temp_content ul li {
    margin-bottom:5px;
}

#temp_content a:link, #temp_content a:visited, #temp_content a:active {
    text-decoration:none;
    color:blue;
}
#temp_content a:hover {
    text-decoration:underline;
}
/* == Footer ==
    Not really the footer but contextually accurate.
*/
#temp_practiceContactInfo {
    height:100px;
    border-top:1px dashed navy;
    margin-top:15px;
    padding:25px 0 0 85px;
    background:url('images/northodontics_logo.gif') 0 23px no-repeat;
}
#temp_practiceContactInfo p {
    font-size:28px;
    font-weight:bold;
    color:navy;
}

/* == 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;}

/* == Required Wordpress Styles == */
/* Images */
p img{padding:0;max-width:100%;}
img.centered{display:block;margin-left:auto;margin-right:auto;}
img.alignright{padding:4px;margin:0 0 2px 7px;display:inline;}
img.alignleft{padding:4px;margin:0 7px 2px 0;display:inline;}
.alignright{float:right;}
.alignleft{float:left;}
/* End Images */