/*
Theme Name: Taconic Orthopedics Default
Theme URI: http://www.outofdarkness.com
Description: Mostly gray with some bits of orange around the edges.<br /><br />The fonts used in the blog name graphic are <a href="http://www.dafont.com/maxine-script.font">Maxine Script</a> and Georgia.  You can replace it with your own graphic by creating an image that's 95 pixels high and naming it blog-name.png (just make sure you put it in the images directory for the theme).
Version: 1.0beta
Author: JL
Author URI: http://dev.outofdarkness.com/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/



/*
	Table of Contents:
		General elements
		Structural elements
		Header elements
		Sidebar elements
		Post elements
		Metadata elements
		Comment elements
		Footer elements
		Widget-specific elements
*/


/* General elements */
* {
	margin: 0px;
	padding: 0px;
	border: none;
}

html,
body {
	text-align: center;
}

body {
	background: #e0dfda url('images/skeleton.jpg') top left no-repeat;
	font-family: Calibri, 'Trebuchet MS', 'Lucida Grande', Arial, Verdana, Helvetica, sans-serif;
	font-size: small; /* set base size here, use percentages of this size throughout the rest of the stylesheet */
	line-height: 140%;
}

p {font-size: 100%;}
h1 {font-size:200%;}
h2 {font-size:160%;}
h3 {font-size:140%;}
h4 {font-size:120%;}
h5 {font-size:100%;}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Trebuchet MS', Arial, Verdana, sans-serif;
}

blockquote {
	margin: 0px 30px 0px 30px;
}

p,
blockquote,
.post ul,
.post ol {
	margin-bottom: 1.5em;
}

input,
select,
textarea {
	background: #fff;
	border: 1px solid #555;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
}

a, a:active {
	color: #0C5ECE;
}

a:visited {
	color: #4D6280;
}

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

a img,
a img:hover {
	background: transparent;
	border: 0;
}

.float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.float-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: right;
}

div.clear {
     clear: both;
     font-size: 1px;
     line-height: 1px;
     overflow: hidden;
     visibility: hidden;
     width: 0;
     height: 0;
}

.heading { /* for headings that don't have any real semantic value */
	font-family: 'Trebuchet MS', Arial, Verdana, sans-serif;
	font-size: 130%;
	text-transform: lowercase;
}

ul {
padding-left: 15px;
}

li {
padding: 2px 0;
}

.edit {
padding:5px;
text-align:left;
}
.edit a {
background:#990000 none repeat scroll 0%;
border:2px solid;
color:#FFFFFF;
padding:5px;
text-decoration:none;
}
.edit a:hover {
background:#666666 none repeat scroll 0%;
color:#FFFFFF;
text-decoration:none;
}

.clearBoth {
clear: both;
}

/* Structural elements */
/* Positioning information goes here.  Colors, fonts, etc. should go in the individual sections. */
#page {
	background: #fff url('images/background.gif') left top repeat-y;
	border: 1px solid #000;
	margin: 50px auto; /* for centered layouts */
	overflow: hidden;
	text-align: left;
	width: 780px;
}

#header {
	background: #e2ebe9;
	overflow: hidden;
	padding: 20px;
	position: relative;
}

.searchBlock {
	position: absolute;
	top: 40px;
	right: 40px;
}

#navigation {
	overflow: hidden;
}

#container {
	background: url(images/skeleton-man.gif) bottom left no-repeat;
}

#content {
	float: right;
	overflow: hidden;
	padding: 0 10px 10px;
	width: 575px;
}

#sidebar {
	overflow: hidden;
}

#footer {
	clear: both;
	padding-left: 287px;
}


/* Header elements */
/* This section contains an image replacement technique and will need to be modified to call the right image and fit properly. */

#header h1 a,
#header h2 a {
	background: transparent url('images/taconic-logo.png') left center no-repeat;
	display: block;
	width: 275px
	height: 68px;
	line-height: 68px; /*change this to the height of the header image */
	text-indent: -1000em;
}
	
#header h2.description {
	color: #777;
	font-size: 100%;
	font-weight: normal;
	margin-left: 230px;
	overflow: hidden;
}

h3.category_description {
	font-weight: normal;
}


/* Navigation elements */

#navigation ul li {
	display: inline;
}

#navigation ul li a {
	background: #fa3;
	color: #fff;
	display: block;
	float: right;
	font-weight: bold;
	margin: 1px 0px 1px 1px;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	text-transform: lowercase;
}

#navigation ul li a:hover {
	background: #FF6600;
	color: #fff;
}


