/* 
Title:	Blend Studios v4
*/

@import url("heading_links.css");
@import url("top.css");
@import url("site_map.css");

body {
	/*background-image: url(/images/shadow.jpg);
	background-position: center 590px;
	background-repeat: no-repeat;*/
	margin:0px 0px 15px 0px;
	padding:0px ;
	
	/*background-image: url(/images/background_texture_hahahaha.jpg);
	background-repeat: no-repeat;
	background-color: #f5f1ee;*/
	
	background-image: url(../images/background_texture_softer.jpg);
	background-repeat: no-repeat;
	background-color: #bfbebc;
	
	font-family: Arial, Helvetica, sans-serif;
}

strong.work_heading{ /* for the paragraph headings in the work section */
	font-size	:	16px ;
	font-weight	:	bold ;
	font-style	:	italic ;
	color	:	#999 ;
	text-transform	:	uppercase ;
}

.outragouslyLarge {
	overflow: hidden;
	font-size: 170pt;
	font-weight: bold;
	color: #ccc;
}

ul{
	padding:0px 0px 0px 15px ;
}



.work_button{
	float	:	left ;
	padding	: 10px 0px 0px 20px ;
	margin	: 0px ;
}

#home_news
{
	float: left;
	width: 200px;
	/*height: 305px;*/
	/*height:100%;*/
	background-color: #DADADA;
	margin:0px 0px 0px 0px ;
	padding:0px ;
}

.home_news
{
	padding: 0px 20px 15px 20px;
	font-size: 10px;
	line-height: 18px;
}

#project_spread {
	border-bottom: 5px solid #e6e6e6;
}

/* === FOOTER ============================================================ */

#footer
{
	/*float: left;*/
	height: 17px;
	/*width: 695px;*/
	margin: 5px 0px 0px 0px ;
	padding	:	3px 0px 0px 10px ;
	background-color: #454545;
	
	border-style: solid ;
	border-color: #DDD ;
	border-width: 5px 0px 0px 0px ;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size	:	10px ;
	font-weight	:	bold ;
	color	:	#CCC ;
}

#left_footer {
	float: left;
}

#right_footer {
	float: right;
	padding-right: 10px;
	margin: 0px;
}

.contact_form {
	margin : 0px 0px 0px 0px ;
	padding : 0px 0px 0px 0px ;
	border-width : 0px 0px 0px 0px ;
}

.contact_form ul {
	margin : 0px 0px 0px 0px ;
	padding : 0px 0px 0px 0px ;
	border-width : 0px 0px 0px 0px ;
}

.contact_form li {
	margin : 0px 0px 0px 0px ;
	padding : 0px 0px 0px 0px ;
	border-width : 0px 0px 0px 0px ;
	
	list-style-type : none ;
	list-style-image : none ;
}

#legal {
	font-size: 12px;
	line-height : 20px ;
	padding : 20px ;
	color : #666 ;
}

.legal_header {
	font-size : 14px ;
	color : #666 ;
	font-weight : bold ;
}

.highlight {
	font-style	:	oblique ;
	font-weight	:	bold ;
	color : #666 ;
}

#privacy {
	font-size : 12px ;
	line-height : 20px ;
	padding : 20px ;
	color : #666 ;
}

#privacy a:link { color:#000; font-style:normal; text-decoration:underline; }
#privacy a:visited { color:#000; font-style:normal; text-decoration:underline; }
#privacy a:active { color:#000; font-style:normal; text-decoration:underline; }
#privacy a:hover { color:#333; font-style:normal; text-decoration:underline; }

.privacy_header {
	font-size : 14px ;
	color : #666 ;
	font-weight : bold ;
}