/*

Theme Name: InfoLinkIT
Description: The official InfoLinkIT WordPress theme.
Author: InfoLinkIT
Version: 2.9.2

*/

/* Import Reset CSS */

@import url("reset.css");

/* HTML Elements */

body {
	background: #DED7C0 url('images/background.png') repeat-x fixed top left;
	color: #6D6D6D;
}

h1, h2, h3, h4, h5, h6, .heading {
	color: #FF8200;
	font-weight: bold;
	line-height: 1.25;
	padding: 10px 0px 7px 0px;
}
	
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active {
	text-decoration: none;
}

h1 {
	font-size: 20px;
}

h2, .heading {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4, h5, h6 {
	font-size: 12px;
}

p {
	color: #6D6D6D;
	line-height: 1.75;
	padding: 8px 0px 7px 0px;
}

hr {
	border-top: 1px dotted #000000;
	margin: 10px 0px;
}

ul {
	padding: 3px 0px 2px 0px;
}

li {
	line-height: 1.5;
	list-style-type: disc;
	margin-left: 30px;
	padding: 5px 0px;
}

.point {
	display: block;
	margin: 0px 60px 0px 30px;
}

input, textarea {
	border: 1px solid #0479DC;
	padding: 4px;
}

a, a:link, a:visited, a:hover, a:active {
	color: #0479DC;
}

/* Global Classes */

.clear {
	clear: both;
}

.required {
	color: #CC0000;
}

.post-title {
	font-size: 20px;
}

.form-submit {
	padding: 3px;
}

.IE8 .form-submit {
	padding: 4px 6px;
}

.IE6 .form-submit, .IE7 .form-submit {
	padding: 3px 0px 2px 0px;
}

.button {
	background: #003994 url('images/button.png') repeat-x top left;
	color: #FFFFFF;
	font-weight: bold;
}

/* Layout Elements */

#windows {
	background: url('images/windows.png') repeat-x fixed top center;
}

#page {
	background: #FFFFFF;
	border-left: 1px solid #D8D1B9;
	border-right: 1px solid #D8D1B9;
	border-bottom: 1px solid #C9C1A2;
	margin: 0px auto 20px auto;
	width: 780px;
}

#title {
	background: url('images/header.png') no-repeat top left;
	height: 125px;
}

#name {
	float: left;
	font-size: 20px;
	font-weight: bold;
}

#name a, #name a:link,  #name a:visited,  #name a:hover,  #name a:active {
	color: #000000;
	text-decoration: none;
}

#description {
	float: right;
	line-height: 20px;
	vertical-align: middle;
}

#main {
	float: left;
	padding: 0px 0px 15px 20px;
	width: 500px;
}

#navigation ul {
	background: #FE9100 url('images/menu.png') repeat-x top left;
	clear: both;
	height: 35px;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 50;
}

#navigation ul ul {
	background: #FE9100;
	border-left: 1px solid #FE6A00;
	border-right: 1px solid #FE6A00;
	border-top: 1px solid #FE6A00;
	height: auto;
	margin-left: -1px;
	position: absolute;
	visibility: hidden;
	z-index: 50;
}

#navigation ul ul ul {
	border: none;
	margin-left: 0px;
	position: relative;
}

#navigation li {
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.IE6 #navigation li {
	position: relative;
}

#navigation ul ul li {
	display: block;
	float: none;
}

.IE6 #navigation ul ul li {
	width: 170px;
}

#navigation li:hover ul {
	visibility: visible;
}

#navigation a {
	display: block;
	line-height: 1;
	padding: 10px 15px;
}

#navigation a, #navigation a:link, #navigation a:visited, #navigation a:hover, #navigation a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#navigation ul ul a {
	border-bottom: 1px solid #FE6A00;
	border-right: none;
}

#content {
	padding: 5px;
}

#content .google-adsense {
	margin: 10px auto;
	width: 468px;
}

.home {
	border-bottom: 1px dotted #CCC4A9;
	margin-bottom: 10px;
	padding-bottom: 15px;
}

#special {
	border: 1px solid #CCC4A9;
	height: 280px;
	margin: 0px 20px 15px 20px;
	position: relative;
}	

#slideshow {
	height: 280px;
	overflow: hidden;
	width: 520px;
}

#slideshow img {
	display: none;
}

#calls {
	position: absolute;
	right: 0px;
	top: 0px;
}

.more {
	font-size: 11px;
}

.post-meta {
	background: #F2EFE7;
	border: 1px solid #CCC4A9;
	font-size: 11px;
	margin: 10px 0px;
	padding: 10px 15px 15px 15px;
}

.post-meta .posted {
	background: url('images/icons/calendar_2.png') no-repeat 0px 3px;
	float: left;
	padding: 5px 0px 15px 22px;
}

.post-meta .feed {
	background: url('images/icons/feed.png') no-repeat 4px 3px;
	float: right;
	padding: 5px 0px 15px 26px;
}

.share {
	border-top: 1px dotted #CCC4A9;
	padding: 15px 0px 3px 0px;
	zoom: 1;
}

.share a {
	border-right: 1px dotted #CCC4A9;
	padding: 3px 10px 3px 26px;
	width: 180px;
}

.share a, .share a:link, .share a:visited, .share a:hover, .share a:active {
	text-decoration: none;
}

.share a.last {
	border-right: none;
	padding-right: 0px;
}

.facebook {
	background: url('images/share/facebook.png') no-repeat 4px 2px;
}

.twitter {
	background: url('images/share/twitter.png') no-repeat 4px 2px;
}

.digg {
	background: url('images/share/digg.png') no-repeat 4px 2px;
}

