/*
Theme Name: QuakeWiki
Theme URI: https://getbutterfly.com/
Version: 1.2.0-alpha
Description: QuakeWiki.net
Author: Ciprian Popescu
Author URI: https://getbutterfly.com/
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);

body {
	margin: 0px 0px;
	padding: 0px 0px;
	color: #84878E;
	background-color: #222222;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
}

.searchbox input { padding: 4px; font-family: inherit; font-size: 16px; color: #666666; }

.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
 .cf { zoom: 1; }

/* Form wrapper styling */
.form-wrapper {
	float: right;
    width: 450px;
    padding: 15px;
    margin: 0;
    background: #444;
    background: rgba(0,0,0,.2);
    border-radius: 10px;
    box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
}
 
/* Form text input */
 
.form-wrapper input {
    width: 330px;
    height: 20px;
    padding: 10px 5px;
    float: left;
	font-family: inherit;
	font-weight: 400;
	font-size: 15px;
    border: 0;
    background: #eee;
    border-radius: 3px 0 0 3px;
}
 
.form-wrapper input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}
 
.form-wrapper input::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
   font-style: italic;
}
 
.form-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}
 
.form-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}    
 
/* Form submit button */
.form-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 40px;
    width: 110px;
	font-family: inherit;
	font-weight: 700;
	font-size: 17px;
	line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    background: #d83c3c;
    border-radius: 0 3px 3px 0;
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}   
 
.form-wrapper button:hover{
    background: #e54040;
}   
 
.form-wrapper button:active,
.form-wrapper button:focus{
    background: #c42f2f;
    outline: 0;
}
 
.form-wrapper button:before { /* left arrow */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #d83c3c transparent;
    top: 12px;
    left: -6px;
}
 
.form-wrapper button:hover:before{
    border-right-color: #e54040;
}
 
.form-wrapper button:focus:before,
.form-wrapper button:active:before{
        border-right-color: #c42f2f;
}      
 
.form-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}

.headings {
	color: #000;
	margin-bottom: 10px;
	display: block;
	width: 100%;
}
#wrapper {
	width: 940px;
	margin: auto;
	padding: 0px 0px 0px 0px;
	margin-top: 116px;
}
#wrapper2 {
	width: 100%;
	margin: 0px 0px;
	background-image: url(images/bg2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	float: left;
}


.single-entry {
	float: left;
	width: 613px;
	margin-bottom: 10px;
	padding: 13px;
	background-color: #222222;
}
.single-entry-titles {
	width: 614px;
	height: 23px;
	background-color: #222222;
	color: #CD2B00;
	display: block;
	padding: 7px 10px 0px 15px;
	font-weight: 300;
	float: left;

	border-radius: 6px 6px 0 0;
}
.single-entry-titles a {
	float: left;
}



.post-wrapper p {
	font-size: 13px;
}
.post-wrapper img {
    max-width: 100%;
    height: auto;
}
.post-wrapper {
	background-color: #111111;
	margin-top: 0px;
	padding: 0px 15px 15px 15px;
	width: 609px;
	float: left;
	margin-bottom: 8px;

	border-radius: 0 0 6px 6px;
}
.post-wrapper-wide {
	background-color: #111111;
	margin-top: 0px;
	padding: 0px 15px 15px 15px;
	margin-bottom: 8px;

	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	-khtml-border-radius: 0 0 6px 6px;
}



a:link {

text-decoration: none;

color: #FFFFFF;

}



a:visited {

text-decoration: none;

color: #FFFFFF;

}



a:hover, a:active {

color: #FFF;

text-decoration: underline;

}



h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0px 0 10px;
}

.descbox {
	width: 623px;
	background: #111111 url(images/noise.png) repeat;
	padding: 8px;

	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
}
h2 {
	margin-bottom: 2px;
	padding-bottom: 0;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.1em;
}
h3 {
	margin-top: 8px;
}
.descriptor {
	color: #999999;
	font-size: 11px;
	margin-bottom: 8px;
}

.post-title {

line-height: 30px;

}



