/*
Theme Name: aestheme
Theme URI: http://underscores.me/
Author: Leora Wenger
Author URI: http://www.leoraw.com/
Description: Theme for American Ethnological Society
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: aestheme
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 aestheme is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/* =Reset
@import url('css/bootstrap.css'); 
-------------------------------------------------------------- */

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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #000000;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
/*#404040;*/
/* Headings */
/*
h1, h2, h3, h4, h5, h6 {
	clear: both;
}*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}

blockquote p {font-size:16px;}
blockquote p:last-child {
    margin-bottom: 10px;
}

address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-size: 15px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links 
a {
	color: royalblue;
}
a:visited {
	color: purple;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}
*/
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/* =Menu
----------------------------------------------- */
   

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 1.5em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}


/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: justify;
	color: #666;
	font-size: 12px;
	padding: 0 10px;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

[class*="navigation"] .nav-next {
	padding-right: 10px;
}
/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}


/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget 
.widget_search .search-submit {
	display: none;
}*/


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*LAYOUT FOR PAGES (not for home page)
=====================================*/

.content-area {
	float: left;
	margin: 0 -25% 0 0;
	width: 100%;
}

.content-area-full {
	float: left;
	margin: 0 0 0 0;
	width: 100%;
}

.site-main {
	margin: 0 25% 0 0;
	border-right: 1px solid #eee;
}

.site-main-full {
	margin: 0 0 0 0;
}
.site-main article{padding-right: 20px;}

.site-content .widget-area {
	float: right;
	overflow: hidden;
	width: 25%;
}
.site-footer {
	clear: both;
}

#secondary {border-left: 1px #ccc solid;}

/*LINKS
============================*/
   
	/*color: rgb(66, 139, 202);*/

a {
	color: #2A53A7;
	text-decoration: underline;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/*NEW BOOTSTRAP CSS
================================*/

body {
 	padding-top: 54px;
	font:16px Georgia,serif;
    line-height:22px;
	min-height: 1400px;
      }

.story, .joinbox, .widget-area {
	font:15px Georgia,serif;
	line-height:22px;
	}
	
.story a, .joinbox a, .navbar a, .breadcrumbs a, .site-footer a, .entry-content h2 a, .widget-area a, .post-navigation a{
	text-decoration: none;
}

.story .btn-large {margin-bottom: 10px;}

.row-mid {clear: left; border-top: 1px solid #eee;}
 
.navbar-default {
    background-color: #0B108C;
    border-color: rgb(231, 231, 231);
}

.navbar {
		margin-bottom: 0px;
		}
	
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    background-color: #0B108C;
    border-color: rgb(231, 231, 231);
	color: #fff;
}

.navbar-default .navbar-brand, .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > .active > a {
    color: #fff;
}


.navbar-default #menu-navigation_home > li > a, .navbar-default #menu-navigation_home > .active > a {
	font: 14px Georgia,serif;
}

.navbar-default #menu-topmenu > li > a {
	font: 15px Georgia,serif;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #eee;
}


.navbar-default .navbar-nav > .dropdown > a .caret,
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-bottom: 4px solid transparent;
  border-top: 4px solid  #eee;
  border-left: 4px solid transparent;

}

.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-bottom: 4px solid transparent;
  border-top: 4px solid  #eee;
  border-left: 4px solid transparent;

}


ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;   
}


.nav > li > a {
    padding: 18px 5px;
}

.navbar .divider-vertical {
height: 40px;
margin: 0 9px 0 1px;
border-left: 1px solid #f2f2f2;
border-right: 1px solid #ffffff;
}

.navbar .dropdown-menu .divider-vertical {
	display: none;
}

.navbar .nav > li:first-child .divider-vertical{
    display: none;
}

.navbar-brand {
    overflow: visible;
	padding: 0;
}

.navbar > .container .navbar-brand {
    margin-left: 0;
}

.navbar-brand #aeslogotop {
	padding:0;
}

ul.menu {list-style: none;}

/*headers
=========================*/
.entry-header h1 {  
	font-size:18px;
    font-weight:bold;
    margin:0 0 0 0;
    padding:5px 0 0 0;
	}
