/*
 * Theme Name: The Tolkien Society
 * 
 * Description: Customized WP theme to suit the needs of The Tolkien Society
 * Author: Emil Johansson and Daniel Helen
 * Version: 1.0
 */
/* Overall */
body, html, div, p, span, ol, li, ul {
	margin:0;
	padding:0;
	vertical-align: baseline;
}
body {
	background:#eeeeee url(images/bg.png) repeat top left;
	font-family: 'Open Sans', sans-serif;
	padding:10px;
	line-height: 1;
}
a:link {
	color:#0645AD;
	text-decoration:none;
}
a:visited {
	color:#0645AD;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	color:#E33417;
}
a:focus {
	outline:thin dotted;
}
img {
	border: 0;
}
hr {
	background-color:#CCCCCC;
	border:0;
	height:1px;
	margin-top:24px;
	margin-bottom:24px;
}
sub,
sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}
sup {
	top:-0.5em;
}
sub {
	bottom:-0.25em;
}
small {
	font-size:smaller;
}
.alignright {
	float:right;
	margin-left:8px;
}

.alignleft {
	float:left;
	margin-right:8px;
}

/* Main */
#container {
	width:960px;
	margin:0 auto;
	background:#ffffff;
	border:1px solid #e0e0e0;
}
#header {
	position:relative;
	height:148px;
}
#header_login {
	position:absolute;
	top:17px;
	right:17px;
}
#header_login a {
	font-family: 'Oswald', sans-serif;
	font-size:11px;
	text-transform:uppercase;
	padding:4px 4px;
	background:#333333;
	color:#fefefe;
	display:inline-block;
	margin-top:3px;
	margin-bottom:3px;
	text-decoration:none;
}
#header_login a:hover {
	color:#E8E8E8;
}
#searchicon {
	position:absolute;
	top:0;
	right:10px;
	padding:5px;
	padding-top:3px;
	padding-bottom:7px;
	height:33px;
	width:33px;
}
#searchicon:hover {
	background:#222222;
	cursor:pointer;
}
#searchfield {
	position:absolute;
	top:7px;
	right:63px;
	display:none;
}
#searchfield input {
	background:#333333;
	color:#FFFFFF;
	height:21px;
	width:180px;
}
#goup {
	position:absolute;
	top:0;
	right:10px;
	padding:5px;
	padding-top:3px;
	padding-bottom:7px;
	height:33px;
	width:33px;
	display:none;
}
#goup:hover {
	background:#222222;
	cursor:pointer;
}
.menuflapleft {
	position:absolute;
	top:-10px;
	left:-16px;
}
.menuflapright {
	position:absolute;
	top:-10px;
	right:-16px;
}
/* Main Menu */

#mainmenu {
	background:#333333;
	position:absolute;
	bottom:0;
	width:960px;
}
#mainmenu.fixed {
	position:fixed;
	top:0;
	z-index:100;
	height:43px;
}
#mainmenu > ul {
	padding-left:124px;
}
#mainmenu ul {
	height:43px;
	list-style:none;
	position:relative;
}
#mainmenu ul li {
	float:left;
}
#mainmenu ul li a {
	display:block;
	padding:12px 10px;
	border-bottom:4px solid #00A33E;
	color:#fefefe;
	text-transform:uppercase;
	text-decoration:none;
	font-size:14px;
	font-weight:300;
	height:15px;
}
#mainmenu ul li:hover > a {
	background:#222222;
}
#mainmenu .menu-item-1128 > a {
	border-bottom: 4px solid #82c4e5;
}
#mainmenu .menu-item-644 > a {
	border-bottom: 4px solid #e33417;
}
#mainmenu .menu-item-62 > a {
	border-bottom: 4px solid #78bf32;
}
#mainmenu .menu-item-91 > a {
	border-bottom: 4px solid #00A33E;
}
#mainmenu .menu-item-81 > a {
	border-bottom: 4px solid #d99f3c;
}
#mainmenu .menu-item-739 > a {
	border-bottom: 4px solid #F1654F;
}
#mainmenu ul ul {
	display:none;
	position:absolute;
	top:39px;
	z-index:9999;
	min-width:200px;
}
#mainmenu ul li:hover > ul {
	display:block;
}
#mainmenu ul ul li {
	float:none;
	position:relative;
}
#mainmenu ul ul li a {
	padding:12px 10px;
	border:0;
	color:#fefefe;
	text-transform:none;
	text-decoration:none;
	font-size:14px;
	font-weight:400;
	height:15px;
	white-space:nowrap;
	background-color:#222;
}
#mainmenu ul ul li a:hover {
	background-color:#111;
}
#mainmenu ul ul ul {
	position:absolute;
	left:100%;
	top:0;
}
#mainmenu ul ul li:hover > a {
	background:#111;
}
#mainmenu ul ul ul li a {
	background-color:#111;
}
#mainmenu ul ul ul li a:hover {
	background-color:#000;
}

