/*
Theme Name: ColorMatic Theme
Theme URI: http://www.themewars.com/themes/colormatic-theme
Description: ColorMatic
Version: 1.0.4
Author: Theme Wars
Author URI: http://www.themewars.com
*/


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { 
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img { 
  border: 0;
}

address, caption, cite, code, dfn, em, th, var {

  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

h3 { font-size: 22px; }
h4 { font-size: 20px; }
h5 { font-size: 16px; }
h6 { font-size: 16px; }

h5 a { 
color: #0000FF;
}

q:before,q:after { content: ''; }
abbr, acronym { border: 0; }

body {
  font-size: 12px;
  line-height: normal;
  text-align: center;  
  font-family: Verdana, Arial, Helvetica,sans-serif;
}

#tagbody {
 line-height: 1.5;
font-size: 15px;
text-align: left;
font-family: Verdana, Arial, Helvetica,sans-serif;
}

.entry p,

.entry ul,
#footer ul,
#footer p {
line-height: 1.5;
font-size: 16px;
text-align: left; 
font-family: Verdana, Arial, Helvetica,sans-serif;
}

.entry p a { color:#0000FF; }

a { text-decoration:none; }
a:hover { color:#0000FF; text-decoration:underline; }

#container {
background-color: #ffffff;
width: auto;
margin-right: auto;
margin-left: auto;
max-width: 1400px;
}

.clear { clear: both; }
.alignleft { float: left; }
.alignright { float: right; }
img.alignleft { margin-right: 10px; }
img.alignright { margin-left: 10px; }

.action-link, .action-link:hover {
  display: inline-block;
  font-family: Tahoma, Geneva, Kalimati, sans-serif; font-size: 14px; font-weight: bold;
  height: 22px;
  line-height: 22px;
  padding: 0 10px;
  text-decoration: none;
}

.border1 {
  height: 3px;
  font-size: 6px;
  background: #B4B6C0;
  border-bottom: 1px solid #B4B6C0;
  margin-top: 0%;
}

.border2 {
  height: 1px;
  font-size: 6px;
  background: #435392;
  border-bottom: 1px solid #435392;
  margin-top: 0%;
}

.border3 {
  height: 2px;
  font-size: 6px;
  background: #B4B6C0;
  border-bottom: 1px solid #B4B6C0;
  margin-top: 0%;
}

.border4 {
  height: 3px;
  font-size: 6px;
  background: #404C7A;
  border-bottom: 1px solid #404C7A;
  margin-top: 1%;
  margin-bottom: 1%;
}

.border5 {
  height: 2px;
  font-size: 6px;
  background: #404C7A;
  border-bottom: 1px solid #404C7A;
  margin-top: 2%;
  margin-bottom: 2%;
}
}

.abouttheauthor {
  font-weight: bold;
  font-size: 125%;
}

label.list {
  clear: left;
  margin: 0 0 5px 0;
}
  
label.inline {
  margin: 0 10px 0 0;
}
  
input.hiddenCheckbox {
  position: absolute; left: -10000px; /* Hide the input */
}
  
label.prettyCheckbox span.holderWrap {
  display: block; float: left;
  position: relative;
  margin-right: 5px;
  overflow: hidden;
}
    
label.prettyCheckbox span.holder {
  display: block;
  position: absolute;
  top: 0; left: 0;
}

label.checkbox span.holder {
  height: 48px; /* Total height of your checkbox image */
  background: url('images/checkbox.png') 0 0px no-repeat; /* Path to your checkbox image */
}

label.radio span.holder {
  height: 48px; /* Total height of your radio buttons image */
  background: url('images/checkbox.png') 0 0px no-repeat; /* Path to your radio button image */
}

label.checkbox:hover span.holder,
label.radio:hover span.holder { top: -16px !important; } /* Background position on mouseover */

label.checked span.holder,
label.checked span.holder,
label.checked:hover span.holder,
label.checked:hover span.holder { top: -32px !important; } /* Background position when checked */
  
.adblock-wrapper {
  padding: 10px 0px;
  text-align: center;
}

.social-media a { display: inline-block; margin-right: 7px; }

#searchform label { display: block; margin-bottom: 10px; font-weight: bold; font-size: 14px; }

#searchform #s {
  background: transparent url('images/input_bg.png') no-repeat top left;
  font-family: Tahoma, Geneva, Kalimati, sans-serif; font-size: 14px;
  padding-top: 6px; padding-bottom: 7px; padding-left: 5px; padding-right: 5px;
}

#searchform #searchsubmit {
  font-family: Tahoma, Geneva, Kalimati, sans-serif; font-size: 14px; font-weight: bold;
  padding: 6px 10px;  
  cursor: pointer;
}

/* Announcement */

#announcement {
  display: block;
  font-family: Tahoma, Geneva, Kalimati, sans-serif; font-weight: bold; font-size: 14px;
  margin-top: 15px;
  padding: 12px 0px;
  text-align: center;
}

/* Wrapper */

.wrapper {
  padding-left: 0px; 
  padding-right: 0px; 
  padding-bottom: 20px;
  width: 100%;
}

#main-content {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
  margin: auto;
}

/* Header */

#header {
  width: 943px;
  margin-bottom: 20px;
  overflow: hidden;
  padding-left: 10px;
}

#header #logo {
  float: left;
  overflow: hidden;
}


#header .topa {
  float: right;
  width: 730px;
  heigth: 100px;
  overflow: hidden;
}

#header #logo h1 a {
  display: block;
  font-size: 38px;
  margin-bottom: 10px;
}

#header #logo .tagline {
  font-size: 18px;
}







/* Navigation */

.pnnavigation {
margin-bottom: 50px;
font-size: 14px;
font-weight: bold;
margin-left: 5%;
}


#mainnavigation
{
width: 100%;
background: #3C4B3E;
height: 50px;
}

#nav2 {
margin: auto;
position: relative;
margin: auto;
text-align: left;
overflow: hidden;
text-align: center;
}

#nav2 ul ul {
display: none;
}

#nav2 ul li:hover > ul {
display: block;
	}

#nav2 ul {

list-style: none;
position: relative;
display: inline-table;
}
	
#nav2 ul:after {
content: ""; clear: both; display: block;
	}

#nav2 ul li {
float: left;
}

#nav2 ul li:hover {
background: #4b545f;
background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
	}

#nav2 ul li:hover a {
color: #000;
background: #E1E7E2;
}
	
#nav2 ul li a {
display: block; 
padding: 15px 20px;
text-decoration: none;
font-size: 146%;
font-family: Arial, Verdana, Helvetica, sans-serif;
color: #eee;
font-weight: bold;
}

#nav2 ul ul 
{
border-radius: 0px; 
padding: 0;
position: relative; 
top: 100%;
z-index: 5;
background: #E1E7E2;
}

#nav2 ul ul li {
float: none; 
border-bottom: 2px solid #575f6a;
position: relative;
width: 100%;
}

#nav2 ul ul li a {
padding: 12px 10px;
font-size: 120%;
}	
			
#nav2 ul ul li a:hover {
background: #4b545f;
color: #ffffff;
}

#nav2 ul ul ul {
	position: absolute; 
left: 100%; 
top:0;
}



#subnavigation
{
width: 100%;
}


#categorylist {
position: relative;
margin: auto;
text-align: left;
width: 100%;
height: 45px;
background: #E1E7E2;
overflow: hidden;
text-align: center;
}

#categorylist ul ul {
display: none;
}

#categorylist ul li:hover > ul {
display: block;
	}

#categorylist ul {