.delicious {
	background: url('images/share/delicious.png') no-repeat 4px 2px;
}

.google {
	background: url('images/share/google.png') no-repeat 4px 2px;
}

.print {
	background: url('images/icons/printer.png') no-repeat 4px 1px;
}

#post-navigation {
	background: #F2EFE7;
	border: 1px solid #CCC4A9;
	font-size: 11px;
	margin: 10px 0px;
}

#post-navigation .previous a {
	border-right: 1px solid #CCC4A9;
	display: block;
	float: left;
	padding: 15px 15px 18px 15px;
}

#post-navigation .next a {
	border-left: 1px solid #CCC4A9;
	display: block;
	float: right;
	padding: 15px 15px 18px 15px;
}

#comments {
	background: #F2EFE7;
	border: 1px solid #CCC4A9;
	margin: 10px 0px;
	padding: 5px 15px 15px 15px;
}

.comment {
	border: 1px solid #CCC4A9;
	margin-top: 10px;
	padding: 15px 15px 10px 15px;
}

.comment-meta {
	font-size: 11px;
	font-style: italic;
}

.comment-moderation {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	padding-top: 10px;
}

#trackbacks {
	background: #F2EFE7;
	border: 1px solid #CCC4A9;
	font-size: 11px;
	margin: 10px 0px;
	padding: 5px 15px 15px 15px;
}

#trackbacks ul {
	padding: 0px;
}

#reply {
	background: #F2EFE7;
	border: 1px solid #CCC4A9;
	font-size: 11px;
	margin: 10px 0px;
	padding: 5px 15px 15px 15px;
}

#reply p {
	padding: 5px 0px;
}

#reply .input {
	clear: both;
	padding: 5px 0px;
}

#reply .input input {
	width: 200px;
}

#reply label {
	float: left;
	font-weight: bold;
	padding-top: 6px;
	width: 70px;
}

#reply textarea {
	width: 565px;
}

#reply .nocomments {
	padding: 8px 0px 0px 0px;
}

#sidebar {
	border-left: 1px dotted #CCC4A9;
	float: right;
	font-size: 11px;
	width: 240px;
}

#sidebar .widgets {
	padding: 0px;
}

#sidebar .widget {
	border-bottom: 1px dotted #CCC4A9;
	list-style-type: none;
	margin: 0px 20px;
	padding: 10px 0px 20px 0px;
}

#sidebar .widget li {
	margin-left: 20px;
	padding: 2px 0px;
}

#sidebar .google-adsense {
	margin-top: 10px;
}

#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 {
	color: #0479DC;
}

.callback h2 {
	padding: 0px;
}

#footer {
	background: #F2EFE7;
	border-top: 1px solid #CCC4A9;
	font-size: 10px;
	padding: 10px;
}

#footer ul {
	text-align: center;
}

#footer li {
	border-right: 1px dotted #CCC4A9;
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px 7px 0px 5px;
}

#footer li.last {
	border-right: none;
}

#footer, #footer a, #footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #CCC4A9;
	text-decoration: none;
}

/* Enquiry Form */

#enquiry {
	background: #DFF1FF;
	border: 1px solid #0479DC;
	font-size: 11px;
	margin: 10px 0px;
	padding: 15px;
}

#enquiry p {
	padding: 5px 0px;
}

#enquiry .input {
	clear: both;
	padding: 5px 0px;
}

#enquiry .input input {
	width: 200px;
}

#enquiry label {
	color: #0479DC;
	float: left;
	font-weight: bold;
	padding-top: 6px;
	width: 70px;
}

#enquiry textarea {
	width: 448px;
}

#enquiry .form-submit {
	background: #003994 url('images/button.png') repeat-x top left;
	color: #FFFFFF;
	font-weight: bold;
}

#enquiry .error {
	background: #F4E5CA;
	border: 1px solid #EFBC64;
	color: #AE5926;
	margin-bottom: 10px;
	padding: 5px 15px;
}

#enquiry .sent {
	background: #E3f4CA;
	border: 1px solid #A5EF64;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px 15px;
}

#enquiry .error p {
	color: #AE5926;
}

#enquiry .sent p {
	color: #69AE26;
}

#enquiry .error-header {
	font-weight: bold;
}

#enquiry .error-name {
	font-weight: bold;
}

#enquiry .error-footnote, .sent-footnote {
	font-style: italic;
	font-weight: normal;
}

.callback table {
	width: 200px;
}

.callback td {
	padding: 5px 0px;
}

#sidebar input, #sidebar textarea {
	font-size: 11px;
}

.callback input, .callback textarea {
	color: #999999;
	width: 190px;
}

.callback .button {
	color: #FFFFFF;
	width: auto !important;
}

.credit {
	padding-top: 20px !important;
}

#flooring {
	background: url('images/floor.png') repeat-x bottom left;
	height: 75px;
}

#skirting {
	background: url('images/skirting.png') repeat-x top left;
	height: 25px;
}

.thanks {
	background: #E3f4CA;
	border: 1px solid #A5EF64;
	color: #69AE26;
	margin: 10px 0px;
	padding: 10px 15px;
}

.album .name {
	padding: 4px 0px 0px 4px !important;
}

.album .description {
	padding-left: 2px !important;
}

.thumbs {
	padding-top: 10px !important;
}

.thumbs a {
	border: 1px solid #D8D1B9;
	display: block !important;
	float: left;
	height: 100px;
	margin: 9px;
	overflow: hidden;
	width: 100px;
}

.thumbs img {
	border: none !important;
	padding: 0px !important;
	margin: 0px !important;
}

.prevnext {
	padding: 15px 0px;
}


