commit 6f91b6d5875d0acb86a9fa15cefeaaa22c660782
parent c80225ed48fd4af82efd7d82514b7d3ed4fae22d
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 6 Jul 2014 20:16:53 +0200
Remove wrong directory
Diffstat:
8 files changed, 0 insertions(+), 1841 deletions(-)
diff --git a/core/css/.DS_Store b/core/css/.DS_Store
Binary files differ.
diff --git a/core/css/comments.css b/core/css/comments.css
@@ -1,199 +0,0 @@
-/* COMMENTS ------------------------------------------------------------*/
-
-#comments-wrap a{
- text-decoration: none;
-}
-
-.comment {
- border-bottom: 1px #ccc dotted;
- margin: 0 0 18px;
- padding: 0 0 18px;
-}
-
-
-.v-card{ color: #ccc;}
-
-.comment .avatar {
- float: left;
- margin: 2px 15px 0 0;
- height: 35px;
- width: 35px;
-}
-
-.respond-title-wrap,
-.comment-title-wrap {
- border-bottom: 1px solid #ecedf3;
- padding: 0 0 15px 0;
- margin: 0 0 30px 0;
-}
-
-#respond-title,
-#comments,
-.add-comment-link {
- font-size: 15px;
- color: #2c2d31;
- font-weight: bold;
-}
-
-.respond-caption { font-size: 11px; }
-
-.add-comment-link a {
- font-size: 12px;
- padding: 0 15px 0 0;
- background: url(images/right_arrow.png) no-repeat right center;
-}
-
-.commentlist {
- margin: 0 0 30px 0;
- list-style-type: none;
- font-size: 13px;
-}
-
-.commentlist ul {
- margin: 0 0 0 10px;
- padding: 0 0 0 40px;
-}
-
-.commentlist ul li { padding: 0 0 25px 0; }
-
-.commentlist ul li:last-child {
- margin-bottom: 0;
- padding-bottom: 0;
- background: none;
-}
-
-.commentlist ul li:first-child .comment-border {
- border-bottom: 1px #ccc dotted;
- margin: 18px 0 0 0;
- height: 18px;
- width: 430px;
-}
-
-.comment {
- margin: 0 0 18px 0;
- padding: 0 0 18px 0;
- background: url(images/dotted_border.png) repeat-x bottom;
-}
-
-/* CHILDREN ------------------------------------------------------------*/
-
-.children .comment {
- border-bottom: none;
- margin-top: 20px;
- border-top: 1px #ccc dotted;
-}
-
-.children { list-style-type: none; }
-
-
-
-.comment .children .avatar {}
-
-.comment p:last-child { margin: 0; }
-
-
-.comment-author cite a {
- padding: 0 15px 0 0;
- background: url(images/right_arrow.png) no-repeat right center;
- color: #2C2D31;
-}
-
-.comment-body{
- position: relative;
-}
-
-.comment .children .comment-body { margin: 20px 0 0 20px; }
-
-.nocomments {
- text-align: center;
- padding: 20px;
-}
-
-.comment-body ul { list-style-type: disc; }
-
-.comment-body ol { list-style-type: decimal; }
-
-/* REPLY ------------------------------------------------------------*/
-
-.reply {
- position: absolute;
- right: 0;
- top: -5px;
-}
-
-.reply .comment-reply-link {
- padding: 0 15px 0 0;
- color: #f1f1f1;
- font-size: 11px;
- background: #606060;
- padding: 3px 10px;
-
- border-radius: 10px;
- -moz-border-radius: 10px;
- -webkit-border-radius: 10px;
-}
-
-.reply .comment-reply-link:hover{
- background: #000;
-}
-
-/* META ------------------------------------------------------------*/
-
-.comment-meta {
- margin: 0 0 12px 50px;
- color: #a4a5aa;
- font-size: 11px;
- position: relative;
-}
-
-.children .comment-meta { margin-left: 40px; }
-
-.comment-meta a {
- font-weight: normal;
- color: #ccc;
- font-style: italic;
-}
-
-.comment-author cite {
- font-weight: bold;
- font-style: normal;
- color: #2C2D31;
- margin: 0;
- padding: 0;
-}
-
-/* COMMENTS PAGINATION ------------------------------------------------------------*/
-
-.comments-pagination {
- clear:both;
- overflow: hidden;
- padding:20px 0;
- position:relative;
- font-size:11px;
- line-height:13px;
- margin-bottom: 10px;
-}
-
-.comments-pagination span,
-.comments-pagination a {
- display:block;
- float:left;
- margin: 2px 2px 2px 0;
- padding:6px 9px 5px 9px;
- text-decoration:none;
- width:auto;
- color:#fff;
- background: #555;
-}
-
-.comments-pagination a:hover{
- color:#fff;
- background: #000000;
-}
-
-.comments-pagination .current{
- padding:6px 9px 5px 9px;
- background: #000000;
- color:#fff;
-}
-
diff --git a/core/css/ie-hacks.css b/core/css/ie-hacks.css
@@ -1,6 +0,0 @@
-/* IE hacks */
-
-
-
-
-
diff --git a/core/css/jquery.tweet.css b/core/css/jquery.tweet.css
@@ -1,66 +0,0 @@
-.tweet, .query {
- }
-
-.tweet .tweet_list,
-.query .tweet_list {
- -webkit-border-radius: .5em;
- list-style-type: none;
- margin: 0;
- padding: 0;
- overflow-y: hidden;
- }
-
-.tweet .tweet_list .awesome,
-.tweet .tweet_list .epic,
-.query .tweet_list .awesome,
-.query .tweet_list .epic {
- text-transform: uppercase; }
-
-.tweet .tweet_list li,
-.query .tweet_list li {
- overflow-y: auto;
- overflow-x: hidden;
- padding: 0px 5px 10px 22px;
- margin-bottom: 10px;
- background: url("../img/tweet-quotes.png") no-repeat 0px 3px transparent;
- border-bottom: 1px solid #373737;
-}
-
-.tweet .tweet_list li:last-child,
-.query .tweet_list li:last-child {
- border-bottom: none;
-}
-
-
-#footer .tweet .tweet_list li a,
-.query .tweet_list li a {
- color: #ccc;
- text-decoration: none;
- border-bottom: 1px dotted #333;
-}
-
-
-#footer .tweet .tweet_list li a:hover,
-.query .tweet_list li a:hover {
- color: #fff;
- border-bottom: 1px dotted #7D7D7D;
-}
-
-
-.tweet .tweet_list .tweet_avatar,
-.query .tweet_list .tweet_avatar {
- padding-right: .5em;
- float: left; }
-
-.tweet .tweet_list .tweet_avatar img,
-.query .tweet_list .tweet_avatar img {
- vertical-align: middle; }
-
-#footer-cols .tweet .tweet_list .tweet_time a{
- font-style: italic;
- color: #515151;
-}
-
-#footer-cols .tweet .tweet_list .tweet_text{
- color: #7D7D7D;
-}
-\ No newline at end of file
diff --git a/core/css/reset.css b/core/css/reset.css
@@ -1 +0,0 @@
-/* http://meyerweb.com/eric/tools/css/reset/ *//* v1.0 | 20080212 */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;}body { line-height: 1;}ol, ul { list-style: none;}blockquote, q { quotes: none;}blockquote:before, blockquote:after,q:before, q:after { content: ''; content: none;}/* remember to define focus styles! */:focus { outline: 0;}/* remember to highlight inserts somehow! */ins { text-decoration: none;}del { text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */table { border-collapse: collapse; border-spacing: 0;}
-\ No newline at end of file
diff --git a/core/css/social-icons.css b/core/css/social-icons.css
@@ -1,215 +0,0 @@
-/*
-
-The list of Socia icon files in 32px
-
-addthis_32.png
-aim_32.png
-aim2_32.png
-apple_32.png
-bebo_32.png
-behance_32.png
-blogger_32.png
-brightkite_32.png
-cargo_32.png
-delicious_32.png
-design_bump_32.png
-designfloat_32.png
-designmoo_32.png
-deviantart_32.png
-digg_32.png
-dopplr_32.png
-dribbble_32.png
-email_32.png
-ember_32.png
-evernote_32.png
-facebook_32.png
-flickr_32.png
-friendfeed_32.png
-github_32.png
-google_32.png
-google_buzz_32.png
-google_talk_32.png
-googlemaps_32.png
-lastfm_32.png
-linkedin_32.png
-livejournal_32.png
-mixx_32.png
-mobileme_32.png
-msn_32.png
-myspace_32.png
-netvibes_32.png
-newsvine_32.png
-orkut_32.png
-pandora_32.png
-paypal_32.png
-picasa_32.png
-posterous_32.png
-qik_32.png
-reddit_32.png
-rss_32.png
-sharethis_32.png
-skype_32.png
-slashdot_32.png
-squidoo_32.png
-stumbleupon_32.png
-technorati_32.png
-tumblr_32.png
-twitter_32.png
-viddler_32.png
-vimeo_32.png
-virb_32.png
-windows_32.png
-wordpress_32.png
-xing_32.png
-yahoo_32.png
-yahoo_buzz_32.png
-yelp_32.png
-youtube_32.png
-
-*/
-
-
-/* Circular 32x32 px ------------------------------------------------------------*/
-
-
-.social .addthis{ background: url(../img/social-icons/circular/addthis_32.png); }
-.social .aim{ background: url(../img/social-icons/circular/aim_32.png); }
-.social .aim2{ background: url(../img/social-icons/circular/aim2_32.png); }
-.social .apple{ background: url(../img/social-icons/circular/apple_32.png); }
-.social .bebo{ background: url(../img/social-icons/circular/bebo_32.png); }
-.social .behance{ background: url(../img/social-icons/circular/behance_32.png); }
-.social .blogger{ background: url(../img/social-icons/circular/blogger_32.png); }
-.social .brightkite{ background: url(../img/social-icons/circular/brightkite_32.png); }
-.social .cargo{ background: url(../img/social-icons/circular/cargo_32.png); }
-.social .delicious{ background: url(../img/social-icons/circular/delicious_32.png); }
-.social .design-bump{ background: url(../img/social-icons/circular/design_bump_32.png); }
-.social .designfloat{ background: url(../img/social-icons/circular/designfloat_32.png); }
-.social .designmoo{ background: url(../img/social-icons/circular/designmoo_32.png); }
-.social .deviantart{ background: url(../img/social-icons/circular/deviantart_32.png); }
-.social .digg{ background: url(../img/social-icons/circular/digg_32.png); }
-.social .dopplr{ background: url(../img/social-icons/circular/dopplr_32.png); }
-.social .dribbble{ background: url(../img/social-icons/circular/dribbble_32.png); }
-.social .email{ background: url(../img/social-icons/circular/email_32.png); }
-.social .ember{ background: url(../img/social-icons/circular/ember_32.png); }
-.social .evernote{ background: url(../img/social-icons/circular/evernote_32.png); }
-.social .facebook{ background: url(../img/social-icons/circular/facebook_32.png); }
-.social .flickr{ background: url(../img/social-icons/circular/flickr_32.png); }
-.social .friendfeed{ background: url(../img/social-icons/circular/friendfeed_32.png); }
-.social .github{ background: url(../img/social-icons/circular/github_32.png); }
-.social .google{ background: url(../img/social-icons/circular/google_32.png); }
-.social .google-plus{ background: url(../img/social-icons/circular/google_plus_32.png); }
-.social .google-buzz{ background: url(../img/social-icons/circular/google_buzz_32.png); }
-.social .google-talk{ background: url(../img/social-icons/circular/google_talk_32.png); }
-.social .googlemaps{ background: url(../img/social-icons/circular/googlemaps_32.png); }
-.social .lastfm{ background: url(../img/social-icons/circular/lastfm_32.png); }
-.social .linkedin{ background: url(../img/social-icons/circular/linkedin_32.png); }
-.social .livejournal{ background: url(../img/social-icons/circular/livejournal_32.png); }
-.social .mixx{ background: url(../img/social-icons/circular/mixx_32.png); }
-.social .mobileme{ background: url(../img/social-icons/circular/mobileme_32.png); }
-.social .msn{ background: url(../img/social-icons/circular/msn_32.png); }
-.social .myspace{ background: url(../img/social-icons/circular/myspace_32.png); }
-.social .netvibes{ background: url(../img/social-icons/circular/netvibes_32.png); }
-.social .newsvine{ background: url(../img/social-icons/circular/newsvine_32.png); }
-.social .orkut{ background: url(../img/social-icons/circular/orkut_32.png); }
-.social .pandora{ background: url(../img/social-icons/circular/pandora_32.png); }
-.social .paypal{ background: url(../img/social-icons/circular/paypal_32.png); }
-.social .picasa{ background: url(../img/social-icons/circular/picasa_32.png); }
-.social .posterous{ background: url(../img/social-icons/circular/posterous_32.png); }
-.social .qik{ background: url(../img/social-icons/circular/qik_32.png); }
-.social .reddit{ background: url(../img/social-icons/circular/reddit_32.png); }
-.social .rss{ background: url(../img/social-icons/circular/rss_32.png); }
-.social .sharethis{ background: url(../img/social-icons/circular/sharethis_32.png); }
-.social .skype{ background: url(../img/social-icons/circular/skype_32.png); }
-.social .slashdot{ background: url(../img/social-icons/circular/slashdot_32.png); }
-.social .squidoo{ background: url(../img/social-icons/circular/squidoo_32.png); }
-.social .stumbleupon{ background: url(../img/social-icons/circular/stumbleupon_32.png); }
-.social .technorati{ background: url(../img/social-icons/circular/technorati_32.png); }
-.social .tumblr{ background: url(../img/social-icons/circular/tumblr_32.png); }
-.social .twitter{ background: url(../img/social-icons/circular/twitter_32.png); }
-.social .viddler{ background: url(../img/social-icons/circular/viddler_32.png); }
-.social .vimeo{ background: url(../img/social-icons/circular/vimeo_32.png); }
-.social .virb{ background: url(../img/social-icons/circular/virb_32.png); }
-.social .windows{ background: url(../img/social-icons/circular/windows_32.png); }
-.social .wordpress{ background: url(../img/social-icons/circular/wordpress_32.png); }
-.social .xing{ background: url(../img/social-icons/circular/xing_32.png); }
-.social .yahoo{ background: url(../img/social-icons/circular/yahoo_32.png); }
-.social .yahoo-buzz{ background: url(../img/social-icons/circular/yahoo_buzz_32.png); }
-.social .yelp{ background: url(../img/social-icons/circular/yelp_32.png); }
-.social .youtube{ background: url(../img/social-icons/circular/youtube_32.png); }
-
-
-
-
-/* rounded 32x32 px ------------------------------------------------------------*/
-
-
-.rounded .addthis{ background: url(../img/social-icons/rounded/addthis_32.png); }
-.rounded .aim{ background: url(../img/social-icons/rounded/aim_32.png); }
-.rounded .aim2{ background: url(../img/social-icons/rounded/aim2_32.png); }
-.rounded .apple{ background: url(../img/social-icons/rounded/apple_32.png); }
-.rounded .bebo{ background: url(../img/social-icons/rounded/bebo_32.png); }
-.rounded .behance{ background: url(../img/social-icons/rounded/behance_32.png); }
-.rounded .blogger{ background: url(../img/social-icons/rounded/blogger_32.png); }
-.rounded .brightkite{ background: url(../img/social-icons/rounded/brightkite_32.png); }
-.rounded .cargo{ background: url(../img/social-icons/rounded/cargo_32.png); }
-.rounded .delicious{ background: url(../img/social-icons/rounded/delicious_32.png); }
-.rounded .design-bump{ background: url(../img/social-icons/rounded/design_bump_32.png); }
-.rounded .designfloat{ background: url(../img/social-icons/rounded/designfloat_32.png); }
-.rounded .designmoo{ background: url(../img/social-icons/rounded/designmoo_32.png); }
-.rounded .deviantart{ background: url(../img/social-icons/rounded/deviantart_32.png); }
-.rounded .digg{ background: url(../img/social-icons/rounded/digg_32.png); }
-.rounded .dopplr{ background: url(../img/social-icons/rounded/dopplr_32.png); }
-.rounded .dribbble{ background: url(../img/social-icons/rounded/dribbble_32.png); }
-.rounded .email{ background: url(../img/social-icons/rounded/email_32.png); }
-.rounded .ember{ background: url(../img/social-icons/rounded/ember_32.png); }
-.rounded .evernote{ background: url(../img/social-icons/rounded/evernote_32.png); }
-.rounded .facebook{ background: url(../img/social-icons/rounded/facebook_32.png); }
-.rounded .flickr{ background: url(../img/social-icons/rounded/flickr_32.png); }
-.rounded .friendfeed{ background: url(../img/social-icons/rounded/friendfeed_32.png); }
-.rounded .github{ background: url(../img/social-icons/rounded/github_32.png); }
-.rounded .google{ background: url(../img/social-icons/rounded/google_32.png); }
-.social .google-plus{ background: url(../img/social-icons/circular/google_plus_32.png); }
-.rounded .google-buzz{ background: url(../img/social-icons/rounded/google_buzz_32.png); }
-.rounded .google-talk{ background: url(../img/social-icons/rounded/google_talk_32.png); }
-.rounded .googlemaps{ background: url(../img/social-icons/rounded/googlemaps_32.png); }
-.rounded .lastfm{ background: url(../img/social-icons/rounded/lastfm_32.png); }
-.rounded .linkedin{ background: url(../img/social-icons/rounded/linkedin_32.png); }
-.rounded .livejournal{ background: url(../img/social-icons/rounded/livejournal_32.png); }
-.rounded .mixx{ background: url(../img/social-icons/rounded/mixx_32.png); }
-.rounded .mobileme{ background: url(../img/social-icons/rounded/mobileme_32.png); }
-.rounded .msn{ background: url(../img/social-icons/rounded/msn_32.png); }
-.rounded .myspace{ background: url(../img/social-icons/rounded/myspace_32.png); }
-.rounded .netvibes{ background: url(../img/social-icons/rounded/netvibes_32.png); }
-.rounded .newsvine{ background: url(../img/social-icons/rounded/newsvine_32.png); }
-.rounded .orkut{ background: url(../img/social-icons/rounded/orkut_32.png); }
-.rounded .pandora{ background: url(../img/social-icons/rounded/pandora_32.png); }
-.rounded .paypal{ background: url(../img/social-icons/rounded/paypal_32.png); }
-.rounded .picasa{ background: url(../img/social-icons/rounded/picasa_32.png); }
-.rounded .posterous{ background: url(../img/social-icons/rounded/posterous_32.png); }
-.rounded .qik{ background: url(../img/social-icons/rounded/qik_32.png); }
-.rounded .reddit{ background: url(../img/social-icons/rounded/reddit_32.png); }
-.rounded .rss{ background: url(../img/social-icons/rounded/rss_32.png); }
-.rounded .sharethis{ background: url(../img/social-icons/rounded/sharethis_32.png); }
-.rounded .skype{ background: url(../img/social-icons/rounded/skype_32.png); }
-.rounded .slashdot{ background: url(../img/social-icons/rounded/slashdot_32.png); }
-.rounded .squidoo{ background: url(../img/social-icons/rounded/squidoo_32.png); }
-.rounded .stumbleupon{ background: url(../img/social-icons/rounded/stumbleupon_32.png); }
-.rounded .technorati{ background: url(../img/social-icons/rounded/technorati_32.png); }
-.rounded .tumblr{ background: url(../img/social-icons/rounded/tumblr_32.png); }
-.rounded .twitter{ background: url(../img/social-icons/rounded/twitter_32.png); }
-.rounded .viddler{ background: url(../img/social-icons/rounded/viddler_32.png); }
-.rounded .vimeo{ background: url(../img/social-icons/rounded/vimeo_32.png); }
-.rounded .virb{ background: url(../img/social-icons/rounded/virb_32.png); }
-.rounded .windows{ background: url(../img/social-icons/rounded/windows_32.png); }
-.rounded .wordpress{ background: url(../img/social-icons/rounded/wordpress_32.png); }
-.rounded .xing{ background: url(../img/social-icons/rounded/xing_32.png); }
-.rounded .yahoo{ background: url(../img/social-icons/rounded/yahoo_32.png); }
-.rounded .yahoo-buzz{ background: url(../img/social-icons/rounded/yahoo_buzz_32.png); }
-.rounded .yelp{ background: url(../img/social-icons/rounded/yelp_32.png); }
-.rounded .youtube{ background: url(../img/social-icons/rounded/youtube_32.png); }
-
-
-
-
-
-
diff --git a/core/css/style.css b/core/css/style.css
@@ -1,1291 +0,0 @@
-/*
- Kroft Version 1.0
-*/
-
-
-/* IMPORTS ------------------------------------------------------------*/
-
-@import url('reset.css');
-@import url('comments.css');
-
-
-/* HACKS ------------------------------------------------------------*/
-
-.clear{
- clear:both;
- height:1px;
-}
-
-.inv{ display:none; }
-
-
-/* GENERAL ------------------------------------------------------------*/
-
-
-body {
- line-height: 1.5em;
- color: #6a6a6a;
- background: #ffffff;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 13px;
-}
-
-#top-gap{ height: 170px; }
-
-#logo{
- position: absolute;
- top: -3px;
- left: 35px;
-}
-
-p{ margin-bottom: 21px; }
-
-a{
- color: #606060;
-}
-
-/* SIDE CONTENT -----------------------------------------------------*/
-
-#side-content{
- width: 606px;
- float: left;
- margin-right: 20px;
- min-height: 500px;
-}
-
-/* WP IMG ALIGNMENT --------------------------------------------------*/
-
-
-.alignright {
- display:inline;
- float:right;
- margin-left:24px;
- margin-top:4px;
-}
-
-.alignleft {
- display:inline;
- float:left;
- margin-right:24px;
- margin-top:4px;
-}
-
-.blockquote{
- background: url(../img/blockquote.png) no-repeat;
- display: block;
- padding-left: 40px;
- font-family: 'Droid Serif', serif;
- font-size: 16px;
- line-height: 1.5em;
-}
-
-.popWindow{
- display: table;
- background: #f1f1f1 url(../img/icon-pop.png) no-repeat bottom right;
- padding: 5px 5px 20px 5px;
- border: 1px solid #ccc;
-}
-
-.popWindow:hover{
- background: #dedede url(../img/icon-pop.png) no-repeat bottom right;
-}
-
-/* BLOG -----------------------------------------------------*/
-
-.blog-loop .post{
- position: relative;
-}
-
-.single-post .post{
- position: relative;
- margin-bottom: 0px;
- padding-bottom: 0px;
-}
-
-.blog-loop .post-feature-img,
-.single-post .post-feature-img{
- display: block;
- background: #f1f1f1;
- padding: 7px;
- line-height: 0em;
- border: 1px solid #e5e5e5;
- margin-bottom: 0px;
-}
-
-.blog-loop .post h4,
-.single-post .post h4{
- margin-bottom: 10px;
-}
-
-
-.blog-loop .post .meta{
- margin-bottom: 60px;
-}
-
-.single-post .post .meta{
- margin-bottom: 15px;
-}
-
-.blog-loop .post .meta,
-.blog-loop .post .meta a,
-.single-post .post .meta,
-.single-post .post .meta a{
- font-style: italic;
- color: #8d8d8d;
- font-size: 11px;
-}
-
-
-.blog-loop .post .meta a:hover,
-.single-post .post .meta a:hover{
- color: #1c1c1c;
-}
-
-.blog-loop .post .meta,
-.single-post .post .meta{
- font-size: 12px;
- font-family: Georgia, arial;
- border-top: 1px solid #ccc;
- border-bottom: 1px solid #ccc;
- padding: 0px 0px 0px 5px;
- line-height: 40px;
- overflow: hidden;
-}
-
-.blog-loop .read-more{
- float: right;
- padding: 0px 10px;
- text-decoration: none;
-}
-
-.blog-loop .post .meta .read-more:hover{
- background: #ccc;
-}
-
-.blog-loop .post .meta a.read-more{
- color: #1c1c1c;
-}
-
-.blog-loop .post .excerpt{
- margin-bottom: 10px;
-}
-
-.blog-loop .meta-date,
-.single-post .meta-date{
- position: absolute;
- top: 20px;
- left: -63px;
- background: url(../img/meta-date.png) no-repeat;
- width: 37px;
- height: 65px;
- font-family: 'Droid Serif', serif;
- padding: 15px 13px;
- color: #F1F1F1;
-}
-
-.meta-date .meta-day{
- font-size: 20px;
- display: block;
- margin-bottom: 5px;
-}
-
-.meta-date .meta-month{
- font-size: 20px;
- display: block;
- margin-bottom: 3px;
-}
-
-.meta-date .meta-year{
- font-size: 10px;
- display: block;
-}
-
-
-/* LINK BUTTON ------------------------------------------------------------*/
-
-.link-button{
- opacity: 1;
-
- color: #f1f1f1;
- background: #424242;
- text-decoration: none;
- font-size: 11px;
- padding-left: 8px;
-
- border-radius: 8px;
- -moz-border-radius: 8px;
- -webkit-border-radius: 8px;
-
- padding: 2px 8px;
-
- -webkit-box-shadow: 0px 2px 0px rgba(56, 7, 7, 1);
- -moz-box-shadow: 0px 2px 0px rgba(56, 7, 7, 1);
- box-shadow: 0px 1px 0px rgba(0, 0, 0, .2);
-}
-
-.link-button:hover{
- color: #606060;
- background: #f1f1f1;
-}
-
-/* COMMENTS ------------------------------------------------------------*/
-
-.show-comments{
- cursor: pointer;
- display: table;
- padding: 5px 15px;
-
- color: #eee;
- background: #363636;
-
- background: -webkit-gradient(linear, left top, left bottom, from(#626262), to(#353535));
- background: -moz-linear-gradient(top, #626262, #353535);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#626262', endColorstr='#353535', GradientType=0);
-
- border-radius: 5px;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
-
- text-shadow: 0 -1px rgba(0, 0, 0, 0.7);
-
- -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.5);
- -moz-box-shadow: 0px 1px 2px rgba(0,0,0,.5);
- box-shadow: 0px 1px 2px rgba(0,0,0,.5);
-
-}
-
-.show-comments span{
- font-size: 10px;
- font-style: italic;
- color: #cccccc;
-}
-
-.comments-switcher{
- display: none;
-}
-
-/* PAGER ------------------------------------------------------------*/
-
-.pager{
- overflow: hidden;
- display: block;
- margin-top: 10px;
- margin-bottom: 30px;
- font-size: 12px;
-}
-
-.pager li{
- display: block;
- margin-right: 5px;
- float: left;
-}
-
-.pager li a{
- display: block;
- width: 100%;
- height: 100%;
- text-align: center;
- text-decoration: none;
- color: #282D34;
- width: 20px;
- border: 1px solid #CCCCCC;
- border-radius: 15px;
- -moz-border-radius: 15px;
- -webkit-border-radius: 15px;
- background: #F0F0F0;
-}
-
-.pager li.active a{
- color: #fff;
- background: #282d34;
- border: 1px solid transparent;
-}
-
-.pager li:hover a{
- color: #606060;
- background: #dddddd;
-}
-
-/* FORMS ------------------------------------------------------------*/
-
-#commentform,
-#contactForm{
- margin-bottom: 18px;
-}
-
-#contactForm input,
-#contactForm textarea,
-#commentform input,
-#commentform textarea{
- padding: 10px 15px;
- background: #fff;
- color: #606060;
- border: 1px solid #d6d6d6;
- border-radius: 5px;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- overflow: auto;
- font-size: 12px;
- font-family: Arial, Helvetica, sans-serif;
-}
-
-#contactForm input,
-#commentform input{
- width: 200px;
- margin-bottom: 20px;
-}
-
-#contactForm textarea,
-#commentform textarea{
- width: 570px;
- height: 230px;
-}
-
-#contactForm #submit,
-#commentform #submit{
- width: 76px;
- margin: 21px 0px;
- padding: 10px 14px;
-
- color: #cbcbcb;
- text-shadow: 0px 1px rgba(0, 0, 0, 0.9);
-
- background: -webkit-gradient(linear, left top, left bottom, from(#656464), to(#303030));
- background: -moz-linear-gradient(top, #656464, #303030);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#656464', endColorstr='#303030', GradientType=0);
-}
-
-#contactForm #submit:hover,
-#commentform input#submit:hover{
- opacity: 0.8;
-}
-
-#contactForm label,
-#commentform label{
- padding-left: 7px;
-}
-
-
-#respond{
- margin: 25px 0 0px 0px;
- overflow: hidden;
-}
-
-#respond .cancel-comment-reply a{
- color: #282d34;
- text-decoration: none;
- margin-bottom: 20px;
- display: block;
-}
-
-#error{
- margin-left: 10px;
-}
-
-/* GOOGLE MAP -----------------------------------------------------*/
-
-#map {
- width:314px;
- height:400px;
- margin-bottom: 20px;
-}
-
-/* SIDEBAR -----------------------------------------------------*/
-
-#sidebar{
- width: 314px;
- float: left;
- font-size: 12px;
-}
-
-
-#sidebar .sideblock{
- background: url(../img/sidebar-header.png) no-repeat;
- margin-bottom: 20px;
-}
-
-#sidebar .sideblock a{
- text-decoration: none;
- color: #666666;
-}
-
-#sidebar .sideblock a:hover{
- color: #000000;
-}
-
-#sidebar .sideblock h6{
- margin-left: 10px;
- padding-left: 22px;
- padding-top: 9px;
- color: #f1f1f1;
- font-size: 18px;
- margin-bottom: 10px;
-}
-
-#sidebar .sideblock ul{
- margin: 0px 35px;
-}
-
-#sidebar .sideblock ul li{
- border-bottom: 1px solid #e8e8e8;
- padding: 5px 0px;
-}
-
-#sidebar .sideblock ul li:last-child{
- border-bottom: none;
-}
-
-/* PROJECT INFO ------------------------------------------------------------*/
-
-
-#sidebar .project-info .date{
- background: url(../img/icon-date.png) no-repeat 0px 5px;
- padding-left: 22px;
-}
-
-#sidebar .project-info .client{
- background: url(../img/icon-client.png) no-repeat 0px 5px;
- padding-left: 22px;
-}
-
-#sidebar .project-info .link{
- background: url(../img/icon-link.png) no-repeat 0px 5px;
- padding-left: 22px;
-}
-
-#sidebar .project-info .info{
- background: url(../img/icon-info.png) no-repeat 0px 5px;
- padding-left: 22px;
-}
-
-/* PROJECT TAGS ------------------------------------------------------------*/
-
-
-#sidebar .sideblock .wp-tag-cloud {
- display: block;
- font-size: 12px;
- margin-bottom: 20px;
- overflow: hidden;
- padding-bottom: 0;
- padding-left: 0;
-}
-
-#sidebar .sideblock .wp-tag-cloud li{
- display: block;
- float: left;
- border: none;
- margin: 2px;
-}
-
-#sidebar .sideblock .wp-tag-cloud li a {
- background: #F0F0F0;
- color: #282D34;
- display: block;
- line-height: 14px;
- padding: 3px 10px;
- text-decoration: none;
-
- border: 1px solid #ccc;
-
- border-radius: 10px;
- -moz-border-radius: 10px;
- -webkit-border-radius: 10px;
-}
-
-#sidebar .sideblock .wp-tag-cloud li a:hover{
- background: #DDDDDD;
-}
-
-
-/* HEADERS ------------------------------------------------------------*/
-
-h1{ font-size: 30px; }
-
-h2{ font-size: 28px; }
-
-h3{ font-size: 26px; }
-
-h4{ font-size: 24px; }
-
-h5{ font-size: 22px; }
-
-h6{ font-size: 20px; }
-
-h1,h2,h3,h4,h5,h6{
- margin-bottom: 21px;
- line-height: 21px;
- font-family: 'Droid Serif', serif;
- font-weight: 400;
- line-height: 1.2em;
-}
-
-/* PAGE TITLE -------------------------------------------------------------------*/
-
-.page-title{
- background: url(../img/page-title.png) center bottom no-repeat ;
- margin-bottom: 30px;
-}
-
-.page-title h1{
- display: inline;
- line-height: 70px;
-}
-
-.page-title span{
- color: #999999;
- font-family: 'Droid Serif', serif;
- font-size: 16px;
- margin-left: 20px;
-}
-
-
-/* BACKGROUND SLIDER ------------------------------------------------------------*/
-
-
-/* HEADER */
-.headerimg {
- background-position: top center;
- background-repeat: no-repeat;
- width:100%;
- height:100%;
- position:absolute;
-}
-
-
-/* CONTROLS */
-.btn {
- height: 62px;
- width: 40px;
- float: left;
- cursor: pointer;
-}
-
-.btn:hover{
- background-position: 0px -62px;
-}
-
-/* HEADER HAVIGATION */
-
-#headernav {
- position: relative;
- top: 60px;
- margin: 0 auto;
- width:100%;
- display: none;
-}
-
-#back {
- background-image: url("../img/slider/btn_back.png");
- position: absolute;
-}
-
-#next {
- background-image: url("../img/slider/btn_next.png");
- position: absolute;
- right: 0px;
-}
-
-/* WRAPPER ------------------------------------------------------------*/
-
-.wrapper {
- position: relative;
- width: 1020px;
- margin: 0px auto;
- background: url(../img/wrapper-bg.png) no-repeat top center;
- padding-top: 120px;
-}
-
-#content-wrap{
- margin-left:20px;
- margin-right: 20px;
- background: #ffffff;
- min-height: 600px;
-}
-
-#page-wrap{
- margin-left:20px;
- margin-right: 20px;
- padding-bottom: 40px;
-}
-
-/* NAVIGATION BAR HOLDER --------------------------------------------------------*/
-
-#nav-bar-holder{
- position: absolute;
- top: 50px;
- right: 40px;
- z-index: 5000;
-}
-
-/* NAVIGATION --------------------------------------------------------*/
-
-#nav{
- float: left;
- display: block;
- font-size: 14px;
- font-family: Arial, Helvetica, sans-serif;
-}
-
-#nav>li{
- display: block;
- float: left;
- line-height: 36px;
- padding-right: 10px;
- margin-left: 3px;
- margin-right: 3px;
- background: url(../img/nav-bullet.png) no-repeat center right;
-}
-
-#nav li>a{
- text-decoration: none;
- color: #606060;
- padding: 0px 10px 0px 10px;
- display: block;
-
- border-radius: 5px;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
-}
-
-#nav li:last-child{
- background: none;
-}
-
-#nav>li:hover>a,
-#nav>li.current-menu-item>a{
- color: #eee;
- background: #363636;
-
- background: -webkit-gradient(linear, left top, left bottom, from(#626262), to(#353535));
- background: -moz-linear-gradient(top, #626262, #353535);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#626262', endColorstr='#353535', GradientType=0);
-
- text-shadow: 0 -1px rgba(0, 0, 0, 0.7);
-
- -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.5);
- -moz-box-shadow: 0px 1px 2px rgba(0,0,0,.5);
- box-shadow: 0px 1px 2px rgba(0,0,0,.5);
-}
-
-/* SUB NAV ------------------------------------------------------------*/
-
-#nav>li ul{
- display: block;
- margin-top: 20px;
- background: #4d4d4e;
- margin-left: -1px;
- font-size: 12px;
-
- border-radius: 5px;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
-
- -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,.3);
- -moz-box-shadow: 0px 2px 2px rgba(0,0,0,.3);
- box-shadow: 0px 2px 2px rgba(0,0,0,.3);
-}
-
-#nav>li ul li a{
- color: #b5b5b5;
- text-shadow: 0 -1px rgba(0, 0, 0, 0.8);
-}
-
-#nav>li ul li{ border-top: 1px solid #606060; }
-
-#nav>li ul li:first-child{
- border-radius: 5px 5px 0px 0px;
- -moz-border-radius: 5px 5px 0px 0px;
- -webkit-border-radius: 5px 5px 0px 0px;
-}
-
-#nav>li ul li:last-child{
- border-radius: 0px 0px 5px 5px;
- -moz-border-radius: 0px 0px 5px 5px;
- -webkit-border-radius: 0px 0px 5px 5px;
-}
-
-#nav>li ul li:first-child{
- border: none;
-}
-
-#nav>li ul li:hover{ background: #252525;}
-
-#nav>li ul li a:hover{ color: #f1f1f1; }
-
-
-/* SOCIAL --------------------------------------------------------*/
-
-.social{
- display: block;
- overflow: hidden;
- float: left;
-}
-
-.social li{
- display: block;
- width: 32px;
- height: 32px;
- float: left;
- margin-left: 7px;
- padding: 0px;
- text-indent: -9000px;
-}
-
-
-.social li a{
- display: block;
- height: 100%;
- width: 100%;
-}
-
-/* FRONT SLIDES -------------------------------------------------------*/
-
-#front-slides{
- position: relative;
- margin-bottom: 15px;
-}
-
-#front-slides #front-slides-cover{
- position: absolute;
- top: 0px;
- left: 0px;
- width: 940px;
- height: 25px;
- background: url(../img/front-cover.png) no-repeat;
- z-index: 4001;
-}
-
-/* Set the height if not specified on the image */
-
-#front-slides .slides_container {
- width:940px;
-}
-
-#front-slides .slides_container div {
- width:940px;
- display:block;
-}
-
-#front-slides .slides_container .caption {
- display: none;
-}
-
-/* FRONT SLIDES PAGINATION ----------------------------------------------*/
-
-#front-slides .pagination {
- display: block;
- position: absolute;
- top:30px;
- right: 10px;
- z-index: 4002;
-}
-
-#front-slides .pagination li {
- float: left;
- list-style: none outside none;
- margin: 0 2px;
- display: block;
- width: 10px;
- height: 10px;
-}
-
-#front-slides .pagination li a {
- display: block;
- width: 100%;
- height: 100%;
- text-indent: -9999px;
- background: #fff;
- opacity: 0.6;
-
- border-radius: 5px;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
-}
-
-
-#front-slides .pagination li a:hover,
-#front-slides .pagination li.current a {
- opacity: 1;
-}
-
-/* HEADLINE -------------------------------------------------------*/
-
-#headline{
- position: absolute;
- bottom: 0px;
- left: 55px;
- width: 665px;
- padding: 35px 70px 0px 70px;
- background: url(../img/headline-bg.png) no-repeat top center;
- z-index: 4000;
- text-align: center;
-}
-
-/* FEATURED TITLE -------------------------------------------------------*/
-
-.featured-title{
- background: url(../img/shadow-divider.png) no-repeat center center;
- margin-bottom: 5px;
-}
-
-.featured-title .ribbon{
- margin: 0px auto;
-}
-
-
-/* RIBBON -------------------------------------------------------*/
-
-.ribbon{
- display: table;
- font-family: 'Droid Serif', serif;
- color: #f2f2f2;
- line-height: 59px;
- padding-left: 49px;
- font-size: 20px;
- background: url(../img/ribbon.png) no-repeat top left;
-
- text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
-}
-
-.ribbon span{
- background: url(../img/ribbon.png) no-repeat bottom right;
- display: block;
- line-height: 59px;
- padding-right: 49px;
-}
-
-/* FEATURED -------------------------------------------------------*/
-
-.featured-posts{
- display: block;
- overflow: hidden;
- margin-left: -10px;
- margin-bottom: 0px;
- width: 960px;
-}
-
-
-.featured-posts li{
- display: block;
- float: left;
- position: relative;
- width: 300px;
- margin: 10px;
-}
-
-.featured-posts li .thumb{
- display: block;
- width: 300px;
- margin-bottom: 0px;
- line-height: 0em;
-
- background: #f1f1f1 url(../img/plus.png) no-repeat center center ;
-
- -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.3);
- -moz-box-shadow: 0px 0px 2px rgba(0,0,0,.3);
- box-shadow: 0px 0px 2px rgba(0,0,0,.3);
-}
-
-.featured-posts li .thumb img{
- margin: 5px;
-}
-
-.featured-posts li .thumb span:hover img{
- opacity: 0.4;
-}
-
-
-.featured-posts .link-button{
- opacity: 0;
-}
-
-.featured-posts li:hover .link-button{
- opacity: 1;
-}
-
-.featured-posts li .link-button:hover{
- background: #f1f1f1;
-
- padding: 2px 8px;
-
- -webkit-box-shadow: 0px 2px 0px rgba(56, 7, 7, 1);
- -moz-box-shadow: 0px 2px 0px rgba(56, 7, 7, 1);
- box-shadow: 0px 1px 0px rgba(0, 0, 0, .2);
-}
-
-.featured-posts .excerpt-arrow{
- position: absolute;
- top: -10px;
- left: 20px;
- background: url(../img/excerpt-arrow.png) no-repeat top left;
-}
-
-.featured-posts .excerpt{
- position: relative;
- padding: 15px 15px 0px 15px;
- margin-bottom: 0px;
-}
-
-.featured-posts .excerpt .heading {
- font-weight: bold;
- font-size: 14px;
- border-bottom: 1px solid #ccc;
- padding-bottom: 5px;
- margin-bottom: 5px;
-}
-
-#content-wrap .featured-posts .excerpt .heading a{
- text-decoration: none;
- color: #606060;
-}
-
-#content-wrap .featured-posts .excerpt .heading a:hover{
- color: #000000;
-}
-
-/* REEL ------------------------------------------------------------*/
-
-#reel{
- position: relative;
- width: 980px;
- height: 210px;
- margin-left: -20px;
- margin-bottom: 15px;
- background: url(../img/reel-back.png) no-repeat;
-}
-
-#reel .prev{
- position: absolute;
- top: 85px;
- left: 0px;
- display: block;
- width: 45px;
- height: 40px;
- background: url(../img/reel-left.png) no-repeat;
-}
-
-#reel .next{
- position: absolute;
- top: 85px;
- right: 0px;
- display: block;
- width: 45px;
- height: 40px;
- background: url(../img/reel-right.png) no-repeat;
-}
-
-
-#reel .prev:hover,
-#reel .next:hover{
- background-position: 0px -40px;
-}
-
-#reel .slides_container{
- position: absolute;
- overflow: hidden;
- top: 20px;
- left: 40px;
- width: 898px;
- height: 170px;
-
-}
-
-#reel .slides_container .slide-box{
- width: 898px;
- height: 200px;
- padding-left: 10px;
- padding-right: 10px;
-}
-
-#reel .slides_container .box-container{
- overflow: hidden;
- float: left;
- width: 273px;
- margin: 0px 10px;
-}
-
-#reel .slides_container .box-container h6{
- color: #484848;
- margin-top: 5px;
- margin-bottom: 7px;
-}
-
-#reel .box-icon{
- float: left;
- margin-right: 10px;
-}
-
-#reel .slides_container .box-divider{
- clear: both;
- border-bottom: 1px solid #ccc;
- padding-bottom: 5px;
- margin-bottom: 5px;
-}
-
-/* GALLERY ----------------------------------------------------*/
-
-
-#gallery-holder{
-
-}
-
-.gallery-thumbs a,
-.work-thumbs a{
- text-decoration: none;
- color: #333333;
-}
-
-.gallery-thumbs,
-.work-thumbs{
- overflow: hidden;
- margin: 10px 0px;
- line-height: 0em;
- width: 980px;
- margin-left: -10px;
-}
-
-.gallery-thumbs>li,
-.work-thumbs>li{
- float: left;
- margin: 10px;
- width: 300px;
-}
-
-.gallery-thumbs>li a.plusbg,
-.work-thumbs>li a.plusbg{
- display: block;
- background: #f1f1f1 url(../img/plus.png) no-repeat center center;
-
- -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.3);
- -moz-box-shadow: 0px 0px 2px rgba(0,0,0,.3);
- box-shadow: 0px 0px 2px rgba(0,0,0,.3);
-}
-
-.gallery-thumbs>li img,
-.work-thumbs>li img{
- margin: 8px;
-}
-
-.gallery-thumbs>li .thumb-description,
-.work-thumbs>li .thumb-description{
- line-height: 1.5em;
- margin-top: 15px;
-}
-
-.gallery-thumbs>li .thumb-description p,
-.work-thumbs>li .thumb-description p{
- margin-bottom: 0px;
-}
-
-.gallery-thumbs>li .thumb-description .thumb-title,
-.work-thumbs>li .thumb-description .thumb-title{
- display: block;
- font-size: 16px;
- font-weight: bold;
- color: #333333;
- border-bottom: 1px solid #ccc;
- margin-bottom: 10px;
- padding-bottom: 10px;
-}
-
-/* FILTER ------------------------------------------------------------*/
-
-.gallery-filter{
-}
-
-.gallery-filter li{
- display: block;
- float: left;
- height: 100%;
- line-height: 33px;
- padding: 0px 5px;
- font-weight: bold;
- margin-bottom: 10px;
-}
-
-.gallery-filter a{
- text-decoration: none;
- color: #606060;
- padding: 0px 10px 0px 10px;
- display: block;
-
- border-radius: 5px;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- background: #e9e9e9;
-
- background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9));
- background: -moz-linear-gradient(top, #ffffff, #e9e9e9);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9e9e9', GradientType=0);
-
- -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.5);
- -moz-box-shadow: 0px 0px 2px rgba(0,0,0,.5);
- box-shadow: 0px 0px 2px rgba(0,0,0,.5);
-}
-
-.gallery-filter a:hover{
-
- color: #f1f1f1;
-
- text-shadow: 0 -1px rgba(0, 0, 0, 0.7);
-
- background: -webkit-gradient(linear, left top, left bottom, from(#626262), to(#353535));
- background: -moz-linear-gradient(top, #626262, #353535);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#626262', endColorstr='#353535', GradientType=0);
-}
-
-
-/* LAYOUT BUTTONS -----------------------------------------------------*/
-
-.gallery-filter li.layout-label{
- float: right;
-}
-
-
-.gallery-filter li.layout-text,
-.gallery-filter li.layout-notext{
- display: block;
- float: right;
- width: 33px;
- height: 33px;
- padding: 0px;
- margin-right: 5px;
- background: url(../img/layout-buttons.png) no-repeat;
- cursor: pointer;
-}
-
-.gallery-filter li.layout-text{
- background-position: -33px 0px;
-}
-
-.gallery-filter li.layout-text:hover,
-.gallery-filter li.layout-text.active{
- background-position: -33px -33px;
-}
-
-.gallery-filter li.layout-notext:hover,
-.gallery-filter li.layout-notext.active{
- background-position: 0px -33px;
-}
-
-/* FOOTER ------------------------------------------------------------*/
-
-#footer{
- position: relative;
- width: 100%;
- padding-bottom: 10px;
- background: #252525 url(../img/png-patterns/ver-1x1.png);
- border-bottom: #383838 solid 1px;
- border-top: 2px solid #ccc;
-}
-
-
-.footer-wrapper{
- overflow: hidden;
- width: 980px;
- margin: 0 auto;
-}
-
-
-.footer-wrapper{
- background: url(../img/footer-glare.png) no-repeat top center;
-}
-
-#footer h1,
-#footer h2,
-#footer h3,
-#footer h4,
-#footer h5,
-#footer h6{
- color: #dcdcdc;
- text-shadow: 0 -1px rgba(0, 0, 0, 0.8);
- margin-bottom: 10px;
-}
-
-/* FOOTER COLS ------------------------------------------------------------*/
-
-#footer-cols{
- display: block;
- overflow: hidden;
- margin-top: 20px;
- padding: 0px 10px;
-}
-
-#footer-cols>li{
- display: block;
- float: left;
- width: 300px;
- margin: 0px 10px;
-}
-
-#footer-cols > li > ul > li{
- background: url("../img/footer-divider.png") repeat-x scroll left bottom ;
- padding-bottom: 5px;
- margin-bottom: 5px;
-}
-
-#footer-cols > li > ul > li:last-child{
- background: none;
-}
-
-#footer-cols > li a{
- text-decoration: none;
- color: #7d7d7d;
-}
-
-#footer-cols > li a:hover{
- color: #fff;
-}
-
-/* FOOTER-BOTTOM ------------------------------------------------------------*/
-
-#footer-bottom{
- overflow: hidden;
- background: #0e0e0e;
- font-size: 12px;
- padding-top: 15px;
- padding-bottom: 15px;
-}
-
-.bottom-wrapper{
- overflow: hidden;
- width: 940px;
- margin: 0 auto;
-}
-
-#footer-bottom #bottom-left{
- float: left;
-}
-
-#footer-bottom #bottom-right{
- float: right;
-}
-
-#footer-bottom a{
- text-decoration: none;
- color: #787878;
-}
-
-#footer-bottom a:hover{
- color: #fff;
-}
-
-/* FOOTER-NAV ------------------------------------------------------------*/
-
-#footer-nav{
- display: block;
- overflow: hidden;
-}
-
-#footer-nav li{
- display: block;
- float: left;
- margin-left: 10px;
-}
-
-
-
-
-
-
-
diff --git a/core/css/superfish.css b/core/css/superfish.css
@@ -1,61 +0,0 @@
-/*** ESSENTIAL STYLES ***/
-
-.sf-menu, .sf-menu * {
- margin: 0;
- padding: 0;
- list-style: none;
-}
-.sf-menu {
- line-height: 1.0;
-}
-.sf-menu ul {
- position: absolute;
- top: -999em;
- width: 10em; /* left offset of submenus need to match (see below) */
-}
-.sf-menu ul li {
- width: 100%;
-}
-.sf-menu li:hover {
- visibility: inherit; /* fixes IE7 'sticky bug' */
-}
-.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: 2.5em; /* match top ul list item height */
- z-index: 99;
-}
-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;
-}
-
-
-
-
-
-
-
-