/*  
Theme Name: Androscoggin Oral and Maxilofacial Surgeons
Description: Theme for AOMFS 
Version: 1.0
Author: Richard Stroud

	This theme was designed and built by T. H. Creations, Inc.

	The CSS, XHTML and design is unreleased 	

*/



/* General and Global settings */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Verdana, Sans-Serif;
	color: #000000;
	text-align: left;
	margin: 0px 0px;
	padding: 0; 
	border-collapse: collapse;
	background-color: #8FADC5;
	}
	
#body_footer { 
color: #FFFFFF;
width: 100%;
height: 75px;
margin-top: -50px;
z-index:100;
background: transparent url(images/grass.gif) repeat-x;
}
	
table {
border-collapse: collapse;
}

td, th
{
margin: 0;
padding: 0;
}

#page {
	text-align: left;
	line-height: 2.0em;
	margin: 0 auto;
	padding: 0;
	width: 979px;
	border: none;
	z-index: 10;
	}

div.clearer {
 clear: both;
 line-height: 0px;
 height: 0;
 width: 0;
 overflow:hidden;
}

.center {
	text-align: center;
	}

hr {    
   width: 80%;
   color: #3F7597;
   }
	
.yellow {
	font-weight: bold;
	color: #FFEA07;
	}
	
/* Header settings */
#header {
  padding: 0px 0px 0px 0px;
  margin: 0;
  width: 979px;
  height :42px;
  background-color: #000000;
  border: none;
	}


#headertext {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	}

#wrapper {
	margin: 0;
	padding: 0;
	width: 979px;
	float: left;
	background: transparent url(images/page_bkg.jpg) repeat-y;
	z-index: 10;
	}

#leftside {
float: left;
width: 234px;
padding: 0;
margin: 0;
}

#rightside {
float: right;
width: 744px;
padding: 0;
margin: 0;
color: #000000;
}
		

/*  Breadcrumbs  */

#breadcrumbs {
	padding-top: 2px;
	margin: 0px 5px 0 5px;
	font-size: 1.0em;
	}
	
/* Searchform settings */
#searchbar {
	width: 200px;
	margin: 0 0 0 18px;
	background-color: #CEE9F8;
	}

#searchform {
	float: left;
	margin: 0;
	width: 182px;
	height: 50px;
	border:0;
	background: transparent url(images/search.gif) no-repeat;
}

#s {
  padding: 0;
  margin: 15px 0 0 18px;
  border:none;
  height:23px;
  width:120px;
  color: #FF0000;
  background-color: #FFFFFF;
}

#searchsubmit {
  padding: 10px 0 2px 0;
  }


/* Sidebar settings */

#sidebar {
	font: 1em 'Lucida Grande', Arial, Verdana, Sans-Serif;
	background-color: #CEE9F8;
	margin-left: 7px;
	padding: 0;
	width: 218px;
	}
	
#sidebar #nav {
padding: 0;
margin: 0;
}

#sidebar #nav ul {
list-style: none;
padding: 0;
margin: 0;
font-size: 1.6em;
display:block;
 }
	
#sidebar #nav ul li {
padding: 0;
margin: 0;
}
 
#sidebar #nav ul li a {
width: 178px;
display:block;
color: #3F7597;
padding: 8px 0 0 40px;
text-decoration: none;
}

#sidebar #nav li a:hover {
color: #C3C8D6;
background-color: #3F7597;
}

#sidebar #nav ul li ul {
  display: none;
  margin: 0;
  padding: 0;
  font-weight:bold;
  font-size:.8em;
  list-style-type: none;
}

#sidebar #nav ul li ul li a:link, #sidebar #nav ul li ul li a:visited {
  padding: 8px 0 0 45px;
  width: 173px;
}

#sidebar #nav ul li ul li a:hover {
}

#sidebar #nav ul ul ul {
  font-weight:bold;
  font-size:.9em;
}

#sidebar #nav ul li ul li ul li{
}

#sidebar #nav ul li ul li ul li a:link, #sidebar #nav ul li ul li ul li a:visited {
  padding: 8px 0 0 50px;
  width: 168px;
}

#sidebar #nav ul li ul li ul li a:hover {
}

#sidebar #nav ul li.current_page_ancestor ul {
display: block;
}

#sidebar #nav ul li.current_page_item ul {
display: block;
}

#sidebar #nav ul li.current_page_item ul ul{
display: none;
}

#side_text {
font: 1.2em Arial, Verdana, Sans-Serif;
line-height: 2.0em;
text-align: center;
color: #525455;
}

#disclaimer {
font: 1.0em Arial, Verdana, Sans-Serif;
line-height: 2.0em;
text-align: center;
color: #525455;
}

#disclaimer a {
color: #525455;
text-decoration: none;
}

.side_hdr {
font-weight: bold;
color: #3F7597;
}

.side_hghlgt {
font-weight: bold;
color: #D5161B;
}

/* Content settings */
#content-wrap {
margin: 0 0 50px 20px;
padding :0;
}

#content_hdr {
text-align: center;
}

#content_ftr {
	font: 1.2em Arial, Verdana, Sans-Serif;
	line-height: 4.0em;
	width: 100%;
	margin: 0;
    padding: 30px 0 30px 0;
	text-align: center;
	background: transparent;
	}

#content {
text-align: left;
margin : 40px;
background-color: #FFFFFF;
	}
	
#content p {
font: 1.4em Arial, Verdana, Sans-Serif;
line-height: 1.5em;
}

/* Begin Images */
p img, post img {
	padding: 5px;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 5px 15px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 15px 5px 0;
	display: inline;
	}

img.alignnone {
	padding: 4px;
	margin: 0 10px 0 10px;
	display: inline;
	}
	