/* Logo */
#logo.logofixed {
	position:fixed;
	top:-88;
	left:auto;
	z-index:101;
}
#topmenu {
	position:absolute;
	bottom:50px;
	right:17px;
}
#follow {
	margin-bottom:10px;
}
.followimage img:hover {
	opacity:0.8;
}
.smicon {
	background:url(images/socialicons.png);
	width:20px;
	height:20px;
	display:block;
	position:relative;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
.smicon span {
	display:none;
	position:absolute;
	top:25px;
	width:60px;
	left:-25px;
	border-radius:5px;
	padding:5px;
	font-size:11px;
	color:#fefefe;
	background:#222222;
	text-align:center;
	display:block;
	visibility:hidden;
	opacity:0;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.smicon:hover span {
	visibility:visible;
	opacity:1;
}
#facebookicon {
	background:url(images/socialicons.png);
	background-position:0px -22px;
}
#facebookicon:hover {
	background:url(images/socialicons.png);
	background-position:-24px -22px;
}
#twittericon {
	background:url(images/socialicons.png);
	background-position:0px 0px;
}
#twittericon:hover {
	background:url(images/socialicons.png);
	background-position:-24px 0px;
}
#googleicon {
	background:url(images/socialicons.png);
	background-position:-48px -22px;
}
#googleicon:hover {
	background:url(images/socialicons.png);
	background-position:-72px -22px;
}
#linkedinicon {
	background:url(images/socialicons.png);
	background-position:-48px 55px;
}
#linkedinicon:hover {
	background:url(images/socialicons.png);
	background-position:-72px 55px;
}
#rssicon {
	background:url(images/socialicons.png);
	background-position:0px 55px;
}
#rssicon:hover {
	background:url(images/socialicons.png);
	background-position:-24px 55px;
}
#flickricon {
	background:url(images/socialicons.png);
	background-position:-48px 0px;
}
#flickricon:hover {
	background:url(images/socialicons.png);
	background-position:-72px 0px;
}
#youtubeicon {
	background:url(images/socialicons.png);
	background-position:-0px -67px;
}
#youtubeicon:hover {
	background:url(images/socialicons.png);
	background-position:-24px -67px;
}
#topmenu ul {
	list-style:none;
	margin-bottom:7px;
}
#topmenu li {
	list-style:none;
	display:block;
	float:right;
	margin-left:15px;
}
#topmenu a {
	display:block;
	font-size:12px;
	font-weight:700;
	color:#222222;
}
#topmenu a:active {
	color:#E33417;
}
#logo {
	position:absolute;
	top:17px;
	margin-left:17px;
	z-index:10;
	background-image:url(images/tslogo.png);
	width:90px;
	height:113px;
}
#logotext {
	position:absolute;
	top:31px;
	left:122px;
	z-index:10;background-image:url(images/tslogotext.png);
	width:151px;
	height:58px;
}
#logofooter {
	background-image:url(images/logofooter.png);
	width:241px;
	height:76px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution: 120dpi) {
	#logo {
		background-image:url(images/tslogo@2x.png);
		background-size:90px 113px;
	}		
	#logotext {
		background-image:url(images/tslogotext@2x.png);
		background-size:151px 58px;
	}
	#logofooter {
		background-image:url(images/logofooter@2x.png);
		background-size:241px 76px;
	}
}
#content {
	padding:10px;
}

/* Index Slider */

.slideritem {
	min-width:690px;
	min-height:300px;
	overflow:hidden;
}
.si-info {
	position:absolute;
	bottom:20px;
	left:20px;
	display:inline;
	visibility:hidden;
}
.si-title {
	font-family: 'Oswald', sans-serif;
	font-size: 0;
	line-height:38px;
	line-height:normal;
	text-transform:uppercase;
	color:#ffffff;
	display:block;
	margin-top:10px;
	visibility:hidden;
}
#ytapiplayer {
	
}
.si-title a {
	color:#fefefe;
}
.si-title a:hover {
	color:#cccccc;
}
.si-titleline {
	font-size: 32px;
	background:#222222;
	padding:0px 5px;
	display:inline-block;
	line-height:38px;
	visibility:visible;
}
.si-categories {
	font-family: 'Oswald', sans-serif;
	padding-bottom:0px;
	visibility:hidden;
}
.si-cat {
	background:#e33417;
	color:#fefefe;
	float:left;
	margin-right:5px;
	font-size:11px;
	line-height:12px;
	text-transform:uppercase;
	padding:5px 5px;
	visibility:visible;
}
.si-cat a {
	text-decoration:none;
	color:#fefefe;
}
.si-cat a:hover {
	color:#E8E8E8;
}
.si-videoimage {
	text-align:center;
	width:100%;
	height:300px;
	background:#000000;
	position:relative;
}
.si-videoimage img {

}
.playoverlay {
	background:url(images/playvideo.png) no-repeat center center;
	width:100%;
	height:300px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
	cursor:pointer;
}
.si-image {
	width:690px;
	height:300px;
	background:#999;
	position:relative;
}
.si-image img {
    position:relative;
	margin-left:auto;
    margin-right:auto;
}
.playingvideo {
	z-index:12;
}

