Difference between revisions of "Template:Penn"

Line 16: Line 16:
 
</style>
 
</style>
 
<style type="text/css">
 
<style type="text/css">
@charset 'UTF-8';
+
@charset "utf-8";
 +
/*
 +
Template Name: Optimal
 +
Author: <a href="http://www.os-templates.com/">OS Templates</a>
 +
Author URI: http://www.os-templates.com/
 +
Licence: Free to use under our free template licence terms
 +
Licence URI: http://www.os-templates.com/template-terms
 +
File: Layout CSS
 +
*/
  
/*********************************************************************************/
+
html{overflow-y:scroll; overflow-x:hidden;}
/* Basic                                                                        */
+
html, body{margin:0; padding:0; font-size:14px; line-height:1.6em;}
/*********************************************************************************/
+
  
body
+
*, *::before, *::after{box-sizing:border-box;}
{
+
background: #090909;
+
}
+
  
body,input,textarea,select
+
.bold{font-weight:bold;}
{
+
.center{text-align:center;}
font-family: 'Oxygen', sans-serif;
+
.right{text-align:right;}
font-size: 13pt;
+
.uppercase{text-transform:uppercase;}
line-height: 2em;
+
.hidden{display:none;}
}
+
.nospace{margin:0; padding:0; list-style:none;}
 +
.inline *{display:inline-block;}
 +
.inline *:last-child{margin:0;}
 +
.borderedbox{border:1px solid;}
 +
.overlay{display:block; width:100%; height:auto; margin:0; padding:0;}
 +
.bgded{background-position:top center; background-repeat:no-repeat; background-size:cover;}
 +
.fixed{background-attachment:fixed;}
 +
.circle{border-radius:50%; background-clip:padding-box;}
 +
.capitalise{text-transform:capitalize;}
 +
.btn{display:inline-block; padding:10px 30px 12px; text-transform:uppercase; border-radius:5px;}
 +
.pushright li{margin-right:20px;}
 +
.pushright li:last-child{margin-right:0;}
  
h1,h2,h3,h4,h5,h6
+
.clear, .group{display:block;}
{
+
.clear::before, .clear::after, .group::before, .group::after{display:table; content:"";}
font-weight: bold;
+
.clear, .clear::after, .group, .group::after{clear:both;}
}
+
+
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
+
{
+
color: inherit;
+
text-decoration: none;
+
}
+
+
/* Change this to whatever font weight/color pairing is most suitable */
+
strong, b
+
{
+
font-weight: bold;
+
color: #000000;
+
}
+
+
em, i
+
{
+
font-style: italic;
+
}
+
  
/* Don't forget to set this to something that matches the design */
+
a{outline:none; text-decoration:none;}
a
+
{
+
color: #ff0000;
+
}
+
+
a:hover
+
{
+
text-decoration: none;
+
}
+
  
sub
+
.fl_left, .imgl{float:left;}
{
+
.fl_right, .imgr{float:right;}
position: relative;
+
top: 0.5em;
+
font-size: 0.8em;
+
}
+
+
sup
+
{
+
position: relative;
+
top: -0.5em;
+
font-size: 0.8em;
+
}
+
+
hr
+
{
+
border: 0;
+
border-top: solid 1px #ddd;
+
}
+
+
blockquote
+
{
+
border-left: solid 0.5em #ddd;
+
padding: 1em 0 1em 2em;
+
font-style: italic;
+
}
+
+
p, ul, ol, dl, table
+
{
+
margin-bottom: 1em;
+
}
+
  
header
+
img{width:auto; max-width:100%; height:auto; margin:0; padding:0; border:none; line-height:normal; vertical-align:middle;}
{
+
.imgl{margin:0 15px 10px 0; clear:left;}
}
+
.imgr{margin:0 0 10px 15px; clear:right;}
+
header h2
+
{
+
letter-spacing: -1px;
+
font-weight: 700;
+
}
+
+
header .byline
+
{
+
display: block;
+
text-transform: uppercase;
+
}
+
+
footer
+
{
+
margin-top: 1em;
+
}
+
  
