/*
Theme Name: Ecomallorca
Theme URL: http://www.clictoclic.com
Description: Tema directorio desarrollado a medida 
Author: Clictoclic
Author URI: http://www.clictoclic.com
Version: 1.0
*/

/* Import stuff -------------------------------------------------------------- */

@import url('css/reset.css');
@import url('css/960.css');
@import url('css/superfish.css');
@import url('css/coda-slider-2.0.css');
@import url('css/tooltips.css');

/* Global -------------------------------------------------------------------- */

body{
	font-family: "Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;
	font-size: 14px;
	color:#444444;
	background-color:#E8DFD3;
}

a{
	text-decoration:none;
}

a:hover{
	color:#cc6633;
	text-decoration:none;
}

a:focus{
	outline: none;
}

hr{
	border:0 #ccc solid;
	border-top-width:1px;
	clear:both;
	height:0
}

/*
h1{font-size:25px}
h2{font-size:22px}
h3{font-size:21px}
h4{font-size:19px}
h5{font-size:17px}
h6{font-size:15px}
*/

h1{font-weight:normal;font-size:270%;letter-spacing:-.04em;line-height:100%;margin:.8em 0 .2em;letter-spacing:-0.04em;}
h2{font-weight:bold !important;font-size:225%;letter-spacing:-.04em;line-height:110%;margin:.7em 0 .2em;letter-spacing:-0.03em;}
h3{font-size:160%;font-weight:normal;letter-spacing:-.04em;line-height:110%;margin:.7em 0 .2em;letter-spacing:-0.02em;}
h4{font-size:140%;font-weight:bold;margin:.7em 0 .2em;letter-spacing:-0.02em;}
h5{font-size:140%;font-weight:bold;margin:.5em 0 .2em;letter-spacing:-0.02em;}
h6{font-size:120%;font-weight:normal;text-transform:uppercase;margin:.5em 0 .2em;}

input, textarea{
	font-family:"Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;
	background:url(images/search_inset.gif) repeat-x top #fff;
	border:1px solid #e0e0e0;
	padding:6px;
	font-size:12px; 
	color:#999;
}

.left{
	text-align:left;
}
.right{
	text-align:right;
}

pre, code {
	font: 11px/19px "Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;
}

pre {
	border: 1px solid #DDDDDD;
	margin: 30px 0 40px 0;
	overflow-x: visible;
	overflow-y: hidden;
	padding: 1px;
	background: url(images/bg-code.gif);
}

/* HEADER -------------------------------------------------------------------- */

#header{
	position:relative;
	z-index:2;
}

#top{
/*	width:100%; */
	height:20px;
/* 	background:url(images/top_bar_bg.png) repeat-x; */
/* 	background-color:#002D00; */
	color:#C6E1AE;
/* 	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7); */
	font-size:11px;
/*	position:relative; */
/*	z-index:2; */
}

/* Multilingual ------------*/

#lang_sel {
	margin-left: 8px;
	float: right;
}

/* RSS -------------- */

#rss{
	margin-top:15px;
	margin-right: 20px;
	float:right;
	color: white;
}

#rss img {
	height: 20px;
	margin-right: 10px;
}

#rss span{
	font-style:normal;
	color:white;
}

#rss a{
	font-style:normal;
	color:white;
}

#rss a:hover{
	color:#bfbfbf;
}

/*
#social a, #social a:hover { 
	padding: 2px 2px 2px 25px; 
	margin-left:15px; 
	background: #fff url(�images/sprite-social.png�) no-repeat
}
*/

ul#rss li {
    display: inline;
}

ul#rss li a {
    display: block;
    width: 25px;
    height: 25px;
    float: left;
    overflow: hidden;
    line-height: 10em;
	margin-left: 12px;
}

ul#rss li a.facebook {
	background: url('images/icon-small-facebook.gif') no-repeat;
	margin: 0 !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

ul#rss li a:hover.facebook  {
	background-position: 0px -25px !important;
}

ul#rss li a.twitter {
	background: url('images/icon-small-twitter.gif') no-repeat;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

ul#rss li a:hover.twitter  {
	background-position: 0px -25px !important;
}

ul#rss li a.sitemap {
	background: none !important;
	background-position: -3px -52px !important;
	margin: 0 !important;
}

ul#rss li a.contact {
	background: none !important;
	background-position: -3px -78px !important;
	margin: 0 !important;
}

ul#inf {
	float: right;
	width: 230px;
}

ul#inf li{
	float: right;
	display: inline;
	margin: 5px;
}

ul#inf li a{
	color: #444;
}

/* Secondary Nav -------------- */

#second_nav{
	float:right;
	font-style:normal;
	padding:11px 0 0 0;
}

#second_nav a, #second_nav li.current-menu-item ul a{
	color:#8d8888;
}

#second_nav a:hover,
#second_nav li.current-menu-item a,
#second_nav li.current-menu-item ul a:hover {
	color:#bfbfbf;
}

#second_nav li{
	float:left;
	padding:0 10px 0 10px;
	background:url(images/second_nav_border.gif) center right no-repeat;
}

#second_nav li.last{
	float:left;
	padding:0 0 0 10px;
	background:none;
}

#second_nav ul ul{
	background:url(images/second_nav_bg.gif) repeat;
	margin:-9px 0 0 0;
	padding:8px 15px 6px 15px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7);
}

#second_nav ul ul li{
	background:none;
	padding:10px 0 10px 0;
	border-bottom:1px solid #1f1b1b;
	border-top:1px solid #332e2e;
}

#second_nav ul ul li.first{
	border-bottom:1px solid #1f1b1b;
	border-top:none;
}

#second_nav ul ul li.last{
	border-bottom:none;
	border-top:1px solid #332e2e;
	padding:10px 0 8px 0;
}

#second_nav ul ul ul{
	background:url(images/second_nav_bg.gif) repeat;
	margin:-7px 0 0 15px;
	padding:8px 15px 10px 15px;
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
}

/* logo -------------- */

