/*
Theme Name: Kathleen Gordon DDS
Theme URI: http://www.kagordondds.com/
Description: The WordPress theme for the Kathleen Gordon DDS website.
Author: White Bot Studios
Author URI: http://whitebot.com/
Version: 1.0
Tags: grey, blue, orange, white, two-columns, fixed-width, custom-header, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {

}
#content {

}
#primary,
#secondary {

}
#secondary {

}
#footer {

}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {

}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
}


/* =Fonts
-------------------------------------------------------------- */
.page-title span,
.pingback a.url {
	font-family: 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,
.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,
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */


input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */


/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	clear: both;
	display: block;
}


/* =Menu
-------------------------------------------------------------- */



/* =Content
-------------------------------------------------------------- */


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* OG Site Styles */
html, body				{ color: #666; font-family: Arial, sans-serif; font-size: 1em; }
strong					{ font-weight: bold; }

#banner					{ margin: 0 0 20px 0; position: relative; }
#wrapper2				{ margin: 0 auto; position: relative; width: 960px; z-index: 1; }
#content				{ }
#copy					{ position: absolute; left: 5px; top:30px; }
#credit					{ color: #03AED2; position: absolute; left: 5px; top:50px; }
#credit a				{ color: #03AED2; }
.feature				{ color: #fff; font-size: .9em;}
.feature a				{ color: #fff; display: block; font-weight: bold; margin: 10px 0 0 0; text-decoration: none; }
.feature div			{ padding: 15px; }
.feature span			{ display: block; font-size: 1.4em; font-weight: bold; margin: 0 0 10px 0; }
#feature-tab-blu		{ height: 168px; position: absolute; right: 273px; top: 239px; width: 273px; }
.feature-tab-blu-default{ background: url(images/feature-tab-blu.png) no-repeat; }
.feature-tab-blu-hover	{ background: url(images/feature-tab-blu-rev.png) no-repeat; }
#feature-tab-org		{ height: 168px; position: absolute; right: 7px; top: 239px; width: 273px; }
.feature-tab-org-default{ background: url(images/feature-tab-org.png) no-repeat; }
.feature-tab-org-hover	{ background: url(images/feature-tab-org-rev.png) no-repeat; }
#footer					{ color: #fff; font-size: .8em; margin: 0 auto; position: relative; width: 960px; }
#footerShade			{ background: #C6C2A9; bottom: 0; clear: both; height: 75px; width: 100%; z-index: 99; }
#header					{ clear:both; height: 140px; position: relative; }
.homeBox				{ float: left; width: 330px; }
.homeBox a				{ color: #C6C2A9; display: block; font-weight: bold; text-decoration: none; }
.homeBox img			{ float: left; margin: 15px 10px 100px 0; }
#logo					{ left: 0; position: absolute; top: 0; }
#main					{ float: left; width: 660px; }
#nav-footer				{ position: absolute; right: 5px; top:30px; }
#nav-footer ul			{ list-style-type: none; }
#nav-footer li			{ border-right: 1px solid #fff; float: left; }
#nav-footer li.last		{ border-right-width: 0; }
#nav-footer a			{ color: #fff; display: block; margin: 0 10px; }
#nav-header			{ left: 120px; position: absolute; top: 80px; }
#nav-header ul			{ list-style-type: none; }
#nav-header li			{ float: left; }
#nav-header a			{ color: #fff; display: block; font-weight: bold; font-size: 1.2em; height: 45px; line-height: 45px; margin: 0 15px; text-align: center; text-decoration: none; text-transform: uppercase; width: 109px; }
#nav-header a:hover	{ background: url(images/nav-hover.png) no-repeat 50% 50%; }
#nav-header a.current	{ background: url(images/nav-highlight.png) no-repeat 50% 50%; }
#nav-primary			{  }
#nav-primary ul			{  }
#nav-primary li			{  }
#nav-primary a			{  }
#nav-primary a:hover	{  }
#nav-primary a.current	{  }
.pdf					{ background: url(images/icon-pdf.png) no-repeat; display: block; float: left; height: 20px; margin-right: 5px; width: 21px; }
.portrait				{ border: 1px solid #eee; float:left; margin: 10px 10px 10px 0; padding: 10px; }
.portraitRow			{ clear: both; margin: 20px 0; }
#side					{ float:right; width: 250px; }
#nav-primary ul				{ list-style-position: inside; }
#nav-primary  li				{ list-style-image:url(images/li-sprocket.png); padding: 0 0 15px 0; }
#nav-primary a, #nav-primary li a		{ color: #C6C2A9; text-decoration: none; }
.review {background: #eee; margin: 5px 0 25px 0; padding: 10px;}
.author {font-weight: 700;}
#slogan					{ color: #fff; font-size: 2.5em; font-weight: bold; position: absolute; right: 40px; top: 70px; }
#slogan span			{ display: block; font-size: .8em; font-weight: normal; }
#tourFrame				{ height: 366px; margin: 1em auto; width: 550px; }
#tweet					{ height:110px; overflow:hidden; padding: 40px 15px 0 15px; }
#tweetBbl				{ background: url(images/twitterBbl.png) no-repeat; bottom: 0; height:170px; position: absolute; width: 250px; z-index:1 }
.twtr-hd				{ display: none; }
.videoBox {background: #C6C2A9; margin: 10px auto 0 auto; padding: 5px; text-align: center; width: 510px;}
#wrapper				{ background: url(images/bodyBGSub.gif) repeat-x; }
#wrapper.home			{ background: url(images/bodyBG.gif) repeat-x; }
#wrapper.home #footerShade { position: static; }

/*
	Content Main
*/
#main a					{ color: #03AED2; }
#main ul				{ list-style-type: disc; margin: 15px 0 15px 45px; }
#main li				{ padding: 5px 0; }

/*
	Typography
*/
#content h1				{ border-bottom: 2px solid #C6C2A9; color: #F6BA17; font-size: 1.5em; font-weight: bold; padding: 15px 0; }
#content h2				{ border-bottom: 2px solid #C6C2A9; color: #03AED2; font-size: 1.2em; font-weight: bold; padding: 15px 0; }
#content h3				{ color: #03AED2; font-size: 1.2em; font-weight: bold; padding: 15px 0; }
#content h3.org			{ color: #F6BA17; }	
#content p				{ padding: 15px; }


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}