/*  
Theme Name: Lincat Blog
Theme URI: http://www.bluestormnewmedia.co.uk
Description: Blog theme for the Lincat Catering Equipment website
Version: 1.0.1
Author: Reg Tait
Author URI: http://www.bluestormnewmedia.co.uk

*/

/* TABLE OF CONTENTS

01 - Global Elements
02 - Main Structure - Columns, clearfix
05 - Main Content - Post boxes, post meta, comments, etc
06 - Sidebar - Ads, search, categories, etc
06 - Footer - Copyright

/*  01 - Global Elements -------------------------------------------------- */
/*------------------------------------------------------------------- */


body {
	font-size:13px;
	font-family: Arial, sans-serif;	
	width:auto; height:auto;
	background: #1b73c7 url(backgrounds/bg-silverlink.jpg) top center no-repeat;
	padding: 0;
	margin: 0;
	color: #3d3d3d;
}

body.bgone {background: #1b73c7 url(backgrounds/bg-silverlink.jpg) top center no-repeat;}
body.bgtwo {background: #1b73c7 url(backgrounds/bg-flame.jpg) top center no-repeat;}
/*body.bgthree {background: #1b73c7 url(backgrounds/bg-osc.jpg) top center no-repeat;}*/


p {
	line-height:1.6em;
	margin: 0 0 15px 0;	
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
	line-height: 1.6em;
}


#mainColumn ul {
	margin: 0 0 1.5em 1.5em;
	padding: 0;
}

#mainColumn ul li {
	margin: 0 0 1em 0.7em;
	padding: 0;
	list-style: circle;
}

#mainColumn ol {
	margin: 0 0 1.5em 2em;
	padding: 0;	
}

#mainColumn ol li {
	margin: 0 0 1em 1.5em;
	padding: 0 0 0 0;
	list-style: decimal;
}

#mainColumn img {
	margin: 0 0 15px 15px;
	border: 1px solid #ccc;
	padding: 5px;
	float: right;
}

a:link, a:visited {
	text-decoration: none;
	color: #164499;
}

a:hover {
	color: #164499;
}

a img {
	border:none;
}

p a:hover {
	text-decoration: underline;
}

h2 {
	font: 30px "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
	color: #164499;	
	margin: 0 0 15px 0;
}

h3 {
	font: 21px "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
	margin: 0 0 0 0px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

h4 {
	font: 22px "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;	
	margin: 0 0 15px 0px;
}



/*  02 - Main Structure -------------------------------------------------- */
/*------------------------------------------------------------------- */


#container {	
	margin: 50px auto 0 auto;
	width: 980px;
	padding: 0;
	background: url(images/faux-col.gif) top left repeat-y #fff;
}


#header{
	padding: 35px 0 0 0;	
	width: 980px;
	background: url(images/gradient.jpg) left -10px repeat-x #fff;
	float: left;
	clear: both;
    position: relative;
}


#mainColumn {
	width: 650px;
	margin: 0;
	padding: 0;
	float: left;
}

#sidebar {
	width: 310px;
	float: right;
	margin: 0 0 0 0;
	padding: 15px 0 0 0;
	position: relative;
	top: -95px;
	border-top: 1px solid #d2d2d2;
	background: url(images/rh-blog.jpg) top left repeat-x #eaeaea;
}

#sidebar div.callout {
	width: 283px;
	height: 137px;
	margin-bottom: 15px;
	margin-left: 15px;
	display: block;
	overflow: hidden;
}

#sidebar div.callout span {display: none;}

#sidebar div.callout a {
	width: 283px;
	height: 137px;
	display: block;
}

#sidebar div.callout#lincatweb {background: url(images/callout-lincatwebsite.jpg) top left no-repeat;}
#sidebar div.callout#filterflowweb {background: url(images/callout-filterflow.jpg) top left no-repeat;}


/* Clearfix ----------- */

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}


h1#logo {
	width: 172px; height: 102px;	
	background: url(images/the-mix.jpg) top left no-repeat;
	text-indent: -5000px;
	display: block;
	float: left;
	position: relative;
	text-align: center;
	padding: 10px 12px 10px 12px;
	margin: -15px 20px -8px 25px;
}
h1#logo a {
	width: 172px; height: 102px;	
	display: block;
}
/*
#header p#blog-description {
	clear: both;
	color: #8d8d8d;
	font-size: 1.4em;
	line-height: 1.2em;
	margin-top: 0;
	padding-left: 25px;
    padding-left: 35px;
	width: 600px;
}
*/
#header p#blog-description {
	width: 151px; height: 102px;	
	background: url(images/lincat-logo.jpg) top left no-repeat;
	text-indent: -5000px;
	display: block;
	position: absolute;
    top: 82px;
    left: 495px;
}


