/* @override http://veo-design.dev/css/common/foundation.css */

html, body
{
	background-color: #222;
	margin: 0;
	padding: 0;
}

html
{
	min-height: 100%;
	min-width: 700px;
}

body
{
	background-image: url(/images/layout/bodyBg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	min-height: 100%;
	font-family: Helvetica, Arial Geneva, sans-serif;
	color: darkgray;
	text-shadow: #222 2px 2px 3px;
	font-size: small;
	min-width: 100%;
}

a
{
	color: #a98f98;
	font-weight: bold;
	font-size: 0.85em;
	text-decoration: none;
}

a img
{
	border: none;
}

a:hover
{
	font-weight:bolder;
	text-decoration: underline;
}

form
{
	margin: 0;
	padding: 0;
}

em
{
	font-weight: bold;
}

hr
{
	border: 1px solid #212121;
	border-bottom-color: #424242;
}

#main
{
	width: 700px;
	min-height: 100%;
	margin: 0 auto 0 auto;
	padding-bottom: 20px;
}

#ieWarning
{
	display: none;
}

#status_message
{
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #c08133;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	border-color: #f4d42f;
	font-size: 0.8em;
	font-weight: bold;
	color: black;
	text-shadow: none;
	z-index: 999;
}

/* @group Header */
#header
{
	height: 100px;
	width: 630px;
	padding: 30px 0 0 0;
	margin: 0 auto 0 auto;
	background-image: url(/images/layout/menuBarBg.png);
	background-repeat: repeat-x;
	background-position: left 84px;
	position: relative;
	left: 3px;
	
}

#header .headerExtra1
{
	width: 16px;
	height: 100%;
	float: left;
	background-image: url(/images/layout/menuBarLeft.png);
	background-repeat: no-repeat;
	background-position: left 54px;
	margin: 0 0 0 -16px;
}

#header .headerExtra2
{
	width: 20px;
	height: 100%;
	float: right;
	background-image: url(/images/layout/menuBarRight.png);
	background-repeat: no-repeat;
	background-position: right 54px;
	margin: 0 -16px 0 0;
}

#header .title
{
	width: 289px;
	height: 101px;
	margin: -3px 0 0 -5px;
	position: relative;
	z-index: 10;
}

#header .title h1
{
	width: 100%;
	height: 100%;
	margin: 0;
	text-indent: -99999px;
	background-image: url(/images/layout/logo.png);
	background-repeat: no-repeat;
}

/* @group menu */

#menu
{
	display: block;
	width: 360px;
	height: 34px;
	position: absolute;
	top: 84px;
	left: 282px;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1.3em;
}

#menu li
{
	display: table;
	width: 70px;
	height: 34px;
	float: left;
	text-align: center;
}

#menu li a
{
	display: table;
	#display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 0.7em;
	color: #888;
}

#menu li a:hover
{
	font-size: 0.8em;
	color: white;
	text-decoration: none;
	background-position: center bottom;
}

#menu li a span
{
	display: table-cell;
	vertical-align: middle;
	text-indent: -99999px;
}

#menu .separator
{
	width: 2px;
	height: 100%;
	background-image: url(/images/layout/menuSeparator.gif);
}

#menu .separator span
{
	display: table-cell;
	text-indent: -9999px;
}

#menu .home
{
	width: 50px;
}

#menu .home a
{
	background-image: url(/images/layout/menuHome.jpg);
}

#menu .portfolio
{
	width: 80px;
}

#menu .portfolio a
{
	background-image: url(/images/layout/menuPortfolio.jpg);
}

#menu .projects
{
	width: 90px;
}

#menu .projects a
{
	background-image: url(/images/layout/menuProyectos.jpg);
}

#menu .blog
{
	width: 50px;
}

#menu .blog a
{
	background-image: url(/images/layout/menuBlog.jpg);
}

#menu .contact
{
	width: 70px;
}

#menu .contact a
{
	background-image: url(/images/layout/menuContacto.jpg);
}

/* @end */

/* @group languageSelection */

#languageSelection
{
	position: fixed;
	top: 0;
	left: 0;
}

#languageSelection div
{
	float: left;
	margin: 3px;
}

#languageSelection a
{
	display: block;
	width: 20px;
	height: 14px;
	text-indent: -99999px;
}

#languageSelection .english a
{
	background-image: url(/images/layout/english.gif);
}

#languageSelection .spanish a
{
	background-image: url(/images/layout/spanish.gif);
}

/* @end */

/* @group forHire */
#forHire
{
	width: 106px;
	height: 106px;
	position: fixed;
	top: 0;
	right: 0;
}

#forHire a
{
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -99999px;
	background-image: url(/images/layout/forHire.png);
}


/* @end */



/* @end */

/* @group Content */

/* @group H1 */
#content h1
{
	display: block;
	width: 260px;
	height: 46px;
	background-image: url(/images/layout/h1BarBg.png);
	background-repeat: repeat-x;
	margin: 0 113px 0 28px;
	color:gainsboro;
	text-shadow: #000 2px 2px 3px;
	font-size: 1.2em;
}

#content h1 > .header
{
	display: block;
	width: 28px;
	height: 100%;
	margin: 0 0 0 -28px;
	background-image: url(/images/layout/h1BarLeft.png);
	float: left;
}

#content h1 > .content
{
	display: block;
	float: left;
	height: 100%;
	margin: 0 0 0 5px;
	line-height: 43px;
}

#content h1 > .footer
{
	display: block;
	width: 113px;
	height: 100%;
	float: right;
	background-image: url(/images/layout/h1BarRight.png);
	margin-right: -113px;
	
}


/* @end */

/* @group H2 */
#content h2
{
	display: block;
	width: 600px;
	height: 26px;
	background-image: url(/images/layout/h2BarBg.png);
	background-repeat: repeat-x;
	margin: 0 0 0 12px;
	color:gainsboro;
	text-shadow: #000 2px 2px 3px;
	font-size: 1em;
}

#content h2 > span
{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 23px;
	margin: 0 0 0 -10px;
	padding: 0 0 0 10px;
	background-image: url(/images/layout/h2BarLeft.png);
	background-repeat: no-repeat;
}

#content h2 > span > span
{
	display: block;
	height: 26px;
	background-image: url(/images/layout/h2BarRight.png);
	background-repeat: no-repeat;
	background-position: right;
	margin-right: -16px;
}


/* @end */

#content
{
	width: 670px;
	margin: 10px auto 0 auto;
	padding: 0;
}

#content p
{
	text-shadow: #000 1px 1px 3px;
	margin: 10px 20px 20px 20px;
	text-align: left;
}

#content > .content
{
	background-image: url(/images/layout/mainBg.png);
	background-repeat: repeat-y;
	background-position: center 100px;
	padding: 5px 20px 25px 20px;
}

#pathway
{
	width: 670px;
	height: 40px;	
}

#pathway ul
{
	height: 20px;
	margin: 0;
	padding: 20px 0 0 20px;
	list-style: none;
	font-weight: bold;
	font-size: 0.85em;
	background-image: url(/images/layout/mainTop.png);
	background-repeat: no-repeat;
}
#pathway ul li
{
	display: block;
	float: left;
	margin-left: 5px;
}
#pathway ul li a
{
	font-size: 1.0em;
}

#content > .footer
{
	background-image: url(/images/mainBottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	font-size: 0.8em;
	height: 30px;
	margin-top: -10px;
	
	font-family: Tahoma, "Lucida Grande", Lucida, Geneva;
}

/* @end */