br.clear
 
{
 
clear: both;
 
}
 
 
/* Buttons */
 
 
.button
 
{
 
position: relative;
 
display: inline-block;
 
margin-top: 2em;
 
padding: 0.8em 1.5em;
 
background: #1d1d1d;
 
border-radius: 6px;
 
text-decoration: none;
 
text-transform: uppercase;
 
font-size: 1em;
 
color: #FFF;
 
-moz-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
 
-webkit-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
 
-o-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
 
-ms-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
 
transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
 
cursor: pointer;
 
}
 
  
.button:hover
+
/* Fonts
{
+
--------------------------------------------------------------------------------------------------------------- */
background: #141414;
+
body, input, textarea, select{font-family:Verdana, Geneva, sans-serif;}
color: #FFF !important;
+
h1, h2, h3, h4, h5, h6, .heading{font-family:Georgia, "Times New Roman", Times, serif;}
}
+
+
  
/* Sections/Articles */
 
 
section,
 
article
 
{
 
margin-bottom: 3em;
 
}
 
 
section > :last-child,
 
article > :last-child
 
{
 
margin-bottom: 0;
 
}
 
  
section:last-child,
+
/* Forms
article:last-child
+
--------------------------------------------------------------------------------------------------------------- */
{
+
form, fieldset, legend{margin:0; padding:0; border:none;}
margin-bottom: 0;
+
legend{display:none;}
}
+
label, input, textarea, select, button{display:block; resize:none; outline:none; color:inherit; font-size:inherit; font-family:inherit; vertical-align:middle;}
 +
label{margin-bottom:5px;}
  
.row > section,
 
.row > article
 
{
 
margin-bottom: 0;
 
}
 
  
/* Images */
+
/* Generalise
 +
--------------------------------------------------------------------------------------------------------------- */
 +
h1, h2, h3, h4, h5, h6, .heading{margin:0 0 20px 0; font-size:22px; line-height:normal; font-weight:normal;}
  
.image
+
address{font-style:normal; font-weight:normal;}
{
+
hr{display:block; width:100%; height:1px; border:solid; border-width:1px 0 0 0;}
display: inline-block;
+
}
+
+
.image img
+
{
+
display: block;
+
width: 100%;
+
border-radius: 6px;
+
}
+
  
.image.featured
+
.font-x1{font-size:1.2rem;}
{
+
.font-x2{font-size:1.8rem;}
display: block;
+
.font-x3{font-size:2.8rem;}
width: 100%;
+
margin: 0 0 2em 0;
+
}
+
+
.image.full
+
{
+
display: block;
+
width: 100%;
+
margin: 0 0 2em 0;
+
}
+
+
.image.left
+
{
+
float: left;
+
margin: 0 2em 2em 0;
+
}
+
+
.image.centered
+
{
+
display: block;
+
margin: 0 0 2em 0;
+
}
+
  
.image.centered img
+
.wrapper{display:block; width:100%; margin:0; padding:0; text-align:left; word-wrap:break-word;}
{
+
#topbar, #header, #pageintro, #breadcrumb, .container, #newsletter, #footer, #copyright{display:block; margin:0 auto;}
margin: 0 auto;
+
width: auto;
+
}
+
  
/* Lists */
 
  
ul.default
+
/* HTML 5 Overrides
{
+
--------------------------------------------------------------------------------------------------------------- */
list-style: none;
+
address, article, aside, figcaption, figure, footer, header, main, nav, section{display:block; margin:0; padding:0;}
margin: 0;
+
padding: 0;
+
}
+
+
ul.default li
+
{
+
padding: 0.50em 0em;
+
}
+
+
ul.style1
+
{
+
font-size: 0.90em;
+
}
+
  
ul.style1 li
 