list-style: none;
position: relative;
display: inline-table;
}
	
#categorylist ul:after {
content: ""; clear: both; display: block;
	}

#categorylist ul li {
float: left;
}

#categorylist ul li:hover {
background: #4b545f;
background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
	}

#categorylist ul li:hover a {
color: #ffffff;
background: #E1E7E2;
}
	
#categorylist ul li a {
display: block; 
padding: 12px 16px;
text-decoration: none;
font-size: 140%;
font-family: Arial, Verdana, Helvetica, sans-serif;
color: #3C4B3E;
font-weight: bold;
}


#categorylist ul ul 
{
background: #5f6975; 
border-radius: 0px; 
padding: 0;
position: absolute; 
top: 100%;
z-index: 5;
width: 25%;
}


#categorylist ul ul li {
float: none; 
border-top: 1px solid #6b727c;
border-bottom: 1px solid #575f6a;
position: relative;
}

#categorylist ul ul li a {
padding: 15px 10px;
color: #fff;
}	
			
#categorylist ul ul li a:hover {
background: #4b545f;
color: #ffffff;
}

#categorylist ul ul ul {
	position: absolute; 
left: 100%; 
top:0;
}


#navmenu ul {
margin: 0; 
padding: 10px; 
	list-style-type: none; 
list-style-image: none; }

#navmenu li {
display: inline; 
}

#navmenu ul li a {
text-decoration: none;
margin: 4px;
padding: 5px 20px 5px 20px;
color: #FFF;
font-size: 14px;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-weight: bold;
	}

#navmenu ul li a:hover {
color: #000000;
	 }





#navigation-wrapper {
  overflow: hidden;
}

#navigation-wrapper .rss {
  float: right;
}



#navigation li { float: left; }
#navigation li a {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  height: 47px;
  padding: 0 20px;
  text-decoration: none;
}



#navigation {
    font-size:15px;
    font-family:arial,verdana,sans-serif;
    font-weight:bold;
    width:100%;
    }

#innermainnavigation ul {
{margin: 0; 
padding: 0; 
list-style-type: none; 
list-style-image: none; 
}

}
#navigation a {
    display:block;
    color:#ffffff;
    text-decoration:none;
    padding:0px 10px;
    }
#navigation li {
    float:left;
    padding:0;
    margin-right: 15px;
}
#navigation ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:140px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    }
#navigation li li {
    width:140px;
    border-bottom:1px solid #000000;
    font-weight:bold;
    font-family:arial,verdana,sans-serif;
    }
#navigation li li a {
    width:130px;
    font-size:13px;
    color:white;
    padding: 7px;
}
#navigation li ul ul {
    margin:-23px 0 0 140px;
    }
#navigation li li:hover {
    background:#ffffff;
    }
#navigation li ul li:hover a, #navigation li ul li li:hover a, #navigation li ul li li li:hover a, #navigation li ul li li li:hover a {
    color:#000000;
    }
#navigation li:hover a, #suckerfishnav li.sfhover a {
    color:#000000;
    }
#navigation li:hover li a, #navigation li li:hover li a, #navigation li li li:hover li a, #navigation li li li li:hover li a {
    color:#000000;
    }
#navigation li:hover ul ul, #navigation li:hover ul ul ul, #navigation li:hover ul ul ul ul, #navigation li.sfhover ul ul, #navigation li.sfhover ul ul ul, #navigation li.sfhover ul ul ul ul {
    left:-999em;
    }
#navigation li:hover ul, #navigation li li:hover ul, #snavigation li li li:hover ul, #navigation li li li li:hover ul, #navigation li.sfhover ul, #navigation li li.sfhover ul, #navigation li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#E1E7E2;
    }
#navigation li:hover, #navigation li.sfhover {
    background:#E1E7E2;
    }
































/* Generic Slider */

#slider h3 { font-family: Verdana, Arial, Helvetica,sans-serif; font-size: 24px; margin-bottom: 5px; font-weight: bold; }
#slider h3 a { text-decoration: none; }
#slider h3 a:hover { color: #0000FF;
	text-decoration: none }
#slider .postmetadata { display: inline-block; margin-bottom: 10px; color: #646060; }
#slider .excerpt p { margin-bottom: 10px; line-height:1.5; font-family: Verdana, Arial, Helvetica,sans-serif; text-align: justify;}
#slider .jcarousel-container { margin-bottom: 10px; }
#slider .pagination a {
  display: inline-block;
  font-family: Verdana, Arial, Helvetica,sans-serif; font-size: 14px;           font-weight: bold;
  height: 22px;
  line-height: 22px;
  margin-right: 10px;
  padding: 0 10px;
}

#slider .pagination a:hover { text-decoration: none; }

/* Columns */

#content-wrapper {
  overflow: hidden;
  width: 100%;
  padding-top: 18px;
}

.medium #col-wrapper {
  float: left;
  width: 625px;
  overflow: hidden;
}

.medium #slider {
  width: 591px;
}

.medium #slider .jcarousel-container { padding: 10px 18px 10px 16px; }
.medium #slider .jcarousel-clip, .medium #slider .jcarousel-container {
  width: 591px;
}

.medium #slider .jcarousel-list li, .medium #slider .jcarousel-item {
  width: 591px;
}

.medium #slider .slider-content {
  float: left;
  width: 305px;
}

.medium #slider .image { float: right; }

.medium #col-1 {
  float: left;
  width: 292px;
}

.medium #col-1 h3 {
  font-weight: bold; font-size: 16px;
  margin-bottom: 18px;
}

.medium .post h2.post-title {
  font-weight: 14px; font-weight: bold; font-size: 22px;
  margin-bottom: 6px; font-family: Verdana, Arial, Helvetica,sans-serif;
}

.medium .post .postmetadata { margin-bottom: 10px; }
.medium .post .entry p { margin-bottom: 18px; }

.medium #col-2 {
  float: right;
  overflow: hidden;
  width: 301px;
}

.medium #col-3 {
  float: right;
  overflow: hidden;
  width: 269px;
}

.rmore {
font-weight:bold;
float: right;
}
/* Small */

.small #col-wrapper {
  float: left;
  width: 602px;
  overflow: hidden;
}

.small #slider {
  width: 602px;
}

.small #slider .jcarousel-container { padding: 10px 20px ; }
.small #slider .jcarousel-clip, .small #slider .jcarousel-container {
  width: 568px;
}

.small #slider .jcarousel-list li, .small #slider .jcarousel-item {
  width: 568px;
}

.small #slider .slider-content {
  float: left;
  width: 305px;
}

.small #slider .image { float: right; }

.small #col-1 {
  float: left;
  width: 602px;
}

.small #col-1 .post {
  float: left;
  margin-right: 45px;
  margin-bottom: 25px;
  width: 278px;
}

.small #col-1 h3 {
  font-weight: bold; font-size: 16px;
  margin-bottom: 18px;
}

.small .post h2.post-title {
  font-weight: 14px; font-weight: bold; font-size: 14px;
  margin-bottom: 6px;
}

.small .post .postmetadata { margin-bottom: 10px; }
.small .post .entry p { margin-bottom: 18px; }

.small #col-3 {
  float: right;
  width: 293px;
}

/* Large */

.large #col-wrapper {
  float: left;
  width: 70%;
  margin-left: 1%;
  overflow: hidden;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.large #slider {
  width: 580px;
  margin-bottom: 25px;
  
}

.large #slider .jcarousel-container { padding: 10px 18px 10px 16px; }
.large #slider .jcarousel-clip, .large #slider .jcarousel-container {
  width: 580px; height: 310px;
}