.container_12 .grid_5 {
	background-color: green;
	box-shadow: 6px;
	-moz-border-top-right-radius: 6px;
	-moz-border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	-moz-box-shadow: 0px 2px 4px #CDCDCD;
	-webkit-box-shadow: 0px 2px 4px #CDCDCD;
	box-shadow: 0px 2px 4px #CDCDCD;
	border-top: 1px solid #CDCDCD;
	border-left: 1px solid #CDCDCD;
	border-right: 1px solid #CDCDCD;
}

#logo{
	padding: 5px 0px;
	width: 855px;
	float: left;
}

#logo a {
	float: left;
}

#logo h1{
	font-size:46px;
	margin:0 0 10px 0;
	line-height:50px;
}

#logo h1 a{
	color:#332e2e;
}

#logo img {
	margin-left: 10px;
}

#logo-more {
	width: 162px;
	height: 111px;
	float: right;
}

#tagline {
	float: left;
	height: 57px;
	border-left: 2px solid #E0EFE2;
	padding: 8px 0px 0px 20px;
	margin: 20px 0px 0px 10px;
	color: white;
	font-size: 118%;
	letter-spacing: 0.2em;
}

#language {
	color: #E0EFE2;
	float: right;
	margin-top: 43px;
	margin-right: 10px;
	font-size: 90%;
}

#language  a{
	color: white;
}

#language  a:hover{
	opacity: 0.7;
}

#language  a:visited{

}


/* Header Advert -------------- */

#header_advert{
	margin:35px 0 40px 0;
	float:right;
	width:468px;
}

#header_advert a{
	float:right;
	height:60px;
	background:url(images/header_advert_border.gif) repeat;
	display:block;
	padding:6px;
}

#header_advert a:hover{
	background:url(images/header_advert_border_hover.gif) repeat;
}

/* Main Navigation -------------- */

#nav{
/* 	border:1px solid #d5d5d5; */
/* 	-moz-border-radius:3px; */
/* 	-webkit-border-radius:3px; */
/* 	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1); */
/* 	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1); */
	border: 1px solid #CDCDCD;
	box-shadow: 6px;
	-moz-border-bottom-right-radius: 6px;
	-moz-border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-box-shadow: 0px 2px 4px #CDCDCD;
	-webkit-box-shadow: 0px 2px 4px #CDCDCD;
	box-shadow: 0px 2px 4px #CDCDCD;
	background:url(images/nav_bg.gif) repeat;
	height:38px;
	position:relative;
	z-index:1;
	margin:0 0 10px 0;
}

#nav li{
	border-right:1px solid #d5d5d5;
	text-transform:uppercase;
}

#nav li a{
	display:block;
	float:left;
	padding: 10px 22px 11px 22px;
/* 	padding:16px 22px 15px 22px; */
	color:#555555;
	font-weight:bold;
	text-shadow: 0 1px 1px rgb(255, 255, 255);
	font-size: 115%;
}

#nav li a:hover,
#nav li.current-menu-item {
/*	background:#fff; */
}

#nav li.first a:hover{
	-moz-border-radius-topleft:6px;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-left-radius:6px;
}

#nav ul ul{
	background:url(images/nav_dropdown_shadow.gif) repeat-x top;
	padding:6px 0 0px 0px;
	margin:2px 0 0 -1px;
	border:1px solid #d5d5d5;
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	width:240px;
}

#nav ul ul ul{
	background:none;
	margin:-1px 0 0 30px;
	/* IE: margin:-1px 0 0 20px; */
	padding:0px 0 0 0;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
}

#nav ul ul li{
	background:url(images/nav_dropdown_bg.gif) repeat;
	border:none;
	border-bottom:1px solid #e3e3e3;
	border-top:1px solid #fff;
}

#nav ul ul li.first{
	border-top:none;
}

#nav ul ul li.last{
	border-bottom:none;
}

#nav ul ul li.last a{
	padding-bottom:20px;
}

#nav ul ul li a{
	padding: 13px 20px 11px 19px;
	color:#777777;
	font-weight: normal;
}

#nav ul ul li a:hover{
	background:none;
	color:#444;
}

#nav .current_page_item a{
	color:#008000;
}

#nav li.page-item-1888, #nav li.page-item-2551, #nav .page-item-2552, #nav .page-item-2553 {
	background-color: #A20C0C;
}

#nav li.menu-item-3273, #nav li.menu-item-3374, #nav .menu-item-3381, #nav .menu-item-3386 {
	background-color: #A20C0C;
}

#nav li.page-item-1888 a, #nav li.page-item-2551 a, #nav li.page-item-2552 a, #nav li.page-item-2553 a {
	color:#ffffff;
	text-shadow: none !important;
}

#nav li.menu-item-3273 a, #nav li.menu-item-3374 a, #nav li.menu-item-3381 a, #nav li.menu-item-3386 a {
	color:#ffffff;
	text-shadow: none !important;
}

/* THE BODY -------------------------------------------------------------------- */

#the_body{
	position:relative;
	z-index:1;
	line-height: normal;
}

/* Slider -------------- */

#slider{
	background: url(images/slider_bg.gif) repeat;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7);
	height:428px;
	width:710px;
	margin:0 0 20px 0;
	color: white;
}

#archive #slider{
	height:300px;
	margin:0 0 30px 0;
}

#slider .item{
	padding:15px 0 10px 15px;
	width:695px;
	float:left;
}

.coda-slider { 
	padding: 10px; 
	width:660px;
	overflow:hidden;
	height:260px;
}

.coda-slider a { 
	color: white;
}

.slider_image{
/* 	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4); */
/* 	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4); */
	float:left;
	width:275px;
	height:270px;
}

.slider_image a{
	height:270px;
	float:left;
}

#slider .details{
	float:left;
	margin:0 0 0 20px;
	width:365px;
}

#slider .cats{
	margin:0 0 15px 0;
}

#slider .date, #slider .date a{
	font-family:"Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;
	font-style:italic;
	font-size:11px;
	color:#8c8989;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.6);
	margin: 2px 0 12px 0;
}

#slider .date a:hover{
	color:#bfbfbf;
}

#slider .cats span {
	display:block;
	float:left;
	padding:4px 5px 5px 5px;
	font-size:14px;
	color:#fff;
	background:#cc6633;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

