/********************************************************************************************** GLOABAL STYLES */
body {
	color:#000;
	background-image:url(../images/bg.jpg);
	background-color:#CCC;
}

/*** style for buttons ***/
.block_link_light{
	color:#000;
	font-size:13px;
	display:block;
	padding:5px 10px;
	float:left;
	text-decoration:none;
	margin:10px 5px 0px 0px;
}
.block_link_dark{ color:#000; font-size:13px; display:block; padding:5px 10px; float:left; text-decoration:none; margin:10px 5px 0px 0px;}
/*** style for links hover ***/
.block_link_light:hover,.block_link_dark:hover{ color:#FFF;}

/*** standard template colors for buttons etc. ***/
.dark_tempcolor{
	background-color:#FFF;
}
.light_tempcolor{
	background-color:#ec008c;
}
.white_tempcolor{ background-color:#FFF;}

a.dark_tempcolor:hover,a.light_tempcolor:hover,a.white_tempcolor:hover{ background-color:#000;}

/*** main template color ***/
.tempcolor{ color:#B32806;}
.black{ color:#000;}

/*** main colors for links ***/
a{
	color:#CC006B;
	text-decoration:none;
}
a:hover{
	color:#000;
	text-decoration: none;
}

/********************************************************************************************** LOGO DIV IMAGE */

#logo{
	display:block;
	width:322px;
	height:150px;
	position:absolute;
	top:1px;
	left:18px;
	background:left url('../images/logo.jpg') no-repeat;
}

#topimages{
	display:block;
	width:600px;
	height:150px;
	position:absolute;
	top:13px;
	left:338px;
	background:left url('../images/topimages.jpg') repeat;
}

#drawings{
	display:block;
	width:86px;
	height:77px;
	position:absolute;
	top:27px;
	left:6px;
	background:left url('../images/specialoffers.jpg') repeat;
}

#drawings2{
	display:block;
	width:86px;
	height:77px;
	position:absolute;
	top:27px;
	left:315px;
	background:left url('../images/photogallery.jpg') repeat;
}

#drawings3{
	display:block;
	width:86px;
	height:77px;
	position:absolute;
	top:27px;
	left:625px;
	background:left url('../images/blog.jpg') repeat;
}


/* hire me button text color */
#menu a.hire-me{
	color:#FFF;
	}
#menu a.hire-me:hover{
	background-color:#000;
	color:#fff;
	}
/********************************************************************************************** HOME PAGE BANNER TEXT AREA STYLES */
#banner #text{	
	position:relative;
	font-size:24px;
	color:#FFF;
	display:block;
	width:415px;
	padding:20px 0px 0px 30px;
	font-weight:bold;
	}
#banner #text .big{
	font-size:60px;
	color:#FFF;
	font-weight:bold;
	}
/********************************************************************************************** POSTS LINK READ MORE TEXT COLOR */	
.post .entry_link{
	color:#FFF;
	}
/********************************************************************************************** PORTFOLIO IMAGE HOVER */	
#content_portfolio .project-box a:hover img{
	border:4px #ec008c solid;
	}
	
/********************************************************************************************** CONTACT FORM SUBMIT BUTTON SYLES */
#commentForm input.submit {
	display:block;
	background-color:#000;
	color:#FFF;
	height:35px;
	padding:0px 10px 3px 10px;
	}