.large #slider .jcarousel-list li, .large #slider .jcarousel-item {
  width: 580px;
}

.large #slider .slider-content {
  float: left;
  width: 291px;
}

.large #slider .image { float: left; padding: 5px 20px; }

.large #col-1 {
width: 90%;
margin-bottom: 2%;
margin: Auto;
}

.large #col-1 .post {
  margin-top: 3%;
  width: 80%;
  margin-bottom: 3%;
}

.large #col-1 h3 {
  font-weight: bold; font-size: 16px;
  margin-bottom: 18px;
}

.large .post h1.post-title {
font-weight: bold; 
font-size: 240%;
  margin-bottom: 6px; 
color: #646060;
text-transform: capitalize;
width: 56%;
float: right;
}

.mobile-article-title {
display: none;
}

h1.post-title a { }

h1.post-title a:hover {
color: #3131BE;
text-decoration: none;
}

.large .post .postmetadata { 
margin-bottom: 1%; 
color: #646060;
margin-top: 1%;
width: 56%;
float: right;
}

.large .post .entry p { 
}

.large #col-3 {
float: right;
width: 25%;
margin-right: 3%;
}

.large .post-image { float: left; width:200px; height:200px }

/* Horizontal */

.horizontal #col-wrapper {
  float: left;
  width: 922px;
  overflow: hidden;
}

.horizontal #slider {
  width: 888px;
  margin-bottom: 25px;
}

.horizontal #slider .jcarousel-container { padding: 10px 18px 10px 16px; }
.horizontal #slider .jcarousel-clip, .horizontal #slider .jcarousel-container {
  width: 888px;
}

.horizontal #slider .jcarousel-list li, .horizontal #slider .jcarousel-item {
  width: 888px;
}

.horizontal #slider .slider-content {
  float: left;
  width: 291px;
}

.horizontal #slider .image { float: left; }

.horizontal #col-1 {
  float: left;
  width: 922px;
}

.horizontal #col-3 .widget { float: left; width: 300px; margin-right: 10px; }
.horizontal #col-3 .widget-3 { margin-right: 0px; }

/* jCarousel */

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
 
.jcarousel-container {
    position: relative;
    overflow: hidden;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
}

.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

/* Single Page */

.single-page #col-wrapper {
  float: left;
  width: 65%;
  margin-left: 5%;
  overflow: hidden;
}

.single-page #col-1 {
  float: left;
  width: 100%;
}

.single-page #col-1 .post {
margin-bottom: 5%;
width: 84%;
margin-left: 8%;
margin-right: 8%;
}

.single-page #col-1 .post .entry {
  padding: 5px 10px;
}

.single-page #col-1 .headline {
font-family: Verdana, Arial, Helvetica,sans-serif;
font-weight: bold;
font-size: 300%;
text-align: center;
margin-bottom: 2%;
}

.frontpageexcerpt {
width: 56%;
float: right;
}

.single-page .post .entry .postmetadata { padding: 10px; font-weight: bold; margin-bottom: 25px; color: #646060;}
.single-page .post .entry .postmetadata p { padding-bottom: 10px; }
.single-page .post .entry .postmetadata .social-media { padding-bottom: 0; }

.single-page .post .entry p { padding-bottom: 18px; }
.single-page .post .entry blockquote { clear: both; padding: 0 20px; }
.single-page .post .entry img.alignleft, .single-page .post .entry img.alignright { margin-bottom: 10px; box-shadow: 3px 2px 10px #888; }

.single-page .post .entry h3 { font-size: 16px; font-weight: bold; margin-bottom: 18px; }
.single-page .post .entry h4 { font-size: 14px; font-weight: bold; margin-bottom: 18px; }
.single-page .post .entry h5 { font-size: 12px; font-weight: bold; margin-bottom: 18px; }
.single-page .post .entry h6 { font-size: 10px; font-weight: bold; margin-bottom: 18px; }
.single-page .post .entry ol { list-style-type: decimal; }
.single-page .post .entry ul  { list-style-type: decimal; }
.single-page .post .entry ol, .single-page .post .entry ul { margin-bottom: 18px; }
.single-page .post .entry li { list-style: decimal;}
.single-page .post .entry .country li { list-style: none;}

.single-page #col-3 {
float: left;
width: 24%;
margin-left: 2%;
margin-right: 1%;
font-style: normal;
}

.single-page .post-image { float: left; margin-right: 20px; }

.navigation { margin-bottom: 50px; font-size: 14px; font-weight: bold; }

/* Comments */

.comments-pagination-top { margin-bottom: 20px; }
.comments-pagination-bottom { margin-bottom: 20px; }

.commentlist, .commentlist ul {
  list-style: none;
}

.commentlist li.depth-1 { margin-bottom: 40px; }
.commentlist ul li .comment-container-div { margin-left: 20px; margin-bottom: 15px; }

.commentlist li .comment-container-div .author-info {
  height: 38px;
  line-height: 38px;
  margin-bottom: 10px;
}

.commentlist li .comment-container-div .author-info .avatar { float: left; }
.commentlist li .comment-container-div .author-info .text-info { float: left; margin-left: 12px; }

.commentlist li .comment-container-div .author-info .text-info .author_name,
.commentlist li .comment-container-div .author-info .text-info .comment_date { float: left; }

.commentlist li .comment-container-div .author-info .text-info .author_name,
.commentlist li .comment-container-div .author-info .text-info .author_name a {
  font-size: 18px; font-weight: normal;
  margin-right: 6px;
}

.commentlist li .comment-container-div .author-info .text-info .comment_date { font-size: 12px; }

.commentlist .comment-entry {
  color: #2a2a2a;
  line-height: 24px;
}

.commentlist .comment-entry p { margin-bottom: 5px; }

.comments-container { margin-top: 45px; margin-bottom: 20px; }
.pings-list { list-style: none; }
.pings-list li { margin-bottom: 10px; }

/* Respond */

#respond p { margin-bottom: 18px; }
#respond label { display: block; font-weight: bold; margin-bottom: 10px; }
#respond .text {
  background: transparent url('images/input_bg.png') no-repeat top left;
  font-family: Tahoma, Geneva, Kalimati, sans-serif; font-size: 14px;
  padding-top: 6px; padding-bottom: 7px; padding-left: 5px; padding-right: 5px;
  width: 223px;  
}

#respond textarea {
  font-family: Tahoma, Geneva, Kalimati, sans-serif; font-size: 14px;
  padding-top: 6px; padding-bottom: 7px; padding-left: 5px; padding-right: 5px;
  width: 580px;    
}

#respond #submit {
  font-family: Tahoma, Geneva, Kalimati, sans-serif; font-size: 14px; font-weight: bold;
  margin-top: 10px;
  padding: 4px 10px;  
  cursor: pointer;
}

/* Sidebar(s) */

#col-2 .widget h3.headline, #col-3 .widget h3.headline {
  font-weight: bold; font-size: 16px;
  height: 42px;
  line-height: 42px;
  text-indent: 10px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}

#col-2 .widget .widget-wrapper, #col-3 .widget .widget-wrapper {
  background: #FFFFFF;
  border-width: 0px;
  border-style: solid;
  width: 75%;
}

#wpp-5 {
border-style: solid;
border-width: 2px;
width: 100%;
max-width: 300px;
}