#slider .header h2{
	font-weight: normal;
	color:#dddddd;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7);
	font-size:180%;
	margin:0 0 8px 0;
	line-height:26px;
}

#slider .header h2 a{
	color:#dddddd;
}

#slider .header h2 a:hover{
	color:#fff;
}

#slider .excerpt{
	color:#aeaeae;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.6);
	line-height:21px;
	font-size:14px !important;
	
	/*IE 6 bug fix */
	margin-right:-3px;
}

#slider .header, #slider .cats, #slider .date, #slider .excerpt{
	width:375px;
	float:left;
}

#slider_nav{
	height:60px;
	padding:8px 0px 6px 25px;
	background:#171414;
	border-top:7px solid #1d1b1b;
	border-bottom:7px solid #1d1b1b;
	float:left;
	width:685px;
}

#slider_nav li{
	float:left;
	margin-right:12px;
}

#slider_nav li a{
	height:60px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	float:left;
}

#slider_nav li a.current { 
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

/* Post Columns, Post Grid, Category List -------------- */

.grid_4 #sidebar{
margin-left: 40px;
}

.shadow {
	float: left;
	padding: 0px 20px 20px 20px;
	margin-bottom: 20px;
	border: 1px solid #CDCDCD;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0px 2px 4px #CDCDCD;
	-webkit-box-shadow: 0px 2px 4px #CDCDCD;
	box-shadow: 0px 2px 4px #CDCDCD;
	background-color: #FFF8EF;
}

.shadow_premium {
	float: left;
	padding: 0px 20px 20px 20px;
	margin-bottom: 20px;
	border: 1px solid #CDCDCD;
/*	border-left: 1px dashed #00B200;
	border-right: 1px dashed #00B200;
	border-bottom: 1px dashed #00B200;*/
	-moz-border-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-box-shadow: 0px 2px 4px #CDCDCD;
	-webkit-box-shadow: 0px 2px 4px #CDCDCD;
	box-shadow: 0px 2px 4px #CDCDCD;
	background-color: #FFF8EF;
}
.imgpad {
	padding: 24px 24px 0px 24px;
}
.event_premium_title {
	width: 710px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-top-left-radius: 6px;
	-moz-border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.event_premium_title p {
	color: white;
	background: green;
	padding: 3px 20px;
	font-size: 120%;
	font-weight: bold;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-top-left-radius: 6px;
	-moz-border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.event_premium_loop {
	float: left;
	width: 322px;
	background: white;
	margin-top: 20px;
	border: 1px solid #CDCDCD;
}

.event_premium_loop a.ev_title {
	margin: 10px 10px 10px 0px;
	color: green;
	font-weight: bold;
	font-size: 120%;
}

.event_premium_loop .wrapper_t {
	padding: 0px 15px 0px 15px;
}

.event_premium_loop p{
	margin: 0px 10px 10px 10px;
}

#create_event {
	padding: 10px 20px;
	border: 2px dashed #00E000;
	background: green;
	width: 568px;
	margin: auto;
	color: white;
}

#create_event a{
	color: white !important;
	font-weight: bold;
}

#create_event h1, #create_event h2, #create_event h3, #create_event h4, #create_event h5, #create_event h6{
	font-weight: bold;
	width: 100% !important;
	color: white !important;
}

#ai1ec-print-button  {
	display: none !important;
}

.post_columns h4, .post_grid h4, .category_list h4, #sidebar .widget h4, #author h4, #related h4{
/* 	background:url(images/header_bg.png) center repeat-x; */
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#cc6633;
	margin:0 0 15px 0;
}

.post_grid h4{
	width:620px;
}

#author h4, #related h4{
	width:610px;
}

.post_columns h4 span, .post_grid h4 span, .category_list h4 span, #sidebar .widget h4 span, #author h4 span, #related h4 span{
/* 	background-color:#ffffff; */
	padding:0 10px 0 10px;
	margin:20px 0 0 10px;
	font-size: 120%;
}

.category_list h4{
	margin:0 0 15px 0;
}

.category_list h4 a{
	color:#cc6633;
}

.category_list h4 a:hover{
	color:#444444;
}

.posts_nav {
/* 	text-align: right; */
	margin-top: 30px;
}

.posts_nav a {
	color: green;
}

.post_columns .column{
	width:200px;
	float:left;
	margin:0 25px 15px 0;
}

.post_columns h4, .post_grid h4, .category_list h4, /*#sidebar*/ .widget h4, #author h4, #related h4 {
	color: white !important;
	background-color: green;
	margin: 0px 0px 10px -20px;
	padding: 3px 0px;
	-moz-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
/* 	text-shadow: 1px 1px 1px #C6E1AE; */
	font-weight: bold;
}

.post_columns h4.great, .post_grid h4.great, .category_list h4.great, /*#sidebar*/ .widget h4.great, #author h4.great, #related h4.great {
	color: white !important;
	background-color: #00A300;
	margin: 0px -20px;
	padding: 3px 0px;
	-moz-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
/* 	text-shadow: 1px 1px 1px #C6E1AE; */
	font-weight: bold;
}

.post_columns .column input {
	font-size: 28px;
	color: white;
	line-height: 0px;
	height: 50px;
	width: 150px;
	margin-top: 50px;
	background: green;
	border: 1px solid #CDCDCD;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0px 1px 10px #CDCDCD;
	-webkit-box-shadow: 0px 1px 10px #CDCDCD;
	box-shadow: 0px 1px 10px #CDCDCD;
	font-weight: bold;
}

.post_columns .column label {
	font-size: 22px;
	font-weight: bold;
	color: green;
}

.post_columns .column select {
	margin-top: 10px;
	background-color: white;
}

.post_grid, .category_list, .tab{
	margin:0 0 28px 0;
	float:left;
}

.post_columns .column.last{
	margin:0 0 40px 0;
}

.post_columns .column .image a{
	width:184px;
	height:144px;
}

.category_list li .image a, .tab li .image a{
	width:45px;
	height:45px;
}

#author .image{
	width:80px;
	height:80px;
	float:left;
}

.category_list h5{
	line-height:17px;
}

.full_posts .image a{
	display:block;
	width:109px;
	height:109px;
}

.full_posts .image{
	float:left;
}