ul#mainNav {
	clear: both;
	font-size: 15px;
	background-color: #eb6e21;
	border-bottom: #d55506 1px solid;
	border-top: #ff9228 1px solid;
	display: block;
	margin-left: 0;
	padding: 10px 0 10px 25px;
	position: relative;
}

ul#mainNav li {
	margin: 0 25px 0 0;
	float: left;
	list-style: none;
}

ul#mainNav li.subscribe {
	position: absolute;
	left: 483px;
	padding-right: 30px;
	background: url(images/lincat-rss.jpg) right center no-repeat;
}


#mainNav a:link, #mainNav a:visited {
	text-decoration: none;
	color: #ffffff;
}

#mainNav a:hover {
	color: #ffffff;
}


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

/* Main Post ----------- */

.mainPost {
	margin: 0;
	padding: 40px 25px 30px 25px;
	width: 620px;
	background: transparent url(images/gradient.jpg) left top repeat-x;
}

.mainPost h3 {
	margin-left: 0;
}

.mainPost h2 a:hover {
	color: #595959;
}

.mainPost h3 a:hover {
	color: #595959;
}

.postMeta {
	margin: 0 0 10px 0;	
}

.postMeta .date{
	float: left;
	border-bottom: 4px solid #e0e0e0;
	padding: 0 20px 3px 5px;
	color: #aaaaaa;
}

.postMeta .category{
	float: left;
	border-bottom: 4px solid #e0e0e0;
	padding: 0 20px 3px 5px;
	color: #aaaaaa;
}
.postMeta .theauthor{
	float: left;
	border-bottom: 4px solid #e0e0e0;
	padding: 0 3px 3px 5px;
	color: #aaaaaa;
}

.postMeta .commentCount{
	float: right;
	background: transparent url(images/comment_icon.gif) no-repeat;
	width: 25px;
	height: 25px;
	font-size: 11px;
}

.postMeta .commentCount a {
	text-align: center;
	line-height: 20px;
	display: block;
	color: #fff;
}

.postMeta .commentCount a:hover{
	
	color: #dcdcdc;
}

.postMeta .category a:link, .postMeta .category a:visited {
	color: #164499;
}

#container .readMore {
	background-color: #eb6e21;	
	padding: 5px 10px 5px 10px;
	text-align: center;
	color: #fff;
}

#container .readMore:hover {
	background: #595959;
}
#container .readMore a {
	color: #fff;
}

.more-link {
	display: none;
}


/* Secondary Post ----------- */

.secondaryPost {
	background: transparent url(images/dotted_line_gray.gif) left top repeat-x;
	padding-top: 25px;
	padding-right: 5px;
	float: left;
	padding-left: 25px;	

}

.secondaryPost p {
	margin-right: 0;
}

.secondaryPost h2{
	font-size: 20px;
}

.secondaryPost h2 a:hover {
	color: #595959;
}

.secondaryPost img{}

.secondaryPost .postMeta {
	margin-right: 0;
}

/*

#secondaryPosts {
	margin: 0;	
	background: transparent url(images/dotted_line_gray_vert.gif) 335px 3px repeat-y;
}

.secondaryPostRow {
	margin: 0;
	padding: 25px 0 10px 0;
	background: transparent url(images/dotted_line_gray.gif) left top repeat-x;
}

.secondaryPost {
	width: 310px;
	float: left;
	margin-left: 25px;
}

.secondaryPost p{
	margin-right: 25px;
}

.secondaryPost h2{
	font-size: 20px;
}

.secondaryPost h2 a:hover {
	color: #595959;
}

.secondaryPost img{
	width: 285px;
	height: auto;
}

.secondaryPost .postMeta {
	margin-right: 25px;
}

*/


/* Pagination Links ----------- */

#paginationBar {	
	font-weight: bold;
	background: #f8f8f8;
	margin-bottom: 25px;
	margin-left: 25px;
	position: relative;
}

#paginationBar a:link, #paginationBar a:visited{
	color: #ffffff;
}

#paginationBar a:hover{
	color: #fafafa;
}

#paginationBar a {
	padding: 20px 25px 20px 35px;
	display: block;
	width: 100px;
	background-color: #eb6e21;
	/*background: left center url(images/olderposts.jpg) no-repeat;*/
}

#paginationBar .olderLink{
	float: left;	
}

#paginationBar .newerLink{
	float: right;	
}


/* Search ----------- */
#container .searchResult h3{
	margin: 0;
}


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

#comments{
	background: transparent url(images/dotted_line_gray.gif) left top repeat-x;
	padding: 25px 0 0 0;
}

/*#content {background-color: yellow; width: 980px; float: left; }*/

#comments h3{
	color: #656565;
	margin-left: 25px;
}

.comment-content {
	padding:0;	
	border-bottom:0;
}

#comments .comment-content p{	
	font-size: 13px;
}

#comments a:hover {
	text-decoration: underline;
}

