/*--------------------------------------------
	Homepage 3 Step Process
---------------------------------------------*/
#browseIdeas {
	background-color: #FFF;
	font-size: 1.2em;
	color: #333;
	line-height: 1.4em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6699FF;
	border-right-color: #6699FF;
	border-bottom-color: #6699FF;
	border-left-color: #6699FF;
	padding:5px;
}

#heading_blue {
	background: url(/images/bg_heading_tan.jpg) top left no-repeat;
	padding: 11px;
	height: 20px;
	min-height: 20px;
	color: #000066;
	font-size: 160%;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#how_it_works img {
	margin-bottom: 5px;
}

#how_it_works select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


#how_it_works #step2 {
	float: left;
	padding: 10px;
	width: 165px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6699FF;

}

#how_it_works #step3 {
	float: right;
	padding: 10px;
	width: 180px;
}

#base {
	border-right: 1px solid #C49C6F;
	border-left: 1px solid #C49C6F;
	border-bottom: 1px solid #C49C6F;
	
	margin-bottom: 10px;
	padding: 10px;
	
	color: #333;
	font-size: .8em;
}

#base h1 {
	color: #6699CC;
	margin: 0px 0px 2px 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 1.2em;
}


/*--------------------------------------------
	Homepage Featured Article Display
---------------------------------------------*/

#featured_article {
	width: 580px;
	color: #333333;
	background: url(/images/bg_featarticle.png) top left no-repeat;
	behavior: url(/behaviors/iepngfix.htc);
	min-height: 205px;
	margin-top: -4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -40px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}



#featured_article .authorIcon {
	border: 1px solid #666;
	margin: 0px 10px 10px 0px;
	float: left;
}

#featured_article h3 {
	color: #000099;
	font-size: 1.6em;
}

#featured_article h3 a {
	text-decoration: none;
}

#featured_article .byline {
	color: #666;
	font-size: .9em;
}

#featured_article .content {
	padding: 5px 0px 10px 0px;

	font-size: 12px; 
	line-height: 1.5em;	
	
	background-color: #FFF;
}

#featured_article .info {
	padding: 5px 0px 10px 0px;
	margin-top: 5px;
	border-top: 1px dashed #CCC;
	font-size:0.9em;
	
	background-color: #FFF !important;
 }

#featured_article .info a {
  margin-right: 4px;
  padding-right: 0px;
  border-right: none;
  
  text-decoration: none;
  font-weight: bold;
}

#featured_article a.more {
  padding-left:12px;
  padding-top: 0px;
  background:url(/blog/wp-content/themes/winelog/images/more.gif) center left no-repeat;
}

#featured_article .info .comments {
  padding-left:15px;
  padding-top: 0px;
  border: none;
  background:url(/blog/wp-content/themes/winelog/images/comments.gif) center left no-repeat;
}

#featured_article_base {
	margin: 0px 0px 6px -40px;
	padding: 0px 0px 0px 0px;
	width: 620px;
	height: 8px; min-height: 8px;
	
	background: url(/images/bg_featarticle_base.png) left top no-repeat;
	behavior: url(/behaviors/iepngfix.htc);	
}

/*--------------------------------------------
	Homepage Blog Post Display
---------------------------------------------*/

.entry {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	border: 1px solid #C49C6F;
	margin-bottom: 10px;
}

.entry .header {
	background-color: #F3EBE3;
	border-bottom: 1px solid #C49C6F;
	
	padding: 5px;
	
	font-weight: bold;	
}

.entry ul {
	margin: 0px 20px 0px -15px;
	* margin-left: 30px;
	font-size: .9em;
	
	color: #333;
}

.entry li {
	* list-style-type: disc;
	
}

.entry h3, .entry h3 a:link, .entry h3 a:visited {
	font-size: 1.1em;
	
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}	

.entry h3 a:hover {
	color: #C1603E;
}

.authorIcon {
	border: 1px solid #666;
	margin-right: 10px;
}

.entry p {
	padding: 8px;
	width: 380px;
	
	font-size: .9em;
	* font-size: 11px; 
	
	line-height: 1.2em;
	color: #333;
}

.entry .info {
	padding: 5px 3px 3px 3px;
	background-color: #F3EBE3;
	border-top: 1px solid #F0E2CF;
	
	font-size:0.9em;
 }

.entry .info a {
  margin-right: 4px;
  padding-right: 0px;
  border-right: none;
  
  text-decoration: none;
  font-weight: bold;
}

.entry a.more {
  padding-left:12px;
  padding-top: 0px;
  background:url(/blog/wp-content/themes/winelog/images/more.gif) center left no-repeat;
}


.entry .info .date {
  padding: 3px 4px 0px 15px;
  background:url(/blog/wp-content/themes/winelog/images/post.gif) center left no-repeat;
}

.entry .info .author {
  padding-left:15px;
  padding-top: 0px;
  border: none;
  background:url(/blog/wp-content/themes/winelog/images/author.gif) center left no-repeat;
}

.entry .info .comments {
  padding-left:15px;
  padding-top: 0px;
  border: none;
  background:url(/blog/wp-content/themes/winelog/images/comments.gif) center left no-repeat;
}

.entry #filedunder {
  font-size:0.8em;
  padding: 0px 0px 0px 0px;
  margin: -5px 0px 15px 0px;
  
  text-align:right;
}

img.authorIcon
{
	padding: 0;
	background: none;
}

.entry p img {
	border: 2px solid #F0E2CF;
}
#featured {
	margin-bottom: 15px;
	line-height: 21px;
}
#featured h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #005802;
	margin-bottom: 8px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ABA6FF;
}

