/*---:[ Thesis CSS reset ]:---*/
* {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}
html {
	-webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, fieldset {
	border: 0;
}
abbr, acronym {
	text-decoration: none;
}
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;
}
input[type="submit"], button {
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
}
.wp-smiley {
	display: inline;
}
/************** Begin Skin CSS ***************************/
body { 
	font-size: 16px; 
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; 
	color: #666666; 
	line-height:27px;
	background-color:#FFFFFF;
}
a { 
	color: #C21717; 
	text-decoration: none; 
}
a:hover { 
	color: #91BBCD; 
	text-decoration: underline; 
}
img {
	max-width:100%; 
	height:auto;
}
/************** Primary Structural Elements ***************************/
#header_columns{
	padding:0; 
	text-align:center;
}
#top_menu_area { 
	background-color: #2969A9; 
}
#feature_box_area .columns_1, #feature_box_area .columns_1 .full{
	padding-bottom:0;
}
#footer_area_top { 
	background-color: #2969A9; 
}
#footer_area_bottom { 
	color: #91BBCD; 
	background-color: #333333; 
	overflow:hidden;
}
.page_wrapper { 
	width: 1032px; 
	margin-right: auto; 
	margin-left: auto; 
}

/* Agility Columns Style - Version 2.1 */
.columns_1, .columns_2, .columns_3, .columns_4, .columns_321, .columns_312, .columns_431, .columns_413{
	clear:both; 
	padding:26px 0;
}
.full{
	width:100%; 
	box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	padding:0 26px;
}
.half, .columns_4112 .reverse_wrapper{
	width:50%;  
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
	padding:0 13px;
}
.one-third, .columns_4121 .reverse_wrapper .one-quarter, .columns_4112 .reverse_wrapper .one-quarter{
	width:33.3%;  
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
	padding:0 13px;
}
.columns_321 .one-third, .columns_312 .one-third{
	width:33.5%;
}
.two-thirds, .columns_4121 .reverse_wrapper .half {
	width:66.5%;  
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
	padding:0 26px 0 13px;
}
.one-quarter{
	width:25%;  
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
	padding:0 13px;
}
.three-quarters{
	width:75%;  
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
	padding:0 26px 0 13px;
}
.columns_2 .half{
	float:left;
}
.columns_3 .one-third{
	float:left;
}
.columns_321 .two-thirds, .columns_321 .one-third{
	float:left;
}
.columns_312 .two-thirds, .columns_312 .one-third{
	float:right;
}
.columns_312 .one-third{
	float:left;
}
.columns_4 .one-quarter{
	float:left;
}
.columns_431 .three-quarters, .columns_413 .one-quarter{float:left;}
.columns_413 .three-quarters, .columns_431 .one-quarter{float:right;}
.columns_4211 .one-quarter, .columns_4211 .half{float:left;}
.columns_4121 .one-quarter, .columns_4121 .half{float:left;}
.columns_4112 .one-quarter{float:left;}
.columns_4112 .half{float:right;}
.columns_4121 .one-quarter, .columns_4121 .half{float:left;}
.columns_4121 .reverse_wrapper, .columns_4121 .reverse_wrapper .one-quarter{float:left;}
.columns_4121 .reverse_wrapper .half{float:right;}
.columns_4121 .reverse_wrapper{
	width:75%;  
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
	padding:0;
}
.columns_4112 .reverse_wrapper{
	width:75%;  
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	padding:0; 
	float:right;
}
.columns_4112 .reverse_wrapper .half{
	float:right;
	width:66.666%;
}
.columns_4112 .reverse_wrapper .one-quarter{float:left;}
/* End Agility Columns Style*/
/************** End Primary Structural Elements ***************************/