.commentlist, .commentlist ul {
	margin:15px 15px 25px 0;
	padding:0;
	list-style:none;
}

div#mainColumn ol.commentlist li {
	margin:0 0 25px 0; 
	padding:25px 25px 5px 25px;
	background: #f1f1f1;
	border: 1px solid #e1e1e1;
}


div#mainColumn ol.commentlist li div.comment-author {
	padding-left: 15px;
	padding-bottom: 5px;
	position: relative;
}


div#mainColumn ol.commentlist li div.comment-author img {	
	left: -17px;
	top: -5px;
	background-color: #fff;
	position: relative;
}

	
.commentlist li.alt, .thread-alt {
	
}
	
.commentlist li.no-comments {
	margin:55px 0 0 0;
	padding:0 30px;
	background:none;
	border:0;
}
	
.commentlist .children {
	margin:10px 0 0 0; padding:0;
	
}
	
.commentlist .children li {
	margin:0;
	padding:20px;
	background: #f6f6f6;
}
	
	
.commentlist li .comment-wrap {
	position:relative;
	text-align:left;
	margin: 0 0 25px 0;
}
	
.commentlist li .comment-text {
	margin:0;
	padding:10px 0 0 0;
	width:auto;
	height:auto;
	background:none;
	font-size: 13px;
}
			
.commentlist li .comment-author {
	margin:0;
	padding:0;
	width:auto;
	height:auto;
}

.commentlist li .comment-author strong{
	font-size: 19px;
}
			
.gravatar {
	margin:0 10px 0 0;
	padding:1px 0 0 2px;
	width:41px;
	height:40px;
	background:url(images/gravatar.gif) no-repeat top center;
	float: left;
}

			
.author {
	/*margin:2px 0 0 0; padding:0;*/
	width:auto; height:auto;	
}

#commentform{
	margin: 25px;
	padding: 0 0 25px 0;
}

#submit {
	color: #fff;
	background-color: #164499;	
	padding: 5px 10px 5px 10px;
	text-align: center;
	border: none;
}

#respond {
	padding: 25px 0 0 0;
}

.cancel-comment-reply{
	margin: 0 0 0 25px;
}


/*  05 - Sidebar -------------------------------------------------- */
/*------------------------------------------------------------------- */


#sidebar h2 {color: #858585;}

#sidebar h3{
	font-size: 20px;
	margin: 0 0 5px 0;
	color: #858585;
}

#sidebar h3#searchthisblog {
	font-size: 20px;
	margin: 0 0 0 0;
	padding-left: 45px;
	padding-bottom: 0;
	padding-top: 0;
	background: url(images/h3-search.jpg) 15px center no-repeat;
	position: relative;
	top: 5px;
}

#sidebar h4 {color: #858585;}

/* Ads ----------- */

#ads{	
	margin: 0px 0 0 0px;
	display: block;	
}

#ads li{
	float: left;
	margin: 13px 0 0 15px;
	display: block;
	background: #444444;
	width: 125px;
	height: 125px;	
}


/* Lists ----------- */

.sidebarBox{
	padding: 15px 0 0 0;
	margin: 0 0 10px 15px;
}

#sidebar ul{
	margin: 0 15px 0 0;
}

#sidebar ul li{
	padding: 7px 0 8px 0;
	/*background: transparent url(images/dotted_line_dark_gray.gif) left bottom repeat-x;*/
	border-top: 1px dotted #bbbbbb;
	clear: both;
}

#sidebar ul li a:link, #sidebar ul li a:visited{
}

#sidebar ul li a:hover{
}

/*Ads -----------------*/

#sidebarAds {
	padding: 15px 0 0 0;	
	margin: 0 0 10px 15px;
}


/* Search ----------- */

#search {
	margin: 0 0 0 15px;
	padding: 0 0 0 0;
}

#s {
	width: 160px;
	border: 3px solid #cccccc;
	padding: 5px 5px 5px 25px;
	/*background: url(images/search-small.jpg) 5px center no-repeat #fff;*/
	background-color: #fff;
}
 


#searchsubmit {
	color: #fff;
	background-color: #164499;	
	padding: 5px 10px 5px 10px;
	text-align: center;
	border: none;
	font-weight: bold;
	margin: 0 0 0 7px;	
}


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

#footer {
	padding: 25px 25px 25px 25px;
	clear: both;
	background-color: #0358A9;
	color: #fff;
}

#footer p {	color: #fff;}

#footer p a {
	color: #fff;
	font-weight: bold;
}

#footer h2, #footer h3, #footer h2 a, #footer h3 a {color: #fff;}


/*  Forms -------------------------------------------------- */
/*------------------------------------------------------------------- */



form input#author, form input#email, form input#url,  form textarea#comment {
	padding: 3px;
	font-size: 1.1em;
	border: 2px solid #cccccc;
}

form label {font-size: 1.2em; color: #989898; padding-left: 0.75em;}



