Team:UC-SantaCruz Template alt

From 2013.igem.org

(Difference between revisions)
(Created page with " /* ---------------------------------------------- Template Name : PageOne Template Code : S-0032 Version : 1.0 Author : Erwin Aligam Author URI : http://www.styleshout.com/...")
 
Line 1: Line 1:
-
/* ----------------------------------------------
+
/*
-
Template Name : PageOne
+
Template Name: Academic Education
-
Template Code : S-0032
+
File: Layout CSS
-
Version : 1.0
+
Author: OS Templates
-
Author : Erwin Aligam
+
Author URI: http://www.os-templates.com/
-
Author URI : http://www.styleshout.com/
+
Licence: <a href="http://www.os-templates.com/template-terms">Website Template Licence</a>
-
Last Date Modified : November 28, 2011
+
*/
-
------------------------------------------------ */
+
-
/* ------------------------------------------------
+
@import url(navi.css);
-
    CUSTOM WEB FONTS
+
@import url(forms.css);
-
--------------------------------------------------*/
+
@import url(tables.css);
-
@font-face {
+
@import url(homepage.css);
-
    font-family: 'MerriweatherRegular';
+
@import url(gallery.css);
-
    src: url('fonts/merriweather-regular-webfont.eot');
+
@import url(portfolio.css);
-
    src: url('fonts/merriweather-regular-webfont.eot?#iefix') format('embedded-opentype'),
+
@import url(featured_slide.css);
-
        url('fonts/merriweather-regular-webfont.woff') format('woff'),
+
-
        url('fonts/merriweather-regular-webfont.ttf') format('truetype'),
+
-
        url('fonts/merriweather-regular-webfont.svg#MerriweatherRegular') format('svg');
+
-
    font-weight: normal;
+
-
    font-style: normal;
+
-
}
+
-
@font-face {
+
-
    font-family: 'MerriweatherBold';
+
-
    src: url('fonts/merriweather-bold-webfont.eot');
+
-
    src: url('fonts/merriweather-bold-webfont.eot?#iefix') format('embedded-opentype'),
+
-
        url('fonts/merriweather-bold-webfont.woff') format('woff'),
+
-
        url('fonts/merriweather-bold-webfont.ttf') format('truetype'),
+
-
        url('fonts/merriweather-bold-webfont.svg#MerriweatherBold') format('svg');
+
-
    font-weight: normal;
+
-
    font-style: normal;
+
-
}
+
-
/* --------------------------------------
+
body{
-
    RESET
+
margin:0;
-
----------------------------------------*/
+
padding:0;
-
html, body, div, span, applet, object, iframe,
+
font-size:13px;
-
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
+
font-family:Georgia, "Times New Roman", Times, serif;
-
a, abbr, acronym, address, big, cite, code,
+
color:#979797;
-
del, dfn, em, img, ins, kbd, q, s, samp,
+
background-color:#06213F;
-
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,
+
-
article, aside, canvas, details, embed,
+
-
figure, figcaption, footer, header, hgroup,
+
-
menu, nav, output, ruby, section, summary,
+
-
time, mark, audio, video {
+
-
margin: 0;
+
-
padding: 0;
+
-
border: 0;
+
-
font-size: 100%;
+
-
font: inherit;
+
-
vertical-align: baseline;
+
-
}
+
-
/* HTML5 display-role reset for older browsers */
+
-
article, aside, details, figcaption, figure,
+
-
footer, header, hgroup, menu, nav, section {
+
-
display: block;
+
-
}
+
-
body {
+
-
line-height: 1;
+
-
}
+
-
ol, ul {
+
-
list-style: none;
+
-
}
+
-
blockquote, q {
+
-
quotes: none;
+
-
}
+
-
blockquote:before, blockquote:after,
+
-
q:before, q:after {
+
-
content: '';
+
-
content: none;
+
-
}
+
-
table {
+
-
border-collapse: collapse;
+
-
border-spacing: 0;
+
-
}
+
-
/* -------------------------------------------------------
+
img{margin:0; padding:0; border:none;}
-
    GENERAL
+
.justify{text-align:justify;}
-
---------------------------------------------------------- */
+
.bold{font-weight:bold;}
-
html { overflow-y: scroll; }
+
.center{text-align:center;}
-
body {
+
.right{text-align:right;}
-
    font-family: Georgia, Serif;
+
.nostart{list-style-type:none; margin:0; padding:0;}
-
    font-size: 16px;
+
-
    line-height: 25px;
+
-
    color: #3B3B3B;
+
-
    background: /* url(../images/25-pixel-baseline.png) left top repeat, */ url(../images/bg.png) left top repeat ;
+
-
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
+
-
}
+
-
p { margin-bottom: 25px; }
+
.clear:after{content:"."; display:block; height:0; clear:both; visibility:hidden; line-height:0;}
-
p.intro { font-size: 18px; }
+
.clear{display:inline-block;}
 +
html[xmlns] .clear{display:block;}
 +
