﻿/*
Theme Name: Teknium
Theme URI: Your Theme's URI
Description: Teknium is a wordpress business theme
Version: 1.2
Author: Piys
Author URI: Your website address.
*/

html,body {
background: url(images/bg.png) repeat-y center;
margin:0;
padding:0;
}

#outer{
width: 100%;
margin: auto;
text-align:left;
}

/* Wordpress image post alignment css */
img.centered
{
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright
{
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft
{
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright
{
float: right;
}

.alignleft
{
float: left;
}

/* These styles are used for the calendar widget */
table#wp-calendar{
border: none;
margin: 0;
}

table#wp-calendar td{
border: none;
padding: 5px 10px 0 0;
}

table#wp-calendar th{
border: none;
background: none;
font-size: 0.9em;
line-height: 1.8em;
color: #525151;
padding: 5px 10px 0 0;
}

table#wp-calendar caption{
font-size: 1em;
line-height: 1.8em;
color: #0F364C;
padding: 5px 10px 0 0;
}

/* This div is for the text widget */
div.textwidget{
font-family: Verdana, Verdana, Geneva, sans-serif;
font-size: 0.9em;
line-height: 1.8em;
color: #525151;
padding: 6px 0 0 0;
}

/*ul class for widgets*/ /*Stops bullet points from showing in the sidebar*/ 
ul.widgets{ 
font-size: 1em; 
margin: 0; 
padding: 0; 
} 

ul.widgets li{ 
list-style-type: none; 
}

/* Archive navigation */
.navigation-archives{
padding: 55px 0 0 0;
}

/* Blog page navigation */
.navigation{
margin: 45px 0 0 0;
}

/* Search form margin */
form#searchform{
margin: 30px 0 0 0;
}

/* General formating for fonts, lists, table, images and messages */
h1, h2, h3, h4, h5, h6{
color: #0F364C;
font-weight: normal;
padding: 30px 0 0 0;
}

h1{
font-size: 2em;
}

h2{
font-size: 1.6em;
}

h3{
font-size: 1.5em;
}

h4{
font-size: 1.4em;
}

h5{
font-size: 1.3em;
}

h6{
font-size: 1.1em;
}

ol{
color: #525151;
font-family: Verdana, Verdana, Geneva, sans-serif;
font-size: 0.9em;
line-height: 1.8em;
list-style-position: inside;
padding: 6px 0 0 0;
}

.number{
list-style-type: decimal;
}

.letter{
list-style-type: lower-alpha;
}

.roman{
list-style-type: upper-roman;
}

.square{
list-style-type: square;
}

table{
border: 1px solid #B2B2B2;
border-right: none;
margin: 15px 0 0 0;
}

th, td{
border-right: 1px solid #B2B2B2;
color: #525151;
padding: 10px;
}

th{
background: #CAC9C9;
border-bottom: 1px solid #B2B2B2;
font-weight: bold;
}

td{
background: #FFF;
}

.alt{
background: #E1E0E0;
}

a{
font-family: Verdana, Verdana, Geneva, sans-serif;
color: #0F364C;
}

a:hover{
color: #06202F;
}

p{
font-family: Verdana, Verdana, Geneva, sans-serif;
font-size: 0.9em;
line-height: 1.8em;
color: #525151;
padding: 6px 0 0 0;
}

ul{
font-family: Verdana, Verdana, Geneva, sans-serif;
font-size: 0.9em;
line-height: 1.8em;
color: #525151;
padding: 6px 0 0 0;
list-style: disc inside;
}

strong{
font-weight: bold;
}

img{
padding: 5px;
border: 1px solid #C2C3C3;
margin: 21px 0 0 0;
}

.message{
color: #525151;
margin: 20px 0;
padding: 10px;
width: 100%;
}

.error{
background: #F6BDBD;
border: 1px solid #E77777;
}

.warning{
background: #F9F5AD;
border: 1px solid #EEE324;
}

.success{
background: #CAF7C1;
border: 1px solid #83D98D;
}

/* Removes border from logo and slider images */
img.no-border{
border: medium none;
padding: 0;
margin: 0;
}

/* Wordpress comments */
.commentlist{
padding: 20px 0 20px 0:
}