.widget .widget-wrapper a { color: #134172; font-weight: bold;}


.widget .widget-wrapper h1, .widget .widget-wrapper h2, .widget .widget-wrapper h3,
.widget .widget-wrapper h4, .widget .widget-wrapper h5, .widget .widget-wrapper h6 {
  margin-bottom: 18px;
}

.widget .widget-wrapper p { margin-bottom: 18px; }

.widget_blog_navigator #tab {
  list-style: none;
  height: 20px;
  margin-bottom: 10px;
}

.widget_blog_navigator #tab li { float: left; margin-right: 6px; }
.widget_blog_navigator #tab li a {
  display: inline-block;
  font-weight: bold; font-size: 12px;
  height: 20px;
  line-height: 20px;
  padding: 2px 5px;
  text-decoration: none;
}

.large .widget_blog_navigator #tab li a,
.medium .widget_blog_navigator #tab li a {
padding: 2px 4px;
}

.large .widget_blog_navigator #tab li,
.medium .widget_blog_navigator #tab li 
{ 
float: left; margin-right: 2px; 
}

.widget_blog_navigator li span {
  display: inline-block;
  font-family: Tahoma, Geneva, Kalimati, sans-serif; font-size: 14px; font-weight: bold;
  height: 22px;
  line-height: 22px;
  margin-right: 10px;
  padding: 0 10px;  
}

.widget_twitter { font-weight: bold; }

.widget_twitter #twitter_update_list {
  list-style: none;
  width: 270px;
}

.widget_twitter #twitter_update_list li {
  width: 180px;
}

.widget .widget-wrapper label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

#twitter-link {
font-weight: bold;
}


.widget .widget-wrapper .text {
  background: transparent url('images/input_bg.png') no-repeat top left;
  font-family: Tahoma, Geneva, Kalimati, sans-serif; font-size: 14px;
  padding-top: 6px; padding-bottom: 7px; padding-left: 5px; padding-right: 5px;
  width: 223px;
}

.widget .widget-wrapper .submit, .widget .widget-wrapper .Buttons {
  font-family: Tahoma, Geneva, Kalimati, sans-serif; font-size: 14px; font-weight: bold;
  margin-top: 2%;
  padding: 4px 10px;
}

.large .sponsors li, .medium .sponsors li { float: left; margin: 2px; }
.large .sponsors li img, .medium .sponsors li img {border: 1px silver solid; height: 120px; width:120px; }
.sponsors li { float: left; margin: 6px; }
.sponsors li img {border: 1px silver solid }
.sponsors li.alt { margin-right: 0px; }

.widget .widget-wrapper .wp-polls-ul li label {
  display: inline;
}

.widget_my_social_networks ul { list-style: none; }
.widget_my_social_networks ul li a.facebook {
  background: transparent url('images/facebook.png') no-repeat top left;
  display: inline-block;
  height: 22px;
  padding-left: 30px;
  line-height: 22px;
}

.widget_my_social_networks ul li a.digg {
  background: transparent url('images/digg.png') no-repeat top left;
  display: inline-block;
  height: 22px;
  padding-left: 30px;
  line-height: 22px;
}

.widget_my_social_networks ul li a.delicious {
  background: transparent url('images/delicious.png') no-repeat top left;
  display: inline-block;
  height: 22px;
  padding-left: 30px;
  line-height: 22px;
}

.widget_my_social_networks ul li a.technorati {
  background: transparent url('images/technorati.png') no-repeat top left;
  display: inline-block;
  height: 22px;
  padding-left: 30px;
  line-height: 22px;
}

.widget_my_social_networks ul li a.twitter {
  background: transparent url('images/twitter.png') no-repeat top left;
  display: inline-block;
  height: 22px;
  padding-left: 30px;
  line-height: 22px;
}

.widget_my_social_networks ul li a.linkedin {
  background: transparent url('images/linkedin.png') no-repeat top left;
  display: inline-block;
  height: 22px;
  padding-left: 30px;
  line-height: 22px;
}

.widget_about_me .avatar { float: left; margin-right: 15px; margin-bottom: 15px; border: 1px silver solid }
.widget_flickr .flickr_badge_image { float: left; margin:7px; border: 1px silver solid;}

#col-2 .widget_premium_sponsor h3.headline, #col-3 .widget_premium_sponsor h3.headline {
  font-weight: bold; font-size: 16px; margin-bottom: 10px;
  height: auto;
  line-height: normal;
  text-indent: 0;
}

#col-2 .widget_premium_sponsor .widget-wrapper, #col-3 .widget_premium_sponsor .widget-wrapper {
  width: 285px;
  height: 235px;
  overflow: hidden;
  padding: 7px;  
}

#col-1 .post ul.check li {padding:0 0 0 18px;margin:0 0 23px; background: url(images/check.png) no-repeat 0 6px;list-style: none; border: 1px}

/* Footer */

#credit {
text-align: center;
font-size:11px;
padding-bottom:15px;
font-weight:bold;
width: 960px;
margin: 20px auto; margin-bottom: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer { 
margin-bottom: 30px; 
margin: 0 auto;
width: 100%; 
background: #C3CDD5;
border-top: 1px solid #C9DBEC;
}


#footer ul { list-style-type: none; }
#footer li { display: inline; float: left; width: 100%; margin-right: 10px; font-size: 14px; }
#footer li h3.headline {
  font-weight: 16px; font-weight: bold; margin-bottom: 15px; }

#footershell  {
margin: 0 auto;
text-align: left;
width: 100%;
background: #C3CDD5;
padding-top: 10px;
}

#footerouter {
width: auto;
margin-right: auto;
margin-left: auto;
max-width: 1300px;
}

.footershelltitle{
font-size: 20px;
font-weight: bold;
}

#footershell ul {
padding-top: 10px;
}

#footershell ul li, #footershell ul li a {
border-bottom: none !important;
list-style-type: none;
margin: 0 0 5px;
padding: 0px;
word-wrap: break-word;
color: #042C92;
font-weight: bold;
}

#footerabout{
font-size: 13px;
padding-top: 10px;
}

#footershellleft  {
float: left;
width: 28%;
padding-right: 6%;
padding-left: 4%;
padding-bottom: 2%;
}

#footershellcenter  {
float: left;
width: 26%;
padding-bottom: 10px;
}

#footershellright  {
float: left;
width: 30%;
}

#copyright  {
margin: 0 auto;
text-align: right;
width: 1003px;
background: #000000;
padding-top: 10px;
padding-bottom: 10px;
color: #ffffff;
font-weight: bold;
}

#copyright a{
color: #ffffff;
}

#crshell{
width: 100%;
background: #000000;
margin-top: 0%;
}


#copyrighttext {
padding-right: 3%;
}

/* Old Site */

IMG.articlepictureend{
    display: block;
    margin-left: auto;
    margin-right: auto }

IMG.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto }


.mostviewedtoday {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 135%;
    list-style: decimal outside none;
    margin-left: 17%;
    padding-right: 1%;
    padding-top: 2%;
    font-weight: bold;
}


ol.mostviewedtoday a:hover{
}

.articlesubtitle {
    font-style: italic;
    text-align: center;
}


/* Header Random Images */

#navcontainer
{
margin-left: auto;
margin-right: auto;
text-align: center;  
list-style-type: none;
padding-left: 18px;
}

#navlist li
{
display: none;
float: left;
padding-left: 14px;
background-repeat: no-repeat;
width: 16%;
margin-left: 10px;
margin-right: 10px;
}

#navlist a
{
display: block;
padding-left: 0px;
padding-bottom: 14px;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
width: 145px;
}

#navlist a:link, #navlist a:visited
{
padding-left: 0px;
color: black;
background-position: 0 0px;
background-repeat: no-repeat;
}

