/* ------------------------------------------------------------------------
	Template Name : Jungleland
	Template Code : S-0030
	Version : 1.2.1
	Author : Erwin Aligam
	Author URI : http://www.styleshout.com/
	Last Date Modified : March, 06 2014
 -------------------------------------------------------------------------- */


/* =============================================================================
    R E S E T
================================================================================ */

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* =============================================================================
    G E N E R A L
================================================================================ */

html { overflow-y: scroll; }
body { background: #1C130E url(../images/iconSystem/bg.png);
 }

.topic {
  color:#FFF;
}


/* Images */
img {
 /*   background: #130D0A;*/
	margin:auto auto;

}
img.align-right { margin: 6px 0px 6px 12px; }
img.align-left { margin: 6px 12px 6px 0px; }

/* Button */
.button,
a:link.more,
a:visited.more,
.form input.button,
.commentlist li .comment-text .reply a,
.navigation a:link,
.navigation a:visited {
   float: left;
	margin-right: 8px;
	padding: 6px 10px;
	border: 1px solid #900;
	background: #DA6503 url(../images/iconSystem/button-bg.png);
	color: #FFF;
   font-size: 0.5em;

}
.button:hover,
a:hover.more,
.commentlist li .comment-text .reply a:hover,
.navigation a:hover {
   background: #4EA41F url(../images/iconSystem/button-bg-hover.png);
   border: 1px solid #900;

   box-shadow: 0px 1px 2px rgba(0,0,0,0.3), inset 0 1px 0 #900;
   -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3), inset 0 1px 0 #900;
   -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3), inset 0 1px 0 #900;
}

/* Table */
table {
	border-collapse: collapse;
	margin: 12px 0 15px 0;
}
tr { background: #130D0A; }
th, td {
	text-align: left;
	border-width: 1px;
  	border-style: solid;
}
th {
  	padding: .3em 1em;
	background: #6E0001;
  	border-color: #333;
	color: #fff;
    font-size: 16px;
	font-weight: bold;
}
td {
	border-color: #333;
	padding: .5em 1em;

}

input{
    border-radius: 4px;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input:focus{

    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ie7 form input.button {
    padding: 0 2px;
}
#name, #email, #message, #website {
	width: 482px;
}

/* Clearing and other stuff */
.no-border { border: none; }
.align-left { float: left; }
.align-right { float: right; }
.fix {
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.ie7 .clearfix { zoom: 1; } /* IE7 */


/* =============================================================================
    S T R U C T U R E
================================================================================ */

#header-wrap {
    width: 100%;
    background: url(../images/iconSystem/header-bg.png) repeat-x left top;
    height: 60px;
}
header {
	position: relative;
	margin: 0 auto;
	height: 70px;
    width: 940px;

}
#featured-wrap {
    width: 940px;
    margin: 0 auto;
    padding: 30px 0;
    background: transparent url(../images/iconSystem/content-div.png) no-repeat center bottom;
}
#content-wrap, #content-wrap-home {
	width: 940px;
	margin: 0 auto;
    padding: 15px 0 35px 0;
    background: url(../images/iconSystem/content-div.png) no-repeat center bottom;
 /*   overflow: hidden; */
}
#main {
   	width: 710px;
	float: left;
    margin-top: 15px;
	margin-left: 10px;
}

 #main-aticle {
   	width: 100%;
	float: left;
    margin-top: 15px;
	margin-left: 10px;
}
#sidebar {
    float: right;
	width: 190px;
    margin-top: 25px;
	margin-right: 0px;
}
#content-wrap-home #main {
    margin-top: 0;
}
#content-wrap-home #sidebar {
    margin-top: 5px;
}
#extra-wrap {
	clear: both;
	padding: 30px 0 10px 0;
    background: transparent url(../images/iconSystem/extra-bg.png) repeat-x;
    position: relative;
    top: -2px;
}
#extra {
    width: 930px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.7em;
    padding-left: 10px;
}
footer {
	width: 920px;
	margin: 0 auto;
    padding-top: 12px;
    font-size: 11px;
	clear: both;
}


/* =============================================================================
    T Y P O G R A P H Y
================================================================================ */



/* Paragraph */


