﻿/*  
Theme Name: Bouchard
Description: Custom Design for Allied Ankle & Foot Care Centers.
Version: 1.2
Author: Carey Drake
Author URI: http://thrasherdesigns.com/

*/



/* Begin Typography & Colors */

.commonprobstyle2 {
	font-size: 10pt;
	font-family: arial;
	font-weight: bold;
	color: #FFFFFF;
	padding-left:5px;
}
.commonprob {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000000;
}
.commonprobstyle8 {font-family: arial; font-size: 10pt; padding-left:5px;}
.commtable {
	border: thin solid #CCCCCC;
}
.commonprobstyle2 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#page {
	border: 1px solid #959596;
	text-align: left;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.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;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2           font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited, a:link{
	color: #b85b5a;
	}




.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, 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;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: ;
	
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

/* End Typography & Colors */



/* Begin Structure */

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 770px;
	border: 1px solid #959596;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px; 
	padding: 0; 
	height: 200px; 
	width: 600px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}


.post {
	margin:0px 0px -10px 10px;
	padding-top:-10px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.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 {
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */
.page{
margin-left:0px;
padding-left:0px;
}
.entry{
font-family:arial,verdana;
font-size: 10pt;
margin-left:0x;
padding-left:0px;}

/*	Begin Headers */
h2 {
	margin: 30px 0 0 5px;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	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 2px 7px;
	display: inline;
	}

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

.alignright {
	float: right;
	}

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



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */


.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.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;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}


#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

body{
	background-color: #74CCCE;
	background-image:url('images/bg.jpg');
	background-repeat: repeat-x;
	margin-top:33px;
}

.header{
	width:718px;
	margin-left: auto;
	margin-right: auto;

}
h1{
	font-family: Garamond;
	font-size: 25pt;
	font-weight: normal;
	font-style: normal;
	color: #29626c;
	margin:0px;
	text-align:left;

}
.container {
	width:719px;
	min-height:430px;
	margin-left: auto;
	margin-right: auto;
	padding-top:0;
	background-color:#FFFFFF;
	border-width: 1px;
	border-color: #737373;
	border-style:solid;
	height:100%;
	display:block;
}

#spacer{
height:225px;
}
.entry{
margin-right:18px;
margin-left:7px;
}
table{
font-size: 8pt;
}
.banner{
margin-right:-20px;
}
.footer{
width:718px;
margin-left:auto;
margin-right:auto;
color:#FFFFFF;
padding-top:3px;
display:block;
clear:both;
}
p#copyright{
color:#FFFFFF;
font-size:8pt;
float:left;
font-family:Verdana, Arial;
}
p#thrasherdesigns{
color:#FFFFFF;
font-size:8pt;
float:right;
font-family:Verdana, Arial;
}
p#thrasherdesigns a{
color:#FFFFFF;

}

p#serving{
color:#FFFFFF;
font-size:11pt;
font-weight:bold;
text-align:center;
font:font-family:Verdana, Arial;
}
p#servingb{
color:#FFFFFF;
font-size:11pt;
font-weight:bold;
text-align:center;
font:font-family:Verdana, Arial;
}
p{
padding:0px;
margin:0px;
}
.page_item{
list-style-type:none;
font-size:17px;

}
.nav{
	float:left;
	width:186px;
	height:auto;
	background-image: url(images/footfoot.jpg);
	background-repeat: no-repeat;
	background-position: center 16px;
	padding-left:0px;
	list-style-type: none;
	
}

#navlist{
	font-size: 13pt;
	font-family: Century;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	list-style-type: none;
	margin-top:29px;
}
#navlist li{
margin-top: 8px;
margin-left:-15px;
}
#navlist a:hover{
text-decoration:underline;
}
#navlist a{
text-decoration:none;
color: #000000;
}
#navlist a:active{
text-decoration:underline;
color: #000000;
}
.mission{
	margin-top:auto;
	position:relative;
	clear:both;
	display:block;

}
p#mission{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	padding-bottom:4px;
    padding-top:2px;
	padding-left:17px;
	font-weight:bold;

}



/* Begin Structure */
.narrowcolumn {
margin-left:175px;
margin-top:-17px	
}
/* End Structure */


/* Begin Page Specific CSS */
/* Contact Us */
#title{
border-bottom:medium;
border-bottom-color:#333333;
border-bottom-style:solid;
}

/* FAQ's */
.faq_label{

}
.faq_q{
font-weight:bold;
}
.faq_a{
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

/* LINKS's */
.linkage
{
list-style:none;
padding-left:10px;
padding-top:5px;
margin-top:10px;
padding-bottom:5px;
}