/* Index Posts */
.boxtitle {
	font-family: 'Oswald', sans-serif;
	font-size:14px;
	text-transform:uppercase;
	margin-bottom:10px;
}
.whiteboxtitle {
	font-family: 'Oswald', sans-serif;
	font-size:14px;
	text-transform:uppercase;
	margin-bottom:10px;
}
.boxtext {
	font-size:12px;
	color:white;
	line-height:16px;
}
.column {
	width:330px;
	clear:none;
}
.column-events {
	width:335px;
	clear:none;
}
.column-left {
	float:left;
}
.column-right {
	float:right;
	
}
.browsemorelink a {
	font-family: 'Oswald', sans-serif;
	padding:20px;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	font-weight:300;
	margin-top:10px;
	text-transform:uppercase;
	text-align:center;
	background:#f4f4f4;
	display:block;
	text-decoration:none;
	color:#333333;
}
.browsemorelink a:hover {
	font-family: 'Oswald', sans-serif;
	background:#eeeeee;
	color:#000000;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}

.al {
	border-bottom:1px solid #cccccc;
}
.al-image {
	height:150px;
	background:#eeeeee;
}
.al-categories {
	font-family: 'Oswald', sans-serif;
	padding:10px 10px 0px 10px;
}
.al-cat {
	background:#e33417;
	color:#fefefe;
	float:left;
	margin-right:5px;
	font-size:11px;
	line-height:12px;
	text-transform:uppercase;
	padding:5px 5px;
}
.al-cat a {
	text-decoration:none;
	color:#fefefe;
}
.al-cat a:hover {
	color:#E8E8E8;
}
.al-title {
	padding:10px;
	font-size:22px;
	line-height:28px;
	font-weight:300;
}
.al-title a {
	color:#000000;
}
.al-title a:active {
	color:#E33417;
}
.al-meta {
	padding:20px 10px;
	padding-top:0px;
	font-size:12px;
	font-weight:700;
	color:#333333;
}
.al-meta a {
	color:#333333;
}
.al-meta a:active {
	color:#E33417;
}
.al-excerpt {
	font-size:12px;
	padding:10px;
	line-height:18px;
	padding-top:0px;
}

/* Full Event */
.fullevent {
	width:620px;
}
.fullevent-header {
	background:#eeeeee;
	color:#333333;
	text-align:center;
	padding:30px 15px;
	position:relative;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
.fullevent-name {
	font-family: 'Oswald', sans-serif;
	font-size:36px;
}
.fullevent-fulldate {
	position:absolute;
	bottom:-10px;
	left:0px;
	width:100%;
}
.fullevent-fd {
	display:inline-block;
	background:#e33417;
	padding:4px;
	text-transform:uppercase;
	margin:0 auto;
	font-size:12px;
	color:#fefefe;
}
.fullevent-info {
	width:570px;
	margin:30px auto;
}
.fullevent-info p {
	margin:10px 0px;
	font-size:14px;
	line-height:24px;
}
/* Events */
.event-featured {
	background:#FFFFE0;
}
.event-link {
	float:right;
	width:41px;
	height:18px;
	background-image:url(images/tolksoc_link.png);
}
.event-tolksoc {
	float:right;
	display: inline-block;
	font-family: 'Oswald',sans-serif;
	font-size: 11px;
	line-height: 12px;
	text-transform: uppercase;
	background:#E33417;
	color:#ffffff;
	padding: 3px 4px;
	text-decoration: none;
}
.event {
	width:333px;
	border:1px solid #cccccc;
	float:left;
	margin-bottom:20px;
	position:relative;
	-webkit-box-shadow: 0px 0px 7px #AAAAAA;
	-moz-box-shadow: 0px 0px 7px #AAAAAA;
	box-shadow: 0px 0px 7px #AAAAAA;
}
.event-date-ribbon {
	padding:5px;
	width:30px;
	text-align:center;
	float:right;
	background:#333333;
	color:#FEFEFE;
	margin-right:10px;
	box-shadow: 0px 5px 10px #AAAAAA;
}
.event-meta-featured , .event-meta-featured  a {
	color:#333 !important;
}
.event-date-day {
	font-size:25px;
}
.event-date-month {
	font-size:12px;
	text-transform:uppercase;
}
.event-title {
	width:263px;
	padding:10px;
	font-family: 'Oswald',sans-serif;
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
	text-decoration: none;
}
.event-title a {
	color:#333333;
}
.event-title a:active {
	color:#E33417;
}
.event-full-date  {
	font-size:12px;
	font-weight:bold;
	padding:0px 10px;
	color:#666666;
}
.event-full-date a {
	color:#666666;
}
.event-location {
	padding:5px 10px;
	font-style:italic;
	color:#666666;
	font-size:12px;
}
.event-info {
	font-size:12px;
	line-height:16px;
	padding:10px;
}/*
.event-image {
	width:296px;
	margin:10px 10px;
	padding:5px;
	border:1px solid #CCCCCC;
	-webkit-box-shadow: 0px 0px 4px #aaaaaa;
	-moz-box-shadow: 0px 0px 4px #aaaaaa;
	box-shadow: 0px 0px 4px #aaaaaa;
}
.event-image img {
	vertical-align:middle;
}*/
.event-categories {
	padding:8px 8px 0 8px;
	background:#eeeeee;
	border-top:1px solid #cccccc;
	position:relative;
	overflow:auto;
}
.event-categories li {
	list-style:none;
	margin-right:8px;
	margin-bottom:8px;
	float:left;
}
.event-categories li a {
	display:inline-block;
	font-family: 'Oswald', sans-serif;
	background:#e33417;
	color:#fefefe;
	font-size:11px;
	line-height:12px;
	text-transform:uppercase;
	padding:3px 4px;
	text-decoration:none;
}
.event-categories li a:hover {
	color:#E8E8E8;
}
/* Event Page */
.event-page-header {
	background:#EEEEEE;
	color:#333333;
	text-align:center;
	padding:30px 15px;
	margin:0px 10px 20px 10px;
	position:relative;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
.event-page-title {
	font-size:36px;
	font-family: 'Oswald', sans-serif;
        background:0;
}
.header-page-title {
	font-weight:300;
	font-size:42px;
	border-bottom:1px solid #cccccc;
	margin-bottom:10px;
	margin-left:-10px;
	margin-top:-10px;
	width:960px;
	background:#222222 url(images/darkbg.png);
	color:#FEFEFE;
	position:relative;
}
.event-page-fulldate {
	position:absolute;
	bottom:-10px;
	left:0px;
	width:670px;
}
.event-page-fulldate-text {
	display:inline-block;
	background:#E33417;
	padding:4px;
	text-transform:uppercase;
	margin:0 auto;
	font-size:12px;
	color:#fefefe;
}
.event-page-fulldate-text a {
	color:#fefefe;	
}
.event-page-under-header {
	position:relative;
	margin-top:30px;
	margin-bottom:20px;
}
.event-page-parent-link {
	position:absolute;
	top:-20px;
	left:10px;
}
.event-page-location {
	text-align:center;
	font-style:italic;
	color:#666666;
	font-size:16px;
}
/* Upcoming Events */
.events-upcoming-viewmore a {
	font-family: 'Oswald', sans-serif;
	font-size:11px;
	text-transform:uppercase;
	padding:4px 4px;
	background:#333333;
	color:#fefefe;
	display:inline-block;
	margin-top:3px;
	margin-bottom:3px;
	text-decoration:none;
}
.events-upcoming-viewmore a:hover {
	color:#E8E8E8;
}
.events-upcoming-list {
	padding:10px;
	border:1px solid #CCCCCC;
}
.events-upcoming-event {
	padding-bottom:10px;
}
.events-upcoming-info {
	float:left;
	max-width:258px;
}
.events-upcoming-title {
	margin-top:6px;
}
.events-upcoming-title a {
	font-weight:400;
	font-size:14px;
	color:#333333;
}
.events-upcoming-title a:active {
	color:#E33417;
}
.events-upcoming-date {
	font-size:12px;
	font-weight:700;
	margin-top:5px;
	float:left;
	width:30px;
	margin-right:10px;
	text-align:center;
	background:#00a33e;
	color:#fefefe;
	border-radius:5px;
	padding:5px;
	text-transform:uppercase;
}
.events-upcoming-date-day {
	font-size:16px;
	line-height:16px;
}
.events-upcoming-date-month {
	font-size:12px;
	line-height:12px;
}
.events-upcoming-location {
	font-size:12px;
	margin-top:7px;
}

/* Footer */
#footer {
	position:relative;
	background:#222222 url(images/darkbg.png);
	width:992px;
	left:-16px;
}
.footerbg {
	background:url(images/footermountains.png) no-repeat right bottom;
	position:relative;
}
#footer .menuflapleft {
	position:absolute;
	top:-14px;
	left:0px;
}
#footer .menuflapright {
	position:absolute;
	top:-14px;
	right:0px;
}
#footer ul {
	list-style:none;
}
#footer li {
	list-style:none;
	font-size:12px;
	line-height:18px;
}
#footer a {
	color:#eeeeee;
	text-decoration:none;
}
#footer a:hover {
	color:#ffffff;
	text-decoration:underline;
}
#footer .boxtitle {
	color:#d99f3c;
}
#f-left {
	width:251px;
	margin-left:0px;
	float:left;
	padding: 10px 15px;
	height:180px;
}
#cookies {
	font-size:11px;
	color:#cccccc;
	line-height:15px;
	text-align:left;
}
#copyright {
	font-size:11px;
	color:#cccccc;
	border-top:1px solid #555555;
	padding-top:15px;
	margin-left:8px;
	margin-top:25px;
	line-height:15px;
}
#f-mleft {
}
#f-mright {
}
#f-right {
}
.f-box {
	width:98px;
	margin-left:8px;
	float:right;
	padding:15px;
	border-left:1px solid #555555;
	margin-bottom:190px;
}
#f-search {
	width:236px;
	border-left:none;
}
#f-search input {
	width:220px;
}
#footertop {
	height:90px;
	border-top:1px solid #cccccc;
	padding-bottom:10px;
	margin-top:20px;
}
.footertopbox {
	width:290px;
	float:left;
	padding:20px 15px 20px 15px;
}
.footertopbox .boxtitle {
	color:#e33417;
	margin-left:70px;
}
.footertopbox .boxtext {
	color:#333333;
	margin-left:70px;
}
.footertopbox img {
	float:left;
}
.footertopbox {
	text-decoration:none;
	background:#eeeeee;
}
.footertopbox:hover {
	background:#D8D8D8;
	text-decoration:none;
}
/* Post */
.entry-content {
	width:690px;
	padding:0;
	margin:0 auto;
}
.entry-content-image {
	width:670px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	max-height:300px;
	overflow:hidden;
	position:relative;
}
.entry-content-image img {
	max-width:670px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
.entry-content-image-content {
	margin-top:24px;
}
.entry-categories {
	margin-left:10px;
	padding-bottom:16px;
}
.entry-title {
	font-weight:300;
	font-size:32px;
	line-height:35px;
	margin:10px;
}
.entry-title a {
	color:#000000;
}
.entry-title a:active {
	color:#E33417;
}
.entry-cat {
	font-family:'Oswald', sans-serif;
	background:#e33417;
	color:#fefefe;
	float:left;
	margin-right:5px;
	font-size:11px;
	text-transform:uppercase;
	padding:5px 5px;
}
.entry-cat a {
	text-decoration:none;
	color:#fefefe;
}
.entry-cat a:hover {
	color:#E8E8E8;
}
.entry-meta {
	padding:20px 0px;
	padding-top:0px;
	font-size:14px;
	line-height:22px;
	font-weight:400;
	color:#333333;
	margin-left:10px;
	font-weight:700;
}
.entry-meta a {
	color:#333333;
}
.entry-meta a:active {
	color:#E33417;
}
.entry-meta .author {
	font-weight:700;
	color:#333333;
}
.entry-videoimage {
	text-align:center;
	width:100%;
	height:300px;
	background:#000000;
	position:relative;
	margin-bottom:30px;
}
.entry-videoimage img {
	position:relative;
}
.playoverlay {
	background:url(images/playvideo.png) no-repeat center center;
	width:100%;
	height:300px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
	cursor:pointer;
}
.entry-image {
	text-align:center;
	width:100%;
	height:300px;
	background:#222222;
	position:relative;
}
.entry-image img {
	position:relative;
}
./* REDUNDANT? */
.post-lowerbar {
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	/*border-top:1px solid #cccccc;*/
	
	text-align:left;
	vertical-align: top;
	margin:0;
}
.post-lowerbar ul { margin:0 0 5px 0; padding:0 0 5px 0; list-style:none; }
.post-lowerbar li { 
	display:inline;
	vertical-align: top;
	float:left;
	margin:0;
}

/* Results */
.results-item {
	margin-bottom:30px;
}
.results-bar {
	font-size:12px;
	line-height:12px;
	text-transform:uppercase;
	color:#E33417;
	text-decoration:none;
	display:inline-block;
	margin-bottom:20px;
	padding-left:10px;
}
.navigation {
	margin-top:20px;
	text-align:center;
}
.navigation a {
	font-size:14px;
	text-transform:uppercase;
	display:inline-block;
	color:#333333;
}
.navigation a:active {
	color:#E33417;
}
.nav-next {
	padding-left:5px;
	padding-right:5px;
}
.nav-previous {
	padding-left:5px;
	padding-right:5px;
}
.searchform {
	font-size:14px;
}
.searchform input[type='text'] {
	padding: 4px 12px;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 20px;
	width:250px;
	border:1px solid #C8C8C8;
	vertical-align: middle;
	display: inline-block;
}

/* Membership (join, renew, update, donate) Classes */
.membership-data-protection {
	width:240px;
	float:left;
}
.membership-page-header {
	font-size:12px;
	font-style:italic;
	padding:7px;
	background:#00a33e;
	color:#fefefe;
	position:absolute;
	top:42px;
	left:532px;
	width:170px;
	text-align:center;
}
.form-table {
	margin-top:10px;
	font-size:14px;
}

.form-table th {
	width:300px;
	text-align:right;
	font-weight:bold;
	padding-top:8px;
	padding-bottom:8px;
	vertical-align:top;
	font-size:14px;
	line-height:18px;
}

.form-table td {
	padding:8px 0 8px 20px;
	font-size:14px;
	line-height:18px;
	vertical-align:top;
}
.form-table .back {
	text-align:right;
	vertical-align:middle;
}
.required-field {
	font-size:12px;
	margin-left:8px;
	color:rgb(255, 0, 0);
	font-size:12px !important;
}

.membership-error-message {
	color:#FF0000;
	padding:10px;
	line-height:24px;
	text-align:center;
}
#person_email_error {
	color:#FF0000;
	font-size:12px;
	line-height:24px;
}
/* Membership Details */
.membership-details-card-table th,
.membership-details-card-table td {
	padding:8px 20px 8px 0px;
	font-size:14px;
}