* html .clear{height:1%;}
-
/* links */
+
a{outline:none; text-decoration:none; color:#55ABDA; background-color:#F9F9F9;}
-
a:link, a:visited {
+
-
    color: #285935;
+
-
    text-decoration: none;
+
-
    outline: 0;
+
-
}
+
-
a:hover, a:focus, a:active {
+
-
    color: #5E1F00;
+
-
}
+
-
/* Headers */
+
.fl_left{float:left;}
-
h1, h2, h3, h4, h5, h6 {
+
.fl_right{float:right;}
-
    font-family: 'MerriweatherBold', Serif;
+
-
}
+
-
h1 {
+
-
    font-size: 40px;
+
-
    line-height: 50px;
+
-
    letter-spacing: -0.9px;
+
-
    color: #046416;
+
-
    margin-left: -2px;
+
-
}
+
-
h2 {
+
-
    font-size: 22px;
+
-
    line-height: 25px;
+
-
    margin-top: 10px;
+
-
    margin-bottom: 15px;
+
-
}
+
-
h3 {
+
-
    font-size: 18px;
+
-
    line-height: 25px;
+
-
}
+
-
/* Lists */
+
.imgholder, .imgl, .imgr{padding:4px; border:1px solid #DEDACB; text-align:center;}
-
ul, ol {
+
.imgl{float:left; margin:0 15px 15px 0; clear:left;}
-
margin-bottom: 25px;
+
.imgr{float:right; margin:0 0 15px 15px; clear:right;}
-
padding: 0 20px;
+
-
}
+
-
ul { list-style: disc; }
+
-
ol { list-style: decimal; }
+
-
dl { margin-bottom: 25px; }
+
/* ----------------------------------------------Wrapper-------------------------------------*/
-
dt {
+
-
    font-weight: bold;
+
-
    color: #046416;
+
-
}
+
-
dd {
+
-
    padding-left: 20px;
+
-
}
+
-
blockquote {
+
div.wrapper{
-
margin: 25px 0;
+
position:relative;
-
padding-left: 40px;
+
margin:0 auto 20px;
-
    padding-right: 30px;
+
width:960px;
-
    background: url(../images/quote.png) no-repeat 3px 0;
+
text-align:left;
-
font-weight: normal;
+
}
-
font-size: 18px;
+
-
font-style: italic;
+
-
}
+
-
input, select {
+
-
    vertical-align: middle;
+
-
}
+
-
strong, b {
+
div.wrapper h1, div.wrapper h2, div.wrapper h3, div.wrapper h4, div.wrapper h5, div.wrapper h6{
-
    font-weight: bold;  
+
margin:0 0 15px 0;
-
}
+
padding:0;
-
pre {
+
font-size:16px;
-
    white-space: pre;
+
font-weight:normal;
-
    white-space: pre-wrap;
+
font-style:normal;
-
    word-wrap: break-word;
+
line-height:normal;
-
}
+
}
-
abbr[title], dfn[title] {
+
-
    border-bottom: 1px dotted;
+
-
    cursor: help;
+
-
}
+
-
mark {
+
-
    background-color: #FDD2B3;
+
-
}
+
-
/* Clearing and Alignment Classes */
+
.row1{color:#999999; background-color:#06213F;}
-
.align-left {
+
.row1 a{color:#FCFCFC; background-color:#06213F;}
-
    float: left;
+
.row2, .row3, .row4{color:#979797; background-color:#F9F9F9;}
-
}
+
-
.align-right {
+
-
    float: right;
+
-
}
+
-
.clearfix:after {
+
-
    visibility: hidden;
+
-
    display: block;
+
-
    font-size: 0;
+
-
    content: " ";
+
-
    clear: both;
+
-
    height: 0;
+
-
}
+
-
.ie7 .clearfix { zoom: 1; } /* IE7 */
+
-
/* ------------------------------------------------------
+
/* ----------------------------------------------Generalise-------------------------------------*/
-
    STRUCTURE
+
-
--------------------------------------------------------- */
+
-
#header-wrap {
+
-
    background: url(../images/header-bg.png);
+
-
    width: 100%;
+
-
    height: 70px;
+
-
    z-index: 99999;
+
-
    position: fixed;
+
-
    top: 0;
+
-
    left: 0;
+
-
}
+
-
header {
+
-
    position: relative;
+
-
    width: 940px;
+
-
    height: 70px;
+
-
    margin: 0 auto;
+
-
}
+
-
.content-wrap {
+
-
    width: 940px;
+
-
    margin: 0 auto;
+
-
}
+
-
.content-wrap section {
+
-
    position: relative;
+
-
    padding: 125px 0 25px 0;
+
-
    background: url(../images/section-sep.png) repeat-x left 25px;
+
-
}
+
-
.content-wrap section section {
+
-
    background: none;
+
-
    margin: 0;
+
-
}
+
-
.content-wrap section .row {
+
-
    clear: both;
+
-
    overflow: hidden;
+
-
    margin-bottom: 25px;
+
-
}
+
-
.content-wrap section .row .col {
+
-
    float: left;
+
-
    margin: 0;
+
-
    padding: 0;
+
-
    width: 290px;
+
-
}
+
-
.content-wrap section .row .mid  {
+
-
    margin-left: 35px;
+
-
    margin-right: 35px;
+
-
}
+
-
.content-wrap section .no-bottom-margin{
+
-
    margin-bottom: 0;
+
-
}
+
-
.content-wrap section .primary {
+
-
    float: left;
+
-
    width: 620px;
+
-
}
+
-
.content-wrap section .primary p.intro {
+
-
    /* margin: 15px 0 10px 0; */
+
-
    margin: 15px 0 25px 0;
+
-
}
+
-
.content-wrap section aside {
+
-
    float: right;
+
-
    width: 285px;
+
-
}
+
-
.content-wrap section aside h2 {
+
-
    margin: 12.5px 0 12.5px 0;
+
-
}
+
-
.content-wrap section aside ul.link-list {
+
#header, #container, #footer{
-
    font-size: 16px;
+
display:block;
-
    margin: 0 0 25px 0;
+
width:960px;
-
    padding: 0;
+
}
-
    list-style: none;
+
-
    background: url(../images/section-sep.png) repeat-x left top;
+
-
}
+
-
.content-wrap section aside ul.link-list li {
+
-
    background: url(../images/section-sep.png) repeat-x left bottom;
+
-
    padding-left: 3px;
+
-
}
+
-
.content-wrap section aside ul.link-list li a {
+
-
    display: block;
+
-
    color: #3B3B3B;
+
-
    padding-top: 12.5px;
+
-
    padding-bottom: 12.5px;
+
-
}
+
-
.content-wrap section aside ul.link-list li a:hover,
+
-
.content-wrap section aside ul.link-list li a:focus,
+
-
.content-wrap section aside ul.link-list li a:active {
+
-
    color: #285935;
+
-
}
+
-
.content-wrap section aside .testimonials {
+
-
    margin: 0 0 25px 0;
+
-
}
+
-
.content-wrap section aside .testimonials blockquote {
+
-
    font-style: italic;
+
-
    font-size: 16px;
+
-
    padding-left: 27px;
+
-
    background: url(../images/quote-open.png) no-repeat left 5px;
+
-
    margin: 12.5px 0;
+
-
}
+
-
.content-wrap section aside .testimonials blockquote p {
+
-
    margin-bottom: 0;
+
-
}
+
-
.content-wrap section aside .testimonials blockquote cite {
+
-
    font-style: normal;
+
-
    text-transform: uppercase;
+
-
    font-size: 11px;
+
-
}
+
-
.content-wrap section .back-to-top {
+
.rnd{
-
    display: block;
+
display:block;
-
    position: absolute;
+
width:960px;
-
    bottom: -65px;
+
padding:12px 0 0 0;
-
    right: 10px;
+
background:url("../images/round_top.gif") top left no-repeat;
-
    height: 43px;
+
}
-
    width: 43px;
+
-
    background: url(../images/back-to-top.png);
+
-
    text-indent: -9999px;
+
-
    z-index: 9999;
+
-
}
+
-
.ie7 .content-wrap section .back-to-top {
+
-
    bottom: -70px;
+
-
}
+
-
footer {
+
/* ----------------------------------------------Header-------------------------------------*/
-
    position: relative;
+
-
    background: url(../images/section-sep.png) repeat-x left 25px;
+
-
    width: 940px;
+
-
    margin: 0 auto;
+
-
    padding-top: 125px;
+
-
}
+
-
/* -------------------------------------------
+
#header{padding:25px 0 0 0;}
-
    Header
+
-
-------------------------------------------- */
+
-
/* Logo */
+
#header h1, #header p, #header ul{
-
header hgroup {
+
margin:0;
-
    position: absolute;
+
padding:0;
-
    background: url(../images/logo.png) no-repeat;
+
list-style:none;
-
    height: 31px;
+
line-height:normal;
-
    width: 312px;
+
}
-
    display: block;
+
-
    top: 25px;
+
-
    left: 0;
+
-
}
+
-
header hgroup h1 a {
+
-
    text-indent: -9999em;
+
-
    display: block;
+
-
    height: 31px;
+
-
    width: 130px;
+
-
}
+
-
header hgroup h3  {
+
-
    text-indent: -9999em;
+
-
    height: 0;
+
-
}
+
-
/* Main Navigation */
+
#header h1{font-size:36px; font-variant:small-caps; font-style:normal;}
-
header nav {
+
-
    float: right;
+
-
    margin-top: 25px;
+
-
}
+
-
header nav ul {
+
-
    font: bold 12px/25px  Helvetica, Arial, Sans-serif;
+
-
    margin-right: -5px;
+
-
    padding: 0;
+
-
    list-style: none;
+
-
}
+
-
header nav ul li {
+
-
    float: left;
+
-
}
+
-
header nav ul a:link, header nav ul a:visited {
+
-
    color: #c5c4c4;
+
-
    margin-right: 20px;
+
-
    text-shadow: 0 -1px 0 rgba(10, 10, 10, 1);
+
-
}
+
-
header nav ul a:hover,
+
-
header nav ul a:active {
+
-
    color: #17a231
+
-
}
+
-
/* -----------------------------------------
+
#header .fl_right{
-
    Main Section
+
display:block;
-
------------------------------------------ */
+
width:360px;
-
section#main {
+
}
-
    width: 940px;
+
-
    background: none;
+
-
}
+
-
section#main h1 {
+
-
    margin-top: 10px;
