@import "t4afont.css";

.admin-bar .navbar-fixed-top {
    margin-top: 30px;
}

input#adminbar-search {
    box-shadow: none !important;
    border: none !important;
}


#t4a_content_sidebar .widget table {
    width: 100% !important;
    padding-right: 20px !important;
}

@media (max-width: 800px) {
    .admin-bar .navbar-fixed-top {
        margin-top: 46px;
    }
}

/* Fonts */

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

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

}

.icon-color-hot { color: #F90; }
.icon-color-ok  { color: #1C941C; }
.icon-color-cancel { color: #DF0B01; }
.icon-color-disabled { color: #CCC; }

.icon-color-obsolete {
  font-size: 13px !important;
  color: #b56060 !important;
  margin-left: 4px !important;
  width: 14px !important;
  float: unset !important;
  display: inline-block !important;
}

.icon-color-obsolete:hover { color: #F00 !important; }
   

.icons-ul {
	list-style: none;
	padding-left:10px;
}
.icons-ul li i {
	width: 26px;
	display: inline-block;
}

.no_underline a,
.no_underline a:link,
.no_underline a:visited,
.no_underline a:active {
	border-bottom: none !important;
}
/* spinners */

.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% { -moz-transform: rotate(0deg); }
  100% { -moz-transform: rotate(359deg); }
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg); }
}
@-o-keyframes spin {
  0% { -o-transform: rotate(0deg); }
  100% { -o-transform: rotate(359deg); }
}
@-ms-keyframes spin {
  0% { -ms-transform: rotate(0deg); }
  100% { -ms-transform: rotate(359deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(359deg); }
}

@-moz-document url-prefix() {
  .icon-spin { height: .9em; }
  .btn .icon-spin { height: auto; }
  .icon-spin.icon-large { height: 1.25em; }
  .btn .icon-spin.icon-large { height: .75em; }
}

/* Blinking envelope */

@-webkit-keyframes blinker {  
  from { opacity: 1.0; }
  to { opacity: 0.0; }
}

@keyframes blinker {  
  from { opacity: 1.0; }
  to { opacity: 0.0; }
}

.css3-blink {
  -webkit-animation-name: blinker;  
  -webkit-animation-iteration-count: infinite;  
  -webkit-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
  -webkit-animation-duration: 2s; 
}

i.css3-blink {
	color: #F09000;
	visibility: visible;
	font-size: 14px;
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

/* Regular CSS */

* {
	padding:0;
	margin:0;
	outline-color: #F90;
	/* margin-left: auto; */
	/* margin-right: auto; */
}
html {
    -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
	-webkit-font-smoothing: antialiased;
	text-rendering: geometricPrecision;
}
a { 
	text-decoration: none; 
	color: inherit;
}
ol,ul { list-style-position: inside; }

body {
	background: #F2F2F2 url(images/t4a_header_repeat.png) repeat-x top left;
	font-family: abelregular, Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #222;
	counter-reset: figure;
}

blockquote {
	font-style: italic;
	width: 500px;
	margin: 10px 20px;
	padding: 10px 30px;
	line-height: 1.45;
	position: relative;
	color: #CB6335;
	border-left: 1px solid #DDD;
}
blockquote:before {
	display: block;
	content: "“";
	font-size: 80px;
	position: absolute;
	left: -26px;
	top: -20px;
	color: #666;
	/* background-color: #F2F2F2; */
	background-color: transparent;
	height: 60px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
blockquote cite {
	float: right;
	padding-top: 10px;
}

span.searchwp-highlight {
    background-color: #FF0;
}

/* keyboard button */
span.t4a_key {
    box-shadow: rgb(132 132 132 / 0.16) 1px 1px 4px 1px;
    text-shadow: none;
    font-weight: bold;
    margin-right: 4px;
    margin-left: 4px;
    font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
    font-size: 14px;
    padding: 0.2em 1em;
    border: 1px solid;
    border-color: #d6d6d6 #b4b4b4 #b4b4b4 #d6d6d6;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #F2F2F2;
    background-image: -moz-linear-gradient(top, #FCFCFC, #E0E0E0);
    background-image: -o-linear-gradient(top, #FCFCFC, #E0E0E0);
    background-image: -webkit-linear-gradient(top, #FCFCFC, #E0E0E0);
    background-image: linear-gradient(top, #FCFCFC, #E0E0E0);
}

#cookie-notice .cn-button {
    padding: 0 10px;
}

#t4a_content_content blockquote p {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}

#t4a_content_content blockquote {
	margin-bottom: 20px;
	margin-left: 60px;
}

.t4a_comments blockquote { color:#222; background-color: transparent; }
.t4a_comments blockquote:before { content:''; }
cite {
	color: #444;
	font-size: 14px;
	display: block;
	margin-top: 5px;
}
blockquote cite:before {
	content: "— ";
}
#t4a_body {
	padding:0;
	/* text-shadow: 1px 1px 1px #FFF; */
	width:100%;
}
.t4a_default_cursor { cursor:default; }
#t4a_mini_nav {
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	z-index: 1000;
}

#t4a_header,
#t4a_content,
#t4a_footer {
	width:100%;
	float:left;
	display: block;
	border:none;
	overflow:visible;
}
#t4a_header_logo,
#t4a_header_title,
#t4a_content_sidebar {
	float:left;
	display: block;
	border:none;
}

#t4a_content_content,
#t4a_header_buttons,
#t4a_header_search {
	float: right;
	display: block;
	border:none;
}

/* Start widths: 1000 base */

.pull-right { float:right; }

.t4a_orange {
	color: #F90;
}

/* Header */
#t4a_header {
	background:url(images/t4a_header.png) no-repeat center top;
	height: 235px;
}

.t4a_header_row {
	clear:both;
	padding: 0 20px;
}

#t4a_header label,
#t4a_header_search_mobile label {
	display: none;
}

	/* Header ROW 1 */
	#t4a_header_logo {
		width: auto; 
	}
	
		#t4a_logo_image {
			float:left;
			width: 117px;
			height: 103px;
			background: url(images/tweaking4all_logo.png) no-repeat left top;
		}
	
		#t4a_tweaking4all_title {
			font-size: 42px;
			color: #666;
			height: 1.5em;
			float: left;
			text-shadow: 0 1px #FFF;
			padding: 13px 0 0 10px;
			font-family: Tahoma, Verdana, Trebuchet MS;
		}
		
		#t4a_tweaking4all_title a {
			text-decoration: none;
			color: #666;
		}
	
	#t4a_header_buttons {
		height: 80px;
		font-size: 17px;
	}
	
	#t4a_header_buttons ul {
		list-style-type:none;
		display:block;
	}
	
	#t4a_header_buttons ul li {
		float: left;
		line-height: 32px;
		margin: 42px 5px 0 0;
		padding: 0 5px 0 5px;
		color: #000;
		/* text-shadow: 1px 1px 1px #FFF; */
	}
	
	#t4a_header_buttons ul li a {
		color: #666;
		padding-bottom:3px;
	}
	#t4a_header_buttons ul li a.t4a_active:hover,
	#t4a_header_buttons ul li a:hover {
		color: #CB6335;
		border-bottom: 4px solid #F90;
		/* text-shadow: 0 0 2px #FFDEAD; */
	}
	#t4a_header_buttons ul li a.t4a_active {
		color: #666;
		border-bottom: 3px solid #F90;
		padding-bottom:3px;
	}
	#t4a_last_header_button {
		margin-left: 20px !important; 
		margin-right: 0 !important; 
		padding-right: 0 !important;
	}
	#t4a_last_header_button i {
		font-size: 14px;
	}

	/* Header ROW 2 */
	#t4a_header_title {
		height: auto;
		padding: 23px 0 0 127px;
	}
	
	#t4a_header_title h1 a {
		font-size: 24px;
		color: #FFF;
		height: 1em;
		font-weight: lighter;
		float: left;
		text-decoration: none;
		text-shadow: 0px 2px 2px #600;
	}
	
	#t4a_header_title h1 a i {
		font-size: 20px !important;
		width: 30px;
		display: inline-block;
	}
	
	#t4a_header_search {
		margin-top: 22px;
		position: absolute;
		right: 20px;
	}
	
	/* Header ROW 3 */
	#t4a_breadpages {
		float: right;
		font-size: 14px;
		margin-top: -34px;
		color: #555;
		text-shadow: 1px 1px 1px #F5F5F5;
		white-space: nowrap;
	}
	#t4a_rss_header {
		font-size: 22px;
		margin-left: 10px;
	}
	#t4a_rss_header a,
	#t4a_rss_header a:link,
	#t4a_rss_header a:active,
	#t4a_rss_header a:visited,
	#t4a_rss_header a:hover {
		border: none !important;
	}
	
	