.membership-details-card-table th {
	font-weight:bold;
}

.red-text {
	color:#FF0000 !important;
}

/* Join */
.progress-box-container {
	position:relative;
}
.progress-box-container  .renew {
	width:240px;
	padding:auto 10px;
	display:block;
	position:absolute;
	right:0;
	top:0;
	font-size:12px;
	line-height:24px;
	text-align:right;
}
.progress-box {
	width:690px;
	margin-top:10px;
	margin-bottom:20px;
	float:left;
}
.progress-box.normal > .progress-box-stages {
	width:25%;
}
.progress-box.donate > .progress-box-stages {
	width:33.33%;
}
.progress-box-stages {
	display:inline-block;
	text-align:center;
	float:left;
	opacity:0.4;
	font-size:16px;
	line-height:32px;
	border-bottom: 2px solid #CCCCCC;
	text-transform:uppercase;
	padding-bottom:10px;
	font-family:'Oswald',sans-serif;
	color:#333333;
}
.progress-box .active {
	opacity:1 !important;
}
.join-box {
	width:100%;
	display:inline-block;
	color:rgb(51, 51, 51);
	text-align:left;
	text-decoration:none;
	background-color:rgb(244, 244, 244);
	border-top:1px solid rgb(204, 204, 204);
	border-right:0px;
	border-bottom:1px solid rgb(204, 204, 204);
	border-left:0px;
	padding:20px;
	margin-bottom:20px;
	cursor:pointer;
}

