@charset "UTF-8";

/* CSS Document */

/*
Theme Name: OrthoX Custom Theme
Theme URI: http://www.jamingaroutte.com
Description: This is a custom theme for the OrthoX website
Author: Jamin Garoutte
Author URI: http://www.jamingaroutte.com
Version: 1.0
.
This theme may not be redistributed or resold in any way without the expressed permission of the theme author.
.
*/


/* Fix up IE6 PNG Support */
img, .title_image, #sidebar/* Fix up IE6 PNG Support */  { behavior: url(scripts/iepngfix.htc); }


/* Begin Style Editing */
body {
	background-attachment: fixed;
	background-color: #fbf9f7;
	background-image: url(images/gradientBkgd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 100%;
}


/* Layout */

#container   {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	position: relative;
	height: 100%;
}

#header {
	background-image: url(images/headerBkgd.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 130px;
	width: 800px;
	position: relative;
	top: 0px;
	margin: 0px;
	padding: 0px;
}

#sidebar {
	width: 200px;
	float: left;
	background-image: url(images/divider.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 580px;
}

#block_main {
	position: relative;
	width: 600px;
	margin-left: 200px;
}

#footer {
	margin-left: 235px;
	clear: both;
}


/* Text-Styles */

#logo  h1, #logo small{
	text-indent: -9999px;
	display: block;
}

h3 {
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 20pt;
}

#navigation  ul {
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 18pt;
	list-style-image: none;
	list-style-type: none;
	display: block;
	padding-left: 0px;
}

#navigation  li  a:link, #navigation li a:visited, #navigation li a:active      {
	color: #000000;
	text-decoration: none;
	padding-left: 16px;
}

#navigation li a:hover {
	color: #007F7B;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #007F7B;
	padding-left: 11px;
}

#searchColumn h3 {
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: normal;
}

#searchColumn  ul {
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	list-style-image: none;
	list-style-type: none;
	display: block;
	padding-left: 16px;
}

#searchColumn  li  a:link, #searchColumn li a:visited, #searchColumn li a:active      {
	color: #007F7B;
	text-decoration: none;
}

#searchColumn li a:hover {
	color: #007F7B;
	text-decoration: underline;
}

a:link, a:visited, a:active {
	color: #007F7B;
	text-decoration: none;
}

a:hover {
	color: #007F7B;
	text-decoration: underline;
}

.main_content {
	padding-left: 50px;
	padding-right: 10px;
}

.copyright {
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 6pt;
	font-style: italic;
}


/* Image Styles */

.title_image {
	background-image: url(images/homeTitle.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 215px;
	width: 580px;
}

#block_main .header_image {
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	color: #fbf9f7;
	background-repeat: no-repeat;
	height: 110px;
	width: 500px;
	padding-top: 75px;
	padding-left: 30px;
	font-size: 16pt;
}


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */