/*
Theme Name: Continent
Theme URI: http://wpactive.com/
Description: Continent Wordpress Theme created by <a href="http://wpactive.com">wpactive.com</a> 

Version: 1.0
Author: zulkarnain
Author URI: http://www.zulsdesign.com
Tags: white, fixed-width, left-sidebar, right-sidebar, theme-options, theme-options, threaded-comments

*/

body {
    color: #333;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover {
    color: #0099ff;
}
h1,h2,h3 {
    font-weight: normal;
}
/* top menu */
.top-menu {
	width: 100%;
    height: 40px;
    background-color:#2b2424;
    border-bottom: solid 1px #fff;
    display: block;
    padding: 0;
}
.top-menu ,
div.menu {
	font-size: 13px;
}
.top-menu  ul,
div.menu ul {
	list-style: none;
	margin: 0;
        padding: 0;
}
.top-menu  li,
div.menu li {
	float:left;
	position: relative;
        margin: 0 10px 0 0 ;
}
.top-menu a {
	display:block;
	text-decoration:none;
	color:#aaa;
	padding:0 10px;
	line-height:40px;
}
.top-menu ul ul {
	display:none;
	position:absolute;
	top:38px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 150px;
	z-index: 99999;
}
.top-menu ul ul li {
	min-width: 150px;
}
.top-menu ul ul ul {
	left:100%;
	top:0;
}
.top-menu ul a {
    display: block;
}
.top-menu ul ul a {
    color: #fff;
    background:#333;
    line-height:30px;
    display: block;
	
}
.top-menu li:hover > a,
.top-menu ul ul :hover > a {
	color:#0099ff;
	background:#333;
        display: block;
}
.top-menu ul li:hover > ul {
	display:block;
}
.top-menu ul li.current_page_item > a,
.top-menu ul li.current-menu-ancestor > a,
.top-menu ul li.current-menu-item > a,
.top-menu ul li.current-menu-parent > a {
	color: #fff;
}

* html .top-menu ul li.current_page_item a,
* html .top-menu ul li.current-menu-ancestor a,
* html .top-menu ul li.current-menu-item a,
* html .top-menu ul li.current-menu-parent a,
* html .top-menu ul li a:hover {
	color:#fff;
}

.head {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url(images/bg-head.png) repeat-x;
}
.head h3 {
    border-bottom: dashed 1px #e1e1e1;
    margin-bottom: 10px;
}
.head-cont {
    font-family: georgia;
    text-shadow: 1px 1px 0 #f4f4f4;
    margin-bottom: 15px;
}
.head-cont a {
    color: #333;
    text-decoration: none;
}
.head-cont a:hover {
    color: #000;
}
.bg-header {
    background: url(images/map.png) top right no-repeat;
    overflow:hidden;
    margin-bottom: 20px;
}
.head-cont h1{
    font-size: 3.5em;
    font-weight: normal;
    margin:10px 0 0 0;
}
.side {
    border-right: dashed 1px #e1e1e1;
}
.side ul {
    list-style: none;
    padding:0;
}
.side li {
    margin: 0 0 0 10px;
    border-bottom: dashed 1px #e1e1e1;
}
.side li a {
    display: block;
    padding: 5px 0;
}
.side ul {
    margin-bottom:-1px;
}
.side li ul li {
   list-style: url(images/list.gif) ;
   margin-left: 25px;
   font-size: 0.9em;
}
.side li ul li:first-child {
    border-top: dashed 1px #e1e1e1;
}
.title-side {
    background: url(images/bg-title-side.jpg) right no-repeat;
    height: 53px;
}
.title-side h2 {
    padding: 5px 10px;
    font-size: 1.5em;
    font-weight: normal;
    color: #fff;
    text-shadow: 1px 1px 0 #333;
}

.post-featured {
    background: #e1e1e1;
    border-bottom: solid 1px #ccc;
    margin-bottom: 20px;
}

.post-featured h2 {
    font-size: 1.4em;
    margin: 0;
}
.post-featured p {
    font-size: 0.8em;
    margin-bottom: 5px;
    color: #888;
}
.post-featured p a {
    color: #666;
}
.text-featured {
    display: block;
    padding: 5px 10px;
}

.latest-post {
    width: 230px;
    height: 58px;
    background: url(images/bg-title-content.png) left bottom no-repeat;
    float: left;
}
.latest-post a.selected {
    
    background: url(images/bg-title-content.png) left top no-repeat;
}
.popular-post {
    width: 230px;
    height: 58px;
    background: url(images/bg-title-content.png) right top no-repeat;
    float: left;
}
.popular-post a.selected {
    background: url(images/bg-title-content.png) right bottom no-repeat;
}
.title-tab-1,.title-tab-2 {
    font-size: 1.4em;
    height: 58px;
}

.title-tab-1 a {
    color: #aeacac;
    text-decoration: none;
    display: block;
    padding-left: 10px;
    line-height: 40px;
}
.title-tab-2 a {
    color: #aeacac;
    text-decoration: none;
    display: block;
    padding-left: 50px;
    line-height: 40px;
}
.latest-post .title-tab-1 a.selected{
    color: #fff;
    height: 58px;
}
.popular-post .title-tab-2 a.selected  {
    color: #fff;
    height: 58px;
}
.cont-post {
    padding: 5px 0;
    overflow: hidden;
    border-bottom: dashed 1px #e1e1e1;
    clear: left;
    display: block;
}
.cont-post h2{
    font-size: 1em;
    font-weight: bold;
    margin: 0;
}

.cont-post .date {
    color: #b4b4b4;
    line-height: 20px;
    font-size: 0.8em;
}
.cont-post .comm {
    font-size: 0.8em;
    color: #999;
    background: url(images/comm-icon.gif) left center no-repeat;
    padding-left: 18px;
}
.cont-post .comm a {
    color: #999;
}
.view-more {
    margin: 10px 0;
    text-align: right;
}
.view-more a {
    font-weight: bold;
    color: #0099ff;
}

/*category page */
#category {
    
}
#category h2 {
    font-size: 1.5em;
    font-weight: normal;
}

.blank h2 {
    color: #333;
    font-size: 12em;
    text-align: center;
    font-family: georgia;
}

/*
Navigation CSS
*/
.navigation {
    padding-top: 10px;
    margin-top: 10px;

}

.navigation a {
    padding: 5px;
    background: #333;
    font-size: 9pt;
    line-height: 1.1em;
    color: #FFF;
}

.navigation a:hover {
    background: #0099ff;
    color: #FFF;
}

.navleft {
    float: left;
    width: 40%;
}

.navright {
    float: right;
    width: 40%;
}

.navleft a {
    float: left;
    display: block;
}

.navright a {
    float: right;
    display: block;
}
.clear {
    clear: both;
}
/* detail post */
.post {
    
}
.post h2,.post h3,.post h1,.post h4 {
    color: #333;
    margin: 10px 0 15px;
}
.post h2 {
    font-size: 2em;
}
.post a {
    color: #d14703;
}
.post a:hover {
    text-decoration: underline;
}
.post p {
	font-size: 1em;
	line-height: 1.7em;
	color: #333;
	margin: 0px 0px 20px 0px;
}

.post h1 {
	font-size: 2.5em;
}

.post h2 {
	font-size: 2em;
	color: #333;
}

.post h3 {
	font-size: 1.8em;
	color: #333;
}

.post h4 {
	font-size: 1.5em;
	color: #666;
}

.post h5 {
	font-size: 1.3em;
	color: #999;
}

.post h6 {
	font-size: 1em;
	font-weight: bold;
	color: #577aee;
}
.post .post-date {
    width: 65px;
    height: 52px;
    background: url(images/bg-date.png) no-repeat;
    text-align: center;
    padding: 5px 0;
    line-height: 24px;
    color: #fff;
    position: relative;
    margin-left: -12px;
    text-shadow:  1px 1px 0px #333;
}
.post .date {
    color: #999;
    font-style: italic;
    font-size: 10px;
}
.post .posted-by {
    color: #d7b5b5;
    background: url(images/people-icon.png) left center no-repeat;
    padding-left: 20px;
    margin: 10px 0 20px;
    font-size: 0.8em;
}
.post .posted-by a,.post-comment a {
    color: #ae9595;
    text-decoration: none;
}
.post .posted-by a:hover ,.post-comment a:hover {
    text-decoration: underline;
}
.post .pic-post {
    background: url(images/post-image-bg.png) no-repeat;
    width: 146px;
    height: 146px;
    border: solid 5px #ebd0ba;
}