/* Content */

#t4a_content_content {
	width: 71.5%;
	white-space: normal;
	padding: 45px 20px 25px 10px;
	margin-top: -45px;
}
#t4a_content_content h1,
#t4a_content_content h2,
#t4a_content_content h3,
.just_orange h4 a,
#t4a_content_content h4,
#t4a_content_content h5 {
	text-shadow: 0 1px #FFF;
	font-weight: normal;
	padding: 14px 0 14px 0;
	color: #cb6335;
}

.just_orange h4 a { border:none !important; color:#cb6335 !important; }

ul.just_orange {
	margin-left: 20px;
}
.just_orange ul li {
	margin-left: 4px;
}
li.just_orange ul {
	list-style-type: initial;
}
.just_orange h4 .icon-folder-open-alt {
	font-size: 16px;
	color: #D3967B;
	width: 20px;
	display: inline-block;
}
.just_orange li {
	list-style-type: none;

}
.just_orange h4 {
	padding: 4px 0 0 0 !important;
	margin-left: 0px;
	list-style-type: none !important;
}

#t4a_content_content h1 {
	font-size: 32px;
}
#t4a_content_content h2 {
	font-size: 24px;
}
#t4a_content_content h3 {
	font-size: 20px;
}
#t4a_content_content h4 {
	font-size: 18px;
	padding-left: 20px;
}
#t4a_content_content h5 {
	font-size: 18px;
	font-style: italic;
	padding-left: 20px;
}
#t4a_content_content p {
	padding-bottom: 14px;
	text-align:justify;
}
#signup-content a,
#signup-content a:link,
#signup-content a:active,
#signup-content a:visited,
#t4a_content_content a,
#t4a_content_content a:link,
#t4a_content_content a:active,
#t4a_content_content a:visited {
	border-bottom: 1px solid #DDD;
	color: #222;
}
#signup-content a:hover,
#t4a_content_content a:hover {
	border-bottom: 2px solid #F90;
	color: #CB6335;
}

/* Posts */
.t4a_post {
	display: inline-block;
	width: 100%;
}
.t4a_post ul {
	list-style-position: inside;
}

/* changed Nov 2017 */
.t4a_post_content ul, .t4a_post_content ol {
    list-style-position: outside;
    padding-left: 20px;
}

.t4a_post_content ul li, .t4a_post_content ol li {
    padding-bottom: 10px;
}

.t4a_overview_first ul li {
    padding-bottom: 2px;
}

.t4a_post_title_box {
	/*border-bottom: 1px solid #CCC;*/
	background: url(images/horizontalfade.png) right bottom no-repeat;
}
.t4a_post_title_box h2 {
	padding-bottom: 4px !important;
}
.t4a_post_title_box a,
.t4a_post_title_box a:link,
.t4a_post_title_box a:visited,
.t4a_post_title_box a:active {
	color: inherit !important;
	border: none !important;
}
.t4a_post_title_box a:hover {
	color: #900 !important;
}
.t4a_post_date {
	float: right;
	margin-top: 12px;
	color: #444;
}
.t4a_post_day_year {
	width: 32px;
	float: right;
	margin-top: 3px;
	padding-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
.t4a_post_date_month {
	font-size: 15px;
	text-transform: uppercase;
	width: 40px;
	clear: both;
	float: left;
	font-weight: normal;
	text-align: center;
}	
.t4a_post_date_year {
	clear: both;
	width: 40px;
	float: left;
	text-align: center;
	vertical-align: top;
	font-size: 9px;
	letter-spacing: 0.3em;
	margin-left: 1px;
	margin-top: -4px;
}
.t4a_post_date_day {
	font-size: 28px;
	float: right;
	padding-right: 7px;
}
.t4a_post_image {
	float: left;
	margin-bottom: 20px;
}
.t4a_post_image img {
	max-width:none;
	width:180px;
	height:151px;
	margin-left: -10px;
	padding-top: 12px;
}
.t4a_post_image ul {
	list-style:none;
	color: #444;
	font-size: 12px;
	margin-top: 4px;
}
.t4a_post_image ul ul {
	margin-top: -16px;
	margin-left: 16px;
}
.t4a_post_content {
	padding: 14px 20px 20px 180px;
}
.t4a_post_content_full {
	padding: 14px 20px 20px 0;
	clear:both;
}
.t4a_post_content_full ul,
.t4a_post_content_full ol {
	margin-left: 20px;
	margin-bottom: 10px;
}
.t4a_post_content_full ul li,
.t4a_post_content_full ol li {
	margin-bottom: 8px;
	list-style-position: outside;
}
	
.t4a_post_more_continued {
	font-style:italic;
}
.t4a_post_comments {
	float: right;
	padding: 0 0 10px 20px;
	margin-right: -16px;
	color: #888;
}
.t4a_continue_reading {
	text-align: right;
	display: block;
	margin: -20px 20px 30px 0;
	color: #444;
	font-style: italic;
}
.t4a_continue_reading i {
	color: #CB6335;
	font-size: 16px;
	font-weight: bold;
}

/* AUTO CONTENT SHORTCODE */

.t4a_overview_first {
  list-style-type: none;
  margin-left: 30px !important;
  padding-left: 0px !important;
}

.t4a_overview_next {
  list-style-type: disc;
  margin-left: 40px !important;
}

.t4a_overview_first span { 
    margin-right: 10px;
    font-weight: bold;
    padding: 4px;
    background-color: #E8CFC3;
    margin-bottom: -5px !important;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
}

.t4a_overview_level_3, .t4a_overview_level_4, .t4a_overview_level_5, .t4a_overview_level_6 {
  color: #777 !important;
}

.t4a_content_postslist {
    margin-left: 20px !important;
    list-style: none;
}

.t4a_content_posts {
    font-size: large;
    list-style-position: initial;
    font-weight: bold;
    color: #cb6335;
}
li.t4a_content_posts {
    width: 100%;
    display: inline-block;
    background-color: #E2E2E2;
    border: 1px #CECECE solid;
    padding: 5px;
    padding-left: 18px;
    border-radius: 100px;
}
li.t4a_content_posts a {
    border: 0px !important;
}


/* Sidebar */

#t4a_content_sidebar h2 {
	font-weight: normal;
	padding: 17px 0 0 0;
	color: #5F72B1;
	/*border-bottom: 1px solid #CCC;*/
	margin-bottom: 10px;
	font-size: 24px;
	background: url(images/horizontalfade.png) right bottom no-repeat;
}

