/*---:[ Thesis CSS reset ]:---*/
* {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, abbr, acronym, fieldset {
	border: 0;
}
code {
	line-height: 1em;
}
pre {
	overflow: auto;
	clear: both;
	word-wrap: normal;
	-moz-tab-size: 4;
	tab-size: 4;
}
sub, sup {
	line-height: 0.5em;
}
img, .wp-caption {
	max-width: 100%;
	height: auto;
}
iframe, video, embed, object {
	display: block;
	max-width: 100%;
}
img {
	display: block;
}
.left, .alignleft, img[align="left"] {
	display: block;
	float: left;
}
.right, .alignright, img[align="right"] {
	display: block;
	float: right;
}
.center, .aligncenter, img[align="middle"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	float: none;
	clear: both;
}
.block, .alignnone {
	display: block;
	clear: both;
}
.wp-smiley {
	display: inline;
}
input[type="submit"], button {
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
}
html {
	-webkit-text-size-adjust: 100%;
}
/*---:[ layout structure ]:---*/
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 25px;
	color: #474747;
	background-color: #f2f2f2;
	padding-top: 25px;
}
body.landing {
	padding-top: 0;
}
.container {
	width: 1103px;
	margin: 0 auto;
}
.landing .container {
	width: 800px;
}
.columns, .columns > .content, .columns > .sidebar {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.columns > .content {
	width: 800px;
	float: left;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #DDDDDD;
}
.columns > .sidebar {
	width: 303px;
	float: right;
	padding: 25px 25px 0 25px;
}
/*---:[ links ]:---*/
a {
	color: #60828F;
	text-decoration: none;
}
p a {
	text-decoration: underline;
}
p a:hover {
	text-decoration: none;
}
/*---:[ nav menu ]:---*/
.menu {
	position: relative;
	z-index: 50;
	list-style: none;
	border-width: 0 0 1px 1px;
	border-style: solid;
}
.menu li {
	position: relative;
	float: left;
	margin-bottom: -1px;
}
.menu .sub-menu {
	position: absolute;
	left: -1px;
	display: none;
	list-style: none;
	z-index: 110;
	margin-top: -1px;
}
.menu .sub-menu .sub-menu {
	top: 0;
	left: 12.1875em;
	margin: 0 0 0 -1px;
}
.menu li:hover > .sub-menu {
	display: block;
}
.menu .sub-menu li {
	width: 12.1875em;
	clear: both;
}
.menu a, .menu_control {
	display: block;
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 15px;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #474747;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	background-color: #f2f2f2;
	padding: 0.75em 1em;
}
.menu a:hover {
	background-color: #DDDDDD;
}
.menu_control {
	display: none;
	background-color: #f2f2f2;
}
.menu .sub-menu a {
	border-left-width: 1px;
}
.menu, .menu a, .menu .sub-menu {
	border-color: #DDDDDD;
}
.menu .current-menu-item > a {
	border-bottom-color: #f2f2f2;
	background-color: #f2f2f2;
	cursor: text;
}
.menu .sub-menu .current-menu-item > a {
	border-bottom-color: #DDDDDD;
}
/*---:[ header ]:---*/
.header {
	border-bottom: 3px double #DDDDDD;
	padding: 25px;
}
.landing .header {
	text-align: center;
}
#site_title {
	font-size: 37px;
	line-height: 1.32em;
	font-weight: bold;
	color: #474747;
}
#site_title a {
	color: #474747;
}
#site_title a:hover {
	color: #60828F;
}
#site_tagline {
	font-size: 14px;
	color: #888888;
	line-height: 1.32em;
}
/*---:[ golden ratio typography with spaced paragraphs ]:---*/
.grt, .grt h3 {
	font-size: 14px;
	line-height: 25px;
}
.grt .headline {
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 20px;
	line-height: 33px;
	margin: 0;
}
.grt h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 30px;
	margin-top: 38px;
	margin-bottom: 13px;
}
.grt .small, .grt .caption {
	font-size: 11px;
	line-height: 21px;
}
.grt .drop_cap {
	font-size: 50px;
	line-height: 1em;
	margin-right: 0.15em;
	float: left;
}
.grt p, .grt ul, .grt ol, .grt blockquote, .grt pre, .grt dl, .grt dd, .grt .center, .grt .block, .grt .caption, .post_box .aligncenter, .post_box .alignnone, .post_box .post_image, .post_box .post_image_box, .post_box .wp-caption, .post_box .wp-post-image, .post_box .alert, .post_box .note, .headline_area {
	margin-bottom: 25px;
}
.grt ul, .grt ol, .grt .stack {
	margin-left: 25px;
}
.grt ul ul, .grt ul ol, .grt ol ul, .grt ol ol, .wp-caption p, .post_box .alert p:last-child, .post_box .note p:last-child, .post_content blockquote.right p, .post_content blockquote.left p {
	margin-bottom: 0;
}
.grt .left, .post_box .alignleft, .post_box .ad_left {
	margin-bottom: 25px;
	margin-right: 25px;
}
.grt .right, .post_box .alignright, .post_box .ad {
	margin-bottom: 25px;
	margin-left: 25px;
}
.grt .caption {
	margin-top: -13px;
	color: #888888;
}
/*---:[ golden ratio pullquotes ]:---*/
.grt blockquote.right, .grt blockquote.left {
	font-size: 23px;
	line-height: 33px;
	width: 45%;
	margin-bottom: 13px;
}
.grt blockquote.right, .grt blockquote.left { 
	padding-left: 0;
	border: 0;
}
/*---:[ post box styles ]:---*/
.post_box {
	padding: 25px 25px 0 25px;
	border-top: 1px dotted #DDDDDD;
}
.top {
	border-top: 0;
}
.post_box .headline, .headline a {
	color: #4f4f4f;
}
.headline a:hover {
	color: #60828F;
}
.byline, .byline a {
	color: #888888;
}
.byline a {
	border-bottom: 1px solid #DDDDDD;
}
.byline a, .post_author, .post_date {
	text-transform: uppercase;
	letter-spacing: 1px;
}
.byline a:hover, .num_comments {
	color: #474747;
}
.byline .post_edit {
	margin-left: 13px;
}
.byline .post_edit:first-child {
	margin-left: 0;
}
.post_author_intro, .post_date_intro, .byline .post_cats_intro {
	font-style: italic;
}
.post_box h2, .post_box h3 {
	color: #787878;
}
.post_box h3 {
	font-weight: bold;
}
.post_box ul {
	list-style-type: square;
}
.post_box blockquote {
	color: #888888;
	margin-left: 13px;
	padding-left: 13px;
	border-left: 1px solid #DDDDDD;
}
.post_box code {
	font-family: Consolas, Monaco, Menlo, Courier, Verdana, sans-serif;
}
.post_box pre {
	font-family: Consolas, Monaco, Menlo, Courier, Verdana, sans-serif;
	background-color: #f2f2f2;
	padding: 13px;
	-webkit-tab-size: 4;
	-moz-tab-size: 4;
	tab-size: 4;
}
.post_content li a {
	text-decoration: underline;
}
.post_content li a:hover {
	text-decoration: none;
}
.post_box .frame, .post_box .post_image_box, .post_box .wp-caption {
	border: 1px solid #DDDDDD;
	background-color: #f2f2f2;
	padding: 13px;
}
.post_box .wp-caption img, .post_box .post_image_box .post_image, .post_box .thumb {
	margin-bottom: 13px;
}
.wp-caption.aligncenter img {
	margin-right: auto;
	margin-left: auto;
}
.wp-caption .wp-caption-text .wp-smiley {
	display: inline;
	margin-bottom: 0;
}
.post_box .wp-caption p {
	font-size: 11px;
	line-height: 21px;
}
.post_box .author_description {
	border-top: 1px dotted #DDDDDD;
	padding-top: 25px;
}
.post_box .author_description_intro {
	font-weight: bold;
}
.post_box .avatar {
	width: 54px;
	height: 54px;
	float: right;
	clear: both;
	margin-left: 13px;
}
.post_box .author_description .avatar {
	width: 75px;
	height: 75px;
	float: left;
	margin-right: 13px;
	margin-left: 0;
}
.post_box .post_cats, .post_box .post_tags {
	color: #888888;
}
.post_box .alert, .post_box .note {
	padding: 13px;
}
.post_box .alert {
	background-color: #ff9;
	border: 1px solid #e6e68a;
}
.post_box .note {
	background-color: #f2f2f2;
	border: 1px solid #DDDDDD;
}
.landing .headline_area {
	text-align: center;
}
/*---:[ other post box styles ]:---*/
.num_comments_link {
	display: inline-block;
	color: #888888;
	text-decoration: none;
	margin-bottom: 25px;
}
.num_comments_link:hover {
	text-decoration: underline;
}
.bracket, .num_comments {
	font-size: 25px;
}
.bracket {
	color: #DDDDDD;
}
/*---:[ misc. content elements ]:---*/
.archive_intro {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #DDDDDD;
}
.archive_intro .headline {
	margin-bottom: 25px;
}
.prev_next {
	clear: both;
	color: #888888;
	border-top: 1px solid #DDDDDD;
	padding: 13px 25px;
}
.prev_next .next_posts {
	float: right;
}
.previous_posts, .next_posts {
	display: block;
	font-size: 11px;
	line-height: 21px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.previous_posts a:hover, .next_posts a:hover {
	text-decoration: underline;
}
/*---:[ comments ]:---*/
#comments {
	margin-top: 50px;
}
.comments_intro {
	color: #888888;
	margin-bottom: 13px;
	padding: 0 25px;
}
.comments_closed {
	font-size: 11px;
	line-height: 21px;
	color: #888888;
	margin: 0 25px 25px 25px;
}
.comment_list {
	list-style-type: none;
	margin-bottom: 50px;
	border-top: 1px dotted #DDDDDD;
}
.comment {
	border-bottom: 1px dotted #DDDDDD;
	padding: 25px;
}
.children .comment {
	list-style-type: none;
	margin-top: 25px;
	border-left: 1px solid #DDDDDD;
	border-bottom: 0;
	padding: 0 0 0 25px;
}
.children .bypostauthor {
	background-color: transparent;
	border-color: #60828F;
}
.comment .comment_head {
	margin-bottom: 13px;
}
.children .comment_head {
	margin-bottom: 0;
}
.comment .comment_author {
	font-weight: bold;
}
.comment_date {
	font-size: 11px;
	margin-left: 13px;
	color: #888888;
}
.comment_date a {
	color: #888888;
}
.comment_footer a {
	font-size: 11px;
	line-height: 21px;
	color: #888888;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: 13px;
}
.comment_head a:hover, .comment_footer a:hover, .comment_nav a:hover {
	text-decoration: underline;
}
.comment_footer a:first-child {
	margin-left: 0;
}
.comment .avatar {
	width: 50px;
	height: 50px;
	float: right;
	margin-left: 13px;
}
.comment_nav {
	font-size: 11px;
	line-height: 21px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-style: dotted;
	border-color: #DDDDDD;
	padding: 13px 25px;
}
.comment_nav_top {
	border-width: 1px 0 0 0;
}
.comment_nav_bottom {
	margin: -50px 0 50px 0;
	border-width: 0 0 1px 0;
}
.next_comments {
	float: right;
}
/*---:[ inputs ]:---*/
.input_text {
	font-size: inherit;
	line-height: 1em;
	font-family: inherit;
	font-weight: inherit;
	color: #474747;
	border: 1px solid #DDDDDD;
	background-color: #f2f2f2;
	padding: 0.35em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.input_text:focus {
	border-color: #f2f2f2;
	background-color: #f2f2f2;
}
textarea.input_text {
	line-height: 25px;
}
.input_submit {
	font-size: 18px;
	line-height: 1em;
	font-family: inherit;
	font-weight: bold;
	border: 3px double #DDDDDD;
	background: #f2f2f2 url('images/bg-button.png') repeat-x;
	padding: 0.5em;
	cursor: pointer;
	overflow: visible;
}
/*---:[ comment form ]:---*/
#commentform {
	margin: 50px 0;
	padding: 0 25px;
}
.comment #commentform {
	margin-top: 0;
	padding-right: 0;
	padding-left: 0;
}
.comment_form_title {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #787878;
	margin: 0 -25px;
	border-bottom: 1px dotted #DDDDDD;
	padding: 0 25px 13px 25px;
}
#commentform label {
	display: block;
}
#commentform p {
	margin-bottom: 13px;
}
#commentform p .required {
	color: #d00;
}
.comment_moderated {
	font-weight: bold;
}
#commentform .input_text {
	width: 50%;
}
#commentform textarea.input_text {
	width: 100%;
}
#cancel-comment-reply-link {
	float: right;
	font-size: 11px;
	line-height: inherit;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #60828F;
}
#cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.login_alert {
	font-weight: bold;
	border: 1px solid #DDDDDD;
	background-color: #f2f2f2;
}
/*---:[ sidebar ]:---*/
.sidebar {
	font-size: 11px;
	line-height: 17px;
}
.sidebar .headline, .sidebar .sidebar_heading, .sidebar .widget_title {
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 20px;
	color: #4f4f4f;
	line-height: 29px;
}
.sidebar .sidebar_heading, .sidebar .widget_title {
	font-variant: small-caps;
	letter-spacing: 1px;
	margin-bottom: 9px;
}
.sidebar .input_submit {
	font-size: inherit;
}
.sidebar p, .sidebar ul, .sidebar ol, .sidebar blockquote, .sidebar pre, .sidebar dl, .sidebar dd, .sidebar .left, .sidebar .alignleft, .sidebar .ad_left, .sidebar .right, .sidebar .alignright, .sidebar .ad, .sidebar .center, .sidebar .aligncenter, .sidebar .block, .sidebar .alignnone {
	margin-bottom: 17px;
}
.sidebar .left, .sidebar .alignleft, .sidebar .ad_left {
	margin-right: 17px;
}
.sidebar ul ul, .sidebar ul ol, .sidebar ol ul, .sidebar ol ol, .sidebar .right, .sidebar .alignright, .sidebar .ad, .sidebar .stack {
	margin-left: 17px;
}
.sidebar ul ul, .sidebar ul ol, .sidebar ol ul, .sidebar ol ol, .wp-caption p, .sidebar .post_excerpt p {
	margin-bottom: 0;
}
.widget, .sidebar .text_box, .sidebar .thesis_email_form, .sidebar .query_box {
	margin-bottom: 34px;
}
.sidebar .thesis_email_form .input_text, .widget li {
	margin-bottom: 9px;
}
.sidebar .search-form .input_text, .sidebar .thesis_email_form .input_text {
	width: 100%;
}
.sidebar .query_box .post_author, .sidebar .query_box .post_date {
	color: #888888;
}
.sidebar .post_content, .widget li ul, .widget li ol {
	margin-top: 9px;
}
.widget ul {
	list-style-type: none;
}
.widget li a:hover {
	text-decoration: underline;
}
/*---:[ footer ]:---*/
.footer {
	font-size: 11px;
	line-height: 21px;
	text-align: right;
	color: #888888;
	border-top: 3px double #DDDDDD;
	padding: 13px 25px;
}
.footer a {
	color: #888888;
}
.footer a:hover {
	color: #474747;
}
.landing .footer {
	text-align: center;
}