.post-title a {
	font-family: 'Open Sans Condensed', Helvetica, sans-serif;
	font-weight: 700;
	font-size: 25px;
	text-transform: uppercase;
}



.home-post-wrap {
	width: 313px;
	height: 280px;
	float: left;
	background: #111111 url(images/noise.png) repeat;
	margin: 0px 13px 10px 0px;
	padding: 0px;

	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
}
.home-post-wrap-2 {
	width: 313px;
	float: left;
	background: #111111 url(images/noise.png) repeat;
	margin: 0px 13px 10px 0px;
	padding: 0px;

	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
}



.home-post-wrap object {

width: 289px;

height: 193px;

}



.home-post-wrap embed {

width: 289px;

height: 193px;

}



.post-wrapper object {

width: 609px;

height: 455px;

}



.post-wrapper embed {

width: 609px;

height: 455px;

}



.post-inside {

padding: 8px 13px 13px 13px;

}



.post-inside-small {

padding: 4px 13px 4px 13px;

margin-top: 4px;

float: left;

}
.post-inside-small ul {
	padding-left: 0;
	list-style: none;
}



.home-post-titles {
	font-size: 11px;
	width: 288px;
	height: 23px;
	background: #222222 url(images/wnoise.png) repeat;
	color: #CD2B00;
	display: block;
	padding: 7px 10px 0px 15px;
	font-weight: 300;
	text-transform: lowercase;

	border-radius: 6px 6px 0 0;
}
.home-post-titles a {
	float: left;
}
.home-post-titles a:link, .home-post-titles a:visited {
	color: #CD2B00;
}



.comments-bubble {

background-image: url(images/comment-count-bg.gif);

width: 18px;

height: 15px;

float: right;

margin: 0px;

padding: 0px 0px 0px 4px;

color: #6D200C;

display: block;

}



.comments-bubble a, .comments-bubble a:visited, .comments-bubble a:hover {

font-size: 8px;

color: #6D200C !important;

margin: -5px 0px 0px 0px;

float: left;

padding: 0px;

}



.titles {

font-weight: normal;

font-size: 24px;

text-decoration: none;

}



.titles a:link, .titles a:visited, .titles a:active {

text-decoration: none;

font-size: 20px;

font-family: Trebuchet MS;

margin-bottom: 10px;

margin-top: 10px;

display: block;

}



.titles-featured a, .titles-featured a:hover, .titles-featured {

font-size: 30px;

display: block;

margin-bottom: 5px;

margin-top: 5px;

}



.featured-inside {

width: 593px;

padding: 13px;

background-image: url(images/featured-bg.png);

overflow: hidden;

height: 105px;

}



.next-button {

display: none;

position: absolute;

}



.prev-button {

display: none;

position: absolute;

}



#sections {
	overflow:hidden;
	width: 639px;
	height: 150px;
	margin: 0px;
	float: left;
	margin-bottom: 13px;
}
#sections ul {
	height: 130px;
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	width: 4000px;
}
#sections ul li {
	height: 130px;
	width: 619px;
	border: 10px solid #111111;
	margin: 0px;
	padding: 0px;
	float: left;

	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
}



pre, blockquote {

overflow: auto;

padding: 0 10px;

margin: 20px 30px;

line-height: 1.8em;

background: #222222;

border: 1px solid #141918;

}



ul {
	list-style-type: circle;
}



#categories {
	width: 940px;
	height: 40px;
	background-color: #111111;
	float: left;
	margin: 0px;
}
#categories ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	float: left;
}
#categories ul li {
	float: left;
	display: block;
	padding-left: 0px;
	margin: 0px;
	height: 40px;
}
#categories ul li a:link,#categories ul li a:visited, #categories ul li a:active  {
	height: 31px;
	display: block;
	color: #FFFFFF;
	font-size: 11px;
	padding: 9px 10px 0px 10px;
	float: left;
	margin: 0px 1px;
	border-right: 1px solid #222222;
}
#categories ul li a:hover {
	text-decoration: underline;
}


#container {
float: left;
width: 940px;
color: #CFCFCF;
border-top: 1px solid #222222;
background-color: #1a1a1a;
}