{
 
padding: 0.80em 0em;
 
line-height: 1.8em;
 
}
 
  
ul.style1 li img
+
/* Grid
{
+
--------------------------------------------------------------------------------------------------------------- */
float: left;
+
.one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter{display:inline-block; float:left; margin:0 0 0 3.06748466257669%; list-style:none;}
margin-right: 1.50em;
+
border-radius: 6px;
+
}
+
+
ul.style1 .posted
+
{
+
display: block;
+
margin-top: 1em;
+
padding: 0.50em 0em;
+
}
+
  
/*********************************************************************************/
+
.first{margin-left:0; clear:left;}
/* Header                                                                        */
+
/*********************************************************************************/
+
  
#header
+
.one_quarter{width:22.69938650306748%;}
{
+
.one_third{width:31.28834355828221%;}
position: relative;
+
.one_half, .two_quarter{width:48.46625766871166%;}
background: #ddd url(../images/header.jpg) no-repeat center;
+
.two_third{width:65.6441717791411%;}
background-size: cover;
+
.three_quarter{width:74.23312883435584%;}
}
+
  
#logo
 
{
 
}
 
 
#nav
 
{
 
}
 
  
#nav ul
+
/* Spacing
{
+
--------------------------------------------------------------------------------------------------------------- */
margin: 0;
+
.btmspace-10{margin-bottom:10px;}
}
+
.btmspace-15{margin-bottom:15px;}
+
.btmspace-30{margin-bottom:30px;}
/*********************************************************************************/
+
.btmspace-50{margin-bottom:50px;}
/* Banner                                                                        */
+
.btmspace-80{margin-bottom:80px;}
/*********************************************************************************/
+
  
#banner
+
.inspace-5{padding:5px;}
{
+
.inspace-10{padding:10px;}
position: relative;
+
.inspace-15{padding:15px;}
background: #333;
+
.inspace-30{padding:30px;}
color: #fff;
+
.inspace-50{padding:50px;}
}
+
.inspace-80{padding:80px;}
  
/*********************************************************************************/
+
/* Rows
/* Main                                                                          */
+
--------------------------------------------------------------------------------------------------------------- */
/*********************************************************************************/
+
.row0{border-bottom:1px solid;}
 +
.row1, .row1 a{}
 +
.row2, .row2 a{}
 +
.row3, .row3 a{}
 +
.row4, .row4 a{}
 +
.row5, .row5 a{}
  
#main
 
{
 
position: relative;
 
background: #fff url(images/overlay.png) repeat;
 
}
 
 
.divider
 
{
 
overflow: hidden;
 
border-top: 1px solid #dbdbdb;
 
}
 
  
/*********************************************************************************/
+
/* Top Bar
/* Footer                                                                       */
+
--------------------------------------------------------------------------------------------------------------- */
/*********************************************************************************/
+
#topbar{padding:5px 0; font-size:12px;}
+
 
#footer
+
#topbar .fl_left{margin-top:4px;}
{
+
#topbar .fl_left .inline > li i{margin:0 5px 0 0; line-height:normal;}
position: relative;
+
 
background: #121212;
+
#topbar .faico li{margin:0;}
color: rgba(255,255,255,.4);
+
 
}
+
 
+
/* Header
#footer header h2
+
--------------------------------------------------------------------------------------------------------------- */
{
+
#header{padding:30px 0;}
color: #FFF;
+
 
}
+
#header #logo{margin-top:16px;}
+
#header #logo h1{margin:0; padding:0; font-size:22px; text-transform:uppercase;}
/*********************************************************************************/
+
 
/* Copyright                                                                    */
+
 
