/*  
Theme Name:		Your Industry News
Description:	blog theme for yourindustrynews.com
Version:		1.0
Author:			East Coast Interactive ltd
Author URI:		http://www.ecinteractive.co.uk
created:		12/12/2007
last updated:	13/12/2007
*/

/*default everything*/
/*yahoo method*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
{ 
	margin:0;
	padding:0;
}

table
{
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var
{
	font-style:normal;
	font-weight:normal;
}

ol,ul{list-style:none;}

caption,th{text-align:left;}

h1,h2,h3,h4,h5,h6
{
	font-size:100%;
	font-weight:normal;
}

q:before,q:after{content:'';}

abbr,acronym{border:0;}

/* building up the style */
body
{
	font:62.5% Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	vertical-align:top;
	color:#666;
	background:#fff;
}
/* this is fighting with my text replacement in the header...lets see if we really need it...
h1
{
	padding:1em;
	font-size:2.4em;
	font-weight:normal;
}
*/
h1 a
{
	font-weight:normal;
	color:#eee;
}

h3{font-size:1.4em;}

a
{
	font-weight:bold;
	text-decoration:underline;
	color:#00f;
}

a:hover{text-decoration: none;}

a img{border:0;}

address, dl, p{padding:10px 0 0;}

blockquote
{
	margin:10px 0 0;
	background:#efefef;
}

blockquote p{padding:10px;}

blockquote blockquote
{
	margin:10px;
	background:#fff;
}