.join-box:hover {
	color:rgb(0, 0, 0);
	background-color:rgb(238, 238, 238);
	border-top:1px solid rgb(0, 0, 0);
	border-bottom:1px solid rgb(0, 0, 0);
	cursor:pointer;
}

.join-box-title {
	font-size:24px;
	font-family:'Oswald',sans-serif;
}
.join-box-title span {
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height:24px;
	position:relative;
	float:right;
	top:0px;
	right:0px;
}
.join-box-desc {
	font-size:14px;
	margin-top:20px;
}

/* Forms */
.form-horizontal .fieldset {
	margin-bottom:20px;
}
.form-horizontal .legend {
	border-bottom:1px solid #CCCCCC;
	font-size:20px;
	line-height:40px;
	color:#333;
	margin-bottom:20px;
}

.form-help-text {
	font-size:12px;
	line-height:20px;
}
.form-help-btn {
	font-size:12px !important;
	font-style:italic;
	margin-left:10px;
	padding:0px !important;
}

/* Home */
.home-topright {
	height:300px;
	width:240px;
	float:right;
}
.home-topright-top {
	background:#00a33e;
	height:120px;
	color:white;
	padding:10px;
	margin-bottom:10px;
}
.home-topright-top a {
	color:#FFFFFF;
}
.home-topright-bottom {
	background:#333333 url(images/joinbg.png) no-repeat top left;
	height:126px;
	color:#FFF;
	padding:12px;
	padding-right:50px;
	position:relative;
	margin-bottom:10px;
}
.home-articles {
	margin-top:10px;
}
.home-topslider {
	width:690px;
	height:300px;
	background:#eeeeee;
	float:left;
}