#related .column .image a{
	display:block;
	width:130px;
	height:94px;
	float:left;
}

#review_star {
/* 	background-image: url("images/review_form.png"); */
/* 	background-position: left -155px; */

}

#cat label{  
	float: left;
	width: 60px !important;
	height: 50px;
}

#cat {
	margin-left: 20px;
}

#comments li .image a{
	float:left;
	width:61px;
	height:61px;
}

#comments li .image{
	float:left;
	width:61px;
	height:61px;
}

.category_list li .image, .full_posts .image{
	margin:0 14px 0 0;
}


.post_columns .column .image a, .post_grid li a, .category_list li .image a, .tab li .image a, .flickr div a, .full_posts .image a, #content img, #author .image, #related .column .image a, #comments li .image{
	padding:2px;
/* 	border:1px solid #c6c6c6; */
/* 	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1); */
/* 	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1); */
	margin:0 0 27px 0; 
	display:block;
}

#fullwidth .post_columns .column .image a, .post_grid li a, .category_list li .image a, .tab li .image a, .flickr div a, .full_posts .image a, #content img, #author .image, #related .column .image a, #comments li .image {
	padding: none !important;
	border: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	margin: none !important;
}


.post_columns .column .image a:hover, .category_list li .image a:hover, .tab li .image a:hover, .full_posts .image a:hover, #related .column .image a:hover, #comments li .image a:hover{
/* 	border:1px solid #999; */
}


.post_columns .column h3, #related .column h3 a{
	display:block;
	color:green;
	font-size:130%;
	font-weight:bold;
	line-height:25px;
	margin: 0 0 15px 0;
	line-height:24px;
}

.post_columns h3 a{
	color:green;
}

.post_columns h3 a:hover, #related .column h3 a:hover{
	color:#cc6633;
}

.post_columns .column .date, .category_list li .details .date, .tab li .details .date, .full_posts .details .date{
	font-family:"Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;
	font-style:italic;
	font-size:11px;
	color:#aaaaaa;
	margin: 0 0 15px 0;
}

.category_list li .details .date, .category_list li .details .date a, .tab li .details .date, .tab li .details .date a, .full_posts .details .date a{
	margin:0;
}

.post_columns .column .date a, .category_list li .details .date a, .tab li .details .date a, .full_posts .details .date a{
	color:#aaaaaa;
}

.post_columns .column .date a:hover, .category_list li .details .date a:hover, .tab li .details .date a:hover, .full_posts .details .date a:hover{
	color:#444444;
}

.post_columns .column .excerpt p{
	font-size:14px;
	line-height:150%;
}

.post_grid li{
	float:left;
	margin:0 12px 12px 0;
}

.category_list ul, .post_grid ul, .tab ul{
	float:left;
}

.post_grid li a{
	width:61px;
	height:61px;
	margin:0;
}

.post_grid li.last{
	margin:0 0 12px 0;
}

.post_grid li a:hover, .flickr div a:hover{
	border:1px solid #999;
}

#post-tags {
	background: transparent url(images/icons.png) no-repeat 0px -104px;
	font-style: italic;
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 22px;
}

#about-author {
	padding: 20px 20px 20px 20px;
	margin-bottom: 20px;
	border: 1px solid #CDCDCD;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0px 2px 4px #CDCDCD;
	-webkit-box-shadow: 0px 2px 4px #CDCDCD;
	box-shadow: 0px 2px 4px #CDCDCD;
	background-color: #E0EFE2;
}

#about-author .about-author-left {
	width: 82%;
	float: left;
}

#about-author .about-author-left p{
	margin: 0px;
}

#about-author .about-author-right {
	float: right;
	width: 15%;
}

.category_list li, .tab li{
	float:left;
	border-bottom:1px solid #e2e2e2;
	padding:15px 0 15px 0;
}

.category_list li.last, .tab li.last{
	border:none;
}

.category_list li .image, .tab li .image{
	float:left;
}

.category_list li .image a, .tab li .image a{
	margin:0;
}

.category_list li .details{
	float:left;
	width:226px;
}

.category_list li .details h5 a, .tab li .details h5 a, .full_posts .details h5 a{
	font-size:12px;
	font-weight:normal;
	color:#444444;
}

.category_list li .details h5 a:hover, .tab li .details h5 a:hover, .full_posts .details h5 a:hover{
	color:#cc6633;
}

.page-link {
	
}
/* Footer -------------------------------------------------------------------- */

#footer_border{
	height:8px;
	border-bottom:1px solid #fff;
	
	/* IE fix */
	font-size:1px;
	
	width:100%;
	background:url(images/footer_border.gif) repeat;
	margin:20px 0 40px 0;
}

#footer{
	background-color: #FFF8EF;
	color: #333;
	width: 1020px;
	margin: auto;
	padding: 0px 0px;
	border: 1px solid #CDCDCD;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0px -2px 4px #CDCDCD;
	-webkit-box-shadow: 0px -2px 4px #CDCDCD;
	box-shadow: 0px -2px 4px #CDCDCD;
}

#footer .widget h4 {
	background-color: #FFF8EF;
	color: #006600;
}

#footer_wrapper {
	margin-left: 15px;
}

#footer .container_12 {
	padding-top: 20px;
}

#footer .container_12 .grid_3 {
	width: 235px;
}

#footer_bottom{
	height: 33px;
	padding:13px 0px 0px 0px;
	color: #444;
}

#footer_bottom a{
	color: #008000;
}

#footer #footer_bottom p{
	font-size:11px;
}

#footer h4{
	display:block;
	font-size:18px;
	font-weight:bold;
	color:#C6E1AE;
	margin:0 0 10px 0;
	border-bottom: 1px solid #CDCDCD;
	padding-bottom: 10px;
}

#footer h4 span{
	color: #060;
	font-size: 125%;
}

#footer .widget{
	margin:0 0 25px 0;
}

#footer p, #footer #twitter_update_list{
/* 	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7); */
	font-size:12px;
	margin:0 0 25px 0;
}

#footer #twitter_update_list li{
	padding-bottom:15px;
}
	
#footer #twitter_update_list{
	margin: 0 0 20px 0;
}