.page .entry-header h1 {  
	text-decoration:none;
	font-size:20px;
    text-transform:uppercase;
	border-bottom: 1px solid #999;
	}
.entry-content h1, .page .entry-content h2, .story .entry-header h2 {
    font-size:18px;
    font-weight:bold;
    margin:0 0 0 0;
    padding:0 0 0 0;
	text-transform:uppercase;
}

.entry-content h2.special {
    font-family: Georgia,verdana,sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #21205F;
}

.page .entry-content h3, .joinbox h3, h3 {
    font-weight:bold;
    text-transform:uppercase;
    margin:0 0 18px 0;
    padding:18px 0 0 0;
}
.page .entry-content h4, .joinbox h4, h4 {
    font-weight:bold;
    font-size:14px;
    text-transform:uppercase;
    letter-spacing:1px;
	padding:0px 0 0 0;
}
.entry-content h5 {
	font-weight:bold;
	padding: 0px;
	margin:0 0 10px 0;
	line-height: 1.5;
}
.entry-content h6 {
    font-weight:normal;
    font-size:14px;
	padding: 0px;
}

.post .entry-content h2 {    
	font-size:18px;
    font-weight:bold;
    margin:0 0 0 0;
    padding:0 0 0 0;
	text-transform:none;
}

.post .entry-content h3 {
	font-size:16px;
    font-weight:bold;
    margin:0 0 0 0;
    padding:0 0 0 0;
	text-transform:none;
	color: #003;
	}
	
.entry-content h2.present {
	padding: 20px 0 0 0;
}

.category h2, .search h2{font-weight: bold; font-size: 18px;}