+
-
    margin-bottom: 15px;
+
-
}
+
-
section#main .intro-box {
+
-
    float:left;
+
-
    width:460px;
+
-
    min-height: 300px;
+
-
}
+
-
section#main .row .col h2 {
+
-
    margin-top: 15px;
+
-
    margin-bottom: 10px;
+
-
}
+
-
/* Slider */
+
#header .fl_right ul{
-
.slider-wrapper {
+
margin-bottom:10px;
-
    float: right;
+
font-size:11px;
-
    position: relative;
+
}
-
    background: url(../images/slider.png) no-repeat;
+
-
    margin-top: 30px;
+
-
    margin-bottom: 13px;
+
-
    width: 420px;
+
-
    height: 234px;
+
-
}
+
-
.slider-wrapper #slider {
+
-
    position: absolute;
+
-
    top: 18px;
+
-
    left: 18.5px;
+
-
    width: 383px; /* Make sure your images are the same size */
+
-
    height: 198px; /* Make sure your images are the same size *//
+
-
}
+
-
.slider-wrapper .nivoSlider {
+
-
position: relative;
+
-
background: #fff url(../images/loading.gif) no-repeat 50% 50%;
+
-
}
+
-
.slider-wrapper .nivoSlider img {
+
-
position: absolute;
+
-
top: 0px;
+
-
left: 0px;
+
-
display: none;
+
-
}
+
-
.slider-wrapper .nivoSlider a {
+
-
border: 0;
+
-
display: block;
+
-
}
+
-
.slider-wrapper .nivo-controlNav {
+
-
position: absolute;
+
-
left: 50%;
+
-
bottom: -45px;
+
-
    margin-left: -30px ; /* Tweak this to center bullets */
+
-
}
+
-
.slider-wrapper .nivo-controlNav a {
+
-
display: block;
+
-
width: 13px;
+
-
height: 14px;
+
-
background: url(../images/bullets.png) no-repeat;
+
-
text-indent: -9999px;
+
-
border: 0;
+
-
margin-right: 10px;
+
-
float: left;
+
-
}
+
-
.slider-wrapper .nivo-controlNav a.active {
+
-
background-position: 0 -14px;
+
-
}
+
-
.slider-wrapper .nivo-directionNav a {
+
-
display: block;
+
-
width: 33px;
+
-
height: 52px;
+
-
background: url(../images/arrows.png) no-repeat;
+
-
text-indent: -9999px;
+
-
border: 0;
+
-
}
+
-
.slider-wrapper a.nivo-nextNav {
+
-
background-position: -33px 0;
+
-
right: -50px;
+
-
    top: 70px;
+
-
}
+
-
.slider-wrapper a.nivo-prevNav {
+
-
left: -48.5px;
+
-
    top: 70px;
+
-
}
+
-
.slider-wrapper .nivo-caption {
+
-
    /* font-family: Helvetica, Arial, sans-serif; */
+
-
    padding: 5px 10px;
+
-
    width: 363px;
+
-
    font-size: 12px;
+
-
    text-shadow: none;
+
-
    text-align: center;
+
-
}
+
-
.slider-wrapper .nivo-caption p {
+
-
    text-shadow: none;
+
-
    color: #CBCBCB;
+
-
}
+
-
.slider-wrapper .nivo-caption a {
+
-
    color: #66CC33;
+
-
    /* border-bottom: 1px dotted #fff; */
+
-
}
+
-
.slider-wrapper .nivo-caption a:hover {
+
-
    color:#fff;
+
-
}
+
-
/* -----------------------------------------
+
#header .fl_right li{
-
  Services
+
display:inline;
-
------------------------------------------- */
+
margin:0 4px 0 0;
-
section#services h1 {
+
padding:0 6px 0 0;
-
  margin: 0 0 25px 0;