#sidebar #twitter_update_list{
	font-size:12px;
	margin:0 0 25px 0;
}
	
#sidebar #twitter_update_list{
	margin: 0;
}

#sidebar #twitter_update_list li{
	border-bottom:1px solid #ebebeb;
	border-top: 1px solid #fff;
	padding:10px 0;
	margin:0;
}

#sidebar #twitter_update_list li.first{
	border-bottom:1px solid #ebebeb;
	border-top:none;
	padding:0 0 10px 0;
}

#sidebar #twitter_update_list li.last{
	border-bottom:none;
	border-top: 1px solid #fff;
	padding:10px 0 25px 0;
}

#sidebar #twitter_update_list li a, #sidebar a.twitter-link{
	color:#cc6633;
	border-bottom:1px solid #e2e2e2;
}

#sidebar #twitter_update_list li a:hover, #sidebar a:hover.twitter-link{
	border-bottom:1px solid #f1cba5;
}


#footer a{
	color:#006600;
}

#footer a:hover{
	color:#CDCDCD;
}

#footer li{
	padding: 5px 0px 5px 0px !important;
	margin:0;
	border-bottom: 1px dotted #CDCDCD;
}

#footer li.first, #footer li:first-child{
	padding: 0 0 12px 0;
	margin:0;
}


#footer li.last{
	border-bottom:none;
	padding-bottom:0;
}

/* Sidebar -------------------------------------------------------------------- */

#sidebar{
	float:left;
	width:300px;
}

#sidebar p{
	margin:0 0 15px 0;
}

#sidebar .widget.custom-widget-1 #wrap{
	border: 1px solid #CDCDCD;
	height: 80px;
	margin-bottom: 10px;
	padding: 3px;
	background-color: white;
	cursor: pointer;
}

#sidebar .widget.custom-widget-1 #wrap a{
	color: #444;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}

#sidebar .widget.custom-widget-1 #wrap a.tag {
	color: #444;
	font-weight: normal;
	font-size: 13px;
	text-transform: none;
}

#sidebar .widget.custom-widget-1 #rele1 {
	width: 80px;
	height: 80px;
	float: left;
}

#sidebar .widget.custom-widget-1 #rele2 {
	width: 155px;
	height: 70px;
	float: right;
	text-align: right;
	padding-top: 10px;
	padding-right: 7px;
}

#sidebar .widget{
	float: left;
	margin: 0 0 20px 0;
	width: 260px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0px 2px 4px #CDCDCD;
	-webkit-box-shadow: 0px 2px 4px #CDCDCD;
	box-shadow: 0px 2px 4px #CDCDCD;
	border: 1px solid #CDCDCD;
	padding: 0px 15px 15px 15px;
	background-color: #FFF8EF;
}

#sidebar #text-3 form {
	height: 172px;
}


#sidebar #text-4 {
	padding: 0px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	background: none !important;
}

#sidebar .widget h4 {
	width: 290px;
	margin-left: -15px;
}

#sidebar .widget input{
	width:235px;
	margin:0;
}

#sidebar .widget .details{
	float:left;
	width:70px;
}

#sidebar #tz_ad300_widget-3, .widget.tz_ad300_widget, #tz_ad_widget-3 , .widget.tz_ad_widget, #tz_ad120x240_widget-2, .widget.tz_ad120x240_widget, #none-border {
	padding: 0 !important;
	box-shadow: none !important;
	-moz-border-radius: none !important;
	border-radius: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	background: none !important;
}

#sidebar #tz_ad300_widget-3 h4, .widget.tz_ad300_widget  h4, #tz_ad_widget-3 h4, .widget.tz_ad_widget h4 , #tz_ad120x240_widget-2 h4, .widget.tz_ad120x240_widget h4 {
	display: none !important;
}

/* Twitter & RSS -------------- */


#sidebar .tz_rsstwitter_widget {
	margin: 0 0 25px 0;
}

.rss_widget, .twitter_widget{
	float:left;
}

.rss_widget{
	padding:0 25px 0 25px; 
}

.twitter_widget{
	padding:0 25px 0 0; 
}

span.icon{
	float:left;
	margin:5px 10px 0 0;
}

span.count{
	float:left;
	font-size:21px;
	font-family:"Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;
}

a span.count{
	color:#444444;
	float:left;
}

span.desc{
	float:left;
	font-size: 11px;
	font-family:"Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;
}

a span.desc{
	color:#888888;
	float:left;
}

a:hover span.desc{
	color:#444444;
}

/* Advert -------------- */

#sidebar .advert li{
	float:left;
	margin:0 0 10px 0;
}

#sidebar .advert li a{
	width:125px;
	height:125px;
	display:block;
	background:url(images/header_advert_border.gif) repeat;
	padding:10px;
}

#sidebar .advert li a:hover{
	background:url(images/header_advert_border_hover.gif) repeat;
}

#sidebar .advert li.left{
	margin:0 10px 10px 0;
}

/* TABS -------------- */

