/*
Theme Name: Dublin Townhall
Theme URI: http://wordpress.org/
Description: 
Version: 
Author: Jimmy Y. Huang
Author URI: http://www.dublintownhall.com
Tags: 

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/*////////// GENERAL //////////*/
html {
	color: #666666;
	background-color: #696432;
}
body {
	background-color: #696432;
	color: #666666;
	font-family: Helvetica, , Arial, sans-serif;
	fonti-size: smalll;
	margin: 0;
	padding: 0;
	text-align: left;
	height: auto;
	width: auto;
}
#outer-wrapper {
	background-color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 auto;
	text-align: left;
	width: 1100px;
}
#footer {
	background-color: #696432;
	height: 40px;
}

/* Image Hover Effect */

div.linkopacity img, a.linkopacity img {
  filter:alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
  -khtml-opacity: 1.0;
}

div.linkopacity:hover img, a.linkopacity:hover img {
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  -khtml-opacity: 0.75;
  position: relative;
  left: 1px;
  top: 1px;
}

/*////////// TYPEOGRAPHY //////////*/
h1, h2, h3, h4, h5, h6	{
 	margin: 0;
 	padding: 0;
}
h1, h2, h3, h4 {
	font-weight: bold;
}
h5,h6 {
	font-weight: normal;
}
h1, h2 {
	font-size: 28px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 140%;
	padding-right: 10px;
	padding-left: 10px;
}
a:link, a:visited {
	background-color: transparent;
	color: #6A8645;	
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	background-color: transparent;
	color: #88BB22;
	font-weight: bold;
}
.pagetitle {
	background-color: #655030;
	color: #EFEFEF;
	font-size: 28px;
	letter-spacing: 0.5pt;
	margin-bottom: 15px;	
    padding: 8px 15px;
}
.alignleft {
	float: left;
	font-size: 12px;
	text-align: left;
}
.alignright {
	float: right;
	font-size: 12px;
	text-align: right;
}
img {
	border: none;
}
/*////////// HEADERS //////////*/
.description {
	background-color: #696432;
	color: #EFEFEF;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 10px 0 10px 0;
	text-align: right;
}
#header-img {
	height: 280px;
	width: 1100px;
}