/* Contact */
.form-horizontal .contact-control-label {
	font-size:12px;
	color:#666;
	letter-spacing:1px;
	font-weight:600;
	margin-bottom:5px;
	text-transform:uppercase;
	float:none;
}
.form-horizontal .contact-controls {
	margin-left: 0px;
}
.form-horizontal .contact-control-group {
	margin-bottom:20px;
}
.form-horizontal .contact-legend {
	font-size:18px;
	line-height:36px;
	padding-bottom:10px;
	color:#444;
	letter-spacing:1px;
	font-weight:600;
	margin-bottom:12px;
	text-transform:uppercase;
}
.loading-box {
	position:absolute;
	left:280px;
	top:150px;
}
#contact_fieldset {
	position:relative;
	margin-left:10px;
	margin-right:10px;
}
.contact_form_error {
	color:#FF0000;
	text-align:center;
}
.contact_form_success {
	color:#629632;
	text-align:center;
}
/* Downloads */
.downloads-header h1 {
	margin-top:0;
	margin-bottom:10px;
	line-height:26px;
}
.downloads-header td {
	text-align:justify;
	vertical-align:top;
}
.downloads-header img {
	box-shadow: 5px 5px 8px 2px #888888;
	margin-right:18px;
}
#downloads-year-header {
	margin:32px 0 0 0;
	padding:0 0 8px 0;
	border-bottom:1px solid #CCCCCC;
	
}
.downloads-item-title {
	font-family:'Oswald',sans-serif;
	font-size:16px;
	line-height:40px;
}
.downloads-item-excerpt {
	font-size:12px;
	line-height:24px;
}
.downloads-container {
	position:relative;
	overflow:auto;
}
.downloads-button {
	margin:0 auto;
	float:left;
	text-align: center;
	cursor:pointer;
	border:1px solid #CCCCCC;
	width:150px;
	padding:10px;
	margin-top:16px;
	margin-right:16px;
	background-color:#F4F4F4;
}
.downloads-button:hover {
	color:#E33417;
}
.downloads-button:active {
	background-color:#EEEEEE;
}
/* Images (and attachments) */
.wp-caption img {
	margin:0 0 -2px 0 !important;
	padding:0;
	border:0 none;
}
.wp-caption {

}
.wp-caption-text {
	background:#000000 !important;
	font-size:10px !important;
	color:#FFFFFF !important;
	line-height:24px !important;
	margin:0 0 10px 0 !important;
	padding:10px !important;
}
.wp-caption a {
	line-height:0 !important;
	margin:0 !important;
	padding:0 !important;
	color:#FFFFFF !important;
	font-weight: bold !important;
}
.attachment-image {
	text-align:center;
}
.attachment-content {
	width:auto;
	border-bottom:1px solid #cccccc;
	border-top:1px solid #cccccc;
	margin:26px auto 0 auto;
	padding:0;
}
.attachment-caption {
	margin-top:24px;
	text-align:center;
	font-style:italic;
	font-size:20px;
}
.attachment-desc {
	margin:26px 50px 0px;
	text-align:justify;
}