.post .post-comment {
    background: url(images/comment-icon.png) left center no-repeat;
    font-size: 0.9em;
    padding-left: 25px;
    line-height: 30px;
    color: #d7b5b5;
}
.post ol {padding-left: 20px;}
.post ul {margin: 5px 5px 20px 5px;list-style: circle;}
.post ol {margin: 5px 5px 20px 5px;}
.post ul ul {margin: 5px 5px 5px 5px;}
.post ol ol {margin: 5px 5px 5px 5px;}

.post ol li {
	line-height: 1.5em;
	color: #333;
	margin-bottom: 5px;
	font-size: 12px;
}

.post ul li {
	line-height: 1.5em;
	color: #333;
	background: url(images/bullet.gif) no-repeat;
	background-position: left 6px;
	padding-left: 5px;
	margin-bottom: 5px;
        margin-left: 15px;
}

.post blockquote {
	background: url(images/quote.gif) left 5px no-repeat;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 10px;
        padding-bottom: 10px;
	display: block;
}

.post blockquote p {
	font-family: arial;
	font-size: 0.9em;

	color: #a1a1a1;
}

.post ins {
	color: #333;
	text-decoration: underline;
}

.post del {
	color: #333;
	text-decoration: line-through;
}

.post code {
	color: #333;
	font-family: verdana;
	font-size: 11px;
	background: #eee;
	margin-bottom: 10px;
}
.post .alignnone {
    margin: 7px;
    
}
.post .alignleft {
    float: left;
    margin: 0 7px 7px 0;
}
.post .aligncenter {
    margin: 7px;
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.post .alignright {
    float: right;
    margin: 0 0 7px 7px;
}
.wp-caption {
    -moz-border-radius-bottomleft:3px;
    -moz-border-radius-bottomright:3px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-topright:3px;
    background-color:#F3F3F3;
    border:1px solid #DDDDDD;
    margin:10px;
    padding-top:4px;
    text-align:center;
}
.post p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}
.author {
    border-top: solid 1px #e1e1e1;
    margin: 10px 0;
    padding: 10px 0;
    overflow: hidden;
}
.author .img {
    text-align: center;
    font-size: 12px;
}
.author .create {
    color: #a9a9a9;
}
/* widget */
.widget {
    margin-bottom: 15px;
}
.widget table {
    width: 98%;
}
.widget table thead th {
    background:none repeat scroll 0 0 #f5f5f5;
}
.cont-footer .widget table thead th {
    background:none repeat scroll 0 0 #3d3d3d;
}
.followme {
    margin-right: 4px;
    float: left;
}
/* tag cloud  font-size */
a.tagsz-1 { font-size:  9px; }
a.tagsz-2 { font-size: 10px; }
a.tagsz-3 { font-size: 12px; }
a.tagsz-4 { font-size: 14px; }
a.tagsz-5 { font-size: 16px; font-weight: bold }

/* share */
#share {
	overflow: hidden;
	margin: 0 0 27px 0;
	background: #f6f6f6;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	padding: 0 5px 0 20px;		
}

#share h3 {
	font-size: 20px;
	margin-bottom: 10px;
        border: none;
}

#share ul {
	overflow: hidden;
	list-style: none;
	margin:0;
	padding:0;
}

#share ul li {
	width: 42px;
	height: 43px;
	float: left;
	margin: 5px 0px 5px 0;
}