+
border-right:1px solid #FCFCFC;
-
}
+
}
-
section#services .row .col img.align-left {
+
-
    margin-top: 13px;
+
-
    margin-right: 12px;
+
-
}
+
-
/* ---------------------------------------
+
#header .fl_right li.last{
-
    Portfolio
+
margin:0;
-
----------------------------------------- */
+
padding:0;
-
section#portfolio ul.folio-list {
+
border:none;
-
    margin: 25px 0;
+
}
-
    padding: 0;
+
-
    width: 970px;
+
-
    list-style: none;
+
-
}
+
-
section#portfolio ul.folio-list li {
+
-
    float: left;
+
-
    margin-right: 29px;
+
-
    margin-bottom: 10px;
+
-
    margin-top: 10px;
+
-
    width: 294px;
+
-
    height: 230px;
+
-
    max-height: 250px;
+
-
}
+
-
section#portfolio ul.folio-list li .thumb {
+
-
    margin: 0 0 5px 0;
+
-
    padding: 0;
+
-
    background: url(../images/thumb-frame.png) no-repeat;
+
-
    width: 294px;
+
-
    height: 205px;
+
-
}
+
-
section#portfolio ul.folio-list li .thumb img {
+
-
    margin-top: 18px;
+
-
    margin-left: 18px;
+
-
}
+
-
section#portfolio ul.folio-list li h3.entry-title {
+
-
    font-size: 14px;
+
-
    line-height: 25px;
+
-
    margin-left: 16px;
+
-
}
+
-
/* ------------------------------------------------
+
/* ----------------------------------------------Content-------------------------------------*/
-
    About
+
-
------------------------------------------------ */
+
-
section#about-us .primary .row .first {
+
-
    margin-right: 35px;
+
-
}
+
-
section#about-us .primary ul.the-team {
+
-
    margin: 25px 0 25px 0;
+
-
    padding: 0;
+
-
    list-style: none;
+
-
}
+
-
section#about-us .primary ul.the-team li {
+
-
    float: left;
+
-
    width: 290px;
+
-
    height: 150px;
+
-
}
+
-
section#about-us .primary ul.the-team li a {
+
-
    color: #3B3B3B;
+
-
}
+
-
section#about-us .primary ul.the-team li a:hover,
+
-
section#about-us .primary ul.the-team li a:focus,
+
-
section#about-us .primary ul.the-team li a:active {
+
-
    color: #285935;
+
-
}
+
-
section#about-us .primary ul.the-team li .thumbnail {
+
#container{
-
    position: relative;
+
width:920px;
-
    float: left;
