/*
Theme Name: Flexible-Child (by Slava 2.0)
Description: Child theme for the Flexible theme
Template: Flexible
Version: 2.0
Author: Slava
*/
@import url("../Flexible/style.css");
/* Browser Resets */
.flex-container a:active,
.flexslider a:active {
outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
margin: 0;
padding: 0;
list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
width: 100%;
margin: 0;
padding: 0;
}
.flexslider .slides > li {
display: none;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img, .post img, #logo {
max-width: 100%;
height: auto;
}
.flexslider .slides img {
display: block;
width: auto;
}
.flex-pauseplay span {
text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
html[xmlns] .slides {
display: block;
}
* html .slides {
height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {
display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
position: relative;
zoom: 1;
}
.flexslider .slides {
zoom: 1;
}
.flexslider .slides > li {
position: relative;
}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {
zoom: 1;
position: relative;
}
/* Caption style */
/* IE rgba() hack */
.flex-caption {
background:none;
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
zoom: 1;
}
.flex-caption {
width: 96%;
padding: 2%;
position: absolute;
left: 0;
bottom: 0;
background: rgba(0,0,0,.3);
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,.3);
font-size: 14px;
line-height: 18px;
}
/* Direction Nav */
.flex-direction-nav li a {
width: 40px;
height: 44px;
margin: -13px 0 0;
display: block;
background: url(http://piermarton.info/wp-content//uploads/2013/08/featured-arrow-left.png) no-repeat 0 0;
position: absolute;
top: 50%;
cursor: pointer;
text-indent: -9999px;
}
.flex-direction-nav li .next {
background: url(images/featured-arrow.png) no-repeat 0 0;
right: -6px;
}
.flex-direction-nav li .prev {
left: -6px;
}
.flex-direction-nav li .disabled {
opacity: .3;
filter:alpha(opacity=30);
cursor: default;
}
/* Control Nav */
.flex-control-nav {
width: 100%;
position: absolute;
bottom: -30px;
text-align: center;
}
.flex-control-nav li {
margin: 0 0 0 5px;
display: inline-block;
zoom: 1;
*display: inline;
}
.flex-control-nav li:first-child {
margin: 0;
}
.flex-control-nav li a {
width: 13px;
height: 13px;
display: block;
background: url(theme/bg_control_nav.png) no-repeat 0 0;
cursor: pointer;
text-indent: -9999px;
}
.flex-control-nav li a:hover {
background-position: 0 -13px;
}
.flex-control-nav li a.active {
background-position: 0 -26px;
cursor: default;
}
#flex_controllers {
position: absolute;
bottom: -28px;
left: 0;
width: 100%;
text-align: center;
}
#flex_controllers li {
display: inline-block;
margin-right: 4px;
}
#flex_controllers a {
background: url(images/controller1.png) no-repeat;
height: 11px;
text-indent: -9999px;
width: 11px;
display: inline-block;
}
#flex_controllers a.active, #flex_controllers a:hover {
background: url(images/controller2.png) no-repeat;
}
.featured-description {
position: absolute;
width: 340px;
height: 160px;
top: 50px;
right:53px;
background:url(images/featured-description.png);
padding: 37px 33px 40px 40px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}
h2.featured-title {
font-family: 'Kreon', Arial, sans-serif;
font-weight: lighter;
font-size: 28px;
text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}
h2.featured-title a {
text-decoration: none;
color: #9B3230;
}
.featured-description p {
color: #ebaa41;
text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
line-height: 21px;
}
a.readmore {
display: block;
background: url(images/readmore.png);
height: 27px;padding: 0 13px;
color: #9b3230;
font-size: 13px;
font-family: 'Kreon', Arial, sans-serif;
line-height: 27px;
position: absolute;
bottom: 0px;
right: 0px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}
#featured a.readmore:hover {
color: #ebaa41;
}
@media only screen and ( min-width: 768px ) and ( max-width: 960px ) {
.featured-description {
height: 137px !important;
top: 25px !important;
}
}
@media only screen and ( max-width: 768px ) {
.featured-description {
display: none;
}
}
/*------------tabs-----------*/
.widget {
border: 1px solid #e5e5e5;
background-color: #fff;
position: relative;
margin-bottom: 30px;
padding: 24px 24px 0;
}
.widget:after {
content: '';
position: absolute;
height: 7px;
bottom: -7px;
left: 0;
background: url(images/shadow2.png) no-repeat top center;
width: 100%;
}
#tab-controls {
border: 1px solid #fff;
border-bottom: none;
background-color: #f9f9f9;
margin: -24px -24px 0;
}
#tab-controls li {
float: left;
width: 97px;
text-shadow: 1px 1px 0 #fff;
text-align: center;
border-right: 1px solid #e5e5e5;
border-left: 1px solid #fff;
border-bottom: 1px solid #e5e5e5;
padding: 0;
background: none;
margin-bottom: -1px;
}
#tab-controls a {
padding: 21px 0;
}
#tab-controls .first {
border-left: none;
}
#tab-controls .last {
border-right: none;
}
#tab-controls .active {
background-color: #fff !important;
border-bottom: none;
}
#tab-controls li a {
text-decoration: none;
color: #4c4c4c;
display: block;
}
#all-tabs li {
position: relative;
border-bottom: 1px solid #f7f7f7;
margin: 0 -24px;
}
#all-tabs .last {
border-bottom: none;
}
#all-tabs span.post-meta {
left: 23px;
top: 13px;
font-size: 10px;
text-transform: uppercase;
-webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius: 35px;
width: 35px;
height: 35px;
line-height: 26px;
}
#all-tabs span.post-meta span {
margin-top: -16px;
}
#all-tabs h4 {
color: #4c4c4c;
font-size: 16px;
padding: 16px 20px 0 70px;
}
#all-tabs p.meta-info {
padding: 0 0 6px 70px;
font-size: 12px;
color: #b1b0b0;
margin-top: -3px;
}
#all-tabs p.meta-info a {
color: #b1b0b0;
text-decoration: none;
}
#all-tabs p.meta-info a:hover {
color: #f9e8cb;
}
.widget > ul {
margin: 0 -24px;
}
.widget li {
border-bottom: 1px solid #f7f7f7;
font-size: 12px;-moz-transition: all .3s;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
#tabbed li {
-moz-transition: none;
-webkit-transition: none;
-o-transition: none;
transition: none;
}
.widget li a {
text-decoration: none;
color: #4c4c4c;
padding: 20px 40px;
display: block;
}
.widget li:hover {
background-color: #f9f9f9;
-moz-box-shadow: inset 1px 1px 0 #fff;
-webkit-box-shadow: inset 1px 1px 0 #fff;
box-shadow: inset 1px 1px 0 #fff;
}
#tabbed li:hover {
background: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.widget li:hover a {
color: #4c4c4c;
}
#all-tabs ul {
margin: 0;
}
#all-tabs li {
padding: 0;
}
#all-tabs a {
display: inline;
padding: 0;
}
#all-tabs #recent-tab, #all-tabs #random-tab {
display: none;
}
.widget.home_tabs {
width: 250px;
margin: 0 auto;
}
/* ---------- BEGIN COPY-AND-PASTE CODE ---------- */
header {
margin-top:20px;
}
#logo-area h2 {
margin:-40px 0 0 3px;
}
#logo-area h1 {
display: none
}
body {
background: url(http://piermarton.info/wp-content/uploads/2012/05/BrwnCrdBrdWrte.jpg)
}
#logo-area {
background: url(http://piermarton.info/wp-content/uploads/2012/04/PierMartonPointWhiteSML.png);
width: 550px;
height: 73px;
}
#container {
background: rgba(255, 255, 255, 0.88);
padding: 20px;
-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
-khtml-border-radius: 7px;
}
/* ---------- END COPY-AND-PASTE CODE afterwards is code PASTED BY PIER ---------- */
#quote h2 {
font-style: italic;
}
#quote h2 a {
color:#811919;
}
#quote small {
font-size: 13px;
}
#top-menu {
padding-top: 0;
}
#logo-area {
margin-bottom: 12px;
}
#top-menu a:hover {
color: orange !important;
}
/* ---------- color menu code PASTED BY PIER ---------- */
#top-menu a {
font-size: 14px;
color: rgb(141,33,35);
}
/* ---------- for putting the cumulus ball towards the right edge of a post ---------- */
.wp_cumulus_widget object {
margin-left: -335px;
}
/* ---------- for making the pulldown menu windows tight to each other and the fifth one go to the left ---------- */
.nav li ul {padding: 10px 3px 10px 3px;
width: 160px;
}
.nav li ul.sub-menu li {
padding-left: 8px!important;
}
.nav li li:hover ul, ul.nav li li.sfHover ul {
left:164px;
top:-10px;
}
li.menu-item:nth-child(5) li.menu-item:nth-child(5):hover ul.sub-menu,
ul.nav li.menu-item:nth-child(5) li.sfHover ul {
left:-100px;
top:-10px;
}
/* ---------- for taking away a readmore button in the middle of nowhere ---------- */
.category .readmore {
display: none;
}
/* ---------- for changing the color and adding some transparency of the pull-down menu windows ---------- */
.nav ul {
background: rgba( 246, 245, 245, 0.9)!important;
}
/* ---------- to reduce the space between my widgets and within the Overview window igor---------- */
.widget {
margin-bottom: 4px;
}
#wp-cumulus .widgettitle {
padding-bottom: 0px;
}
/* ---------- to reduce the space between menu drop down lines igor ---------- */
.nav li li {
padding: 1px 0;
}
/* ---------- to prevent jumbled readme button showing randomly on the lower right Karen ---------- */
.category .readmore, .search .readmore {
display: none;
}
/* ---------- to move up the content of the widgets Igor ---------- */
.widget .widgettitle {
margin-top: -10px;
}
#search-3 #searchform {
margin-top: -20px;
}
/* ---------- to add bottom padding on search and categories widgets Igor ---------- */
#search-3 #searchform {
margin-bottom: 10px;
}
#categories-3 #cat {
margin-bottom: 12px;
}
/* ---------- to permit foreign characters Vlad ---------- */
.entry .title, .page_title, #reply-title {
font-family: Arial!important;
}
/* ---------- to have submenu font smaller than topmenu Igor ---------- */
#top-menu a {
font-size: 13px;
}
.nav ul a {
font-size: 11.5px !important;
}
/* ---------- to have menu with upper/lower case Diego ---------- */
#top-menu li {
text-transform: capitalize;
}
/* ---------- to have submenu closer to menu with thin lines and aligned with top Diego ---------- */
.nav li:hover ul, ul.nav > li.sfHover > ul {
left: 14px;
top: 20px;
}
#top-menu li ul li {
border-bottom: 1px solid grey;
width: 115px;
}
/* ---------- to have text re appear in featured slider and in widget column Karen ---------- */
.page {
font-size: 0 !important;
}
/* ---------- to have text re appear in featured slider maybe the one that makes this happen but slider does not work now Bashir A ---------- */
.featured-description p {
font-size:12px !important;
}
/* ---------- to have text re appear in widget sidebar now Bashir A ---------- */
p {
font-size:13px !important;
}
/* ---------- to have center text re appear in page like LecturePresentation Topics Bashir A ---------- */
ol, ul {
font-size:12px !important;
list-style:disc outside none !important;
}
/* ---------- to remove dots that had appeared around menu and left side Rijendra ---------- */
ol, ul {
list-style:none !important;
}
/* ---------- to tighten space by bottom and top Oleg ---------- */
p#copyright {
margin-top: -50px !important;
}
#quote h2 {
margin-top: -30px !important;
}
/* ---------- to tighten space at bottom of second quote John W ---------- */
#quote {margin-bottom: 20px !important;
}
/* ---------- to tighten space at top of quote improvised by Pier ---------- */
#quote {margin-top: -35px !important;
}
/* ---------- to tighten space below first quote improvised by Pier ---------- */
#quote h2 {
margin-bottom: -8px !important;
}
/* ---------- to have a lower case and capitals in lower quote by Bashir ---------- */
#quote p {
text-transform: capitalize !important;
}
/* ---------- Control Length of Menu's Grey Line STILL to tweaked/tried out by Rijendra ---------- */
#top-menu li ul {
padding-top: 0 !important;
max-width:125px!important;
}
#top-menu li ul li ul {
margin-top: 10px !important;
margin-left:-35px;
}
/* ---------- Move Submenu Flush with Menu by Rijendra ---------- */
#top-menu li ul li {
padding-left: 0 !important;
}
/* ---------- To Move Submenu Closer (Higher) -does not seem to work - to Menu by John W ---------- */
#breadcrumbs {
padding: 0px !important;
}
/* ---------- Control Space between Submenu items by Alex L ---------- */
#top-menu li ul li {
width:90px;
}
/* ---------- Control Move Up (Tighten Space above FrontPage "Blog" TopRightBottomLeft) by Rijendra ---------- */
#quote {
margin-bottom: 20 !important;
}
.section-title {
padding: 0 15px 13px 20px;
}
.section-tagline {
margin-left: -13px;
padding-top: 6px;
}
/* ---------- Control Space around Blog Entry by Oleg ---------- */
.post-content p {
margin-bottom: 5px !important;
margin-top: 14px !important;
}
h1.page_title {
margin-top: -10px !important;
margin-bottom: -30px !important;
}
/* ---------- Control Space around Blog Entry Pictures/Caption by Oleg ---------- */
.wp-caption .wp-caption-text {
margin-top: 10px !important;
}
.post img {
margin-top: 10px !important;
}
/* ---------- Space Issue around Blog Entry text by Oleg ---------- */
.post-content h5 {
line-height: 22px !important;
}
.post-content h4 {
line-height: 26px !important;
margin-bottom: 10px !important;
}
#movieTitle p {
line-height: 30px !important;
}
/* ---------- (tighten) Space Issue around Blog lines by Oleg ---------- */
#movieTitle p {
margin-top: -5px !important;
margin-bottom: -20px !important;
}
/* ---------- Reduce Space around Blog Excerpts in Search Mode text by Slava ---------- */
.search .post-content {
padding-top: 0;
padding-bottom: 0;
}
/* ---------- To FURTHER Reduce Space around Blog Excerpts in Search Mode text by Slava ---------- */
.search .post-content {
margin-top: -27px;
}
.search .meta-info {
margin-top: -10px !important;
}
/* ---------- For the space issues around text category/music/ by Slava ---------- */
.post-content {
padding-top: 0px;
padding-bottom: 0;
}
/* ---------- For similar space issues around text 2012/11/12-sliff-buzz-pelotero/ by AlexL ---------- */
.post-content {
padding: 0px 50px 5px;
}
/* ---------- For trackbacks issues around text best-piano-app-for-iphone-free-right-now/ by Slava ---------- */
#trackbacks {
margin-top: 40px;
}
/* ---------- For creating more space below title of post (was interfering with picture frame) by Slava ---------- */
.post-content {
margin-top: 30px;
}
/* ---------- Less space between h4 lines in post by Oleg ---------- */
.post-content h4 {
line-height: 20px !important;
}
/* ---------- to display lists properly by Slava ---------- */
.post-content ul li {
list-style: disc !important;
}
/* ---------- to have copyright footer with less padding by Igor B ---------- */
p#copyright {
margin-top: -75px !important;
width: 200px;
margin-bottom: -15px;
}
/* ---------- to have copyright footer tweaked so it shows up the right way with Firefox by Anton K ---------- */
p#copyright {
margin-bottom: -25px;
margin-top: -46px !important;
}
/* ---------- to have copyright footer higher up with Firefox by Anton K ---------- */
body.home p#copyright {
margin-top: -82px !important;
}
/* ---------- to have tables show items properly (Say pictures) by Anton K ---------- */
table th {
padding-left: 0!important;
}
/* ---------- to have tables show items properly - one more attempt (Say pictures) by Slava ---------- */
body.page-id-9424 table {
max-width: 100% !important;
}
/* ---------- to have tables show items properly - one more attempt (Say pictures) by Slava ---------- */
table {
max-width: 100% !important;
}
/* ---------- to prevent page titles to interfere with featured image eco/kale project by Mayur ---------- */
h1.page_title {
margin-top: 0px !important;
margin-bottom: 0px !important;
}
/* ---------- to make projects become full-width by Mayur ---------- */
.single-project #left-area {
width: 100%;
}
.single-project #sidebar {
display: none;
}
.single-project #content-area::before {
border: none;
}
/* ---------- to make project images centered by Mayur ---------- */
.flexslider .slides img {
margin: 0 auto;
}
/* ---------- to make images not OFF right and left by Rijendra ---------- */
#main-area img {
height: auto;
max-width: 100%;
}
.post-content img {
max-width: 100%;
height:auto;
}
/* ---------- to have submenus visible available -did not help - in Mac Chrome by Slava ---------- */
#menu-top-menu ul {
position: absolute;
z-index: 999;
}
/* ---------- to line up dropcap with text top right bottom left by Rijendra ---------- */
.et-dropcap {
margin: -7px -1px -4px 0 !important;
}

