/*------------------------------------------------------------------
[Layout Stylesheet]
Project:	Template Framework
Version:	1.0.0
Last change:	27 Jan 2009 [created CSS document]


[Layout]
+ Container / #container
	- Header / #header
------------------------------------------------------------------*/
.content-teaser-3 { width: 205px; height: 145px; float: left; margin:15px 5px 0 0; padding: 0px 5px; display: inline; overflow: hidden; }

.content-teaser-3 .content-teaser-image { float: right; }
.content-teaser-3 .content-teaser-header {float: left;  }
.content-teaser-3 .image-desc {margin-top: 30px;  }
.content-teaser-3 .teaser-text {padding-right: 5px; margin-bottom: 15px; margin-right: 25px;}

.content-teaser-3 h2 { font-size: 1.3em; }
.content-teaser-3 h2 { color: #336600; }
.content-teaser-3 a:hover { text-decoration: underline; }

.content-teaser-3 a { color: #288125; }
.content-teaser-3 + .content-teaser-3 { border-left: 1px dotted #336600; border-right: 1px dotted #336600; }
.content-teaser-3 + .content-teaser-3 + .content-teaser-3 { border-left: 0px dotted #336600; border-right: 0px dotted #336600; }

.leftImage #content-teaser-image {float: left;}
.rightImage #content-teaser-image { float: right; }

.content-teaser-link div.linkBeg,
.content-teaser-link div.linkEnd { vertical-align: text-bottom; background-position: left bottom; 
	background-repeat: no-repeat; zoom:1; display:-moz-inline-box; display: inline-block;
	*display: inline; /* IE7 */ }