/*STORIES
=======================*/
article.story a img {border: 2px solid rgb(0, 29, 75); margin-left: 10px;}
#aestory article.story a img {border: none} /*this is used for AE circle logo*/
article.story p a, article.story ul a{color:#0E1E8C;}
article.story .entry-content {margin: 0;}
article.story ul {list-style-type: square; margin-left: 10px;}
.story-thumb {float:right;}
.story-subtitle {text-transform:uppercase; font-size: 14px;}
#aesaaa article.story .entry-content .btn {display: none;}
#aesaaa article.story .entry-content .aesbox{border: 2px solid rgb(0, 29, 75); padding: 8px; padding-top: 20px;background-color: #2a2c79; text-align:center; margin-bottom: 10px; height: 150px; width: 150px; margin-top: 20px;  font-size: 18px; font-weight: bold;}
.aesbox a {color: #fff;}
.padbot {padding-bottom: 10px;}

/*BOXES ON RIGHT ON HOME PAGE
=========================*/
.joinbox {background-color:#eee; 
border-radius: 10px; 
border: 1px solid #ccc; 
padding: 10px 0 10px 10px;
position: relative;
}

.social {
	position: absolute;
	top: 0;
	right: 0;
	padding: 2px 10px 0px 0px;
}

#jboxes {padding-bottom: 10px;}
#jboxes hr {margin: 10px 0}

/*FOOTER
=========================*/

.site-info{border-top: 3px solid #333; text-align:center; padding: 10px 0px;}

#footertop {margin: 0px 6px; border-top: 1px solid #333; }
#aesarea {border-right: 1px solid #eee;}
#aeslogoarea, #aelogoarea {width: 120px; margin-left: auto; margin-right: auto;text-align: center; padding-top: 10px;}
#aeslogo, #aelogo {float:left; width: 80px;}
#aesheader, #aeheader {font-weight: bold; padding-top: 30px;}

/*SIDEBAR FOR PAGES
=========================*/
#secondary aside{padding-left: 10px;}
.widget-area aside ul {list-style:none; margin: 0;}
.widget-area aside h4 { border-bottom: 1px solid #001D4B; color: #001D4B;}
.page-template-page-home-ae-php .site-content .widget-area {
    float: none;
    width: 100%;
}

/*BOARD TABLE
==============================*/
table#board td, table#board th, table.aestable td, table.aestable th {border-bottom: 1px solid #ccc; padding: 5px;}

/*BREADCRUMBS
=========================*/
.trail-browse {display: none}
.breadcrumbs {font-size: smaller}
.trail-begin:before { content:"\00bb"; }

/*AE Journal POSTS
===============================*/

.wiley-link a {font-size:smaller;}

.author-line {font-size: 12px; font-style:italic; margin-bottom: 10px;}
.author-by {text-transform:uppercase; font-style:normal}

.free {background-color:#fff; color: #990000; margin-bottom: 3px; padding: 0px 5px; font-size: 12px; border: 1px solid #990000; text-align:right; float:right; font-weight: 800;}

.free-next {background-color:#fff; color: #990000; margin-bottom: 3px; padding: 3px 5px; font-size: 12px; border: 1px solid #990000; text-align:right; font-weight: 800; margin-left: 30px;}

.free2 {color: #990000;  font-size: 12px;text-align:right; float:right; font-weight: normal;}

.entry-meta {
    color: rgb(102, 102, 102);
    font-size: 13px;
    font-style: italic;
    line-height: 18px;
}

.entry-date {
			text-transform:uppercase;
			font-style: normal;
			font-size: 12px;}
			
.single-post .entry-content {margin: 0px 0px 0px;}
.single-post article.category-interviews .entry-content {margin: 20px 0px 0px;}

.entry-summary {margin-bottom: 10px;}
.entry-summary p {margin-bottom:5px; padding-bottom: 0}

.archive .entry-header h2 {
    text-transform:none;
}

.article-img {float:right; width: 310px; font-size: smaller; margin-left: 10px;}

.wp-caption img {border: 2px solid rgb(0, 29, 75);}

.category-article-list h1.entry-title{
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 20px;
	}

/*BANNERS
=============================*/
#banner-ae {text-align:center; width: 100%;}
#banner-aes {text-align:center; width: 100%;}
#banner-combo {text-align:center; width: 100%;}

/*AE home .joinbox img {border: 2px solid rgb(0, 29, 75);}
==================================*/
.joinbox p{font-size: smaller; text-align:center;} 
.joinbox-ae img {border: 2px solid rgb(0, 29, 75);}
.joinbox-ae {border-radius: 1px; background-color:#FFF; padding: 10px 0 0 0; margin-top: 1px;}
.joinbox-ae a {font:16px Georgia,serif;}

/*WP-CAPTION EDITS
====================================*/
@media (max-width: 988px){
  .wp-caption {
    /* Force the box to be 100% */
    width: 100% !important;
  }
  #content .wp-caption a img {
    /* Scale down if too big */
    max-width: 99.03225806%; /* 614/620 */
    height: auto;
  }
}

/*FLOATS
=======================*/
.righten {float:right; margin-left: 20px; width: 300px;}

/*SEARCH
===========================*/
input[type="submit"]{
background: rgb(11, 16, 140);
color: #ffffff;
text-shadow: none;
border: none;
box-shadow: none;
}

input[type="search"] {width: 150px;}

/*ARCHIVES
=============================*/
.entry-thumb {float: right; width: 200px; margin-left: 10px;}
.entry-thumb img { border: 1px solid #eee; padding: 5px;}

/*LISTS
=============================*/

ul.aelist {
    list-style: none outside none;
    margin: 0px;
}

ul.aelist li {
	margin-bottom: 15px;
}

/*GALLERY
==================*/
.gallery {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
    padding:0 0 22px 0;
	}
.gallery .gallery-row {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0;
	}
.gallery .gallery-item {
	overflow: hidden;
	float: left;
	margin: 0;
	text-align: center;
	list-style: none;
	padding: 0;
	} /*border: none !important;*/

.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
	max-width: 89%;
	height: auto;
	padding: 1%;
	margin: 0 auto;
	border: none;
	}
	
#content .gallery img {
    border: 2px solid #eee;
    
}

.gallery-caption {
	margin-left: 0;
	}

.gallery-caption {
    color:#666;
    font-size:13px;
    line-height:18px;
}

.page-id-4661 .forum-widget-img {display: none}

/*ARTICLE LIST OF IMAGES (example: Ferguson)
===================================================*/
.post .entry-content .article-squares h3 {
	height: 55px; 
	text-align: center; 
	padding-top: 15px;
	}

/*MAKE A JOIN BOX ON THE RIGHT (use with class joinbox)
=======================================*/
.joinrighter {float:right; width: 330px; margin-top: 140px;}