#left-div-wide {
	padding-left: 13px;
}

#left-div {

width: 654px;

float: right;

padding-left: 13px;

}



#sidebar {
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	width: 250px;
	margin-left: 16px;
}



#footer {
	clear: both;
	width: 940px;
	text-align: left;
	color: #666666;
	padding-top: 14px;
	padding-bottom: 14px;
	background-color: #111111;
	margin: 0 auto;
	font-size: 11px;
	margin-bottom: 16px;

	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	-khtml-border-radius: 0 0 6px 6px;
}



#footer a,
#footer a:visited {
    color: #FFFFFF;
}

#footer a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}


/* MAIN MENU */
#pages {
	width: 940px;
	float: right;
	background-color: #cd2b00;

	border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-khtml-border-radius: 6px 6px 0 0;
}
#pages ul {
	width: 800px;
	list-style-type: none;
	list-style-image: none;
	float: left;
	padding: 0 0 0 6px;
	margin: 0;
}
#pages li ul { display: none; margin: 41px 0 0 0; padding: 0; width: 200px; z-index: 9999; }
#pages ul li a:hover { background-color: #cd2b00; /* hover color */ }
#pages li:hover ul { display: block; position: absolute; }
#pages ul li ul li {
	background-color: #cd2b00; /* hover color */
	display: block;
	float: none;
	color: #ffffff;
}
#pages li ul li a { float: none !important; margin: 0 !important; font-weight: 300 !important; }

#pages ul li {
	float: left;
	display: block;
	padding: 0;
}
#pages ul li a:link, #pages ul li a:visited, #pages ul li a:active {
	font-family: 'Open Sans Condensed', Helvetica, sans-serif;
	float: left;
	color: #FFFFFF;
	display: block;
	font-size: 11pt;
	padding: 9px 10px 9px 10px;
	margin: 0;
	font-weight: 700;
	text-transform: uppercase;
}
#pages ul li a:hover {
	text-decoration: underline;
	color: #ffffff;
}



.articleinfo {

border-bottom: 1px solid #EEEEEE; padding-bottom: 7px; color: #545454;

}



.sidebar-box {
	width: 250px;
	float: left;
	background: #111111 url(images/noise.png) repeat;
	padding-bottom: 4px;

	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	margin-bottom: 8px;
}
.sidebar-box ul li {
	color: #373434;
	margin: 0;
	display: block;
	float: left;
	width: 250px;
}
.sidebar-box ul {
	list-style-type: none;
	margin: 0px 0px;
	padding: 0px 0px;
	width: 250px;
}
.sidebar-box ul li a:link, .sidebar-box ul li a:visited, .sidebar-box ul li a:active {
	color: #FFF;
	padding: 5px 10px 5px 15px;
	margin: 0px 0px;
	display: block;
}
.sidebar-box ul li a:hover {
	background: url(images/bg-gradient-red.jpg) top repeat-x;
	text-decoration: none;
}
.sidebar-box h3 {
	font-size: 11px;
	color: #CD2B00;
	text-transform: lowercase;
	font-weight: 300;
	background: #222222 url(images/wnoise.png) repeat;
	height: 25px;
	padding: 5px 0px 0px 17px;
	margin: 0px 0px;

	border-radius: 6px 6px 0 0;
}


#recentcomments li a:link, #recentcomments li a:visited, #recentcomments li a:active {

background-image: none;

border: none;

}



#recentcomments {

margin-top: 10px;

}



#recentcomments li {

display: bock;

border-top: 1px solid #36423F;

border-bottom: 1px solid #192522;

background-image: url(images/comment-author.gif);

background-position: 10px 4px;

background-repeat: no-repeat;

padding-left: 35px;

padding-top: 5px;

padding-bottom: 5px;

padding-right: 10px;

width: 228px;

color: #FFF;

}







#commentwrap {

display: block;

width: 570px;

margin-bottom: 20px;

margin-top: 20px;

margin-left: 20px;

}



.commentlist li{

display: block;

float: left;

clear: both;

margin-left: 0px;

margin-bottom: 10px;

}