/*---:[ clearfix ]:---*/
.columns:after, .menu:after, .post_box:after, .post_content:after, .author_description:after, .sidebar:after, .query_box:after, .prev_next:after, .comment_text:after, .comment_nav:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden;
}

.navcolumns_22, .navcolumns_22 > .c1, .navcolumns_22 > .c2 { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.navcolumns_22 > .c1 { width: 79%; float: left; padding-right: 11px; padding-left: 11px; }
.navcolumns_22 > .c2 { width: 21%; float: right; }
@media all and (max-width: 800px) {
.menu {
width: 100%;
}

}
.sub-menu { position: relative; list-style: none; z-index: 50; }
.sub-menu li { position: relative; float: left; }
.sub-menu ul { position: absolute; visibility: hidden; list-style: none; z-index: 110; }
.sub-menu ul li { clear: both; }
.sub-menu a { display: block; }
.sub-menu ul ul { position: absolute; top: 0; }
.sub-menu li:hover ul, .sub-menu a:hover ul, .sub-menu :hover ul :hover ul, .sub-menu :hover ul :hover ul :hover ul { visibility: visible; }
.sub-menu :hover ul ul, .sub-menu :hover ul :hover ul ul { visibility: hidden; }
.sub-menu ul, .sub-menu ul li { width: 150px; }
.sub-menu ul ul, .sub-menu :hover ul :hover ul { left: 150px; }
.sub-menu a { font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; font-size: 14px; line-height: 13px; }
.sub-menu ul a { width: auto; }
#header {
	padding: 0;
}
#header #site_title a, #header #site_tagline {
	display: none;
}

