/*
Theme Name: BETHESDA
Theme URI: http://www.bethsoft.com/
Author: Henning Seljenes
Author URI: http://www.zenimax.com/
Description: HTML5 optimized theme based on Toolbox
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready
*/


a:link,
a:visited {
	color: #008cc2;
}

a:active,
a:hover,
a:visited:hover {
	color: #3dbff1;

}

html {
	font-family: Arial,Verdana,sans-serif;
}

body {
	font-size: 14px;
	text-align: center;
	background-color: #d2cecf;
	margin: 0;
	padding: 0;
	font-family: Arial,Verdana,sans-serif;
	line-height: 1.4;
}

/* =Structure
-------------------------------------------------------------- */

#page {
	display: block;
	width: 950px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #666;
	border-top:none;
	background: #fff url(http://cdnstatic.bethsoft.com/bethblog.com/images/content-background.png) repeat-y top right;
}
#primary {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
	margin: 0 270px 0 30px;
}
#main .widget-area {
	float: right;
	overflow: hidden;
	width: 220px;
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.section-heading {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Header
-------------------------------------------------------------- */

#site-title {
	font-size: 2em;
	font-weight: bold;
	background: url(http://cdnstatic.bethsoft.com/bethblog.com/images/bethblog-banner-teso.jpg) no-repeat top left;
	display: block;
	width: 950px;
	height: 125px;
	margin: 0;
	padding: 0;
}

#site-title span {
	display: none;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
	font-family: Arial,Verdana,sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	background: #eee url(http://cdnstatic.bethsoft.com/bethblog.com/images/gradient-gray.png) repeat-x 0 50%;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;

}
#access li {
	float: left;
	position: relative;
	border-right: 1px solid #aaa;
}
#access a {
	display: block;
	line-height: 2em;
	padding: 0 1em;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;

}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background-color: #dedede;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 14em;
	height: auto;
	text-wrap: none;
}

#access ul li:hover > ul {
	display: block;
}

#access li:hover > a,
#access ul ul :hover > a {
	background: #dedede;
}
#access ul ul a:hover {
	background-color: #bed6e0;
	border-top: 1px dotted #649cb1;
	border-bottom: 1px dotted #649cb1;
}

#access ul ul a {
	border-top: 1px dotted #dedede;
	border-bottom: 1px dotted #d5d4d4;
}

#access .sub-menu {
	text-transform: none;
}

#access li ul li {
	border-right: none;
}

#access a:link,
#access a:visited {
	text-decoration: none;
	color: #606060;
}

#access a:active,
#access a:hover,
#access a:visited:hover {
	text-decoration: none;
	color: #666;
}

/* =Content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
	display: block;
	background-color: #f5f5f5;
	padding: 0.5em;
	margin: 1em 0 2em 0;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.entry-meta-text {
	font-size: 13px;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	margin: 0 0 1em;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Aside Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin-right: 1em;
}

.entry-title,
.page-title {
	font-size: 30px;
	font-weight: bold;
	margin: 0.5em 0;
	line-height:1.2;
}

.page-title {
	border-bottom: 1px solid #000;
}

.entry-title a:link,
.entry-title a:visited {
	text-decoration: none;
}

.entry-title a:active,
.entry-title a:hover,
.entry-title a:visited:hover {
	text-decoration: underline;
}

/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {

}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 100%;
	margin: 0;
}

textarea {
	width: 100%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}

#searchsubmit {
	display: none;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}

#comments-title {
	font-size: 24px;
	font-weight: 700;
}

.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

.commentlist .comment .children {
	padding-left: 20px;
	list-style: none;
}

.commentlist li {
	border-bottom: 1px solid #ddd;
	padding: 1em 0.5em;
}

.commentlist .odd {
	background-color: #f5f5f5;
}

.commentlist .even {
	background-color: #fbfbfb;
}

.commentlist .byuser {
	background-image: url(http://cdnstatic.bethsoft.com/bethblog.com/images/bethesda_100.png);
	background-repeat: no-repeat;
	background-position: 99% 2%;
	background-color: #e2f7ff;
	border: 1px solid #008cc2;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}

h1.widget-title {
	font-size: 15px;
	text-transform: uppercase;
	color: #333;
	border-bottom: 1px solid #333;
}

.bethblog-tweets {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.2;
	font-size: 14px;
}

.bethblog-tweets li {
	padding-bottom: 0.25em;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #ddd;
	clear: both;
}

.bethblog-tweets li:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.bethblog-tweets .twitter-profile-image img {
	width: 30px;
	height: 30px;
	border: 1px solid #ddd;
	background-color:#eee;
	padding:2px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.bethblog-tweets .twitter-username a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	display: none;
}

.bethblog-tweets .twitter-timestamp a {
	text-decoration: none;
	color: #555;
	font-size: 80%;
	width: 100%;
	display: block;
	text-align: right;
}

.dfrads {
	text-align: center;
}

.dfrads h1 {
	text-align: left;
}

#secondary aside {
	margin-right: 1em;
}


/* =Footer
-------------------------------------------------------------- */