blockquote {
    margin: 12px 0;
  	padding: 20px 30px 0 45px;
  	background: url(../images/iconSystem/quote.png) no-repeat 0 22px;
  	font-size: 18px;
  	line-height: 28px;
  	font-style: italic;
    overflow: hidden;
}
blockquote .author {
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 1.5px;
    text-align: right;
    font-size: 12px;
}
code {

    font-size: 14px;
    line-height: 1.5em;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;

    margin: 0 0 24px 0;
  	padding: 0 25px;
  	display: block;
	background: #130D0A;
    border: 1px solid #261a14;
    clear: both;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
mark {
    background-color: #c67114;
    text-shadow: none;
    color: #110C09;
}
strong, b {
    font-weight: bold;
}


/* =============================================================================
   H E A D E R
================================================================================ */



/*  Main Navigation  */
header nav {
	position: absolute;
	left: 0;
    top: 0;
   	width: 650px;
    height: 59px;
}
header nav ul {
	list-style: none;
	margin-left: 10px;
    padding: 0;
	height: 59px;
}
header nav ul li {
    float: left;
}
li{
	color:#CCC;
}
header nav ul a:link,
header nav ul a:visited {

    font-size: 13px;
    font-weight: bold;
    text-transform: lowercase;
    display: block;
	margin: 0;
    padding: 0 7px;
    height: 59px;
	color: #CCC;
    text-shadow: 0 -1px 0 rgba(10, 10, 10, 1);
    line-height: 70px;
}
header nav ul li a:hover,
header nav ul li a:active {
	border: none;
	color: #D67630;
}
header nav ul li#current {
	background: url(../images/iconSystem/tab-right.png) no-repeat right top;
    color: #D6641C;
}
header nav ul li#current a {
	background: url(../images/iconSystem/tab-left.png) no-repeat left top;
	color: #D6641C;
}

/* Subscribe */
header div.subscribe {
	position: absolute;

	text-transform: lowercase;
	font-size: 11px;
	font-weight: bold;
	line-height: 30px;
	width: 300px;
	height: 30px;
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(10, 10, 10, 1);
	/*background: url(../images/iconSystem/rss32.png) no-repeat 0 center;*/
	padding-left: 10px;
	right: 5px;
	top: 16px;
    text-align: right;
}
header div.subscribe a {
    padding-right: 3px;
    padding-left: 3px;
    color: #F1C40F;
	text-decoration:underline;
}
header div.subscribe a:hover,
header div.subscribe a:active {
    color: #D67630;
}

/* Quick Search */
header form#quick-search {
  	position: absolute;
  	background: transparent;
  	border: none;
  	margin: 0;
    padding: 0;
  	width: 222px;
    top: 92px;
    right: 10px;
}
header fieldset.search {
    border: none;
    width: 222px;
    height: 37px;
    padding: 0;
    margin: 0;
    background: url(../images/iconSystem/search-bg.png) no-repeat;
}
header .search input {
  	border: none;
  	float: left;
 	padding: 0;
    margin: 0;
}
header .search input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
header .search button {
  	border: none;
  	float: right;
  	padding: 0; margin: 0;
}
header .search label { display: none; }
header .search input.tbox {
  	font-weight: normal;
  	margin: 12px 0 10px 10px;
  	background: transparent;
  	width: 150px;
}
header .search button.btn {
  	width: 37px;
  	height: 37px;
  	cursor: pointer;
  	text-indent: -9999px;
  	background: url(../images/iconSystem/search.png) no-repeat center center;
}



/* =============================================================================
    F E A T U R E D
================================================================================ */

#featured {
    position: relative;
    width: 918px;
    margin: 0 auto;
    background: #130D0A;
    border: 1px solid #261a14;
}
#featured-wrap #featured-ribbon {
	position: absolute;
	background: url(../images/iconSystem/ribbon.png) no-repeat;
	width: 110px;
	height: 110px;
	top: -7px;
	right: -7px;
	z-index: 99999;
}
#featured-wrap .image-block {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
    float: left;
    width: 339px;
}
#featured-wrap .image-block img {
    padding: 0;
    border: none;
}
#featured-wrap .text-block h2 a {
    color: #E2DBD8;
}
#featured-wrap .text-block {
    margin-top: 20px;
    margin-bottom: 30px;
    margin-right: 30px;
    float: right;
    width: 493px;
}
#featured-wrap .text-block .post-meta a {
    color: #549207;
}


/* =============================================================================
    C O N T E N T
================================================================================ */

