/* Start of CMSMS style sheet 'Idylwood Default' */
/*****************
Idylwood Civic Club, Houston, Texas (www.idylwood.org)
Web Design by Pixelita Designs LLC (http://www.pixelita.com) and
Graphic Artist Ivan Minic (http://www.burek.co.yu)
CMS: CMS Made Simple (http://www.cmsmadesimple.org)

The templates, CSS and HTML comprising this design are licensed for use 
by the Idylwood Civic Club web site at http://www.idylwood.org.  

Unless otherwise indicated, original images copyright 2007 and beyond by  
Idylwood Civic Club, Houston, Texas, all rights reserved.  All other original 
content copyright 2002 and beyond by Idylwood Civic Club.
******************/

* html #menu_vert li a, * html #menu_vert li hr {
	height: 1%;
}

*, form {
	margin: 0;
	padding: 0;
}

a, a:link  a:active {
	background-color: transparent; /* inherit; */
	color: #106b39;
	text-decoration: underline;
}

a:visited {
	background-color: inherit;
	color: #808080;
	text-decoration: none;
}

a:hover {
	background-color: transparent;
	color: #942929;
	text-decoration: none;
}

blockquote {
	background-color: transparent;
	background-image: url(images/quotes.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border: none !important;
	color: #106b39;
	font-family: georgia, times, serif;
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.4em;
	margin: 5%;
	padding: 5px 15px 5px 60px;
}

body {
	background-attachment: scroll;
	background-color: #eee;
	background-image: url(images/idylwood-bg.png);
	background-position: top left;
	/*background-image: url(images/img_111.gif);
   background-image: url(images/idylwood-bg.png);
   background-image: url(images/im_65_sm.gif);
*/
	background-repeat: repeat;
	color: #333;
	font-family: georgia, times, serif;
	font-size: 80%;
	line-height: 1em;
	margin: 1em; /* gives some air for the pagewrapper */
	text-align: left;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.2em;
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

div {
	font-size: 1em;
}

div#content {
	margin: 1.5em auto 1.8em 0;
	width: 95%;
	background-attachment: scroll;
	background-color: #fff;
	background-image: url(images/corner-content.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 2px;
}

div#content h1 {
	font-family: georgia, times, serif;
	font-size: 2em; /* font size for h1 */
	line-height: 1em;
	margin: 0;
}

div#content h2 {
	background: #6b9c42;
	border-bottom: 1px solid #000;
	border-left: none !important;
	color: #fff;
	font-family: georgia, times, serif;
	font-size: 1.5em;
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
	padding-bottom: 1px;
	padding-left: 0.5em;
	text-align: left;
}

div#content h2.title {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/fleuron.jpg); /* images/h2-leaf.jpg); */
	background-position: top left;
	background-repeat: no-repeat;
	border: none !important;
	color: #52a329;
	font-family: georgia, times, serif;
	font-size: 2.5em;
	font-weight: normal !important;
	height: 45px !important;
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
	padding-left: 68px;
	text-align: left;
}

div#content h3 {
	color: #000;
	font-family: georgia, times, serif;
	font-size: 1.90em;
	font-weight: normal !important;
	font-style: italic;
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
}

div#content .notice  {
	color: #333;
	background: #eee;
	border: 5px double #106b39;
	font-family: georgia, times, serif;
	font-size: 1em;
	text-align: left;
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
	padding: 5px;

}

h3.notice {
	color: #106b39;
	font-family: georgia, times, serif;
	font-size: 1.75em;
	text-align: left;
	border: none !important;
	font-weight: normal !important;
	font-style: italic;
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
}
div#content h4 {
	color: #333; 
	font-weight: bold; 
	font-size: 1.1em;
	line-height: 1.8em;
	margin: 0 0 0.2em 0;
	text-transform: uppercase !important;
}

/* hide this style for now 
div#content h4 {
   color: #333; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
   font-family: Lucida, Verdana, Arial, Helvetica, sans-serif;
   text-transform: uppercase;
}
*/
div#content h5 {
	color: #942929; /* lt. green #106b39; */ /* deep claret #942929; */
	font-size: 1.5em;
	line-height: 1.5em;
	margin: 0 0 0.25em 0;
}

div#footer {
	background-color: #6b9c42; /* same bg color as in header */
	border-top: 1px solid #000;
	background-image: url(images/footer-bg-green.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-attachment: scroll;
	clear: both;
	color: #000;
	width: 100%;
	height: 125px;
}

div#footer p {
	font-size: 1.0em;
	color: #000;
	margin: 0;
	padding: 1.5em; /* some air for footer */
	text-align: center; /* centered text */
}

div#footer p a {
	color: #000;
}

div#footer p a:hover {
	color: #008000;
}

div#header {
	background: #fff;
	height: 171px; /* adjust according your image size */
}

div#header h1 a {
	background-attachment: scroll;
	background-color: #fff;
	background-image: url(images/idylwood-banner2.gif);
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	height: 171px; /* adjust according your image size */
	text-decoration: none; /* old firefox would have shown underline for the link, this explicitly hides it */
	text-indent: -999em; /* this hides the text */
}