/************** Submit Buttons ***************************/
.submit a, input#searchsubmit, input#submit { 
	color: #91BBCD; 
	background-color: #2969A9; 
	text-decoration: none; 
	padding: 10px 20px;
}
.submit a:hover, input:hover#searchsubmit, input:hover#submit { 
	color: #fff; 
	background-color: #333333;
	cursor:pointer;
}
input#searchsubmit, input#submit{
	border:none;
}
#searchform input[type="submit"]{
	padding:8px 10px;
}
/************** Input Fields ***************************/
input[type="text"], input[type="email"], textarea { 
	font-size: inherit; 
	line-height: inherit; 
	font-family: inherit; 
	padding: 5px; 
}
input[type="text"]:focus { 
	border-style: solid; 
}
.search_form input[type="text"]{
	width:200px;
}
#searchform input[type="text"]{
	width:150px;
}
#searchform input#searchsubmit{padding:12px;}

/************** Menus ***************************/
/*  Typical Menu   */
.menu { position: relative; list-style: none; z-index: 50; }
.menu li { position: relative; float: left; }
.menu ul { position: absolute; visibility: hidden; list-style: none; z-index: 110; }
.menu ul li { clear: both; }
.menu a { display: block; }
.menu ul ul { position: absolute; top: 0; }
.menu li:hover ul, .menu a:hover ul, .menu :hover ul :hover ul, .menu :hover ul :hover ul :hover ul { visibility: visible; }
.menu :hover ul ul, .menu :hover ul :hover ul ul { visibility: hidden; }

/*  Main Menu   */
.main.menu ul, .main.menu ul li { width: 150px; }
.main.menu ul ul, .main.menu :hover ul :hover ul { left: 150px; }
.main.menu a { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-left:3px;
	margin-right:3px; }
.main.menu ul a { width: auto; margin:0;}
.main.menu a, .menu .current ul a, .main.menu .current-cat ul a, .main.menu .current-menu-item ul a { color: #ffffff;
	background-color: #2969A9; }
.main.menu a:hover, .main.menu .current-cat ul a:hover, .main.menu .current-parent a:hover, .main.menu .current-menu-item ul a:hover, .main.menu .current-menu-ancestor a:hover { text-decoration:none; color: #E7F0F4;
	background-color: #3588DB; }
.main.menu .current-cat a, .main.menu .current-cat a:hover, .main.menu .current-menu-item a, .main.menu .current-menu-item a:hover { color: #ff4040;
	background-color: #2969A9; }
.main.menu > li{
	width:auto;}

/*  Main Submenu   */
.main.menu .sub-menu a{border-radius:0;font-size: 16px;}
.main.menu .sub-menu a, .main.menu .current ul.sub-menu a, .main.menu .current-cat ul.sub-menu a, .main.menu .current-menu-item ul.sub-menu a { 
	background-color: #2969A9; }
.main.menu .sub-menu a:hover, .main.menu .current ul.sub-menu a:hover, .main.menu .current-cat u.sub-menul a:hover, .main.menu .current-parent .sub-menu a:hover, .main.menu .current-menu-item ul.sub-menu a:hover, .main.menu .current-menu-ancestor .sub-menu a:hover { text-decoration:none; 
	background-color: #333333; }
.main.menu .sub-menu .current a, .main.menu .sub-menu .current a:hover, .main.menu .sub-menu .current-cat a, .main.menu .sub-menu .current-cat a:hover, .main.menu .sub-menu .current-menu-item a, .main.menu .sub-menu .current-menu-item a:hover { 
	 }

/*  Footer Menu   */
#footer_area_bottom .menu a{font-size: 16px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px; }
#footer_area_bottom .menu ul, #footer_area_bottom .menu ul li { width: 150px; }
#footer_area_bottom .menu ul ul, #footer_area_bottom .menu :hover ul :hover ul { left: 150px; }
#footer_area_bottom .menu a, #footer_area_bottom .menu .current ul a, #footer_area_bottom .menu .current-cat ul a, #footer_area_bottom .menu .current-menu-item ul a { color: #C7DCE5;
	background-color: transparent; }
#footer_area_bottom .menu a:hover, #footer_area_bottom .menu .current ul a:hover, #footer_area_bottom .menu .current-cat ul a:hover, #footer_area_bottom .menu .current-parent a:hover, #footer_area_bottom .menu .current-menu-item ul a:hover, #footer_area_bottom .menu .current-menu-ancestor a:hover { color: #91BBCD;
	background-color: transparent; }
#footer_area_bottom .menu .current a, #footer_area_bottom .menu .current a:hover, #footer_area_bottom .menu .current-cat a, #footer_area_bottom .menu .current-cat a:hover, #footer_area_bottom .menu .current-menu-item a, #footer_area_bottom .menu .current-menu-item a:hover { color: #C7DCE5;
	 }

/*  Secondary Menu   */
.secondary.menu a{font-size: 16px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px; }
.secondary.menu ul, .secondary.menu ul li { width: 150px; }
.secondary.menu ul ul, .secondary.menu :hover ul :hover ul { left: 150px; }
.secondary.menu a, .secondary.menu .current ul a, .secondary.menu .current-cat ul a, .secondary.menu .current-menu-item ul a { color: #C21717;
	background-color: transparent; }
.secondary.menu a:hover, .secondary.menu .current ul a:hover, .secondary.menu .current-cat ul a:hover, .secondary.menu .current-parent a:hover, .secondary.menu .current-menu-item ul a:hover, .secondary.menu .current-menu-ancestor a:hover { color: #91BBCD;
	background-color: transparent; }
.secondary.menu .current a, .secondary.menu .current a:hover, .secondary.menu .current-cat a, .secondary.menu .current-cat a:hover, .secondary.menu .current-menu-item a, .secondary.menu .current-menu-item a:hover { color: #C21717;
	background-color: transparent; }

/*  Header Menu   */
#header_columns .menu a{font-size: 16px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px; }
#header_columns .menu ul, #header_columns .menu ul li { width: 150px; }
#header_columns .menu ul ul, #header_columns .menu :hover ul :hover ul { left: 150px; }
#header_columns .menu a, #header_columns .menu .current ul a, #header_columns .menu .current-cat ul a, #header_columns .menu .current-menu-item ul a { color: #C21717;
	background-color: transparent; }
#header_columns .menu a:hover, #header_columns .menu .current ul a:hover, #header_columns .menu .current-cat ul a:hover, #header_columns .menu .current-parent a:hover, #header_columns .menu .current-menu-item ul a:hover, #header_columns .menu .current-menu-ancestor a:hover { color: #91BBCD;
	background-color: transparent; }