.commentlist ol {

margin-left: 0px;

padding-left: 0px;



}

.commentlist {

margin-left: 0px;

padding-left: 0px;

}



.comment-inside {

background-image: url(images/comment-bg.gif);

padding-left: 40px;

padding-right: 10px;

padding-top: 0px;

padding-bottom: 0px;

margin: 0px 0px 0px 0px;

background-repeat: repeat-y;

width: 408px;

float: left;

color: #FFF;

}



#commentform {

margin: 1em 0;

margin-left: 20px;

}






#commentform #email {
	font-size: 1.1em;
	color: #ffffff;
	background: #222222;
	border: 1px solid #141918;
	width: 280px;
	padding: 4px;
}
#commentform #author {
	font-size: 1.1em;
	color: #ffffff;
	background: #222222;
	border: 1px solid #141918;
	width: 280px;
	padding: 4px;
}
#commentform #url {
	font-size: 1.1em;
	color: #ffffff;
	background: #222222;
	border: 1px solid #141918;
	width: 280px;
	padding: 4px;
}

#commentform textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: #222222;
	border: 1px solid #141918;
	width: 370px;
}
#commentform input {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
}







.icons {

margin-top: 0px;

margin-bottom: -5px;

margin-right: 10px;

}






.post-info {

color: #5B6461;

font-size: 10px;

display: block;

border-bottom: 1px solid #222222;

padding: 2px 0px 2px 0px;

margin: 0px 0px 5px 0px;

}



.post-info-small {

color: #5B6461;

font-size: 10px;

display: block;

width: 228px;

border-top: 1px solid #3B4341;

border-bottom: 1px solid #3B4341;

padding: 2px 0px 2px 0px;

margin: 0px 0px 0px 0px;

float: right;

}



.post-info a {

color: #5B6461;

}



.logo {

float: left;

border: 0px;

border-left: 1px solid #515E5B;

}



ul, ol { line-height: 2.0em; }



.titles-featured a, .titles-featured a:hover, .titles-featured {

font-size: 28px;

line-height: 30px;

}



#featured {

background-color: #FFF;

background-image: url(images/post-bg.gif);

background-repeat: repeat-x;

padding: 10px;

width: 593px;

border: 1px solid #EBEBEB;

margin-bottom: 10px;

}



.featured-content {

float: right;

width: 353px;

margin-right: 5px;

}



.current-category {

background-color: #3E4846;

color: #FFFFFF;

border: 1px solid #485351;

padding: 5px;

display: block;

margin-bottom: 10px;

width: 629px;

}



/* Captions */

.aligncenter,

div.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

}



.wp-caption {

	border: 1px solid #ddd;

	text-align: center;

	background-color: #f3f3f3;

	padding-top: 4px;

	margin: 10px;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	border-radius: 3px;

}



.wp-caption img {

	margin: 0;

	padding: 0;

	border: 0 none;

}



.wp-caption p.wp-caption-text {

	font-size: 11px;

	line-height: 17px;

	padding: 0 4px 5px;

	margin: 0;

}

/* End captions */



/* Begin Images */

p img {

	padding: 0;

	max-width: 100%;

	}



/*	Using 'class="alignright"' on an image will (who would've

	thought?!) align the image to the right. And using 'class="centered',

	will of course center the image. This is much better than using

	align="center", being much more futureproof (and valid) */



img.centered {

	display: block;

	margin-left: auto;

	margin-right: auto;

	}



img.alignright {

	padding: 4px;

	margin: 0 0 2px 7px;

	display: inline;

	}



img.alignleft {

	padding: 4px;

	margin: 0 7px 2px 0;

	display: inline;

	}



.alignright {
	float: right;
	margin: 0 0 2px 7px;
}



.alignleft {

	float: left

	}

/* End Images */





/*Dropdown Navigation*/



.nav, .nav * {margin:0;padding:0;list-style:none;}



.nav ul {position:absolute;top:-999em; background-position: bottom; background-repeat: no-repeat; background-image: url(images/dropdown-bottom.png); padding-bottom: 9px;}



