/**********************************************
 *              Treviño's CSS File            *
 *    Misc optimizations for my Web places    *
 **********************************************/


/* Top logo */
#imagehead {
	float:right;
	background-image:url("image-link");
	background-repeat:no-repeat;
	height:100px;
	width:105px;
}

/* Navigation Bar */
#subhead {
	background:#bbb;
	border-bottom:2px solid white;
	color:#555;
	margin: 0;
	padding:2px 0 0 0;
	text-align:center;
}

#subhead a {
	padding:0px 8px 1px;
	border:none;
	margin:3px;
/* 	text-transform:lowercase; */
/* 	color:#6472A0; */
	background:#DFDFDF;
	border:1px solid #fff;
	border-bottom:none;
/* 	border-color:#aaa #ccc #aaa #ccc; */
/* 	display:block; */
	white-space:nowrap;
	_width:1em;
}

#subhead a:hover {
	padding:0px 8px 3px;
	color:#A57647;
	background:#F3F3F3;
	text-decoration:none;
	border-bottom:none;
}

#subhead .current_page_item a,
#subhead .current_page_item a:hover {
	padding:0px 8px 1px;
	border-bottom:none;
	color:#B27F4D;
	border:1px solid #fff;
	background:#fff;
	text-decoration:none;
/* 	border-color:#ff3 #da0 #da0 #ff3; */
}


/* Home Icons */

#items {
	background:#fff;
	margin: 14px 5px 3px 5px;
	border: 1px solid #ddd;
	/* border-bottom: 1px transparent; */
	height: 395px;
}

#items h2{
	color: #6472A0;
	border-bottom:2px solid #eee;
	padding: 2px 8px;
	margin:0px;
	font-size:155%;
	font-family:georgia,'times new roman', serif;
}

#item {
	float: left;
	text-align: center;
	width: 150px;
	height: 120px;
	border : 2px dashed #DFDFDF;
	padding: 15px 20px;
	margin-top: 20px;
	background: #F3F3F3;
}

#items div.left {
	margin-left: 85px;
	margin-right: 20px;
}

#item:hover {
	border: 2px dotted #CCCCCC;
	background: #F8F8F8;
}

#subtitlediv {
	margin-top: 5px;
	font-size: 13px;
	text-align: center;
	border-bottom: none;
	margin-bottom : none;
	color: #000000;
	font-weight: bold;
}

/* Google AJAX Feed Fixes */
#GoogleAJAXFeeds .gf-spacer,
#GoogleAJAXFeeds .gf-author,
#TwitterStatusFeed .gf-spacer,
#TwitterStatusFeed .gf-author {
	display : none;
}

#TwitterStatusFeed .gf-snippet {
	display: none;
}

#GoogleAJAXFeeds .gfc-resultsHeader,
#TwitterStatusFeed .gfc-resultsHeader {
	margin-top: 5px;
	font-size: 13px;
	text-align: center;
	border-bottom: none;
	margin-bottom : none;
}

#GoogleAJAXFeeds .gfc-title,
#TwitterStatusFeed .gfc-title {
	color: #000000;
	font-weight: bold;
}

#TwitterStatusFeed .gf-title {
	text-align: left;
}


/* Google AJAX Slideshow */
#GoogleFeedslideShow a img {
	border : none;
}

#GoogleFeedslideShow {
	margin-left: 155px;
	width : 240px;
	height : 180px;
	padding: 10px;
	background-color: #FFFFFF;
	/* color: #dddddd; */
}

/* Impact Fixes */
/* Overflow examples: http://www.brunildo.org/test/Overflowxy2.html */
#main div.post div.entry {
	overflow-x: auto;
	overflow-y: visible;
}

blockquote {
	overflow-x: auto;
	overflow-y: visible;
}

payforstatsads {
	overflow-x: auto;
	overflow-y: visible;
}