#t4a_content_sidebar ul {
	list-style: none;
}

#t4a_content_sidebar {
	width: 19%;
	border: 1px solid #FFF;
	box-shadow: inset -10px 0 40px #ADADAD;
	margin-top: -45px;
	border-radius: 0 0 20px 0;
	border-top-color: rgba(0, 0, 0, 0);
	padding: 45px 20px 40px 15px;
}

#t4a_content_sidebar a,
#t4a_content_sidebar a:link,
#t4a_content_sidebar a:active,
#t4a_content_sidebar a:visited {
	color: #5F72B1;
}

#t4a_content_sidebar a:hover {
	border-bottom: 2px solid #4C71EC;
	color: #1E378B;
}

#t4a_content_sidebar h3 {
	color: #5F72B1;
	font-size: 12px;
	background: url(images/horizontalfade.png) right bottom no-repeat;
	font-family: "Trebuchet MS", Helvetica Neue, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 16px;
	padding: 0 0 2px 3px;
	margin-bottom: 7px;
}
.t4a_sidebar_date {
	font-size: 12px;
	display: block;
	float: left;
	margin-right: 5px;
	border: 1px solid #DDD;
	border-radius: 4px;
	padding: 0 2px;
	background-color: #ECECEC;
}
.t4a_sidebar_date_link {
	margin-left: 41px;
	display: block;
	margin-top: 4px;
	border-bottom: none; /*2px solid #F2F2F2;*/
	font-size:13px;
}
.t4a_sidebar_link {
	display: block;
	margin-left: 27px;
	margin-bottom: 8px;
	font-size: 14px;
}
.t4a_sidebar_link span {
	font-style: italic;
	margin-left: 0px;
	display: block;
}
#t4a_content_sidebar li [class^="icon-"] {
	color: #666;
	font-size: 15px;
	display: block;
	margin-right: 7px;
	float: left;
	padding-top: 2px;
	width: 20px;
}

.t4a_link_noborder a,
.t4a_link_noborder a:link,
.t4a_link_noborder a:active,
.t4a_link_noborder a:visited {
	border: none !important;
}


.t4a_continue_reading a, .t4a_continue_reading a:link, .t4a_continue_reading a:active, .t4a_continue_reading a:visited {
    border: 1px solid #CB6335 !important;
    padding: 5px 11px 6px 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #F9F9F9;
}

/* Footer */
#t4a_footer { 
	/*background: #F2F2F2 url(images/t4a_header_repeat.png) repeat-x;*/
	height: 250px; 
	padding-top:100px;
	background-color: #F2F2F2;
	background-image: url(images/t4a_header_repeat.png);
	background-repeat: repeat-x;
}
#t4a_footer div {
	text-align:center;
	padding: 0 20px 0 20px;
	font-size:14px;
	color:#CCC;
	font-style:normal;
}
#t4a_footer div a,
#t4a_footer div a:link,
#t4a_footer div a:visited,
#t4a_footer div a:active {
	color:#CCC;
}
#t4a_footer div a:hover {
	color: #F90;
}

/* FORM Elements */

button, input, select, textarea {
	margin: 0;
	vertical-align: middle;
	font-size: 14px;
	font-family: inherit;
	font-weight: normal;
	line-height: 20px;
	padding: 4px 12px !important;
	border-radius: 4px;
	border: 1px solid #CCC !important;
	display: inline-block;
}
input, select, textarea {
	box-shadow: inset 2px 2px 4px #EEE !important;
}

textarea { 
	outline:none; 
	resize:vertical;
}

input[type="text"]:valid {
    outline-color:#84C984;
}
input[type="text"]:invalid {
    color: #F00;
	outline-color:#F00;
}

fieldset {
	border: none;
}
/* Comment list */

#comments a, #comments a:link, #comments a:active, #comments A:visited {
    font-weight: bold;
}

