/*
Theme Name: Having A Nice Conflict
Theme URI: http://densleonis.com
Author: Ryan Kolalis
Author URI: http://densleonis.com
Description: 
Version: 999.9
License: GNU General Public License

-------------------------------------------------------------- */
/* Reset By Eric Meyer's Reset CSS v2.0 - THANKS 
-------------------------------------------------------------- */

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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}


/* Start Some Base Styles
-------------------------------------------------------------- */
body,
button,
input,
select {
  padding: 0;
  margin: 0;
  background: #000000;
  font-family: "Karla", Helvetica, sans-serif;
  line-height: 26.64px;
  font-size: 18px;
}

/* General Font Styles
-------------------------------------------------------------- */

body {
    background-color: #000000;
    line-height: 135%;
    margin: 0;
}
form {
    margin: 0;
    padding: 0;
}
body.f-small, body#ff-optima.f-small, body#ff-georgia.f-small {
    font-size: 11px;
}
body, body.f-default {
    font-size: 12px;
}
body#ff-optima, body#ff-optima.f-default, body#ff-georgia, body#ff-georgia.f-default {
    font-size: 13px;
}
body.f-large, body#ff-optima.f-large, body#ff-georgia.f-large {
    font-size: 14px;
}
p {
    color: #333333;
    font-family: arial,sans-serif;
    margin-bottom: 15px;
    margin-top: 10px;
}
div {
    color: #333333;
    font-family: arial,sans-serif;
}
h1, h2, h3, h4, h5 {
    font-weight: normal;
    line-height: 135%;
    margin: 5px 0 10px;
    padding-bottom: 5px;
}
h1 {
  color: #000000;
  font-size: 160%;
  font-weight: bold;
  margin-top: 20px;
}
h2 {
    color: #000000;
    font-size: 120%;
    font-weight: bold;
}
h3 {
    color: #000000;
    font-family: arial,sans-serif;
    font-size: 110%;
    font-weight: bold;
}
h4 {
    color: #000000;
    font-size: 105%;
    font-weight: bold;
    line-height: 130%;
}
h5 {
    font-size: 100%;
    font-weight: bold;
    text-transform: uppercase;
}
a {
    color: #333333 !important;
    outline: medium none;
    text-decoration: none;
}
a:hover {
    color: #cc0033 !important;
    text-decoration: none;
}

ul,
ol {
  margin: 0 0 16px 30px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 16px;
}
dt {
  font-weight: bold;
}
dd {
   margin: 0 0 16px 30px;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote p {
  color: #ff0000;
  font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
  font-size: 16px;
}
.indent {
 margin: 0 16px;	
}
address {
  margin: 0 0 16px;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.7em;
  line-height: 24px;
  margin-bottom: 24px;
  padding: 24px;
  overflow: auto;
  max-width: 100%;
  box-shadow: 0 3px 5px #ddd inset;
}

/* clear floats */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}





/* Posts/Articles
-------------------------------------------------------------- */
article {
  background: transparent;
  padding: 0;
  margin-bottom: 80px;
  border-bottom: 1px solid #dddddd;
}
article .title {
  color: #404040;
  line-height: 56.24px;
  font-size: 38px;
  font-size: 60pxpx;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}