/* search */
#searchform {
    padding:0;
    margin-bottom: 20px;
    float: left;
}
input.txt-search {
    float: left;
    background: #fff;
    border: solid 1px #e1e1e1;
    height: 27px;
    width: 175px;
}
input.btn-search {
    float: left;
}
.rss,.tw {
    float: left;
    padding-bottom: 10px;
    margin: 0 0 15px;
    border-bottom: dashed 1px #e1e1e1;
}
.rss p,.tw p {
    margin: 0;
    float: left;
}
.rss a {
    color: #f26908;
}
.tw a {
    color: #0099ff;
}
.social-icon {
    float: left;
    margin:3px 10px 0 0;
    
}
.title-social {
    font-size: 1.4em;
    width: 155px;
}

.fb-fan {
    float: left;
    margin: 15px 0;
}

/* page */
.page h2,.page h3 {
    color: #333;
}
.page ul {
    margin: 0 0 20px 0;
    padding: 0;
}
.page h3 {
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 5px;
}
.multipage a {
    padding: 5px;
    border: solid 1px #eee;
}
/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
#comments-list{
	list-style: none;
	margin: 0;
        padding:0;
}
.post ol.commentlist {
    padding: 0;
}
#comments-list li.comment {
	margin: 0 0 24px 0;
	padding: 0 0 0 40px;
	position: relative;
}
#comments-list li:last-child {
	border-bottom:none;
	margin-bottom:0;
}

#comments-list li.comment  .comment-content ul,
#comments-list li.comment  .comment-content ol {
	margin-bottom: 18px;
}
#comments-list li.comment  .comment-content p {
	margin-bottom: 6px;
}
#comments-list li.comment  .comment-content p:last-child {
	margin-bottom: 6px;
}
#comments-list li.comment  .comment-content blockquote  {
	margin-bottom: 24px;
        background: none;
        margin: 0;
        padding: 0 10px 10px 30px;
        color: #999;
        font-style: italic;
}
#comments-list ol {
	list-style: none;
        margin: 0;
        padding:0;
}
#comments-list .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 0.9em;
	margin: 0 0 10px 0;
        color: #999;
        font-style: italic;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #999;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
#comments-list .even {
}
#comments-list .bypostauthor {
}
#comments-list ul {
    margin: 0;
}
.comment-reply-link {
	font-size: 12px;
	padding: 0 0 2px 0;
        margin-bottom: 5px;
        border-bottom: solid 1px #f5f5f5;
}
.comment-reply-link a {
	color: #888;
        padding: 3px 7px;
        background: #f5f5f5;
}
.comment-reply-link a:hover {
	color: #FF4B33;
}
#comments-list .children {
	list-style: none;
	margin: 0;
        padding-left: 0;
}
#comments-list .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
#comments-list li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
        border: none;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:97%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
        background: #333;
        color: #fff;
        border: none;
        padding: 10px 15px;
}
/* side right */
.sideright {
    
}
.sideright h3 {
    color: #333;
    margin: 5px auto;
    padding-bottom: 10px;
}
.sideright ul {
    padding: 0;
    list-style-image: url(images/list-2.gif);
}
.sideright ul li {
    margin: 9px 0 5px 15px;
}
.cont-footer {
    padding: 20px 0;
    color: #fff;
    background: #4a4a4a;
    overflow: hidden;
    font-size: 0.9em;
}
.cont-footer h1,h2,h3 {
    color: #fff;
}
.cont-footer a {
    color: #6c7f90;
}
.tw-foot {
    list-style: none;
    padding: 0;
}
.tw-foot li {
    margin: 0;
    border-bottom: dashed 1px #6e6e6e;
    padding: 7px 0;
}
.l-foot ul {
    list-style: none;
    padding: 0;
}
.l-foot li {
    margin: 0;
    border-bottom: dashed 1px #6e6e6e;
    padding: 7px 0;
}
.box-comment {
    
}

.colborder {
    border-color: #333; 
}
.pic-comm {
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}
.footer {
    background: #000;
    overflow: hidden;
    height: 40px;
}
.line-footer {
    line-height: 40px;
    background: url(images/line-footer.png) top center no-repeat;
    overflow: hidden;
}
.copy {
    line-height: 40px;
}