+
padding:20px;
-
    background: url(../images/thumb-bg.png) no-repeat;
+
line-height:1.6em;
-
    width: 120px;
+
background:url("../images/round_bot.gif") bottom left no-repeat;
-
    height: 150px;
+
}
-
    margin-right: 12px;
+
-
}
+
-
section#about-us .primary ul.the-team li .thumbnail img {
+
-
    position: absolute;
+
-
    top: 19px;
+
-
    left: 18px;
+
-
}
+
-
section#about-us .primary ul.the-team li p {
+
-
    font-size: 14px;
+
-
    line-height: 20px;
+
-
    margin: 5px 0 0 0;
+
-
}
+
-
section#about-us .primary ul.the-team li p.mname {
+
-
    font-family: "MerriweatherBold", Serif;
+
-
    margin: 10px 0 0 0;
+
-
}
+
-
section#about-us .primary ul.the-team li.odd {
+
-
    margin-right: 35px;
+
-
}
+
-
section#about-us aside .download-btn {
+
#container a{
-
    background: url(../images/btn-bg.png);
+
color:#55ABDA;
-
    display: block;
+
background-color:#F9F9F9;
-
    width: 250px;
+
}
-
    height: 53px;
+
-
    border: 1px solid #066a19;
+
-
    margin: 0 0 20px 0;
+
-
    text-align: center;
+
-
    line-height: 55px;
+
-
    font-family: "MerriweatherBold", Georgia, Serif;
+
#container h1, #container h2, #container h3, #container h4, #container h5, #container h6{
-
    font-size: 20px;
+
padding-bottom:8px;
-
    color: #ffffff;
+
border-bottom:1px solid #DEDACB;
-
    text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
+
}
-
    box-shadow: 0px 1px 1px rgba(0,0,0,0.4), inset 0 1px 0 #28a441;
+
#container .readmore{
-
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4), inset 0 1px 0 #28a441;
+
display:block;
-
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4), inset 0 1px 0 #28a441;
+
width:100%;
-
}
+
text-align:right;
 +
line-height:normal;
 +
}
-
/* ---------------------------------------------------
+
#content{
-
    Contact
+
display:block;
-
----------------------------------------------------- */
+
float:left;
-
section#contact .primary form {
+
width:600px;
-
    width: 500px;
+
}
-
    background: url(../images/form-bg.png);
+
-
    margin: 35px 0 25px 0;
+
-
    padding: 50px 40px 50px 40px;
+
-
}
+
-
section#contact .primary form p {
+
-
font-family: "MerriweatherBold", Serif;
+
-
    font-size: 14.5px;
+
-
color: #046416;
+
-
}
+
-
section#contact .primary form label {
+
-
    display: block;
+
-
    font-family: "MerriweatherBold", Serif;
+
-
    font-size: 14px;
+
-
    line-height: 25px;
+
-
    margin: 0 0 5px 0;
+
-
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
+
-
}
+
-
section#contact .primary form label span {
+
-
    color: #046416;
+
-
}
+
-
section#contact .primary form input,
+
-
section#contact .primary form select,
+
-
section#contact .primary form textarea {
+
-
    margin-bottom: 20px;
+
-
padding: 9px 10px;
+
-
    color: #6A6969;
+
-
    background: #cbcbcb;
+
-
border-width: 1px;
+
-
border-style: solid;
+
-
  border-color: #b8b8b8 #EBEBEB #EBEBEB #b8b8b8;
+
-
font: 15px Helvetica, Arial, Sans-serif;
+
-
    -moz-box-shadow:inset 0 3px 1px rgba(0, 0, 0, .1);
+
/* ------Comments-----*/
-
    -webkit-box-shadow:inset 0 1px 3px rgba(0, 0, 0, .1);
+
-
    box-shadow:inset 0 1px 3px rgba(0, 0, 0, .1);
+
-
}
+
-
section#contact .primary form textarea {
+
-
    height: 325px;
+
-
    margin-bottom: 0;
+
-
}
+
-
section#contact .primary form input:focus,
+
-
section#contact .primary form select:focus,
+
-
section#contact .primary form textarea:focus {
+
-
background: #F0F0F0;
+
-
}
+
-
section#contact .primary form input.button {
+
-
  height: 38px;
+
-
margin: 5px 0;
+
-
background: #1F8532 url(../images/btn-bg.png);
+
-
    border: 1px solid #066a19;
+
-
    font-family: "MerriweatherBold", Georgia, Serif;
+
-
    font-size: 14px;
+
-
    color: #ffffff;
+
-
    cursor: pointer;
+
-
    text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
+
-
    box-shadow: 0px 1px 1px rgba(0,0,0,0.4), inset 0 1px 0 #28a441;
+
#comments{margin-bottom:40px;}
-
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4), inset 0 1px 0 #28a441;
+
-
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4), inset 0 1px 0 #28a441;
+
-
}
+
-
.ie7 section#contact .primary form input.button {
+
-
    padding: 0 2px;
+
-
}
+
-
#name, #email, #message, #subject, #website {
+
-
width: 475px;
+
-
}
+
-
section#contact aside .social li a {
+
#comments .commentlist{margin:0; padding:0;}
-
    padding-left: 35px;
+
-
}
+
-
section#contact aside .social li.facebook a {
+
-
    background: url(../images/social/facebook.png) no-repeat left 11px;
+
-
}
+
-
section#contact aside .social li.googleplus a {
+
-
    background: url(../images/social/googleplus.png) no-repeat left 11px;