article .title a {
  text-decoration: none;
  color: #404040;
}
article .title a:hover {
  color: #084352;
}
article .post-meta {
  margin-bottom: 40px;
  font-size: 14px;
  text-align: center;
  font-family: "Karla", Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
article .post-meta a {
  color: #888888;
  text-decoration: none;
}
article .post-meta a:hover {
  color: rgba(136, 136, 136, 0.5);
}
article .the-content a {
  font-weight: 900;
  text-decoration: none;
}
article .the-content p {
  color: #191919;
  text-align: justify;
}
article .the-content img {
  width: 100%;
  height: auto;
}
article .meta {
  line-height: 14.8px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .9px;
}
article .meta div {
  margin:1px auto;
}
article .meta .post-categories {
  list-style: none;
  margin: 0 0 10px 0;
}
article .meta .post-categories li {
  display: inline-block;
  margin-right: 10px;
}
/* Page loop styling */
.page article {
  border-bottom: none;
}
.page article .title {
  margin-bottom: 40px;
}
/* Pagination */
#pagination {
  margin-bottom: 40px;
  width: 100%;
}
#pagination .past-page {
  float: right;
  width: 49%;
  text-align:right;
}
#pagination .next-page {
  float: left;
  width: 50%;
  border-right: 1px solid #ccc;
  height: 200px;
}
.next-page a, .past-page a {
  font-size: 2em;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 400;
  font-style: italic;
  padding: 10%;
}
/* Comments */
h3#comments {
  margin-bottom: 80px;
  font-size: 16px;
}
.commentlist {
  list-style: none;
  margin: 0;
}
.commentlist .comment {
  margin: 0 0 40px 50px;
  padding: 20px;
  position: relative;
  list-style: none;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.commentlist .comment .children {
  margin-top: 40px;
}
.commentlist .comment-author {
  float: left;
  margin-right: 10px;
}
.commentlist .comment-author img {
  position: absolute;
  left: -50px;
  top: 5px;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.commentlist .comment-author .says {
  display: none;
}
.comment-meta {
  font-size: 12px;
  margin-bottom: 10px;
}
.comment-subscription-form,
.comment-subscription-form {
  margin-bottom: 0;
  font-size: 14px;
}
#respond {
  margin-bottom: 80px;
}
#respond > h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
#respond form label {
  color: #888888;
}
footer {
  text-align: center;
  padding-bottom: 40px;
  font-size: 12px;
  background:#000;
  min-height:110px;
}
footer .menu-main-menu-container {
  float: left;
  margin-top: 20px;
}
footer .menu li {
  color: #fff;
  float: left;
  font-size: 20px;
  list-style-type: none;
  margin-right: 10px;
  width: auto;
  border-right: 1px solid;
  padding-right: 10px;
  line-height: 3px;
}
footer .menu li a:hover{
	color:#fff;	
}

#primary .container {
  padding-bottom: 40px;
}

footer {
  background: #000 none repeat scroll 0 0;
  float: left;
  width: 100%;
}

footer p {
  color: #fff;
}
footer .container {
	max-width:1000px;
	width:98%;
	margin:0 auto;
	float:none; 
	background-color:transparent;
	/* border-top:10px solid #b22128; /* maroon */
}


.menu-bottom-menu-container {
  display: inline-block;
  float: left;
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
#menu-bottom-menu li a {
  color: #fff !important;
  font-size: 12px !important;
}





.padding20 {
	padding:20px;
}
.padding30 {
	padding:30px;
}
.padding40 {
	padding:40px;
}



/* site specifics */

#primary {
	max-width:1000px;
	width:98%;
	margin:0 auto;
	background:#fff;	
}

header {
	max-width:1000px;
	width:98%;
	margin:0 auto;
}

.container {
  background: #fff none repeat scroll 0 0;
  float: left;
  width: 100%;
}


.headerwrap {
	float:left;
	width:100%;	
	background: #d82e3b;
}
.logo {
  float: left;
  width: 40%;
}
.headercontent {
  float: left;
  position: relative;
  width: 60%;
  height: 130px;
}
.top-menu {
  float: left;
  width: 100%;
}
.slogan {
  float: left;
  width: 100%;
  color:#fff;
  text-align:right;
  font-size:20px;
  position:absolute;
  bottom:20px;
  right:10px;
}

.top-menu .menu {
  list-style-type: none;
  margin: 0 ;
  float:right;
}

.top-menu .menu li {
  color: #fff;
  float: left;
  margin-right: 10px;
  font-size:12px;
}
.top-menu .menu li a{
  color: #fff !important;
  text-decoration:none;
}



#banner-slide {
  float: left;
  width: 100%;
}

.mainbody {
	float:left;
	width:70%;	
}

