/* 
	Style Sheet : BlueChip - Pages
	Authoer		: Zeeshan Hasan
	Date		: June 03 2008

*/
#layout{ min-height:400px;}
	#layout .left{
		position:relative;
		float:left;
		width:650px;
	}
	#content{
		position:relative;
		margin-top:10px;
		min-height:500px; 
		/* height:700px;*/
		/*  min-height:500px;
		 
		  height:500px;*/
	}
	#sidebar{
		position:relative;
		right:0px;
		float:right;
		width:230px;
		margin-top:10px;
		
		
	}
	.min-height{
		position:relative;
		float:right;
		width:1px;
		height:550px;
	}
	/*****************/
	#content .bluebox{
		position:relative;
		background:#E2F0FB;
		border:#D5D9DC solid 1px;
		padding:10px;
		margin:5px;
	}
	#content h1{
		font-size:14px;
		color:#013567;
	}
	#content p{color:#010204;}
	#content a{color:#21486F;}
	#content ul{margin-left:25px; padding:10px;}
	/***** Portfolio *****/
	.portfolio{
		padding-bottom:10px;
	}
	.portfolio h3{
		position:absolute;
		top:4px; right:10px;
		font-size:12px;
	}
	.portfolio h3 a{color:#21486F;}
	
	/**** Portfolio detail ****/
	.client{
		position:relative;
		float:left;
		width:400px;
		min-height:200px;
		background:#E2F0FB;
		border:#D5D9DC solid 1px;
		padding:5px;
		margin:2px;
	}
		.client h2{ font-size:16px;}
		.client small{ font-size:12px;}
		.client p{ padding-top:10px;}
	.tags{
		position:relative;
		float:left;
		width:200px;
		min-height:200px;
		background:#E2F0FB;
		border:#D5D9DC solid 1px;
		padding:5px;
		margin:2px;
	}
	.screenfolio{
		position:relative;
		float:left;
		width:200px;
		min-height:200px;
		background:#E2F0FB;
		border:#D5D9DC solid 1px;
		padding:5px;
		margin:2px;
		text-align:center;
	}
	/**** otherProjects ****/
	#otherProjects{
		position:relative;
		margin-top:10px;
	}
	#otherProjects h2{ font-size:18px;}
	#otherProjects h4{ font-size:14px;}
	#otherProjects a{color:#1A4E7E; font-weight:bold;}
	#otherProjects .colA{ float:left; width:250px; padding-top:8px;}
	#otherProjects .colB{ float:left;width:550px;padding-top:8px;}
	
	
	
	/**************/
	#commentbox{
		position:absolute;
		top:-500px;
		
		right:0px;
	}
	#commentbox p{color:#000000; text-align:left; }
	#talkbox{
		position:relative;
		width:215px; height:340px;
		margin-bottom:115px;
		border:#000000 solid 1px;
		background:url(../img/bg/cuve/bg-side.jpg) repeat-x left top;
	}
	.arrow{
		position:absolute;
		bottom:-81px; left:55px;
		width:49px; height:81px;
		background:url(../img/bg/cuve/bg_arrow.jpg) no-repeat left top;
	}
	.tc1, .tc2, .tc3, .tc4{
		position:absolute;
		width:14px; height:11px;
	}
	.tc1{
		left:-1px; top:-1px;
		background:url(../img/bg/cuve/side-c1.jpg) left top no-repeat;
		}
	.tc2{
		right:-1px;_right:-2px; top:-1px;
		background:url(../img/bg/cuve/side-c2.jpg) right top no-repeat;
		}
	.tc3{
		left:-1px; bottom:-1px;
		background:url(../img/bg/cuve/side-c3.jpg) left bottom no-repeat;
		}
	.tc4{
		right:-1px; _right:-2px; bottom:-1px;
		background:url(../img/bg/cuve/side-c4.jpg) right bottom no-repeat;
		}	
		
	#talkbox p{
		padding:15px;
		z-index:999;
		font-weight:bold;
	}

	#talkbox p br {
		padding-bottom:5px;
	}