/*------------------------------------------------------------------

[Master Stylesheet]



Project:		Rocket Creative Thinking

Version:		1.0

Last change:	20/06/08 

_____________________________________________________________________



* Article Styles

-------------------------------------------------------------------*/



/*Articles Style 1*/

.titleportofolio {
	font-weight:bold;
	text-transform:uppercase;
	padding:15px 0px 2px 0px;
}

.headline1 {
	margin: 0px;
	padding: 0px;
}
	.headline1 h1 {
		font-size: 18px;
		font-weight: normal;
		color: #00aeef;
		padding: 0px 0px 10px 0px;
		margin: 0px;
	}
.content1 {
	font-weight: normal;
}
/*Articles Style 2*/

.headline2 {
	margin: 0px;
	padding: 0px;
}
	.headline2 h1 {
		font-size: 16px;
		font-weight: bold;
		color: #00aeef;
		padding: 0px 0px 10px 0px;
		margin: 0px;
	}
.content2 {
	font-weight: normal;
}
/*Articles Style 3*/

.headline3 {
	margin: 0px;
	padding: 0px;
}
	.headline3 h1 {
		font-size: 14px;
		font-weight: bold;
		color: #00aeef;
		padding: 0px 0px 10px 0px;
		margin: 0px;
	}
.content3 {
	font-weight: normal;
}

/* Links */

.content1 a, 
.content2 a, 
.content3 a, 
.content1 a:hover, 
.content2 a:hover,  
.content3 a:hover {
	color: #34bdef;
	font-weight: bold;
	text-decoration: underline;
}

.content1 a:hover, 
.content2 a:hover,  
.content3 a:hover {
	color: #babbbf;
}
.hide{
	display:none;
}