.sidebar {
	float:left;
	width:25%;
	margin-left:5%;	
	text-align:center;
}
.sidebar img {
  width: 100%;
  max-width: 100%;
}

.noscale {
width:auto !important;
max-width:auto !important;
height:auto;	
}

.left {
	text-align:left !important;
}

.home-menu {
  float: left;
  width: 100%;
  background:#ffdd00;
}

#menu-home-menu {
	margin:0;
	padding:0;	
}
#menu-home-menu li:first-child {
  width: 5%;
  padding: 0 20px;
  padding-left: 10px;
  padding-right: 25px;
  padding-top: 0px;
  padding-bottom: 0px;
}


#menu-home-menu li:last-child {
  border-right:0;
}
#menu-home-menu li {
  background: #ffdd00 none repeat scroll 0 0;
  float: none;
  font-size: 16px;
  font-weight: bold;
  list-style: outside none none;
  margin: 0;
  padding: 20px;
  text-align: center;
  width: 18%;
  border-right: 3px solid #fff;
  display: inline-block;
  vertical-align: middle;
}

.menu-submenu-container ul {
  margin: 0 ;
  list-style-type: none;
  padding: 0;
}
#menu-submenu li {
  cursor: pointer;
  font-weight: bold;
  margin-bottom: 4px;
}

#menu-main-menu  {
  margin: 0;
  list-style-type: none;
  float:right;
}

#menu-main-menu li {
  border-right: 2px solid #fff;
  float: left;
  margin-right: 10px;
  padding-right: 8px;
  line-height: 30px;
}
#menu-main-menu li a{
  font-size:14px;
  cursor:pointer;
}

#menu-main-menu li a:active {
 color: #333333 !important;
 font-weight:bold !important;
}

#menu-main-menu li:first-child {
  border-left: 2px solid #fff;	
  margin-left: 10px;
  padding-left: 8px;
}

#menu-main-menu li:last-child {
  border-right: 0px solid #fff;	
}

ul#menu-side-menu {
  margin: 0;
  list-style: none;
  padding: 0;
}

ul#menu-side-menu li {
	margin-top:10px;
	margin-bottom:10px;
}

ul#menu-side-menu a {
	font-weight:bold;	
	font-size:14px;	
}

ul#menu-side-menu .current-menu-item a{
	color: #cc0033 !important;
}


input {
  background: #fff;
  border: 2px solid;
  width:100%;
  max-width:300px;
  
}
input[type="radio"] {
	width:auto;	
}
textarea {
  border: 2px solid;
  width: 100%;
  max-width:300px;
}
input[type="submit"] {
	width:auto;	
	background:#ccc;
	padding:5px 10px;
	cursor:pointer;
	border:0;
}



/* extra page options */

.hideme {
	display:none;
}

.extra-side img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.noscale {
	width:auto;
	max-width:auto;
}

.extra-side img.noscale {
	width:21% !important;	
}

/* page templates*/


/* default */
.page .sidemenu {
  float: left;
  width: 20%;
  margin-top: 25px;
  margin-right:5%;
}

.page .mainbody {
  width: 50%;
}
.page .sidebar {
  width: 20%;
}

.page .home-menu {
  border-top: 2px solid #fff;
}


/* no right */

.page-template-tpl_no_side .mainbody {
  width: 75%;
}


.the-button {
  display: none;
  width: 100%;
  float: left;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 44px;
}
.menu-home-menu-container {
display:block;	
}

.lightbox {
  display: none;
}

.jquery-trigger {
	float:left;
}

/* Media Queries Done Right On The 100's 
================================================== */


@media only screen and (min-width: 1200px) {  /* .logged-in footer .container { border-top: 10px solid #638AC0; } /* --------------BLUE -------------- */

  
}

@media (max-width: 1100px) {   /* .logged-in footer .container {border-top: 10px solid #F4E23E; } /* -------------- YELLOW -------------- */

   
}

