/*
Theme Name: TOTW Theme
Theme URI: http://www.townsontheweb.com/
Description: Theme developed for Wootton Bassett Town Council
Version: 1.3
Author: Towns On The Web
Author URI: http://www.townsontheweb.com/
Tags: 
	This theme was designed and built by Towns On The Web.
*/
/* CSS Document */
body {
	//background-color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
#header, #footer {
	width:900px;
	margin:0px auto 0px auto;
}
#header table, #mainpage {
	background-color:#fff;
}
#mainpage {
	width:890px;
	margin:0px auto 0px auto;
	padding:5px 5px 5px 5px;
}
h1 { color:#8A2E2E; font-size:1.6em; margin-top:0px; }
h2 { color:#fff; font-size:2.0em; margin:0px 0px 3px 0px; font-weight:normal; }
h3 { font-size:1.4em; font-style:italic; margin:0px; font-weight:normal;  }
#header h3 { color:#fff; }
h5 { color:#8A2E2E; font-size:1.4em; margin:0px 0px 1px 0/*145px*/; }
h5 a, h5 a:visited { color:#8A2E2E; text-decoration:none; }
h5 a:hover { color:#66c; text-decoration:underline; }
h4 { color:#000; font-size:1.6em; margin:0px 0px 10px 0px; }
br {clear:none !important;}
.small_sidebar { float:right; width:210px; margin:0 0 20px 20px; border:1px solid #ccc; padding:6px; }
	.small_sidebar p { font-size:10px; line-height:12px; }
	.small_sidebar h5 { font-size:12px; line-height:14px; }
	
.meeting_dates_table { width:100%; }
	.meeting_dates_table th.a_month { width:40px;}
	.meeting_dates_table th.a_month, .meeting_dates_table td.title { border:1px solid #ccc; background:#efefef; font-weight:bold; }
    .meeting_dates_table td { width:40px; border:1px solid #ccc; text-align:center;}
    
#gallery_preview {
	background-color:#efefef;
	height:74px;
	color:#000;
}
#gallery_preview div { float:left;font-size:1.4em; font-weight:bold; width:120px; margin-top:15px; }
#gallery_preview ul { margin:0; }
#gallery_preview ul li { list-style:none; float:left; margin:5px 15px 0px 0px; }
#gallery_preview ul li img { border:1px solid #ccc; padding:1px; }
#newsflash {
	background-color:#cc6666;
	color:#ffffff;
	margin-bottom:5px;
	margin-left:205px;
	text-align:center; 
    width:680px;
}
#newsflash div { margin-top:0px; font-size:14px; }
#navigation {
	background-color:#ccf;
	background-image:url(images/menu_top.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:179px;
	padding:5px;
	float:left;
}
#content {
	width:672px;
	margin-left:204px;
}
#content h2 { color:#000; }
div.entry {}
.entry p { margin:10px 0px; }
.entry img { border:0px; }
div.post {
  margin:10px 0px;
  border-bottom:1px solid #ccc;
}
.postmetadata { margin-bottom:10px; clear:both; }
#welcome img {
	float:left;
	padding:3px;
	border:1px solid #ccc;
}
#welcome h1, #welcome div { margin-left:275px; width:390px; }
div.section_title {
	margin-top:10px;
	background-image:url(images/gradient01.gif);
	height:36px;
	font-size:1.5em;
	color:#FFF;
	clear:both;
}
div.section_title div { float:left; margin-top:5px; }
div.latest_news { margin-top:10px; clear:both; }
div.latest_newsImg { border:1px solid #ccc; padding:1px; float:left; }
div.latest_newsSub { color:#999; font-size:0.8em; margin:0px 0px 5px 0; } /*145*/
div.latest_newsCopy { margin:0px 0px 0px 0px; }
div.latest_newsCopy p { margin:5px 0px; }
#footer { clear:both; font-size:0.8em; }
td.footerlinks { padding:3px; color:#fff; }
td.footerlinks a, td.footerlinks a:visited { color:#fff; text-decoration:none; }
td.footerlinks a:hover { color:#66c; text-decoration:underline; }
div.clear {clear:both;}
img.m1 { float:left; }
img.m2 { float:right; }
td.topMenu { color:#fff; }
td.topMenu a, td.topMenu a:visited { color:#fff; margin:0px 10px 0px 10px;font-weight:bold;text-decoration:none; }
td.topMenu a:hover { color:#66c; }
/* Search */
div.left_widget {
	background-color:#fff;
	border:1px solid #ccc;
	padding:5px;
	margin-bottom:5px;
	}
div.left_widget h4 { margin-bottom:0px; }
div.left_widget label { display:none; }
div.left_widget input#s { width:100px; }
div.left_widget input#searchsubmit { font-size:10px; }
div.left_widget ul li { background-color:#fff; color:#6666CC !important; height:auto; }
div.left_widget ul li a { background-color:#fff;color:#6666CC !important; }
div.left_widget ul li a:hover { background-color:#fff;color:#ccc !important; }
/* ================================================================ 
This copyright notice must be untouched at all times.
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout2.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu {
font-size:90%;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:130px;
z-index:999;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menu li {
position:relative;
background:#66c;
height:37px;
margin-bottom:5px;
}
/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}
/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
color:#fff;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background-color:#66c; width:130px; w\idth:129px;}
/* style the link hover */
* html .menu a:hover {color:#66c; background-color:#fff;}
.menu :hover > a {
color:#66c; 
background-color:#fff;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:179px; 
background-color:#ccf;
padding:4px;
width:179px;
}
.menu ul ul li {
margin-bottom:3px;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
a.m00, a.m00:visited { background-image: url(images/menu00.gif);height:27px;width:169px;padding:10px 0px 0px 10px; }
a.m00:hover, .menu :hover > a.m00 { background-image: url(images/menu00a.gif); }
* html .menu a.m00 {background-color:#66c; width:170px; w\idth:169px;} 
a.m01, a.m01:visited { background-image: url(images/menu01.gif);height:27px;width:130px;padding:10px 0px 0px 49px;}
a.m01:hover { background-image: url(images/menu01a.gif); }
a.m02, a.m02:visited { background-image: url(images/menu02.gif);height:27px;width:130px;padding:10px 0px 0px 49px;}
a.m02:hover { background-image: url(images/menu02a.gif); }
a.m03, a.m03:visited { background-image: url(images/menu03.gif);height:27px;width:130px;padding:10px 0px 0px 49px;}
a.m03:hover, .menu :hover > a.m03 { background-image: url(images/menu03a.gif); }
a.m04, a.m04:visited { background-image: url(images/menu04.gif);height:27px;width:130px;padding:10px 0px 0px 49px;}
a.m04:hover, .menu :hover > a.m04 { background-image: url(images/menu04a.gif); }
a.m05, a.m05:visited { background-image: url(images/menu05.gif);height:27px;width:130px;padding:10px 0px 0px 49px;}
a.m05:hover { background-image: url(images/menu05a.gif); }
a.m06, a.m06:visited { background-image: url(images/menu06.gif);height:27px;width:130px;padding:10px 0px 0px 49px;}
a.m06:hover { background-image: url(images/menu06a.gif); }
a.m07, a.m07:visited { background-image: url(images/menu07.gif);height:27px;width:130px;padding:10px 0px 0px 49px;}
a.m07:hover { background-image: url(images/menu07a.gif); }
a.m07:hover, .menu :hover > a.m07 { background-image: url(images/menu07a.gif); }
a.m08, a.m08:visited { background-image: url(images/menu08.gif);height:27px;width:130px;padding:10px 0px 0px 49px;}
a.m08:hover { background-image: url(images/menu08a.gif); }
a.m09, a.m09:visited { background-image: url(images/menu09.gif);height:27px;width:130px;padding:10px 0px 0px 49px;}
a.m09:hover { background-image: url(images/menu09a.gif); }
a.m10, a.m10:visited { background-image: url(images/menu10.gif);height:27px;width:130px;padding:10px 0px 0px 49px;}
a.m10:hover { background-image: url(images/menu10a.gif); }
a.m11, a.m11:visited { background-image: url(images/menu11.gif);height:27px;width:130px;padding:10px 0px 0px 49px;}
a.m11:hover { background-image: url(images/menu11a.gif); }
a.m12, a.m12:visited { background-image: url(images/menu12.gif);height:27px;width:130px;padding:10px 0px 0px 49px;}
a.m12:hover { background-image: url(images/menu12a.gif); }
a.m13, a.m13:visited { background-image: url(images/menu13.gif);height:27px;width:130px;padding:10px 0px 0px 49px;}
a.m13:hover, .menu :hover > a.m13 { background-image: url(images/menu13a.gif); }
a.m99, a.m99:visited { padding:4px 0px 6px 49px !important;}
a.m99c2, a.m99c2:visited { padding:4px 0px 6px 10px !important;}
</style>
<!--[if IE 7]>
<style type="text/css">
.menu li {float:left;}
</style>
<![endif]-->
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left;
	}
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 0px 10px 10px 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 */
/* Begin Comments*/
.searchResult {
	border:1px solid #ccc;
	background-color:#efefef;
	padding:10px;
	margin-bottom:10px;
}
.alt {
	margin: 0;
	padding: 10px;
	}
.commentlist {
	padding: 0;
	text-align: justify;
	}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 5px 5px 5px 0;
}
.children { padding: 0; }
#commentform p {
	margin: 5px 0;
	}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
.commentmetadata {
	margin: 0;
	display: block;
	}
    
    table.twa_list tr td { margin:0px; padding:8px; border-bottom:1px solid #ccc; }
    table.twa_list2 tr td { margin:0px; padding:8px; border:1px solid #ccc; border-collapse: collapse; }
/* End Comments */

.hideSemanticLabel {
	display: none;
}