+
-
}
+
-
section#contact aside .social li.twitter a {
+
-
    background: url(../images/social/twitter.png) no-repeat left 11px;
+
-
}
+
-
section#contact aside .social li.dribble a {
+
-
    background: url(../images/social/dribble.png) no-repeat left 11px;
+
-
}
+
-
section#contact aside .social li.linkedin a {
+
-
    background: url(../images/social/linkedin.png) no-repeat left 11px;
+
-
}
+
-
section#contact aside .social li.delicious a {
+
-
    background: url(../images/social/delicious.png) no-repeat left 11px;
+
-
}
+
-
section#contact aside .social li.flickr a {
+
-
    background: url(../images/social/flickr.png) no-repeat left 11px;
+
-
}
+
-
/* ----------------------------------------------------
+
#comments .commentlist ul{margin:0; padding:0; list-style:none;}
-
    Footer
+
 
-
----------------------------------------------------- */
+
#comments .commentlist li.comment_odd, #comments .commentlist li.comment_even{margin:0 0 10px 0; padding:15px; list-style:none;}
-
footer p.footer-text {
+
 
-
    font-family: "MerriweatherRegular", Serif;
+
#comments .commentlist li.comment_odd{color:#666666; background-color:#F7F7F7;}
-
    font-size: .75em;
+
#comments .commentlist li.comment_odd a{color:#55ABDA; background-color:#F7F7F7;}
-
    padding: 0 10px;
+
 
-
    margin-bottom: 0;
+
#comments .commentlist li.comment_even{color:#666666; background-color:#E8E8E8;}
-
    clear: both;
+
#comments .commentlist li.comment_even a{color:#55ABDA; background-color:#E8E8E8;}
-
}
+
 
-
footer .footer-content {
+
#comments .commentlist .author .name{font-weight:bold;}
-
    position: relative;
+
#comments .commentlist .submitdate{font-size:smaller;}
-
    width: 900px;
+
 
-
    top: -105px;
+
#comments .commentlist p{margin:10px 5px 10px 0; padding:0; font-weight:normal; text-transform:none;}
-
}
+
 
-
footer ul.footer-menu {
+
#comments .commentlist li .avatar{float:right; border:1px solid #EEEEEE; margin:0 0 0 10px;}
-
    float: left;
+
 
-
    margin: 20px 0 5px -3px;
+
/* ----------------------------------------------Column-------------------------------------*/
-
    padding: 0;
+
 
-
    list-style: none;
+
#column{
-
}
+
display:block;
-
footer  ul.footer-menu li {
+
float:right;
-
    float: left;
+
width:300px;
-
}
+
}
-
footer  ul.footer-menu li a {
+
 
-
    display: block;
+
#column .holder, #column #featured{
-
    font-family: "MerriweatherBold", Serif;
+
display:block;
-
    font-size: .75em;
+
width:300px;
-
    line-height: 1em;
+
margin-bottom:30px;
-
    color: #3B3B3B;
+
}
-
    padding: 1px 12px;
+
 
-
    border-left: 1px solid #ADADAD;
+
#column .holder h2.title{
-
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
+
display:block;
-
}
+
width:100%;
-
footer ul.footer-menu li a:hover,
+
height:65px;
-
footer ul.footer-menu li a:focus,
+
margin:0;
-
footer ul.footer-menu li a:active {
+
padding:15px 0 0 0;
-
    color: #285935;
+
font-size:20px;
-
}
+
text-transform:none;
-
footer ul.footer-menu li.rss-feed a {
+
line-height:normal;
-
    background: url(../images/rss.png) no-repeat right 0;
+
border-bottom:1px dotted #999999;
-
    padding-right: 20px;
+
}
-
}
+
 
-
footer ul.footer-menu li:first-child a {
+
#column .holder h2.title img{
-
    border: none;
+
float:left;
-
}
+
margin:-15px 8px 0 0;
 +
padding:5px;
 +
border:1px solid #999999;
 +
}
 +
 
 +
#column div.imgholder{
 +
display:block;
 +
width:290px;
 +
margin:0 0 10px 0;
 +
}
 +
 
 +
#column .holder p.readmore{
 +
display:block;
 +
width:100%;
 +
font-weight:bold;
 +
text-align:right;
 +
line-height:normal;
 +
}
 +
 
 +
/* Featured Block */
 +
 
 +
#column #featured ul, #column #featured h2, #column #featured p{
 +
margin:0;
 +
padding:0;
 +
list-style:none;
 +
color:#666666;
 +
background-color:#F7F7F7;
 +
}
 +
 
 +
#column #featured a{
 +
color:#55ABDA;
 +
background-color:#F7F7F7;
 +
}
 +
 
 +
#column #featured li{
 +
display:block;
 +
width:250px;
 +
margin:0;
 +
padding:20px 25px;
 +
color:#666666;
 +
background-color:#F7F7F7;
 +
}
 +
 
 +
#column #featured li p.imgholder{
 +
display:block;
 +
width:240px;
 +
height:90px;
 +
margin:20px 0 15px 0;
 +
}
 +
 
 +
#column #featured li h2{
 +
margin:0;
 +
padding:0 0 8px 0;
 +
font-weight:normal;
 +
font-family:Georgia, "Times New Roman", Times, serif;
 +
line-height:normal;
 +
border-bottom:1px dotted #999999;
 +
}
 +
 
 +
#container #column .readmore a{
 +
display:block;
 +
width:100%;
 +
margin-top:15px;
 +