/*////////// CONTENT //////////*/
#content {
	padding: 15px;
}
#main {
	background-color: #FFFFFF;
	float: left;
	overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
	padding-top: 10px;
	width: 610px;
	word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
}
#search-header {
	background-color: #EEEECF;
	padding: 20px;
	margin-bottom: 30px;
}
#search-header #searchform {
	float: right;
	vertical-align: middle;
}
#search-header .label {
	float: left;
	font-size: 28px;
	font-weight: bold;
	padding: 15px 0 0 515px;
}
.post-title {
	margin-top: 10px;
}
.post-author {
	font-size: 11px;
	margin-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
.post-author-contact {
	font-size: 12px;
	font-style: italic;
	word-spacing: 3px;
	margin-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
}
.postmetadata {
	font-size: 13px;
	margin-bottom: 20px;
}
.widecolumn .post-author {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 3px;
	margin-bottom: 20px;
}
.post {
	border-bottom: 1px solid #655030;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.entry li {
	font-family: Arial,Helvetica,sans-serif;
	font-size:13px;
	line-height:140%;
	list-style: square;
	padding-bottom: 5px;

}
.picture-frame {
	background-color: #EEEECF;
	border-color: #655030;
	border-style: solid;
	border-width: 1px;
        margin: 0 10px 10px 10px;        
	padding: 6px;
}
.related-posts {
	margin-bottom: 20px;
}

.related-posts ul {
	background-color: #EEEECF;
	margin: 10px 10px 0 10px;
	padding: 10px;
	word-wrap: break-word;
}
.related-posts li {
	color: #655030;
	font-size: 14px;
	list-style: square;
	list-style-position: inside;
	padding: 10px;
	word-wrap: break-word;
}
.navigation {
	padding: 10px 0;
}
.map-footer {
	font-size: 11px;
}
.sociable {
	padding-left: 10px;
	padding-right: 10px;
}
iframe {
	border: none;
	width: 575px;
	height: 350px; 
	scrolling: no;
}
.widecolumn iframe {
	border: none;
	width: 1035px;
	height: 450px; 
	scrolling: no;
}

/*////////// SIDEBARS //////////*/
#sidebar {
	background-color: #FFFFFF;
	color: #655030;
	float: right;
	overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
	padding-bottom: 20px;
	width: 450px;
	word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
}
.widget {
	background-color: #EEEECF;
	border: 1px solid #655030;
	font-family: arial,sans-serif;
	font-weight: bold;
	margin: 10px;
	padding: 10px;
}
.sidebarLT {
	float: left;
	width: 190px;
}
.sidebarRT {
	float: right;
	width: 190px;
}
.widget h2, .sidebarMG h2, .sidebarLT h2, .sidebarRT h2 {
	background-color: #655030;
	color: #EFEFEF;
	font-size: 20px;
	letter-spacing: 0.5pt;
	margin-bottom: 15px;	
    padding: 8px 15px;
}
.widgettitle a, .widgettitle a:visited {
	color: #EFEFEF;
	font-size: 20px;
	letter-spacing: 0.5pt;
}
#sidebar li h2 .rsswidget {
	background-color: #655030;
	color: #EFEFEF;
	font-size: 20px;
	letter-spacing: 0.5pt;
	margin-bottom: 15px;	
    padding: 8px 5px;
}
.sidebarMG h3, .sidebarLT h3, .sidebarRT h3,
.sidebarMG h4, .sidebarLT h4, .sidebarRT h4 {
	color: #4E682C;
	font-family: trebuchet, sans-serif;
	font-weight: bold;
}
.sidebarMG h3, .sidebarLT h3, .sidebarRT h3 {
	font-size: 18px;	
}
.sidebarMG h4, .sidebarLT h4, .sidebarRT h4 {
	font-size: 12px;
}
.sidebarMG h5, .sidebarLT h5, .sidebarRT h5,
.sidebarMG h6, .sidebarLT h6, .sidebarRT h6 {
	color: #4E682C;
	font-family: trebuchet, sans-serif;
	letter-spacing: 1pt;
}
.sidebarMG h5, .sidebarLT h5, .sidebarRT h5 {
	font-size: 10px;
	font-weight: bold;
}
.sidebarMG h6, .sidebarLT h6, .sidebarRT h6 {
	font-size: 9px;
	font-weight: normal;
}
#sidebar li {
	list-style: none;
	margin: 0 10px 10px -30px;
	padding-bottom: 10px;
}
#sidebar ul li ul li {
	border-bottom: 1px #CCCCCC solid;
}
.textwidget a {
	font-size: 13px;
}
#sidebar ul li ul li a {
	font-size: 14px;
}
#calendar_wrap {
	text-align: right;
}
#sidebar #prev {
	text-align: left;
}
#sidebar #right {
	text-align: right;
}
.sidebar-ads {
	float: left;
	margin-left: -2px;
	width: 420px;
}
.sidebar-banner {
	float: left;
	padding: 5px;
}
#searchform #searchbox {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right;
	border: 1px solid #4E682C;
	font: trubechet, verdana, arial, sans-serif;
	font-size: 20px;
	height: 32px;
	padding: 5px;
	vertical-align: middle;
	width: 350px; 
}
#searchform #searchimg {
	padding: 10px 0;
	vertical-align: middle;
}
.clock {
	font-size: 12px;
	margin: 0 0 15px 10px;
}
.dsq-clearfix {
        font-family: trebuchet, sans-serif;
	font-size: 11px;
        line-eight: 140%;
        word-spacing: 2px;
}

.clear {
	clear: both;
}

/*////////// NAV //////////*/
#top_navlist {}

/*////////// BLOG ELEMENTS //////////*/
/*////////// FORMS //////////*/
/*////////// FOOTER //////////*/
#footer {
	color: #EFEFEF;
	font-weight: bold;
	height: 40px;
	letter-spacing: 5px;
	padding: 10px 0;
	text-align: right;
	width: 1100px;
}
.footer-img {
	vertical-align:middle;
}

/*////////// IMAGES //////////*/

/*////// FUN CLASSES ///////////*/

