/*  
Theme Name: DBK NEWS
Theme URI: http://www.barques.co.uk
Description: Theme for <a href="http://www.barques.co.uk">Barques UpData</a> by <a href="http://www.barques.co.uk">Barques</a>
Version: 1.0
Author: David Elliott
Author URI: http://www.barques.co.uk

*/

/* RESET 
----------------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
 caption,  {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	font-family: Trebuchet MS, Tahoma, Lucida Grande, Arial;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	font-family: Trebuchet MS, Tahoma, Lucida Grande, Arial;
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END RESET */

/* GENERAL
----------------------------------------------------------------------------------------------- */

@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: "Trebuchet MS", Tahoma, "Lucida Grande", Arial;
	font-size: 11px;
}
.thrColFixHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px dotted #CCCCCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
/* end general ------------------ */


/* header
----------------------------------------------------------------------------------------------- */

.thrColFixHdr #header {
	background-color: #FFFFFF;
	height: 155px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/* end header ------------------ */


/* sidebar1 and 2
----------------------------------------------------------------------------------------------- */

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 30px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 5px;
	font-family: Trebuchet MS, Tahoma, Lucida Grande, Arial;
	font-size: 11px;
}

.thrColFixHdr #sidebar1 a{
	font-family: Trebuchet MS, Tahoma, Lucida Grande, Arial;
	font-size: 11px;
	color: #C6252F;
}
.thrColFixHdr #sidebar1 a:hover{
	
	color: #666666;
}
.thrColFixHdr #sidebar1 h3 a{
	font-family: "Trebuchet MS", Tahoma, "Lucida Grande", Arial;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
.thrColFixHdr #sidebar1 h3 a:hover{
	
	color: #000000;
}
.thrColFixHdr #sidebar1 h3, .thrColFixHdr #sidebar2 h3 {
	font-family: Trebuchet MS, Tahoma, Lucida Grande, Arial;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #DC154C;
	display: block;
	font-weight: bolder;
	text-transform: capitalize;
	padding: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.thrColFixHdr #sidebar1 p, .thrColFixHdr #sidebar2 p {
	font-family: Trebuchet MS, Tahoma, Lucida Grande, Arial;
	font-size: 11px;
	text-decoration: none;
	color: #666666;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-top: 0px;
	line-height: 14px;
}

.thrColFixHdr #sidebar1 ul, .thrColFixHdr #sidebar2 ul {
	font-family: Trebuchet MS, Tahoma, Lucida Grande, Arial;
	list-style: none;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin: 0px;
 }

.thrColFixHdr #sidebar1 ul li, .thrColFixHdr #sidebar2 ul li {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
 }

.thrColFixHdr #sidebar1 ul li a, .thrColFixHdr #sidebar2 ul li a { 
text-decoration: none; 
}


.thrColFixHdr #sidebar1 ul li a, .thrColFixHdr #sidebar2 ul li a{
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	display: block;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	}
	
.thrColFixHdr #sidebar1 ul li a:hover, .thrColFixHdr #sidebar2 ul li a:hover { 
		text-decoration: underline; 
		
	}
 
.thrColFixHdr #sidebar1 ul li.current_page_item a, .thrColFixHdr #sidebar2 ul li.current_page_item a {
	color: #C40040;
	}
	
/* end sidebar1 ------------------ */

/* sidebar2
----------------------------------------------------------------------------------------------- */

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 175px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* padding keeps the content of the div away from the edges */
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.thrColFixHdr #sidebar2 a {
	font-family: Trebuchet MS, Tahoma, Lucida Grande, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
/* end sidebar2 ------------------ */


/* mainContent
----------------------------------------------------------------------------------------------- */

.thrColFixHdr #mainContent {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
	float: left;
	width: 720px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
} 

.thrColFixHdr #mainContent h1 {
	font-family: "Trebuchet MS", Tahoma, "Lucida Grande", Arial;
	font-size: 18px;
	text-decoration: none;
	color: #DC154C;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-transform: uppercase;
	display: block;
	padding: 0px;
}
.thrColFixHdr #mainContent h1 a {
	color: #CB282F;
	text-decoration: none;
}
.thrColFixHdr #mainContent h1 a:hover {
	color: #000000;
	text-decoration: none;
}
.thrColFixHdr #mainContent h2 {
	font-family: Trebuchet MS, Tahoma, Lucida Grande, Arial;
	font-size: 14px;
	text-decoration: none;
	color: #28276B;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-transform: capitalize;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.thrColFixHdr #mainContent h3 {
	font-family: Trebuchet MS, Tahoma, Lucida Grande, Arial;
	font-size: 12px;
	text-decoration: none;
	color: #C6252F;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.thrColFixHdr #mainContent h4 {
	font-family: Trebuchet MS, Tahoma, Lucida Grande, Arial;
	font-size: 12px;
	text-decoration: none;
	color: #C6252F;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.thrColFixHdr #mainContent h5 {
	font-family: Trebuchet MS, Tahoma, Lucida Grande, Arial;
	font-size: 11px;
	text-decoration: none;
	color: #C6252F;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.thrColFixHdr #mainContent a {
	font-family: "Trebuchet MS", Tahoma, "Lucida Grande", Arial;
	color: #CB282F;
	line-height: 18px;
}
.thrColFixHdr #mainContent a:hover {
	color: #000000;
}
.thrColFixHdr #mainContent p {
	font-family: Trebuchet MS, Tahoma, Lucida Grande, Arial;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}

