/* Distributed by http://freehtml5templates.com */
/*
Theme Name: blueband
Theme URI: http://wordpress.org/extend/themes/twentytwelve
Author: saeed
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: blueband
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:
$rembase: 14;
$line-height: 24;
---------- Examples
* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
padding: 5px 0;
padding: 0.357142857rem 0; (5 / $rembase)
* Set a font-size and then set a line-height based on the font-size
font-size: 16px
font-size: 1.142857143rem; (16 / $rembase)
line-height: 1.5; ($line-height / 16)
---------- Vertical spacing
Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:
.my-new-div {
margin: 24px 0;
margin: 1.714285714rem 0; ( 24 / $rembase )
}
---------- Further reading
http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/
/* =Reset
-------------------------------------------------------------- */
body {
margin-top: 0px;
}
h1,h2,h3,h4,h5,h6 {
font-family: Arial, Helvetica, sans-serif;
text-shadow: 0 -1px 0 6px #FFFFFF;
}
h1 {
font-size: 24px;
}
h2 {
font-size: 18px;
}
h3 {
font-size: 16px;
}
h4 {
font-size: 14px;
}
h5 {
font-size: 12px;
font-style: italic;
}
h6 {
font-size: 10px;
}
.wrapper-container {
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
color: #666666;
text-decoration: none;
width: 100ex;
position: relative;
margin: auto;
background-color: #FFFFFF;
background-repeat: no-repeat;
}
#header {
width: 960px;
margin-right: auto;
margin-left: auto;
position: relative;
height: 150px;
background-repeat: no-repeat;
background-image: url(images/header_top.png);
background-position: top;
background-color: #151515;
margin-top: 10px;
}.search {
margin:0;
width:320px;
float:right;
padding-top: 100px;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
}
.search form {
display:block;
float:right;
background-image: url(images/search_bg.gif);
background-repeat: no-repeat;
-moz-border-radius: 5px;
padding-top: 0;
padding-right: 0;
padding-left: 0;
padding-bottom: 0;
}
.search span {
display:block; float:left;
background: url(images/search_bg.gif) left top no-repeat; width:196px; padding:0 5px; height:30px;
}
.search form .keywords { line-height:14px; height:14px; float:left; background:none; border:0; padding:8px 0; margin:0; font:normal 12px Arial, Helvetica, sans-serif; color:#6c6c6c;}
.search form .button { float:left; margin:0; padding:0;}
.slogan {
float: left;
width: 220px;
background-repeat: no-repeat;
text-shadow: -1px 1px #f05c27;
filter: dropshadow(color=#f05c27, offx=1, offy=1);
line-height: 5px;
color: #1FA1C6;
background-position: center;
text-indent: 10px;
padding-left: 10px;
}
a:hover img.imagedropshadow {
-moz-box-shadow: 1px 1px 5px #999;
-webkit-box-shadow: 1px 1px 5px #999;
box-shadow: 1px 1px 5px #999;
-moz-border-radius: 10px;
opacity: 0.6;
}
#nav {
float: right;
width: 700px;
margin: 0;
font: bold 14px Verdana;
list-style-type: none;
text-align: center; /* "left", "center", or "right" align menu */
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
}
.readbutton {
border-top: 1px solid #f70541;
background: #f00c0c;
background: -webkit-gradient(linear, left top, left bottom, from(#941212), to(#f00c0c));
background: -webkit-linear-gradient(top, #941212, #f00c0c);
background: -moz-linear-gradient(top, #941212, #f00c0c);
background: -ms-linear-gradient(top, #941212, #f00c0c);
background: -o-linear-gradient(top, #941212, #f00c0c);
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
box-shadow: rgba(0,0,0,1) 0 1px 0;
text-shadow: rgba(0,0,0,.4) 0 1px 0;
color: white;
font-size: 10px;
font-family: Georgia, serif;
text-decoration: none;
vertical-align: middle;
text-align: center;
float: right;
height: 15px;
width: 60px;
padding-top: 2px;
padding-right: 4px;
padding-bottom: 2px;
padding-left: 4px;
display: inline;
}
.readbutton:hover {
border-top-color: #ff052f;
background: #ff052f;
color: #ccc;
text-align: center;
float: right;
height: 15px;
width: 60px;
display: inline;
}
.readbutton a {
color: #FFFFFF;
text-decoration: none;
}
.readbutton a:hover {
color: #66CC33;
}
.readbutton:active {
border-top-color: #c70a14;
background: #c70a14;
text-align: center;
float: right;
height: 15px;
width: 60px;
display: inline;
}
.menu li{
display: inline;
margin: 0;
}
.menu li a{
display:inline-block;
text-align:center;
text-decoration: none;
color: white;
margin: 0;
margin-right:5px; /*right spacing between each link */
width:100px;
height:100px;
border-radius: 400px; /*really large border radius to create round borders*/
-moz-border-radius: 400px;
-webkit-border-radius: 400px;
background-image: url(../images/but_bg.png);
background-repeat: no-repeat;
background-position: bottom;
}
.menu a span{
position:relative;
top:40%;
}
.menu li a:visited{
color: white;
}
.menu a:hover{
background: #171717;
-moz-box-shadow:0px 0px 22px #171717;
-webkit-box-shadow:0px 0px 22px #171717;
box-shadow:0px 0px 22px #171717;
opacity: 0.3;
color: #FF0000;
}
.logotop {
padding: 1em;
float: left;
height: 90px;
width: 90px;
}
#content {
width: 960px;
position: relative;
background-image: url(../images/bg_content.png);
margin: auto;
background-repeat: repeat;
background-attachment: fixed;
}
.main {
width: 960px;
float: left;
margin-top: 30px;
-webkit-box-shadow:0 45px 60px -60px #AAA;
-moz-box-shadow:0 45px 60px -60px #AAA;
box-shadow:0 45px 60px -60px #AAA;
background-color: #FFFFFF;
background-repeat: no-repeat;
padding-top: 10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
-moz-box-shadow:0px 0px 2px #000000;
-webkit-box-shadow:0px 0px 2px #000000;
box-shadow:0px 0px 2px #000000;
}
.main img {
margin: 0px;
padding: 0px;
-moz-border-radius: 7px;
-moz-box-shadow:0px 0px 3px #000000;
-webkit-box-shadow:0px 0px 3px #000000;
box-shadow:0px 0px 3px #000000;
opacity:0.93;
}
#section {
float: left;
height: auto;
width: 600px;
margin-top: 30px;
}
#aside {
float: left;
height: auto;
width: 300px;
}
.intro {
background-image: url(images/intro-bg.png);
float: left;
height: 390px;
width: 960px;
position: relative;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
-moz-box-shadow:0px 0px 8px #000000;
-webkit-box-shadow:0px 0px 8px #000000;
box-shadow:0px 0px 8px #000000;
background-repeat: no-repeat;
background-position: center center;
margin-top: 4px;
margin-right: auto;
margin-bottom: auto;
margin-left: auto;
border: 1px solid #FFFFFF;
}
.intro img {
-moz-border-radius:16px;
-webkit-border-radius:16px;
border-radius:16px;
}
#section img {
float: left;
height: 199px;
width: 254px;
border: 1em solid #F0F0F0;
margin-top: 0.5em;
margin-bottom: 0.5em;
margin-left: 0.5em;
margin-right: 0.5px;
-moz-border-radius: 7px;
-moz-box-shadow:0px 0px 3px #000000;
-webkit-box-shadow:0px 0px 3px #000000;
box-shadow:0px 0px 3px #000000;
opacity:0.93;
padding-left: 5px;
}
.btn, input[type="submit"], button {
background: none repeat scroll 0 0%, -moz-linear-gradient(#CCCCCC, #B3B3B3) repeat scroll 0 0 transparent;
border: 1px solid rgba(45, 45, 45, 0.5);
border-radius: 5px 5px 5px 5px;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 0 rgba(255, 255, 255, 0.4) inset;
color: #444444;
display: inline-block;
font-weight: 300;
line-height: 20px;
margin: 3px 0;
padding: 9px 15px 7px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
.btn:hover, input[type="submit"]:hover, button:hover {
background: none repeat scroll 0 0%, -moz-linear-gradient(#B3B3B3, #CCCCCC) repeat scroll 0 0 transparent;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 2px 1px rgba(32, 32, 32, 0.2) inset;
color: #444444;
text-decoration: none;
}
#section h3 {
float: right;
width: 280px;
margin-top: 40px;
line-height: 20px;
font-family: Arial, Helvetica, sans-serif;
color: #818181;
font-weight: normal;
font-size: 100%;
font-style: italic;
}
.post {
float: left;
height: 70px;
width: 580px;
background-image: url(images/post.png);
background-repeat: no-repeat;
background-position: left;
visibility: inherit;
z-index: auto;
position: relative;
background-attachment: scroll;
right: 42px;
text-shadow: 0 -1px 0 #FFFFFF;
}
#section .post h4 {
font-family: Arial, Helvetica, sans-serif;
width: 70px;
float: left;
height: 20px;
padding-top: 10px;
padding-right: 2ex;
padding-bottom: 2ex;
padding-left: 43px;
line-height: 5px;
}
.main img {
padding: 0px;
-moz-border-radius: 7px;
-moz-border-radius:11px;
-webkit-border-radius:11px;
border-radius:11px;
-moz-box-shadow:0px 0px 8px #000000;
-webkit-box-shadow:0px 0px 8px #000000;
box-shadow:0px 0px 8px #000000;
opacity:0.93;
margin-top: 10px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 20px;
}
.main address {
float: right;
margin-top: 15px;
}
.main address a {
color: #969696;
text-decoration: none;
font-weight: bold;
}
.main address a:hover {
color: #FFD300;
}
.footer {
width: 100%;
background-image: url(images/footer.jpg);
height: 240px;
position: relative;
clear: both;
margin-top: 30px;
}
.clear {
clear: both;
float: left;
width: 100%;
visibility: hidden;
height: 1px;
}
.wrapper-container .main video {
float: left;
}
.footer_top {
width: 960px;
position: relative;
padding: 30px;
margin: auto;
}
.abox {
width: 240px;
float: left;
margin-top: 20px;
margin-right: 5px;
margin-bottom: 20px;
margin-left: 70px;
text-shadow: 0 -1px 0 #FFFFFF;
-webkit-box-shadow:0 45px 60px -60px #AAA;
-moz-box-shadow:0 45px 60px -60px #AAA;
box-shadow:0 45px 60px -60px #AAA;
}
.desc {
float: right;
height: 120px;
width: 120px;
}
.nav_footer {
height: 120px;
width: 960px;
padding-top: 4em;
margin-top: 50px;
margin-right: auto;
margin-bottom: auto;
margin-left: auto;
padding-left: 5em;
}
.footer_top .abox li {
border-bottom-width: 1px;
border-bottom-style: groove;
border-bottom-color: #F0F0F0;
height: 25px;
width: 120px;
background-color: #E9E9E9;
-webkit-box-shadow:0 45px 60px -60px #AAA;
-moz-box-shadow:0 45px 60px -60px #AAA;
box-shadow:0 45px 60px -60px #AAA;
list-style-position: outset;
list-style-image: url(../images/dialog_ok.png);
text-indent: 5px;
background-repeat: no-repeat;
background-position: bottom;
-moz-border-radius-bottomright: 15px;
-moz-border-radius-topleft: 15px;
border-left-style: solid;
border-left-color: #E8E8E8;
border-left-width: 1px;
}
.footer .nav_footer ul {
font-family: Arial, Helvetica, sans-serif;
color: #FEFEFE;
float: left;
list-style-position: inset;
list-style-image: url(../images/post_arr.png);
height: 15px;
width: 110px;
text-align: left;
display: inline;
}
.social {
float: right;
height: 50px;
width: 350px;
margin-top: 10px;
}
.post_img {
float: right;
height: 24px;
width: 24px;
background-image: url(images/24b.png);
}
.post_img p {
margin-top: 20px;
font-style: italic;
color: #868686;
text-shadow: 0 -1px 0 #CCC;
}
.footer details {
width: 700px;
height: 70px;
color: #EAEAEA;
margin-top: 20px;
float: left;
}
.footer .nav_footer a {
color: #FEFEFE;
text-decoration: none;
font-weight: bold;
text-shadow: 0 -1px 1px 0 #161616;
}
.footer .nav_footer a:hover {
font-weight: bold;
color: #FFD300;
}
.post_img a {
color: #D4D4D4;
font-weight: bold;
text-decoration: none;
text-shadow: 0 -1px 0 #FFFFFF;
}
.post_img a:hover {
color: #FFD300;
font-weight: bold;
text-decoration: none;
text-shadow: 0 -1px 0 #FFFFFF;
}
.social img a {
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
address {
margin-bottom: 25px;
margin-right: 140px;
}
.read_clik_intro {
float: left;
width: 700px;
padding-top: 7cm;
margin-top: 2em;
}
.readmore {
float: left;
height: 40px;
width: 600px;
background-color: #FDFDFD;
-moz-border-radius:5px;
-webkit-border-radius:13px;
border-radius:13px;
-moz-box-shadow:0px 0px 4px #000000;
-webkit-box-shadow:0px 0px 4px #000000;
box-shadow:0px 0px 4px #000000;
opacity:0.5;
margin-left: 25px;
}
.wrapper-container #content .intro .read_clik_intro .readmore dfn {
font-size: 18px;
line-height: 40px;
font-family: Arial, Helvetica, sans-serif;
color: #181818;
padding-left: 20px;
}
.wp-caption {
max-width: 100%; /* Keep wide captions from overflowing their container. */
padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
font-style: italic;
font-size: 12px;
font-size: 0.857142857rem;
line-height: 2;
color: #757575;
}
article.sticky .featured-post {
border-top: 4px double #ededed;
border-bottom: 4px double #ededed;
color: #757575;
font-size: 13px;
font-size: 0.928571429rem;
line-height: 3.692307692;
margin-bottom: 24px;
margin-bottom: 1.714285714rem;
text-align: center;
}
.gallery-item a,
.gallery-caption {
width: 90%;
}
.gallery-caption a {
display: inline;
}
.comments-area li.bypostauthor cite span {
position: absolute;
margin-left: 5px;
margin-left: 0.357142857rem;
padding: 2px 5px;
padding: 0.142857143rem 0.357142857rem;
font-size: 10px;
font-size: 0.714285714rem;
}
/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
padding: 6px 10px;
padding: 0.428571429rem 0.714285714rem;
font-size: 11px;
font-size: 0.785714286rem;
line-height: 1.428571429;
font-weight: normal;
color: #7c7c7c;
background-color: #e6e6e6;
background-repeat: repeat-x;
background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
border: 1px solid #d2d2d2;
border-radius: 3px;
box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
li.bypostauthor cite span {
color: #fff;
background-color: #21759b;
background-image: none;
border: 1px solid #1f6f93;
border-radius: 2px;
box-shadow: none;
padding: 0;
}
/* Images */
.alignleft {
float: left;
}
.alignright {
float: right;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignleft {
margin: 12px 24px 12px 0;
margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
margin: 12px 0 12px 24px;
margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
margin-top: 12px;
margin-top: 0.857142857rem;
margin-bottom: 12px;
margin-bottom: 0.857142857rem;
}