#header_columns .menu .current a, #header_columns .menu .current a:hover, #header_columns .menu .current-cat a, #header_columns .menu .current-cat a:hover, #header_columns .menu .current-menu-item a, #header_columns .menu .current-menu-item a:hover { color: #C21717;
	background-color: transparent; }

/************** Font size & line height for various column widths ***************************/
/*  2/3 Column Width   */
p{
	font-size: 16px; 
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; 
	color: #666666; 
	line-height:27px;
}
/*  Full Column Width   */
.full p{
	font-size: 17px;
	line-height:28px;
}
/*  1/3 Column Width   */
.one-third p{
	font-size: 14px;
	color: #666666;
	line-height: 21px;
	font-weight:200;
}
/************** Post Boxes ***************************/
/*  Typical Post Box   */
.post_box h1, .post_box h1.headline, .post_box h2.headline { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 36px;
	color: #2969A9;
	line-height: 53px;
	font-weight:200; }
.post_box .headline{margin-bottom:14px;}
.post_box .headline_area .headline{margin-bottom:0px;}
.headline_area{	margin-bottom:14px; font-size: 13px;
	line-height: 23px; }
.post_box .post_content h2{ 
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #2969A9;
	line-height: 32px;
	font-weight:200; 
	margin-top: 41px; 
	margin-bottom: 14px; 
}
.post_box h3, .post_box h4 { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #2969A9;
	line-height: 29px;
	font-weight:200; margin-top: 39px; margin-bottom: 13px; }
.post_box h5, .post_box .small { font-size: 13px;
	line-height: 23px; }
.post_box .drop_cap { font-size: 54px; line-height: 1em; margin-right: 9px; float: left; }
.post_box p, .post_box ul, .post_box ol, .post_box blockquote, .post_box pre, .post_box dl, .post_box dd { margin-bottom: 27px; }
.post_box ul { list-style-type: square; list-style-position: inside; }
.post_box ul, .post_box ol { margin-left: 27px; }
.post_box ul ul, .post_box ul ol, .post_box ol ul, .post_box ol ol { margin-left: 27px; }
.post_box ul ul, .post_box ul ol, .post_box ol ul, .post_box ol ol, .wp-caption p { margin-bottom: 0; }
.post_box .left, .post_box .alignleft, .post_box .ad_left { 
	margin-bottom: 27px; 
	margin-right: 27px; 
}
.post_box .right, .post_box .alignright, .post_box .ad { 
	margin-bottom: 27px; 
	margin-right: 27px; 
}
.post_box .center, .post_box .aligncenter { margin-bottom: 27px; }
.post_box .block, .post_box .alignnone { margin-bottom: 27px; }
.post_box .stack { margin-left: 27px; }

blockquote.right, blockquote.left {
	font-size: 26px;
	line-height: 37px;
	width: 45%;
	margin-bottom: 14px;
}
blockquote.right, blockquote.left { 
	padding-left: 0;
	border: 0;
}
/*  Home Archive Post Box   */
.home_archive.post_box h2.headline{margin-bottom:0;}
.home_archive.post_box h2.headline a{ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 36px;
	color: #2969A9;
	line-height: 53px;
	font-weight:200; }
.home_archive.post_box p.post_cats{margin-bottom:14px;}
.home_archive.post_box .headline_area{margin-bottom:14px;}
.home_archive.post_box .post_footer{margin-top:27px; text-align:right;}
article.home_archive.post_box{margin-bottom:41px;}

#post_nav .right{text-align:right;}
#post_nav .half{padding:0;}

/*  Full Width Column Post Box   */
.full .post_box h1, .full .post_box h1.headline, .full .post_box h2.headline { font-size: 38px;
	line-height: 56px; }
.full .post_box .post_content h2{ 
	font-size: 22px;
	line-height: 35px; 
	margin-top: 42px; 
	margin-bottom: 14px; 
}
.full .post_box h3, .full .post_box h4 { 
	font-size: 22px;
	line-height: 35px; 
	margin-top: 42px; 
	margin-bottom: 14px; 
}
.full .post_box h5, .full .post_box .small { font-size: 13px;
	line-height: 23px; }
.full .post_box .drop_cap { 
	font-size: 56px; 
	line-height: 1em; 
	margin-right: 9px; 
	float: left; 
}
.full .post_box p, .full .post_box ul, .full .post_box ol, .full .post_box blockquote, .full .post_box pre, .full .post_box dl, .full .post_box dd { margin-bottom: 28px; }
.full .post_box ul ul, .full .post_box ul ol, .full .post_box ol ul, .full .post_box ol ol { margin-left: 28px; }
.full .post_box ul ul, .full .post_box ul ol, .full .post_box ol ul, .full .post_box ol ol, .wp-caption p { margin-bottom: 0; }
.full .post_box .left, .full .post_box .alignleft, .full .post_box .ad_left { 
	margin-bottom: 28px; 
	margin-right: 28px; 
}
.full .post_box .right, .full .post_box .alignright, .full .post_box .ad { 
	margin-bottom: 28px; 
	margin-left: 28px; 
}
.full .post_box .center, .full .post_box .aligncenter { margin-bottom: 28px; }
.full .post_box .block, .full .post_box .alignnone { margin-bottom: 28px; }
.full .post_box .stack { margin-left: 28px; }

/*  Typical Query Box   */
.query_box, .query_list{ font-size: 14px;
	color: #666666;
	line-height: 21px;
	font-weight:200;}
.query_box h1, .query_box .headline, .query_list h1, .query_list .headline { font-size: 23px;
	color: #2969A9;
	line-height: 33px;
	font-weight:200; }
.query_box .post_content h2, .query_box h3, .query_box h4, .query_list .post_content h2, .query_list h3, .query_list h4 { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #2969A9;
	line-height: 29px;
	font-weight:200; margin-top: 27px; margin-bottom: 14px; }
.query_box h5, .query_box .small, .query_list h5, .query_list .small  { font-size: 13px;
	line-height: 23px; }
.query_box p, .query_box ul, .query_box ol, .query_box blockquote, .query_box pre, .query_box dl, .query_box dd, .query_list p, .query_list ul, .query_list ol, .query_list blockquote, .query_list pre, .query_list dl, .query_list dd { margin-bottom: 27px; }
.query_box ul,  ul.query_list, ul.query_list ul { list-style-type: none; list-style-position: inside; }
.query_box ul, .query_box ol, .query_list ul, .query_list ol { margin-left: 14px; }
.query_box ul ul, .query_box ul ol, .query_box ol ul, .query_box ol ol { margin-left: 14px; }
.query_box ul ul, .query_box ul ol, .query_box ol ul, .query_box ol ol, query_box .wp-caption p { margin-bottom: 0; }
.query_list ul ul, .query_list ul ol, .query_list ol ul, .query_list ol ol { margin-left: 14px; }
.query_list ul ul, .query_list ul ol, .query_list ol ul, .query_list ol ol, query_list .wp-caption p { margin-bottom: 0; }
.query_list .left, .query_list .alignleft, .query_list .ad_left { margin-top: 7px; margin-bottom: 14px; margin-right: 14px; }
.query_box .left, .query_box .alignleft, .query_box .ad_left { margin-top: 7px; margin-bottom: 14px; margin-right: 14px; }
.query_box .right, .query_box .alignright, .query_box .ad, .query_list .right, .query_list .alignright, .query_list .ad {  margin-top: 7px; margin-bottom: 14px; margin-left: 14px; }
.query_box .center, .query_box .aligncenter, .query_list .center, .query_list .aligncenter  { margin-bottom: 14px; }
.query_box .block, .query_box .alignnone, .query_list .block, .query_list .alignnone  { margin-bottom: 14px; }
.query_box .stack, .query_list .stack  { margin-left: 14px; }
.query_box .featured_image_wrap .alignnone{margin-bottom:27px;}
.query_list .stack { margin-left: 14px; }
.query_list .featured_image_wrap .alignnone{margin-bottom:27px;}

/************** Widget Areas ***************************/
.widget { margin-bottom: 24px; font-size: 14px;
	color: #666666;
	line-height: 21px;
	font-weight:200;}
.widget .widget_title { margin-bottom: 12px; font-size: 23px;
	color: #2969A9;
	line-height: 33px;
	font-weight:200; }
.widget p, .widget ul { margin-bottom:24px; }
.widget li ul { margin-bottom: 0; }
.widget ul { list-style-type: none; list-style-position: inside; }
.widget a{
	color: #C21717;
	text-decoration: none;}
.widget a:hover{
	color: #91BBCD;
	text-decoration: underline;}

/************** Comments & Comment Form ***************************/
.comment { 
	border-width: 1px 0 0 5px; 
	border-style: solid; 
	border-color: #333333; 
	margin-top: 27px; 
	padding-top: 3px; 
	padding-left: 3px; 
}
.comment .comment_author { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #2969A9;
	line-height: 29px;
	font-weight:200; }
.comment .comment_aux { font-size: 13px;
	line-height: 23px; }
.children .comment { 
	list-style-type: none; 
	border-style: none; 
	padding-left: 14px; 
}
.comment .comment_text ul { list-style-type: square; list-style-position: inside; }
.comment .comment_text ul, .comment .comment_text ol { margin-left: 27px; }
.comment p, .comment .comment_text ul, .comment .comment_text ol, .comment .comment_text blockquote, .comment .comment_text pre { margin-bottom: 27px; }
.comment .comment_text li ul, .comment .comment_text li ol { 
	margin-left: 27px; 
	margin-bottom: 0; 
}
.comment .comment_text .left, .comment .comment_text .alignleft { 
	margin-bottom: 27px; 
	margin-right: 27px; 
}
.comment .comment_text .right, .comment .comment_text .alignright { 
	margin-bottom: 27px; 
	margin-left: 27px; 
}
.comment .comment_text .center, .comment .comment_text .aligncenter { margin: 0 auto 27px auto; }
.comment .comment_text .block, .comment .comment_text .alignnone { margin: 0 auto 27px 0; }
.comment{clear:both;}
.comment .avatar{
	float:left; 
	margin:0 14px 14px 0;
}
p.comments_intro, p#comment_form_title{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 36px;
	color: #2969A9;
	line-height: 53px;
	font-weight:200; 
	padding-bottom:27px; 
	border-top:#666666 1px solid;
}
#commentform label{
	display:block; 
	padding-bottom:5px;
}
#commentform input[type="text"]{
	padding:5px;
	width:90%;
	margin-bottom:14px;
}
#commentform textarea{
	padding:5px;
	width:100%;
	margin-bottom:14px;
}
#commentform .columns_2{padding-top:0;}

/************** Misc Styles ***************************/

#site_title, #site_title a { 
	font-size: 48px;
	color: #C21717;
	line-height: 69px; 
	margin-top: 14px; 
}
#site_title a:hover { 
	color: #91BBCD; }
#site_tagline {	font-size: 24px;
	color: #666;
	line-height: 37px; }
#archive_intro { 
	border-width: 0 0 1px 0; 
	border-style: solid; 
	border-color: #666666; 
	margin-bottom: 41px; 
}
h1.archive_title{margin-bottom:27px;}
.copyright{padding-top:10px;}

/************** Thesis Email Signup Box ***************************/
.thesis_email_form{margin:24px 0px;}
.one-third .email_form_title, .one-quarter .email_form_title  { 
	margin-bottom: 12px; 
	font-size: 23px;
	color: #2969A9;
	line-height: 33px;
	font-weight:200; 
}
.two-thirds .email_form_title, .one-half .email_form_title, .three-quarters .email_form_title   { 
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 36px;
	color: #2969A9;
	line-height: 53px;
	font-weight:200; 
}
.full .email_form_title   { 
	font-size: 38px;
	line-height: 56px; 
	margin-bottom: 14px;
}
.one-third .email_form_intro, .one-quarter .email_form_intro{
	margin-bottom: 12px;
	font-size: 14px;
	color: #666666;
	line-height: 21px;
	font-weight:200;
}
.two-thirds .email_form_intro, .one-half .email_form_intro, .three-quarters .email_form_intro,{
	margin-bottom: 14px;
}
.full .email_form_intro,{
	margin-bottom: 14px;
}
.thesis_email_form_submit.input_submit { 
	color: #91BBCD; 
	background-color: #2969A9; 
	text-decoration: none; 
	padding: 8px;
	border:none;
	margin-top:12px;
}
.thesis_email_form_submit.input_submit:hover { 
	color: #fff; 
	background-color: #333333;
	cursor:pointer;
}
.two-thirds .thesis_email_form_submit.input_submit, .three-quarters .thesis_email_form_submit.input_submit, .full .thesis_email_form_submit.input_submit {
	font-size:18px;
	padding:10px;
}
.one-third .thesis_email_form label, .one-quarter .thesis_email_form label{
	display:block;
}
.one-third .thesis_email_form .input_text, .one-quarter .thesis_email_form .input_text{
	width:100%;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

/************** Media Queries ***************************/
/* Agility Media Query */ 
@media only screen and (max-width:1024px), screen and (max-device-width:1024px) and (orientation:landscape){ 
	.page_wrapper{width:auto; padding:0 8px; margin:0;}
	.columns_321 .two-thirds { width:auto; margin-right:344px; }
	.columns_321 .one-third { float:left; width:344px; margin-left:-344px; }
	.columns_312 .two-thirds { width:auto; float:right; margin-left:344px; }
	.columns_312 .one-third { width:344px; float:left; margin-right:-100%; }
	.columns_431 .three-quarters { width:auto; margin-right:258px; }
	.columns_431 .one-quarter { float:left; width:258px; margin-left:-258px; }
	.columns_413 .three-quarters { width:auto; float:right; margin-left:258px; }
	.columns_413 .one-quarter { width:258px; float:left; margin-right:-100%; }
	.columns_413 .three-quarters { width:auto; float:right; margin-left:258px; }
	.columns_4121 .reverse_wrapper .half, .columns_4112 .reverse_wrapper .half {width:65.666%; }
	iframe{max-width:100%;} 
	 
} 

/* Agility Media Query */ 
@media only screen and (max-width:800px), screen and (max-device-width:800px) and (orientation:portrait){ 
	#site_title, #site_title a{font-size:32px; line-height:32px; padding-bottom:0;}
	.menu{float:none; text-align:center;}
	.menu li{float:none; display:inline-block;}
	.menu .current-menu-item a, .menu .current-menu-item a:hover{color:#fff; background-color:transparent;}
	.post_box .headline{margin-bottom:13px;} 
	.columns_3 .one-third { width:50%; padding-bottom:26px;}
	.columns_4 .one-quarter { width:50%; min-width:258px; padding-bottom:26px;}
	.columns_4211 .half { width:100%; padding-bottom:26px;}
	.columns_4211 .one-quarter { width:50%; min-width:258px; padding-bottom:26px;}
	.columns_4112 .half { width:100%; padding-bottom:26px;}
	.columns_4112 .one-quarter { width:50%; min-width:258px; padding-bottom:26px;}
	.columns_4121 .half { width:50%; padding-bottom:26px;}
	.columns_4121 .one-quarter { width:50%; min-width:258px; padding-bottom:26px;}
	.columns_4121 .reverse_wrapper{width:100%; padding-bottom:26px;}
	.columns_4112 .reverse_wrapper{width:100%; padding-bottom:26px;}
	.columns_4112 .one-quarter{width:50%; padding-bottom:26px;}
	/*start user media queries */
} 

/* Agility Media Query */ 
@media only screen and (max-width:699px),  screen and (max-device-width:699px){ 
	#header_columns{text-align:center; padding:0;}
	#content_area .columns_1, .columns_321, .columns_4{padding:0;}
	.post_box h1, .full .post_box h1, .post_box .headline, .full .post_box .headline {font-size:32px; line-height:40px; text-align:center;}
	.post_box, .full .post_box{line-height:24px;}
	.home_archive.post_box{
		border-bottom:#666666 2px solid;
		padding-bottom:27px;
	}
	.full, .half, .two-thirds, .three-quarters{padding:12px 8px; width:100%; }
	.one-third, .one-quarter{padding:12px 8px; width:50%; }
	.columns_2 .half{width:100%; float:none; padding:12px 8px; }
	.columns_321 .two-thirds, .columns_312 .one-third { width:100%; margin-right:0; clear:both;}
	.columns_321 .one-third, .columns_312 .two-thirds { float:none; width:100%; margin-left:0; clear:both; }
	.columns_431 .three-quarters, .columns_413 .one-quarter { width:100%; margin-right:0; clear:both;}
	.columns_431 .one-quarter, .columns_413 .three-quarters{ float:none; width:100%; margin-left:0; clear:both; }
	.columns_4121 .one-quarter, .columns_4121 .half { width:100%; float:none;}
	.columns_4121 .reverse_wrapper .half, .columns_4121 .reverse_wrapper .one-quarter { width:100%;  float:none; padding:12px 8px;}
	.columns_4112 .reverse_wrapper .half, .columns_4112 .reverse_wrapper .one-quarter{ width:100%;  float:none; padding:12px 8px;}
	img{display:inline;}
	/*start user media queries */
} 

/* Agility Media Query */ 
@media only screen and (max-width:400px), screen and (max-device-width:400px) and (orientation:landscape){ 
	#site_tagline{line-height:inherit;}
	.home_archive.post_box img.alignleft, .post_box img.alignleft{float:none; margin:0; margin-left:auto; margin-right:auto;} 
	.one-third, .one-quarter{width:100%; padding-bottom:0;}
	.columns_3 .one-third { width:100%; }
	.columns_4 .one-quarter, .columns_4211 .one-quarter, .columns_4112 .one-quarter{ width:100%; }
	/*start user media queries */
}

/* Clearfix */ 
#header_area .page_wrapper:after, #header_area:after, #top_menu_area:after, #top_menu_area .page_wrapper:after, #feature_box_area:after, #feature_box_area .page_wrapper:after, #content_area:after, #content_area .page_wrapper:after, #footer_area_top:after, #footer_area_top .page_wrapper:after, #footer_area_bottom:after, #footer_area_bottom .page_wrapper:after, .textwidget:after, .menu:after, .post_box:after, .post_box .post_content:after, .home_archive.post_box:after, .home_archive.post_box .post_content:after, .full .post_box:after, .full .post_box .post_content:after, .comment .comment_text:after, ul.menu>li.menu-item>:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
/* Begin Agility Background Styles */
/* End Agility Background Styles */
/*---:[ custom CSS ]:---*/
/* bring the site title down */

#site_title {
	margin-top: 34px;
}

/* header book now button align-right */
#header-book-button {
	margin-top: 0px;
}