/* Sidebar elements */
	
#sidebar {
	font-size: 100%;
	text-transform: uppercase;
	overflow: hidden;
}

#sidebar a {
color: #fff;
text-decoration: none;
font-weight: 700;
}

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

#sidebar ul {
padding-left: 0;
}

#sidebar ul ul {
padding-left: 10px;
}

#sidebar ul ul ul {
padding-top: 10px;
}

#sidebar li a {
padding: 0 0 0 20px;
}

#sidebar li {
background: url('images/white-fade.png') left top no-repeat;
line-height: 40px;
list-style-type: none;
}

#sidebar li li {
background: none;
line-height: 12px;
padding: 5px 0;
}

#sidebar li li a, #sidebar li li li a {text-transform: none;}

#sidebar .widget {
	margin-bottom: 25px;	
}

#sidebar .widget .heading,
#sidebar .widget .heading a {
	color: #000;
	text-decoration: none;
}

#sidebar .widget ul {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}

#sidebar .widget a:link, 
#sidebar .widget a:visited {
	color: ;
}

#sidebar .widget a:hover {
	color: ;
}

#sidebar .widget .subscribeIcon {
	border: none;
	float: left;
	margin-right: 10px;
}

form#searchform label {
	display: none;
}

#medHis {
margin: 0 auto;
padding-top: 25px;
width: 160px;
}



/* Post elements */

#movie {
background: #39574A;
width: 575px;
height: 256px;
color: #fff;
}

#feature {
width: 575px;
overflow: hidden;
}

#feature a {
color: #000;
text-decoration: none;
}

#feature a:hover {
	color: #39574A;
	text-decoration: underline;
}

#featLeft {
float: left;
width: 379px;
display: block;
}

h1#featTop {
background: url('images/whats-new-top.jpg') top left no-repeat;
height: 35px;
width: 379px;
}

#featMid {
border-left: 1px solid #1E8071;
border-right: 1px solid #1E8071;
margin-left: 1px;
width: 344px;
padding: 0 15px 10px;
}

#featBottom {
background: url('images/whats-new-bottom.jpg') bottom left no-repeat;
height: 14px;
}

#featRight{
float: right;
width: 189px;
}

.featLink {
float: left;
}

.post {
	clear: both;
	margin: 15px 0 20px 4px;
}

.post-header h1,
.post-header h2,
.pagetitle {
	font-size: 140%;
	font-weight: normal;
}

.post-header,
.post-header a,
.post-header a:visited {
	color: #000;
	text-decoration: none;
}

.interpost-nav {
	margin: 30px 0px 30px 0px;
	text-align: center;
}

.interpost-nav .float-left {

}

.interpost-nav .float-right {

}

.post ul,
.post ol {
	margin-left: 30px;
}


/* Metadata elements */
.post-metadata { 
	font-size: 85%;
	line-height: 110%;
	margin-top: 5px;
	margin-bottom: 10px;
}

.post-metadata span {
	
}

.post-metadata span.post-categories {
	
}

.post-metadata span.post-date {
	
}

.post-metadata span.post-comments {
	
}

.trackbackURL {
	font-size: 75%;
}


/* Comment elements */
#comments .heading {
	display: block;
	font-family: 'Trebuchet MS', Arial, Verdana, sans-serif;
	margin-top: 30px;
}

#comments .comment-list {
	
}

#comments .comment {
	clear: both;
	padding: 5px;
}

#comments .comment-list .alt,
div.landing_pages {
	background: #FFDB37;
}

div.landing_pages {
	border: ;
	padding: 10px;
}

#comments .comment-number {
	display: inline;
	font-size: 2em;
	text-decoration: none;
}

#comments .comment-number a {
	color: #FF6600;
	text-decoration: none;
}

#comments .comment-number a:hover {
	color: #fff;
}

#comments .comment-gravatar {
	float:left;
	margin: 10px 5px 5px 0px;
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
}

#comments .gravatar {
	
}

#comments .postgrav {
	float: left;
	padding: 3px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #ccc;
	background: #fff;
}

#comments .comment-list cite {
	
}

#comments .comment-content {
	
}


/* Footer elements */

#footer {
	color: #fff;
	font-size: 85%;
	padding-top: 0px;
}

#footer p {
background: #39574A;
margin-left: -110px;
margin-bottom: 0;
padding: 5px 10pt 5px 0;
text-align: right;
}

#footer a {
color: #fff;
}

/* Widget-specific elements */



/* Plugin-specific elements */
ul.postspermonth {
	list-style: none;
	margin-bottom: 30px;
}