/*********************************************************************************/
+
/* Page Intro
+
--------------------------------------------------------------------------------------------------------------- */
#copyright
+
#pageintro{padding:160px 0 80px; text-align:center;}
{
+
 
position: relative;
+
#pageintro li{text-transform:uppercase; font-size:18px;}
padding: 3em 0em;
+
 
text-align: center;
+
 
color: rgba(255,255,255,.2);
+
/* Flexslider Carousel
}
+
--------------------------------------------------------------------------------------------------------------- */
+
.flex-carousel{position:relative;}
#copyright .container
+
 
{
+
.flex-carousel ul{margin:0; padding:0; list-style:none;}
}
+
.flex-carousel .flex-direction-nav li{position:absolute; top:-50px; width:30px; height:30px; overflow:hidden; text-align:center;}
+
.flex-carousel .flex-direction-nav li:first-child{right:35px;}
#copyright a
+
.flex-carousel .flex-direction-nav li:last-child{right:0;}
{
+
.flex-carousel .flex-direction-nav li a{display:block; border-radius:5px;}
text-decoration: none;
+
.flex-carousel .flex-direction-nav li a i{display:block; width:30px; height:30px; line-height:30px; font-size:18px;}
color: rgba(255,255,255,.3);
+
 
}
+
.flex-carousel .flex-carousel-items figcaption{padding:20px 0 0 0;}
 +
.flex-carousel .flex-carousel-items figcaption *{margin:0; padding:0;}
 +
.flex-carousel .flex-carousel-items figcaption p{margin-bottom:15px;}
 +
 
 +
 
 +
/* Content Area
 +
--------------------------------------------------------------------------------------------------------------- */
 +
.container{padding:80px 0;}
 +
 
 +
/* Content */
 +
.container .content{}
 +
 
 +
.products figure{position:relative; max-width:320px; text-align:center;}
 +
.products figure figcaption{position:absolute; bottom:0; left:0; width:100%; padding:20px;}
 +
.products figure figcaption *{margin:0; padding:0;}
 +
.products figure figcaption p{margin-bottom:8px;}
 +
.products figure figcaption p:nth-last-of-type(1){margin-bottom:0;}
 +
.products figure figcaption footer{display:block; width:100%; margin-top:20px;}
 +
.products figure figcaption .btn{display:block; padding:6px 20px 8px;}
 +
 
 +
 
 +
/* Comments */
 +
#comments ul{margin:0 0 40px 0; padding:0; list-style:none;}
 +
#comments li{margin:0 0 10px 0; padding:15px;}
 +
#comments .avatar{float:right; margin:0 0 10px 10px; padding:3px; border:1px solid;}
 +
#comments address{font-weight:bold;}
 +
#comments time{font-size:smaller;}
 +
#comments .comcont{display:block; margin:0; padding:0;}
 +
#comments .comcont p{margin:10px 5px 10px 0; padding:0;}
 +
 
 +
#comments form{display:block; width:100%;}
 +
#comments input, #comments textarea{width:100%; padding:10px; border:1px solid;}
 +
#comments textarea{overflow:auto;}
 +
#comments div{margin-bottom:15px;}
 +
#comments input[type="submit"], #comments input[type="reset"]{display:inline-block; width:auto; min-width:150px; margin:0; padding:8px 5px; cursor:pointer;}
 +
 
 +
/* Sidebar */
 +
.container .sidebar{}
 +
 
 +
.sidebar .sdb_holder{margin-bottom:50px;}
 +
.sidebar .sdb_holder:last-child{margin-bottom:0;}
 +
 
 +
 
 +
/* Newsletter
 +
--------------------------------------------------------------------------------------------------------------- */
 +
#newsletter{padding:120px 0;}
 +
 
 +
#newsletter input, #newsletter button{padding:10px 12px; border:none; border-radius:5px;}
 +
#newsletter input{display:inline-block; min-width:400px;}
 +
#newsletter button{padding:9px 18px; font-weight:bold; text-transform:uppercase; cursor:pointer;}
 +
 
 +
 
 +
/* Footer
 +
--------------------------------------------------------------------------------------------------------------- */
 +
#footer{padding:80px 0;}
 +
 
 +
#footer .title{margin:0 0 30px 0; padding:0 0 8px 0; border-bottom:1px solid; font-size:18px; text-transform:capitalize;}
 +
 
 +
#footer .linklist li{margin-bottom:10px;}
 +
#footer .linklist li:last-child{margin-bottom:0;}
 +
 
 +
#footer .smallfont{font-size:.8em; margin:0;}
 +
 
 +
 
 +
/* Copyright
 +
--------------------------------------------------------------------------------------------------------------- */
 +
#copyright{padding:20px 0;}
 +
#copyright *{margin:0; padding:0;}
 +
 
 +
 
 +
/* Transition Fade
 +
--------------------------------------------------------------------------------------------------------------- */
 +
.faico a, #mainav *, #backtotop{transition:all .3s ease-in-out;}
 +
 
 +
 
 +
/* ------------------------------------------------------------------------------------------------------------ */
 +
/* ------------------------------------------------------------------------------------------------------------ */
 +
/* ------------------------------------------------------------------------------------------------------------ */
 +
/* ------------------------------------------------------------------------------------------------------------ */
 +
/* ------------------------------------------------------------------------------------------------------------ */
 +
 
 +
 
 +
/* Navigation
 +
--------------------------------------------------------------------------------------------------------------- */
 +
nav ul, nav ol{margin:0; padding:0; list-style:none;}
 +
 
 +
#mainav, #breadcrumb, .sidebar nav{line-height:normal;}
 +
#mainav .drop::after, #mainav li li .drop::after, #breadcrumb li a::after, .sidebar nav a::after{position:absolute; font-family:"FontAwesome"; font-size:10px; line-height:10px;}
 +
 
 +
/* Top Navigation */
 +
#mainav{}
 +
#mainav ul{text-transform:uppercase;}
 +
#mainav ul ul{z-index:9999; position:absolute; width:180px; text-transform:none;}
 +
#mainav ul ul ul{left:180px; top:0;}
 +
#mainav li{display:inline-block; position:relative; margin:0 20px 0 0; padding:0;}
 +
#mainav li:last-child{margin-right:0;}
 +
#mainav li li{width:100%; margin:0;}
 +
#mainav li a{display:block; padding:20px 0;}
 +
#mainav li li a{border:solid; border-width:0 0 1px 0;}
 +
#mainav .drop{padding-left:15px;}
 +
#mainav li li a, #mainav li li .drop{display:block; margin:0; padding:10px 15px;}
 +
#mainav .drop::after, #mainav li li .drop::after{content:"\f0d7";}
 +
#mainav .drop::after{top:25px; left:5px;}
 +
#mainav li li .drop::after{top:15px; left:5px;}
 +
#mainav ul ul{visibility:hidden; opacity:0;}
 +
#mainav ul li:hover > ul{visibility:visible; opacity:1;}
 +
 
 +
#mainav form{display:none; margin:0; padding:0;}
 +
#mainav form select, #mainav form select option{display:block; cursor:pointer; outline:none;}
 +
#mainav form select{width:100%; padding:5px; border:1px solid;}
 +
#mainav form select option{margin:5px; padding:0; border:none;}
 +
 
 +
/* Breadcrumb */
 +
#breadcrumb{padding:30px 0;}
 +
#breadcrumb ul{margin:0; padding:0; list-style:none;}
 +
#breadcrumb li{display:inline-block; margin:0 6px 0 0; padding:0;}
 +
#breadcrumb li a{display:block; position:relative; margin:0; padding:0 12px 0 0; font-size:12px;}
 +
#breadcrumb li a::after{top:3px; right:0; content:"\f101";}
 +
#breadcrumb li:last-child a{margin:0; padding:0;}
 +
#breadcrumb li:last-child a::after{display:none;}
 +
 
 +
/* Sidebar Navigation */
 +
.sidebar nav{display:block; width:100%;}
 +
.sidebar nav li{margin:0 0 3px 0; padding:0;}
 +
.sidebar nav a{display:block; position:relative; margin:0; padding:5px 10px 5px 15px; text-decoration:none; border:solid; border-width:0 0 1px 0;}
 +
.sidebar nav a::after{top:9px; left:5px; content:"\f101";}
 +
.sidebar nav ul ul a{padding-left:35px;}
 +
.sidebar nav ul ul a::after{left:25px;}
 +
.sidebar nav ul ul ul a{padding-left:55px;}
 +
.sidebar nav ul ul ul a::after{left:45px;}
 +
 
 +
/* Pagination */
 +
.pagination{display:block; width:100%; text-align:center; clear:both;}
 +
.pagination li{display:inline-block; margin:0 2px 0 0;}
 +
.pagination li:last-child{margin-right:0;}
 +
.pagination a, .pagination strong{display:block; padding:8px 11px; border:1px solid; background-clip:padding-box; font-weight:normal;}
 +
 
 +
/* Back to Top */
 +
#backtotop{z-index:999; display:inline-block; position:fixed; visibility:hidden; bottom:20px; right:20px; width:36px; height:36px; line-height:36px; border-radius:5px; font-size:16px; text-align:center; opacity:.2;}
 +
#backtotop i{display:block; width:100%; height:100%; line-height:inherit;}
 +
#backtotop.visible{visibility:visible; opacity:.5;}
 +
#backtotop:hover{opacity:1;}
 +
 
 +
 
 +
/* Tables
 +
--------------------------------------------------------------------------------------------------------------- */
 +
table, th, td{border:1px solid; border-collapse:collapse; vertical-align:top;}
 +
table, th{table-layout:auto;}
 +
table{width:100%; margin-bottom:15px;}
 +
th, td{padding:5px 8px;}
 +
td{border-width:0 1px;}
 +
 
 +
 
 +
/* Gallery
 +
--------------------------------------------------------------------------------------------------------------- */
 +
#gallery{display:block; width:100%; margin-bottom:50px;}
 +
#gallery figure figcaption{display:block; width:100%; clear:both;}
 +
#gallery li{margin-bottom:30px;}
 +
 
 +
 
 +
/* Font Awesome Social Icons
 +
--------------------------------------------------------------------------------------------------------------- */
 +
.faico{margin:0; padding:0; list-style:none;}
 +
.faico li{display:inline-block; float:left; margin:0 2px 0 0; padding:0; line-height:normal;}
 +
.faico li:last-child{margin-right:0;}
 +
 
 +
.faico a{display:inline-block; width:30px; height:30px; line-height:30px; font-size:16px; text-align:center; border-radius:5px;}
 +
.faico a{color:#FFFFFF; background-color:transparent;}
 +
 
 +
.faicon-dribble:hover{background-color:#EA4C89;}
 +
.faicon-facebook:hover{background-color:#3B5998;}
 +
.faicon-google-plus:hover{background-color:#DB4A39;}
 +
.faicon-linkedin:hover{background-color:#0E76A8;}
 +
.faicon-pinterest:hover{background-color:#C8232C;}
 +
.faicon-rss:hover{background-color:#EE802F;}
 +
.faicon-twitter:hover{background-color:#00ACEE;}
 +
 
 +
 
 +
/* ------------------------------------------------------------------------------------------------------------ */
 +
/* ------------------------------------------------------------------------------------------------------------ */
 +
/* ------------------------------------------------------------------------------------------------------------ */
 +
/* ------------------------------------------------------------------------------------------------------------ */
 +
/* ------------------------------------------------------------------------------------------------------------ */
 +
 
 +
 
 +
/* Colours
 +
--------------------------------------------------------------------------------------------------------------- */
 +
body{color:#888888; background-color:#1C1C1C;}
 +
a{color:#A7C353;}
 +
hr, .borderedbox{border-color:#D7D7D7;}
 +
label span{color:#FF0000; background-color:inherit;}
 +
.overlay{color:inherit; background-color:rgba(0,0,0,.5);}
 +
.btn{color:#FFFFFF; background-color:#A7C353;}
 +
.bg-black-trans{color:#FFFFFF; background-color:rgba(0,0,0,.5);/* #000000 */}
 +
.bg-orange{color:#FFFFFF; background-color:#FF8737;}
 +
.bg-orange-trans{color:#FFFFFF; background-color:rgba(255,135,55,.5);/* #FF8737 */}
 +
.bg-red{color:#FFFFFF; background-color:#E2494B;}
 +
.bg-red-trans{color:#FFFFFF; background-color:rgba(226,73,75,.5);/* #E2494B */}
 +
 
 +
 
 +
/* Rows */
 +
.row0{color:#888888; background-color:rgba(0,0,0,.65);}
 +
.row0{border-color:rgba(136,136,136,.2);/* #888888 */}
 +
.row1{color:#FFFFFF; background-color:rgba(0,0,0,.5);}
 +
.row2{color:#888888; background-color:#F4F4F4;}
 +
.row3{color:#888888; background-color:#FFFFFF;}
 +
.row4{color:#888888; background-color:#232323;}
 +
.row5, .row5 a{color:#888888; background-color:#1C1C1C;}
 +
.row100{color:#FFFFFF; background-color:#000000;}
 +
 
 +
 
 +
/* .overlay, .row0, .row1{background-image:url("images/overlay.png")} */
 +
.overlay, .row0, .row1{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABhJREFUeNpiYGBgePz//38GRhABAgABBgBFTAbfCBNE2AAAAABJRU5ErkJggg==");}
 +
 
 +
 
 +
/* Top Bar */
 +
#topbar .faico a{color:inherit;}
 +
#topbar .faico a:hover{color:#FFFFFF;}
 +
 
 +
 
 +
/* Header */
 +
#header #logo a{color:inherit;}
 +
 
 +
 
 +
/* Flexslider Carousel */
 +
.flex-carousel .flex-direction-nav li a{color:#A7C353; background:#F8F8F8;}
 +
 
 +
 
 +
/* Newsletter */
 +
#newsletter input{color:#1C1C1C; background-color:rgba(255,255,255,.75);}
 +
 
 +
 
 +
/* Footer */
 +
#footer .title{border-color:#1C1C1C;}
 +
 
 +
 
 +
/* Navigation */
 +
#mainav li a{color:inherit;}
 +
#mainav .active a, #mainav a:hover, #mainav li:hover > a{color:#A7C353; background-color:inherit;}
 +
#mainav li li a, #mainav .active li a{color:#FFFFFF; background-color:rgba(0,0,0,.6); border-color:rgba(0,0,0,.6);}
 +
#mainav li li:hover > a, #mainav .active .active > a{color:#FFFFFF; background-color:#A7C353;}
 +
#mainav form select{color:#FFFFFF; background-color:#000000; border-color:rgba(136,136,136,.5);/* #888888 */}
 +
 
 +
#breadcrumb a{color:#888888; background-color:inherit;}
 +
#breadcrumb li:last-child a{color:#A7C353;}
 +
 
 +
.container .sidebar nav a{color:inherit; border-color:#D7D7D7;}
 +
.container .sidebar nav a:hover{color:#A7C353;}
 +
 
 +
.pagination a, .pagination strong{border-color:#D7D7D7;}
 +
.pagination .current *{color:#FFFFFF; background-color:#A7C353;}
 +
 
 +
#backtotop{color:#FFFFFF; background-color:#A7C353;}
 +
 
 +
 
 +
/* Tables + Comments */
 +
table, th, td, #comments .avatar, #comments input, #comments textarea{border-color:#D7D7D7;}
 +
th{color:#FFFFFF; background-color:#373737;}
 +
tr, #comments li, #comments input[type="submit"], #comments input[type="reset"]{color:inherit; background-color:#FBFBFB;}
 +
tr:nth-child(even), #comments li:nth-child(even){color:inherit; background-color:#F7F7F7;}
 +
table a, #comments a{background-color:inherit;}
 +
 
 +
 
 +
/* ------------------------------------------------------------------------------------------------------------ */
 +
/* ------------------------------------------------------------------------------------------------------------ */
 +
/* ------------------------------------------------------------------------------------------------------------ */
 +
/* ------------------------------------------------------------------------------------------------------------ */
 +
/* ------------------------------------------------------------------------------------------------------------ */
 +
 
 +
 
 +
/* Media Queries
 +
--------------------------------------------------------------------------------------------------------------- */
 +
@-ms-viewport{width:device-width;}
 +
 
 +
 
 +
/* Smartphone + Tablet
 +
--------------------------------------------------------------------------------------------------------------- */
 +
@media screen and (min-width:180px) and (max-width:750px) {
 +
.imgl, .imgr{display:inline-block; float:none; margin:0 0 10px 0;}
 +
.fl_left, .fl_right{display:block; float:none;}
 +
.one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter{display:block; float:none; width:auto; margin:0 0 30px 0; padding:0;}
 +
}
 +
 
 +
@media screen and (min-width:180px) and (max-width:900px) {
 +
#topbar, #header, #pageintro, #breadcrumb, .container, #newsletter, #footer, #copyright{max-width:90%;}
 +
 
 +
#topbar{}
 +
 
 +
#header{}
 +
 
 +
#pageintro{}
 +
 
 +
#mainav{}
 +
#mainav ul{display:none;}
 +
#mainav form{display:block; margin-top:12px;}
 +
 
 +
#breadcrumb{}
 +
 
 +
.container{}
 +
#comments input[type="reset"]{margin-top:10px;}
 +
.pagination li{display:inline-block; margin:0 5px 5px 0;}
 +
 
 +
#newsletter{}
 +
 
 +
#footer{}
 +
 
 +
#copyright{}
 +
}
 +
 
 +
 
 +
/* Max Wrapper Width - Laptop, Desktop etc.
 +
--------------------------------------------------------------------------------------------------------------- */
 +
@media screen and (min-width:978px) {
 +
#topbar, #header, #pageintro, #breadcrumb, .container, #newsletter, #footer, #copyright{max-width:978px;}
 +
}
 +
 
 +
 
 +
/* Other
 +
--------------------------------------------------------------------------------------------------------------- */
 +
@media screen and (max-width:650px) {
 +
.scrollable{display:block; width:100%; margin:0 0 30px 0; padding:0 0 15px 0; overflow:auto; overflow-x:scroll;}
 +
.scrollable table{margin:0; padding:0; white-space:nowrap;}
 +
 
 +
.inline li, .inline input{display:block; margin-bottom:10px;}
 +
.pushright li{margin-right:0;}
 +
 
 +
.font-x2{font-size:1.4rem;}
 +
.font-x3{font-size:1.6rem;}
 +
 
 +
#topbar{text-align:center;}
 +
#topbar *{margin:0;}
 +
#topbar .fl_left ul{margin:0 0 10px 0; line-height:normal;}
 +
#topbar .faico li{float:none;}
 +
 
 +
#header{text-align:center;}
 +
#header #logo{margin:15px 0 5px;}
 +
 
 +
#pageintro{padding-top:80px;}
 +
 
 +
.flex-carousel .figcaption{margin:0;}
 +
 
 +
.container{padding-bottom:50px;}
 +
 
 +
#newsletter input{min-width:100%; width:100%;}
 +
 
 +
#footer{padding-bottom:50px;}
 +
 
 +
#copyright p:first-of-type{margin-bottom:10px;}
 +
}
 
</style>
 
</style>
  

Revision as of 00:13, 28 July 2015