/*---:[ custom CSS ]:---*/
/*---:[ layout structure ]:---*/
body {
	background-image:url('images/fabric-by-the-yard-belgian-linen-i.jpg');
	background-repeat: repeat;
	background-attachment: fixed;
	background-color: #f2f2f2;
	padding-top: 0;
}
.container {
	width: 1024px;
	margin: 0 auto;
	box-shadow: -1px 5px 10px rgba(1, 1, 1, 0.5);
	background: #f2f2f2;
}
.container_header {
	width: 1024px;
	margin: 0 auto;
	padding-top: none;
	position: center
}
.columns > .content {
	float: left;
	border-width: 0 1px 0 0;
	width: 65%;
	margin-right: 0%;
	margin-left: 1.5%; 
	margin-top: 1.5%;
	margin-bottom: 1.5%;
	border: none;
}
.columns > .sidebar {
	background: none;
	width: 303px;
	float: right;
	width: 35%;
	margin-right: -1%;
	margin-left: -10%;
	margin-top: -1%;
	margin-bottom: 17px;
}
/*---:[ links ]:---*/
a {
	color: #60828F;
	text-decoration: none;
}
a {
	color:#21759b;
	text-decoration:none;
	-moz-transition: color .25s ease, margin .25s ease;
	-webkit-transition: color .25s ease, margin .25s ease;
	-o-transition: color .25s ease, margin .25s ease;
	-ms-transition: color .25s ease, margin .25s ease;
	transition: color .25s ease, margin .25s ease;
}
a:hover {
	color:#d54e21;
}
p a {
	text-decoration: none;
}
p a:hover {
	text-decoration: none;
}
/*---:[ nav menu ]:---*/
.menu {
	border-width: 0px 0px 0px 0px;
	background: none repeat scroll 0 0 #f2f2f2;
}
.menu .sub-menu {
	font-size: 12px;
}
.menu a, .menu_control {
	color: #4f4f4f;
	border-width: 0px 0px 0px 0;
	border-style: none;
	background-color: #f2f2f2;
	padding: 0.75em 1em;
	text-transform: none;
}
.menu a:hover {
	background-color: #fcfcfc;
	text-decoration: none;
}
.menu_control {
	display: none;
	background-color: #f2f2f2;
}
.menu, .menu a, .menu .sub-menu {
	border-color:#f8f8f8;
}
.menu .current-menu-item > a {
	border-bottom-color: #4f4f4f;
	background-color: #f8f8f8;
	cursor: text;
}
.menu .sub-menu .current-menu-item > a {
	border-bottom-color: #f8f8f8;
}
.menu .sub-menu li {
	width: 200px;
}
/*---:[ header ]:---*/
.header {
	border-bottom: 0px double #DDDDDD;
}
/*---:[ post box styles ]:---*/
.post_box {
	padding: 25px 25px 25px 25px;
	box-shadow: 0px 3px 5px rgba(1, 1, 1, 0.2);
	background: #f8f8f8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	margin-bottom: 17px;
}
.headline a:hover {
	color: #60828F;
	text-decoration: none;
}
.post_content li a {
	text-decoration: none;
}
/*---:[ other post box styles ]:---*/
.num_comments_link:hover {
	text-decoration: none;
}
/*---:[ misc. content elements ]:---*/
.previous_posts, .next_posts {
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 2px;
}
.previous_posts a:hover, .next_posts a:hover {
	text-decoration: none;
}
/*---:[ comments ]:---*/
.comment_head a:hover, .comment_  a:hover, .comment_nav a:hover {
	text-decoration: none;
}
/*---:[ inputs ]:---*/
.input_submit {
	background: #f2f2f2 url('images/bg-button-mk.jpg') repeat-x;
}
/*---:[ comment form ]:---*/
#cancel-comment-reply-link:hover {
	text-decoration: none;
}
/*---:[ sidebar ]:---*/
.sidebar_widget_container {
	box-shadow: 0px 3px 5px rgba(1, 1, 1, 0.2);
	background: #fff;
	padding:  25px 25px 25px;
	background-color: #fff;
	margin-bottom: 17px;
}
.widget li a:hover {
	text-decoration: underline;
}
/*---:[ footer ]:---*/
.footer {
	font-size: 15px;
	text-align: right;
	padding: 13px 13px;
	background: #005D38
}
.footer a {
	color: #ADE3FF;
	font-size: 15px;
}
.footer a:hover {
	color: #D18DC8;
	text-decoration: none;
}
.landing .footer {
	text-align: right;
	font-size: 15px;
}
.columns_44:after, .columns_33:after, .navcolumns_22:after, headline_area_image:after, .sub-menu:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }