/*---:[ 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;
}
/*---:[ layout structure ]:---*/
body {
	font-family: 'Montserrat', sans-serif;;
	font-size: 15px;
	line-height: 25px;
	color: #ffffff ;
	padding-top: 6px;
	background-color: #990932;
}
body.landing {
	padding-top: 0;
}
.container {
	width: 950px;
	margin: 0 auto;
}
.landing .container {
	width: 640px;
}
.columns, .columns > .content, .columns > .sidebar {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #990932;
}
.columns > .content {
	width: 620px;
	float: left;
	border-width: 0 1px 0 0;
}

.home_page .columns > .content {
	width: 640px;
}
.columns > .sidebar {
	width: 310px;
	float: right;
	padding: 25px 5px 5px 5px;
}

#text-4 {
	padding-top: 22px;
	margin-bottom: -22px;
}

#text-6 {
	margin-top: -7px;
}

#text-8, #text-15 {
	width: 620px;
}

.header_bar {
	background-color: #990932;
	width: 950px;
	height: 110px;
	border-top: dashed 4px #FFBF27;
	border-bottom: dashed 4px #FFBF27;
	margin-bottom: 5px;
}

.breadcrumb {
	font-size: 12px;
	margin-bottom: 5px!important;
}

.home_page .widget_title {
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;;
    font-size: 18px;
	text-align: center;
    line-height: 28px;
	color: #990932;
	background-color: #e9e9e9;
	padding: 5px;
	border: 4px solid #FFBF27;
}
.dpe-flexible-posts h4 {
    font-size: 18px;
    font-weight: bold;
    height: 110px;
}
.dpe-flexible-posts img {
    height: 100px;
    overflow: hidden;
    width: 100px!important;
    float: left;
    margin: 0 10px 10px 0;
	border: 1px solid #FFBF27;
}

.content .dpe-flexible-posts li {
	float: left;
	margin-right: 10px;
    width: 280px;
}
/*---:[ links ]:---*/
a {
	color: #FFBF00;
	text-decoration: none;
}
p a {
	text-decoration: none;
}
a:hover {
	color: #202020;
	text-decoration: none!important;
}

.logo {
	float:left;
	background-color: #990932;
	width:300px;
}

/*---:[ nav menu ]:---*/
.menu {
	position: relative;
	z-index: 50;
	list-style: none;
	background-color: #990932;
	float: right;
}
.menu li {
	position: relative;
	float: right;
	text-align: center;
	background-color: #990932;
	padding: 0 25px 0 25px;
}
.menu .sub-menu {
	position: absolute;
	display: none;
	list-style: none;
	z-index: 110;
	float: left;
}
.menu .sub-menu .sub-menu {
	top: 0;
	left: 12.1875em;
	margin: 0;
}
.menu li:hover > .sub-menu {
	display: block;
}
.menu .sub-menu li {
	width: 12.1875em;
	clear: both;
	padding: 10px;
	margin: 0;
}
.menu a, .menu_control {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #FFBF27;
	border-width: 0;
	border-style: none;
	background-color: #990932;
	padding: 28px 0 10px 10px;
}

.menu a:hover {
	color: #202020;
}
.menu_control {
	display: none;
	background-color: #990932;
}
.menu .sub-menu a {
	border-left-width: 0;
	text-align: left;
	padding: 2px 0 0 0 !important;
	font-size: 14px;
}

.menu, .menu a, .menu .sub-menu {
	border-color: #990932;
}
.menu .current-menu-item > a {
	border-bottom-color: #990932;
	background-color: #990932;
	cursor: text;
}
.menu .sub-menu .current-menu-item > a {
	border-bottom-color: #ffffff;
}

/*---:[ footer nav menu ]:---*/
.innerfooter {
    margin: auto;
    padding: 10px;
	width: 950px;
	border-top: dashed 4px #FFBF27;
	border-bottom: dashed 4px #FFBF27;
}

.innerfooter .footermenu {
	position: relative;
	z-index: 0;
	list-style: none;
	background-color: #990932;
	float: none;
	margin-left:15px;
}
.innerfooter .footermenu li {
	position: relative;
	float: left;
	text-align: center;
	background-color: #990932;
	padding: 0 25px 0 25px;
}
.innerfooter .footermenu .sub-menu {
	position: absolute;
	display: block;
	list-style: none;
	z-index: 110;
	float: none;
}
.innerfooter .footermenu .sub-menu .sub-menu {
	top: 0;
	left: 12.1875em;
	margin: 0;
}

.innerfooter .footermenu .sub-menu li {
	width: 12.1875em;
	clear: both;
	padding: 5px 0 0 0;
	margin: 0;
}
.innerfooter .footermenu a, .menu_control {
	display: block;
	font-family: 'Montserrat', sans-serif;;
	font-size: 12px;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #FFBF27;
	border-width: 0;
	border-style: none;
	background-color: #990932;
	padding: 0px;
}

.menu_control {
	display: none;
}

.innerfooter .footermenu a:hover {
	color: #202020;
}
.innerfooter .menu_control {
	display: none;
	background-color: #990932;
}
.innerfooter .footermenu .sub-menu a {
	border-left-width: 0;
	text-align: center;
	font-size: 12px;
}

.innerfooter .footermenu, .footermenu a, .footermenu .sub-menu {
	border-color: #990932;
}


ul.sp-sharer li a {
color: #202020!important;
}

/*---:[ header ]:---*/
.header {
	border-bottom: 3px double #990932;
	padding: 25px;
}
.landing .header {
	text-align: center;
}
#site_title {
	font-size: 39px;
	line-height: 1.32em;
	font-weight: bold;
	color: #333333;
}
#site_title a {
	color: #333333;
}
#site_title a:hover {
	color: #FFBF00;
}
#site_tagline {
	font-size: 15px;
	color: #4d4d4d;
	line-height: 1.32em;
}
/*---:[ golden ratio typography with spaced paragraphs ]:---*/
.grt, .grt h3 {
	font-size: 15px;
	line-height: 25px;
}
.grt .headline {
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	line-height: 41px;
	margin: 0;
}
.grt h2 {
	font-size: 19px;
	line-height: 30px;
	margin-top: 38px;
	margin-bottom: 13px;
	text-transform: uppercase;
}

h2 a{
	color: $color2!important;
}

.grt .small, .grt .caption {
	font-size: 12px;
	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: 13px;
}
.grt ul, .grt ol, .grt .stack {
	margin-left: 0;
}
.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: 13px;
	margin-right: 13px;
}
.grt .right, .post_box .alignright, .post_box .ad {
	margin-bottom: 25px;
	margin-left: 25px;
}
.grt .caption {
	margin-top: -13px;
	color: #ffffff;
}
.category .wp-post-image{
	width: 140px;
	max-height: 170px;
	overflow: hidden;
}

.category .wp-post-image img{
	width: 100%;
}

/*---:[ golden ratio pullquotes ]:---*/
.grt blockquote.right, .grt blockquote.left {
	font-size: 24px;
	line-height: 34px;
	width: 45%;
	margin-bottom: 13px;
}
.grt blockquote.right, .grt blockquote.left { 
	padding-left: 0;
	border: 0;
}



/*---:[ post box styles ]:---*/
.post_box {
	padding: 0;
}
.top {
	border-top: 0;
}
.post_box .headline, .headline a {
	color: #FFBF00;
	text-align: left;
}
.headline a:hover {
	color: #202020;
}

.articles .headline a:hover {
	color: #FFBF27;
	cursor: default;
}

.byline, .byline a {
	color: #ffffff;
}
.byline a {
	border-bottom: 1px solid #990932;
}
.byline a, .post_author, .post_date {
	text-transform: uppercase;
	letter-spacing: 1px;
}
.byline a:hover, .num_comments {
	color: #202020;
}
.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 h3 {
	font-weight: bold;
}
.post_box ul {
	list-style-type: square;
}
.post_box blockquote {
	color: #4d4d4d;
	margin-left: 13px;
	padding-left: 13px;
	border-left: 1px solid #990932;
}
.post_box code {
	font-family: 'Montserrat', sans-serif;
}
.post_box pre {
	font-family: 'Montserrat', sans-serif;
	background-color: #FFBF27;
	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 #990932;
	background-color: #FFBF27;
	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: 12px;
	line-height: 21px;
}
.post_box .author_description {
	border-top: 1px dotted #990932;
	padding-top: 25px;
}
.post_box .author_description_intro {
	font-weight: bold;
}
.author_description {
	font-style: italic;
	color: #FFBF27;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 4px solid;
}
.post_box .avatar {
	width: 62px;
	height: 62px;
	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: #ffffff;
}
.post_box .alert, .post_box .note {
	padding: 13px;
}
.post_box .alert {
	background-color: #ff9;
	border: 1px solid #e6e68a;
}
.post_box .note {
	background-color: #FFBF27;
	border: 1px solid #990932;
}
.landing .headline_area {
	text-align: center;
}

/*---:[ Ultimate Posts ]:---*/
.upw-image {
	float:left;
	padding: 0 10px 10px 0;
	list-style-type: none!important;
}

.upw-content {
	height: 130px;
	font-size: 18px;
	font-weight: bold;
}
.post-title a:hover{
	text-decoration: none!important;
}

.post-title {
	margin-bottom: 0px!important;
}

.post-excerpt {
	font-size: 15px;
	font-weight: 100;
}

/*---:[ other post box styles ]:---*/
.num_comments_link {
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	margin-bottom: 25px;
}
.num_comments_link:hover {
	text-decoration: underline;
}
.bracket, .num_comments {
	font-size: 25px;
}
.bracket {
	color: #990932;
}
/*---:[ misc. content elements ]:---*/
.archive_intro {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #990932;
}
.archive_intro .headline {
	margin-bottom: 25px;
}

	.archive_title {
    background-color: #E9E9E9;
    border: 4px solid #FFBF27;
    color: #990932;
    font-size: 45px;
    font-weight: bold;
    margin: 25px 0 20px;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
}


.prev_next {
	clear: both;
	color: #ffffff;
	border-top: 1px solid #990932;
	padding: 13px 25px;
}
.prev_next .next_posts {
	float: right;
}
.previous_posts, .next_posts {
	display: block;
	font-size: 12px;
	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: #ffffff;
	margin-bottom: 13px;
	padding: 0 25px;
}
.comments_closed {
	font-size: 12px;
	line-height: 21px;
	color: #ffffff;
	margin: 0 25px 25px 25px;
}
.comment_list {
	list-style-type: none;
	margin-bottom: 50px;
	border-top: 1px dotted #990932;
}
.comment {
	border-bottom: 1px dotted #990932;
	padding: 25px;
}
.children .comment {
	list-style-type: none;
	margin-top: 25px;
	border-left: 1px solid #990932;
	border-bottom: 0;
	padding: 0 0 0 25px;
}
.children .bypostauthor {
	background-color: transparent;
	border-color: #FFBF00;
}
.comment .comment_head {
	margin-bottom: 13px;
}
.children .comment_head {
	margin-bottom: 0;
}
.comment .comment_author {
	font-weight: bold;
}
.comment_date {
	font-size: 12px;
	margin-left: 13px;
	color: #ffffff;
}
.comment_date a {
	color: #ffffff;
}
.comment_footer a {
	font-size: 12px;
	line-height: 21px;
	color: #ffffff;
	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: 12px;
	line-height: 21px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-style: dotted;
	border-color: #990932;
	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: 15px;
	line-height: 1em;
	font-family: inherit;
	font-weight: inherit;
	color: #202020;
	border: 1px solid #202020;
	background-color: #e9e9e9;
	padding: 0.35em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	width: 200px;
	float: right;
	margin: 5px 5px 0 0;
}
.input_text:focus {
	border-color: #FFBF27;
	background-color: #e9e9e9;
}
textarea.input_text {
	line-height: 25px;
}
.input_submit {
	font-size: 15px;
	line-height: 1em;
	font-family: inherit;
	font-weight: bold;
	border: 4px solid #FFBF27;
	background: #e9e9e9 url('images/bg-button.png') repeat-x;
	padding: 0.5em;
	cursor: pointer;
	overflow: visible;
	margin: 5px 0 0 -5px;
}

.pushbutton-wide {
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	color: #990932;
	border: 4px solid #FFBF27;
	background-color: #e9e9e9;
	padding: 0.35em;
	cursor: pointer; 
	cursor: hand;
	font-size: 15px;
	font-weight: bold;
}

#contact-form-comment-g69-message {
	border: 1px solid #990932;
	background-color: #e9e9e9;
	padding: 0.35em;
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 15px;
}

#contact-form-comment-g69-message:focus {
	border-color: #FFBF27;
}

#g69-email {
	border: 1px solid #990932;
	background-color: #e9e9e9;
	padding: 0.35em;
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 15px;
}

#g69-email:focus {
	border-color: #FFBF27;
}

#g69-name {
	border: 1px solid #990932;
	background-color: #e9e9e9;
	padding: 0.35em;
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 15px;
}

#g69-name:focus {
	border-color: #FFBF27;
}

.grunion-field-label {
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	color: #990932;
	font-size: 15px;
}

/*---:[ comment form ]:---*/
#commentform {
	margin: 50px 0;
	padding: 0 25px;
}
.comment #commentform {
	margin-top: 0;
	padding-right: 0;
	padding-left: 0;
}
.comment_form_title {
	font-size: 19px;
	line-height: 30px;
	color: #ffffff;
	margin: 0 -25px;
	border-bottom: 1px dotted #990932;
	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: 12px;
	line-height: inherit;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #FFBF00;
}
#cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.login_alert {
	font-weight: bold;
	border: 1px solid #990932;
	background-color: #FFBF27;
}

.widget:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

/*---:[ sidebar ]:---*/
.sidebar {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: #333333;
	line-height: 22px;
}
.sidebar .headline, .sidebar .sidebar_heading, .sidebar .widget_title {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #FFBF00;
	line-height: 28px;
text-align: center;
}
.sidebar .sidebar_heading, .sidebar .widget_title {
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 13px;
	background-color: #E9E9E9;
    border: 4px solid #FFBF27;
	padding: 5px;
	color: #990932;
}



.widget_title a{
	color: #990932;
}

.widget_title a:hover{
	color: #202020;
}

.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: 22px;
}
.sidebar .left, .sidebar .alignleft, .sidebar .ad_left {
	margin-right: 22px;
}
.sidebar ul ul, .sidebar ul ol, .sidebar ol ul, .sidebar ol ol, .sidebar .right, .sidebar .alignright, .sidebar .ad, .sidebar .stack {
	margin-left: 22px;
}
.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: 11px;
}
.sidebar .thesis_email_form .input_text, .widget li {
	margin-bottom: 11px;
}
.sidebar .search-form .input_text, .sidebar .thesis_email_form .input_text {
	width: 100%;
}
.sidebar .query_box .post_author, .sidebar .query_box .post_date {
	color: #ffffff;
}
.sidebar .post_content, .widget li ul, .widget li ol {
	margin-top: 11px;
}
.widget ul {
	list-style-type: none;
}
.widget li a:hover {
	text-decoration: underline;
}
/*---:[ footer ]:---*/
.footer {
	font-size: 12px;
	line-height: 21px;
	text-align: right;
	color: #ffffff;
	padding: 13px 25px;
	background-color: #990932;
}
.footer a {
	color: #ffffff;
}
.footer a:hover {
	color: #202020;
}
.landing .footer {
	text-align: center;
}


/*---:[ media queries ]:---*/
@media all and (max-width: 950px) {
	body {
		padding-top: 0;
		overflow-x: hidden;
	}
	.container, .landing .container {
		width: auto;
		max-width: 640px;
	}
	.header {
		border-top: 1px solid #990932;
	}
	.landing .header {
		border-top: 0;
	}
	.innerfooter {
	width: 100%;
	}
	
	.footermenu {
		display: none;
	}
	
	#rps {
		display:none;
	}
	
	.search_form {
		display: none;
	}
	
	.content .dpe-flexible-posts li {
		width: 100%;
	}
	
	.header_bar {
	width: 100%;
	}
	
	.articles .headline {
	line-height: 30px;
    padding-top: 20px;
	}
	
	#commentform label {
padding-left: 10px;
margin-bottom: 7px;
	}
	
	#commentform {
		margin-bottom: 0;
	}
	
	.input_submit {
		margin-left: 0px;
	}
	
	.logo {
	width:100%;
}
	.input_text {
	margin: -35px 0 0 0;	
	}
	
	.archive_title {
	margin: 15px 0 20px 0;
		border: none;
		background-color: #990932;
		color: #FFBF27;
		padding: 20px 0 0 0;
		font-size: 34px;
	}
	
	.breadcrumb {
    padding-left: 15px;
}
	
	.home_page .columns > .content {
    float: none;
		width: 100%;
		border: 0;
		padding-top: 5px;
}
	
	
#rps .window {
	width:100%	
	}
	
	#rps .slider {
width:100%	
	}
	
		#rps .slid {
width:100%	
	}
	
#text-8, #text-15 {
    width: 100%;
}
	
.columns > .content {
		float: none;
		width: 100%;
		border: 0;
	}
	
	.columns > .sidebar {
		display: none;
	}
	
	/*---.columns > .sidebar {
		float: none;
		width: 100%;
		border-top: 3px double #990932;
	}---*/


	
	.menu_control {
		display: block;
		width: 100%;
		border-width: 0;
		background-color: #990932;
		padding: 0;
		cursor: pointer;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 23px;
	}
	
	
	.menu {
		display: none;
		width: 100%;
		border-width: 1px 0 0 0;
		clear: both;
		padding-bottom: 10px;
	}
	.show_menu {
		display: block;
	}
	.menu .sub-menu {
		position: static;
		display: block;
		margin: 0;
		border-top: 1px solid #990932;
		padding-left: 25px;
	}
	.menu li {
		width: 100%;
		float: none;
		margin-bottom: 0;
		text-align: left;
		padding: 0;
	}
	.menu .sub-menu li {
		width: 100%;
		padding: 5px;
	}
	.menu a {
		border-width: 1px 1px 0 0;
		background-color: #990932;
		padding: 1em 25px;
	}
	.menu .current-menu-item > a {
		color: #202020;
	}
	.menu > li > a {
		border-left-width: 1px;
	}
	.menu li:first-child > a:first-child {
		border-top-width: 0;
	}	
	
	
	
	.sidebar .search-form .input_text, .sidebar .thesis_email_form .input_text {
		width: 50%;
	}
}
@media all and (max-width: 640px) {
	.menu a {
		border-right-width: 0;
	}
	.menu > li > a {
		border-left-width: 0;
	}
	.post_box .frame, .post_box .post_image_box, .post_box .wp-caption {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media all and (max-width: 450px) {
	.menu a, .menu_control {
		padding: 7px 0 0 10px;
	}
	.header, .columns > .sidebar, .post_box, .prev_next, .comments_intro, .comment, .comment_nav, #commentform, .comment_form_title, .footer {
		padding-right: 13px;
		padding-left: 13px;
	}
	.menu .sub-menu, .children .comment {
		padding-left: 25px;
	}
	.comments_closed, .login_alert {
		margin-right: 13px;
		margin-left: 13px;
	}
	.comment_form_title {
		margin-left: -13px;
		margin-right: -13px;
	}
	.right, .alignright, img[align="right"], .left, .alignleft, img[align="left"] {
		float: none;
	}
	.grt .right, .grt .left, .post_box .alignright, .post_box .alignleft, .grt blockquote.right, .grt blockquote.left {
		margin-right: 0;
		margin-left: 0;
	}
	.post_author:after {
		content: '\a';
		height: 0;
		white-space: pre;
		display: block;
	}
	.grt blockquote.right, .grt blockquote.left, #commentform .input_text, .sidebar .search-form .input_text, .sidebar .thesis_email_form .input_text {
		width: 100%;
	}
	.post_box blockquote {
		margin-left: 0;
	}
	.comment_date {
		display: none;
	}
}
/*---:[ 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;
}