#comments ul {
	list-style-type: disc;
	list-style: inside;
}
#comments > ul, .children {
	list-style-type: none !important;
	list-style: none !important;
}
.depth-1,
.depth-2,
.depth-3,
.depth-4,
.depth-5 {
	padding: 20px;
	margin: 30px 0 0 0;
	border-radius: 4px;
	position: relative;
	background-color: #FFF;
	list-style: none;
}
.depth-1 {
	border: 1px solid #E29E38;
	border-left: 6px solid #E29E38;
	box-shadow: 0 0 3px #F1C88A;
}
.depth-2,
.depth-3 {
	border: 1px solid #C98B2F;
	border-left: 6px solid #C98B2F;
	box-shadow: 0 0 3px #C98B2F;
}
.depth-2 {
	background-color: #FFFAF4;
}
.depth-4,
.depth-5 {
	border: 1px solid #AF6B07;
	border-left: 6px solid #AF6B07;
	box-shadow: 0 0 3px #AF6B07;
}
.depth-4 {
	background-color: #FFFAF4;
}
.depth-2 .t4a_comment_header,
.depth-3 .t4a_comment_header {
	border-bottom: 1px solid #C98B2F;
}
.depth-4 .t4a_comment_header,
.depth-5 .t4a_comment_header {
	border-bottom: 1px solid #AF6B07;
}
.t4a_comment_header + P {
	margin-top:24px;
}
.t4a_comment_header a,
.t4a_comment_header a:link,
.t4a_comment_header a:active,
.t4a_comment_header a:visited {
	float: right;
	border-bottom: none !important;
	padding-right: 8px;
}
#respond {
	margin-top: 20px;
}
#comments .avatar {
	position: absolute;
	width:60px;
	height:60px;
	top: -22px;
	right: -18px;
	z-index: 200;
	border: 4px solid #FFF;
	border-radius: 40px;
	box-shadow: 0px 0px 10px #F1C88A;
}
.t4a_comment_header {
	border-bottom: 1px solid #E29E38;
	margin: -20px -20px 20px -20px;
	display: block;
	padding: 4px 50px 4px 4px;
	background: #FFF3E2;
	font-size: 12px;
}
.t4a_ie_author { display:none; }
.t4a_comment_author {
	font-family: RockSaltRegular, 'Comic Sans MS';
	transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	text-align: right;
	font-size: 14px;
	display: block;
	float: right;
	margin: -26px 40px 0 0;
	color: #5F5FAD;
}
.t4a_form {
	border: 1px solid #9B9B9B;
	background: #FFF;
	padding: 20px;
	border-radius: 4px;
	border-left: 6px solid #6D6D6D;
	box-shadow: 0 0 3px #9B9B9B;
}
.t4a_form label { display:none; }
.t4a_form textarea,
.t4a_form input { font-size: 16px; }
.t4a_form textarea {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100% !important;
}
.t4a_form .input_after .btn,
.t4a_form .input_before .btn {
	outline: none !important;
}
.btn {
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 0.95em;
	font-weight: bold !important;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333 !important;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background-color: #F5F5F5;
	background-image: -moz-linear-gradient(top, #FFF, #E6E6E6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFF), to(#E6E6E6));
	background-image: -webkit-linear-gradient(top, #FFF, #E6E6E6);
	background-image: -o-linear-gradient(top, #FFF, #E6E6E6);
	background-image: linear-gradient(to bottom, #FFF, #E6E6E6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #CCC; /* !important; */
	border-bottom-color: #B3B3B3; /* !important; */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}
.t4a_notify_me {
	padding-bottom: 20px;
	color: #555;
}
.t4a_notify_me i {
	margin-right: 4px;
	color: #666;
}
.t4a_notify_me input {
	vertical-align: baseline;
	margin-right: 6px;
}
.t4a_comment_subnote {
	font-size: 12px;
	float: right;
	color: #666;
}
/* buttons */

.btn:hover, 
.btn:focus {
	color: #333 !important;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
.btn:hover, 
.btn:focus, 
.btn.disabled, 
.btn[disabled] {
	background-color: #E6E6E6;
}

.btn.disabled, 
.btn[disabled], 
.btn.active, 
.btn[active] {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#comments .btn.btn-small.disabled {
	border-left: none;
	border-right: none;
	margin: 0 -1px;
}

.btn.active, 
.btn[active] {
	background-color: #FF8500;
	color: #FFF !important;
	border-color: #A36200 !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	font-weight: bold !important;
}

.btn-cancel,
.btn-ok,
.btn-hot {
	color: #FFF !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	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);
}
.btn-cancel {
	background-color: #DA4F49;
	background-image: -moz-linear-gradient(top, #EE5F5B, #BD362F);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EE5F5B), to(#BD362F));
	background-image: -webkit-linear-gradient(top, #EE5F5B, #BD362F);
	background-image: -o-linear-gradient(top, #EE5F5B, #BD362F);
	background-image: linear-gradient(to bottom, #EE5F5B, #BD362F);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	border-color: #BD362F #BD362F #802420;
}
.btn-cancel:hover, 
.btn-cancel:focus, 
.btn-cancel.active, 
.btn-cancel.disabled, 
.btn-cancel[disabled] {
	color: #FFF !important;
	background-color: #BD362F;
}

.btn-ok {
	background-color: #5BB75B;
	background-image: -moz-linear-gradient(top, #62C462, #51A351);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62C462), to(#51A351));
	background-image: -webkit-linear-gradient(top, #62C462, #51A351);
	background-image: -o-linear-gradient(top, #62C462, #51A351);
	background-image: linear-gradient(to bottom, #62C462, #51A351);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	border-color: #51A351 #51A351 #387038;
}
.btn-ok:hover, 
.btn-ok:focus, 
.btn-ok.active, 
.btn-ok.disabled, 
.btn-ok[disabled] {
	color: #FFF !important;
	background-color: #51A351;
}

.btn-hot {
	background-color: #F90;
	background-image: -moz-linear-gradient(top, #FFB64A, #F90);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFB64A), to(#F90));
	background-image: -webkit-linear-gradient(top, #FFB64A, #F90);
	background-image: -o-linear-gradient(top, #FFB64A, #F90);
	background-image: linear-gradient(to bottom, #FFB64A, #F90);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFB64A', endColorstr='#ffff9900', GradientType=0);
	border-color: #EB8D00 #EB8D00 #F90;
}
.btn-hot:hover, 
.btn-hot:focus, 
.btn-hot.active, 
.btn-hot.disabled, 
.btn-hot[disabled] {
	color: #FFF !important;
	background-color: #F90;
}
.btn {
	border-bottom: 1px solid #B3B3B3 !important;
}
.btn-hot {
	border-bottom: 1px solid #EB8D00 !important;
}
.btn-ok {
	border-bottom: 1px solid #387038 !important;
}
.btn-cancel {
	border-bottom: 1px solid #802420 !important;
}
.btn-active {
	border-bottom: 1px solid #A36200 !important;
}
.btn-disabled {
}
.btn-small {
	padding: 2px 10px;
	font-size: 13px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.t4a_pagination_box {
	padding: 10px 0 10px 0;
	text-align: center;
}
#t4a_mini_nav {
	padding: 6px 7px 0 0;
	text-align: center;
}
.t4a_pagination_box .btn,
#t4a_mini_nav .btn {
	margin: 0 -3px;
	border-radius: 0;
}
.t4a_pagination_box .btn-first,
#t4a_mini_nav .btn-first {
	border-radius: 4px 0 0 4px;
}
.t4a_pagination_box .btn-last,
#t4a_mini_nav .btn-last {
	border-radius: 0 4px 4px 0;
}
#t4a_mini_nav .btn-last {
	border-right: 2px solid #F90 !important;
}
#t4a_mini_nav .btn-first {
	border-left: 2px solid #F90 !important;
}
#t4a_mini_nav .btn {
	border-top: 2px solid #F90 !important;
	border-bottom: 2px solid #F90 !important;
}

.input_before,
.input_after {
	margin-bottom: 5px;
	font-size: 0;
	white-space: nowrap;
}
input {
	margin-bottom: 5px;
	white-space: nowrap;
}

.input_before .btn {
	font-size:14px;
	border-radius: 0 4px 4px 0;
	margin-left: -1px;
	border-left: none;
	vertical-align: top;
	height: 30px;
}
.input_after .btn {
	font-size:14px;
	border-radius: 4px 0 0 4px;
	margin-right: -1px;
	border-right: none;
	vertical-align: top;
	height: 30px;
}
.input_before input {
	font-size:14px;
	border-radius: 4px 0 0 4px;
	margin-right: 0;
	vertical-align: top;
	position: relative;
	margin-bottom: 0;
	*margin-left: 0;
	/*height: 20px;*/
}
.input_after input {
	font-size:14px;
	border-radius: 0 4px 4px 0;
	margin-left: 0;
	vertical-align: top;
	position: relative;
	margin-bottom: 0;
	*margin-left: 0;
	height: 20px;
}

.icon-space {
	margin-right: 21px !important;
}

/* alerts */
.alert {
	line-height: 20px;
	padding: 14px 35px 0px 14px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #FFF3E2;
	border: 1px solid #E29E38;
	border-left: 6px solid #E29E38;
	color: #B66E00;
	box-shadow: 0 0 3px #E29E38;
}
.alert .close {
	position: relative;
	right: -30px;
	line-height: 20px;
	float: right;
	font-size: 30px;
	background-color: transparent;
	border: none !important;
	box-shadow: none !important;
	color: #D6A964;
	padding-right: 10px;
	padding-top: 4px;
}
.alert-error .close {
	color: #D6817F;
}
.alert-info .close {
	color: #8AA3D8;
}
.alert-beta .close {
    color: #737373;
}
.alert-success .close {
	color: #8EB88E;
}
.alert-error {
	background-color: #FFE2E2;
	border-color: #DA8887;
	color: #BB2522;
	box-shadow: 0 0 3px #DA8887;
}
.alert-info {
	background-color: #E5EEFF;
	border-color: #899ED5;
	color: #3A5FAD;
	box-shadow: 0 0 3px #899ED5;
}
.alert-success {
	background-color: #DFF0D8;
	border-color: #75A876;
	color: #1F7420;
	box-shadow: 0 0 3px #75A876;
}
.alert-beta {
    background-color: #e6e6e6;
    border: 1px solid #5d5d5d;
    border-left: 6px solid #848484;
    color: #000000;
    box-shadow: 0 0 3px #b3b3b3;
}
.alert p {
	text-align: left !important;
}
.alert h4 {
	font-weight:bold !important;
	padding: 0 0 20px 0 !important;
	text-shadow:none !important;
	color: #B66E00;
}
.alert-error h4 {
	color: #BB2522 !important;
}
.alert-info h4 {
	color: #3A5FAD !important;
}
.alert-success h4 {
	color: #1F7420 !important;
}
.alert-beta h4 {
    color: #000 !important;
}

/* tables */

.table {
	max-width: 100%;
	width: 100%;
	background-color: transparent;
	margin-bottom: 35px;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #CCC;
	border-left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 90%;
	box-shadow: 0 0 3px #CCC;
}

.table thead:first-child tr:first-child > th:first-child, 
.table tbody:first-child tr:first-child > td:first-child, 
.table tbody:first-child tr:first-child > th:first-child {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}
.table caption + thead tr:first-child th, 
.table caption + tbody tr:first-child th, 
.table caption + tbody tr:first-child td, 
.table colgroup + thead tr:first-child th, 
.table colgroup + tbody tr:first-child th, 
.table colgroup + tbody tr:first-child td, 
.table thead:first-child tr:first-child th, 
.table tbody:first-child tr:first-child th, 
.table tbody:first-child tr:first-child td {
	border-top: 0;
}
.table thead:last-child tr:last-child > th:last-child, 
.table tbody:last-child tr:last-child > td:last-child, 
.table tbody:last-child tr:last-child > th:last-child, 
.table tfoot:last-child tr:last-child > td:last-child, 
.table tfoot:last-child tr:last-child > th:last-child {
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
.table thead:last-child tr:last-child > th:first-child, 
.table tbody:last-child tr:last-child > td:first-child, 
.table tbody:last-child tr:last-child > th:first-child, 
.table tfoot:last-child tr:last-child > td:first-child, 
.table tfoot:last-child tr:last-child > th:first-child {
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}

.table thead th {
	vertical-align: bottom;
	font-weight: bold;
	background-color: #CCC;
	text-shadow: 1px 1px 1px #E9E9E9;
}
.table th, .table td {
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #CCC;
	padding: 4px 5px;
	border-top: 1px solid #CCC;
}
.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
	background-color: #F9F9F9;
}
.table-striped tbody > tr:nth-child(even) > td, .table-striped tbody > tr:nth-child(even) > th {
	background-color: #FFF;
}
.table a,
.table a:link,
.table a:active,
.table a:visited {
	border: none !important;
}
.table-hover tr:hover, 
.table-hover tr:hover td {
	background: #FFE8C7 !important;
}

caption {
	text-align: right;
	font-style: italic;
	color: #CB6335;
	padding-bottom: 4px;
}
caption:before {
	content: "Table: ";
	color: #222;
}

.table tbody tr.warning > td {
	background-color: #FFF3E2;
	color: #B66E00;
}
.table tbody tr.error > td {
	background-color: #FFE2E2;
	color: #BB2522;
}
.table tbody tr.success > td {
	background-color: #DFF0D8;
	color: #1F7420;
}
.table tbody tr.info > td {
	background-color: #E5EEFF;
	color: #3A5FAD;
}

/* Chart */

#flotchart {
	height:500px; 
	width:100%; 
	margin-left:0px; 
	margin-top:20px; 
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* Code and Example */


pre {
	display: block;
	margin: 0 0 10px;
	line-height: 20px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	background-color: #F5F5F5;
	border: 1px solid #CCC;
	border: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 0 3px 2px;
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 12px;
	color: #333;
}
.t4a_example, .t4a_code {
	position: relative;
	margin: 24px 0;
	padding: 24px 16px 0px 16px;
	background-color: #FFF;
	border: 1px solid #E29E38;
	border-left: 6px solid #E29E38;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	box-shadow: 0 0 3px #E29E38;
}
.t4a_example {
	border: 1px solid #899ED5;
	border-left: 6px solid #899ED5;
	box-shadow: 0 0 3px #899ED5;
}

.t4a_code:after, .t4a_example:after {
	content: "Code";
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 4px 0 4px 0;
	-moz-border-radius: 4px 0 4px 0;
	-webkit-border-radius: 4px 0 4px 0;
	-o-border-radius: 4px 0 4px 0;
	display: block;
	color: #B66E00;
	font-size: 13px;
	padding: 2px 8px 3px 9px;
	border-right: 1px solid #E29E38;
	border-bottom: 1px solid #E29E38;
	background-color: #FFF3E2;
}
.t4a_example:after {
	content: "Example";
	color: #3A5FAD;
	border-right: 1px solid #899ED5;
	border-bottom: 1px solid #899ED5;
	background-color: #E5EEFF;
}

/* Misc other items */
.center_text {
	text-align: center !important;
}

hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(162, 162, 162, 0.61), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(162, 162, 162, 0.61), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(162, 162, 162, 0.61), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(162, 162, 162, 0.61), rgba(0,0,0,0)); 
	margin: 4px 0 4px 0;
}

.t4a_menu_fallback {
	list-style: none;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.t4a_menu_fallback li {
	padding: 0 0 20px 20px;
}
.t4a_menu_fallback li i {
	color: #999;
	width: 40px;
	display: inline-block;
}

/* WP images */
.wp-caption.aligncenter {
	margin: 5px auto 20px auto !important;
	max-width: 90% !important;
}
.wp-caption.alignleft {
	margin: 5px auto 20px 0 !important;
	max-width: 90% !important;
}
.wp-caption.alignright {
	margin: 5px 0 20px auto !important;
	max-width: 90% !important;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
img {
	max-width: 100%;
	width: auto	9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.wp-caption p.wp-caption-text {
	font-size: 14px;
	line-height: 17px;
	margin: 10px 0 0 0;
	padding: 2px 4px 5px;
	color: #CB6335;
	text-align: right !important;
	border-top: 1px solid #DDD;
}
.wp-caption p.wp-caption-text:before {
	content: "figure " counter(figure) ": ";
	margin-right: 5px;
	counter-increment: figure;
	font-style: italic;
	color: #222;
}
.wp-caption {
	text-align: center;
}
.wp-caption a {
	border:none !important;
}

/* FancyBox */

.fancybox-title-outside {
	padding-top: 0 !important;
	text-shadow: none;
	border: 2px solid #FFF;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	margin-top: 10px;
	background-color: rgba(36, 36, 36, 0.77);
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	-o-box-shadow: 0 0 6px #000;
	text-align: center;
	width: auto;
	color: #FFF;
}
#fancybox-outer {
	background: rgba(255, 255, 255, 0.64) !important;
}
a.fancybox:hover {
	background-color: transparent !important;
	border:none !important;
}
#fancybox-title {
	font-size: 14px;
	padding: 8px !important;
}

/* Tooltips */

#tooltip {
  position: absolute;
  z-index: 9999999;
  padding: 7px 12px 7px 12px;
  box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.8);
  -o-box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.8);
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -o-border-radius: 7px;
  text-shadow: none !important;
  width: auto;
  border: 2px solid #ff9900;
  background: rgba(10, 0, 0, 0.75);
  color: #FFF;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-family: abelregular, "Trebuchet MS", Helvetica, sans-serif;
}
#tooltip h3,
#tooltip div {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}
#tooltip h3 {
  padding: 0 0 2px 0;
  margin: -2px 0 3px 0;
  font-size: 16px;
  text-shadow: 1px 1px 2px #000;
  color: #FFD699;
  font-family: abelregular, "Trebuchet MS", Helvetica, sans-serif;
  font-weight:bold;
  border-bottom: 1px solid #E0D1BA;
}
#tooltip.nobold h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  /*font-weight:300;*/

  font-style: normal;
  line-height: normal;
  text-shadow: none;
}

/* treemenu */

#treeMenuStart {
	margin-bottom: 5px;
	margin-left: -5px;
	font-size: 15px;
}
#treeMenuStart a:link {
	padding-left:20px;
	display: block;
	padding-bottom: 6px;
	line-height: 16px;
}
#treeMenuStart a:hover {
	color:#CB6335;
	border: none;
}
#treeMenuStart .trigger {
	background:url(images/t4a_treeview.png) 0 -30px no-repeat;
}
#treeMenuStart .triggerhit {
	background: url(images/t4a_treeview.png) -15px -15px no-repeat;
	color: #CB6335 !important;
}
#treeMenuStart .article {
	background: url(images/t4a_treeview.png) -30px 0px no-repeat;
	line-height: 16px !important;
	font-size: 14px;
}
#treeMenuStart li {
	list-style:none;
	padding: 2px;
	margin:0;
}
#treeMenuStart .nextLevel {
	display: none;
	padding-left: 2px;
	margin-left: 7px;
	border-left: 1px solid #CCC;
	border-radius: 0 10px;
	margin-bottom: 4px;
}
#treeMenuStart ul.nextLevel li {
	padding: 0 0 0 6px;
	margin-left: 2px;
}
#treeMenuStart ul.nextLevel li.nextLevel_last_item {
	background: url(images/t4a_treeview.png) no-repeat 2px bottom;
}

