/*
Theme Name: Foolish Wisdom Blog
Description: Custom Wordpress Theme
Author: SpeedITOnline
*/

@font-face {
    font-family: 'AlberRegular';
    src: url('alber-regular-webfont.eot');
    src: url('alber-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('alber-regular-webfont.woff') format('woff'),
         url('alber-regular-webfont.ttf') format('truetype'),
         url('alber-regular-webfont.svgz#AlberRegular') format('svg'),
         url('alber-regular-webfont.svg#AlberRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {font-size:14px; font-family: 'AlberRegular'; color:#000; margin:0; padding:0; }
div.sharedaddy h3.sd-title:before{border: 0 none !important;}
/*---- Header ----*/
#main {width:1000px; margin:20px auto 0px auto; background:#f4f5f5; }
#header {width:1000px; height:230px; margin:0px 0px 0px 0px; padding:0px; background:url(images/header-bg.jpg) repeat-x;}
#logo {width:387px; height:106px; margin:0px; padding:5px 0px 5px 15px; float:left;}
#header-text {float:right; font-size:20px; padding:25px 15px 0px 0px; text-align:right; font-style:italic; line-height:22px;}
/*---- Header ----*/

/*---- Content Area----*/
#wrapper {width:1000px; margin:auto; padding:0px 0px 0px 0px; background:url(images/content-bg.jpg) repeat-y;}
#content {width:1000px; overflow:hidden; float:left; margin:auto; padding:0;}
#textarea {width:970px; margin:auto; padding:0;}
/*---- Content Area----*/

/*---- Blog Content Area----*/
#blog-content {width:750px; float:left; margin:auto; padding:0;}
#textarea-blog {width:740px; padding:0 0 0 10px;}
div.entry { margin-bottom:20px; padding-bottom:10px; border-bottom:1px solid #333333; }
div.entry p.small-text { font-size:16px;color:#000; }
div.entry p.descr { padding-bottom:.6em;margin:0;line-height:1.4em; }
#date {font-size:12px; color:#333;}

/*---- Blog Content Area----*/

/*---- Sidebar ----*/
#sidebar {width:225px; float:right; margin-right:0px; border-right:1px solid #000; border-bottom:1px solid #000;background-color:#FFF;}
#side-items {width:225px; padding-bottom:0px; margin-bottom:0px;}
#sidebar a {color:#000;}
#sidebar a:hover {color:#000; text-decoration:underline;}
.title {font-size:18px; color:#000; margin:8px 0 10px 0px; height:42px; line-height:28px; text-align:center; width:225px; padding:0; background:url(images/bottom-bg.jpg) repeat-x bottom;}
#side-items h1 {font-size:18px; color:#000; margin:5px 0 15px; padding:0;}
#side-items h2 {font-size:14px; color:#000; margin:10px 0; padding:0;}
#side-items ul {font-size:14px; color:#000; margin:0 0 0 25px; padding:0;}
#side-items ul li {font-size:14px; color:#000; margin:0 0 0 0; padding:0;}
#side-items p {font-size:14px; color:#000; margin:10px 0 0px 5px; padding:0 5px 0 0;}
#side-top {background:url(images/top-bg.jpg) repeat-x top; height:7px; width:225px; margin:0px 0px 1px 0px;}
#side-bottom {background:#000; height:4px; width:222px; margin:1px 0px 10px 0px;}
/*---- Sidebar ----*/

/*---- Footer ----*/
#footer {width:1000px; color:#fff; height:34px; text-align:center; padding:0;}
#footer p {font-size:14px; margin:8px 0 3px; padding:0;}
#copyright {margin-top:0px; color:#000; font-size:12px;}
/*---- Footer ----*/

/*---- Miscellenous ----*/
h1 {color:#b10505; font-size:26px; margin:10px 0 0; font-weight:normal; padding:0;}
h1 a {color:#b10505; text-decoration:none; font-size:26px; font-weight:normal;}
h2 {color:#b10505; font-size:20px; margin:5px 0; padding:0;  font-weight:normal;}
p, li {color:#000; font-size:16px;}
ul {color:#000; font-size:16px;  margin: 5px;}
.clear {clear:both;}
.wppa-nav-text a {text-decoration:none; color:#182F3F;}
a {text-decoration:none; color:#b10505;}
.navigation {width:100%; margin:auto auto 10px;}
.align-left {width:49%; float:left;}
.align-right {width:49%; float:right; text-align:right;}
.alignleft {float:left; padding: 2px; margin-right: 20px; }
.alignright {float:right;}
.post_thumbnail {border:1px solid #000; margin:5px 20px 0px 0px;}
.photosmash_gallery h2 {display:none;}
.wp-slider-buttons {display:none;}
.wp-slider-content {display:none;}
.screen-reader-text {display:none;}
#searchform {margin:10px auto; width:210px;background:url(images/top-bg.jpg) repeat-x top;padding-left:15px;padding-top:10px;}
#s {width:126px;}
/*---- Miscellenous ----*/

/*---- Menu ----*/
/*** ESSENTIAL STYLES FOR MENU***/
#menu {width:1000px; height:56px; margin:0px 0px 0px 0px; padding:15px 0px; background:url(images/menu-bg.jpg) repeat-x;}
.sf-menu, .sf-menu * { margin:0; padding:0; list-style:none; text-transform:capitalize;}
.sf-menu { height:86px;}
.sf-menu ul { position:absolute; top:-999em; width:186px;}
.sf-menu ul li { width:100%; }
.sf-menu li:hover { visibility:inherit; }
.sf-menu li { float:left; position:relative; }
.sf-menu a { display:block; position:relative; }
.sf-menu li:hover ul,
.sf-menu li.sfHover ul { left:0; top:38px; /* match top ul list item height */ z-index:2000;}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul { top:-999em; }
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {left:10em; /* match ul width */ top:0; }
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul { top:-999em; }
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul { left:10em; /* match ul width */ top:0;
}

/*** SKIN FOR MENU ***/
.sf-menu li {line-height:28px; font-size:24px; color:#000; border:none; width:250px;}
.sf-menu li:first-child {background:none;}
.sf-menu li a { margin:0px 0px 0px 1px; color:#000; text-decoration:none; padding:0px 33px;}
.sf-menu li a:hover { margin:0px 0px 0px 1px; color:#b10505;}
.sf-menu li li li { background:#9AAEDB; }
.sf-menu li li {background:none; border-bottom:#000000 solid 1px; line-height:22px; margin:0px 0px 0px 4px; width:178px;}
.sf-menu li li a {margin:0px; padding:4px 10px; width:158px;}
.sf-menu li li a:hover {margin:0px; background:#0C2028;}
.sf-menu li:hover a { color:#b10505; }
.sf-menu li.sfHover {  outline:0; text-decoration:none;  }
.sf-menu a:focus {  outline:0; text-decoration:none;  }
.sf-menu a:hover {  outline:0; text-decoration:none;  }
.sf-menu a:active {  outline:0; text-decoration:none;  }
.sf-menu li.current_page_item a {color:#b10505;}
.sf-menu li.current_page_parent a {color:#b10505;}

/*** arrows **/
.sf-menu a.sf-with-ul { padding-right:1.75em; min-width:1px; padding-right:43px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator { position:absolute; display:block; right:25px; top:38px; 
/* IE6 only */ 
width:10px; height:10px; text-indent:-999em; overflow:hidden; background:url('images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */ top:.8em; background-position: 0 -100px; /* use translucent arrow for modern browsers*/ }

/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator { background-position: -10px -100px; /* arrow hovers for modern browsers*/ }

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator { background-position: -10px 0; /* arrow hovers for modern browsers*/}

/*** shadows for all but IE6 ***/
.sf-shadow ul { background:	url('images/dropdown-menu.png') bottom left no-repeat; padding-bottom:15px;}
.sf-shadow ul.sf-shadow-off { background: transparent; }
/*---- Menu ----*/

.really_simple_share {float:right; width:240px;height:30px !important;margin-top:-30px;}
.fb_share_count_top {line-height:30px !important;}
.twitter-share-button {float:right; }
.really_simple_share_facebook_like, .really_simple_share_twitter {float:right;}