@CHARSET "UTF-8";


/*-----------------------------------------------------
@author:    canvasgroup
@version:   1.0
@copyright: 2010, canvasgroup.com.au
@since:     2010.05.25
-------------------------------------------------------*/

div#cols {
	margin-bottom: 40px;
}

div#cols:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
}

	div#col-left {
		float: left;
		width: 231px;
		margin-right: 20px;
	}

        div#entry {
        	
        }
		
		div#entry:after {
			display: block;
			clear: both;
			height: 0px;
			visibility: hidden;
			content: ".";
		}
		
			div#entry-left {
				float: left;
				width: 271px;
				margin-right: 10px;
			}
			
				div#event-image {
					margin-bottom: 10px;
				}
				
				p#event-catch, p#event-people, p#event-when, p#event-where, p#event-cost, p#event-tickets {
					margin-bottom: 10px;
				}
				
					p#event-when span, p#event-where span, p#event-cost span, p#event-tickets span {
						font-weight: bold;
						text-transform: capitalize;
						padding-right: 5px;
					}
			
				p#event-people {
					font-weight: bold;
				}
			
			div#entry-right {
				float: left;
				width: 194px;
			}
			
				div#entry-right p {
					margin-bottom: 15px;
				}
	
	
	div#col-right {
		float: left;
	}

