/*
Theme Name: CountryTellBlog
Version: 1.0

/***********************************************************************************/
/*                                   Reset Browser                                 */
/***********************************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-text-size-adjust:none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
input[type="submit"]:hover {
	cursor:pointer;
}
textarea { 
	overflow: auto; 
}
.clear { 
	clear: both; 
}
.fl {
	float:left;
}
.fr {
	float:right;
}



/***********************************************************************************/
/*                                  Main Elements                                  */
/***********************************************************************************/
a {
	color:#e75433;
	text-decoration: none; 
	outline:none;   /* Remove dashed frame for IE8,FF  */ 
}
a:hover {
	text-decoration:underline;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}



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



/***********************************************************************************/
/*                             Layout & Composition                                */
/***********************************************************************************/
body{
	color: #8f8f8f;
	font-size:13px;
	font-weight:normal;
    font-family: Arial;
	line-height:18px;
	background:#f8f7f2 url(images/body.png) repeat-x 0 209px;
	width: 100%;
	text-align: left;
	min-width:900px;
	position:relative;	
	border-top:5px solid #e75433;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
h1,
h1 a {
	color:#6ac4df;
	font-size:28px;	
	font-weight:normal;	
	line-height:36px;
	padding:0 0 8px 0;
    font-family: 'bank_gothicmedium';
}
h2,
h2 a {
	color:#6ac4df;
	font-size:24px;	
	font-weight:normal;	
	line-height:30px;
	padding:0 0 6px 0;
    font-family: 'bank_gothicmedium';
}
h3,
h3 a {
	color:#6ac4df;
	font-size:20px;	
	font-weight:normal;	
	line-height:25px;
	padding:0 0 4px 0;
    font-family: "ff-market-web-1","ff-market-web-2",'bank_gothicmedium';	
}
h4,
h4 a {
	color:#6ac4df;
	font-size:16px;	
	font-weight:normal;	
	line-height:21px;
	padding:0 0 3px 0;
    font-family: 'bank_gothicmedium';
}
h5,
h5 a {
	color:#6ac4df;
	font-size:13px;	
	line-height:17px;
}
h6,
h6 a {
	color:#6ac4df;
	font-size:11px;	
	line-height:15px;
}
p {
	padding:0 0 20px;
}
.content ol,
.content ul {
	padding:0 0 10px;
}
.content img {
	max-width:100%;
	height:auto;
	margin:0 0 8px;	
}
.content img.alignleft {
	margin-right:15px;
	float:left;
}
.content img.alignright {
	margin-left:15px;
	float:right;
}
.content img.alignnone {
	margin-left:0;
	margin-right:0;	
	float:none;
}
.content img.aligncenter {
	margin-left:auto;
	margin-right:auto;	
	float:none;
	display:block;
}
.content table {
	margin:20px 0;
}
.content table caption {
	color:#6ac4df;
	font-weight:bold;
	padding:15px 0;
}
.content table th {
	padding:10px 14px;
	border:1px solid #f1f1f1;
	background:#f1f1f1;
	color:#6ac4df;
}
.content table td {
	padding:10px 14px;
	border:1px solid #f1f1f1;
}
.content ol li {
	list-style:decimal;
	margin:0 0 0 14px;	
}
.content ol li,
.content ul li {
	padding:3px 0 3px 10px;
}
.content ul li {
	list-style:none;
	background:url(images/foot_li.png) no-repeat 0 12px;
}
.content a,
.excerpt a {
	color:#e75433;
	font-weight:bold;
}
.content a:hover,
.excerpt a:hover {
	color:#e75433;
}
.content h2 {
	color:#6bc5e0;
	font-size:15px;
	font-family:Arial;
	font-weight:bold;
	line-height:20px;
}
.content h3 {
	color:#e85534;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	line-height:18px;
}
		


/***********************************************************************************/
/*                             Header				                               */
/***********************************************************************************/
.header {
	width:900px;
	margin:0 auto;
}
a.logo {
	float:left;
	display:block;
	margin:14px 0 0 6px;
}
.header .heading {
	float:right;
	margin:42px 14px 0 0;
	color:#6ac5e0;
	font-size:40px;
	line-height: 40px;
	font-family:"ff-market-web-1","ff-market-web-2",Arial;
}
.top_nav {
	width:895px;
	margin:0 auto;
	padding:15px 0 2px 21px;
	background:url(images/top_nav.png) no-repeat 0 100%;	
}
.top_nav ul li {
	float:left;
	margin:0 9px 0 0;
	padding:15px 0 0 0;	
}
.top_nav ul li a {
	color:#fff;
	font-size:18px;
    font-family: 'bank_gothicmedium';
	line-height:24px;
	display:block;
	padding:7px 0;
	width:212px;
	text-align:center;
}
.top_nav ul li a:hover {
	text-decoration: none;
}
.top_nav ul li.nav1 a {
	background:#979797;
}
.top_nav ul li.nav2 a {
	background:#6ac5e0;
}
.top_nav ul li.nav3 a {
	background:#447885;
}
.top_nav ul li.nav4 a {
	background:#e75433;
}
.top_nav ul li.current-menu-item {
	padding-top:0;
}
.top_nav ul li.current-menu-item a {
	padding-top:22px;
}



/***********************************************************************************/
/*                             Wrapper				                               */
/***********************************************************************************/
.wrapper {
	width:900px;
	padding:26px 8px 34px;
	margin:0 auto;
	background:url(images/wrapper.png) repeat-y 0 0;		
}
.main {
	width:555px;
	float:left;
	padding:0 0 0 21px;
}
.cat_img {
	position:relative;
}
.cat_img h2 {
	position:absolute;
	top:111px;
	left:0;
	color:#fff;
	background:#2f2f2f;
	padding:16px 144px 16px 26px;
}
.post {
	margin:39px 0 28px 0;
	padding:0 0 0 123px;
	position:relative;
}
.post.first{
	margin-top: 0;
}
.post .title,
.post .title a {
	font-size:20px;
	font-family:Arial;
	line-height:26px;
	padding:0 0 2px;
}
.post .title.blue,
.post .title.blue a{
	color:#6ac4df;
}
.post .title.orange,
.post .title.orange a{
	color:#E75433;
}
.post .title.dark,
.post .title.dark a{
	color:#447885;
}
.post .author {
	color:#797979;
	font-size:15px;
	line-height:19px;
}
.post .thumb {
	position:absolute;
	top:0;
	left:10px;
}
.post .date {
	text-align:center;
	padding:6px 0 0 6px;
	width:65px;
	height:173px;	
	position:absolute;
	top:0;
	left:-71px;	
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:14px;
	text-transform: uppercase;
}
.post .date.blue{
	background:url(images/date_blue.png) no-repeat 0 0;
}
.post .date.orange{
	background:url(images/date_orange.png) no-repeat 0 0;
}
.post .date.dark{
	background:url(images/date_dark.png) no-repeat 0 0;
}
.post .date .day {
	font-size:32px;
	line-height:32px;	
}
.post .date .year {
	font-size:16px;
	line-height:16px;	
}
.post .excerpt {
	padding:11px 0 0 0;
}
.post .more {
	background:url(images/more.png) no-repeat 0 4px;
	display:inline-block;
	padding:0 0 0 25px;
}
.category {
	color:#447885;
	font-weight:bold;	
	padding:11px 12px 18px;
	background:#e8e8e4;
	margin:20px 0 0 0;
}
.category a {
	color:#447885;	
}
.category span {
	color:#979797;	
}
.page_navi{
	text-align: center;
}
.page_navi a{
	margin-right: 10px;
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
}



/***********************************************************************************/
/*                             Sidebar				                               */
/***********************************************************************************/
.sidebar {
	float:right;
	width:280px;
	padding:0 20px 0 0;
}
.widget {
	padding:0 0 28px;
}
.widget.bt_gray {
	border-top:4px solid #E1E1E1;
	padding-top: 15px;
}
h3.widget_title {
	color:#6ac5e0;
	font-size:23px;
	line-height:28px;
	padding:5px 4px;
	border-top:4px solid #e75433;
	font-family: "ff-market-web-1","ff-market-web-2";
}
.search {
	background:url(images/search.png) no-repeat 0 0;
	position:relative;
}
.search input[type="text"] {
	width:252px;
	padding:8px 14px;
	color:#fff;
	font-size:15px;
	font-family:Arial;
	line-height:15px;
	background:none;
	border:none;
}
.search input[type="submit"] {
	width:30px;
	height:31px;
	background:none;
	border:none;
	position:absolute;
	top:0;
	right:0;
	padding:0;
	margin:0;
}
.widget ul.tags {
	padding:0 0 10px;
}
.widget ul.tags li a {
	display:block;
	color:#848381;
	font-size:15px;
	line-height:18px;
	border-bottom:1px dashed #6ac5e0;
	padding:1px 8px;
}
.widget ul.tags li.current a,
.widget ul.tags li a:hover {
	color:#fff;
	background:#6ac5e0;
	border-bottom:1px solid #6ac5e0;
	text-decoration:none;
}
.widget a.social_button {
	display:inline-block;
	width:44px;
	height:44px;
	margin-right:11px;		
}
.widget a.rss {
	background:url(images/rss.png) no-repeat 0 0;
}
.widget a.google_plus {
	background:url(images/google_plus.png) no-repeat 0 0;	
}
.widget a.twitter {
	background:url(images/twitter.png) no-repeat 0 0;		
}
.widget a.facebook {
	background:url(images/facebook.png) no-repeat 0 0;
}
.widget a.linkedin {
	width:43px;
	background:url(images/linkedin.png) no-repeat 0 0;		
	margin-right:0;
}
.recent_tweets {
	padding:14px 0 54px;
	position:relative;
	color:#fff;	
}
.recent_tweets .inner {
	background:#6ac5e0;
	padding:0 10px;
}
.recent_tweets h3,
.recent_tweets a {
	color:#fff;	
}
.recent_tweets a.follow {
	font-size: 11px;
}
.recent_tweets .top {
	width:100%;
	height:14px;
	position:absolute;
	top:0;
	left:0;
	background:url(images/twitter_top.png) no-repeat 0 0;		
}
.recent_tweets .bottom {
	width:100%;
	height:54px;
	position:absolute;
	bottom:0;
	left:0;
	background:url(images/twitter_bottom.png) no-repeat 0 0;		
}
.recent_tweets .content {
	padding:8px 0 4px 0;
	margin:0 0 30px;
	border-bottom:1px dashed #d1dbd2;
	line-height:20px;
}
a.tas {
	display:inline-block;
	margin:0 3px;
}
a.ta_1 {
	width:16px;
	height:8px;
	background:url(images/ta_1.png) no-repeat 0 0;		
}
a.ta_2 {
	width:11px;
	height:12px;
	background:url(images/ta_2.png) no-repeat 0 0;		
}
a.ta_3 {
	width:15px;
	height:14px;
	background:url(images/ta_3.png) no-repeat 0 0;		
}
#tweet a{
	font-weight: normal;
}
#tweet li{
	background: none;
}