/* Dropdown menu's */

.dropdown {
	position: absolute;
	z-index: 9999999;
	display: none;
	font-family: abelregular, Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.dropdown .dropdown-menu,
.dropdown .dropdown-panel {
	background: #34201b;
	min-width: 160px;
	max-width: 360px;
	list-style: none;
	background: rgba(36, 36, 36, 0.77);
	border-radius: 7px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2), 0 0 3px #000;
	overflow: visible;
	padding: 10px 0;
	margin: 0;
	border: 2px solid #DDD;
}

.dropdown .dropdown-panel {
	padding: 10px;
}

.dropdown.dropdown-tip {
	margin-top: 8px;
}

.dropdown.dropdown-tip:before {
  position: absolute;
  top: -6px;
  left: 9px;
  content: '';
  display: inline-block;
}

.dropdown.dropdown-tip.dropdown-anchor-right:before {
	left: auto;
	right: 9px;
}

.dropdown.dropdown-tip:after {
	position: absolute;
	top: -9px;
	left: 10px;
	content: '';
	border-left: 10px solid rgba(0, 0, 0, 0);
	border-right: 10px solid rgba(0, 0, 0, 0);
	border-bottom: 10px solid #FFF;
	display: inline-block;
}

.dropdown.dropdown-tip.dropdown-anchor-right:after {
	left: auto;
	right: 10px;
}