.comment{
background: #F0F0F0;
padding: 5px;
margin: 10px 0 10px 0;
}

.comment-text{
width: 556px;
margin: 0 0 0 3px;
}

ul.commentlist li{ 
list-style-type: none; 
} 

cite{
color: #0F364C;
}

img.avatar{
border: medium none;
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
float: left;
}

/* Blog page images */
img.blog-page{
padding: 5px;
border: 1px solid #C2C3C3;
margin: 15px 0 10px 0;
}

/* Contains the logo and navigation in the header */
#nav-container{
width: 960px;
height: 80px;
margin: 0 auto 0 auto;
}

/* Logo */
#logo{
background: url(images/logo.png) no-repeat;
float: left;
width: 197px;
height: 48px;
margin: 15px 0 0 40px;
padding: 0;
}

#logo a{
display: block;
margin: 0;
}

/*Menu */
ul.nav {
    padding: 5px;
    margin: 18px 20px 0 0;
    list-style: none;
    float: right;
}

ul.nav li {
    float: left;
    display: inline; /*For ignore double margin in IE6*/
    margin: 0 8px;
}

ul.nav li a {
    text-decoration: none;
    float:left;
    color: #3A3939;
    cursor: pointer;
    font: 1.1em "Verdana", Geneva, sans-serif;
    font-weight: bold;
}

ul.nav li a span {
    margin: 0 10px 0 -12px;
    padding: 10px 4px 8px 14px;
    position: relative; /*To fix IE6 problem (not displaying)*/
    float:left;
}

ul.nav li.current_page_item a, ul.nav li a:hover {
    background: url(images/menuhover.gif) no-repeat top right;
     color: #FFFFFF;
}

ul.nav li.current_page_item a span, ul.nav li a:hover span {
    background: url(images/menuhover.gif) no-repeat top left;
}

/* Home page coloured header area */
#header-bg{
background: #0F364C url(images/header-bg.png) no-repeat center;
height: 300px;
margin: 0 auto 0 auto;
}

#header-container{
width: 960px;
height: 300px;
margin: 0 auto 0 auto;
}

#header-text{
padding: 62px 0 0 40px;
width: 370px;
float: left;
}

#header-text span{
font-family: Verdana, Verdana, Geneva, sans-serif;
font-size: 2.2em;
font-weight: bold;
color: white;
}

#header-text p{
font-family: Verdana, Verdana, Geneva, sans-serif;
font-size: 1.15em;
font-weight: bold;
line-height: 2.2em;
color: white;
padding: 15px 0 0 0;
}

/* Coloured header stripe for sub pages */
#sub-header-bg{
background: #0F364C url(images/sub-header-bg.png) no-repeat center;
height: 49px;
margin: 0 auto 0 auto;
}

/* Content container for the home page */
#content-container{
min-height: 370px;
width: 960px;
margin: 0 auto 0 auto;
}

/* Content container for sub pages */
#sub-content-container{
min-height: 470px;
width: 960px;
margin: 0 auto 30px auto;
}

/* Homepage and services page content container */
.box{
width: 266px;
padding: 0 0 0 40px;
float: left;
display: block;
}

img.box{
width: 256px;
height: 83px;
padding: 5px;
border: 1px solid #C2C3C3;
margin: 5px 0 15px 0;
}

/* Read more button */
.button{
line-height:32px;
min-width: 70px;
height:30px;
background:url(images/button.png) no-repeat right top; 
padding-right:17px; 
display:inline-block;
font-family: Verdana, Verdana, Geneva, sans-serif;
font-size: 0.9em;
text-decoration: none;
color: #727373;
float: right;
}

.button ins{ 
background:url(images/button.png) no-repeat left top; 
height:30px;
line-height:32px;
display:inline-block;
padding-left:17px;
text-decoration: none;
}

a.button:hover{
background-position:right -36px;
color: #5F6060;
}

a.button:hover ins {
background-position:left -36px;
}

/* Home page latest news container */
#latest-news{
width: 572px;
padding: 0 0 0 40px;
float: left;
}

#latest-news span{
font-family: Verdana, Verdana, Geneva, sans-serif;
font-size: 0.9em;
font-weight: bold;
color: #0F364C;
}