.nav li {float:left;position:relative;z-index:99;font-size:12px; height: 40px !important; border: none !important;}



.nav a {display:block;}



.nav ul li{width: 100%;}



.nav li:hover ul,ul.nav li.sfHover ul {left: 0px;top:40px;}



.nav li:hover li ul,.nav li.sfHover li ul {top:-999em;}



.nav li li:hover ul,ul.nav li li.sfHover ul {left:15em;top:0px;}



.nav li:hover ul,.nav li li:hover ul {top: -999em;}



.nav li li {

display: block;

padding: 0px;

height: 40px;

}



.nav li ul li ul li {

left: 60px;

}



.nav li:hover {

background-color: #222222;

padding: 0px !important;

margin: 0px;

border: none;

}



.nav li li a:link, .nav li li a:visited {

width: 180px;

display: block;

background-color: #262D2B;

padding: 10px 30px 0px 30px !important;

margin: 0px 0px 0px 0px  !important;

border: none;

font-weight: normal;

height: 30px;

background-image: none !important;

}



.nav li li a:hover {

background-color: #1F2624 !important;

text-decoration: none;

border: none;

}



/*End Dropdown Navigation*/



.thumbnail {

border: 5px solid #222222 !important;

margin-right: 10px;

float: left;

display: inline;

	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
}



.thumbnail-small {

border: 3px solid #222222 !important;

margin-right: 10px;

float: left;

display: inline;

}



.textwidget {

	padding: 16px;

}

img {

	border: 0;

}







/* download box stolen from WP plugins page */
#fyi {
	background-color:#222222;
	margin-bottom:1em;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-khtml-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}
#fyi .head {
	background: url(images/bg-gradient-red.jpg) top repeat-x;
	margin-top: 0;
}
.block h3.head {
	color: #FFF;
	font-size:11px !important;
	font-weight:bold;
	height:12px;
	line-height:1;
	margin-bottom:12px;
	padding:8px 12px;
}
h4, h3.head {
	padding-bottom:4px;
}
#fyi .block-content {
	font-size:12px;
	padding-top:0;
}

.block-content {
	margin-bottom:2em;
}

#fyi ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:12px 12px 0 0 !important;
	padding-bottom:12px;
	padding-left: 12px;
}
#fyi ul li,
#fyi div {
	color: #FFF;
}
#fyi ul li a {
	color: #FF0;
	text-decoration: none;
}
hr {
	display: block;
	padding: 0;
	margin: 8px auto;
	height: 0;
	max-height: 0;
	clear: both;
	border: none;
	border-top: 1px solid #666;
}
.textwidget select {
	width: 218px;
	font-family: inherit;
	font-size: 10pt;
}
select {
	font-family: inherit;
}

input.gsc-input {
	padding: 8px !important;
	font-size: 16px !important;
}
input.gsc-search-button {
	font-size: 15px !important;
	padding: 8px !important;
	height: auto !important;
}

.wp-polls, .wp-polls-form { font-size: larger; }
.wp-polls .Buttons {
border: 0;
padding: 20px 40px;
cursor: pointer;
font-family: inherit;
font-weight: 700;
font-size: 17px;
line-height: 40px;
color: #fff;
text-transform: uppercase;
background: #d83c3c;
border-radius: 0 3px 3px 0;
text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}




/* QUAKE EXPO 2014 */
.exporoom {
	color: #cd2b00;
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 24px;
	margin: 0 0 32px 0;
	border-bottom: 1px dotted red;
	padding: 0 0 8px 0;
}

/* WPUF OVERRIDE (DARK) */
.post_count { border: 0 none; margin: 0 0 16px 0; padding: 0; }

table.wpuf-table { border: 1px solid #666666; }
table.wpuf-table td { border-top: 1px solid #666666; background-color: #333333; }

.wpuf-pagination .page-numbers.current,
.wpuf-pagination .page-numbers:hover,
.wpuf-pagination .page-numbers:active,
.wpuf-pagination .page-numbers { border: 0 none; border-radius: 0; -moz-border-radius: 0; }

.green { color: #ff00ff; }