/* give some left margin to featured image */
img.attachment-large.alignnone.wp-post-image {
	margin-left: 20px;
}

/* centre the main menu */

#top_menu_area .page_wrapper{
	height: 50px;
	text-align:center;
}
ul.main.menu{
	display:inline-block;
}

/* style video area */
#page_wrapper_video {
	max-width: 1032px;
	margin-right: auto; 
	margin-left: auto; 
	padding: 20px 5px 30px 5px;
}
#video_area {
	background-color: #eeeeee;
}
div.homepageVideo {
	margin: 5px 5px 50px 5px;
    padding: 5px;
    width: 280px;
	height: 200px;
    float: left;
    text-align: center;
}

div.homepageVideo img {
	display: inline;
    margin: 5px;
    border: 1px solid #ffffff;
}
div.homepageVideo .desc {
    text-align: center;
    font-weight: normal;
    width: 100%;
    margin: 5px;
}

h2.widget_title {
	padding-left: 20px;
	color: 12497A;
	font-weight: 200;
}

/* featured image placement */
img.attachment-large.alignnone.wp-post-image {
	float: right;
}
.full .post_box .alignnone {
	margin-left: 20px;
}

/* Attention Boxes */
.attention_box_widget {
    min-height: 440px;
	border-radius: 18px 0 18px 18px;
	padding:10px 30px 0 30px;
	background-color: #fbf5ed;
}
.attention_box_widget .widget_title {
    text-align: center;
	margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
	border-bottom: 1px solid #2969A9;
}
.attention_box_widget > div p {
	font-size: 14px;
	line-height: 21px;
}
/* Sidebar Boxes */
.sidebar_box_widget {
	border-radius: 18px 0 18px 18px;
	padding:10px 25px 0 25px;
	background-color: #fbf5ed;
}
.sidebar_box_widget .widget_title {
    text-align: center;
	margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
	border-bottom: 1px solid #2969A9;
}
.sidebar_box_widget > div p {
	font-size: 14px;
	line-height: 21px;
}
/* Testimonial Boxes */
.testimonial-box {
	background-color: #fbf5ed;
	border: 2px solid #eee;
	border-radius: 5px;
	padding: 10px 30px;
	margin-bottom: 30px;
}
.testimonial-box img {
    border-radius: 50%;
}
/* practitioner box style */
.outline-box {
	background-color: #fbf5ed;
	border: 3px solid #eee;
	border-radius: 5px;
	padding: 10px 30px;
	margin-bottom: 30px;
}
/* new booking buttons */
.booking-button a {
	font-family: Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
	min-width: 200px;
	color: #d98e04;
 	padding: 10px 30px;
	border: 1px solid #d98e04;
	border-radius: 5px;
	text-decoration: none;
}
.booking-button a:hover {
	color: #fff;
	background-color: #d98e04;
}
/* footer widget style */
.footer-widget p {
	font-size: 16px;
	color:#ffffff;
}
.footer-widget .widget_title {
	font-size: 16px;
	color:#ffffff;
}
/* Contact Form 7 style */
.wpcf7-form input:hover[type="submit"] {
    background:#4f2a0f;
    cursor:pointer;
    color:#fff;
}
.footer-widget .wpcf7
{
    background-color: #f7f7f7;
    border: 2px solid #0f0;
}

.footer-widget .wpcf7-form-control.wpcf7-submit { 
	background:orange;
	font-size: 20px;
	cursor:pointer; 
	padding-left:15px; 
	padding-right:15px; 
	color:#fff; 
	border-radius:7px;
} 
/* copyright style */
p.copyright {
	font-size:12px;
	color: #000000;
}