height:auto;
 +
padding-left:0;
 +
font-weight:bold;
 +
text-align:right;
 +
line-height:normal;
 +
background:none;
 +
}
 +
 
 +
#column .latestnews{
 +
display:block;
 +
width:100%;
 +
margin:0;
 +
padding:0;
 +
list-style:none;
 +
}
 +
 
 +
#column .latestnews li{
 +
display:block;
 +
width:100%;
 +
height:99px;
 +
margin:0 0 11px 0;
 +
padding:0 0 21px 0;
 +
border-bottom:1px dotted #C7C5C8;
 +
overflow:hidden;
 +
}
 +
 
 +
#column .latestnews li.last, #column .last{
 +
margin-bottom:0;
 +
}
 +
 
 +
#column .latestnews p{
 +
display:inline;
 +
}
 +
 
 +
#column .latestnews img{
 +
float:left;
 +
margin:0 10px 0 0;
 +
padding:4px;
 +
border:1px solid #C7C5C8;
 +
clear:left;
 +
}
 +
 
 +
/* ----------------------------------------------Footer-------------------------------------*/
 +
 
 +
#footer{
 +
width:920px;
 +
padding:5px 20px 15px 20px;
 +
background:url("../images/round_bot.gif") bottom left no-repeat;
 +
}
 +
 
 +
#footer .fl_left img{margin-bottom:30px;}
 +
 
 +
#footer address{
 +
display:inline;
 +
float:left;
 +
margin-left:40px;
 +
text-transform:none;
 +
font-style:normal;
 +
line-height:1.8em;
 +
}
 +
 
 +
#footer .fl_right{
 +
display:block;
 +
width:400px;
 +
}
 +
 
 +
#footer .fl_right p{margin:0 0 15px 0; padding:0; line-height:normal;}
 +
 
 +
#footer .fl_right #social{display:block; width:100%; margin:0 0 15px 0; padding:0; line-height:normal;}
 +
#footer .fl_right #social ul{margin:0; padding:0; list-style:none;}
 +
#footer .fl_right #social li{float:left; /* Only For IE */}
 +
#footer .fl_right #social a{display:block; float:left; width:49px; height:49px; margin-right:20px; overflow:hidden; text-indent:-4000em; background:url("../images/social-sprite.gif") no-repeat;}
 +
#footer .fl_right #social li.last a{margin-right:0;}
 +
 
 +
#footer .last{margin:0;}
 +
 
 +
/* ----------------------------------------------Copyright-------------------------------------*/
 +
 
 +
#copyright{
 +
padding:0 12px;
 +
}
 +
 
 +
#copyright p{
 +
margin:0;
 +
padding:0;
 +
}
 +
 
 +
#copyright, #copyright a{
 +
color:#55ABDA;
 +
background-color:#06213F;
 +
}

Latest revision as of 21:42, 27 September 2013

/* Template Name: Academic Education File: Layout CSS Author: OS Templates Author URI: http://www.os-templates.com/ Licence: <a href="http://www.os-templates.com/template-terms">Website Template Licence</a>

  • /

@import url(navi.css); @import url(forms.css); @import url(tables.css); @import url(homepage.css); @import url(gallery.css); @import url(portfolio.css); @import url(featured_slide.css);

body{ margin:0; padding:0; font-size:13px; font-family:Georgia, "Times New Roman", Times, serif; color:#979797; background-color:#06213F; }

img{margin:0; padding:0; border:none;} .justify{text-align:justify;} .bold{font-weight:bold;} .center{text-align:center;} .right{text-align:right;} .nostart{list-style-type:none; margin:0; padding:0;}

.clear:after{content:"."; display:block; height:0; clear:both; visibility:hidden; line-height:0;} .clear{display:inline-block;} html[xmlns] .clear{display:block;}

  • html .clear{height:1%;}

a{outline:none; text-decoration:none; color:#55ABDA; background-color:#F9F9F9;}

.fl_left{float:left;} .fl_right{float:right;}

.imgholder, .imgl, .imgr{padding:4px; border:1px solid #DEDACB; text-align:center;} .imgl{float:left; margin:0 15px 15px 0; clear:left;} .imgr{float:right; margin:0 0 15px 15px; clear:right;}

/* ----------------------------------------------Wrapper-------------------------------------*/

div.wrapper{ position:relative; margin:0 auto 20px; width:960px; text-align:left; }

div.wrapper h1, div.wrapper h2, div.wrapper h3, div.wrapper h4, div.wrapper h5, div.wrapper h6{ margin:0 0 15px 0; padding:0; font-size:16px; font-weight:normal; font-style:normal; line-height:normal; }

.row1{color:#999999; background-color:#06213F;} .row1 a{color:#FCFCFC; background-color:#06213F;} .row2, .row3, .row4{color:#979797; background-color:#F9F9F9;}

/* ----------------------------------------------Generalise-------------------------------------*/

  1. header, #container, #footer{

display:block; width:960px; }

.rnd{ display:block; width:960px; padding:12px 0 0 0; background:url("../images/round_top.gif") top left no-repeat; }

/* ----------------------------------------------Header-------------------------------------*/

  1. header{padding:25px 0 0 0;}
  1. header h1, #header p, #header ul{

