/*
Theme Name: Rinjani Trekking
Theme URI: http://agustiar.com
Description: Wordpress Theme for RinjaniTreks.com Official Website
Author: Novia Agustiar Rahmat
Version: 1.0
*/

@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('fonts/League_Gothic-webfont.eot');
    src: url('fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/League_Gothic-webfont.woff') format('woff'),
        url('fonts/League_Gothic-webfont.ttf') format('truetype'),
        url('fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


* {
    margin:0;
    padding:0;
}
html {
    overflow-x: hidden;
}

body {
    font-family: 'Roboto', sans-serif;
	font-size: 13px;
	color: #ddd;
	background: #000;
}
input, button, textarea, select {
    font-family: 'Roboto', sans-serif;
	font-size: 13px;
    color: #535353;
    vertical-align:middle;
}
h1,h2,h3, h4, h5, h6 {
    color: #222;
    font-weight: normal;
    font-family: 'LeagueGothicRegular', sans-serif;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
}
p { padding:5px 0; margin:5px 0; line-height:150%; }
blockquote { 
    color: #888; 
    margin: 1.5em; 
    padding: 0 0 0 40px;
    background: url(images/blockquote.png) no-repeat left top; 
    font-style: italic;
}
blockquote a:hover { color: #888; text-decoration:none; outline: none; }
fieldset{border:none;}

a { color: #ffff9f; text-decoration:none; outline: none; }
a:hover { color: #fff; text-decoration:none; outline: none; }


/* General */
.wrapper {
    width: 1205px;
    margin: auto;
}
.clearer, .clear {
	clear: both;
}
.h5 { height: 5px; }
.h10 { height: 10px; }
.h20 { height: 20px; }
.h30 { height: 30px; }
.h40 { height: 40px; }
.h45 { height: 45px; }
.h50 { height: 50px; }
.h60 { height: 60px; }

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.2em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.2em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.2em;
}


/* Header */
#tr_header {
    background: url(images/rt_header.png) no-repeat;
    height: 187px;
    width: 1205px;
}
    #tr_header h1 {
	display:  none;
    }


/* Footer */
#tr_footer {
    background: url(images/rt_footer.png) top no-repeat;
    height: 192px;
    width: 1205px;
}
#footer_logo {
    padding-top: 50px;
}
#footer_logo ul {
    list-style: none;
    text-align: center;
}
#footer_logo ul li {
    display: inline;
    color: #fff;
    padding: 0 5px;
}


/* Main Navigation */
#menuBox {
    width: 100%;
    margin-top: 146px;
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    text-decoration: none;
}
    /* Menu Level 1 */
    #menuBox ul {
	list-style: none;
	text-align: center;
    }
    #menuBox ul > li {
	display: inline;
	color: #fff;
	padding: 9px 16px 16px 16px;
	background: url(images/nav_prefix.png) top left no-repeat;
    }
    #menuBox ul > li:first-child {
	background: none;
    }
    #menuBox ul > li > a {
	color: #1a0300;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(230,142,133, 0.2);
    }
    #menuBox ul > li > a:hover, #menuBox ul > li:active > a,
    #menuBox ul > li.current-menu-parent > a,
    #menuBox ul > li.current-menu-ancestor > a,
    #menuBox ul > li.current-menu-item > a {
	color: #fff;
	text-shadow: none;
    }


/* Content */
.content_wrapper {
    width: 1000px;
    margin: auto;
}
#content_left {
    float: left;
    width: 650px;
}
.content_right {
    float: right;
    width: 302px;
    margin-bottom: 20px;
}


/* Sidebar */
.theBoxTitle {
    height: 48px;
    width: 302px;
    background: url(images/widget_sidebar.png) top right no-repeat;
    text-align: right;
    position: absolute;
    margin-top: -32px !important;
}

.theBoxTitle h2 {
    color: #fff;
    padding: 8px 15px 0 0;
    font-family: 'Damion', cursive, sans-serif;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 2px;
}