#navlist a:hover
{
color: grey;
padding-left: 0px;
background-repeat: no-repeat;
background-position: 0 0px;}

h11 a
{ color:#0000FF;
font-weight: bold;
font-size: 12px;
 }


.thumbnail {
  float: left;
  margin-right: 4%;
  box-shadow: 2px 2px 18px #888;
  width: 40%;
  margin-top: 1%;
}

#navlist img { 
  float:right;
  box-shadow: 2px 2px 10px #888; 
  margin-bottom: 4px;
}

/* In Post Advert */

.postadvert {
background-color: #CDF;
padding-top: 10px;
padding-bottom: 10px;
border-style: solid;
border-width: 1px;
text-align: center;
margin-bottom: 2%;
}

.postadverttext {
font-size: 16px;
}

#featurearticleslider {
  margin-bottom: 30px;
}

/* Destinations Table */

.country
{
background:#333;
}
.country ul
{
float:left;
margin-right: 4%;
padding:0;
border:1px solid #C9C9C9;
width: 37%;
}

.country ul li
{
list-style:none;
}

.country ul li.title
{
font-weight:bold;
background:#4E5255;
color:#fff;
text-align: center;
font-size: 150%;
padding:4% 10%;
}

.country ul li.even
{
background:#C3CDD5
}

.country ul li.odd
{
background:#6F7D88
}

.country ul li.break
{
background:#ffffff;
margin: 15px;
}


.country ul li.even a{
	color:#6F7D88;
	text-decoration:none;
	display:block;
        padding:4% 10%;
        font-size: 120%;
}

.country ul li.odd a{
	color:#C3CDD5;
	text-decoration:none;
	display:block;
        padding:4% 10%;
        font-size: 120%;
}

.country ul li.even a:hover{
	color:#ffffff;
	background:#92939C;
	text-decoration:underline;
}

.country ul li.odd a:hover{
	color:#ffffff;
	background:#92939C;
	text-decoration:underline;
}



/* Blackbartop */

#blackbartop{
background-color: #333;
height: 40px;
width: 100%;
display: none;
}

#innerblackbartop{
position: relative;
padding-top: 2px;
text-align: right;
width: auto;
margin-right: auto;
margin-left: auto;
max-width: 1340px;
}

#searchbartop {
position: relative;
padding-top: 7px;
margin: auto;
float: right;
width: 30%;
}

#likebuttontop{
position: relative;
padding-top: 7px;
margin: auto;
float: left;
margin-left: 2%;
}









/* Category List*/

#lightbluebackground {
    background-color:#EAF2FF;
    padding:15px;
}

.sponsoredpostheading {
    background-color:#FF0000;
    color:#ffffff;
    font-weight:bold;
    padding:2px;
}

/* Category Title In Post*/

.categorytitletags a{
    background-color: blue;
    color:#ffffff;
    font-weight:bold;
    padding:7px;
    font-size: 10pt;
    margin: 3px;
    float: left;
}

.categorytitletags a:hover{
    background-color:#ADD8E6;
    text-decoration:none;
    color: #000000;
}

/* Button For Social Media*/

.buttons{
padding-top: 3.5%;
float: right;
width: 17%;
}

#buttonlist li
{
display: inline;
list-style-type: none;
float: left;
margin-bottom: 10%;
}

/* Trivago Widget*/

#trivago_dealform{width:190px;background-color:#E6E6E6;border-top:0px solid #828282;border-bottom:0px solid #828282;padding:2px;font-family:Arial;font-size:10px;}

#trivago_dealform input.querystring{width:165px;margin-bottom:5px;}

#trivago_dealform select.room_type{width:160px;margin-bottom:5px;}

#trivago_dealform select.day{width:40px;margin-bottom:5px;margin-left:2px;font-size:10px;}

#trivago_dealform select.month{width:70x;margin-bottom:5px;margin-left:1px;font-size:10px;}

#trivago_dealform input.button{width:160px;}

#trivago_dealform ul{list-style-type:none;padding:0px;margin:0px;}

/* Sponsored Post*/

#sp
{
width: 148px;
height: 21;
}

/* Single Post Social Media*/

.pinterestsinglepost
{
    padding-left: 25px;
}

#sharediv
{
background-color: #474747;
padding: 8px;
height: 20px;
}

tr.spaceUnder > td
{
  padding-bottom: 5px;
}

.parisad
{
text-align: center;
margin: 15px 0px;
}

.videoheader
{
font-family: Verdana, Arial, Helvetica,sans-serif;
font-weight: bold;
font-size: 31px;
text-align: center;
line-height: 31pt;
margin-bottom: 15px;
padding: 0px 40px;
}

/* Top 50 Blogs*/

table.topfifyblogs
{
font-size: 18px;
border: 1px solid black;
margin-left: 3%;
width: 90%;
}

table.topfifyblogs a
{
color: #000000;
margin-left: 1%;
}

table.topfifyblogs a:hover
{
color:#0000FF; 
text-decoration:underline;
}

table.topfifyblogs td
{
border: 1px solid black;
padding: 3px;
}

table.topfifyblogs tr.d0 {
	background-color: #E7E9FF; color: black; text-align: center;
}
table.topfifyblogs tr.d1 {
	background-color: #C8CDF0; color: black; text-align: center;
}

table.topfifyblogs td.d2 {
	background-color: #37AD21; color: black; text-align: center;
}
table.topfifyblogs td.d3 {
	background-color: #EE1D1D; color: black; text-align: center;
}
table.topfifyblogs td.d4 {
	padding:0px; 
        width: 6%;
        background-color: #00ACED;
text-align: center;
}

table.topfifyblogs td.d5 {
	padding:0px; 
        width: 6%;
        background-color: #3a5897;
text-align: center;
}

tr td.rank
{
font-size: 18px;
width: 30px;
font-weight: bold;
text-align: center;
}

.fiftyblogstitle {
font-size: 30px;
text-align: center;
font-weight: bold;
}


/* Top Part*/

#toppart
{
background-color: #ffffff;
width: 100%;
padding-top: 10px;
}

#innertoppart
{
position: relative;
padding-top: 2px;
margin: auto;
width: 100%;
}

#bottomtop
{
padding-bottom: 16px;
padding-top: 2px;
width: auto;
margin-right: auto;
margin-left: auto;
max-width: 1310px;
text-align: right;
padding-left: 22px;
}

.headergooglead
{
}

.theexpeditionerlogo
{
float: left;
}

.toptheexpeditionerlogo {
float: left;
}



#navigation
{
position: relative;
margin: auto;
text-align: left;
width: 100%;
}



#innersubnavigation
{
position: relative;
margin: auto;
text-align: right;
width: 100%;
height: 100%;
}


/* Slider*/

.slidertitle {
font-size: 20px;
font-weight: bold;
line-height: 120%;
text-shadow: 2px 2px #555454;
}

/* Interactive Map*/

.maptext {
width: 269px;
background: #E1E7E2;
padding-top: 6px;
}

.textmap{
font-size: 100%;
font-weight: bold;
color: #0B382D;
padding-left: 15px;
}

#topfiftytravelblogs {
padding-top: 10px;
}

.entry img.aligncenter {
box-shadow: 3px 2px 10px #888;
}

#mobilelogo {
display: none;
}

#footershellmobile {
display: none;
}

#mobilefootershell1 {
display: none;
}

#mobilefootershell2 {
display: none;
}

.mapsidebar {
margin-top: 0%;
}

.mobilecomments {
margin-left: 0%;
}

.slidermobile {
display: none;
}