margin:0; padding:0; list-style:none; line-height:normal; }

  1. header h1{font-size:36px; font-variant:small-caps; font-style:normal;}
  1. header .fl_right{

display:block; width:360px; }

  1. header .fl_right ul{

margin-bottom:10px; font-size:11px; }

  1. header .fl_right li{

display:inline; margin:0 4px 0 0; padding:0 6px 0 0; border-right:1px solid #FCFCFC; }

  1. header .fl_right li.last{

margin:0; padding:0; border:none; }

/* ----------------------------------------------Content-------------------------------------*/

  1. container{

width:920px; padding:20px; line-height:1.6em; background:url("../images/round_bot.gif") bottom left no-repeat; }

  1. container a{

color:#55ABDA; background-color:#F9F9F9; }

  1. container h1, #container h2, #container h3, #container h4, #container h5, #container h6{

padding-bottom:8px; border-bottom:1px solid #DEDACB; }

  1. container .readmore{

display:block; width:100%; text-align:right; line-height:normal; }

  1. content{

display:block; float:left; width:600px; }

/* ------Comments-----*/

  1. comments{margin-bottom:40px;}
  1. comments .commentlist{margin:0; padding:0;}
  1. comments .commentlist ul{margin:0; padding:0; list-style:none;}
  1. comments .commentlist li.comment_odd, #comments .commentlist li.comment_even{margin:0 0 10px 0; padding:15px; list-style:none;}
  1. comments .commentlist li.comment_odd{color:#666666; background-color:#F7F7F7;}
  2. comments .commentlist li.comment_odd a{color:#55ABDA; background-color:#F7F7F7;}
  1. comments .commentlist li.comment_even{color:#666666; background-color:#E8E8E8;}
  2. comments .commentlist li.comment_even a{color:#55ABDA; background-color:#E8E8E8;}
  1. comments .commentlist .author .name{font-weight:bold;}
  2. comments .commentlist .submitdate{font-size:smaller;}
  1. comments .commentlist p{margin:10px 5px 10px 0; padding:0; font-weight:normal; text-transform:none;}
  1. comments .commentlist li .avatar{float:right; border:1px solid #EEEEEE; margin:0 0 0 10px;}

/* ----------------------------------------------Column-------------------------------------*/

  1. column{

display:block; float:right; width:300px; }

  1. column .holder, #column #featured{

display:block; width:300px; margin-bottom:30px; }

  1. column .holder h2.title{

display:block; width:100%; height:65px; margin:0; padding:15px 0 0 0; font-size:20px; text-transform:none; line-height:normal; border-bottom:1px dotted #999999; }

  1. column .holder h2.title img{

float:left; margin:-15px 8px 0 0; padding:5px; border:1px solid #999999; }

  1. column div.imgholder{

display:block; width:290px; margin:0 0 10px 0; }

  1. column .holder p.readmore{

display:block; width:100%; font-weight:bold; text-align:right; line-height:normal; }

/* Featured Block */

  1. column #featured ul, #column #featured h2, #column #featured p{

margin:0; padding:0; list-style:none; color:#666666; background-color:#F7F7F7; }

  1. column #featured a{

color:#55ABDA; background-color:#F7F7F7; }

  1. column #featured li{

display:block; width:250px; margin:0; padding:20px 25px; color:#666666; background-color:#F7F7F7; }

  1. column #featured li p.imgholder{

display:block; width:240px; height:90px; margin:20px 0 15px 0; }

  1. column #featured li h2{

margin:0; padding:0 0 8px 0; font-weight:normal; font-family:Georgia, "Times New Roman", Times, serif; line-height:normal; border-bottom:1px dotted #999999; }

  1. container #column .readmore a{

display:block; width:100%; margin-top:15px; height:auto; padding-left:0; font-weight:bold; text-align:right; line-height:normal; background:none; }

  1. column .latestnews{

display:block; width:100%; margin:0; padding:0; list-style:none; }

  1. column .latestnews li{

display:block; width:100%; height:99px; margin:0 0 11px 0; padding:0 0 21px 0; border-bottom:1px dotted #C7C5C8; overflow:hidden; }

  1. column .latestnews li.last, #column .last{

margin-bottom:0; }

  1. column .latestnews p{

display:inline; }

  1. column .latestnews img{

float:left; margin:0 10px 0 0; padding:4px; border:1px solid #C7C5C8; clear:left; }

/* ----------------------------------------------Footer-------------------------------------*/

  1. footer{

width:920px; padding:5px 20px 15px 20px; background:url("../images/round_bot.gif") bottom left no-repeat; }

  1. footer .fl_left img{margin-bottom:30px;}
  1. footer address{

display:inline; float:left; margin-left:40px; text-transform:none; font-style:normal; line-height:1.8em; }

  1. footer .fl_right{

display:block; width:400px; }

  1. footer .fl_right p{margin:0 0 15px 0; padding:0; line-height:normal;}
  1. footer .fl_right #social{display:block; width:100%; margin:0 0 15px 0; padding:0; line-height:normal;}
  2. footer .fl_right #social ul{margin:0; padding:0; list-style:none;}
  3. footer .fl_right #social li{float:left; /* Only For IE */}
  4. footer .fl_right #social a{display:block; float:left; width:49px; height:49px; margin-right:20px; overflow:hidden; text-indent:-4000em; background:url("../images/social-sprite.gif") no-repeat;}
  5. footer .fl_right #social li.last a{margin-right:0;}
  1. footer .last{margin:0;}

/* ----------------------------------------------Copyright-------------------------------------*/

  1. copyright{

padding:0 12px; }

  1. copyright p{

margin:0; padding:0; }

  1. copyright, #copyright a{

color:#55ABDA; background-color:#06213F; }