@charset "UTF-8";
/* CSS Document */


		/* ---- styling the list ---- */
		
		#work {
			float:left;
			list-style:none;
			margin:0;
			color:#e3b2bb;
			padding:0;
		}
		
		
		#work li {
			float:left;
			display:block;
			width:235px;
			margin:5px;
			display:inline;
			background:#fff;
			border:1px solid #CCC; 
			height:140px;
		}

		#work p {
		margin:0;
		padding: 6px 0px 4px 0px;
		}
		
		#work h2 {
		font-size:14px;
		font-weight:normal;
		margin:0;
		padding: 6px 0px 4px 0px;
		}

		
		/* ---- show-hide elements ---- */
		
		#work li .show{
			display:block;
			width:235px;
			height:140px;
		}
		#work li .hide {
			color:#eadbde;
			text-align: left;
			height: 0;
			font-size:12px;
			overflow: hidden;
			background: #eb2045;
		}
		#work li:hover .hide, #work li.over .hide {
			cursor: default;
			height: 120px;
			padding:10px;
			width:215px;
		}
		#work li:hover .show, #work li.over .show {
			height: 0;
			overflow: hidden;
		}
		
		#work li .hide h2 {
		font-size:16px;
		font-weight:normal;
		margin:0;
		letter-spacing:1px;		
		padding: 6px 0px 4px 0px;
		}

		
		#work li a {
			color: #FFFFFF;
		font-size:11px;
		font-weight:bold;
			text-decoration: none;
			cursor:pointer;
		}
		
		#work li a:hover {
			color: #FFFFFF;
			text-decoration: underline;
			cursor:pointer;
		}