#mobilenav{
display: none;
}

.h7 {
color: #FFF;
font-size: 300%;
font-weight: bold;
padding: 2%;
background-color: #3C4B3E;
}

#cattitlecolor {
padding-top: 2%;
padding-bottom: 5%;
text-transform:capitalize;
}

.breadcrumbs{
font-size: 120%;
font-weight: bold;
padding-bottom: 2%;
text-transform:capitalize;

}

.sections {
z-index: 100;
}

.sections .left {
float: left;
}

.sections .middle {
float: left;
}

.sections .right{
float: left;
}

#nav ul sections ul {
background: none;
}


#sidebarheader {
width: 100%;
text-align: left;
background-color: #3C4B3E;
padding-top: 2%;
padding-bottom: 2%;
padding-left: 2%;
margin-bottom: 3%;
}


.h8 {
color: #FFF;
font-size: 28px;
font-weight: bold;
}

.h9 {
font-size: 145%;
font-weight: bold;
margin-bottom: 4%;
margin-top: 1%;
}

.h10 {
font-size: 250%;
font-weight: bold;
color: #3C4B3E;
margin-bottom: 3%;
margin-top: 3%;
margin-bottom: 3%;
background: #D2D6D5;
padding: 1%;
}

h1 {
font-size: 240%;
font-weight: bold;
margin-bottom: 4%;
margin-top: 1%;
}

h2 {
font-size: 160%;
font-weight: bold;
margin-bottom: 4%;
margin-top: 1%;
}

#col-2 .widget h3.headline, #col-3 .widget h3.headline {
  background: #000000;
  color: #FFFFFF;
  display: none;
}



#newslettersidebar {
height: 25px;
width: 52%;
}

.newslettersubmit {
padding: 0px;
margin: 0px;
}

.newslettersubmit2 {
border: 1px solid #F7FCFF;
background: #F7FCFF;
padding: 4px;
}

.newslettersubmit2:hover {
    background: #6E727A;
border: 1px solid #6E727A;
}

.newslettersubmit3 {
border: 1px solid #ADB6BB;
background: #ADB6BB;
padding: 5px;
}

.newslettersubmit3:hover {
    background: #6E727A;
border: 1px solid #6E727A;
}

.newslettersb {
width: 95%;
}

.videotitle
{
font-size:24px;
font-weight:bold;
}


#videopage a:hover img{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	opacity: .85;
	} 

#mobileslide {
display: none;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
margin-bottom: 3%;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sectionheader {
font-size: 20px;
}

#aboutuslinks {
padding-top: 22px;
}

.aboutustitle {
font-weight: bold;
line-height: 1.8;
}

#aboutusfull p {
padding-bottom: 0px;
}

#aboutusbody {
float: right;
line-height: 1.5;
font-size: 14px;
font-family: Verdana, Arial, Helvetica,sans-serif;
margin-bottom: 15px;
}

#aboutusbody a {
color: #00F;
}

#sidebarheader2 {
width: 100%;
text-align: left;
background-color: #3C4B3E;
padding-top: 2%;
padding-bottom: 2%;
padding-left: 2%;
margin-bottom: 3%;
}

.smbutton {
margin-right: 0%;
}

#passporttable {
width: 30%;
margin-left:auto; 
margin-right:auto;
}

#passporttable td, table th {
  border: 1px solid black;
  font-size: 135%;
  padding: 1%;
}

#googlemobilead {
display:none;
}

#bannergooglemobilead {
display:none;
}

.socialmobile {
display: none;
}

.nlform {
padding-top: 2%;
}

.imagesidebar {
width: 100%;
max-width: 269px;
}

#imagesidebar {
width: 100%;
max-width: 269px;
}

.fb-like-box  {
width: 100%;
max-width: 269px;
}

.top100articles {
margin-left: 1%;
}


.top100articles li  {
font-weight: bold;
margin-bottom: 3%;
}

.top100articles li a {
font-weight: normal;
font-size: 125%;
}

.top100articles li a:hover {
color: blue:
}

.sidebartop100articlesdiv {
border: #f1f1f1 8px solid;
padding: 2%;
}

.sidebartop100articlesdiv ol {
margin-left: 4%;
}

.sidebartop100articles li {
list-style: decimal inside;
margin-bottom: 2%;
text-indent: -22px;
margin-left: 7%;
}

.sidebartop100articles li a {
font-size: 110%;
list-style: decimal;
}

.top100  {
margin-left: 11%;
}

#wp_page_numbers {
margin-top: 1%;
width: 100%;
background: #FFF;
margin-bottom: 1%;
float: left;
}

.wp-pagenavi {
margin-bottom: 3%;
margin-top: 3%;
width: 90%;
margin-left: 5%;
}

.biopic {
margin-right: 10px;
text-align: left;
}


.btn {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 165%;
  background: #d93434;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #ed5757;
  text-decoration: none;
}


#travelinsurance a {
color: #ffffff;
}

.Travelinsurancebutton {
padding-top: 2%;
padding-bottom: 2%;
}

#travelcreditcard a {
color: #ffffff;
}

.travelcreditcard {
padding-top: 2%;
padding-bottom: 2%;
}

.entry #travelcreditcard img.aligncenter  {
box-shadow: 0px 0px 0px #ffffff
}

.wp-post-image {
width: 100%;
height: auto;
}



























/*MOBILE!*/

@media only screen and (max-width: 767px) {



body {
width: 100%;
}

#innerblackbartop {
width: 100%;
margin-left: 0%;
padding-top: 2%;
text-align: center;
}

#searchbartop {
display: none;
}

#toppart {
display: none;
}


#mainnavigation {
display: none;
}

#subnavigation {
display: none;
}

#container {
width: 100%;
}

#content-wrapper {
overflow: hidden;
width: 100%;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
-moz-box-shadow: 0 6px 10px 6px #B3B3B3;
-webkit-box-shadow: 0 6px 10px 6px #B3B3B3;
box-shadow: 0 6px 10px 6px #B3B3B3;
}

.large #col-wrapper {
width: 100%;
padding-left: 0%;
padding-right: 0%;
margin: 0%;
}


.large #col-3 {
display: none;
}

.large #col-1 {
float: left;
width: 95%;
margin-bottom: 2%;
padding-left: 2%;
margin-top: 2%;
}

.large #col-1 .post {
width: 100%;
text-align: center;
padding-bottom: 0%;
}

.thumbnail {
float: none;
margin: auto;
}

.large .post h1.post-title {
display: none;
}

.mobile-article-title {
font-weight: bold;
font-size: 220%;
margin-bottom: 2%;
color: #646060;
text-align: left;
margin-top: 3%;
display: block;
}

.mobile-article-title a {
color: #000000;
text-transform: capitalize;
}

.large .post .postmetadata {
margin-bottom: 10px;
color: #646060;
text-align: left;
display: none;
}

.large .post .entry p {
margin-top: 4%;
padding-left: 0;
margin-bottom: 2%;
font-size: 120%;
}

.buttons {
padding-bottom: 2%;
padding-top: 0px;
width: 17%;
display: none;
}

#buttonlist li {
display: inline;
list-style-type: none;
float: left;
padding-top: 3%;
margin-bottom: 2%;
}

#wp_page_numbers {
margin-top: 1%;
width: 100%;
background: #FFF;
margin-bottom: 1%;
float: left;
}

#footershell {
margin: 0 auto;
text-align: left;
width: 100%;
background: #C3CDD5;
padding-top: 10px;
padding-left: 2%;
}

#footershellleft {
display: none;
}