.dropdown.dropdown-scroll .dropdown-menu,
.dropdown.dropdown-scroll .dropdown-panel {
	max-height: 358px;
	overflow: auto;
}

.dropdown .dropdown-menu LI {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 18px;
}

.dropdown .dropdown-menu LI > A,
.dropdown .dropdown-menu LI > A:link,
.dropdown .dropdown-menu LI > A:active,
.dropdown .dropdown-menu LI > A:visited,
.dropdown .dropdown-menu LABEL {
	display: block;
	color: #FFF;
	text-decoration: none;
	line-height: 18px;
	padding: 3px 15px;
	white-space: nowrap;
}

.dropdown .dropdown-menu LI > A:hover I, .dropdown-menu LI > A:hover, .dropdown .dropdown-menu LABEL:hover {
	background-color: #F90;
	background: -moz-linear-gradient(top, #F90 0%, #C96800 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F90), color-stop(100%,#C96800));
	background: -webkit-linear-gradient(top, #F90 0%,#C96800 100%);
	background: -o-linear-gradient(top, #F90 0%,#C96800 100%);
	background: -ms-linear-gradient(top, #F90 0%,#C96800 100%);
	background: linear-gradient(to bottom, #F90 0%,#C96800 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9900', endColorstr='#C96800',GradientType=0 );
	color: #FFF;
	cursor: pointer;
}

.dropdown .dropdown-menu .dropdown-divider {
	font-size: 1px;
	border-top: solid 1px #6D6D6D;
	padding: 0;
	margin: 5px 0;
}

.dropdown-menu i {
	color: #B2B2B2;
	margin-right: 7px;
	font-size: 14px;
	width: 20px;
	display: inline-block;
}

/* NavTabs */
ul.nav-tabs {
	list-style-type: none;
	margin: 0 3px -2px 0 !important;
}

ul.nav-tabs > li a,
ul.nav-tabs > li a:link,
ul.nav-tabs > li a:active,
ul.nav-tabs > li a:visited,
ul.nav-tabs > li a:hover {
	border-bottom: none !important;
}

ul.nav-tabs > li {
	display: inline-block;
	padding: 5px 12px;
	border: 2px solid #E29E38;
	border-radius: 4px 4px 0 0;
	background-color: #FFF3E0;
	padding-bottom: 2px;
	border-bottom: none;
	margin-bottom: 0;
}
ul.nav-tabs > li.active {
	border-bottom: none;
	background-color: #FFF;
	padding-bottom: 4px;
}

div.tab-content {
	border: 2px solid #E29E38;
	border-radius: 0 4px 4px 4px;
	min-height: 550px;
	background-color: #FFF;
	padding: 20px 20px 40px 20px;
}

.tab-pane {
	display:none;
}

.tab-pane.active {
	display:block !important;
}
#ajax_busy {
	font-size: 27px;
}
.t4a_inbox td {
  border: none;
  background-color: transparent !important;
  padding: 0;
}
.t4a_inbox {
  background-color: transparent !important;
  margin: 0;
  padding: 0;
}
.t4a_msg_headers {
  border-bottom: 1px solid #DDD;
}
.t4a_msg_line:hover {
  background-color: #A9BDFC !important;
}
.t4a_msg_line td {
  text-shadow: 1px 1px 1px rgba(190, 190, 190, 0.71);
}
td.t4a_msg_line {
  padding: 7px 12px 6px 11px !important;
  border-left: none !important;
}
.t4a_msg_body,
.t4a_sent_body {
  display: none;
  padding: 5px 10px 5px 10px;
}
.t4a_msg_arrow {
  float: right;
  margin-right: -22px;
  font-size: 30px;
  color: #D3DEFF;
  display: none;
  margin-bottom: -15px;
  margin-top: -5px;
}
.t4a_msg_subject {
  line-height: 16px !important;
  color: #000000;
}
.t4a_msg_date {
  text-align: right !important;
  font-size: 12px;
}
.t4a_msg_from {
  font-size: 14px;
  padding-left: 5px !important;
}
.t4a_msg_unread {
  font-family: Arial Narrow, abelregular, "Trebuchet MS", Helvetica, sans-serif;
}
.t4a_msg_unread:before {
  content: '\00f0e0';
  font-family: t4aicons;
  margin-right: 8px;
  color: #ff9900;
  -webkit-animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
  -webkit-animation-duration: 2s;
  text-shadow: none;
}
#t4a_messages .table-bordered {
	min-height: 400px;
	border-left: 6px solid #6D6D6D;
	box-shadow: 0 0 3px #9B9B9B;
	border: 1px solid #9B9B9B;
	background: #FFF;
	border-left: 6px solid #6D6D6D;
}
#t4a_messages .t4a_form {
	margin-top: 8px;
}
#allmsgheaders,
#allsentheaders { 
	border: none; 
}
#msg_body {
	margin-bottom:20px;
}
ul.smart_autocomplete_container {
	cursor: pointer;
	margin: 10px 0;
	padding: 5px;
	border: 1px solid #DDD;
	background: #34201B;
	min-width: 160px;
	max-width: 360px;
	list-style: none;
	background: rgba(36, 36, 36, 0.77);
	border-radius: 7px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2), 0 0 3px #000;
	overflow: visible;
	padding: 0px 0;
	margin: 0;
	border: 2px solid #DDD;
	margin-top: 10px;
}
ul.smart_autocomplete_container li {
	list-style: none;
	cursor: pointer;
	margin: 4px 0;
	padding: 0 5px;
	color: #FFF; 
}
li.smart_autocomplete_highlight {
	background-color: #F90;
	background: -moz-linear-gradient(top, #F90 0%, #C96800 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F90), color-stop(100%,#C96800));
	background: -webkit-linear-gradient(top, #F90 0%,#C96800 100%);
	background: -o-linear-gradient(top, #F90 0%,#C96800 100%);
	background: -ms-linear-gradient(top, #F90 0%,#C96800 100%);
	background: linear-gradient(to bottom, #F90 0%,#C96800 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9900', endColorstr='#C96800',GradientType=0 );
	color: #FFF;
	cursor: pointer;
}
/* AddThis */

.addthis_toolbox.addthis_default_style.addthis_16x16_style a {
	color: #888 !important;
	outline:none;
	border:none !important;
	background-color: transparent !important;
}
.addthis_toolbox.addthis_default_style.addthis_16x16_style a:hover {
	color: #3D2500 !important;
	outline:none;
}

/* Code Colorer */

.codecolorer-container table {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}
.codecolorer, .codecolorer *, .codecolorer-container, .codecolorer-container * {
	font-size: 11px !important; 
}
.codecolorer-container, .codecolorer {
	background-color: #FCFCFC !important;
}
.codecolorer-container {
	margin-bottom: 0px !important;
	text-align: left;
}

.t4a_ad_box_wide {
	margin-top: 0px;
	margin-bottom: 10px; /* was: 40px */
	text-align: center;
	clear:both;
	margin-left: auto;
  margin-right: auto;
  width: inherit;
}
.t4a_ad_box_wide_forum {
	margin: 0 !important;
	padding: 4px 0 0 0 !important;
	clear:both;
	text-align:center;
}

/* Bootsrap leftovers */


.visible-print,
.t4a_logo_image_print {
  display: none !important;
}

@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
#t4a_header_search_mobile { display: none; }

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}

@media print {
	#t4a_content_content h1 {
		font-size: 48px; /* 32px; */
	}
	#t4a_content_content h2 {
		font-size: 36px; /* 24px; */
	}
	#t4a_content_content h3 {
		font-size: 30px; /* 20px; */
	}
	#t4a_content_content h4 {
		font-size: 27px; /* 18px; */
	}
	#t4a_content_content h5 {
		font-size: 27px; /* 18px; */
		font-style: italic;
	}
	#t4a_content_content h5 {
		font-size: 21px; /* 18px; */
	}
	.t4a_post_image img {
		padding-right: 30px;
	}
	.t4a_comment_header {
		font-size: 18px; /* 12px; */
	}
	.t4a_comment_author {
		font-size: 21px; /* 14px; */
	}
	.btn {
		font-size: 21px; /* 14px; */
	}
	pre {
		font-size: 18px; /* 12px; */
	}
	
	.wp-caption p.wp-caption-text {
		font-size: 16px; /* 14px; */
	}
	
	.codecolorer, .codecolorer *, .codecolorer-container, .codecolorer-container * {
		font-size: 16px !important; 
	}
	.codecolorer-container table td.line-numbers {
		color: #888888 !important;
		background-color: #444 !important;
		border-right: 1px solid #9F9F9F !important;
		color: #ffffff !important;
		-webkit-print-color-adjust: exact;
		padding-left: 6px;
    	padding-right: 6px;
    	text-shadow: none;
	}
	.codecolorer {
		padding: 16px;
	}
	
	.t4a_overview_first span {
		width: 30px !important;
		height: 30px !important;
	}
	
	/* #t4a_logo_image, */
	#t4a_header_buttons,
	#t4a_header_search,
	#t4a_header_title,
	#t4a_breadpages,
	#searchform,
	#s,
	#t4a_content_sidebar,
	#t4a_footer,
	.t4a_form,
	.addthis_toolbox.addthis_default_style.addthis_16x16_style,
	.t4a_pagination_box,
	.t4a_continue_reading,
	.t4a_post_comments,
	#t4a_mini_nav,
	#tooltip,
	.t4a_ad_box_wide,
	.hidden-print,
	.btn { display: none !important; }
	
	.visible-print { display: inherit !important; }
	.t4a_logo_image_print { 
		display: inherit !important; 
		margin-left: -120px;
	}
	
	
	@page { 
		size: portrait;
		margin: 2cm 0 2cm 2cm;
	}
	
	#t4a_content_content {
		padding:0;
		width:100%;
	}
	
	.t4a_post_day_year { padding-left: 5px; }
	.t4a_post_date_year { letter-spacing: 0; }
	
	#t4a_header { 
		background-image:none;
		height:auto;
		margin-left:0;
	}
	.t4a_header_row {
		padding-left:0;
	}
	.t4a_post_title_box {
		border-bottom: 1px solid #CCC;
	}
	
	body { 
		background-image:none; 
		background-color:#FFF;
	}
	
	.t4a_post_image ul ul {
		margin-top: -20px;
	}
	.depth-1,
	.depht-2,
	.depht-3,
	.depht-4,
	.depht-5,
	.table,
	.alert,
	p,
	img {
		page-break-inside: avoid !important;
	}
	
	h1, h2, h3, h4, h5 {
		page-break-after:avoid !important;
		page-break-before:auto;
	}
	
	#comments {
		page-break-before:always;
	}
}