.thrColFixHdr #mainContent ul {
	font-family: Trebuchet MS, Tahoma, Lucida Grande, Arial;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
	list-style-type: disc;
} 

.thrColFixHdr #mainContent ul li {
	line-height: 18px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
} 
.thrColFixHdr #mainContent ol {
	font-family: Trebuchet MS, Tahoma, Lucida Grande, Arial;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
	list-style-type: decimal;
} 

.thrColFixHdr #mainContent ol li {
	line-height: 18px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
} 


/* end mainContent ------------------ */

/* Categories 
-------------------------------------------------------------------------------------------- */

#sidebar2 ul li.cat-item ul.children{
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
	display: block;
}

#sidebar2 ul li.cat-item ul.children li.cat-item ul.children{
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	display: block;
}
#sidebar2 ul li.cat-item ul.children li.cat-item {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
}

#sidebar2 ul li.cat-item ul.children li.cat-item ul.children li.cat-item {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-style: italic;
}

#sidebar2 ul li.cat-item a {
	color:#333333;
	text-decoration:none;
	font-weight: normal;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#sidebar2 ul li.cat-item a:hover {
	color:#C6252F;
	text-decoration:none;
	
}

#sidebar2 ul li.current-cat{
	color:#FFFFFF;
	background-color:#B0C0F7;
	font-size: 10px;
	font-weight: normal;
	}
	
#sidebar2 ul li.current-cat-parent {
	color:#C0D824;
	background-color:#9BB7D7;
	font-size: 11px;
	}
#sidebar2 ul li.current-cat a{
	color:#333333;
	font-weight: bold;
	}
	
#sidebar2 ul li.cat-item ul.children a{
	color:#666666;
	font-size: 11px;
	}
#sidebar2 ul li.cat-item ul.children a:hover{
	color:#C6252F;
	}
#sidebar2 ul li.current-cat-parent  li.current-cat a{
	color:#333333;
	}
	
#sidebar2 ul li.current-cat-parent  li.current-cat a:hover{
	color:#C6252F;
	}
#homepage #sidebar2 img{
	}
#newsStory {
	color:#333333;
	display:block;
	font-family: Trebuchet MS, Tahoma, Lucida Grande, Arial;
	font-size: 11px !important;
	text-decoration: none;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #F7F3EC;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#newsStory #newstext p {
	color:#333333;
	display:block;
	font-family: Trebuchet MS, Tahoma, Lucida Grande, Arial;
	font-size: 11px !important;
	text-decoration: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	line-height: 14px;
}
#newsStory h4 a {
	color:#FFFFFF;
	display:block;
	text-transform: uppercase;
	font-family: Trebuchet MS, Tahoma, Lucida Grande, Arial;
	font-size: 12px;
	text-decoration: none;
	background-color: #666666;
	padding: 5px;
	margin-bottom: 5px;
}

#newsStory h4 a:hover {
	color:#ffffff;
	background-color: #005E4C;
}

#featured {
	padding-bottom: 10px;
}


/* End Categories */


/* footer
----------------------------------------------------------------------------------------------- */

.thrColFixHdr #footer {
	padding: 10px;
	background-color: #DC154C;
	margin: 0px;
	font-size: 11px;
	color: #FFFFFF;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Trebuchet MS, Tahoma, Lucida Grande, Arial;
	font-size: 11px;
	color: #FFFFFF;
}
.thrColFixHdr #footer a {
	font-family: Trebuchet MS, Tahoma, Lucida Grande, Arial;
	font-size: 11px;
	color: #FFFFFF;
}
.thrColFixHdr #footer a:hover {
	color: #000000;
}

/* end footer ------------------ */

/* MENU TOP
----------------------------------------------------------------------------------------------- */

.thrColFixHdr  #menuTop {
	text-align: center;
	display: block;
	padding-top: 35px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 230px;
}