/* ---------- to bring feature title closer to text below in slider by KarenB ---------- */
h2.featured-title {
margin-bottom: -10px;
}
/* ---------- to bring feature title move up -22 was suggested, along with text below in slider by KarenB ---------- */
h2.featured-title {
margin-top: -16px;
}
/* ---------- to bring dropcap vertically closer to text by KarenB ---------- */
.et-dropcap {
line-height: 50px !important;
font-size: 50px !important;
}
/* ---------- to optimize background size - seems to prevent the need to tile yeah - with latest browsers by Slava ---------- */
body {
background-size: cover;
}
/* ---------- to eliminate puzzling "Read More" on blog post compilation page ---------- */
#et_pt_blog .readmore {
position: relative !important;
}
/* ---------- to have avatar size in comment be the right size by Vlad ---------- */
.comment-body img.avatar {
width: 60px!important;
height: 60px!important;
max-width: 60px!important;
}
/* ---------- to prevent images to stick out on right by Karen ---------- */
@media screen and (max-width: 800px) {
table img {
width: 89%;
}
table {
width: 99% !important;
}
}
/* ---------- to prevent title to stick out on right by Karen ---------- */
@media screen and (max-width: 800px) { 
h1.page_title {
font-size: 10px !important;
}
}
/* ---------- to prevent lack of font consistency by Bashir ---------- */
#logo-area h2 {
font-family:Arial !important;
font-size:12px !important;
font-weight:normal !important;
text-transform:normal !important;
}
#breadcrumbs {
font-family:Arial !important;
font-size:12px !important;
font-weight:normal !important;
text-transform:normal !important;
}
#breadcrumbs a {font-family:Arial !important;
font-size:12px !important;
font-weight:normal !important;
text-transform:normal !important;
}
#top-menu a {font-family:Arial !important;
font-size:12px !important;
font-weight:bold !important;
text-transform:normal !important;
}
/* ---------- to prevent Featured image from appearing beyond front page by Mayur ---------- */
.single-project .flexslider {
display:none;
}
/* ---------- to prevent social media icons from displaying on project page and let text appear by Mayur ---------- */
.et_media_description .sharedaddy {
display:none;
}
/* ---------- to change color titles by Sneh ---------- */
h1.page_title,.widget .widgettitle {
color: #7e1416 !important;
}
/* ---------- to add padding to dropcap by Vlad ---------- */
.et-dropcap {
padding: 5px 5px 2px 0px;
}
/* ---------- to prevent table images from sticking out on the right on information missing triptych by Karen ---------- */
.page-id-10521 .post-content > table:first-child tbody {
display: block;
left: -91px;
position: relative;
}
@media screen and (max-width: 800px) {
.page-id-10521 .post-content > table:first-child tbody {
left: -1px !important;
position: relative;
}
}
@media screen and (min-width:400px) and (max-width: 700px) {
.page-id-10521 .post-content > table:first-child tbody {
left: -1px !important;
position: relative;
}
}
/* ------- Home tabbed ---------------- */
.widget_ettabbedwidget {
border: 1px solid #e5e5e5;
background-color: #fff;
position: relative;
margin-bottom: 30px;
padding: 24px 24px 0;
}
.widget_ettabbedwidget:after {
content: '';
position: absolute;
height: 7px;
bottom: -7px;
left: 0;
background: url(images/shadow2.png) no-repeat top center;
width: 100%;
}
#tab-controls {
border: 1px solid #fff;
border-bottom: none;
background-color: #f9f9f9;
margin: -24px -24px 0;
}
#tab-controls li {
float: left;
width: 98px;
text-shadow: 1px 1px 0 #fff;
text-align: center;
border-right: 1px solid #e5e5e5;
border-left: 1px solid #fff;
border-bottom: 1px solid #e5e5e5;
padding: 0;
background: none;
margin-bottom: -1px;
}
#tab-controls a {
padding: 21px 0;
}
#tab-controls .first {
border-left: none;
}
#tab-controls .last {
border-right: none;
}
#tab-controls .active {
background-color: #fff !important;
border-bottom: none;
}
#tab-controls li a {
text-decoration: none;
color: #4c4c4c;
display: block;
}
#all-tabs li {
position: relative;
border-bottom: 1px solid #f7f7f7;
margin: 0 -24px;
}
#all-tabs .last {
border-bottom: none;
}
#all-tabs span.post-meta {
left: 23px;
top: 13px;
font-size: 10px;
text-transform: uppercase;
-webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius: 35px;
width: 35px;
height: 35px;
line-height: 26px;
}
#all-tabs span.post-meta span {
margin-top: -16px;
}
#all-tabs h4 {
color: #4c4c4c;
font-size: 16px;
padding: 16px 20px 0 70px;
}
#all-tabs p.meta-info {
padding: 0 0 6px 70px;
font-size: 12px;
color: #b1b0b0;
margin-top: -3px;
}
#all-tabs p.meta-info a {
color: #b1b0b0;
text-decoration: none;
}
#all-tabs p.meta-info a:hover {
color: #949494;
}
.widget_ettabbedwidget h4.widgettitle {
text-shadow: 1px 1px 0 #fff;
color: #4c4c4c;
font-size: 16px;
background-color: #f9f9f9;
margin: -24px -24px 0;
padding: 21px;
border: 1px solid #fff;
border-bottom: 1px solid #e5e5e5;
}
.widget_ettabbedwidget > ul {
margin: 0 -24px;
}
.widget_ettabbedwidget li {
border-bottom: 1px solid #f7f7f7;
font-size: 16px;-moz-transition: all .3s;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
#tabbed li {
-moz-transition: none;
-webkit-transition: none;
-o-transition: none;
transition: none;
}
.widget_ettabbedwidget li a {
text-decoration: none;
color: #4c4c4c;
padding: 20px 40px;
display: block;
}
.widget_ettabbedwidget li:hover {
background-color: #fefcf9;
-moz-box-shadow: inset 1px 1px 0 #fff;
-webkit-box-shadow: inset 1px 1px 0 #fff;
box-shadow: inset 1px 1px 0 #fff;
}
#tabbed li:hover {
background: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.widget_ettabbedwidget li:hover a {
color: #4c4c4c;
}
#all-tabs ul {
margin: 0;
}
#all-tabs li {
padding: 0;
}
#all-tabs a {
display: inline;
padding: 0;
}
.popular-tab {
display: none;
}
.popular-tab.first {
display: block;
}
.popular-tab li {
padding: 20px !important;
}
.widget_ettabbedwidget {
width: 88%;
margin: 0 auto;
}
span.date {
width: 58px !important;
height: 55px !important;
}
#tab-controls .active,#tab-controls li:hover {
background-color: #f07e6f !important;
color: white;
text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 0 10px rgba( 240, 126, 111,0.9);
-webkit-box-shadow: inset 0 0 10px rgba( 240, 126, 111, 0.9);
box-shadow: inset 0 0 10px rgba(252, 242, 226, 0.9);
}
#tab-controls {
border: none;
}
span.menu_slide, span.main_text {
display: block;
padding: 5px 15px 28px;
position: relative;
}
span.menu_slide {
display: none;
}
#tab-controls a {
height: 20px;
overflow: hidden;
}
#tab-controls .active {
border-bottom: 1px solid #E5E5E5 !important;
}
/* -------------- search area --------------- */
#additional-info {
position:absolute;
top: 1px;
right: 1px;
}
#et-social-icons {
float: left;
padding-top: 9px;
padding-right: 20px;
}
#et-social-icons a {
padding-left: 3px;
}
#search-form {
float: right;
background: url(images/search-bg.png) no-repeat;
width: 161px;
height: 28px;
}
#search-form #searchinput {
background: none;
border: none;
float: left;
margin: 5px 7px 0 5px;
width: 114px;
padding-left: 9px;
font-size: 11px;
font-family: Georgia, serif;
color: #a3a3a3;
text-shadow: 1px 1px 0px #ffffff;
font-style: italic;
}
#search-form #searchsubmit {
margin-top: 7px;
margin-right: 7px;
}
#main_footer {
width: 100% !important;
}
@media only screen and ( max-width: 960px ) {
#tab-controls li {
width: 97px;
}
}
@media only screen and ( max-width: 767px ) {
#logo-area {
width: 450px;
background-size: 100%;
background-repeat: no-repeat;
}
#tab-controls li {
width: 107px !important;
}
}
@media only screen and ( max-width: 479px ) {
#quote {
margin-top: 40px !important;
}
#logo-area {
width: 290px !important;
background-size: 100% !important;
background-repeat: no-repeat !important;
}
#featured #flex_controllers {
display: none;
}
.widget_ettabbedwidget {
width: 83%;
}
#tab-controls li {
width: 92px !important;
}
.section-tagline {
margin-left: 4px;
}
}
#copyright {
float: none !important;
margin: 0 auto;
width: 150px;
}
#featured .flex-direction-nav .flex-next {
right: 0px;
}
#featured .flex-direction-nav .flex-prev {
left: 10px;
}
#tab-controls .more {
position: absolute;
right: 10px;
top: -28px;
display: none;
height: 20px;
padding: 0;
box-shadow: none !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
background-color: transparent !important;
border-bottom: none !important;
color: #676761;
text-shadow: none !important;
}
#tab-controls .more.active {
display: block;
}
#featured .sharedaddy {
display: none;
}
#featured .flex-direction-nav .flex-next {
background: url("http://piermarton.info/wp-content/uploads/2013/08/featured-arrow.png") no-repeat scroll 0 0 transparent;
right: -4px;
}
#featured .flex-direction-nav .flex-prev {
background: url("http://piermarton.info/wp-content/uploads/2013/08/featured-arrow-left.png") repeat scroll 0 0 transparent;
left: -4px;
}
.container.theme5 ul li {
list-style: outside none none !important;
}
.container.theme5 ul li ul li {
list-style: outside none disc !important;
}