div#main {
	margin-left: 29%;
	margin-right: 1.5%;
}

div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
}

div#main dl dd {
	color: #000;
	margin: 0 0 1em 1em;
}

div#main dl dt {
	color: #106b39;
	font-weight: bold;
	margin: 0 0 0 1em;
}

div#main ul li,
div#main ol li {
	margin: 0 0 0.25em 3em;
}

img.pic {
	border: 1px solid #808080;
	margin: 5px;
	padding: 4px;
	text-align: center;
}

div#main ul,
div#main ol,
div#main dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
}

div#pagewrapper {
	;
   color: #000;
	background-color: #fff;
	border: 1px solid #000;
	margin: 0 auto; /* this centers wrapper */
	width: 90%;
}

div#search {
	float: right;
	margin: 0 1em;
	padding: 0.6em 0 0.2em 0;
	text-align: right;
	width: 23em; /* enough width for the search input box */
}

div#sidebar {
	display: inline;
	float: left;
	margin-left: 0;
	width: 26%;
}

div.breadcrumbs {
	border-bottom: 1px dotted #000;
	font-size: 90%;
	margin: 0 1em;
	padding: 1em 0 1.2em 0;
}

div.breadcrumbs span.lastitem, strong, b {
	font-weight: bold;
}

div.hr {
	border-bottom: 1px dotted #000;
	height: 1px;
	margin: 0;
	padding: 0;
}

div.left49 {
	width: 49%; /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
	float: right;
	text-align: right;
	width: 49%;
}

div.templatecode {
	margin: 0 0 2.5em;
}

em, i {
	font-style: italic;
}

h6 {
	color: #6b9c42;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}

img {
	border: 0;
}

img.feature {
	border: 1px solid #ccc; 
	padding: 5px; 
	margin: 5px;
}

img.alignleft {
	float: left;
	display: inline;
	margin: 2px;
	padding: 2px 6px 2px 0px; 
}

p {
	font-size: 1em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
	padding: 0;
}

p.top {
	color: #aaa;
	font-size: 95%;
	text-align: left !important;
	padding-left: 0 !important;

}

pre {
	background-color: #ddd;
	border: 1px solid #000; /* black border for pre blocks */
	font-size: 90%;
	line-height: 1.5em;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
}

p.archives {
	background-color: transparent;
	color: #888;
	font-size: .9em;
	text-align: center;
}
.back {
	background-color: transparent;
	color: #888;
	font-size: 90%;
	padding: 5px;
	text-align: right;
}

.bottom {
	background-color: transparent;
	border-bottom: 1px dotted #ccc;
	margin: 10px 10px 10px 0;
	padding: 5px 5px 5px 0;
	text-align: left;
	width: 100%;
}

.clearer, #clearer {
	clear: both;
	margin: 0;
	padding: 0;
}

.error {
	color: #c00;
}

.excel {
	background-color: transparent;
	background-image: url(images/page_white_excel.png);
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 20px !important;
	padding-left: 20px !important;
}

.mail {
	background-color: #fff;
	background-image: url(images/email.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding: 5px 5px 5px 20px !important;
	text-align: left;
}

.new {
	background: #ff6;
	color: #000;
	font-size: 85%;
	font-variant: small-caps;
	font-weight: bold;
	padding: 1px;
}

.pdf {
	background-color: transparent;
	background-image: url(images/page_white_acrobat.png);
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 20px !important;
	padding-left: 20px !important;
}

.submit input {
	background-color: #afcfbc;
	border-bottom: 2px solid #368054;
	border-left: 1px solid #bee1cc;
	border-right: 2px solid #368054;

	border-top: 1px solid #bee1cc;
	font-size: 1.2em;
	margin-right: 10px;
	margin-top: 5px;
	width: 70px;
}

/*  Document Type Styling */
.word {
	background-color: transparent;
	background-image: url(images/page_white_word.png);
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 20px !important;
	padding-left: 20px !important;
}

#content h2.panel {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/green-panel.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	border: none !important;
	height: 135px !important;
	margin-bottom: 10px !important;
	margin-top: -10px !important;
	text-align: left;
	width: 340px;
}

#menuwrapper {
	width: 100%;
}

/* Flickr-Badge Module Styling */
#flickr_badge_source_txt {padding:0; font: 11px Arial, Helvetica, Sans serif; color:#666666;}
#flickr_badge_icon {display:block !important; margin:0 !important; border: 1px solid rgb(0, 0, 0) !important;}
#flickr_icon_td {padding:0 5px 0 0 !important;}
.flickr_badge_image {text-align:center !important;}
.flickr_badge_image img {border: 1px solid black !important;}
#flickr_badge_uber_wrapper {width:150px;}
#flickr_www {display:block; text-align:center; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#6b9c42;}
#flickr_badge_wrapper {background-color:#dddddd;border: solid 1px #555555}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}

/* End of 'Idylwood Default' */