#latest-news a{
float: right;
font-family: Verdana, Verdana, Geneva, sans-serif;
font-size: 0.9em;
color: #0F364C;
}

#latest-news a:hover{
color: #06202F;
}

.news-excerpt{
padding: 0 0 10px 0;
}

/* Sidebar */
#sidebar{
width: 266px;
padding: 0 0 0 40px;
float: left;
}

/* Latest blog posts container */
.blog-post{
padding: 0 0 5px 0;
}

/* Post info for tags, date and comments */
.post-info{
display: inline;
}

span.post-info{
font-size: 0.85em;
color: #525151;
}

.post-info a{
font-family: Verdana, Verdana, Geneva, sans-serif;
font-size: 0.85em;
line-height: 1.8em;
color: #484747;
padding: 6px 0 0 0;
}

.post-info a:hover{
color: #202020;
}

/* Post title link (used in the sidebar for latest posts) */
a.post-title{
font-family: Verdana, Verdana, Geneva, sans-serif;
font-size: 0.9em;
line-height: 1.8em;
color: #0F364C;
padding: 6px 0 0 0;
display:block;
}

a:hover.post-title{
color: #06202F;
}

/* Containes page content for sub pages */
#page-content{
width: 572px;
padding: 0 0 0 40px;
float: left;
}

/* Clears floats */
#float-clear{
clear: both;
}

/* Footer */
#footer-bg{
background: #CAC9C9 url(images/footer-bg.png) repeat-y center;
height: 85px;
margin: 30px auto 0 auto;
}

#footer-container{
width: 960px;
margin: 0 auto 0 auto;
}

ul#footer-menu{
text-align: center;
padding: 26px 0 0 0;
line-height: 0em;
}

ul#footer-menu li{
display: inline;
font-family: Verdana, Verdana, Geneva, sans-serif;
color: #484747;
padding: 0 15px 0 15px;
}

ul#footer-menu li a{
color: #484747;
}

ul#footer-menu li a:hover{
color: #2C2C2C;
}

#home ul#footer-menu li.current_page_item a{
color: #2C2C2C;
}

#footer{
text-align: center;
padding: 5px 0 0 0;
}

#footer p{
font-family: Verdana, Verdana, Geneva, sans-serif;
font-size: 0.85em;
line-height: 1em;
color: #646363;
padding: 16px 0 0 0;
}

/*Conatct form css*/
.screenReader { 
left: -9999px; 
position: absolute; 
top: -9999px; 
}

ol.forms { 
float: left; 
list-style: none; 
margin: 6px 0 0 0; 
width: 100%; 
}

ol.forms li {
clear: both;
float: left;
margin-bottom: 15px;
position: relative;
width: 100%;
}

ol.forms label {
cursor: pointer;
display: block;
width: 100px;
font-family: Verdana, Geneva, sans-serif;
font-size: 0.9em;
line-height: 1.8em;
color: #525151;
padding: 0 0 4px 0;
}

ol.forms input, ol.forms textarea {
border: 1px solid #7E8AA2;
border-radius: 3px;
font: inherit;
-moz-border-radius: 3px;
padding: 2px;
-webkit-border-radius: 3px;
width: 300px;
margin: 2px 0 0 0;
}

ol.forms textarea { 
height: 200px; 
width: 500px; 
margin: 2px 0 0 0;
}

.contacterror { 
color: #f00; 
}

ol.forms li .contacterror { 
font-size: 12px; 
margin-left: 5px; 
}

ol.forms li.textarea .contacterror {
display: block;
margin: 7px 0 0 0;
}

ol.forms li.screenReader { 
margin-bottom: 0; 
}

ol.forms li.buttons button {
font-family: Verdana, Geneva, sans-serif;
font-size: 0.9em;
line-height: 1.8em;
color: #525151;
cursor: pointer;
}

ol.forms li.buttons button:hover { color: #222; }
ol.forms li.buttons button:active { left: -1px; position: relative; top: -1px; }
ol.forms li.buttons, ol.forms li.inline { width: 460px; }
ol.forms li.inline input { width: auto; }
ol.forms li.inline label { display: inline; float: none; width: auto; }