#footershellcenter {
display: none;
}

#footershellright {
display: none;
}


.rmore {
font-weight: bold;
float: left;
}

.single-page #col-wrapper {
float: left;
width: 100%;
overflow: hidden;
margin: 0%;
}

.single-page #col-1 {
float: left;
width: 100%;
}

.entry img.aligncenter {
box-shadow: 3px 2px 10px #888;
width: 85%;
height: 100%;
}

.single-page #col-1 .headline{
line-height: 110%;
}

img.articlepictureend.aligncenter {
width: 20%;
margin-bottom: 4%;
}

.single-page #col-1 .post {
margin-bottom: 5%;
width: 100%;
margin: 0%;
}

#lws_0 {
display: none;
}

.single-page #col-3 {
display: none;
}

#categorytitle {
margin-top: 4%;
}

#categorytitlepages {
margin-top: 3%;
}

#footershellmobile1  {
display: inline;
float: left;
width: 100%;
background-color: #C3CDD5;
}

#footershellmobile2  {
display: inline;
float: left;
width: 100%;
background-color: #6F7D88;
margin-bottom: 0%;
}

#copyright {
margin: 0 auto;
text-align: left;
width: 100%;
background: #000;
margin-top: 0%;
}

#copyrighttext {
display: none;
}

#mobilefootershell1 {
display: inline;
}

#mobilefootershell2 {
display: inline;
}

#mobilefootershell1 li {
float: left;
font-size: 120%;
width: 100%;
line-height: 200%;
}

#mobilefootershell2 li {
float: left;
font-size: 120%;
width: 100%;
line-height: 200%;
}

#mobilefootershell1 ul li a {
border-bottom: none !important;
list-style-type: none;
margin: 0 0 5px;
padding: 0px;
word-wrap: break-word;
color: #6F7D88;
font-weight: bold;
padding-left: 2%;
}

#mobilefootershell2 ul li a {
border-bottom: none !important;
list-style-type: none;
margin: 0 0 5px;
padding: 0px;
word-wrap: break-word;
color: #C3CDD5;
font-weight: bold;
padding-left: 2%;
}

#footershell {
display: none;
}

body {
width: 100%;
background-color: #FFF;
}

#footer li { 
margin-right: 0px; 
}

.copyrighttext2 {
padding-left: 2%;
}


.large #col-1 .post img {
width: auto;
height: auto;
}

#likebuttontop {
margin: auto;
display: inline;
float: none;
}

.mobilecomments {
padding-left: 2%;
padding-right: 2%;
}

.border {
height: 5px;
font-size: 6px;
background: #8A94B9;
margin-top: 5%;
margin-bottom: 8%;
}

.sliderdesktop {
display: none;
}

.slidermobile {
display: block;
width: 100%;
padding-top: 0%;
background: #FFF;
padding-bottom: 0%;
}

#mobilenav{
width: 100%;
display: inline;
}

#mobilenav ul{
    margin:0px auto
}


#mobilenav ul {
list-style: none;
position: relative;
background: #E1E7E2;
padding-top: 1%;
padding-bottom: 4%;
}

#mobilenav ul li {
display: inline;
/*padding-top: 3%;
padding-bottom: 3%;
padding-left: 3%;
padding-right: 3%;*/
}

#mobilenav ul li a {
text-decoration: none;
font-size: 125%;
font-family: Arial, Verdana, Helvetica, sans-serif;
color: #3C4B3E;
font-weight: bold;
padding:5% 3%;
}

#mobilenav .mobilenav-more{
	display:none;
	position:absolute;
	width:100%;
	z-index:999;
}
#mobilenav .mobilenav-more ul{
	padding:0;
}
#mobilenav .mobilenav-more ul li a{
	display:block;
}

.homebutton {
padding-top:2%;
}

.navheader { 
  font-size: 12px;
}

#cattitlecolor {
padding-top: 2%;
padding-bottom: 7%;
margin-top: 0%;
text-align: center;
}

.single-page #col-1 .headline {
font-family: Verdana, Arial, Helvetica,sans-serif;
font-weight: bold;
font-size: 31px;
text-align: center;
margin-bottom: 3%;
margin-top: 3%;
padding-left: 2%;
padding-right: 2%;
}


#mobilelogo {
display: inline;
width: 80%;
}

#mobilelogo img{
width: 100%;
}

#videopage
{
text-align: left;
}

.h7 {
color: #FFF;
font-size: 206%;
font-weight: bold;
padding: 2%;
background-color: #3C4B3E;
display: block;
}

.advanced-slider {
position: relative;
overflow: visible;
outline: none;
font-family: Arial, Helvetica, sans-serif;
margin-left: auto;
margin-right: auto;
margin-bottom: 9%;
margin-top: 0%;
}

.dsq-postid {
display: none;
}

.numbercomments {
display: none;
}

.border2 {
  display: none;
}

.country {
background: #333;
width: 100%;
margin: 0%;
}

.single-page .post .entry ul {
width: 100%;
margin: 0%;
}

table.topfifyblogs td.d4 {
	display:none; 
}

table.topfifyblogs td.d5 {
	display:none; 

}

.getsocial {
border: 0px;
}

.sharebutton {
display: none;
} 

.stb {
display: none;
}

#googlemobilead {
width:100%;
margin-bottom:5%;
margin-top: 2%;
display: block;
text-align: center;
}

#bannergooglemobilead {
width:100%;
display: block;
}


.travelresources 
{
background:#333;
}
.travelresources ul
{
float:left;
margin-right: 4%;
padding:0;
border:1px solid #C9C9C9;
width: 37%;
}

.travelresources ul li
{
list-style:none;
}

.travelresources ul li.title
{
font-weight:bold;
background: #070707;
color: #ffffff;
text-align: center;
font-size: 150%;
padding:4% 10%;
}

.travelresources ul li.title a{
font-weight: bold;
color: #fff;
text-align: center;
}

.travelresources ul li.title1
{
font-weight:bold;
background:#B0B7BB;
color:#fff;
font-size: 150%;
padding:4% 5%;
}

.travelresources ul li.title1 a{
font-weight: bold;
color: #fff;
}

.travelresources ul li.title2
{
font-weight:bold;
background:#81888D;
color:#fff;
font-size: 150%;
padding:4% 5%;
}

.travelresources ul li.title2 a{
font-weight: bold;
color: #fff;
}


.travelresources ul li.break
{
background:#ffffff;
margin: 15px;
}


.travelresources ul li.travelresources1 a{
font-weight: bold;
color: #fff;
text-align: center;
font-size: 150%;
padding: 4% 10%;
}





.nr_related_placeholder {
display: none;
}

#categorylist {
display:none;
}

.socialmobile {
width: 100%;
display: inherit;
}

.single-page #col-1 .headline {
text-align: left;
}

.border3 {
  display: none;
}

.top100articles {
margin-left: 6%;
}

.top100articles li {
text-align: left;
margin-left: 10%;
}

.top100articles img{
margin-right: 100%;
}

.h9 {
font-size: 145%;
font-weight: bold;
text-align: left;
margin-bottom: 4%;
margin-top: 1%;
}

#videopage p{
text-align: left;
}

.wp-pagenavi span {
display: none;
}

.wp-pagenavi a {
padding: 5px 8px;
}

.Travelinsurancebutton {
width: 90%;
padding-top: 2%
padding-bottom: 2%;
text-align: center;
}

.Travelinsurancebutton {
padding-bottom: 6%;
}

.frontpageexcerpt {
width: 100%;
float: none;
}

}