.thrColFixHdr  #menuTop ul{
	list-style-type: none;
}

.thrColFixHdr #menuTop ul li{
	float: left;
	list-style-type: none;
}

.thrColFixHdr #menuTop ul li a{
	font-family: "Trebuchet MS", Tahoma, "Lucida Grande", Arial;
	font-size: 14px;
	text-transform: capitalize;
	text-decoration: none;
	color: #666666;
	list-style-type: none;
	display: block;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	margin: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.thrColFixHdr #menuTop ul li a:hover{
	color: #C6252F;
	text-decoration: none;
}
.thrColFixHdr #menuTop li.current_page_item a {
	color:#C6252F;
	text-decoration: none;
}
.thrColFixHdr #menuTop li.current_page_item a:hover {
	color:#333333;
	text-decoration: none;
}

/* end MENU TOP ------------------ */

/* Meta
--------------------------------------------------------- */

#meta{
	font-family: Trebuchet MS, Tahoma, Lucida Grande, Arial;
	font-size: 10px;
	color: #58595B;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
} 
#meta a{
	color: #C0AF98;
} 

#meta a:hover{
	color: #FFFFFF;
} 
.breadcrumbs {
	font-family: Trebuchet MS, Tahoma, Lucida Grande, Arial;
	font-size: 10px;
	color: #999999;
	display: block;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 0px;
	text-align: right;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
} 
.breadcrumbs a{
	color: #999999;
	text-decoration: none;
} 

.breadcrumbs a:hover{
	color: #000000;
} 

.thrColFixHdr #sidebar1 #searchbox, .thrColFixHdr #sidebar2 #searchbox {
	font-family: Trebuchet MS, Tahoma, Lucida Grande, Arial;
	font-size: 11px;
	text-decoration: none;
	color: #C6252F;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 16px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
} 

#calendar h4{
	font-family: Trebuchet MS, Tahoma, Lucida Grande, Arial;
	font-size: 12px;
	color: #666666;
	display: block;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#calendar p {
	font-family: Trebuchet MS, Tahoma, Lucida Grande, Arial;
	font-size: 11px;
	color: #666666;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin: 0px;
}
#calendar p a {
	font-family: Trebuchet MS, Tahoma, Lucida Grande, Arial;
	font-size: 11px;
	color: #666666;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin: 0px;
}
#calendar p a:hover {
	
	color: #000000;

}

.searchmeta {
	font-family: "Trebuchet MS", Tahoma, "Lucida Grande", Arial;
	font-size: 10px;
	color: #666666;
	display: block;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
} 
.searchmeta a{
	color: #0060cc;
} 

.searchmeta a:hover{
	color: #000000;
}
.sociable {
	font-family: Trebuchet MS, Tahoma, Lucida Grande, Arial;
	font-size: 10px;
	color: #CCCCCC;
	display: block;
	text-transform: uppercase;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #333333;
}
.sociable_tagline {
	font-family: Trebuchet MS, Tahoma, Lucida Grande, Arial;
	font-size: 10px;
	color: #CCCCCC;
	display: block;
	text-transform: uppercase;
	padding-bottom: 10px;
	
}

#back a:hover{
	color:#000000;
	background-color: #FFFFFF;
	
}
#back a{
	color:#FFFFFF;
	background-color: #000000;
	display:block;
	text-transform: uppercase;
	font-family: Trebuchet MS, Tahoma, Lucida Grande, Arial;
	font-size: 12px;
	width: 50px;
	margin-top: 10px;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/* meta END */

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

.wp-caption {
	text-align: center;
	background-color: #999999;
	padding-top: 5px;
	color: #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.wp-caption p.wp-caption-text {
	text-align: center !important;
	color: #FFFFFF !important;
	font-size: 11px !important;
	margin-top: 0px !important;
	margin-bottom: 0px  !important;
	padding-top: 0px  !important;
	padding-right: 3px  !important;
	padding-bottom: 5px  !important;
	padding-left: 3px  !important;
}

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


}

.thrColFixHdr #otherContent  .wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 14px;
	padding: 5px;
	margin: 0;
	color:#FFFFFF;
	background-color: #993366;
}
.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float:right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	color: #FFFFFF;
	}
/* End Captions */
#thumbbox {
	float:right;
	width: 160px;
	float:left;
	padding-bottom: 5px;
	padding-left: 0px;
	
	}
#thumbbox img{
	border:0;
	
	}
#navigation{
	padding-bottom: 10px;
	padding-left: 0px;
	padding-top: 10px;	
	}
	
/* misc
----------------------------------------------------------------------------------------------- */


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* end misc ------------------ */

