/*

Style Name: Razier Modernization
Description: A attempt to modernization the existing razier site styling
Version: 0.1
Author: Raz

*/


/*
	Heading title smoothing
*/
#content-side h3, #content-main h3{
	text-shadow:#ddd 1px 1px 1px;
}


/*
	Image opacity
*/
#content-side img{
	/*opacity: 0.6;*/
}

#content-side a:hover img{
	/*opacity: 1;*/
	border:3px solid #ddd;
}

/*
	Navigation border radius
*/
#navigation li a{
	border-radius:3px;
	-moz-border-radius:3px;
}

.content-search-icon{
	float:right;
}

.content-search-icon img{
	border:0px;
}




#content-side h3{
	clear:both;
}

.search-form{
	width:106px;
	float:right;
	margin-bottom:20px;
}

.search-form label{
	display:none;
}

.search-form input{
	width:98%;
	border:1px solid #ddd;
}

.search-form button{
	width:100%;
	margin-top:2px;
}


button,.button{
	background:#B2C0CD;
	padding:5px 10px 5px 10px;
	border-top:1px solid #C3D0E4;
	border-left:1px solid #C3D0E4;
	border-right:1px solid #93ADC1;
	border-bottom:1px solid #93ADC1;

	color:#fff;
	text-decoration:none;
	text-shadow:#888 1px 1px 1px;
	font-weight:bold;
	
	border-radius: 3px;
}

button:active,.button:active{	
	border-top:1px solid #93ADC1;
	border-left:1px solid #93ADC1;
	border-right:1px solid #C3D0E4;
	border-bottom:1px solid #C3D0E4;
	
	color:#fff;	
	text-shadow:#888 -1px -1px -1px;
}