/* MOBILE LANDSCAPE!*/

@media only screen and (max-width: 767px)
and (orientation : landscape) {

#buttonlist li {
display: inline;
list-style-type: none;
padding-top: 0%;
padding-left: 0%;
}

.large #col-1 .post {
width: 100%;
text-align: center;
padding-bottom: 0%;
}

.large #col-1 .post img {
width: auto;
}

.advanced-slider {
position: relative;
overflow: visible;
outline: none;
font-family: Arial, Helvetica, sans-serif;
margin-left: auto;
margin-right: auto;
margin-bottom: 0%;
margin-top: 0%;
}

.border {
height: 5px;
font-size: 6px;
background: #8A94B9;
margin-top: 3%;
}

#container {
width: 100%;
}

.slidermobile {
display: block;
width: 100%;
padding-top: 0%;
background: #FFF;
padding-bottom: 5%;
}

.buttons {
padding-bottom: 26px;
padding-top: 0px;
}

#crshell{
width: 100%;
background: #000000;
margin-top: 0%;
padding-top: 0%;
}




}


@media only screen 
and (max-width : 1135px) {

#bottomtop {
display: none;
}

}

/* TABLET!*/

@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) {

.mapsidebar {
display: none;
}

#copyright {
width: 100%;
}

#col-2 .widget .widget-wrapper, #col-3 .widget .widget-wrapper {
  background: #FFFFFF;
  border-width: 0px;
  border-style: solid;
  width: 100%;
}

#sidebarheader2 {
display: none;
}

.buttons {
display: none;
}

.large #col-1 .post {
margin-top: 3%;
width: 100%;
margin-bottom: 3%;
}


.getsocial {
border: 0px;
border-color: #FFF;
}

.sharebutton {
display: none;
} 


.stb {
display: none;
}

#fbsidebarbox {
display: none;
}

#blackbartop  {
display: none;
}

#toppart  {
display: none;
}
.sidebartop100articlesdiv ol {
margin-left: 8%;
}


}



/* TABLET PORTRAIT!*/

@media only screen 
and (min-width : 768px) 
and (max-width : 1024px)
and (orientation : portrait) {

body {
width: 100%;
}

}










/* SYLTEPHP!*/

body {
  background-color: #E9E9E9;
    color: #252525;
  background-repeat: repeat;
}

body {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

.action-link {
  background: #ffffff;
  color: #000000;
}

.border {
  background: #ffffff;
  border-bottom: 1px solid #B2B2B2;
}

a {
  color: #000000;
}

.adblock-wrapper {
  background: #ffffff;
}

.wrapper2 {
  background: #ffffff;
}

#announcement {
  background: #B2B2B2;
  color: #000000;
}

#announcement a,
#announcement a:visited {
  color: #000000;
}

#navigation {
  background: #ffffff;
}

#navigation li a {
  color: #000000;
}

#navigation li a:hover, #navigation li.current_page_item a {
  background: #B2B2B2;
  color: #000000;
}

#slider .jcarousel-container {
  background: #B2B2B2;
  color: #000000;
}

#slider .jcarousel-container a {
  color: #000000;
}

.medium #slider h3 a { color: #595959;
color: #000000; }

#slider .pagination a {
  background: #ffffff;
  color: #000000;  
}

#slider .pagination a:hover {
  color: #000000;  
}

#col-2 .widget h3.headline, #col-3 .widget h3.headline {
  background: #000000;
  color: #FFFFFF;
}

#col-2 .widget .widget-wrapper, #col-3 .widget .widget-wrapper {
  background: #ffffff;
  color: #000000;
}

.wp-polls-ans { background: #ffffff; }

.widget li { margin-bottom: 4%; }



.widget_blog_navigator #tab li a {
  color: #000000;
}

.widget_blog_navigator #tab li a.current, .widget_blog_navigator #tab li a:hover {
  background: #ffffff;
  color: #000000;
}

.widget_blog_navigator li span {
  background: #ffffff;
  color: #000000;
}

.widget_twitter #twitter_update_list li a {
  color: #252525;
}

.widget .widget-wrapper .text {
  border: 1px solid #000000;
  color: #000000;
}

.widget .widget-wrapper .submit, .widget .widget-wrapper .Buttons {
  background: #ffffff;
  border: 0;
  color: #000000;  
}


#col-2 .widget_premium_sponsor h3.headline, #col-3 .widget_premium_sponsor h3.headline {
  background: none;
  color: #000000;
}

#col-2 .widget_premium_sponsor .widget-wrapper, #col-3 .widget_premium_sponsor .widget-wrapper {
  background: none;
  border: 1px solid #ffffff;
}

.single-page #col-1 .headline, .single-page #col-1 .headline a {
  background: #ffffff;
  color: #000000;
}

.single-page .post .entry blockquote {
  color: #000000;
}

.single-page .post .postmetadata {
  background: #ffffff;
  color: #000000;
}

.single-page .post .postmetadata a {
  color: #000000;
}

.commentlist li .comment-container-div .author-info {
  background: #B2B2B2;
  color: #000000;
}

.commentlist li .comment-container-div a {
  color: #000000;
}

.commentlist li .comment-container-div .author-info .comment_date {
 color: #000000;
}

.commentlist li .comment-container-div .author-info .text-info .author_name a {
 color: #000000;
}

#respond .text, #respond textarea {
  border: 1px solid #000000;
  color: #000000;
}

#respond #submit {
  background: #ffffff;
  border: 0;
  color: #000000;  
}

#searchform #s {
  border: 1px solid #000000;
  color: #000000;
}

#searchform #searchsubmit {
  background: #ffffff;
  border: 0;
  color: #000000; 
}

#credit { color: #252525; }
#credit a { color: #595959; }





@font-face {
    font-family: 'socicon';
    src: url('font/socicon-webfont.eot');
    src: url('font/socicon-webfont.eot#iefix') format('embedded-opentype'),
         url('font/socicon-webfont.woff') format('woff'),
         url('font/socicon-webfont.ttf') format('truetype'),
         url('font/socicon-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.socicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'socicon';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  text-transform:none;
}
.socicon:empty{
    width: 1em;
}

.socicon-twitter:before { content: "a"; }
.socicon-facebook:before { content: "b"; }
.socicon-google:before { content: "c"; }


.articleSocialButtons { clear: both; width: 100%; height: auto; margin: 10px 0; }
.articleSocialButtons:after { content: ""; display: table; clear: both; }
.articleSocialButtons .likeArticle { background: #3b5998; font-family: Georgia, Times, "Times New Roman", serif; font-style: normal; color: white; font-size: 18px; font-size: 20px; position: relative; text-transform:uppercase; float: left; text-align: center; width: 32%; height: 50px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; line-height:2.6em;}
.articleSocialButtons .likeArticle:hover { background: #4c70ba; }
.articleSocialButtons .likeArticle:active { background: #2d4373; }

.articleSocialButtons .tweetArticle { background: #1bb2e9; font-family: Georgia, Times, "Times New Roman", serif; font-style: normal; color: white; font-size: 18px; font-size: 20px; position: relative; text-transform: uppercase; float: left; text-align: center; width: 32%; height: 50px; margin: 0 0 0 2%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; line-height:2.6em;}
.articleSocialButtons .tweetArticle:hover { background: #4ac2ed; }
.articleSocialButtons .tweetArticle:active { background: #1291bf; }


@media all and (max-width: 767px){
	.articleSocialButtons > .likeArticle, .articleSocialButtons .tweetArticle { width: 46%; margin: 20px 2% 20px; }