/*
Theme Name: Link IT
Theme URI: http://www.linkituk.com
Description: Link IT's Website Theme created by Adam Leese.
Version: 1.0
Author: Adam Leese
Author URI: http://www.adamleese.co.uk
Tags: linkit, linkituk, link it uk, adam leese, adamleese

	Link IT v1.0
	 http://www.linkituk.com

	This theme was designed and built by Adam Leese,
	whose website you will find at http://www.adamleese.co.uk

*/

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.storytitle a {
	text-decoration: none;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	padding: 2px;
}

#menu form {
	margin: 0 0 0 13px;
}

#menu input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu ul {
	color: #ccc;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	border: 0;
	font: normal normal 12px;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}

#menu ul ul li a {
	text-decoration: none;
}

#menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */


/* Link IT Styles */

body {
	background: #fff;
	margin: 0;
	padding: 0;
	background-image:url(images/page-back.jpg);
	background-repeat:repeat-x;
	background-color:#CFCFCF;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


#rap {
	width:950px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #666666;
	border-top-style:none;
	padding:5px;
	background-color:#FFFFFF;
}


.link-logo {
	margin:0px;
	margin-top:28px;
	margin-left:25px;
	float:left;
	}
	
#header {
	height:130px;
	background-image:url(images/logo-back.jpg);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#CEE1EF;
	margin:0px;
	margin-bottom:5px;
}

#header-text {
	float:right;
	padding:20px;
	padding-top:30px;
	padding-bottom:0px;
	text-align:right;
	width:600px;
}

#header-text h1 {
	font-size:14px;
	line-height:16px;
}

#header-text h2 {
	font-size:30px;
	line-height:35px;
	color:#333333;
}

#header-text h3 {
	font-size:20px;
	line-height:22px;
}

#content {
	background-color:#E4E4E4;
	margin:0px;
	clear:both;
}

h1, h2, h3, h4, h5, h6, h7 {
	margin:0px;
	padding:0px;
	font-weight:normal;
	color: #0066B4;
}

a {
	color: #0066B4;
}

a img {
	border: none;
}


a:hover {
	color: #333333;
}

#link-page {
	width:500px;
	float:left;
}

#link-page-wide {
	padding:25px;
}

.clear {
	clear: both;
	display:block;
	height:12px;
}

#menu {
	background-color:#898989;
	background-image:url(images/sidebar-back.jpg);
	background-repeat:repeat-x;
	margin:0px;
	margin-top:5px;
}

#footer {
	padding:0px;
	padding-top:5px;
	font-size:9px;
	text-align:right;
}

#footer-seo {
	margin:20px;
	margin-left:auto;
	margin-right:auto;
	width:950px;
	font-size:9px;
	text-align:center;
	color:#666666;
}

#link-menu {
	margin:0px;
	height:45px;
	width:935px;
	float:left;
	background-image:url(images/menu-back-5.jpg);
	background-repeat:repeat-x;
}

.link-menu-left {
	float:left;
	margin:0px;
}

.link-menu-right {
	float:right;
	margin:0px;
}

p {
	font-size:12px;
	font-weight:normal;
	line-height:18px;
}

h1 {
	font-size:45px;
	line-height:35px;
}

h2 {
	font-size:30px;
	line-height:25px;
}

.meta {
	color: #0066B4;
}

#menu {
	color:#FFFFFF;
	padding:0px;
}

#menu li, menu ul {
	list-style: none;
}

#menu h3, h4, h5, h6, h7 {
	margin:0px;
	padding:0px;
	font-weight:lighter;
	color: #FFFFFF;
}

#menu h1 {
	margin:0px;
	padding:0px;
	font-weight:lighter;
	color: #FFFFFF;
	font-size:25px;
	line-height:28px;
}

#menu h2 {
	margin:0px;
	padding:0px;
	font-weight:lighter;
	color: #CCCCCC;
	font-size:20px;
}

.menu-featured {
	width:460px;
	float:left;
}

.menu-featured p {
	margin:0px;
	margin-top:5px;
}

.menu-featured img {
	padding:0px;
	margin:0px;
}

.pad25 {
	margin:25px;
	margin-right:0px;
	margin-bottom:0px;
	padding:0px;
}

.text-height {
	min-height:375px;
	height: auto !important;
	height:375px;
}


h3 {
	font-size:12px;
	margin:0px;
	}
h4{
	font-size:12px;
	color: #0066B4;
	font-weight:bold;
	margin:0px;
	margin-top:20px;
	}
	
h5 {
	font-size:18px;
	color: #0066B4;
	margin:0px;
	margin-top:10px;
	}
	
.grey {
	color:#333333;
	font-size:12px;
	}
	
h5 .grey {
		margin-right:10px;
}
	
#link-form {
	margin:0px;
	margin-top:30px;
	margin-bottom:20px;
}

#link-form input, #link-form textarea, .submit {
	margin:0px;
	margin-bottom:10px;
	margin-left:10px;
	color: #0066B4;
	border: 1px solid #0066B4;
	background-color:#FFFFFF;
	padding:3px;
}

/* Individual Link IT Pages */

.link-blank {
	background-image:url(images/back-school.jpg);
	background-repeat:no-repeat;
	background-position: right bottom;
}

.link-aboutus {
	background-image:url(images/back-aboutus.jpg);
	background-repeat:no-repeat;
	background-position: right bottom;
}

.link-school-av {
	background-image:url(images/back-school-av.jpg);
	background-repeat:no-repeat;
	background-position: right bottom;
}

.link-school-networking {
	background-image:url(images/back-school-network.jpg);
	background-repeat:no-repeat;
	background-position: right bottom;
}

.link-school-pcs {
	background-image:url(images/back-school-pcs.jpg);
	background-repeat:no-repeat;
	background-position: right bottom;
}

.link-school-mobiles {
	background-image:url(images/back-school-mobiles.jpg);
	background-repeat:no-repeat;
	background-position: right bottom;
}

.link-school-printing {
	background-image:url(images/back-school-printing.jpg);
	background-repeat:no-repeat;
	background-position: right bottom;
}

.link-business-printing {
	background-image:url(images/back-business-printing.jpg);
	background-repeat:no-repeat;
	background-position: right bottom;
}

.link-business-av {
	background-image:url(images/back-business-av.jpg);
	background-repeat:no-repeat;
	background-position: right bottom;
}

.link-business-networking {
	background-image:url(images/back-business-network.jpg);
	background-repeat:no-repeat;
	background-position: right bottom;
}

.link-business-pcs {
	background-image:url(images/back-business-pcs.jpg);
	background-repeat:no-repeat;
	background-position: right bottom;
}


.link-business-mobiles {
	background-image:url(images/back-business-mobiles.jpg);
	background-repeat:no-repeat;
	background-position: right bottom;
}

.link-contact {
	background-image:url(images/back-contact.jpg);
	background-repeat:no-repeat;
	background-position: right top;
}
