/*
 Theme Name:   Medicalcollective Child Theme
 Theme URI:    https://www.medicalcollective.com
 Description:  A Twenty Ten child theme 
 Author:       Carl Trommel
 Author URI:   https://www.medicalcollective.com/
 Template:     twentyten
 Version:      1.0.0
*/
 
@import url("../twentyten/style.css");

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: right;
#	margin: 0 -240px 0 0;
	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
#	margin: 0 280px 0 20px;
	margin: 0 280px 0 5px;
}
#primary,
#secondary {
	float: left;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Arial, Georgia, "Bitstream Charter", serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.calendar_wrap,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: Arial, "Helvetica Neue", Helvetica, "Nimbus Sans L", sans-serif;
}
input[type="submit"] {
	font-family: Arial, "Helvetica Neue", Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: Arial, "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Arial, Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}