@media (max-width: 1000px) {  /*  .logged-in footer .container {border-top: 10px solid #A04FD3; } /* -------------- PURPLE -------------- */

#primary {
  width: 100%;
}

#menu-home-menu li {
  padding: 17px;
}

footer .menu li {
  line-height: 12px;
}
   
}
 
@media (max-width: 900px) {   /* .logged-in footer .container { border-top: 10px solid #666; } /* -------------- GRAY -------------- */
#menu-home-menu li {
  padding: 14px;
}
.slogan {
  width: 90%;
}
   
}

@media (max-width: 800px) {  /* .logged-in footer .container { border-top: 10px solid #9F2C2E; } /* --------------RED -------------- */

#menu-home-menu li {
  padding: 12px;
}

.one_fourth img {
  width: 100%;
  max-width: 90%;
  height: auto;
}


#menu-main-menu li:first-child {
  border-left: 0px solid #fff;
  margin-left: 0px;
  padding-left: 0px;
}
#menu-main-menu li {
  margin-right: 5px;
}



}

 
@media (max-width: 700px) {  /* .logged-in footer .container { border-top: 10px solid #447134; } /* -------------- GREEN -------------- */
  
#menu-home-menu li {
  padding: 8px;
}
#menu-main-menu li {
width:22%;
text-align:center;	
}

.padding40 {
  padding: 20px;
}
.logo img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.logo {
	width:50%;
}
.headercontent {
	width:50%;
	height:100px;	
}
.slogan {
  bottom: 10px;
  font-size: 14px;
}

.page-template-tpl_no_side .mainbody {
  width: 75%;
}
    
}

 
@media (max-width: 600px) {   /* .logged-in footer .container { border-top: 10px solid #E012DE; } /* -------------- PINK -------------- */


.the-button {
	display:block;
	cursor:pointer;
}


#menu-home-menu li {
  width: 100%;
  border-right: 0;
  border-bottom: 3px solid #fff;
}
#menu-home-menu li:first-child {
  padding: 0;
  width: 100%;
  border-bottom: 0;
}

#menu-main-menu li:first-child {
  width: 100%;
  border-right: 0;
  border-bottom: 3px solid #fff;
  text-align:center;
  border-left: 0px solid #fff;
  margin-left: 0px;
  padding-left: 0px;
}
#menu-main-menu li{
  width: 100%;
  border-right: 0;
  border-bottom: 3px solid #fff;
  text-align:center;
  font-weight:bold;
}

.menu-home-menu-container {
display:none;	
}
.menu-main-menu-container {
display:none;	
}

.home .sidebar {
  width: 30%;
}
.home .mainbody {
  width: 64%;
}


.page .sidemenu {
  display:none;
  width: 0%;
}
.page .sidebar {
  width: 30%;
}
.page .mainbody {
  width: 64%;
}


.page-template-tpl_no_side .menu-side-menu-container {
  display:none;	
}

.jquery-trigger {
	float:none;
}


.page-template-tpl_no_side .mainbody {
  width: 100%;
}
.page-template-tpl_no_side .sidemenu {
	float:none;
	width:100%;
	max-width:170px;
	margin:0 auto;
	display:block;

}

.headercontent {
  height: 87px;
}

   
}

 
@media (max-width: 500px) {  /* .logged-in footer .container {border-top: 10px solid #5FC7BF; } /* -------------- TEAL -------------- */
 
.logo {
  width: 100%;
} 
.headercontent {
  height: 70px;
  width: 100%;
}
  
}


@media (max-width: 400px) {  /* .logged-in footer .container {border-top: 10px solid #DFFF01; } /* -------------- HOT YELLOW -------------- */

.home .mainbody {
  width: 100%;
}  
.home .sidebar {
  width: 100%;
  float: none;
  max-width: 160px;
  margin: 0 auto;
}  


.page .mainbody {
  width: 100%;
}  
.page .sidebar {
  width: 100%;
  float: none;
  max-width: 160px;
  margin: 0 auto;
}

  
}