/* Custom Header Backgrounds */
.event-page-title-bg {
	background:none;
	height: 90px;
	overflow: hidden;
	position:relative;
}
.page-header-bg {
	background:none;
	height: 90px;
	overflow: hidden;
	position:relative;
}
#headerimage-container {
	width:100%;
	position:absolute;
	top:0;
	left:0;
	background: url('https://www.tolkiensociety.org/wp-content/uploads/2014/03/header-gradient.png') no-repeat left bottom;
	height: 150px;
	z-index:2;
}
#headerimage {
	width:100%;
	position:absolute;
	top:0;
	left:0;
	margin-top:-10px;
}
#headerimage.hi-229 {
	margin-top: -10px;
}
#headerimage.hi-86 {
	margin-top: -10px;
}
#headerimage.hi-642 {
	margin-top: -10px;
}
#headerimage.hi-268 {
	margin-top: -10px;
}
#headerimage.hi-125, #headerimage.hi-117, #headerimage.hi-1073 {
	margin-top: -10px;
}
.membership-page-title-bg {
	background:url(images/joinbg_temp.png) no-repeat right bottom;
}
/* Default Page Classes */
.page-title {
	font-weight:300;
	font-size:42px;
	border-bottom:1px solid #cccccc;
	margin-bottom:9px;
	margin-left:-10px;
	margin-top:-10px;
	width:960px;
	background:#222222 url(images/darkbg.png);
	color:#FEFEFE;
	position:relative;
}
.full-page-content {
	float:left;
	width:940px;
	margin-top: 5px;
}
.page-content {
	float:left;
	width:690px;
	margin-top: 5px;
}
.page-content-form {
	float:left;
	width:670px;
	padding-left:10px;
	padding-right:10px;
}
.page-menu {
	float:right;
	width:240px;
}
.page-title-bg {
	padding:30px 20px;
	position:relative;
}

.page-desc {
	font-size:12px;
	font-style:italic;
	padding:7px;
	background:#00a33e;
	color:#fefefe;
	position:absolute;
	top:42px;
	margin-left:20px;
}
.page-header-text {
	position:absolute;
	z-index:3;
	left:20px;
	bottom:20px;
	width:100%;
}
.page-header-name {
	float:left;
	display:inline-block;
        text-shadow: -1px -1px 12px rgba(0, 0, 0, 0.55);
}
.page-header-desc {
	font-size:12px;
	font-style:italic;
	padding:7px;
	background:#222222;
	color:#fefefe;
	position:absolute;
	top:42px;
	margin-left:20px;
	float:left;
	margin-top:-29px;
	display:none;
}
/* Top-level Default Template */
.top-level-brief {
	width:auto;
	padding:10px 10px;
	border-bottom:1px solid #cccccc;
	border-top:1px solid #cccccc;
	margin:0 auto;
	margin-top:0px;
}
.top-level-brief p {
	margin:10px 0px;
	font-size:14px;
	line-height:24px;
}
.top-level-subpagelist {
	width: 690px;
	margin: 0 auto;
}
.top-level-subpage {
	position:relative;
	width: 222px;
	height: 165px;
	float: left;
	padding: 0px;
	background:#222222;
	margin: 8px 4px 0 4px;
        text-shadow: -1px -1px 7px rgba(0, 0, 0, 0.75);
}
.top-level-subpage-excerpt {
	position:absolute;
	bottom:15px;
	left:0;
	z-index:3;
	font-size: 12px;
	line-height: 18px;
	text-align:left;
	color:#fefefe;
	padding:0px 10px;
	pointer-events:none;
}
.top-level-subpage-title {
	width:202px;
	font-weight:400;
	margin:5px 0;
	text-align:left;
	line-height:20px;
	font-size:20px;
}
.top-level-subpage-title a {
	color:#fefefe;
}
.top-level-subpage-title a:active {
	color:#eeeeee;
}
.top-level-subpage-image {
	text-align:center;	
}
.top-level-subpage-gradient {
	background: url('https://www.tolkiensociety.org/wp-content/uploads/2014/03/header-gradient.png') no-repeat left bottom;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	width: 222px;
	height: 165px;
	opacity:0.5;
}
.top-level-subpage-gradient, .top-level-subpage img {
        -webkit-transition: opacity .15s ease-in-out;
        -moz-transition: opacity .15s ease-in-out;
        -ms-transition: opacity .15s ease-in-out;
        -o-transition: opacity .15s ease-in-out;
        transition: opacity .15s ease-in-out;
}
.top-level-subpage:hover .top-level-subpage-gradient, .top-level-subpage:hover img {
	opacity:0.8;
}
/* Links */
.page-parent-link a {
	font-size:12px;
	line-height:12px;
	text-transform:uppercase;
	display:inline-block;
	margin-bottom:20px;
	color:#333333;
}
.page-parent-link a:active {
	color:#E33417;
}
/* Article */
.article {
	padding-left:10px;
	padding-right:10px;
}
.article p {
	font-size:14px;
	line-height:24px;
	margin-bottom:24px;
}
.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
	font-weight:500;
}
.article h1 {
	font-size:2em;
	margin-top:0.67em;
	margin-bottom:0.67em;
}
.article h2 {
	font-size:1.5em;
	margin-top:0.83em;
	margin-bottom:0.83em;
}
.article h3 {
	font-size:1.17em;
	margin-top:1em;
	margin-bottom:1em;
}
.article h4 {
	font-size:1em;
	margin-top:1.33em;
	margin-bottom:1.33em;
}
.article h5 {
	font-size:.83em;
	margin-top:1.67em;
	margin-bottom:1.67em;
}
.article h6 {
	font-size:.67em;
	margin-top:2.33em;
	margin-bottom:2.33em;
}
.article ul,
.article ol {
	margin:0 0 24px;
	line-height:24px;
	padding:0;
}
.article ul {
	list-style:disc outside;
}
.article ul ul,
.article ol ol,
.article ul ol,
.article ol ul {
	margin-bottom:0;
}
.article li {
	font-size: 14px;
	margin:0 0 0 24px;
}