code{background:#f9f9f9;}

dt{font-weight:bold;}

dd{padding:0 0 0 10px;}

hr
{
	clear:both;
	margin:10px 10px 5px;
	border:0;
	height:1px;
	text-align:left;
	background:#9b9b9b;
	color:#9b9b9b;
}

input, textarea
{
	font-size:1.2em;
	padding:2px;
}

input#s, input#author, input#email, input#url, textarea#comment{padding:3px; font-size:1.4em;}

input#author, input#email, input#url{margin:0 5px 0 0;}

pre{width:90%;}

small{font-size:1.1em;}

/* start at the top and work down */
#container
{
	margin:10px auto;
	width:1000px;
	text-align:left;
	vertical-align:top;
	background:#fff;
	color:#000;
}

#header
{
	width:1000px;
	height:120px;
	background:#fff url('img/bigLetters02.png') top left no-repeat;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	border:1px solid #ccc;
}

#header h1 a
{
	display:block;
	line-height:120px;
	width:200px;
	padding:0;
	color:transparent;
}

#header h1 a span{text-indent:-9999px;}

/*top banner advert in header*/
.topBanner
{
	width:468px;
	height:60px;
	position:absolute;
	z-index:1;
	margin:-92px 0 0 523px;
}

.topmenu
{
	border:1px solid #eee;
	border-width:0 0 1px 0;
	margin:0 0 10px 0;
	background:transparent url('img/topNavBack.png') repeat-x;
	font-size:130%;
	width:1000px;
	color:#000;
}

.topmenu ul
{
	margin:0;
	padding:10px;
	list-style-type:none;
}

.topmenu ul li
{
	display:inline;
	margin:0 10px 0 0;
	border-right:solid 1px #ccc;
}

.topmenu ul li a
{
	/*display:block;*/
	height:1.1em;
	line-height:1.1em;
	padding:0 16px 0 16px;
	text-decoration:none;
	font-weight:bold;
	color:#000;
}

.clear{display:block; border:1px solid red;}

/*the search bar is defined here*/
.searchform 
{
	width:1000px;
	height:22px;
	padding:0 17px 0px 0px !important /*Non-IE6*/;
	padding:0 12px 0px 0px /*IE6*/;
}

.searchform form fieldset
{
	float:left;
	border:none;
}

.searchform input.field
{
	width:16em;
	padding:0.2em 0 0.2em 0;
	border:1px solid #213d65;
	font-size:110%;
	margin-right:5px;
}

.searchform input.button
{
	width:6em;
	padding:1px !important /*Non-IE6*/;
	padding:0 /*IE6*/;
	background:#ccc;
	border:solid 1px #213d65;
	text-align:center;
	color:#000;
	font-size:110%;
}

.searchform input.button:hover
{
	cursor:pointer;
	border:solid 1px #213d65;
	background:rgb(220,220,220);
	color:rgb(80,80,80);
}

#page{padding:10px 0;}

.sidebar, .rightcolumn
{
	float:left;
	width:182px;
	margin:0 10px 0 0;
	line-height:2.2em;
}

.rightcolumn
{
	width:250px;
	margin:0;
}

.rightcolumn h3
{
	margin:1.0em 10px 0.5em 10px;
	color:rgb(80,80,80);
	font-weight:bold;
	font-size:110%;
}

.sidebar ul
{
	margin:0;
	padding:0;
}

.sidebar ul{list-style-type:none;}

.sidebar ul a{font-weight:bold;}

.sidebar ul li
{
	border:0;
	margin:0 0 0px 0;
}
/*
.sidebar ul li#search
{
	padding:10px;
	background:#eee;
}

.sidebar ul li#search input{margin:0 0 5px;}
*/
.sidebar ul li h2
{
	padding:5px 10px;
	font-size:1.5em;
	font-weight:normal;
	background:rgb(87,117,162) url('img/leftNavHeadBack02.png') repeat-x;
	border:1px solid #666;
	color:#fff;
}

.sidebar ul ul
{
	padding:0 0 0 0;
	background:rgb(87,117,162);
}

.sidebar ul ul li
{
	border:1px solid rgb(87,117,162);
	border-top-color:#ccc;
	margin:0;
}

.sidebar ul ul li a
{
	text-decoration:none;
	padding:0 10px 0 15px;
	font-family:"trebuchet ms",arial,sans-serif;
	font-weight:normal;
	font-size:1.2em;
	color:#fff;
	display:block;
}

.sidebar ul ul li a:hover
{
	text-decoration:none;
	color:rgb(87,117,162);
	background:#fff;
}

.sidebar ul ul ul{padding:0;}

.sidebar ul ul ul li{padding:0 0 0 10px;}

#maincolumn
{
	float:left;
	width:530px;
	margin:0 15px 0 7px;
	line-height:2.2em;
}

.post
{
	margin:0 0 10px 0;
	padding:0;
}

.post h2
{
	font-weight:normal;
	font-family:"trebuchet ms",arial,sans-serif;
	font-size:2.4em;
	line-height:1.2em;
	padding:5px 10px;
	background:#fff;
	color:rgb(77,108,155);
}

.post h2 a
{
	color:rgb(77,108,155);
	text-decoration:none;
}

.entry{padding:0 10px 10px;}

.entry p{font-size:1.1em;}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6
{
	border:0;
	padding:15px 0 0;
	font-weight:bold;
	background-color:transparent;
	color:#000;
}

.entry h1
{
	font-size:3em;
	font-weight:normal;
	line-height:3.6em;
}

.entry h2{font-size:1.8em;}

.entry h3{font-size:1.6em;}

.entry  h4{font-size:1.4em;}

.entry h5{font-size:1.2em;}

.entry h6{font-size:1.1em;}

.entry img
{
	border:1px solid #ccc;
	padding:0;
	background:#fff;
}

.entry img.wp-smiley
{
	border:0;
	padding:0;
	background-color:transparent;
}

.entry img.alignleft
{
	float:left;
	margin:5px 10px 0 0;
}

.entry img.alignright
{
	float:right;
	margin:5px 0 0 10px;
}

.postmetadata
{
	border:1px solid #ccc;
	border-width:1px 0;
	padding:10px;
	background:#fff;
}

.browse{padding:0 10px 10px;}

.comments-template{padding:10px;}

li.alt{background:#eee;}

ol.commentlist
{
	list-style-type:none;
	margin:0;
	padding:0;
}

ol.commentlist li{margin:0 0 10px 0;}

/* wp-calendar */
table#wp-calendar
{
	width:100%;
	font-size:12px;
	text-transform:none;
	line-height:24px;
}

table#wp-calendar caption{padding:10px 15px;}

table#wp-calendar th
{
	padding:0;
	text-align:center;
	vertical-align:top;
	background:#eee;
}

table#wp-calendar td
{
	padding:0;
	text-align:right;
}

table#wp-calendar tfoot td{text-align:center;}

#footer
{
	clear:both;
	width:1000px;
	background:#eee;
	padding:10px 0;
	line-height:22px;
	text-align:center;
}