#colophon {
	background-color:#d2cecf;
	font-size: 13px;
	text-align: center;
	padding: 0;
	margin: 1em 0;
}

#colophon p {
	margin: 0;
}

#colophon a:link,
#colophon a:visited {
	color: #000;
}

#colophon a:active,
#colophon a:hover,
#colophon a:visited:hover {
	color: #333;
}

/* =Plugins
-------------------------------------------------------------- */

.social4i {
	height: 21px;
	line-height: 1;
}
.social4i .socialicons {
	float: left;
}

.social4i:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.twitter-share-button {
	width: 100px !important;
}

.s4plusone div {
	width: 70px !important;
}

/*.fb_iframe_widget,
.fb_ltr {
	width: 80px !important;
}*/

div.socialicons{float:left;display:block;margin-right: 10px;}div.socialicons p{margin-bottom: 0px !important;margin-top: 0px !important;padding-bottom: 0px !important;padding-top: 0px !important;}

.wp-polls ul li, .wp-polls-ul li, .wp-polls-ans ul li {
	text-align: left;
	background-image: none;
	display: block;
}
.wp-polls ul, .wp-polls-ul, .wp-polls-ans ul  {
	text-align: left;
	list-style: none;
	float: none;
}
.wp-polls ul li:before, .wp-polls-ans ul li:before, #sidebar ul ul li:before {
	content: '';
}
.wp-polls IMG, .wp-polls LABEL , .wp-polls INPUT, .wp-polls-loading IMG, .wp-polls-image IMG {
	display: inline;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.wp-polls-ul {
	padding: 0px;
	margin: 0px 0px 10px 10px;
}
.wp-polls-ans {
	width:100%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	/* background-color: #ffffff; */
}
.wp-polls-loading {
	display: none;
	text-align: center;
	height: 16px;
	line-height: 16px;
}
.wp-polls-image {
	border: 0px;
}
.wp-polls .Buttons {
	border:1px solid #c8c8c8;
	background-color: #f3f6f8;
}
/* Polls Archive Paging */
.wp-polls-paging a, .wp-polls-paging a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-polls-paging a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-polls-paging a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-polls-paging a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-polls-paging span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.wp-polls-paging span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-polls-paging span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}

.wp-polls .pollbar {
	margin: 1px;
	font-size: 12px;
	line-height: 8px;
	height: 8px;
	background: #8ac2d7;
	border: 1px solid #ddd;
}

.akpc_report ol {
	margin: 0;
	padding: 0;
}

.akpc_report ol li {
	padding: 0.25em 0 0.25em 0;
	list-style-type: disc;
}

.akpc_report span {
	display: none;
}



.wp-pagenavi {
	clear: both;
	border-top: 1px solid #ddd;
	padding-top: 1em;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}








body.agegate #colophon {
	color: #999;
}

body.agegate #colophon a:link,
body.agegate #colophon a:visited {
	color: #999;
}

body.agegate #colophon a:active,
body.agegate #colophon a:hover,
body.agegate #colophon a:visited:hover {
	color: #333;
}

#text-3 {
	text-align:center;
}

#secondary select {
	width: 100%;
}

#secondary h1 {
	margin: 0.5em 0;
}

#secondary aside {
	margin-top: 1em;
	margin-bottom: 1em;
}

#agegate {
	width: 500px;
	margin: 1em auto;
	padding: 1em;
	background-color: #fff;
	border: 1px solid #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#featured {
	margin: 1em auto;
	padding: 0.5em 0;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#featured .featured-story {
	width: 25%;
	text-align:center;
	float: left;
	line-height: 1;
}

.featured-story a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.featured-story a:link img,
.featured-story a:visited img {
	border: 1px solid #000;
}

.featured-story a:active img,
.featured-story a:hover img,
.featured-story a:visited:hover img {
	border: 1px solid #2490ba;
}