.tabs{
	float:left;
	/*background: url(images/header_advert_border.gif) repeat;*/
	/*padding:10px;*/
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.tab_wrap{
	background:#fff;
	border:1px solid #d2d2d2;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	float:left;
}

.tabs ul.nav{
	float:left;
	background:url(images/nav_bg.gif) repeat;
	/*IE 6 fix 
	width:278px;
	*/
	width:260px;
	height:43px;
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
}

.tabs ul.nav li a{
	display:block;
	padding:12px 0 11px 0;
	text-align:center;
	background:url(images/tab_border.gif) repeat-y left;
}

.tabs ul.nav li a:hover{
	background:url(images/tab_border.gif) repeat-y left #fff;
}

.tabs ul.nav li{
	float:left;
	width:25%;
	border-bottom:1px solid #d9d9d9;
}

.tabs ul.nav li.tab_nav_1{
	width:25%;
}

.tabs ul.nav li.tab_nav_2{
	width:25%;
}

.tabs ul.nav li.tab_nav_3{
	width:30%;
}

.tabs ul.nav li.tab_nav_4{
	width:20%;
}

.tabs ul.nav li.ui-tabs-selected{
	border-bottom:none;
}

.tabs ul.nav li.ui-tabs-selected a{
	background:url(images/tab_border.gif) repeat-y left #fff;
}

.tabs ul.nav li.first a{
	background-image:none;
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
}

.tabs ul.nav li.first a:hover{
	background-image:none;
}

.tabs ul.nav li.last a{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
}

.tabs .tab{
	float:left;
	padding:0;
	margin:0;
}

.tab li{
	float:left;
	width:224px;
	padding:12px 18px;
}

.tab li:first-child {
	padding: 20px 18px 12px 18px;
	}

.tabs .tab_tags { padding: 15px;
}

.tab_tags a{
	float:left;
	display:block;
	padding:3px 8px;
	background:#efefef;
	color:#444;
	margin: 0 4px 4px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.tab_tags a:hover{
	background:#cc6633;
	color:#fff;
}

.tab li .image{
	float:left;
}

.tab li .details{
	float:left;
	margin:0 0 0 14px;
}

.tab li .details h5, .tab li .details .date{
	float:left;
	width:175px;
}

.tab li .details h5 a{
	float:left;
	cursor:pointer;
}

/* Search -------------- */
#sidebar .widget_search {
	margin: 0 0 25px 0;
}

/* Video -------------- */

.video{
	padding:5px;
	background:url(images/header_advert_border.gif) repeat;
	float:left;
}

/* Flikr -------------- */

#sidebar .widget .flickr div{
	float:left;
	margin:0 10px 10px 0;
}

#sidebar .widget .flickr img{
	width:61px;
	height:61px;
}


#sidebar .flickr div.last{
	margin:0 0px 10px 0px;
}

#sidebar .flickr div a{
	float:left;
	display:block;
	width:61px;
	height:61px;
	margin:0;
}

#footer .widget .flickr div{
	float:left;
	margin:0 10px 10px 0;
}

#footer .widget .flickr img{
	width:60px;
	height:60px;
}

#footer .flickr div.last{
	margin:0 0px 10px 0px;
}

#footer .flickr div a{
	float:left;
	display:block;
	width:60px;
	height:60px;
	margin:0;
	padding:2px;
	border:1px solid #221e1e;
	background:url(images/footer_bg.gif) repeat;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}

.post_grid li a:hover, .flickr div a:hover{
	border:1px solid #999;
}

/* Half widgets -------------- */

.widget .half{
	width:140px;
	margin:0 20px 0 0;
	float:left;
}

.widget .half.last{
	margin:0 0px 0 0;
}

.widget .half .wrap{
	margin:0 0px 25px 0;
}

.sidebar_ad{
	float:left;
}

.sidebar_ad a{
	display:block;
	padding:10px;
	height:240px;
	float:left;
	background:url(images/header_advert_border.gif) repeat;
}

.sidebar_ad a:hover{
	background:url(images/header_advert_border_hover.gif) repeat;
}

.widget li a{
	color:#444444;
}

.widget li a:hover{
	color:#cc6633;
}

.widget li{
	margin:0 0 5px 0;
}

.widget ul,ol{
	line-height: 150%;
}

/* archive list -------------- */

.full_posts .details h5 a{
	font-size:14px;
}

.full_posts li{
	float:left;
	width:610px;
	border-top:1px solid #e2e2e2;
	padding:25px 0 25px 0;
}

.full_posts li.first{
	border-top:none;
	padding:5px 0 25px 0;
}


.full_posts li .image a{
	margin:0;
}

.full_posts .details h5{
	font-size:14px;
	margin:0 0 5px 0;
}

.full_posts .details{
	float:left;
}

.full_posts .details.no_thumb p{
	width:610px;
}

.full_posts .details p{
	margin:11px 0 0 0;
	padding:0;
	font-size:12px;
	line-height:20px;
	width:480px;
}

/* Pagination -------------- */

.pagination{
	width:620px;
	float:left;
/* 	border-top:1px solid #e2e2e2; */
	padding:45px 0 45px 0;
}

.pagination.comments{
	border:none;
}

.pagination span.pages{
	float:left;
	display:block;
	font-family:"Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;
	font-style:italic;
	font-size:12px;
	color:#666666;
	padding:3px 20px 0 0;
}


.pagination a, .pagination span.current{
	display:block;
	float:left;
	padding:3px 9px 2px 9px;
	border:1px solid #c6c6c6;
	color:#999;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
	margin:0 6px 0 0;
}

.pagination a:hover{
	border:1px solid #999;
	color:#444444;
}

/* Breadcrumb -------------- */

#breadcrumb {
	width: 1020px;
	margin: 0px auto;
	padding: 0px 0px 10px 50px;
}

.breadcrumb{
	font-size:11px;
	color:#666;
}

.single .breadcrumb, .page .breadcrumb {
	width: 1000px;
}

#fullwidth .breadcrumb {
	width: 910px!important;
}

.breadcrumb a{
	color:#666;
}

.breadcrumb a:hover{
	color:#444444;
}

.description.archive p{
	width:620px;
}

.description p, .description h1, .error p, .error h1{
	width:610px;
	float:left;
	font-size:12px;
	padding:0 0 25px 0;
	background:url(images/header_bg.gif) repeat-x bottom;
	margin:0 0 25px 0;
}

.error p, .error h1{
	background:none;
	margin:0;
}

.description h1, .error h1{
	font-size:22px;
	font-weight:normal;
	margin:0 0 18px 0;
	line-height:28px;
	width:100%;
}


.description{
	float:left;
	width:100%;
}

.single .description, .page .description {
	width: 668px;
}

#fullwidth .description {
	width: 940px;
}

.error input{
	width:350px;
	margin:0 0 25px 0;
}

/* meta -------------- */

.meta{
	float:left;
	width:610px;
	font-size:11px; font-family:"Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;
	font-style:italic;
	color:#999;
	margin:0 0 18px 0;
}

.meta a{
	color:#999;
}

.meta a:hover{
	color:#444444;
}

/* Main Content -------------- */

.single #content, .page #content {
	width: 668px;
}		

#fullwidth #content {
	width: 960px;
}

#fullwidth {
	width: 960px;
}

#slider_fullwidth {
	margin: auto;
}

.grid_8 .shadow .post_columns h4 {
	width: 709px;
}