.colorimg {
    border: 1px solid #666666;
    }

a img {
	border: none;
	}

a img.alignleft {
	}

a img.alignright {
	}
	
a.more-link {
	font-style: italic;
	font-weight: bold;
	font-size: 0.9em;
	color: #243C74;
	text-decoration: underline;
	float: right;
	}	

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	font-style: italic;
	font-size: 0.9em;
	color: #212C3E;
	padding-left: 20px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
	
#alertmsg {
    color: #660000;
    font-weight: bold;
    }
	
.errors {
    color: #FF0000;
    font-weight: bold;
	padding: 0 3px 0 3px;
	vertical-align: top;
    }

.narrowcolumn {
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 150px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}
	
.post {
	margin: 0;
    padding:5px 30px 5px 10px;
	text-align: left;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}
	
.widecolumn .entry p {
	font-size: 1.05em;
	text-align: left;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
	
.req_form {
	border: none;
	font-family: Arial, Verdana, Helvetica;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 2.0em;
	}
	
.group_hdr {
	font-size: 1.2em;
	text-align: center;
	}
	
.border_it {
	border: 1px solid #000000;
	}

.smalltext {
	font-size: 0.9em;
	}
	
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
	
#content.wp-caption-text {
	font-size: 0.6em;
	font-style: italic;
	padding: 0 2px 0 2px;
	}
	
p.wp-caption-text {
	margin-top: 0;
	}
	
h1 {
	padding-top: 40px;
	margin: 0;
	font-size: 2.0em;
	text-align: left;
	text-decoration: none;
	color: #3F7597;
	font-family: 'times new roman', Arial, Verdana, Sans-Serif;
	font-weight: bold;
	}

h1 a, h1 a:hover, h1 a:visited {
	text-decoration: underline;
	color: #3F7597;
	}

#headerimg .description {
	text-decoration: none;
	color: black;
	}

h2 {
	margin: 10px 0 0;
	font-size: 2.0em;
	color: #3F7597;
	font-family: 'times new roman', Arial, Verdana, Sans-Serif;
	font-weight: bold;
	}

h2.pagetitle {
	margin-top: 10px;
	text-align: left;
	font-size: 2.0em;
}

h2 a, h2 a:visited, h3 a, h3 a:visited {
	color: #3F7597;
	}

h2 a:hover {
	color: #004E9D;
	}

h3 {
	padding: 0;
	margin: 10px 0 0 0;
	font-size: 1.3em;
	color: #3F7597;
	font-family: 'times new roman', Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-style: italic;
	}

h3#comments {
	padding: 0;
	margin: 10px 50px 20px ;
	}

h3 a:hover {
	color: #004E9D;
	}

h4 {
	padding: 0;
	margin: 10px 0 0;
	font-size: 1.3em;
	color: #3F7597;
	font-family: 'times new roman', Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-style: italic;
	}

h5 {
	padding: 0;
	margin: 10px 0 0;
	font-size: 1.3em;
	color: #3F7597;
	font-family: 'times new roman', Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-style: italic;
	}

h6 {
	padding: 0;
	margin: 10px 0 0;
	font-size: 1.3em;
	color: #000000;
	font-family: 'times new roman', Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-style: normal;
	}

cite {
	text-decoration: none;
	}

.entry p a:visited {
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #3F7597;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #3F7597;
	text-decoration: underline;
	margin: 0;
	padding: 0;
 overflow:hidden;
	}

a:hover {
	color: #004E9D;
	text-decoration: none;
	margin: 0;
	padding: 0;
 overflow:hidden;
	}

/* Begin Lists */
	
.entry {
	font-size: 1.1em;
	text-align: left;
	}

.entry ul {
	font-size: 1.3em;
	margin-left: 20px;
	padding: 0;
	color: #3F7597;
	} 

.entry ul ul {
	} 

.entry ul ul ul{
	} 

.entry li {
	margin: 7px 2px 8px 0px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
.sitemap ul {
	font-weight: bold;
	}

ol li {
	list-style: decimal outside;
	}
/* End Entry Lists */

/* Comment settings */

#respond {
	margin-left: 50px;
	width: 85%;
	}
	
#commentform {
	}
	
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

#commentform p {
	font-family: 'Lucida Grande', Arial, Verdana, Sans-Serif;
	margin: 5px 0;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Arial, Verdana, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	margin-left: 30px;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style-type: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */
	
/*   With Posts section settings  */
	
#post-list {
	text-align: left;
	text-decoration: none;
	margin-left: 150px;
	font-weight: bold;
	}
	
.post-entry {
	margin: 10px 0 0 20px;
	}
	
/*   In This Section settings  */
	
#in_this_section {
	text-align: left;
	color: #3F7597;
	text-decoration: none;
	margin: 20px 0 0 190px;
	font-weight: normal;
	font-size: 1.5em;
	}
	
#in_this_section ul {
	list-style: none;
	display: block;
	}

#in_this_section ul ul {
	list-style: none;
	padding-left: 20px;
	} 

#in_this_section ul ul ul{
	list-style: none;
	padding-left: 20px;
	} 
	
#in_this_section ul li {
  margin: 0;
  padding: 0;
position: relative;
	}
	
#in_this_section ul li a {
	color: #3F7597;
	text-decoration: underline;
	}
	
#in_this_section ul li a:hover {
	color: #0000cc;
	text-decoration: none;
	background-color: #999999;
	}
	
/* Footer settings */

#footer {
    width: 979px;
	height: 50px;
	margin: 0;
	padding: 0;
	background: transparent url(images/page_bkg.jpg) repeat-y;
}
	
#footer a {
	color: #F1DFB4;
	text-decoration: none;
	}

