/* @override http://localhost:8888/ThemeForrest/Websites/Prizm/www/core/css/blue.css */

/*******************/
/*   Site basics   */
/*******************/

a:hover {
	color: #000000;
}

h1.col_1 {
	font: 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 100%;
	float: left;
	margin-bottom: 20px;
	background: url(../img/+_h6.png) no-repeat right 5px;
	display: inline-block;
}

h1.blog {
	font: 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	float: left;
	margin-bottom: 20px;
	background: url(../img/+_h6.png) no-repeat right 5px;
	width: 575px;
	display: inline-block;
}

h1.services {
	font: 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	float: left;
	margin-bottom: 20px;
	background: url(../img/+_h6.png) no-repeat right 5px;
	width: 420px;
	display: inline-block;
}

h1.portfolio {
	font: 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	float: left;
	margin-bottom: 20px;
	background: url(../img/+_h6.png) no-repeat right 5px;
	width: 950px;
	display: inline-block;
}

h1.sidebar {
	font: 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	float: left;
	margin-bottom: 20px;
	background: url(../img/+_h6.png) no-repeat right 5px;
	width: 275px;
	display: inline-block;
}

h6 a:hover {
	color: #333333;
	font-weight:300;
}

a.footer:hover {
	color: #333333;
}

p.color {
	color: #2d7dc3;
	margin-bottom: 0;
}

/*******************/
/*   Header wrap   */
/*******************/

li.logo {
	float: left;
	width: 251px;
	padding-top: 150px;
	background: url(../img/logo.png) no-repeat;
	height: 0;
	overflow: hidden;
}



/*********************/
/*   Showcase home   */
/*********************/

div#showcase {
	height: 448px;
	width: 100%;
	margin: auto;
	display: inline-block;
	background: #eeece0; 
	float: left;
}

/**********************/
/*   Showcase small   */
/**********************/

div#showcase_small {
	height: 249px;
	width: 100%;
	margin: auto;
	display: block;
	background: #eeece0 ;
}


/**************/
/*   FOOTER   */
/**************/

#Super_plus {
	background-image: url(../img/Super_plus.png);
	width: 25px;
	float: left;
	height: 57px;
}

input#newsletter {
	width: 355px;
	height: 15px;
	background: url(../img/Newsletter_input.png) no-repeat;
	font-size: 13px;
	color: #898989;
	padding: 10px;
}

/*************/
/*   FORMS   */
/*************/

.in_medium {
	background: url(../img/input_medium.png) no-repeat;
	width: 365px;
	height: 35px;
	line-height: 35px;
	color: #5e5e5e;
	margin-bottom: 5px;
	font-size: 13px;
	padding-left: 10px;
}

textarea.in_textarea {
	background: url(../img/input_textarea.png) no-repeat;
	width: 550px;
	height: 74px;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 13px;
	color: #5e5e5e;
	line-height: 20px;
}