.grid_8 .shadow_premium .post_columns h4 {
	width: 710px;
	margin: 0px 0px 10px -21px;
}

#content form{
	display:block;
	float:left;
	padding:25px 0 0 0;
}

#content form p{
	float:left;
	width:100%;
	margin:0 0 10px 0;
}

#content .wpcf7-form input[type="submit"]{
	background: buttonface;
	border: 2px outset buttonface;
	color: buttontext;
	cursor: pointer;
}

#content .wpcf7-form img.ajax-loader {
	clear: both;
	float: none;
}

#content textarea{
	margin:0 0 0 0;
	width:585px;
	float:left;
}

#content label{
	width:100%;
	display:block;
	float:left;
	padding:0 0 5px 0;
}

#content button{
	background:url(images/button_bg.gif) repeat-x;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	float:left;
	cursor:pointer;
	width:auto;
	color:#666666;
	font-size:13px;
	font-weight:bold;
	border:1px solid #d5d5d5;
	padding:10px;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

#content button:hover{
	background:#fff;
}

label.error{
	color:#F00;
	font-style:italic;
	margin: 10px 0 0;
}

#info {
	float: left;
	width: 340px;
	margin-bottom: 20px;
	line-height: 150%;
}

#content .meta_title {
	color: green;
	margin-bottom: 40px;
}

#content #content_wrapper {
/* 	height: 133px; */
	margin-top: 25px;
	border-bottom: 1px dotted #CDCDCD;
}

#content_left {
	float: left;
	width: 19%;
}

#content_right {
	float: right;
	width: 80%;
}

#content_right h5 {
	width: 534px !important;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 10px auto;
}

#content a img.aligncenter {
    float: none;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 10px;
}

.alignright{
	float:right;
	margin: 5px 0 10px 20px;
}

#content img.alignright{
	float:right;
	margin:0 0 25px 30px;
}

#content a img.alignright {
    float:right;
    margin: 5px 0 10px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 10px 0;
}

#content img.alignleft{
	float:left;
	margin:0 25px 10px 0;
}

#content a img.alignleft {
    float:left;
    margin: 5px 20px 10px 0;
}

#content .wp-caption img{
/*	float:left; */
	margin:0;
}

#content .wp-caption p{
	text-align:center;
	font-family:"Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;
	font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}

#content .wp-caption.alignnone {
    margin: 5px 20px 10px 0;
}

#content .wp-caption.alignleft{
	float:left;
	margin: 5px 20px 10px 0;
}

#content .wp-caption.alignright{
	float:right;
	margin: 5px 0 20px 20px;
}
/*
#content .entry-content p{
	margin: 0 !important;
	line-height: normal !important;
}*/

#content #ph_social_share_bottom {
	margin: 30px 0px 30px 20px;
	width: 100%;
	float: left;
}

#content .details {
/* 	float: right; */
	width: 534px;
	margin-bottom: 10px;
/* 	border-top: 1px solid #C6E1AE; */
/* 	padding-top: 3px; */
}

#content img{
	float:left;
	margin-right: 20px;
	max-width: 668px;
}

#fullwidth #content img {
	float: none !important;
	margin-right: none !important;
}

#content img.thumbnail_special {
	width: 60px;
	height: 60px;
	margin-bottom: 10px;
	margin-right: 20px;
	float: left;
}

#content img.thumbnail_special {
	margin-top: 12px;
}

#content .social_frame {
/* 	margin-left: 467px; */
	width: 668px;
	margin-bottom: 10px;
	height: 23px;
}

#content #info .social_frame {
	width: 340px;
} 

#content .social_align {
	float: right;
	margin-right: -20px;
}

#content ul li{
	list-style:inside disc;
	line-height: 22px;
}

#content ul, #content ol{
	margin:0 0 25px 30px;
}

#content ul ul, #content ol ol{
	margin:0 0 0 0;
}

#content li li{
	margin:0 0 0 15px;
}

#content ol li{
	list-style:inside decimal;
	line-height: 22px;
}

#content p{
	font-size:14px;
	line-height:22px;
	margin:0 0 20px 0;
/* 	min-height: 66px; */
}

#content span.one_half{
	float:left;
	width:48%;
	padding:0 20px 25px 0;
}

#content span.one_third{
	float:left;
	width:31%;
	padding:0 20px 25px 0;
}

#content span.one_half.last, #content span.one_third.last{
	padding:0 0 25px 0;
}

#content a, #author a, .comment .details p a{
	color:#cc6633;
	line-height: 0.9;
}

#content .details .comment {
/* 	background: transparent url(images/icons.png) no-repeat 0px -49px; */
/* 	background-position: 0px 1px; */
/* 	padding-left: 20px; */
}

#content a:hover, #author a:hover, .comment .details p a:hover {
	border-bottom:1px solid #bbb;
}

.more-link {
	background-color: green;
	color: white;
	padding: 0px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#content a.more-link {
	color: white !important;
}

#fullwidth #content img.captcha-img-align {
	float:left !important;
}

img.captcha-img-align {
	float:left !important;
}

.captcha-text-align {
	float:left !important;
}

#content blockquote{
	font-family:"Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;
	font-size:12px;
	font-style:italic;
	line-height:22px;
	background:url(images/quote.png) no-repeat top left;
	padding:0 50px 0 50px;
	margin:0 0 30px 50px;
}

#fullwidth #content h1,#fullwidth #content h2,#fullwidth #content h3,#fullwidth #content h4,#fullwidth #content h5,#fullwidth #content h6 {
	width: 100% !important;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6{
	margin:0 0 10px 0;
	font-weight: normal;
	width: 668px;
	color: green;
	line-height: 35px;
}

/* Custom fiels , post meta ------------ */
#content .post-meta {
	margin: 0;
}

#content .post-meta li{
	list-style: none;
}

.post-meta-key{
	font-weight: bold;
}

.post-meta{
	
}

/* Author bio -------------- */

#author{
	margin:10px 0 2px 0;
}

#author p{
	padding:0 0 0 20px;
	float:left;
	width:510px;
	line-height:22px;
}

/* Related posts -------------- */

#related{
	margin: 0 0 60px 0;
}