/***********************************************************************************/
/*                             Single				                               */
/***********************************************************************************/
#single_post {
	padding-left:25px;
	margin-top: 15px;
}
.content {
	padding:11px 0 0 0;
}
.share{
	padding: 15px 0 0 0;
}


/***********************************************************************************/
/*                             Footer				                               */
/***********************************************************************************/
.footer {
	background:#6ac5e0;
	padding:13px 0 23px;
}
.foot {
	width:900px;
	margin:0 auto;
	background:url(images/foot.png) repeat-y 300px 0;		
}
.foot_widget {
	float:left;
	width:260px;
	padding:0 15px 0 25px;
	color:#fff;
}
.foot_widget a {
	color:#fff;
}
h4.foot_widget_title,
h4.foot_widget_title a {
	color:#417181;
}
h4.foot_widget_title {
	padding:0 0 6px;
}
.foot_widget ul li {
	padding:6px 0 6px 10px;
	background:url(images/foot_li.png) no-repeat 0 12px;		
}
.foot_nav {
	border-top:4px solid #fefefe;
	background:#558899;
	text-align:center;
	color:#fff;
	padding:14px 0;
}
.foot_nav a,
.foot_nav span {
	display:inline-block;
	color:#fff;	
}
.foot_nav span.deli {
	padding:0 12px;
}


*+html .top_nav {
	height:53px;
}