#main .col {
    width: 276px;
    float: left;
    margin-top: 10px;
    margin-bottom: 25px;
}
#main .col img {
	margin: 0 0 20px 0;
	padding: 14px;
    background: #130D0A;
    display: block;
}
#main h2 a {
    color: #E2DBD8;
}
#main .col .top {
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom: 1px solid #29201c;
}
#main .col .top h4 a {
	color: #F1A200;
}
#main .col .top p a:link,
#main .col .top p a:visited {
	color: #b5b5b5;
}
#main .col .top p .comment {
	margin-left: 5px;
	padding: 0 0 5px 20px;
	background: url(../images/iconSystem/comment.png) no-repeat 0 2px;
}
#main .col .top p .datetime {
	padding: 0 0 5px 20px;
	background: url(../images/iconSystem/clock.png) no-repeat 0 0;
}
#main .col .content {
    margin: 0 5px
}
#main .even { margin-left: 45px; }





/* =============================================================================
    S I D E B A R
================================================================================ */
/* Sidebar Member */
#sidebar_member .sidemenu_member ul {
	margin: 0px 0 30px 0;
    padding: 0;
	border-top: 1px solid #231C18;
	text-align: left;

}
#sidebar_member .sidemenu_member h3 { color: #D6641C;}
#sidebar_member .sidemenu_member ul li {
	list-style: none;
	margin: 0;
 	padding: 9px 5px 9px 1px;
	border-bottom: 1px solid #333333;
	font-size: 15px;
	line-height: 20px;
	/*background: url(../images/iconSystem/bullet.png) no-repeat 0 7px;*/
}

#sidebar_shops .sidemenu_member ul {
	margin: 0px 0 30px 0;
    padding: 0;
	border-top: 1px solid #231C18;
	text-align: left;
	background: #251812;
}
#sidebar_shops .sidemenu_member h3 { color: #D6641C;}
#sidebar_shops .sidemenu_member ul li {
	list-style: none;
	margin: 0;
 	padding: 4px 5px 9px 1px;
	border-bottom: 1px solid #333333;
	font-size: 14px;
	line-height: 20px;
	/*background: url(../images/iconSystem/bullet.png) no-repeat 0 7px;*/
}



/* Sidemenu */
#sidebar .sidemenu ul {
	margin: 20px 0 30px 0;
    padding: 0;
	border-top: 1px solid #231C18;
	text-align: left;
}
#sidebar .sidemenu ul li {
	list-style: none;
	margin: 0;
 	 padding: 9px 5px 9px 19px;
	border-bottom: 1px solid #333333;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	background: url(../images/iconSystem/bullet.png) no-repeat 0 7px;
}
#sidebar .sidemenu ul li a:link,
#sidebar .sidemenu ul li a:visited {
	padding-left: 0;
	color: #CCC;
}
#sidebar .sidemenu ul li span {
	display: block;
	color: #9a8377;

   font-weight: normal;
	text-transform: none;
}
#sidebar .sidemenu ul li a:hover { color: #fff;	border: none; }
#sidebar .sidemenu ul ul { margin: 0 0 0 5px; padding: 0; border: none; }
#sidebar .sidemenu ul ul li { border: none; }
#sidebar .sidemenu h3 { color: #D6641C;}
/* Photostream */
#sidebar ul.photostream {
   list-style: none;
   margin: 2px 0 2px 0;
   padding: 0;
}
#sidebar ul.photostream li {
    float: left;
    margin: 0 12px 6px 0;
    padding: 0;
}
#sidebar ul.photostream li img {
    background-color: #120c09;
    border: 1px solid #900;
    padding: 1px;
}

/* Ads */
#sidebar .ads {
   margin: 25px 0 25px 0;
}
#sidebar .ads h3 {
   margin-bottom: 15px;
}
#sidebar .ads .button {
   margin-top: 12px;
   float: none;
   display: block;
   color: #FFF;
   width: 100px;
   text-align: center;
}
#sidebar .ads strong {
   color: #fff;
}

#sidebar .sidemenu ul li ul li {
	list-style-type:circle;
	background:none;
	margin:0;
	padding:0;

}



#sidebar .sidemenu ul li ul li {
	list-style-type:circle;
	background:none;
	margin:0;
	padding:0;
	color:#630;
	font-size: 13px;
}

#sidebar .sidemenu ul li ul li a:hover{
	list-style-type:circle;
	background:none;
	margin:0;
	padding:0;
	color: #D66416;
	font-size: 13px;
}

/* =============================================================================
    E X T R A
================================================================================ */