.exclist {
    width: 302px;
    background: url(images/widget_sidebar.png) bottom left no-repeat;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.exclist .cxList {
    padding: 30px 10px 10px 10px;
}

.cxList a:link, .cxList a:visited { color: #ddd; }
.cxList a:hover, .cxList .active { color: #fff; }

.cxList ul { margin: 0; padding: 0; }
.cxList li.firstData {
    font-size: 12px;
    font-weight: normal;
    list-style: none;
    padding: 10px 0 5px 0;
    background: none;
    margin-bottom: 3px;
}
.cxList ul li {
    font-size: 12px;
    font-weight: normal;
    list-style: none;
    padding: 10px 0 5px 0;
    background: url(images/cPref.png) repeat-x top;
    margin-bottom: 3px;
}

#content_left h2.c_title {
    color: #fff;
    font-family: 'LeagueGothicRegular', sans-serif;
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    padding-bottom: 2px;
    margin-bottom: 2px;
    border-bottom: 1px #ccc solid;
}

#content_left h2.article_title {
    color: #fff;
    font-family: 'LeagueGothicRegular', sans-serif;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    padding-bottom: 2px;
    margin-bottom: 2px;
    border-bottom: 1px #ccc solid;
}

/* Post Only */
.infoContent { color: #333; font-size: 11px; font-style: italic; font-family: 'Roboto', sans-serif; margin-bottom: 10px; }
.infoContent a { color: #777; }
.infoContent span { color: #777; }

.post { padding-bottom: 20px; }
.post p { padding: 5px 0; margin: 5px 0; }
.post ul { margin: auto; padding: auto; line-height:150%; }
.post ul li { margin-left: 45px; padding-left: 6px; }
.post ul ul li { margin-left: 80px; }
.post ul ol li { margin-left: 80px; }

.post ol li { margin-left: 45px; padding-left: 6px; line-height:150%; }
.post ol ol li { margin-left: 80px; }
.post ol ul li { margin-left: 80px; }

.post h1 { font-family: 'Roboto', sans-serif; font-weight: normal; font-style: normal; font-size: 22px; color: #fff; }
.post h2 { font-family: 'Roboto', sans-serif; font-weight: normal; font-style: normal; font-size: 20px; color: #fff; }
.post h3 { font-family: 'Roboto', sans-serif; font-weight: normal; font-style: normal; font-size: 18px; color: #fff; }
.post h4 { font-family: 'Roboto', sans-serif; font-weight: normal; font-style: normal; font-size: 15px; color: #fff; }
.post h5 { font-family: 'Roboto', sans-serif; font-weight: normal; font-style: normal; font-size: 12px; color: #fff; }

/* Table Setting for Content Only*/
.post table {
    border: 1px solid #ddd;
    border-collapse: collapse;
    margin: 5px 0 10px;
}
.post th, .post td {
    border: 1px solid #ddd;
    padding: 5px 10px;
    text-align: left;
    vertical-align: top;
}
.post tr.even td {
}
.post th{

}

.post .blinking {
    color: #DD4200;
    font-family: 'LeagueGothicRegular', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    background: url(images/bg_separator.gif) right repeat-x;
    text-align: right;
}
.post .blinking span {
    background-color: #000;
    padding-left: 15px;
}

.post img {
}
.post img.companylogo {
	padding: 0;
	border: none;
}

.post h3.download a {
    color: #ff6600;
}
.post h3.download a:hover {
    color: #222;
}

.news_ticker {
	width: 100%;
}
    .news_ticker ul {
	list-style: none;
    }
    .news_ticker ul li {
	float: left;
	width: 300px;
	display: block;
	color: #fff;
	padding: 0 5px;
	margin: 0 10px;
    }
    .news_ticker .ticker_title {
	text-align: center;
	color: #fff;
	font-family: 'LeagueGothicRegular', sans-serif;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
    }
    .news_ticker img {
	margin: 6px 0;
	border: 2px solid #ddd;
    }

.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text, .gallery-caption {
	color: #333;
	font-size: 12px;
	background: #f9f9f9;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.wp-caption .wp-caption-text {
	padding: 6px;
}
.wp-caption .wp-caption-text:before {
	color: #333;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	left: 10px;
}

/* Comment */
#commentlist {margin:0; padding:0; clear:both;}
#commentlist ol{ margin: 0; }
#commentlist li{ margin:0; padding:0;list-style:none;}
#commentlist li li{margin:0 -10px -10px -10px;}
#commentlist li li{margin:0 -10px -20px -10px; border-top:10px solid #fff;}

#commentlist h3 {
    color: #fff;
    font-family: 'LeagueGothicRegular',Verdana,'Arial Narrow', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    background: url(images/bg_separator.gif) right repeat-x;
    text-align: right;
}

#commentlist h3 span {
    background-color: #000;
    padding: 0 10px;
    margin-right: 15px;
}

/* comment content style */
.avatar .photo {
	float:left;
	padding: 2px;
	border: 1px solid #333;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
	display:block;
}
.odd, .even, .byuser{ margin: 0; }
.even { background: #111; border:0; }
.odd { background: #111; border:0; }
.byuser{ background: #111; }
.comment-author {font-weight: bold;}
.comment-meta {font-size: 1 0px;}

/*************************/

.comment-container {
    margin: 0;
    padding: 20px;
    border: 1px solid #333;
    margin: 5px 0;
}
.comment-container img {
    border-bottom: 0;
}
.comment-head {
    margin-left: 90px;
}
.comment-head .name {
    font-weight: normal;
}
.comment-head .date {
    font-style: italic;
    color: #aaa;
}
.comment-entry {
    margin: 10px 0 0 90px;
}

.comment-container .unapproved {
    font-style: italic;
    color: #aaa;
}
/**************************/


#commentnavi{padding: 10px 5px; margin:0 3px;}

#respond h3 {
    color: #fff;
    font-family: 'LeagueGothicRegular', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    background: url(images/bg_separator.gif) right repeat-x;
}
#respond h3 span {
    background-color: #000;
    padding-right: 15px;
}

#respond input[type="text"], #respond input[type="email"], textarea{
    border:1px solid #333;
    -moz-box-shadow:0px 1px 1px #070707 inset;
    -webkit-box-shadow:0px 1px 1px #070707 inset;
    box-shadow: 0px 1px 1px #070707 inset;
    font-size: 12px;
    color: #fff;
    padding: 8px 7px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px 3px 3px 3px;
    outline-color:#070707;
	background: #111;
}

#respond input[type="text"]:focus, #respond input[type="email"]:focus, textarea:focus {
    border:1px solid #555;
    -moz-box-shadow: 0 0 5px rgba(244,244,244, 0.3);
    -webkit-box-shadow: 0 0 5px rgba(244,244,244, 0.3);
    box-shadow: 0 0 5px rgba(244,244,244, 0.3);
    font-size: 12px;
    color: #fff;
    padding: 8px 7px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px 3px 3px 3px;
    background: #333;
}

#respond textarea {
	width: 635px;
}

#submitbox .submitbutton{
	margin-top: 20px;
	float: left;
}

#respond input[type="submit"]{
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    padding: 5px 8px;
    line-height: 20px;
    color: #fff;
    text-transform:uppercase;
    border: 1px solid #410f07;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius:3px 3px 3px 3px;
    cursor:pointer;
}

#submitbox input[type="submit"]{
    background: #870606;
    background: -moz-linear-gradient(top, #870606 0%, #660303 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#870606), color-stop(100%,#660303));
    background: -webkit-linear-gradient(top, #870606 0%,#660303 100%);
    background: -o-linear-gradient(top, #870606 0%,#660303 100%);
    background: -ms-linear-gradient(top, #870606 0%,#660303 100%);
    background: linear-gradient(top, #870606 0%,#660303 100%);
    border-color: #7A1414 #6B1212 #560E0E;
    color: #fff;
    text-shadow: 0 1px 0 #222;
    -webkit-box-shadow: 0 1px 1px #410f07, inset 0 1px 0 #AF0E0E;
    -moz-box-shadow: 0 1px 1px #410f07, inset 0 1px 0 #AF0E0E;
    box-shadow: 0 1px 1px #410f07, inset 0 1px 0 #AF0E0E;
}
#submitbox input[type="submit"]:hover{
    background: #A02C2C;
    background: -moz-linear-gradient(top, #A02C2C 0%, #870606 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A02C2C), color-stop(100%,#870606));
    background: -webkit-linear-gradient(top, #A02C2C 0%,#870606 100%);
    background: -o-linear-gradient(top, #A02C2C 0%,#870606 100%);
    background: -ms-linear-gradient(top, #A02C2C 0%,#870606 100%);
    background: linear-gradient(top, #A02C2C 0%,#870606 100%);
    border-color: #AF0C0C #A30606 #8E0000;
    text-shadow: 0 1px 0 #222;
    color: #fff;
    -webkit-box-shadow: 0 1px 1px #410f07, inset 0 1px 0 #C10909;
    -moz-box-shadow: 0 1px 1px #410f07, inset 0 1px 0 #C10909;
    box-shadow: 0 1px 1px #410f07, inset 0 1px 0 #C10909;     
}

#submitbox input[type="submit"]:active{
    background: #870606;
    -webkit-box-shadow: 0 1px 1px #410f07, inset 0 1px 0 #C10909;
    -moz-box-shadow: 0 1px 1px #410f07, inset 0 1px 0 #C10909;
    box-shadow: 0 1px 1px #410f07, inset 0 1px 0 #C10909;   
}


.Nav {
	margin: 40px 0 20px 0;
	background: url(images/bg_separator.gif) right repeat-x;
	text-align: center;
	font-size: 12px;
}
.Nav span.NavTxt {
	background-color: #000;
	padding: 0 15px;
}
.Nav a {
	background-color: #DD4200;
	border: 1px solid #E5541B;
	margin: 3px;
	padding: 5px 8px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	
}
.Nav a:visited {
	background-color: #DD4200;
	border: 1px solid #E5541B;
	margin: 3px;
	padding: 5px 8px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.Nav a:hover {
	background-color: #f2f2f2;
	border: 1px solid #ccc;
	margin: 3px;
	padding: 5px 8px;
	color: #222;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.Nav .on {
	background-color: #f2f2f2;
	border: 1px solid #ccc;
	margin: 3px;
	padding: 5px 8px;
	color: #222;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}


.signature {
	float: left;
   	width: 400px;
	color: #fff;
	font-size: 11px;
}

/* SocialNetwork */
#groupButton {
	float: right;
}

#buttonContact {
	float: left;
	display: block;
	width: 32px;
	height: 32px;
	background: url(images/i_contact.png) no-repeat;
}
#buttonContact:hover { background-position: 0 -32px; }
#buttonContact span { display: none; }

#buttonFacebook {
	float: left;
	display: block;
	width: 32px;
	height: 32px;
	background: url(images/i_facebook.png) no-repeat;
	margin-right: 10px;
}
#buttonFacebook:hover { background-position: 0 -32px; }
#buttonFacebook span { display: none; }

#buttonTwitter {
	float: left;
	display: block;
	width: 32px;
	height: 32px;
	background: url(images/i_twitter.png) no-repeat;
	margin-right: 10px;
}
#buttonTwitter:hover { background-position: 0 -32px; }
#buttonTwitter span { display: none; }

#ymList ul { margin: 0; padding: 0; }
#ymList ul li {
    color: #ddd;
    font-family: 'LeagueGothicRegular','Arial Narrow', Arial, sans-serif;
    font-size: 24px;
    height: 35px;
    padding-bottom: 10px;
    list-style: none;
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
}
#ymList ul .nameText {
    padding: 5px;
}
#ymList ul img {
    border: 0;
    padding-right: 20px;
}
