/*

  Theme Name: Mimbo for AMT

  Theme URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/

  Description: A magazine-style layout modified for Action for Market Towns Websites

  Version: 2.2

  Author: Original author Darren Hoyt, customised by Brian Rich and Duncan Arrow

  Author URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/

  The CSS, XHTML and design is released under GPL:

  http://www.opensource.org/licenses/gpl-license.php

/* HTML Elements */


body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;  
	font-size: 62.5%;	
	color: #000;
	text-align: center;
	font-family: arial, verdana, sans-serif;
	background: url("img/site-bg.gif") repeat-x 0 0;
    }



body a img {
	border: none;
}


.clearing{	
	clear: both;
}

#page{
	float: left;
	width: 100%;
	padding: 0 0 62px 0;
	background: url("img/footer-bg.gif") repeat-x 0 100%;
    }



/*------ clear standard browser styles ------*/

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,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;
}



/*------ general styles ------*/


.clear {
	clear: both;
	overflow: hidden;
	line-height: 0 !important;
	height: 0 !important;
	font-size: 0 !important;
	margin: 0 !important;
	}


.disguise {
	position: absolute;
	left: -10000px;
	}
	
.hide {
	display: none;
	}
	
	
	
/* http://positioniseverything.net/easyclearing */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0;
	clear: both; 
	visibility: hidden;
	}

.clearfix {
	display: inline-table;
        min-height: 0;
	}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


a:focus,
a:hover,
a:active{
	outline:none;
}


img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


/*------ wrap ------*/


#wrap {
	margin: 0 auto 0px auto;
	padding: 10px 0 0 0;
	width: 978px;
	text-align: left;
}



/*------ search-2 ------*/

#search-2{
	float: left;
	width: 50%;
	}
	
#search-2 input{
	float: left;
	margin: 0 0 0 10px;
	}
	
	
#search-2 .rssFeed{
	float: left;
	width: 29px;
	height: 23px;
	text-indent: -9999px;
	background: url("img/rss-logo.jpg") no-repeat  0 0;
	}
	
	
#search-2 #s{
	padding: 3px;
	border: 1px solid #A7ACB1;
	}
	
	
#search-2 .search{
	color: #fff;
	font-size: 1.3em;
	background: #E87D1E;
	border: none;
	padding: 1px 10px 2px 10px;
	font-family: tahoma;
	}
	
	

/*------ headerNav ------*/	
	
#headerNav{
	float: right;
	background: #f3f3f4;
	font-family: tahoma;
	font-size: 1.1em;
	color: #777;
	padding: 0 5px;		
	}
	
	
#headerNav li{
	float: left;
	padding: 5px 0;
	}
	
	
#headerNav li a{
	float: left;
	color: #777;
	text-decoration: none;
	padding: 0 8px;	
	border-right: 1px solid #777;
	line-height: 1em;
	}
	
#headerNav li.last a{	
	border-right: none;
	}
	

#headerNav li a:hover{
	text-decoration: underline;
	color: #000;
	}
	


/*------ branding ------*/	
	
#branding{	
	float: left;
	position: relative;
	width: 978px;
	height: 213px;
	margin: 10px 0 0 0;
	background: url("img/header-image1.jpg") no-repeat 0 0;
	}
	
	
#amtprintlogo{
	display: none;
	}
	


#websiteheader{
	position: absolute;
	text-indent: -9999px;
	top: 159px;
	right: -7px;
	height: 52px;
	width: 434px;
	background: url("img/promoting-strapline.gif") no-repeat 0 0;
	}	
	
	
.joinAmt{
	display: block;
	position: absolute;
	top: 32px;
	right: -10px;
	height: 88px;
	width: 127px;
	text-indent: -9999px;
	background: url("img/join-amt.png") no-repeat 0 0;
	}	
	
	
#branding #logo{	
	float: left;
	position: absolute;
	top: 38px;
	left: -25px;	
	width: 196px;
	height: 141px;
	text-indent: -9999px;
	background: url("img/amt-logo.png") no-repeat 0 0;
	}	
	
#branding #logo a{	
	float: left;	
	width: 196px;
	height: 141px;	
	}
	
	
/*------ background ------*/	
	
#background{	
	float: left;
	width: 978px;
	position: relative;
	background: url(img/footer-bg.jpg) repeat-y 0 0;	
	}
	
	
	
	
/*------ subNav ------*/	
	
#subNav{	
	position: absolute;
	top: 20px;
	left: 0;
	float: left;	
	width: 175px;
	font-size: 1.2em;
	}
	
#subNav li{
	float: left;
	width: 173px;
	}
	
	
#subNav li a{	
	float: left;
	width: 153px;
	margin-bottom: 2px;
	border: 1px solid #ccc;
	color: #333;
	padding: 3px 10px;
	text-decoration: none;
	background:#ffffff url(img/nav-bg.jpg) repeat-x 0 100%;		
	}
	

#subNav li ul li a{	
	width: 138px;
	padding: 3px 10px 3px 25px;
	background: #fff url(img/arrow-black-bullet.gif) no-repeat 10px 50%;
	}
	
#subNav li ul li ul li a{
	background: url("img/line-bullet.gif") no-repeat 10px 50%;
}	
	
#subNav li a:hover,
#subNav li.current_page_item a{
	text-decoration: underline;
	}

	
	
/*------ pageContent ------*/	
	
#content{	
	float: left;	
	width: 445px;
	margin: 20px 0 0 190px;
	border: 1px solid #ccc;
	padding: 10px;
	}	
	
	
* html #content{
	margin: 20px 0 0 95px;
	}
	
	
#content.widePost{	
	float: left;
	width: 640px;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 20px 0 0 0px;	
	}
	
	
#content form{	
	float: left;
	width: 445px !important;
	}
	
	
#content form legend{
	font-size: 1.6em;
	}	
	

#content h1{
	font-weight: bold;
	font-size: 1.6em;
	color: #133E8E;
	padding: 0 0 15px 0;
	}
	
#content h2{
	font-weight: bold;
	font-size: 1.6em;
	color: #133E8E;
	padding: 0 0 10px 0;
	}	
	

#content h3{
	font-weight: bold;
	font-size: 1.4em;
	padding: 0 0 10px 0;
	}		
	
#content h4{
	font-weight: bold;
	font-size: 1.4em;
	padding: 0 0 10px 0;
	}		
	
	
#content h5{
	font-weight: bold;
	font-size: 1.2em;
	padding: 0px 0 10px 0;
	}		
	
	
#content p{
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 0 0 10px 0;
	}	
	
#content ul{
	clear: both;
	font-size: 1.2em;
	padding: 0 0 10px 0;
	line-height: 1.5em;
	}	



#content ul li{	
	background: #fff url(img/arrow-black-bullet.gif) no-repeat 0 5px;
	padding: 0 0 0 15px;
	}
	
	
#content ol{
	clear: both;
	font-size: 1.2em;
	list-style: decimal;
	line-height: 1.5em;
	margin: 0 0 0 20px;
	padding: 0 0 10px 0;
	}	
	

#content a{
	font-weight: bold;
	color: #F15924;
	text-decoration: none;
	}
	
	
#content a:hover{
	text-decoration: underline;
	}
	
	
#content .authorpost{	
	float: left;	
	width: 445px;
	border-top: 1px solid #ccc;
	font-size: 1.2em;
	line-height: 1.5em;	
	padding: 15px 0 15px 0;
	}	
	

#content .authorpost h2.authortitle{
	font-size: 1em !important;
	}
	
	
#content .authorpost p{
	padding: 10px 0 0 0;
	font-size: 1em;
	}
	
	
#content .authorpost img{
	float: left;
	border: 5px solid #f3f3f3;
	margin: 0 15px 15px 0;
	}
	
	
#content .post small,
#writer,
#content .nocomments{
	display: none;
	}
	
	
#post-3838{
	float: left;
	width: 978px;
	padding: 20px 0 0 0;
	background: #fff;
	}
	
	
#post-3838 h1{
	font-weight: bold;
	font-size: 1.6em;
	color: #133E8E;
	padding: 0 0 15px 0;
	}
	
#post-3838 h2{
	font-weight: bold;
	font-size: 1.6em;
	color: #133E8E;
	padding: 0 0 10px 0;
	}	
	

#post-3838 h3{
	font-weight: bold;
	font-size: 1.4em;
	padding: 0 0 10px 0;
	}		
	
#post-3838 h4{
	font-weight: bold;
	font-size: 1.4em;
	padding: 0 0 10px 0;
	}		
	
	
#post-3838 h5{
	font-weight: bold;
	font-size: 1.2em;
	padding: 0px 0 10px 0;
	}		
	
	
#post-3838 p{
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 0 0 10px 0;
	}	
	
#post-3838 p a{
	font-weight: bold;
	color: #F15924;
	text-decoration: none;
	}
	
	
#post-3838 p a:hover{
	text-decoration: underline;
	}
	

#sforum{
	font-size: 1.1em !important;
	}
	
#wrapper .entry{
	font-size: 1.2em;
	}
	
	
#respond{
margin-top: 30px !important;
}


#commentform{
float: left;
width: 640px;
}


#comment{
float: left;
width: 640px;
margin-bottom: 15px;
}


#uncat #wrapper,
#uncat #tags,
#uncat #writer{
	display: none;
	}
	
/*------ mainContent ------*/	
	
#content.homeContent{	
	float: left;
	width: 660px;
	margin: 20px 0 0 0;
	border: none;
	padding: 0px;
	}	
	
	
#content .feature{	
	float: left;
	width: 638px;
	padding: 10px 10px 0 10px;
	margin: 0 0 25px 0;
	border: 1px solid #E87D1E;
	background: #fff;
	}
	

#content .feature h3{
	font-size: 1.4em;
	padding: 0 0 10px;
	}
	
#content .feature h3 a{
	color: #133E8E;
	text-decoration: none;
	}
	
	
#content .feature p{
	font-size: 1.2em;
	padding: 0 0 10px;
	}
	

#content .feature p a{
	color: #F15924;
	font-weight: bold;
	text-decoration: none;
	}
	

#content .feature p a:hover{
	text-decoration: underline;
	}
	
	
#content .feature img{
	float: right;
	padding: 0 0 10px 15px;
	}
	
	
#content #lead{	
	background: #E3E6EF;
	}
	
#content #lead p img{
	float: right;
	padding: 0 0 0px 15px;
	}
	
#content #lead h3{
	font-size: 1.6em;	
	font-weight: bold;
	}
	
	
#content .corner{
	float: right;
	width: 238px;
	padding: 10px;
	margin: 0 0 15px 15px;
	border: 1px solid #ccc;
	background: #f3f3f3;
	}
	
#content .corner tr{
	display: block;
	margin: 0 0 5px 0;
	}
	
#content .corner th{
	font-weight: bold;
	width: 120px;
	}	


	
#wrapper .feature{
	width: 425px;
	}
	
#tags{
	font-size: 1.2em;
	padding-bottom: 10px;
	}
	
#tags p{
	padding-bottom: 10px;
	}
	
	
#wrapper table{
	font-size: 1.2em;
	}
	
	
#wrapper table tr{
	display: block;
	margin: 0 0 5px 0;
	}
	
	
#wrapper table th{
	font-weight: bold;
	width: 120px;
	}
	
	
	
/*------ sidebar ------*/	
	
#sidebar{	
	float: right;
	width: 264px;
	padding: 20px 17px;
	}	
	
	
#sidebar .memberLogin{
	float: left;
	width:244px;
	font-size: 1.3em;
	text-align: center;
	padding: 4px 10px;
	margin: 0 0 25px 0;
	border: 1px solid #999;
	color: #000;
	text-decoration: none;	
	background: #fff url(img/member-login-bg.jpg) repeat-x 0 100%;
	}
	

#sidebar #redirectform select{
	float: left;
	width: 264px;
	font-size: 1.3em;
	padding: 2px 0;
	margin: 0 0 25px 0;
	}


#sidebar .boxed{
	float: left;
	width: 264px;
	padding: 5px 0 5px 0;
	margin: 0 0 20px 0;
	border: 1px solid #CCCCCC;
	text-align: center;
	color: #133E8E;
	font-size: 1.7em;
	background: #fff url(img/feature-box-bg.jpg) repeat-x 0 100%;
}
	
	
#sidebar .boxed img{
	margin: 5px 0 0 0;
	border: 1px solid #E87D1E;
	}
	
	
#text-450644077 img{
	border: none !important;
	}
	
	
#text-537965382 .widgettitle{
	font-size: 1.3em;
	font-weight: bold;
	padding: 0 0 10px 0;
	}
	
#text-537965382 .textwidget{
	font-size: 1.2em;	
	}
	
	
#sidebar .widget_search .widgettitle,
#sidebar .widget_extended_categories_init .widgettitle,
#sidebar .widget_tag_cloud .widgettitle{
	font-size: 1.3em;
	font-weight: bold;
	padding: 0 0 10px 0;
	}	
	
#sidebar .widget_search,
#sidebar .widget_tag_cloud{
	float: left;
	width: 264px;
	padding: 5px 0 5px 0;
	margin: 20px 0 20px 0;
	background: none;
	}
	
	
#sidebar .widget_search form{
	margin: 0;
	padding: 0;
	}

#sidebar .widget_extended_categories_init{	
	float: left;
	width: 264px;	
	background: none !important;
	}
	
	
#sidebar .widget_extended_categories_init li.cat-item{
	padding: 0 0 5px 0;
	}
	
#sidebar .widget_extended_categories_init .cat-item a{
	font-size: 1.2em;
	font-weight: bold;
	color: #133E8E;
	text-decoration: none;	
	}
	
#sidebar .widget_extended_categories_init li.cat-item a:hover{	
	text-decoration: underline;
		background: none !important;
	}
	
	
#sidebar .widget_tag_cloud a{
	color: #133E8E;
	text-decoration: none;
	}
	
#sidebar .widget_tag_cloud a:hover{
	text-decoration: underline;
	}	
	
/*------ footer ------*/	
	
#footer{	
	float: left;
	width: 978px;	
	padding: 15px 0 0 0;
	background: url(img/footer-bg.jpg) repeat-y 0 0;
	}
	

#footer .copyright{	
	float: left;
	width: 660px;
	}
	
#footer .copyright p{
	font-size: 1.2em;
	color: #999999;
	padding: 20px 0 10px 0;
	}
	
	
#footer .funded{
	float: right;
	width: 298px;
	}
	
#footer .funded p{
	font-size: 1.2em;
	color: #999999;
	padding: 6px 17px 10px 17px;
	}	
	

#footer .funded p a{	
	color: #999999;
	text-decoration: none;
	}
	
	
#footer .funded p a:hover{		
	text-decoration: underline;
	}
	
	
	
