diff --git a/.sass-cache/d1a548f5ef9f2ce138ebbc3eb924a26f1716968b/variables.scssc b/.sass-cache/d1a548f5ef9f2ce138ebbc3eb924a26f1716968b/variables.scssc
new file mode 100644
index 0000000..3dfcd16
Binary files /dev/null and b/.sass-cache/d1a548f5ef9f2ce138ebbc3eb924a26f1716968b/variables.scssc differ
diff --git a/_notes/dwsync.xml b/_notes/dwsync.xml
index 7337a20..a8c8fea 100644
--- a/_notes/dwsync.xml
+++ b/_notes/dwsync.xml
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/functions.php b/functions.php
index a77bc1e..a5290a0 100644
--- a/functions.php
+++ b/functions.php
@@ -19,8 +19,9 @@ function sherman_scripts() {
// Remove the Header Image Feature
function sherman_remove_theme_features() {
- remove_theme_support( 'custom-header' );
+ remove_theme_support( 'custom-header' );
remove_theme_support( 'custom-background' );
+ remove_theme_support( 'post-formats' );
}
add_action( 'init', 'sherman_remove_theme_features' );
diff --git a/javascripts/_notes/dwsync.xml b/javascripts/_notes/dwsync.xml
index eca7c19..1ebe831 100644
--- a/javascripts/_notes/dwsync.xml
+++ b/javascripts/_notes/dwsync.xml
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/javascripts/min/_notes/dwsync.xml b/javascripts/min/_notes/dwsync.xml
index 5f0d299..b8bb07a 100644
--- a/javascripts/min/_notes/dwsync.xml
+++ b/javascripts/min/_notes/dwsync.xml
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/sass/_notes/dwsync.xml b/sass/_notes/dwsync.xml
index 5c4b4b5..0adc851 100644
--- a/sass/_notes/dwsync.xml
+++ b/sass/_notes/dwsync.xml
@@ -1,5 +1 @@
-<<<<<<< HEAD
-
-=======
-
->>>>>>> 6c44314c017c92900781edde52c5764521ad5683
+
\ No newline at end of file
diff --git a/sass/variables.scss b/sass/variables.scss
index b1e2d38..4619421 100644
--- a/sass/variables.scss
+++ b/sass/variables.scss
@@ -7,14 +7,6 @@ $uc-ecw-month-color: #2e77b0;
$uc-ecw-day-bg: #f5f5f5;
$uc-ecw-day-color: #454545;
-$footers-border-color: #bd2429;
-$footers-border-width: 1px 0 0 0;
-
-$footers-margin: 0;
-$footers-bg: #d5d5d5;
-$footers-link-color: #5a595a;
-$footers-link-hover: #343434;
-
$header_border: #273a60;
@@ -86,13 +78,22 @@ $link-color: #388ac3;
$link-hover-color: darken($link-color, 15%) !default;
+
+
+
+$footers-margin: 0;
+$footers-bg: #08193c;
+$footers-link-color: rgba(255,255,255,.8);
+$footers-link-hover: rgba(255,255,255,1);
+
$footers-border-color: #bd2429;
$footers-border-width: 1px 0 0 0;
-$footers-margin: 0;
-$footers-bg: #d5d5d5;
-$footers-link-color: #444;
-$footers-link-hover: #000;
+
+$megafooter-widget-color: rgba(255,255,255, 0.6);
+$megafooter-widget-head-color: #7C7C7C!important;
+
+
@mixin searchform(){
diff --git a/style.css b/style.css
index bcea733..bcc6527 100644
--- a/style.css
+++ b/style.css
@@ -7060,9 +7060,15 @@ code {
margin: 1em;
}
.page .uc-cal.uc-listcal .uc-cal-list a.uc-cal-event {
+ display: block;
+ position: relative;
+ padding-left: 3em;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page .uc-cal.uc-listcal .uc-cal-list a.uc-cal-event .uc-cal-event-date {
+ position: absolute;
+ left: 0;
+ top: 0;
display: block;
font-weight: normal;
color: #aaa;
@@ -7493,9 +7499,15 @@ object {
margin: 1em;
}
.widget.uc-ecw .uc-cal.uc-listcal .uc-cal-list a.uc-cal-event {
+ display: block;
+ position: relative;
+ padding-left: 3em;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.widget.uc-ecw .uc-cal.uc-listcal .uc-cal-list a.uc-cal-event .uc-cal-event-date {
+ position: absolute;
+ left: 0;
+ top: 0;
display: block;
font-weight: normal;
color: #aaa;
@@ -7752,7 +7764,7 @@ q:before, table q:after {
== Footers
- - - - - - - - - - - - - - - - - - - */
#footers {
- background-color: #d5d5d5;
+ background-color: #08193c;
margin: 0;
border: 0px solid transparent;
border-color: #bd2429;
@@ -7771,31 +7783,31 @@ body.sticky #footers {
background-color: transparent;
}
#mega-footer .widget {
- color: #333333;
+ color: rgba(255, 255, 255, 0.6);
background-color: transparent;
border: none;
}
#mega-footer .widget a {
- color: #444444;
+ color: rgba(255, 255, 255, 0.8);
}
#mega-footer .widget a:hover {
- color: black;
+ color: white;
}
#mega-footer .widget .widget-head {
background-color: transparent;
- color: #333333;
+ color: #7c7c7c !important;
border: none;
}
#footer {
padding: 1.5em 0;
- color: #444444;
+ color: rgba(255, 255, 255, 0.8);
}
#footer a {
- color: #444444;
+ color: rgba(255, 255, 255, 0.8);
}
#footer a:hover {
- color: black;
+ color: white;
}
#footer ul {
@@ -8033,6 +8045,10 @@ body {
padding-left: 3em;
padding-right: 3em;
}
+#content #page-blank .page {
+ padding-left: 0;
+ padding-right: 0;
+}
@media (max-width: 767px) {
#content .page {
@@ -8056,7 +8072,7 @@ body {
}
#mega-footer, #footer {
- border-top: 1px solid #c8c8c8;
+ border-top: 1px solid #233e75;
}
#mega-footer + #footer {
@@ -8066,3 +8082,7 @@ body {
.form-control {
border-right: none;
}
+
+#mega-footer .widget .widget-head h2 {
+ color: #7C7C7C;
+}
diff --git a/style.scss b/style.scss
index 5a63269..64adf47 100644
--- a/style.scss
+++ b/style.scss
@@ -174,6 +174,7 @@ body {
+
#main {
border:1px solid #eee;
}
@@ -217,6 +218,12 @@ body {
padding-left:3em;
padding-right:3em;
}
+ #page-blank {
+ .page {
+ padding-left:0;
+ padding-right:0;
+ }
+ }
}
@media (max-width: 767px) {
#content .page {
@@ -250,7 +257,7 @@ body {
#mega-footer, #footer {
- border-top:1px solid #c8c8c8;
+ border-top:1px solid #233e75;
}
#mega-footer+#footer {
border-top:none;
@@ -259,4 +266,7 @@ body {
.form-control {
border-right:none;
-}
\ No newline at end of file
+}
+#mega-footer .widget .widget-head h2 {
+ color:#7C7C7C;
+}
diff --git a/stylesheets/_notes/dwsync.xml b/stylesheets/_notes/dwsync.xml
index 0981d85..b3a7f1d 100644
--- a/stylesheets/_notes/dwsync.xml
+++ b/stylesheets/_notes/dwsync.xml
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file