#related .column{
	width:150px;
	margin:0 22px 0 0;
	float:left;
}

#related .column h3 a{
	font-size:12px;
	line-height:20px;
}

#related .column img {
	margin: 0 !important;
}

#related .column.last{
	margin:0 0 0 0;
}

/* Comments -------------- */

#comments{
	margin:20px 0 20px 0 ;
}

#comments h3, #respond h3{
	font-weight:normal;
	font-size:16px;
	display:block;
	float:left;
	width:668px;
/* 	padding:0 0 20px 0; */
	background:url(images/header_bg.gif) repeat-x bottom;
	margin:0 0 0px 0;
}

#comments .image{
	float:left;
}

#comments ol{
	margin:0px 0 0 0;
}


#comments ol.pinglist li{
	padding:0;
	margin:0;
	border:none;
	width:100%;
}

#comments ol.pinglist li a{
	font-weight:normal;
}

#comments h3.pingheader{
	margin:80px 0 0 0;
}

#comments ol, #comments ul{
	width:668px;
	float:left;
}

#comments ol ul{
	width:510px;
	float:left;
	border-left:1px solid #e2e2e2;
	margin:15px 0 0 30px;
	padding:15px 0 0 50px
}


#comments ol ul ul{
	width:470px;
	margin:8px 0 0 30px;
}

#comments ol ul ul ul{
	width:451px;
}

#comments ol ul ul ul ul{
	width:397px;
}

#comments ol ul ul ul ul ul{
	width:344px;
}

#comments ol ul .line{
	width:30px;
	height:50px;
	position:absolute;
	border-bottom:1px solid #e2e2e2;
	margin:-10px 0 0 -50px;
}

#comments ol ul li{
	padding:17px 0px 17px 0px;
	border:none;
}

#comments ol ul .details {
	margin: 0 0 0 20px;
	float:left;
	width:415px;
}

#comments ol ul ul .details {
	width:325px;
}

#comments ol ul ul ul .details {
	width:270px;
}

#comments ol ul ul ul ul .details {
	width:240px;
}

#comments ol ul ul ul ul .details {
	width:180px;
}

#comments ol li{
	padding:27px 10px 27px 10px;
	border-bottom:1px dotted #CDCDCD;
	float:left;
	width: 648px;
}

#comments ul li{
	padding:27px 0 27px 0;
}

#comments .details {
	margin: 0 0 0 20px;
	float:left;
	width:500px;
}

#comments .details .name span.date{
	font-size:11px;
	font-family:"Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;
	color:#999;
	font-style:italic;
	padding-left: 5px;
}

#comments .details .name span.date a{
	color:#999;
}

#comments .details .name a{
	font-size:12px;
}

#comments .details .name{
	margin:0 0 15px 0;
}

#comments .details .name span.author a:hover, #comments .details .name span.date a:hover, #respond a:hover, ol.pinglist li a:hover{
	color:#cc6633;
}

#comments .details .name span.author a, #respond a, ol.pinglist li a{
	font-weight:bold;
	color:#444444;
}

#comments .comment-reply-link {
	background-color: green;
	color: white;
	padding: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#comments a.comment-reply-link {
	color: white !important;
}

/* respond -------------- */

#respond form{
	display:block;
	float:left;
	padding:25px 0 0 0;
}

#respond{
	float:left;
	width:668px;
	margin: 25px 0 0 0;
}

ul #respond, ul #respond h3{width:520px;}
ul #respond textarea{width:490px;}

ul ul #respond, ul ul #respond h3{width:370px;}
ul ul #respond textarea{width:340px;}

ul ul ul #respond, ul ul ul #respond h3{width:290px;}
ul ul ul #respond textarea{width:260px;}

#respond p{
	float:left;
	width:100%;
	margin:0 0 20px 0;
}

#respond input{
/* 	margin:0 18px 0 0; */
/* 	width:45%; */
/* 	float: left; */
}

#respond textarea{
/* 	margin:0 0 0 0; */
/* 	width:585px; */
/* 	float:left; */
}

#respond label, .cancel-comment-reply{
	display:block;
	padding:10px 0 0 0;
}

#respond input.btn{
	background:url(images/button_bg.gif) repeat-x;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	float:left;
	cursor:pointer;
	width:auto;
	color:#666666;
	font-size:13px;
	font-weight:bold;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	border: 1px solid #d5d5d5;
}

/* Mandatory styling for tabs */
.ui-tabs .ui-tabs-hide {
     display: none;
}

.nav-next{
	float:left;
}

.nav-previous{
	float:right;
}

/*------------------------------------

 -------------------------------------*/
 
#offer {
	background-color: #E0EFE2;
	border: 2px dotted green;
	padding: 20px;
	margin: 20px 0px;
	text-align: center;
}

#offer h2 {
	width: 624px;
}

.post_columns .column input.buttonplay:hover {
	cursor: pointer;
	font-size: 30px;
}

/* 	===============================
	PLUGIN WP REALTIME SITEMAP
	===============================	*/
#wp-realtime-sitemap-bgmp, #wp-realtime-sitemap-ps_promotion, #wp-realtime-sitemap-ai1ec_event {
	display: none;
}
/* 	===============================
	AGENDA
	===============================	*/
#slider .thenly {
color: #DDD !important;
}
#slider .ai1ec-label {
color: white !important;
text-shadow: none !important;
}
.thenly .btn_custom{
display: inline-block;
padding: 10px 25px 10px;
margin-bottom: 0;
font-size: 13px;
line-height: 16px;
color: #ffffff !important;
text-align: center;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
vertical-align: middle;
background-color: whiteSmoke;
background-image: -moz-linear-gradient(top, #C6E1AE, green);
background-image: -ms-linear-gradient(top, #C6E1AE, green);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#C6E1AE), to(#green));
background-image: -webkit-linear-gradient(top, #C6E1AE, green);
background-image: -o-linear-gradient(top, #C6E1AE, green);
background-image: linear-gradient(top, #C6E1AE, green);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
border-color: #E6E6E6 #E6E6E6 #BFBFBF;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
border: 1px solid #CCC;
border-bottom-color: #B3B3B3;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
cursor: pointer;
text-shadow: none;
}