.article blockquote {
	font-size:17px;
	line-height:34px;
	margin-left:0;
	margin-bottom:35px;
	padding-left:15px;
	border-width:0px 0px 0px 3px;
	border-style:solid;
	font-weight:normal;
	font-style:italic;
}

.article table {
	font-size:14px;
	line-height:24px;
	border-collapse:collapse; 
	border-spacing:0;
}

.article td, .article th {
	padding:5px;
}

abbr,
acronym {
	border-bottom:dotted 1px;
}

.bibliography {
	padding-left:24px;
	text-indent:-24px;
}

#disqus_thread ul {
	display:none;
}

.timeline {
	margin-bottom: 10px;
}

.timeline th {
	font-weight: normal;
	text-align: right;
	vertical-align: top;
	width: 132px;
}

.timeline tr:nth-child(odd) {
	background-color:#f8f8f8;
}

.timeline tr:hover {
	background-color:#eee;
}

.tolksoc-table {
	margin-bottom: 40px;
}

.tolksoc-table tr:nth-child(odd) {
	background-color:#f8f8f8;
}

.tolksoc-table tr:hover {
	background-color:#eee;
}

.article dl {
	font-size:14px;
	line-height:24px;
	margin-bottom:24px;
}

.article dt {
	font-weight: bold;
}

.article dd {
	padding-bottom: 0.5em;
}

/* Comments */
.comments-template {
	margin:20px 10px;
}

/* Google Maps */
.map-canvas img{
	max-width:none;
}

.map-canvas img{
	width:auto;
	display:inline;
}

/* entry-footer */
.entry-footer-container {
	background:#eeeeee;
	color:#333333;
	padding:10px 10px;
	margin:20px 10px;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	height:20px;
}
.entry-footer-social > div {
	float:left;
}
.entry-footer-twitter {
	margin-left:15px;
}
.entry-footer-google {
	margin-left:15px;
}
.entry-footer-social {
	float:left;
	display:inline-block;
}
.entry-footer-categories {
	float:right;
	display:inline-block;
}

/* Mordor */
#mordor {
	display:none;
}

/* Cookies */
.cookies-container {
	position:fixed;
	bottom:15px;
	right:15px;
	background:#333333;
	opacity:0.95;
	width:240px;
	padding:10px;
	color:#FFFFFF;
	font-size:12px;
	line-height:20px;
	text-align:justify;
	z-index:10000;
}
.cookies-header {
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	margin-bottom:10px;
}
.cookies-notice {
	margin-bottom:10px;
}
.cookies-learn-more {
	margin-left:10px;
}
.cookies-learn-more a {
	color:#FFFFFF;
}

/* Widget: Join */
.join-sidebar .banner-container {
	position:absolute;
	top:0px;
	left:0px;
	background: url(images/joinban.png) no-repeat bottom left;
	width:104px;
	height:93px;
	padding-top:12px;
}
.join-sidebar .banner-top {
	text-align:center;
	font-size:24px;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	position: absolute;
	bottom: 70px;
	left: 31px;
}
.join-sidebar .banner-middle {
	text-align:center;
	font-size:16px;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	line-height:16px;
	position: absolute;
	bottom: 52px;
	left: 31px;
}
.join-sidebar .banner-bottom {
	position:absolute;
	bottom:10px;
	left:20px;
	font-size:12px;
	line-height:14px;
}
/* Standard Widgets */
.sidebar {
	color:#FFF;
	padding:10px;
	margin-bottom:10px;
}
.sidebar a {
	color:#F8F8F8;
}
.sidebar ul,
.sidebar ol {
	padding:0 0 0 15px;
	margin:0;
}
.sidebar ul {
	list-style:disc;
}
.sidebar li {
	margin-left:5px;
	padding-left:5px;
	margin-bottom:10px;
}
#youremail {
	width:206px;
	margin-top:10px;
	margin-bottom:0px;
}
#newsletter_body p {
	padding-bottom:10px;
}
.sidebar.green {
	background:#00a33e;
}
.sidebar.grey {
	background:#333333 url(images/greybg.jpg) repeat top left;
	color:#FFF;
	margin-bottom:10px;
}
/* Blog Author */
.blog-author-container {
	margin-left:10px;
	margin-right:10px;
	padding:20px;
}
.blog-author-container.archive {
	margin-top:20px;
	background:#eee;
}
.blog-author-container.entry {
	margin-bottom:-20px;
	background:#F8F8F8;
}
.blog-author-image {
	float:left;
}
.blog-author-main {
	float:left;
	width:492px;
	padding-left:20px;
}
.blog-author-main .title {
	padding:0;
	line-height:28px;
}
.blog-author-main .desc {
	font-size:12px;
	line-height:20px;
}
.blog-preview-avatar {
	float:right;
	margin-right:10px;
}
/* In-page links */
.anchor{
	margin-top:-43px;
	padding-top:43px;
}
.tag-cloud {
	line-height:26px;
}
/* Sales */
.sales-info {
	margin-bottom:10px;
}
.sales-info h1 {
	font-size:18px;
	margin-bottom:10px;
	line-height:24px;
	font-weight:400;
	font-style:italic;
}
.sales-info p {
	font-size:12px;
	line-height:20px;
}
/* Hide 'no image' */
.wpgmza-basic-listing-content-holder img {
	display:none;
}
/* Woocommerce */
.woocommerce-page .page-title {
	display:none;
}