@media (min-width: 1200px) {
	#t4a_content_sidebar { 
		padding: 45px 40px 20px 40px; 
		width: 17%; 
	}
	#t4a_content_content { 
		padding: 45px 20px 25px 10px;
		width: 71%; 
	}
	#t4a_header_search,
	#t4a_header_buttons { margin-right: 16px; } 
}
@media (min-width: 966px) {
	.t4a_quick_nav { display:none; }
	#t4a_content_sidebar { box-shadow: inset -10px 0 40px #C0C0C0; }
	li#stats_widget-2 table { width: 100%; }
	/* .google_infeed { height:180px } */
}
@media (max-width: 965px) {
	#t4a_content_content,
	#t4a_content_sidebar {
		white-space: normal;
		padding: 0 20px 20px 20px;
		float: none;
		width: auto;
	}
	#t4a_content_sidebar {
		padding: 45px 30px 20px 20px;
		white-space: normal;
		border:none;
		box-shadow: none;
	}
	.t4a_post_content { padding: 15px 0 10px 0; }
	.t4a_post_comments { margin-right: 0; }
	.t4a_continue_reading { margin: 0px 0px 30px 0; }
	#t4a_header, #t4a_content, #t4a_footer {
		white-space: normal;
		float:none;
	}
	#t4a_header_buttons { display: none; }
	#t4a_header_title { padding: 23px 0 0px 0; }
	#t4a_breadpages { margin-top:8px; }
	#t4a_header_search { display:none; }
	#t4a_header_search_mobile {
		display: block;
		float: right;
		margin-left: 10px;
		margin-top: 8px;
	}
}