#extra img {
    background: #120c09;
    padding: 10px;
}
#extra .xcol {
    float: left;
    width: 195px;
    margin-right: 43px;
}
#extra .xcol.last {
    margin-right: 0;
}

/* Footer List */
.footer-list ul {
	border-top: 1px solid #333333;
	list-style: none;
	padding: 0;
	margin-left: 0;
}
.footer-list ul li {
    border-bottom: 1px solid #333333;
}
.footer-list ul li a:link,
.footer-list ul li a:visited {

	display: block;
	padding: 7px 0 7px 5px;
	margin-left: 0;
	color: #988175;
}
.footer-list ul li a:hover { color: #fff; }

/* Social */
.social ul li a:link,
.social ul li a:visited {
    padding-left: 25px;
}
.footer-list ul li.facebook a {
    background: url(../images/iconSystem/social/facebook.png) no-repeat 1px 9px;
}
.footer-list ul li.twitter a {
    background: url(../images/iconSystem/social/twitter-2.png)  no-repeat  1px 9px;
}
.footer-list ul li.googleplus a {
    background: url(../images/iconSystem/social/google-plus-black.png)  no-repeat  1px 9px;
}
.footer-list ul li.rss a {
    background: url(../images/iconSystem/social/feed.png)  no-repeat  1px 9px;
}
.footer-list ul li.email a {
    background: url(../images/iconSystem/social/email.png)  no-repeat  1px 9px;
}


/* =============================================================================
    F O O T E R
================================================================================ */

footer a:hover {
    color: #fff;
}
footer a.back-to-top {
    background: url(../images/iconSystem/back-to-top.png) no-repeat right 3px;
    font-weight: bold;
    padding-right: 17px;
}
footer p.footer-left {
	float: left;
    margin: 0 0 40px 0;
	padding: 0;
    width: 600px;
    text-align: left;
}
footer p.footer-right {
	float: right;
    margin: 0 -10px 40px 0;
	padding: 0;
    width: 320px;
    text-align: right;
}

/* =============================================================================
    P O S T
================================================================================ */

.post {
	margin-bottom: 15px;
	padding-bottom: 15px;
	color:#CCC;
}

.post ul li{
	line-height:22px;
}
.post h2 a {
    color: #E2DBD8;
}
.post .image-section {
	clear: both;
	margin: auto auto;

}
.post .image-section img {
   	padding: 3px ;
	-webkit-box-shadow: 0px 1px 5px 1px rgba(158,0,32,0.81);
	-moz-box-shadow: 0px 1px 5px 1px rgba(158,0,32,0.81);
	box-shadow: 0px 1px 5px 1px rgba(158,0,32,0.81);
	margin: 0 auto 15px 0;

}
.post .postmeta {
	padding: 8px 15px; margin: 2px 2px 2px 0;
	background: #130D0A;
    border: 1px solid #261a14;
}
.post .postmeta a.comments { margin: 0 10px 0 5px;	}
.post .postmeta a.readmore { margin: 0 10px 0 5px;	}
.post .postmeta .date { margin: 0 10px 0 5px;	}

.post .post-info a {
    color: #D6641C;
}
.post .post-info {
    color: #FFF;
}
.post .post-info span {
    color: #BA0408;
}

.post .post-info img{
	margin:auto auto;
}
.post .tags {
	padding: 8px 15px; margin: 20px 12px 15px 0;
	border-top: 1px solid #231C18;
	border-bottom: 1px solid #231C18;
}
.post .tags span { color: #6f892c; }

/* Comments List */
ol.commentlist {
	margin: 15px 10px 35px 0;
	padding: 0;
	background-color: #595858;
	border-style: solid;
	border-color: #FFF;
	border-width: 2px 2px 2px 2px;
		color:#B63A0E;
}
.commentlist li {
	list-style: none;
	margin: 0;
	padding: 15px 0 0 0;
	border-bottom: 1px solid #261a14;
}
.commentlist li .comment-info {
	width: 100%;
	margin: 0; padding: 0;
	overflow: hidden;

}
.commentlist li .comment-info img {
	float: right;
	margin: 5px 25px 0 0;
}
.commentlist li .comment-info cite {
	display: block;
	margin: 0; padding: 5px 65px 5px 25px;
	font-style: normal;

}
.commentlist li .comment-info cite .comment-data {
	font-size: .8em;
	font-weight: normal;
}
.commentlist li .comment-text {
	clear: both;
	margin: 0; padding: 0 20px 25px 25px;
	color:#FFF !important;
}
.commentlist li .comment-text p {
	margin:  10px 0 20px 0;
	padding: 0;
}
.commentlist li .comment-text .reply a {
    float: none;
}
.commentlist li ul.children { margin:0; padding: 0; }
.commentlist li ul.children li.depth-2,
.commentlist li ul.children li.depth-3 {
	margin-left: 40px;
	border-style: solid;
	border-color: #281D15;
	border-width: 1px 0 0 1px;
}
.commentlist li.thread-alt {
	background: #100C0A;
}


/* =============================================================================
    A R C H I V E S
================================================================================ */

ul.archive {
	margin: 10px 0;
	padding: 0;
	border-top: 1px solid #231C18;
}
ul.archive li {
	margin: 0;
	padding: 14px 5px;
	border-bottom: 1px solid #231C18;
	list-style: none;
}
ul.archive li .post-title {
	margin: 0;
    padding: 0;
    font-weight: bold;
	font-size: 18px;
}
ul.archive li .post-title a:link,
ul.archive li .post-title a:visited {
    color: #E2DBD8;
}
ul.archive li .post-title a:hover {
	border: none;
	color: #fff;
}
ul.archive li .post-details {
	margin-left: 0;
	margin-top: 0;
	font-size: .9em;
}
ul.archive li .post-details span {
    padding-left: 5px;
    padding-right: 5px;
}

/* Page Navigation */
.navigation {
	margin: 20px 0 20px 5px;
    padding: 0;
}
.bg-from-1{
	background-color:#3C3C3C;
	width:100% !important;
	padding:10px;
}
.bg-from-1 p{
	font-size: 16px;
}
.bg-from-1 ul{
	margin:-20px 0px 0 0;
}
.bg-from-1 ul li{
	font-size: 16px;
	list-style-type:none;
	color:#FFF;
    border-bottom:1px solid #666;
}
.bg-from-1 div{
    margin-left: 0px;
}
.bg-from-1 ul li input{
	margin:4px 0 4px;
}

/* SQUARED FOUR */
.squaredFour {
	width: 20px;
	margin: 20px auto;
	position: relative;
}
.red{
	color:#F00;
	font-size: 13px;
	}
.orange{
    color:#ff851b;
    font-size: 13px;
    text-decoration: underline;
    margin-left: 5px;

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

.hilight {
	background-color:#680002;
	padding:5px 10px 5px 10px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border: 0px solid #000000;
	color:#FFF;
}

.hilight:hover{
	background-color:#BA0408;
	padding:5px 10px 5px 10px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border: 0px solid #000000;
	color:#FFF;
	cursor:pointer;
}

.hilight-2 {
background-color:#999;
padding:5px 10px 5px 10px;
border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
border: 0px solid #000000;
color:#FFF;
}

.hilight-2:hover{
	background-color:#666;
	padding:5px 10px 5px 10px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border: 0px solid #000000;
	color:#FFF;
	cursor:pointer;
}

.float_left{
	float:left;
	width:200px;
}
.submit {
   margin-top: 12px;
   float: none;
   display: block;
   color: #FFF;
   width: 100px;
   text-align: center;
}
.col-md-8{
	width:560px;
	margin:auto auto;
	background-color:#3C3C3C;
}
.col-md-8 ul li{
	color:#FFF;
	list-style-type:none;
}
.border-1{
	 border:1px solid #CCC;
	 padding:12px;	background:#3C3C3C;
}
.border-1 ul li{
	margin:10px 5px 5px 5px;
}
.header-from-1 {
	color: #ffcc33;
    outline: 0 none;
    text-decoration: none;
	padding:7px 8px 1px 0;
}

.top-10{
	padding:10px;
}
.div-border{
    border: 2px solid rgba(56, 56, 56, 0.36);
}
.readonly{
    background-color: #dfdfdf;
}
.readonly:hover{
    cursor: not-allowed;
}
.border-hom-page{
		background-color:#290101; padding:12px;
	border: solid #65322E 2px;
	margin:10px;
}
.bg_gray{
	margin:10px 10px 10px 10px ;
	padding:10px 10px 10px 10px ;
	background-color:#555252 !important;

}
/********* Nav bar****************/
.list-group-item{
	background-color:#A73636 !important;
	  border: 0px!important;
	  padding: 2px 5px !important;
	  font-size:16px !important;
	  color:#FFF !important;
}
