/*  
	Designer: AllanD  allandelacruz.com
*/

/* Meyer Reset http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}

/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End Reset */


/* General */
body {
	font-family: arial;
	color: #6e6c5d;
	padding: 0 10px 10px 10px;
	background: #E1DFD3 url(../images/BG.gif) top repeat-x;
}
h1 {
	display: block;
	width: 233px;
	height: 49px;
	float: left;
	overflow: hidden;
	margin-left: 90px;
	background:  url(../images/H1BG.gif) no-repeat;
}
h1 span {
	float: left;
	text-indent: -9999em;
}
a {
	text-decoration: none;
	color: #a6a617;
}
a:hover {
	text-decoration: underline;
}
p {
	line-height: 1.4;
	font-size: 95%;
	margin-bottom: 10px;
}
.ContainerOuter {
	margin: 80px auto 0 auto;
	width: 828px;
	background: url(../images/ContainerOuterBG.gif) repeat-y;
}
.ContainerOuterTop {
	height: 6px;
	background: url(../images/ContainerOuterTopBG.gif) no-repeat;
}
.ContainerOuterBottom {
	height: 6px;
	background: url(../images/ContainerOuterBottomBG.gif) no-repeat;
}
.ContainerInner {
	margin: 30px 19px 15px 19px;
	background: #f3f3e9;
}
.warning {
	color: #ba3232;
}
#name, #email, #comments {
	padding: 5px;
	border: 1px solid #dddbcf;
	background-color: #fcfcf8;
}
#send {
	cursor: pointer;
}

/* Header */
.Header {
	height: 102px;
	background: url(../images/HeaderBG.gif) no-repeat;
}
	/* Menu */
	.MainMenu {
		width: 274px;
		float: right;
		height: 85px;
		margin: 17px 10px 0 0;
	}
	.MainMenu li {
		float: left;
		height: 85px;
	}
	.Button a:hover {
		background-position: 0 -85px;
	}
	#Active a {
		background-position: 0 -170px;
	}
	.HomeButton a {
		display: block;
		width: 62px;
		height: 85px;
		background: url(../images/HomeButton.gif) no-repeat;
	}
	.PortfolioButton a {
		display: block;
		float: left;
		width: 83px;
		height: 85px;
		background: url(../images/PortfolioButton.gif) no-repeat;
	}
	.BlogButton a {
		display: block;
		float: left;
		width: 58px;
		height: 85px;
		background: url(../images/BlogButton.gif) no-repeat;
	}
	.ContactButton a {
		display: block;
		float: left;
		width: 71px;
		height: 85px;
		background: url(../images/ContactButton.gif) no-repeat;
	}
	
/* Promo */
.Home .Promo {
	height: 190px;
	margin-top: -15px;
	position: relative;
	z-index: 1;
	background: url(../images/HomePromoBG.gif) no-repeat;
}
.Home .PromoText {
	padding: 84px 0 0 36px;
	width: 430px;
}
.Portfolio .Promo {
	height: 103px;
	background: url(../images/PortfolioPromoBG.gif) no-repeat;
}
.Blog .Promo {
	height: 103px;
	background: url(../images/BlogPromoBG.gif) no-repeat;
}
.Contact .Promo {
	height: 103px;
	background: url(../images/ContactPromoBG.gif) no-repeat;
}
/* Body */
.Body {
	padding-bottom: 40px;
}
.Heading {
	margin-bottom: 5px;
}
	/* Row */
	.Body .Row {
		width: 710px;
		padding: 10px 40px 0px 40px;
		margin-top: 30px;
	}
	.Divider {
		border-top: 2px solid white;
	}
	.Box {
		font-size: 80%;
		color: white;
		width: 337px;
		float: left;
		padding-bottom: 10px;
		background: #343427;
	}
	.Box .Top {
		margin-bottom: 10px;
		border-bottom :1px solid #fbfbf6;
		background: #d7d7b8;
	}
	.Box .Top:hover {
		background: #c4c44e;
	}
	.BoxRight {
		margin-left: 35px;
	}
	.Box img {
		padding: 8px;
	}
	.Box span {
		margin-left: 10px;
	}
	/* AboutMe */
	.Body .AboutMe {
		width: 710px;
		padding: 40px 40px 0px 40px;
	}
	/* Content */
	.Content {
		width: 710px;
		padding: 40px 40px 40px 40px;
	}
/* Footer */
	.Footer {
		width: 828px;
		padding: 5px 0px 0px 0px;
		margin: 0 auto;
		font-size: 90%;
		text-align: center;
	}
	.Footer p {
		margin-bottom: 0;
	}


/* Fixes */
	/* Goullitine http://www.positioniseverything.net/easyclearing.html */
	.Box:after,
	.Row:after,
	.AboutMe:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	.Box,
	.Row,
	.AboutMe {
		display: inline-block;
	}
	/* Hides from IE-mac \*/
	* html .Box,
	* html .Row,
	* html .AboutMe {
		height: 1%;
	}
	.Box,
	.Row,
	.AboutMe {
		display: block;
	}