/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	/*margin:1em;*/
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	/*margin-left:2em;*/
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text],input[type=password]{width:12.25em;*width:11.9em;}

#comment-text{width:500px;}


/*CUSTOM STYLES*/

body{ background:#000000 url(../images/patt_4900a2cbcb194.jpg) repeat scroll 0pt;}

a{color:#585858; text-decoration:underline;}
a:hover{text-decoration:none;}
#hd{border-bottom:1px solid #e0e0e0; margin-bottom:10px;}
#hd #logo{margin:20px 0 5px 10px; height:75px;  background:#FFFFFF url(../images/Logo.gif) no-repeat scroll 0pt;}
#hd h2, h1{display:none;}

#navi{height:2.2em;line-height:2.2em; margin:0; padding:0; background: #5C7278 url('../images/navi-bg.jpg') repeat-x; color:#ffffff;}
#navi li{float:left;list-style-type:none; border-right:1px solid #ffffff; white-space:nowrap;}
#navi li.first{border-left:1px solid #ffffff;}
#navi li a{ display:block; padding:0 10px; font-size:0.8em; font-weight:normal; text-transform:uppercase; text-decoration:none; background-color:inherit; color: #ffffff;}

#ft{text-align:center; background-color:#0066CC; color:#FFFFFF; padding:5px;}
#ft a{color:#FFFFFF;}

#doc2{border:1px solid #CCCCCC; background-color:#FFFFFF;}
#about-image, #subscribe-image{text-align:center;}

img.groove-border{ border:3px double #CCCCCC;}

.clear{clear:both;}

.content-pod{padding:5px; margin-bottom:8px;}
.content-pod-title{font-family:Georgia; font-weight:normal; font-size:18px; padding:3px 0; border-bottom:3px double #CCCCCC;}
.content-pod-content ul{list-style-type: none; margin: 0; padding: 0;}
.content-pod-content ul li{list-style-type: none; margin: 0; padding:4px 0pt 4px 10px; background:transparent url(../images/li.gif) no-repeat scroll 0pt 11px;}

.post{color:#585858;}
.post h2{font-family:Georgia; font-weight:normal; font-size:18px; padding:3px 0; border-bottom:3px double #CCCCCC;}
.post h2 a{text-decoration:none; color:#0066CC; font-weight:bold;}
.post h2 a:hover{text-decoration:underline; }
.post img{padding:8px;}

.post-by-line{margin:0 0 15px 0; font-weight:bold; text-align:right; padding:0 0 3px 0;}

.post-properties{margin:15px 0 5px 0; border-top:1px dashed #e0e0e0; padding:3px 0 0 0;}

#subscribe-image{margin-top:10px;}

.suggest-item{text-align:center; margin:5px 0 10px 0;}
.suggest-item .img{text-align:inherit;}
.suggest-item .details{text-align:inherit;}

#facebook-like{margin:10px 0 0 0; }

.post h1{display:block;}
.commentblock{float:left; margin:10px 0; border:1px solid #999; padding:4px;}
.commentblock .commentImage{float:left; width: 45px;}
.commentblock .commentInfo, .commentBlock .commentContent{float:right; width: 490px}