@media (max-width: 767px) {
	/*#t4a_breadpages { display:none; }*/
}

@media (max-width: 1200px) {
  #t4a_header_title {  padding-left: 20px; }
  #t4a_header_title h1 a { font-size:20px; }
}

@media (max-width: 500px) {
	#t4a_logo_image { display: none; }
	#t4a_header_logo { width: auto; }
	#t4a_header_title { padding: 20px 0 0px 0; }
	#t4a_header_title h1 a { font-size:20px; }
	#t4a_tweaking4all_title { 
		letter-spacing:-1px;
	}
	blockquote { width: auto; }
	#t4a_footer { padding-top: 90px; }
	#t4a_footer br { display: none; }
	.depth-1,
	.depth-2,
	.depth-3,
	.depth-4,
	.depth-5 {
		padding: 20px 10px;
		margin: 30px 0 0 0;
		border-radius: 4px;
		position: relative;
		background-color: #FFF;
	}
	.t4a_comment_header {
		margin: -20px -10px 10px -10px;
	}
	.hidden-tiny { display:none !important; }
	.t4a_comment_author { margin-right:10px; }
	#comments .avatar {
		border-radius: 0;
		width: 30px;
		height: 30px;
		top: -8px;
		right: 9px;
	}
}

/* Google Responsive Ads */ 
.t4a_google_adsize { width: 234px; height: 60px; }
@media(min-width: 320px) { .t4a_google_adsize { width: 300px; height: 250px; } }
@media(min-width: 340px) { .t4a_google_adsize { width: 320px; height: 100px; } }
@media(min-width: 480px) { .t4a_google_adsize { width: 468px; height: 60px;  } }
@media(min-width: 740px) { .t4a_google_adsize { width: 728px; height: 90px;  } }
@media(min-width: 966px) { .t4a_google_adsize { width: 468px; height: 60px;  } }
@media(min-width: 1000px) { .t4a_google_adsize { width: 728px; height: 90px;  } }
@media(min-width: 1370px) { .t4a_google_adsize { width: 970px; height: 90px;  } }


/* Tabs */
.ui-tabs-nav {
    list-style: none;
    border-bottom: 1px solid #AAA !important;
    margin-left: 0px !important;
    margin-bottom: 0px !important;
    padding-bottom: 6px;
}
.ui-tabs-nav li {
    border: 1px solid #AAA;
    display: inline;
    padding: 6px 12px 5px 12px;
    margin-bottom: 0px !important;
    font-weight:bold;
    margin-right:2px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.ui-tabs-nav li a:link {
    border-bottom: none !important;
    outline:none;
}
.ui-tabs-active li:hover {
    background-color: #F2f2f2 !important;
}
.ui-state-default li:hover {
    background-color: #F6F6F6;
}
a .ui-tabs-anchor {
    border: none;
}
.ui-tabs-panel {
    border:  1px solid #AAA;
    padding: 10px;
    border-top: none;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.ui-state-default {
    background-color: #DDD;
    border: 1px solid #AAA !important;
    border-bottom:1px solid #AAA !important;
    -webkit-box-shadow: inset 0px -5px 15px -9px rgba(97,97,97,1);
    -moz-box-shadow: inset 0px -5px 15px -9px rgba(97,97,97,1);
    box-shadow: inset 0px -5px 15px -9px rgba(97,97,97,1);
}
.ui-tabs-active {
    background-color: #f2f2f2;
    border-bottom:2px solid #F2f2f2 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.wp-video {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	-webkit-box-shadow: 2px 2px 16px 0px rgba(50, 50, 50, 0.62);
	-moz-box-shadow: 2px 2px 16px 0px rgba(50, 50, 50, 0.62);
	box-shadow: 2px 2px 16px 0px rgba(50, 50, 50, 0.62);
	padding: 10px;
}


.t4a_related_date {
	display: block;
	float: left;
	margin-right: 20px;
	border: 1px solid #DDD;
	border-radius: 4px;
	padding: 0 2px;
	background-color: #ECECEC;
}
.t4a_related_date_link {
	margin-left: 41px;
	display: block;
	margin-top: 10px;
	border-bottom: none; 
}

.wp-editor-wrap {
    border: 1px solid #C1C1C1;
}

#wpforo #wpforo-wrap a:link, #wpforo #wpforo-wrap a:visited {
    color: #666666;
    font-weight: bold !important;
    border-bottom: 1px solid #9c9c9c !important;
}